/*
Theme Name: vespa80
Theme URI: https://www.vespa80jahre.at
Author: codeaware GmbH
Author URI: https://www.codeaware.at
Description: Vespa80Jahre
Version: 1.0.0
Text Domain: vespa80
*/

/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-zinc-950: oklch(14.1% 0.005 285.823);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-3xl: 48rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-semibold: 600;
    --radius-3xl: 1.5rem;
    --aspect-video: 16 / 9;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}
.lenis [data-lenis-prevent], .lenis [data-lenis-prevent-wheel], .lenis [data-lenis-prevent-touch], .lenis [data-lenis-prevent-vertical], .lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/inter-variable-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/inter-variable-italic.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 100 900;
}
@layer base {
  *, ::before, ::after {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    text-align: center;
    font-family: var(--font-sans);
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
    color: var(--color-black);
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 50px;
    font-size: 86px;
    font-weight: 400;
    line-height: 1.05;
    @media (width < 48rem) {
      font-size: 42px;
      line-height: 1.15;
    }
  }
  p {
    margin-bottom: 30px;
  }
  .site-main {
    p {
      font-size: 24px;
      line-height: 1.41;
    }
  }
  button, [type="button"], [type="reset"], [type="submit"], .wp-block-button__link, .wp-element-button, .wp-block-button__link.wp-element-button, :root :where(.wp-element-button, .wp-block-button__link), body .wp-element-button, body .wp-block-button__link, html body .wp-element-button, html body .wp-block-button__link, .wp-block-button .wp-element-button, .wp-block-button .wp-block-button__link {
    text-align: center;
    color: var(--color-white);
    background: #6DCDAA;
    border-radius: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 14px 20px;
    margin-bottom: 40px;
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .wp-block-buttons {
    justify-content: center;
  }
  .wp-block-button {
    @media (width < 48rem) {
      width: 100%;
    }
  }
}
:root body .wp-element-button, :root body .wp-block-button__link, :root body .wp-block-button .wp-element-button, :root body .wp-block-button .wp-block-button__link, :root body .wp-block-buttons .wp-block-button__link, :root body .wp-block-button__link.wp-element-button {
  background-color: #6DCDAA;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px 20px;
  text-align: center;
  @media (width < 48rem) {
    width: 100%;
  }
}
@layer components {
  .site-header, .site-main, .site-footer__inner {
    width: min(100% - 2rem, 72rem);
    margin-inline: auto;
  }
  .site-main {
    padding-bottom: 0;
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 90rem) {
    .site-header, .site-main, .site-footer__inner {
      width: min(100% - 4rem, 100rem);
    }
  }
}
@layer components {
  .site-header {
    padding-block: calc(var(--spacing) * 8);
  }
  .site-branding {
    display: flex;
    justify-content: center;
  }
  .site-branding .custom-logo-link, .site-branding__logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .site-branding .custom-logo {
    display: block;
    width: auto;
    max-width: min(320px, 80vw);
    height: auto;
  }
}
@layer components {
  hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
  }
  .site-footer {
    padding-top: 30px;
    padding-bottom: 16px;
    background-color: #323437;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-white);
  }
  .site-footer__social, .site-footer__menu {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .site-footer__social ul, .site-footer__menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .site-footer a {
    color: inherit;
    text-decoration: none;
  }
  .site-footer__social a {
    display: inline-flex;
    transition: transform 0.1s ease;
  }
  .site-footer__social a:hover, .site-footer__social a:focus-visible {
    transform: scale(1.1);
    text-decoration: none;
  }
  .site-footer__social svg {
    display: block;
    fill: currentColor;
    width: 36px;
    height: 36px;
  }
  .site-footer a:hover, .site-footer a:focus-visible {
    color: inherit;
    text-decoration: none;
  }
  .site-footer__copyright {
    margin: 0;
  }
  nav a {
    opacity: .86;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@layer components {
  .vespa-contest-form {
    width: 100%;
    text-align: left;
  }
  .vespa-contest-form p {
    margin: 0;
  }
  .vespa-contest-form__fields > p, .vespa-contest-form__body > p, .vespa-contest-form__checks > p, .vespa-contest-form__submit > p {
    display: contents;
  }
  .vespa-contest-form__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    margin-bottom: 28px;
  }
  .vespa-contest-form__field {
    display: block;
    min-width: 0;
  }
  .vespa-contest-form__field--file {
    display: flex;
    flex-direction: column;
  }
  .vespa-contest-form__field--first-name {
    grid-column: 1;
    grid-row: 1;
  }
  .vespa-contest-form__field--last-name {
    grid-column: 2;
    grid-row: 1;
  }
  .vespa-contest-form__field--email {
    grid-column: 1;
    grid-row: 2;
  }
  .vespa-contest-form__field--file {
    grid-column: 2;
    grid-row: 2;
  }
  .vespa-contest-form .wpcf7-form-control-wrap {
    display: block;
  }
  .vespa-contest-form .wpcf7-list-item {
    margin: 0 !important;
  }
  .vespa-contest-form input[type="text"], .vespa-contest-form input[type="email"], .vespa-contest-form__file {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 41px;
    border: 1px solid #BFBFBF;
    border-radius: 0;
    background: #FFF;
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 23px 21px;
  }
  .vespa-contest-form input[type="text"]::placeholder, .vespa-contest-form input[type="email"]::placeholder {
    color: #000;
    opacity: 1;
  }
  .vespa-contest-form__file {
    position: relative;
    cursor: pointer;
    padding-right: 56px;
  }
  .vespa-contest-form__file .wpcf7-form-control-wrap {
    display: contents;
  }
  .vespa-contest-form__field--file .wpcf7-not-valid-tip {
    order: 2;
  }
  .vespa-contest-form__file::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 16V7.85L8.4 10.45L7 9L12 4L17 9L15.6 10.45L13 7.85V16H11ZM6 20C5.45 20 4.97933 19.8043 4.588 19.413C4.19667 19.0217 4.00067 18.5507 4 18V15H6V18H18V15H20V18C20 18.55 19.8043 19.021 19.413 19.413C19.0217 19.805 18.5507 20.0007 18 20H6Z' fill='black'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
  .vespa-contest-form__file input[type="file"] {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
  }
  .vespa-contest-form__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    align-items: start;
  }
  .vespa-contest-form__copy {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    p {
      font-size: 12px;
    }
  }
  .vespa-contest-form__copy p + p {
    margin-top: 18px;
  }
  .vespa-contest-form__copy strong {
    font-weight: 700;
  }
  .vespa-contest-form__checks {
    display: grid;
    gap: 10px;
    min-width: 0;
  }
  .vespa-contest-form__check {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
  }
  .vespa-contest-form__check .wpcf7-form-control-wrap, .vespa-contest-form__check .wpcf7-form-control, .vespa-contest-form__check .wpcf7-list-item {
    display: block;
  }
  .vespa-contest-form__check .wpcf7-list-item {
    margin: 0;
  }
  .vespa-contest-form__check label {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    width: 100%;
  }
  .vespa-contest-form__check .wpcf7-list-item-label {
    display: block;
    min-width: 0;
  }
  .vespa-contest-form__check input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid #000;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
  }
  .vespa-contest-form__check input[type="checkbox"]:checked {
    background-color: #6DCDAA;
    box-shadow: inset 0 0 0 3px #F2FAF6;
  }
  .vespa-contest-form a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .vespa-contest-form__submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
  }
  .vespa-contest-form__submit .wpcf7-spinner {
    display: block;
    margin: 12px auto 0;
  }
  .vespa-contest-form input[type="submit"], :root body .vespa-contest-form input[type="submit"] {
    min-width: 236px;
    min-height: 36px;
    border: 0;
    border-radius: 12px;
    background: #6DCDAA;
    color: #FFF;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .vespa-contest-form input[type="submit"]:disabled, :root body .vespa-contest-form input[type="submit"]:disabled {
    background: #D9D9D9;
    cursor: not-allowed;
  }
  .vespa-contest-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #F00;
    font-size: 11px !important;
    line-height: 1.2;
  }
  .vespa-contest-form__file .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .vespa-contest-form .wpcf7-response-output {
    margin: 24px 0 0;
    text-align: left;
  }
  .wpcf7 form .wpcf7-response-output {
    border: none !important;
    font-weight: 700;
    text-align: center;
    color: #dc3232 !important;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    color: #6DCDAA !important;
  }
  @media (width < 48rem) {
    .vespa-contest-form__fields, .vespa-contest-form__body {
      grid-template-columns: 1fr;
    }
    .vespa-contest-form__field--first-name, .vespa-contest-form__field--last-name, .vespa-contest-form__field--email, .vespa-contest-form__field--file {
      grid-column: auto;
      grid-row: auto;
    }
    .vespa-contest-form input[type="text"], .vespa-contest-form input[type="email"], .vespa-contest-form__file {
      padding-inline: 18px;
    }
    .vespa-contest-form__file {
      padding-right: 52px;
    }
  }
}
@layer components {
  .hero {
    position: relative;
    isolation: isolate;
    margin-bottom: 10%;
    min-height: 70svh;
    overflow: visible;
    background-color: transparent;
    @media (width >= 48rem) {
      min-height: 0;
    }
  }
  @media (min-width: 768px) {
    .hero {
      aspect-ratio: 16 / 9;
      height: auto;
    }
  }
  .hero__media {
    position: absolute;
    inset: 0;
    z-index: calc(10 * -1);
    overflow: visible;
  }
  .hero__media::after {
    position: absolute;
    inset: 0;
    --tw-content: '';
    content: var(--tw-content);
  }
  .hero__image {
    position: absolute;
  }
  .hero__image--back {
    bottom: 0;
    left: calc(1 / 2 * 100%);
    height: auto;
    width: 20%;
    max-width: 100%;
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    --tw-translate-y: calc(1 / 2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    object-fit: contain;
    z-index: 2;
  }
  .hero__image--front {
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    z-index: 1;
  }
  .hero-editor {
    min-height: 0;
    aspect-ratio: 16 / 9;
    max-height: 520px;
    width: 100%;
  }
  .hero-editor .hero__media {
    z-index: 0;
  }
  .hero-editor .hero__media::after {
    z-index: 3;
  }
  .hero-editor .components-panel__body {
    margin-top: calc(var(--spacing) * 8);
    max-width: var(--container-3xl);
    background-color: var(--color-white);
    color: var(--color-black);
  }
  .hero-editor__image-control {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .hero-editor__image-preview {
    margin-bottom: calc(var(--spacing) * 3);
    aspect-ratio: var(--aspect-video);
    width: 100%;
    max-width: var(--container-md);
    border-radius: 0.25rem;
    object-fit: cover;
  }
  .hero-editor__image-actions {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 2);
  }
}
@layer components {
  .image-carousel {
    overflow: visible;
    padding-top: 0;
    padding-bottom: calc(var(--spacing) * 16);
  }
  .image-carousel__bleed {
    margin-inline: calc(50% - 50vw);
    overflow: hidden;
  }
  .image-carousel__viewport {
    cursor: grab;
    overflow: hidden;
    position: relative;
    --image-carousel-cursor-x: 50%;
    --image-carousel-cursor-y: 50%;
  }
  .image-carousel__viewport.is-dragging {
    cursor: grabbing;
    -webkit-user-select: none;
    user-select: none;
  }
  .image-carousel__viewport::after {
    content: "DRAG";
    position: fixed;
    z-index: 2;
    top: var(--image-carousel-cursor-y);
    left: var(--image-carousel-cursor-x);
    display: grid;
    place-items: center;
    width: 128px;
    height: 128px;
    color: #FFF;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #6DCDB1;
    border-radius: 9999px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 160ms ease;
  }
  .image-carousel__viewport.has-custom-cursor, .image-carousel__viewport.has-custom-cursor.is-dragging {
    cursor: none;
  }
  .image-carousel__viewport.has-custom-cursor::after {
    opacity: 1;
  }
  .image-carousel__track {
    display: flex;
    backface-visibility: hidden;
    touch-action: pan-y;
    will-change: transform;
  }
  .image-carousel__overlay-layer {
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 1;
    @media (width < 48rem) {
      display: none;
    }
  }
  .image-carousel__overlay-image {
    position: absolute;
    top: var(--image-carousel-overlay-y, 50%);
    left: var(--image-carousel-overlay-x, 50%);
    display: block;
    max-height: 35%;
    max-width: min(18vw, 180px);
    object-fit: contain;
    pointer-events: none;
    transform: translate(-50%, -50%);
    user-select: none;
  }
  .image-carousel__viewport.is-dragging .image-carousel__track {
    transition: none;
  }
  .image-carousel__item {
    margin: 0;
    flex: 0 0 auto;
    padding: 0 8px;
    transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .image-carousel__media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    transition: height 420ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .image-carousel__image, .image-carousel__placeholder {
    display: block;
    width: auto;
    object-fit: contain;
    backface-visibility: hidden;
    border-radius: 12px;
    height: 600px;
    pointer-events: none;
    transform-origin: center;
    transition: height 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 420ms cubic-bezier(0.22, 1, 0.36, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1), width 420ms cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-user-drag: none;
    user-select: none;
  }
  .image-carousel__title {
    margin-top: calc(var(--spacing) * 4);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    pointer-events: none;
    user-select: none;
  }
  .image-carousel--highlight-active .image-carousel__item {
    display: flex;
    flex-direction: column;
    opacity: 0.8;
    transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .image-carousel--highlight-active .image-carousel__media {
    transition-duration: 720ms;
  }
  .image-carousel--highlight-active .image-carousel__image, .image-carousel--highlight-active .image-carousel__placeholder {
    transition-duration: 720ms;
  }
  .image-carousel--highlight-active .image-carousel__item.is-active {
    opacity: 1;
    z-index: 1;
  }
  .image-carousel--highlight-active .image-carousel__media {
    height: 512px;
  }
  .image-carousel--highlight-active .image-carousel__image, .image-carousel--highlight-active .image-carousel__placeholder {
    height: 400px;
  }
  .image-carousel--square-aspect-ratio .image-carousel__media {
    aspect-ratio: 1 / 1;
    height: 600px;
    width: 600px;
  }
  .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__media {
    height: 512px;
    width: 400px;
  }
  .image-carousel--square-aspect-ratio .image-carousel__image, .image-carousel--square-aspect-ratio .image-carousel__placeholder {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__image, .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__placeholder {
    height: 400px;
    width: 400px;
  }
  .image-carousel__placeholder {
    background-color: var(--color-slate-200);
  }
  @media (width >= 48rem) {
    .image-carousel--highlight-active .image-carousel__item {
      padding-inline: 36px;
    }
    .image-carousel--highlight-active .image-carousel__item.is-active .image-carousel__image, .image-carousel--highlight-active .image-carousel__item.is-active .image-carousel__placeholder, .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__item.is-active .image-carousel__image, .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__item.is-active .image-carousel__placeholder {
      transform: scale(1.28);
    }
  }
  @media (width >= 90rem) {
    .image-carousel--highlight-active .image-carousel__item {
      padding-inline: 43px;
    }
    .image-carousel__media {
      height: 720px;
    }
    .image-carousel__image, .image-carousel__placeholder {
      height: 720px;
    }
    .image-carousel--highlight-active .image-carousel__media {
      height: 620px;
    }
    .image-carousel--highlight-active .image-carousel__image, .image-carousel--highlight-active .image-carousel__placeholder {
      height: 480px;
    }
    .image-carousel--highlight-active .image-carousel__item.is-active .image-carousel__image, .image-carousel--highlight-active .image-carousel__item.is-active .image-carousel__placeholder {
      transform: scale(1.2916666667);
    }
    .image-carousel--square-aspect-ratio .image-carousel__media {
      height: 720px;
      width: 720px;
    }
    .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__media {
      height: 620px;
      width: 480px;
    }
    .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__image, .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__placeholder {
      height: 480px;
      width: 480px;
    }
    .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__item.is-active .image-carousel__image, .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__item.is-active .image-carousel__placeholder {
      transform: scale(1.2916666667);
    }
    .image-carousel--small-slides .image-carousel__media, .image-carousel--small-slides .image-carousel__image, .image-carousel--small-slides .image-carousel__placeholder {
      height: 360px;
    }
    .image-carousel--highlight-active.image-carousel--small-slides .image-carousel__media {
      height: 310px;
    }
    .image-carousel--highlight-active.image-carousel--small-slides .image-carousel__item {
      padding-inline: 26px;
    }
    .image-carousel--highlight-active.image-carousel--small-slides .image-carousel__image, .image-carousel--highlight-active.image-carousel--small-slides .image-carousel__placeholder {
      height: 240px;
    }
    .image-carousel--highlight-active.image-carousel--small-slides .image-carousel__item.is-active .image-carousel__image, .image-carousel--highlight-active.image-carousel--small-slides .image-carousel__item.is-active .image-carousel__placeholder {
      transform: scale(1.2916666667);
    }
    .image-carousel--small-slides.image-carousel--square-aspect-ratio .image-carousel__media {
      height: 360px;
      width: 360px;
    }
    .image-carousel--highlight-active.image-carousel--small-slides.image-carousel--square-aspect-ratio .image-carousel__media {
      height: 310px;
      width: 240px;
    }
    .image-carousel--highlight-active.image-carousel--small-slides.image-carousel--square-aspect-ratio .image-carousel__image, .image-carousel--highlight-active.image-carousel--small-slides.image-carousel--square-aspect-ratio .image-carousel__placeholder {
      height: 240px;
      width: 240px;
    }
    .image-carousel--highlight-active.image-carousel--small-slides.image-carousel--square-aspect-ratio .image-carousel__item.is-active .image-carousel__image, .image-carousel--highlight-active.image-carousel--small-slides.image-carousel--square-aspect-ratio .image-carousel__item.is-active .image-carousel__placeholder {
      transform: scale(1.2916666667);
    }
  }
  @media (width < 48rem) {
    .image-carousel__bleed {
      margin-inline: 0;
    }
    .image-carousel__viewport {
      cursor: grab;
    }
    .image-carousel__viewport::after {
      display: none;
    }
    .image-carousel__viewport.has-custom-cursor, .image-carousel__viewport.has-custom-cursor.is-dragging {
      cursor: grab;
    }
    .image-carousel__viewport.is-dragging {
      cursor: grabbing;
    }
    .image-carousel__track {
      gap: 16px;
    }
    .image-carousel__item {
      flex-basis: 100%;
      padding: 0;
    }
    .image-carousel__media, .image-carousel--highlight-active .image-carousel__media {
      height: auto;
      padding-inline: 0;
    }
    .image-carousel__image, .image-carousel__placeholder, .image-carousel--highlight-active .image-carousel__image, .image-carousel--highlight-active .image-carousel__placeholder, .image-carousel--highlight-active .image-carousel__item.is-active .image-carousel__image, .image-carousel--highlight-active .image-carousel__item.is-active .image-carousel__placeholder {
      height: auto;
      max-width: none;
      transform: none;
      width: 100%;
    }
    .image-carousel--square-aspect-ratio .image-carousel__media, .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__media {
      height: auto;
      width: 100%;
    }
    .image-carousel--square-aspect-ratio .image-carousel__image, .image-carousel--square-aspect-ratio .image-carousel__placeholder, .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__image, .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__placeholder, .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__item.is-active .image-carousel__image, .image-carousel--highlight-active.image-carousel--square-aspect-ratio .image-carousel__item.is-active .image-carousel__placeholder {
      height: 100%;
      width: 100%;
    }
    .image-carousel__placeholder {
      aspect-ratio: 4 / 3;
    }
  }
  .image-carousel__controls {
    margin-top: calc(var(--spacing) * 8);
    display: flex;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
  }
  .image-carousel__button, :root body .image-carousel__button {
    display: inline-grid;
    cursor: pointer;
    place-items: center;
    padding: 0;
    background-color: #6DCDB1;
    border-radius: 9999px;
    height: 64px;
    width: 64px;
  }
  .image-carousel__button--prev svg {
    transform: rotate(180deg);
  }
  .image-carousel-editor .image-carousel__bleed {
    margin-inline: 0;
    overflow-x: auto;
    padding-inline: 0;
  }
  .image-carousel-editor .image-carousel__viewport {
    overflow-x: visible;
  }
  .image-carousel-editor .image-carousel__viewport::after {
    display: none;
  }
  .image-carousel-editor .image-carousel__overlay-image {
    top: 50%;
    left: 50%;
  }
  .image-carousel-editor .image-carousel__track > .block-editor-inner-blocks, .image-carousel-editor .image-carousel__track > .block-editor-inner-blocks > .block-editor-block-list__layout {
    display: flex;
    gap: calc(var(--spacing) * 2);
  }
  .image-carousel-editor .image-carousel__item {
    flex-basis: auto;
  }
  .image-carousel-editor .image-carousel__title {
    pointer-events: auto;
    user-select: text;
  }
  .image-carousel-editor__preview {
    margin-bottom: calc(var(--spacing) * 3);
    aspect-ratio: var(--aspect-video);
    width: 100%;
    max-width: var(--container-md);
    border-radius: 0.25rem;
    object-fit: cover;
  }
  .image-carousel-editor__actions {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 2);
  }
}
@layer components {
  .text-media-block {
    display: grid;
    align-items: flex-start;
    gap: calc(var(--spacing) * 10);
    padding-top: 0;
    padding-bottom: calc(var(--spacing) * 32);
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 40);
    }
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  p {
    font-size: 22px;
  }
  .text-media-block__media {
    position: relative;
    order: 2;
    overflow: visible;
  }
  .text-media-block__content {
    order: 1;
    min-width: 0;
    text-align: left;
  }
  .text-media-block--media-right .text-media-block__media {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .text-media-block--media-right .text-media-block__content {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .text-media-block--media-left .text-media-block__media {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .text-media-block--media-left .text-media-block__content {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .text-media-block__image {
    position: absolute;
  }
  .text-media-block__image--front {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
    z-index: 1;
  }
  @media (min-width: 768px) {
    .text-media-block__image--front {
      inset: auto;
    }
  }
  .text-media-block__image--back {
    bottom: 0;
    left: calc(1 / 2 * 100%);
    height: 40%;
    max-height: 100%;
    width: auto;
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    --tw-translate-y: calc(1 / 2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    object-fit: contain;
    z-index: 2;
  }
  .text-media-block--media-left .text-media-block__image--back {
    @media (width >= 48rem) {
      top: calc(1 / 2 * 100%);
    }
    @media (width >= 48rem) {
      right: 0;
    }
    @media (width >= 48rem) {
      bottom: auto;
    }
    @media (width >= 48rem) {
      left: auto;
    }
    @media (width >= 48rem) {
      --tw-translate-x: calc(1 / 2 * 100%);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    @media (width >= 48rem) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .text-media-block--media-right .text-media-block__image--back {
    @media (width >= 48rem) {
      top: calc(1 / 2 * 100%);
    }
    @media (width >= 48rem) {
      right: auto;
    }
    @media (width >= 48rem) {
      bottom: auto;
    }
    @media (width >= 48rem) {
      left: 0;
    }
    @media (width >= 48rem) {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    @media (width >= 48rem) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .text-media-block__content button, .text-media-block__content [type="button"], .text-media-block__content [type="reset"], .text-media-block__content [type="submit"], .text-media-block__content .wp-block-button__link, .text-media-block__content .wp-element-button, .text-media-block__content .wp-block-button__link.wp-element-button {
    text-align: left;
  }
  .text-media-block__content .wp-block-buttons {
    justify-content: flex-start;
  }
  .text-media-block-editor__image-control {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .text-media-block-editor__image-preview {
    margin-bottom: calc(var(--spacing) * 3);
    aspect-ratio: var(--aspect-video);
    width: 100%;
    max-width: var(--container-md);
    border-radius: 0.25rem;
    object-fit: cover;
  }
  .text-media-block-editor__image-actions {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 2);
  }
}
@layer components {
  .video-slider__viewport, .wp-block-video {
    --video-cursor-x: 50%;
    --video-cursor-y: 50%;
  }
  .video-slider__media, .wp-block-video {
    position: relative;
  }
  .video-slider__viewport::before, .wp-block-video::before {
    content: attr(data-video-cursor-label);
    position: fixed;
    z-index: 3;
    top: var(--video-cursor-y);
    left: var(--video-cursor-x);
    display: grid;
    place-items: center;
    width: 128px;
    height: 128px;
    color: #FFF;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #6DCDB1;
    border-radius: 9999px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 160ms ease;
  }
  .video-slider__media[data-video-cursor-label]::after, .wp-block-video[data-video-cursor-label]::after {
    content: attr(data-video-cursor-label);
    position: absolute;
    z-index: 2;
    bottom: auto;
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    color: #FFF;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #6DCDB1;
    border-radius: 9999px;
    opacity: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: none;
  }
  .video-slider__viewport.has-video-cursor, .video-slider__viewport.has-video-cursor.is-dragging, .video-slider__viewport.has-video-cursor .video-slider__video, .wp-block-video.has-video-cursor video {
    cursor: none;
  }
  .video-slider__viewport.has-video-cursor::before, .wp-block-video.has-video-cursor::before {
    opacity: 1;
  }
  @media (width >= 48rem) {
    .video-slider__media[data-video-cursor-label="PAUSE"]::after, .wp-block-video[data-video-cursor-label="PAUSE"]::after, .video-slider__media.is-video-hovered::after, .wp-block-video.has-video-cursor::after {
      opacity: 0;
    }
  }
  figure.wp-block-video {
    margin-bottom: 128px !important;
  }
  .wp-block-video video {
    background-color: #000;
    border-radius: 12px;
  }
  @media (width < 48rem) {
    .video-slider__media[data-video-cursor-label]::after, .wp-block-video[data-video-cursor-label]::after {
      bottom: 16px;
      top: auto;
      transform: translateX(-50%);
    }
    .video-slider__viewport::before, .wp-block-video::before {
      display: none;
    }
    .video-slider__viewport.has-video-cursor, .video-slider__viewport.has-video-cursor.is-dragging, .video-slider__viewport.has-video-cursor .video-slider__video, .wp-block-video.has-video-cursor video {
      cursor: auto;
    }
  }
}
@layer components {
  .video-slider {
    overflow: visible;
    padding-inline: calc(var(--spacing) * 6);
    padding-top: 0;
    padding-bottom: calc(var(--spacing) * 16);
    color: var(--color-zinc-950);
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
    @media (width >= 48rem) {
      padding-top: 0;
    }
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .video-slider__viewport {
    cursor: grab;
    overflow: hidden;
    margin-right: calc(50% - 50vw);
    scrollbar-width: none;
    touch-action: pan-y;
  }
  .video-slider__viewport::-webkit-scrollbar {
    display: none;
  }
  .video-slider__viewport.is-dragging {
    cursor: grabbing;
    -webkit-user-select: none;
    user-select: none;
  }
  .video-slider__track {
    display: flex;
    gap: calc(var(--spacing) * 5);
  }
  .video-slider-editor .video-slider__track {
    max-width: none;
    overflow-x: auto;
    padding-bottom: calc(var(--spacing) * 4);
    max-width: 100%;
  }
  .video-slider-editor .video-slider__track > .block-editor-inner-blocks, .video-slider-editor .video-slider__track > .block-editor-inner-blocks > .block-editor-block-list__layout {
    display: flex;
    gap: calc(var(--spacing) * 5);
    max-width: 100%;
  }
  .video-slider__item {
    width: 72vw;
    flex-shrink: 0;
    @media (width >= 48rem) {
      width: 320px;
    }
  }
  .video-slider__media {
    position: relative;
  }
  .video-slider__video, .video-slider__placeholder {
    aspect-ratio: 9/16;
    width: 100%;
    background-color: var(--color-black);
    object-fit: cover;
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-radius: 21.5px;
  }
  .video-slider__placeholder {
    display: grid;
    place-items: center;
    padding: calc(var(--spacing) * 6);
    text-align: center;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .video-slider__title {
    margin-top: calc(var(--spacing) * 4);
    min-height: calc(var(--spacing) * 12);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }
  .video-slider__controls {
    margin-top: calc(var(--spacing) * 8);
    display: flex;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
  }
  .video-slider__button, :root body .video-slider__button {
    display: inline-grid;
    cursor: pointer;
    place-items: center;
    padding: 0;
    background-color: #6DCDB1;
    border-radius: 9999px;
    height: 64px;
    width: 64px;
  }
  .video-slider__button--prev svg {
    transform: rotate(180deg);
  }
  .video-slider-editor .video-slider__item {
    width: calc(var(--spacing) * 56);
    max-width: 56vw;
  }
  .video-slider-editor .video-slider__video, .video-slider-editor .video-slider__placeholder {
    aspect-ratio: 9 / 16;
    max-height: 380px;
  }
  .video-slider-editor__poster-preview {
    margin-bottom: calc(var(--spacing) * 3);
    aspect-ratio: var(--aspect-video);
    width: 100%;
    border-radius: 0.25rem;
    object-fit: cover;
  }
  .video-slider-editor__poster-actions {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 2);
  }
}
@layer components {
  .cta-block {
    border: 1px solid #6DCDB1;
    border-radius: 24px;
    background: rgba(109, 205, 170, 0.07);
    padding: 100px 50px;
    padding-bottom: 25px;
    text-align: left;
    @media (width < 48rem) {
      margin-inline: calc(50% - 50vw);
      border: 0;
      border-radius: 0;
      background: rgba(109, 205, 170, 0.07);
    }
  }
  .cta-block__content {
    text-align: left;
  }
  p {
    font-size: 22px;
    @media (width < 48rem) {
      font-size: 18px;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
