/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-body: 'Inter Tight', sans-serif;
    --color-active: #ea563d;
    --color-gray: #eaeadc;
  }
}
@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 {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[6px\] {
    top: 6px;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .top-\[223px\] {
    top: 223px;
  }
  .top-\[280px\] {
    top: 280px;
  }
  .top-\[391px\] {
    top: 391px;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[-80px\] {
    right: -80px;
  }
  .right-\[18px\] {
    right: 18px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-2px\] {
    bottom: -2px;
  }
  .bottom-\[36px\] {
    bottom: 36px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-12px\] {
    left: -12px;
  }
  .left-\[33px\] {
    left: 33px;
  }
  .left-\[85px\] {
    left: 85px;
  }
  .left-\[200px\] {
    left: 200px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[9998\] {
    z-index: 9998;
  }
  .z-\[10000\] {
    z-index: 10000;
  }
  .z-\[10001\] {
    z-index: 10001;
  }
  .z-\[30000\] {
    z-index: 30000;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[34px\] {
    margin-top: 34px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[44px\] {
    margin-top: 44px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[84px\] {
    margin-top: 84px;
  }
  .mt-\[140px\] {
    margin-top: 140px;
  }
  .mt-\[156px\] {
    margin-top: 156px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[106px\] {
    height: 106px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[183px\] {
    height: 183px;
  }
  .h-\[276px\] {
    height: 276px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[432px\] {
    height: 432px;
  }
  .h-\[483px\] {
    height: 483px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\[80px\] {
    max-height: 80px;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[105px\] {
    max-height: 105px;
  }
  .max-h-\[107px\] {
    max-height: 107px;
  }
  .max-h-\[140px\] {
    max-height: 140px;
  }
  .max-h-\[260px\] {
    max-height: 260px;
  }
  .max-h-\[280px\] {
    max-height: 280px;
  }
  .max-h-\[310px\] {
    max-height: 310px;
  }
  .max-h-\[432px\] {
    max-height: 432px;
  }
  .max-h-\[600px\] {
    max-height: 600px;
  }
  .min-h-\[49px\] {
    min-height: 49px;
  }
  .min-h-\[54px\] {
    min-height: 54px;
  }
  .min-h-\[159px\] {
    min-height: 159px;
  }
  .min-h-\[169px\] {
    min-height: 169px;
  }
  .min-h-\[247px\] {
    min-height: 247px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[394px\] {
    min-height: 394px;
  }
  .min-h-\[470px\] {
    min-height: 470px;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[34px\] {
    width: 34px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[43px\] {
    width: 43px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[122px\] {
    width: 122px;
  }
  .w-\[215px\] {
    width: 215px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[126px\] {
    max-width: 126px;
  }
  .max-w-\[134px\] {
    max-width: 134px;
  }
  .max-w-\[154px\] {
    max-width: 154px;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[221px\] {
    max-width: 221px;
  }
  .max-w-\[225px\] {
    max-width: 225px;
  }
  .max-w-\[226px\] {
    max-width: 226px;
  }
  .max-w-\[230px\] {
    max-width: 230px;
  }
  .max-w-\[232px\] {
    max-width: 232px;
  }
  .max-w-\[234px\] {
    max-width: 234px;
  }
  .max-w-\[264px\] {
    max-width: 264px;
  }
  .max-w-\[323px\] {
    max-width: 323px;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[342px\] {
    max-width: 342px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[397px\] {
    max-width: 397px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[435px\] {
    max-width: 435px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[458px\] {
    max-width: 458px;
  }
  .max-w-\[462px\] {
    max-width: 462px;
  }
  .max-w-\[493px\] {
    max-width: 493px;
  }
  .max-w-\[504px\] {
    max-width: 504px;
  }
  .max-w-\[524px\] {
    max-width: 524px;
  }
  .max-w-\[530px\] {
    max-width: 530px;
  }
  .max-w-\[544px\] {
    max-width: 544px;
  }
  .max-w-\[545px\] {
    max-width: 545px;
  }
  .max-w-\[547px\] {
    max-width: 547px;
  }
  .max-w-\[548px\] {
    max-width: 548px;
  }
  .max-w-\[568\] {
    max-width: 568;
  }
  .max-w-\[570px\] {
    max-width: 570px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[617px\] {
    max-width: 617px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[660px\] {
    max-width: 660px;
  }
  .max-w-\[664px\] {
    max-width: 664px;
  }
  .max-w-\[752px\] {
    max-width: 752px;
  }
  .max-w-\[1340px\] {
    max-width: 1340px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-\[1448px\] {
    max-width: 1448px;
  }
  .max-w-\[1730px\] {
    max-width: 1730px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[80px\] {
    min-width: 80px;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[242px\] {
    min-width: 242px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-left {
    transform-origin: 0;
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-10px\] {
    --tw-translate-y: -10px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .gap-\[23px\] {
    gap: 23px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[34px\] {
    gap: 34px;
  }
  .gap-\[36px\] {
    gap: 36px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[42px\] {
    gap: 42px;
  }
  .gap-\[44px\] {
    gap: 44px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[54px\] {
    gap: 54px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[62px\] {
    gap: 62px;
  }
  .gap-\[65px\] {
    gap: 65px;
  }
  .gap-\[67px\] {
    gap: 67px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .gap-\[82px\] {
    gap: 82px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .gap-\[120px\] {
    gap: 120px;
  }
  .gap-\[130px\] {
    gap: 130px;
  }
  .gap-\[145px\] {
    gap: 145px;
  }
  .gap-\[284px\] {
    gap: 284px;
  }
  .space-y-\[4px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(4px * var(--tw-space-y-reverse));
      margin-block-end: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[8px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(8px * var(--tw-space-y-reverse));
      margin-block-end: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[10px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(10px * var(--tw-space-y-reverse));
      margin-block-end: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[12px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(12px * var(--tw-space-y-reverse));
      margin-block-end: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[18px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(18px * var(--tw-space-y-reverse));
      margin-block-end: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[20px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(20px * var(--tw-space-y-reverse));
      margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[22px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(22px * var(--tw-space-y-reverse));
      margin-block-end: calc(22px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[24px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(24px * var(--tw-space-y-reverse));
      margin-block-end: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[28px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(28px * var(--tw-space-y-reverse));
      margin-block-end: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[34px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(34px * var(--tw-space-y-reverse));
      margin-block-end: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[35px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(35px * var(--tw-space-y-reverse));
      margin-block-end: calc(35px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[38px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(38px * var(--tw-space-y-reverse));
      margin-block-end: calc(38px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[40px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(40px * var(--tw-space-y-reverse));
      margin-block-end: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[45px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(45px * var(--tw-space-y-reverse));
      margin-block-end: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[50px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(50px * var(--tw-space-y-reverse));
      margin-block-end: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[60px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(60px * var(--tw-space-y-reverse));
      margin-block-end: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[70px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(70px * var(--tw-space-y-reverse));
      margin-block-end: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[84px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(84px * var(--tw-space-y-reverse));
      margin-block-end: calc(84px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[111px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(111px * var(--tw-space-y-reverse));
      margin-block-end: calc(111px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-y-\[34px\] {
    row-gap: 34px;
  }
  .gap-y-\[78px\] {
    row-gap: 78px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-l-\[5px\] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .rounded-r-\[5px\] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .rounded-b-\[0\] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .rounded-b-\[5px\] {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-\[1px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r-\[1px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-\[1px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#4D4D4D\] {
    border-color: #4D4D4D;
  }
  .border-\[\#BABABA\] {
    border-color: #BABABA;
  }
  .border-\[\#EAEADC\] {
    border-color: #EAEADC;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-gray {
    border-color: var(--color-gray);
  }
  .bg-\[\#24247F\] {
    background-color: #24247F;
  }
  .bg-\[\#BABABA\] {
    background-color: #BABABA;
  }
  .bg-\[\#EAEADC\] {
    background-color: #EAEADC;
  }
  .bg-active {
    background-color: var(--color-active);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-gray {
    background-color: var(--color-gray);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-bottom-left {
    object-position: left bottom;
  }
  .object-top {
    object-position: top;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[18px\] {
    padding: 18px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[7px\] {
    padding-inline: 7px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .px-\[28px\] {
    padding-inline: 28px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .px-\[34px\] {
    padding-inline: 34px;
  }
  .px-\[44px\] {
    padding-inline: 44px;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-\[3px\] {
    padding-block: 3px;
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[22px\] {
    padding-block: 22px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[28px\] {
    padding-block: 28px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[34px\] {
    padding-block: 34px;
  }
  .py-\[36px\] {
    padding-block: 36px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[44px\] {
    padding-block: 44px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[90px\] {
    padding-block: 90px;
  }
  .py-\[120px\] {
    padding-block: 120px;
  }
  .py-\[130px\] {
    padding-block: 130px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[13px\] {
    padding-top: 13px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[34px\] {
    padding-top: 34px;
  }
  .pt-\[44px\] {
    padding-top: 44px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[90px\] {
    padding-top: 90px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[106px\] {
    padding-top: 106px;
  }
  .pt-\[112px\] {
    padding-top: 112px;
  }
  .pt-\[140px\] {
    padding-top: 140px;
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pr-\[16px\] {
    padding-right: 16px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pr-\[25px\] {
    padding-right: 25px;
  }
  .pb-\[0px\] {
    padding-bottom: 0px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[22px\] {
    padding-bottom: 22px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[34px\] {
    padding-bottom: 34px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[44px\] {
    padding-bottom: 44px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[78px\] {
    padding-bottom: 78px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[82px\] {
    padding-bottom: 82px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[103px\] {
    padding-bottom: 103px;
  }
  .pb-\[110px\] {
    padding-bottom: 110px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pb-\[130px\] {
    padding-bottom: 130px;
  }
  .pb-\[160px\] {
    padding-bottom: 160px;
  }
  .pb-\[213px\] {
    padding-bottom: 213px;
  }
  .pb-\[244px\] {
    padding-bottom: 244px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[25px\] {
    padding-left: 25px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[62px\] {
    font-size: 62px;
  }
  .text-\[80px\] {
    font-size: 80px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[78\%\] {
    --tw-leading: 78%;
    line-height: 78%;
  }
  .leading-\[97\%\] {
    --tw-leading: 97%;
    line-height: 97%;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[140\%\] {
    --tw-leading: 140%;
    line-height: 140%;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[-0\.31px\] {
    --tw-tracking: -0.31px;
    letter-spacing: -0.31px;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0A0A0A\] {
    color: #0A0A0A;
  }
  .text-\[\#4D4D4D\] {
    color: #4D4D4D;
  }
  .text-\[\#616161\] {
    color: #616161;
  }
  .text-\[\#686868\] {
    color: #686868;
  }
  .text-\[\#999999\] {
    color: #999999;
  }
  .text-active {
    color: var(--color-active);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
  .shadow-xl {
    --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);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-hover\:bg-active {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-active);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:gap-0 {
    &:hover {
      @media (hover: hover) {
        gap: calc(var(--spacing) * 0);
      }
    }
  }
  .hover\:gap-\[0\] {
    &:hover {
      @media (hover: hover) {
        gap: 0;
      }
    }
  }
  .hover\:gap-\[0px\] {
    &:hover {
      @media (hover: hover) {
        gap: 0px;
      }
    }
  }
  .hover\:border-active {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-active);
      }
    }
  }
  .hover\:bg-active {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-active);
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-gray {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray);
      }
    }
  }
  .hover\:text-active {
    &:hover {
      @media (hover: hover) {
        color: var(--color-active);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
      }
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:col-span-4 {
    @media (width >= 40rem) {
      grid-column: span 4 / span 4;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:pt-0 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:top-1\/2 {
    @media (width >= 48rem) {
      top: calc(1/2 * 100%);
    }
  }
  .md\:top-\[-60px\] {
    @media (width >= 48rem) {
      top: -60px;
    }
  }
  .md\:top-\[28px\] {
    @media (width >= 48rem) {
      top: 28px;
    }
  }
  .md\:top-\[158px\] {
    @media (width >= 48rem) {
      top: 158px;
    }
  }
  .md\:top-\[345px\] {
    @media (width >= 48rem) {
      top: 345px;
    }
  }
  .md\:right-0 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .md\:right-\[50px\] {
    @media (width >= 48rem) {
      right: 50px;
    }
  }
  .md\:left-\[30\%\] {
    @media (width >= 48rem) {
      left: 30%;
    }
  }
  .md\:left-\[50\%\] {
    @media (width >= 48rem) {
      left: 50%;
    }
  }
  .md\:left-\[60\%\] {
    @media (width >= 48rem) {
      left: 60%;
    }
  }
  .md\:order-0 {
    @media (width >= 48rem) {
      order: 0;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:col-span-9 {
    @media (width >= 48rem) {
      grid-column: span 9 / span 9;
    }
  }
  .md\:col-span-12 {
    @media (width >= 48rem) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:col-start-4 {
    @media (width >= 48rem) {
      grid-column-start: 4;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[46px\] {
    @media (width >= 48rem) {
      margin-top: 46px;
    }
  }
  .md\:mt-\[50px\] {
    @media (width >= 48rem) {
      margin-top: 50px;
    }
  }
  .md\:mt-\[70px\] {
    @media (width >= 48rem) {
      margin-top: 70px;
    }
  }
  .md\:mt-\[162px\] {
    @media (width >= 48rem) {
      margin-top: 162px;
    }
  }
  .md\:mt-auto {
    @media (width >= 48rem) {
      margin-top: auto;
    }
  }
  .md\:mb-\[-60px\] {
    @media (width >= 48rem) {
      margin-bottom: -60px;
    }
  }
  .md\:mb-\[60px\] {
    @media (width >= 48rem) {
      margin-bottom: 60px;
    }
  }
  .md\:mb-\[96px\] {
    @media (width >= 48rem) {
      margin-bottom: 96px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:table-cell {
    @media (width >= 48rem) {
      display: table-cell;
    }
  }
  .md\:h-\[24px\] {
    @media (width >= 48rem) {
      height: 24px;
    }
  }
  .md\:h-\[60px\] {
    @media (width >= 48rem) {
      height: 60px;
    }
  }
  .md\:h-\[105px\] {
    @media (width >= 48rem) {
      height: 105px;
    }
  }
  .md\:h-\[109px\] {
    @media (width >= 48rem) {
      height: 109px;
    }
  }
  .md\:h-\[120px\] {
    @media (width >= 48rem) {
      height: 120px;
    }
  }
  .md\:h-\[164px\] {
    @media (width >= 48rem) {
      height: 164px;
    }
  }
  .md\:h-\[226px\] {
    @media (width >= 48rem) {
      height: 226px;
    }
  }
  .md\:h-\[275px\] {
    @media (width >= 48rem) {
      height: 275px;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:max-h-full {
    @media (width >= 48rem) {
      max-height: 100%;
    }
  }
  .md\:max-h-none {
    @media (width >= 48rem) {
      max-height: none;
    }
  }
  .md\:min-h-\[247px\] {
    @media (width >= 48rem) {
      min-height: 247px;
    }
  }
  .md\:min-h-\[700px\] {
    @media (width >= 48rem) {
      min-height: 700px;
    }
  }
  .md\:w-\[51px\] {
    @media (width >= 48rem) {
      width: 51px;
    }
  }
  .md\:w-\[70px\] {
    @media (width >= 48rem) {
      width: 70px;
    }
  }
  .md\:w-\[85px\] {
    @media (width >= 48rem) {
      width: 85px;
    }
  }
  .md\:w-\[185px\] {
    @media (width >= 48rem) {
      width: 185px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[50\%\] {
    @media (width >= 48rem) {
      max-width: 50%;
    }
  }
  .md\:max-w-\[260px\] {
    @media (width >= 48rem) {
      max-width: 260px;
    }
  }
  .md\:max-w-\[268px\] {
    @media (width >= 48rem) {
      max-width: 268px;
    }
  }
  .md\:max-w-\[320px\] {
    @media (width >= 48rem) {
      max-width: 320px;
    }
  }
  .md\:max-w-\[340px\] {
    @media (width >= 48rem) {
      max-width: 340px;
    }
  }
  .md\:max-w-\[344px\] {
    @media (width >= 48rem) {
      max-width: 344px;
    }
  }
  .md\:max-w-\[345px\] {
    @media (width >= 48rem) {
      max-width: 345px;
    }
  }
  .md\:max-w-\[366px\] {
    @media (width >= 48rem) {
      max-width: 366px;
    }
  }
  .md\:max-w-\[420px\] {
    @media (width >= 48rem) {
      max-width: 420px;
    }
  }
  .md\:max-w-\[430px\] {
    @media (width >= 48rem) {
      max-width: 430px;
    }
  }
  .md\:max-w-\[440px\] {
    @media (width >= 48rem) {
      max-width: 440px;
    }
  }
  .md\:max-w-\[456px\] {
    @media (width >= 48rem) {
      max-width: 456px;
    }
  }
  .md\:max-w-\[460px\] {
    @media (width >= 48rem) {
      max-width: 460px;
    }
  }
  .md\:max-w-\[496px\] {
    @media (width >= 48rem) {
      max-width: 496px;
    }
  }
  .md\:max-w-\[500px\] {
    @media (width >= 48rem) {
      max-width: 500px;
    }
  }
  .md\:max-w-\[510xp\] {
    @media (width >= 48rem) {
      max-width: 510xp;
    }
  }
  .md\:max-w-\[546px\] {
    @media (width >= 48rem) {
      max-width: 546px;
    }
  }
  .md\:max-w-\[550px\] {
    @media (width >= 48rem) {
      max-width: 550px;
    }
  }
  .md\:max-w-\[780px\] {
    @media (width >= 48rem) {
      max-width: 780px;
    }
  }
  .md\:translate-x-\[-50\%\] {
    @media (width >= 48rem) {
      --tw-translate-x: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:translate-y-\[-50\%\] {
    @media (width >= 48rem) {
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-8 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-\[7px\] {
    @media (width >= 48rem) {
      gap: 7px;
    }
  }
  .md\:gap-\[10px\] {
    @media (width >= 48rem) {
      gap: 10px;
    }
  }
  .md\:gap-\[14px\] {
    @media (width >= 48rem) {
      gap: 14px;
    }
  }
  .md\:gap-\[16px\] {
    @media (width >= 48rem) {
      gap: 16px;
    }
  }
  .md\:gap-\[20px\] {
    @media (width >= 48rem) {
      gap: 20px;
    }
  }
  .md\:gap-\[24px\] {
    @media (width >= 48rem) {
      gap: 24px;
    }
  }
  .md\:gap-\[30px\] {
    @media (width >= 48rem) {
      gap: 30px;
    }
  }
  .md\:gap-\[35px\] {
    @media (width >= 48rem) {
      gap: 35px;
    }
  }
  .md\:gap-\[37px\] {
    @media (width >= 48rem) {
      gap: 37px;
    }
  }
  .md\:gap-\[38px\] {
    @media (width >= 48rem) {
      gap: 38px;
    }
  }
  .md\:gap-\[44px\] {
    @media (width >= 48rem) {
      gap: 44px;
    }
  }
  .md\:gap-\[60px\] {
    @media (width >= 48rem) {
      gap: 60px;
    }
  }
  .md\:gap-\[67px\] {
    @media (width >= 48rem) {
      gap: 67px;
    }
  }
  .md\:gap-\[74px\] {
    @media (width >= 48rem) {
      gap: 74px;
    }
  }
  .md\:gap-\[135px\] {
    @media (width >= 48rem) {
      gap: 135px;
    }
  }
  .md\:space-y-0 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[0px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(0px * var(--tw-space-y-reverse));
        margin-block-end: calc(0px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[10px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(10px * var(--tw-space-y-reverse));
        margin-block-end: calc(10px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[12px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(12px * var(--tw-space-y-reverse));
        margin-block-end: calc(12px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[20px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(20px * var(--tw-space-y-reverse));
        margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[26px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(26px * var(--tw-space-y-reverse));
        margin-block-end: calc(26px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[34px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(34px * var(--tw-space-y-reverse));
        margin-block-end: calc(34px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[44px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(44px * var(--tw-space-y-reverse));
        margin-block-end: calc(44px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[84px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(84px * var(--tw-space-y-reverse));
        margin-block-end: calc(84px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[160px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(160px * var(--tw-space-y-reverse));
        margin-block-end: calc(160px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[200px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(200px * var(--tw-space-y-reverse));
        margin-block-end: calc(200px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[204px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(204px * var(--tw-space-y-reverse));
        margin-block-end: calc(204px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:gap-y-\[58px\] {
    @media (width >= 48rem) {
      row-gap: 58px;
    }
  }
  .md\:overflow-visible {
    @media (width >= 48rem) {
      overflow: visible;
    }
  }
  .md\:rounded-t-\[5px\] {
    @media (width >= 48rem) {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
  }
  .md\:border-b-\[0px\] {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .md\:border-b-\[1px\] {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .md\:bg-gray {
    @media (width >= 48rem) {
      background-color: var(--color-gray);
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:p-\[34px\] {
    @media (width >= 48rem) {
      padding: 34px;
    }
  }
  .md\:p-\[50px\] {
    @media (width >= 48rem) {
      padding: 50px;
    }
  }
  .md\:p-\[60px\] {
    @media (width >= 48rem) {
      padding: 60px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-\[20px\] {
    @media (width >= 48rem) {
      padding-inline: 20px;
    }
  }
  .md\:px-\[24px\] {
    @media (width >= 48rem) {
      padding-inline: 24px;
    }
  }
  .md\:px-\[28px\] {
    @media (width >= 48rem) {
      padding-inline: 28px;
    }
  }
  .md\:px-\[30px\] {
    @media (width >= 48rem) {
      padding-inline: 30px;
    }
  }
  .md\:px-\[34px\] {
    @media (width >= 48rem) {
      padding-inline: 34px;
    }
  }
  .md\:px-\[37px\] {
    @media (width >= 48rem) {
      padding-inline: 37px;
    }
  }
  .md\:px-\[48px\] {
    @media (width >= 48rem) {
      padding-inline: 48px;
    }
  }
  .md\:px-\[50px\] {
    @media (width >= 48rem) {
      padding-inline: 50px;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-\[20px\] {
    @media (width >= 48rem) {
      padding-block: 20px;
    }
  }
  .md\:py-\[25px\] {
    @media (width >= 48rem) {
      padding-block: 25px;
    }
  }
  .md\:py-\[30px\] {
    @media (width >= 48rem) {
      padding-block: 30px;
    }
  }
  .md\:py-\[34px\] {
    @media (width >= 48rem) {
      padding-block: 34px;
    }
  }
  .md\:py-\[44px\] {
    @media (width >= 48rem) {
      padding-block: 44px;
    }
  }
  .md\:py-\[50px\] {
    @media (width >= 48rem) {
      padding-block: 50px;
    }
  }
  .md\:py-\[60px\] {
    @media (width >= 48rem) {
      padding-block: 60px;
    }
  }
  .md\:py-\[70px\] {
    @media (width >= 48rem) {
      padding-block: 70px;
    }
  }
  .md\:py-\[90px\] {
    @media (width >= 48rem) {
      padding-block: 90px;
    }
  }
  .md\:py-\[120px\] {
    @media (width >= 48rem) {
      padding-block: 120px;
    }
  }
  .md\:py-\[156px\] {
    @media (width >= 48rem) {
      padding-block: 156px;
    }
  }
  .md\:pt-\[0px\] {
    @media (width >= 48rem) {
      padding-top: 0px;
    }
  }
  .md\:pt-\[10px\] {
    @media (width >= 48rem) {
      padding-top: 10px;
    }
  }
  .md\:pt-\[44px\] {
    @media (width >= 48rem) {
      padding-top: 44px;
    }
  }
  .md\:pt-\[54px\] {
    @media (width >= 48rem) {
      padding-top: 54px;
    }
  }
  .md\:pt-\[60px\] {
    @media (width >= 48rem) {
      padding-top: 60px;
    }
  }
  .md\:pt-\[94px\] {
    @media (width >= 48rem) {
      padding-top: 94px;
    }
  }
  .md\:pt-\[104px\] {
    @media (width >= 48rem) {
      padding-top: 104px;
    }
  }
  .md\:pt-\[120px\] {
    @media (width >= 48rem) {
      padding-top: 120px;
    }
  }
  .md\:pt-\[134px\] {
    @media (width >= 48rem) {
      padding-top: 134px;
    }
  }
  .md\:pt-\[170px\] {
    @media (width >= 48rem) {
      padding-top: 170px;
    }
  }
  .md\:pt-\[194px\] {
    @media (width >= 48rem) {
      padding-top: 194px;
    }
  }
  .md\:pr-\[20px\] {
    @media (width >= 48rem) {
      padding-right: 20px;
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-\[10px\] {
    @media (width >= 48rem) {
      padding-bottom: 10px;
    }
  }
  .md\:pb-\[20px\] {
    @media (width >= 48rem) {
      padding-bottom: 20px;
    }
  }
  .md\:pb-\[24px\] {
    @media (width >= 48rem) {
      padding-bottom: 24px;
    }
  }
  .md\:pb-\[30px\] {
    @media (width >= 48rem) {
      padding-bottom: 30px;
    }
  }
  .md\:pb-\[34px\] {
    @media (width >= 48rem) {
      padding-bottom: 34px;
    }
  }
  .md\:pb-\[35px\] {
    @media (width >= 48rem) {
      padding-bottom: 35px;
    }
  }
  .md\:pb-\[40px\] {
    @media (width >= 48rem) {
      padding-bottom: 40px;
    }
  }
  .md\:pb-\[44px\] {
    @media (width >= 48rem) {
      padding-bottom: 44px;
    }
  }
  .md\:pb-\[45px\] {
    @media (width >= 48rem) {
      padding-bottom: 45px;
    }
  }
  .md\:pb-\[48px\] {
    @media (width >= 48rem) {
      padding-bottom: 48px;
    }
  }
  .md\:pb-\[56px\] {
    @media (width >= 48rem) {
      padding-bottom: 56px;
    }
  }
  .md\:pb-\[60px\] {
    @media (width >= 48rem) {
      padding-bottom: 60px;
    }
  }
  .md\:pb-\[70px\] {
    @media (width >= 48rem) {
      padding-bottom: 70px;
    }
  }
  .md\:pb-\[78px\] {
    @media (width >= 48rem) {
      padding-bottom: 78px;
    }
  }
  .md\:pb-\[80px\] {
    @media (width >= 48rem) {
      padding-bottom: 80px;
    }
  }
  .md\:pb-\[103px\] {
    @media (width >= 48rem) {
      padding-bottom: 103px;
    }
  }
  .md\:pb-\[120px\] {
    @media (width >= 48rem) {
      padding-bottom: 120px;
    }
  }
  .md\:pb-\[150px\] {
    @media (width >= 48rem) {
      padding-bottom: 150px;
    }
  }
  .md\:pb-\[160px\] {
    @media (width >= 48rem) {
      padding-bottom: 160px;
    }
  }
  .md\:pl-0 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-\[20px\] {
    @media (width >= 48rem) {
      padding-left: 20px;
    }
  }
  .md\:text-start {
    @media (width >= 48rem) {
      text-align: start;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[38px\] {
    @media (width >= 48rem) {
      font-size: 38px;
    }
  }
  .md\:text-\[44px\] {
    @media (width >= 48rem) {
      font-size: 44px;
    }
  }
  .md\:text-\[62px\] {
    @media (width >= 48rem) {
      font-size: 62px;
    }
  }
  .md\:text-\[80px\] {
    @media (width >= 48rem) {
      font-size: 80px;
    }
  }
  .md\:text-\[126px\] {
    @media (width >= 48rem) {
      font-size: 126px;
    }
  }
  .md\:font-medium {
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:max-h-\[400px\] {
    @media (width >= 64rem) {
      max-height: 400px;
    }
  }
  .lg\:max-w-\[316px\] {
    @media (width >= 64rem) {
      max-width: 316px;
    }
  }
  .lg\:max-w-\[390px\] {
    @media (width >= 64rem) {
      max-width: 390px;
    }
  }
  .lg\:max-w-\[420px\] {
    @media (width >= 64rem) {
      max-width: 420px;
    }
  }
  .lg\:max-w-\[490px\] {
    @media (width >= 64rem) {
      max-width: 490px;
    }
  }
  .lg\:max-w-\[668px\] {
    @media (width >= 64rem) {
      max-width: 668px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-8 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-\[24px\] {
    @media (width >= 64rem) {
      gap: 24px;
    }
  }
  .lg\:gap-\[120px\] {
    @media (width >= 64rem) {
      gap: 120px;
    }
  }
  .lg\:pb-\[244px\] {
    @media (width >= 64rem) {
      padding-bottom: 244px;
    }
  }
  .xl\:col-span-1 {
    @media (width >= 80rem) {
      grid-column: span 1 / span 1;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:max-h-\[509px\] {
    @media (width >= 80rem) {
      max-height: 509px;
    }
  }
  .xl\:max-w-\[148px\] {
    @media (width >= 80rem) {
      max-width: 148px;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-12 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:gap-3 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .xl\:gap-\[24px\] {
    @media (width >= 80rem) {
      gap: 24px;
    }
  }
  .xl\:gap-\[40px\] {
    @media (width >= 80rem) {
      gap: 40px;
    }
  }
  .xl\:gap-\[64px\] {
    @media (width >= 80rem) {
      gap: 64px;
    }
  }
  .xl\:px-\[20px\] {
    @media (width >= 80rem) {
      padding-inline: 20px;
    }
  }
  .\32 xl\:max-w-\[1730px\] {
    @media (width >= 96rem) {
      max-width: 1730px;
    }
  }
  .\32 xl\:gap-\[64px\] {
    @media (width >= 96rem) {
      gap: 64px;
    }
  }
  .\32 xl\:px-\[10px\] {
    @media (width >= 96rem) {
      padding-inline: 10px;
    }
  }
  .\32 xl\:px-\[35px\] {
    @media (width >= 96rem) {
      padding-inline: 35px;
    }
  }
  .\32 xl\:px-\[50px\] {
    @media (width >= 96rem) {
      padding-inline: 50px;
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  html, body {
    background-color: var(--color-white);
    font-family: var(--font-body);
    color: var(--color-black);
  }
  img {
    display: block;
  }
  a, button {
    display: inline-flex;
    cursor: pointer;
    text-decoration-thickness: 0px;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  button[type='submit']:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  section, header, footer {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-inline: 18px;
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  h1, h2, h3, h4, h5 {
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  p {
    --tw-leading: 100%;
    line-height: 100%;
  }
}
@media (width >= 96rem ) {
  header .container {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 1340px;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 1340px;
  }
}
@media (min-widht:1920px) {
  header {
    padding-left: 55px !important;
    padding-right: 55px;
  }
}
.bg-active-linear {
  background-color: #ea563d;
  background-image: radial-gradient( 61.66% 57.92% at 57.91% 16.33%, #ff7d20 0%, #ea553c 100% );
}
.btn-linear-hover {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-linear-hover > * {
  position: relative;
  z-index: 1;
}
.btn-linear-hover:before {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  height: 100%;
  width: 100%;
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
  background: radial-gradient(100% 50.66% at 50.66% 100%, #ff7d20 0%, #d23218 100%);
  z-index: -1;
}
.btn-linear-hover:hover:before {
  opacity: 100%;
}
.default-bg {
  background: radial-gradient(61.66% 57.92% at 57.91% 16.33%, #ff7d20 0%, #ea553c 100%);
}
.video-slider-pagination {
  position: absolute;
  bottom: 30px !important;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 10px;
  @media (width >= 48rem) {
    left: 70px !important;
  }
  @media (width >= 48rem) {
    justify-content: flex-start;
  }
}
.video-slider-pagination .swiper-pagination-bullet {
  margin: calc(var(--spacing) * 0);
  height: 3px;
  width: 30px;
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-white);
  opacity: 100%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-active);
    }
  }
}
.video-slider-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background-color: var(--color-active);
}
.about-slider-pagination {
  position: absolute;
  right: calc(var(--spacing) * 0);
  bottom: 30px !important;
  left: calc(var(--spacing) * 0);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.about-slider-pagination .swiper-pagination-bullet {
  margin: calc(var(--spacing) * 0);
  height: 3px;
  width: 30px;
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-white);
  opacity: 100%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-active);
    }
  }
}
.about-slider-button-prev:after, .about-slider-button-next:after {
  border-color: red !important;
}
.about-slider-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background-color: var(--color-active);
}
.about-slider-button-prev, .about-slider-button-next {
  position: absolute;
  top: calc(1/2 * 100%);
  z-index: 10;
  display: flex;
  height: 40px;
  width: 40px;
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  background: none;
  border: none;
}
.about-slider-button-prev {
  left: 30px !important;
}
.about-slider-button-next {
  right: 30px !important;
}
.about-slider-button-prev::after, .about-slider-button-next::after {
  content: '' !important;
  width: 20px;
  height: 20px;
  display: block;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transition: all 0.3s ease;
}
.about-slider-button-prev::after {
  transform: rotate(-135deg);
}
.about-slider-button-next::after {
  transform: rotate(45deg);
}
.about-slider-button-prev:hover::after, .about-slider-button-next:hover::after {
  border-color: var(--color-active);
}
.about-slider-button-prev.swiper-button-disabled, .about-slider-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 50%;
}
.partners-slider:before {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 2;
  height: 100%;
  width: 32px;
  --tw-content: "";
  content: var(--tw-content);
  @media (width >= 48rem) {
    width: 417px;
  }
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.partners-slider:after {
  position: absolute;
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  z-index: 1;
  height: 100%;
  width: 32px;
  --tw-content: "";
  content: var(--tw-content);
  @media (width >= 48rem) {
    width: 417px;
  }
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0));
}
.partners-slider-pagination {
  right: calc(var(--spacing) * 0);
  bottom: 40px;
  left: calc(var(--spacing) * 0);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.partners-slider-pagination .swiper-pagination-bullet {
  margin: calc(var(--spacing) * 0);
  height: 3px;
  width: 30px;
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  background-color: #EAEADC;
  opacity: 100%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-active);
    }
  }
}
.partners-slider-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background-color: var(--color-active);
}
.partners-logo {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.partners-slide-wrapper:hover .partners-logo {
  filter: grayscale(0%);
  opacity: 1;
}
.intro-card:before {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 0;
  height: 100%;
  width: 100%;
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-content: "";
  content: var(--tw-content);
  background: radial-gradient( 61.66% 57.92% at 57.91% 16.33%, #ff7d20 0%, #ea553c 100% );
}
.intro-card:hover:before {
  opacity: 67%;
}
.intro-card:hover .intro-card-main-img {
  @media (width >= 48rem) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  transform-origin: bottom center;
}
.intro-card:hover h3 {
  color: var(--color-white);
}
.intro-card:hover .intro-card-tag {
  background-color: #F08775;
  color: var(--color-white);
}
.intro-card:hover .intro-card-btn-text {
  color: var(--color-white);
}
.intro-card:hover .intro-card-btn-icon {
  background-color: var(--color-white);
}
.intro-card .intro-card-btn-icon path {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.intro-card:hover .intro-card-btn-icon path {
  fill: black;
}
.bg-linear-decoration {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  background: linear-gradient( 90deg, rgba(234, 86, 61, 0) 0%, rgba(234, 86, 61, 1) 45.577%, rgba(234, 86, 61, 0) 95.8% );
}
.intro-card:hover .bg-linear-decoration {
  background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 45.577%, rgba(255, 255, 255, 0) 95.8% );
}
.btn-black-to-white path {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.btn-black-to-white:hover path {
  fill: white;
}
.packaging-card span {
  --tw-leading: 100%;
  line-height: 100%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.packaging-card svg {
  display: none;
  rotate: 90deg;
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  @media (width >= 48rem) {
    display: block;
  }
}
.packaging-card:hover span, .packaging-card.active span {
  color: var(--color-active);
}
.packaging-card:hover svg, .packaging-card.active svg {
  rotate: 0deg;
  opacity: 100%;
}
#packaging-main-img {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.packaging-thumbnail {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.packaging-thumbnail:hover {
  opacity: 90%;
}
.packaging-mobile-small-img {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.packaging-mobile-gallery {
  position: relative;
}
.map-card {
  opacity: 100%;
  animation: float 3s ease-in-out infinite;
}
.map-card:nth-of-type(2) {
  animation-delay: 0.3s;
}
.map-card:nth-of-type(3) {
  animation-delay: 0.6s;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.map-animation-wrapper {
  position: relative;
  height: 100%;
  min-height: 470px;
}
.map-animation-wrapper svg {
  height: 100%;
  min-height: 470px;
  width: 100%;
}
.form-input {
  width: 100%;
  border-radius: 5px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #CCCCCC;
  background-color: var(--color-white);
  padding-inline: 15px;
  padding-block: 18px;
  font-size: 16px;
  --tw-leading: 100%;
  line-height: 100%;
  color: var(--color-black);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  outline: none;
}
.form-input:focus {
  border-color: var(--color-black);
}
.form-input.error {
  border-color: #F08775;
}
.form-input::placeholder {
  color: #999999;
}
.file-input-label {
  cursor: pointer;
}
.file-input-label:focus-within {
  border-color: var(--color-black);
}
.form-error {
  margin-top: 5px;
  display: none;
  font-size: 12px;
  color: var(--color-black);
}
.form-input.error + .form-error {
  display: block;
}
.form-checkbox-container:has(.form-checkbox.error) .form-error {
  display: block;
}
.form-checkbox {
  height: 15px;
  width: 15px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 2px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #999999;
  appearance: none;
  position: relative;
}
.form-checkbox:checked {
  border-color: var(--color-active);
  background-color: var(--color-active);
}
.form-checkbox:checked::after {
  content: '';
  position: absolute;
  top: calc(1/2 * 100%);
  left: calc(1/2 * 100%);
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.form-checkbox.error {
  border-color: #EA563D;
}
textarea.form-input {
  resize: none;
}
.select-wrapper {
  position: relative;
}
select.form-input {
  appearance: none;
  padding-right: 50px;
}
.select-arrow {
  pointer-events: none;
  position: absolute;
  top: calc(1/2 * 100%);
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url('../assets/img/icons/select-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.select-wrapper.select-open .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.text-content-wrapper {
  position: relative;
  max-height: 442px;
  overflow: hidden;
  @media (width >= 48rem) {
    max-height: 262px;
  }
  transition: max-height 0.5s ease-in-out;
}
.text-content-wrapper.expanded {
  max-height: 100%;
}
.text-content-wrapper::before {
  height: 180px;
  @media (width >= 48rem) {
    height: 80px;
  }
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}
.text-content-wrapper.expanded::before {
  opacity: 0;
}
.footer-link-item {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #999999;
  &:hover {
    @media (hover: hover) {
      color: var(--color-black);
    }
  }
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.social-item path {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.social-item:hover path {
  fill: #ea563d;
}
.cursor-not-allowed {
  background-color: var(--color-white);
}
.cursor-not-allowed path {
  fill: #eaeadc;
}
.seo-text-content {
  color: #000;
}
.seo-text-content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 0;
}
.seo-text-content h3 {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 0;
}
.seo-text-content p {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 0;
}
.seo-text-content p:first-of-type {
  font-weight: 700;
}
.seo-text-content > * {
  margin-bottom: 0;
}
.seo-text-content > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.text-line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.text-line-clamp-3::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 1em;
  background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 1) 100% );
  pointer-events: none;
}
.post-content {
  font-size: 18px;
  --tw-leading: 100%;
  line-height: 100%;
  color: #686868;
}
.post-content h2 {
  margin-top: 50px;
  margin-bottom: 34px;
  font-size: 32px;
  color: #4D4D4D;
  @media (width >= 48rem) {
    font-size: 38px;
  }
}
.post-content h3 {
  margin-top: 60px;
  margin-bottom: 34px;
  font-size: 24px;
  color: #4D4D4D;
}
.post-content p {
  margin-bottom: 34px;
}
.post-content img {
  margin-top: 60px;
  height: 400px;
  width: 100%;
  border-radius: 4px;
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: var(--color-gray);
  object-fit: cover;
  padding-top: 18px;
}
.post-content blockquote, .post-content .wp-block-quote {
  margin-top: 60px;
  margin-bottom: 34px;
  max-width: 710px;
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
  border-color: #24247F;
  padding-block: 7px;
  padding-left: 28px;
  font-size: 18px;
  --tw-leading: 24px;
  line-height: 24px;
  color: var(--color-black);
  font-style: italic;
}
.post-content blockquote p, .post-content .wp-block-quote p {
  margin-bottom: calc(var(--spacing) * 0);
}
.about-card:before {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 0;
  height: 100%;
  width: 100%;
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
  background: radial-gradient( 61.66% 57.92% at 57.91% 16.33%, #ff7d20 0%, #ea553c 100% );
}
.about-card:hover:before, .about-card.active:before {
  opacity: 100%;
}
.about-card span, .about-card h3, .about-card p {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.about-principles-card.active h3, .about-principles-card.active p {
  color: var(--color-white);
}
#about-principles-img {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.about-anim-wrapper {
  pointer-events: none;
  position: absolute;
  inset: calc(var(--spacing) * 0);
  height: 450px;
  width: 100%;
  overflow: hidden;
  @media (width >= 48rem) {
    height: 100%;
  }
  z-index: 0;
  opacity: 0;
  transition: opacity 1.2s ease-out;
}
.about-anim-wrapper.visible {
  opacity: 1;
}
.about-anim-wrapper svg {
  position: absolute;
  top: calc(var(--spacing) * 0);
  right: -60px;
  height: 100%;
  width: 600px;
  object-fit: cover;
  @media (width >= 48rem) {
    width: 100%;
  }
  transform: scale(1.1);
  transform-origin: center center;
}
.about-anim-wrapper.visible svg g path[fill="#F08775"] {
  animation: pathFadeIn 1.5s ease-out forwards;
  opacity: 0;
}
.about-anim-wrapper.visible svg g path[fill="#F08775"]:nth-child(1) {
  animation-delay: 0.1s;
}
.about-anim-wrapper.visible svg g path[fill="#F08775"]:nth-child(2) {
  animation-delay: 0.15s;
}
.about-anim-wrapper.visible svg g path[fill="#F08775"]:nth-child(3) {
  animation-delay: 0.2s;
}
@keyframes pathFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-anim-wrapper.visible circle[opacity="0.7"] {
  animation: logoCirclePulse 3s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.about-anim-wrapper.visible circle[opacity="0.7"]:nth-of-type(2) {
  animation-delay: 0.5s;
}
@keyframes logoCirclePulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.15);
  }
}
.about-anim-wrapper.visible rect[fill="white"] {
  animation: logoRotate 8s linear infinite;
  transform-origin: center center;
}
.about-anim-wrapper.visible rect[fill="white"]:nth-of-type(2) {
  animation-delay: 1s;
}
.about-anim-wrapper.visible path[fill="#EA563D"]:not([fill-opacity]), .about-anim-wrapper.visible path[fill="url(#paint1_radial_168_13799)"], .about-anim-wrapper.visible path[fill="url(#paint3_radial_168_13799)"] {
  animation: logoPathRotate 8s linear;
  transform-origin: center center;
}
.about-anim-wrapper.visible path[fill="url(#paint3_radial_168_13799)"] {
  animation-delay: 1s;
}
@keyframes logoPathRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#contact-map {
  min-height: 600px;
  height: 100%;
}
@media (max-width: 768px) {
  #contact-map {
    min-height: 400px;
  }
}
@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-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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-tracking {
  syntax: "*";
  inherits: false;
}
@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;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
