/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@import url(./fonts.css);
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Titillium Web", "Arial", "Helvetica", "sans-serif";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-black: #161615;
    --color-white: #FCFCFD;
    --spacing: 0.4rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --aspect-video: 16 / 9;
    --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);
    --color-white-2: #EAECF0;
    --color-white-3: #F2F3F5;
    --color-white-pure: #FFFFFF;
    --color-black-2: #000000;
    --color-black-3: #101828;
    --color-gray: #344054;
    --color-gray-2: #98A2B3;
    --color-gray-4: #D0D5DD;
    --color-gray-5: #667085;
    --color-gray-6: #475467;
    --color-red: #D11317;
    --color-red-hover: #A70012;
    --color-error: #FF0000;
    --container-size-sm: 64rem;
    --container-size-md: 76.8rem;
    --container-size-lg: 100rem;
    --container-size-xl: 119.2rem;
    --container-size-2xl: 119.2rem;
    --swiper-pagination-color: var(--color-red);
    --swiper-pagination-bullet-horizontal-gap: 0.7rem;
    --swiper-pagination-bullet-inactive-color: var(--color-gray-4);
    --swiper-pagination-bullet-inactive-opacity: 1;
  }
}
@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 {
  .\@container {
    container-type: inline-size;
  }
  .\!collapse {
    visibility: collapse !important;
  }
  .\!visible {
    visibility: visible !important;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-100 {
    top: calc(var(--spacing) * 100);
  }
  .top-\[5\.44px\] {
    top: 5.44px;
  }
  .top-\[7\.30337079\%\] {
    top: 7.30337079%;
  }
  .top-\[15\.07549861\%\] {
    top: 15.07549861%;
  }
  .top-\[20\.03745318\%\] {
    top: 20.03745318%;
  }
  .top-\[42\.69662921\%\] {
    top: 42.69662921%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[60\.86142322\%\] {
    top: 60.86142322%;
  }
  .top-\[var\(--navbar-height\)\] {
    top: var(--navbar-height);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[-3\.4rem\] {
    right: -3.4rem;
  }
  .right-\[-3rem\] {
    right: -3rem;
  }
  .right-\[-8\%\] {
    right: -8%;
  }
  .right-\[1\.6rem\] {
    right: 1.6rem;
  }
  .right-\[8\.44827586\%\] {
    right: 8.44827586%;
  }
  .right-\[25\.34482759\%\] {
    right: 25.34482759%;
  }
  .right-\[32\.22222222\%\] {
    right: 32.22222222%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[3\.93258427\%\] {
    bottom: 3.93258427%;
  }
  .bottom-\[4\.5rem\] {
    bottom: 4.5rem;
  }
  .bottom-\[5\.44px\] {
    bottom: 5.44px;
  }
  .bottom-\[10\.95505618\%\] {
    bottom: 10.95505618%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-7rem\] {
    left: -7rem;
  }
  .left-\[3\.3rem\] {
    left: 3.3rem;
  }
  .left-\[8\.27586207\%\] {
    left: 8.27586207%;
  }
  .left-\[16\.89655172\%\] {
    left: 16.89655172%;
  }
  .left-\[18\.05555556\%\] {
    left: 18.05555556%;
  }
  .left-\[33\.79310345\%\] {
    left: 33.79310345%;
  }
  .left-\[41\.47867368\%\] {
    left: 41.47867368%;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .isolate {
    isolation: isolate;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .-z-2 {
    z-index: calc(2 * -1);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-10 {
    z-index: 10;
  }
  .z-999 {
    z-index: 999;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[var\(--modal-index\)\] {
    z-index: var(--modal-index);
  }
  .z-\[var\(--navbar-index\)\] {
    z-index: var(--navbar-index);
  }
  .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-\[2\.5rem\] {
    margin-inline: calc(2.5rem * -1);
  }
  .mx-\[1\.6rem\] {
    margin-inline: 1.6rem;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-\[3rem\] {
    margin-top: calc(3rem * -1);
  }
  .-mt-\[49\.365rem\] {
    margin-top: calc(49.365rem * -1);
  }
  .mt-\[-0\.8rem\] {
    margin-top: -0.8rem;
  }
  .mt-\[-1rem\] {
    margin-top: -1rem;
  }
  .mt-\[-8rem\] {
    margin-top: -8rem;
  }
  .mt-\[-9\.50226244rem\] {
    margin-top: -9.50226244rem;
  }
  .mt-\[1\.5rem\] {
    margin-top: 1.5rem;
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .mt-\[3rem\] {
    margin-top: 3rem;
  }
  .mt-\[4rem\] {
    margin-top: 4rem;
  }
  .mt-\[5rem\] {
    margin-top: 5rem;
  }
  .mt-\[6rem\] {
    margin-top: 6rem;
  }
  .mt-\[calc\(var\(--navbar-height\)\+100px\)\] {
    margin-top: calc(var(--navbar-height) + 100px);
  }
  .mt-\[var\(--mt-mobile\)\] {
    margin-top: var(--mt-mobile);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[-4rem\] {
    margin-bottom: -4rem;
  }
  .mb-\[-8rem\] {
    margin-bottom: -8rem;
  }
  .mb-\[0\.6rem\] {
    margin-bottom: 0.6rem;
  }
  .mb-\[2\.4rem\] {
    margin-bottom: 2.4rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .mb-\[3rem\] {
    margin-bottom: 3rem;
  }
  .mb-\[5\.5rem\] {
    margin-bottom: 5.5rem;
  }
  .mb-\[6rem\] {
    margin-bottom: 6rem;
  }
  .mb-\[var\(--mb-mobile\)\] {
    margin-bottom: var(--mb-mobile);
  }
  .ml-\[0\.2rem\] {
    margin-left: 0.2rem;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .\!hidden {
    display: none !important;
  }
  .\!inline {
    display: inline !important;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .aspect-\[169\.87\/185\] {
    aspect-ratio: 169.87/185;
  }
  .aspect-\[180\/162\] {
    aspect-ratio: 180/162;
  }
  .aspect-\[180\/178\] {
    aspect-ratio: 180/178;
  }
  .aspect-\[180\/198\] {
    aspect-ratio: 180/198;
  }
  .aspect-\[278\/240\] {
    aspect-ratio: 278/240;
  }
  .aspect-\[278\/445\] {
    aspect-ratio: 278/445;
  }
  .aspect-\[290\/515\] {
    aspect-ratio: 290/515;
  }
  .aspect-\[321\/647\] {
    aspect-ratio: 321/647;
  }
  .aspect-\[326\/351\] {
    aspect-ratio: 326/351;
  }
  .aspect-\[346\/647\] {
    aspect-ratio: 346/647;
  }
  .aspect-\[348\/383\] {
    aspect-ratio: 348/383;
  }
  .aspect-\[351\/386\] {
    aspect-ratio: 351/386;
  }
  .aspect-\[376\/469\] {
    aspect-ratio: 376/469;
  }
  .aspect-\[416\/458\] {
    aspect-ratio: 416/458;
  }
  .aspect-\[468\/515\] {
    aspect-ratio: 468/515;
  }
  .aspect-\[474\/240\] {
    aspect-ratio: 474/240;
  }
  .aspect-\[474\/356\] {
    aspect-ratio: 474/356;
  }
  .aspect-\[572\/277\] {
    aspect-ratio: 572/277;
  }
  .aspect-\[572\/362\] {
    aspect-ratio: 572/362;
  }
  .aspect-\[579\/620\] {
    aspect-ratio: 579/620;
  }
  .aspect-\[602\/708\] {
    aspect-ratio: 602/708;
  }
  .aspect-\[656\/703\] {
    aspect-ratio: 656/703;
  }
  .aspect-\[697\.62\/795\] {
    aspect-ratio: 697.62/795;
  }
  .aspect-\[736\.14\/671\] {
    aspect-ratio: 736.14/671;
  }
  .aspect-\[815\.19\/743\.06\] {
    aspect-ratio: 815.19/743.06;
  }
  .aspect-\[967\.43\/1037\] {
    aspect-ratio: 967.43/1037;
  }
  .aspect-\[1024\/855\] {
    aspect-ratio: 1024/855;
  }
  .aspect-\[1496\/1016\] {
    aspect-ratio: 1496/1016;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[1\.2rem\] {
    height: 1.2rem;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2\.6rem\] {
    height: 2.6rem;
  }
  .h-\[2\.7rem\] {
    height: 2.7rem;
  }
  .h-\[2\.126rem\] {
    height: 2.126rem;
  }
  .h-\[2rem\] {
    height: 2rem;
  }
  .h-\[3\.5rem\] {
    height: 3.5rem;
  }
  .h-\[3\.930201342rem\] {
    height: 3.930201342rem;
  }
  .h-\[4\.7rem\] {
    height: 4.7rem;
  }
  .h-\[4\.8rem\] {
    height: 4.8rem;
  }
  .h-\[5\.4rem\] {
    height: 5.4rem;
  }
  .h-\[5\.46875rem\] {
    height: 5.46875rem;
  }
  .h-\[7\.3rem\] {
    height: 7.3rem;
  }
  .h-\[9\.9rem\] {
    height: 9.9rem;
  }
  .h-\[11\.8rem\] {
    height: 11.8rem;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[calc\(100vh_-_var\(--navbar-height\)\)\] {
    height: calc(100vh - var(--navbar-height));
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[1\.2rem\] {
    max-height: 1.2rem;
  }
  .max-h-\[2\.6rem\] {
    max-height: 2.6rem;
  }
  .max-h-\[2\.7rem\] {
    max-height: 2.7rem;
  }
  .max-h-\[2\.126rem\] {
    max-height: 2.126rem;
  }
  .max-h-\[2rem\] {
    max-height: 2rem;
  }
  .max-h-\[3\.5rem\] {
    max-height: 3.5rem;
  }
  .max-h-\[3\.930201342rem\] {
    max-height: 3.930201342rem;
  }
  .max-h-\[4\.7rem\] {
    max-height: 4.7rem;
  }
  .max-h-\[4\.8rem\] {
    max-height: 4.8rem;
  }
  .max-h-\[5\.4rem\] {
    max-height: 5.4rem;
  }
  .max-h-\[5\.46875rem\] {
    max-height: 5.46875rem;
  }
  .max-h-\[7\.3rem\] {
    max-height: 7.3rem;
  }
  .max-h-\[9\.9rem\] {
    max-height: 9.9rem;
  }
  .max-h-\[11\.8rem\] {
    max-height: 11.8rem;
  }
  .max-h-\[24px\] {
    max-height: 24px;
  }
  .max-h-\[40px\] {
    max-height: 40px;
  }
  .max-h-\[calc\(100vh_-_var\(--navbar-height\)\)\] {
    max-height: calc(100vh - var(--navbar-height));
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[1\.2rem\] {
    min-height: 1.2rem;
  }
  .min-h-\[2\.6rem\] {
    min-height: 2.6rem;
  }
  .min-h-\[2\.7rem\] {
    min-height: 2.7rem;
  }
  .min-h-\[2\.126rem\] {
    min-height: 2.126rem;
  }
  .min-h-\[2\.484rem\] {
    min-height: 2.484rem;
  }
  .min-h-\[2rem\] {
    min-height: 2rem;
  }
  .min-h-\[3\.3rem\] {
    min-height: 3.3rem;
  }
  .min-h-\[3\.4rem\] {
    min-height: 3.4rem;
  }
  .min-h-\[3\.5rem\] {
    min-height: 3.5rem;
  }
  .min-h-\[3\.7rem\] {
    min-height: 3.7rem;
  }
  .min-h-\[3\.930201342rem\] {
    min-height: 3.930201342rem;
  }
  .min-h-\[4\.7rem\] {
    min-height: 4.7rem;
  }
  .min-h-\[4\.8rem\] {
    min-height: 4.8rem;
  }
  .min-h-\[4rem\] {
    min-height: 4rem;
  }
  .min-h-\[5\.3rem\] {
    min-height: 5.3rem;
  }
  .min-h-\[5\.4rem\] {
    min-height: 5.4rem;
  }
  .min-h-\[5\.46875rem\] {
    min-height: 5.46875rem;
  }
  .min-h-\[7\.1rem\] {
    min-height: 7.1rem;
  }
  .min-h-\[7\.3rem\] {
    min-height: 7.3rem;
  }
  .min-h-\[9\.9rem\] {
    min-height: 9.9rem;
  }
  .min-h-\[11\.8rem\] {
    min-height: 11.8rem;
  }
  .min-h-\[12rem\] {
    min-height: 12rem;
  }
  .min-h-\[24px\] {
    min-height: 24px;
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[calc\(100vh_-_var\(--navbar-height\)\)\] {
    min-height: calc(100vh - var(--navbar-height));
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[1\.2rem\] {
    width: 1.2rem;
  }
  .w-\[2\.6rem\] {
    width: 2.6rem;
  }
  .w-\[2\.7rem\] {
    width: 2.7rem;
  }
  .w-\[2\.127rem\] {
    width: 2.127rem;
  }
  .w-\[2rem\] {
    width: 2rem;
  }
  .w-\[4\.8rem\] {
    width: 4.8rem;
  }
  .w-\[4\.297rem\] {
    width: 4.297rem;
  }
  .w-\[5rem\] {
    width: 5rem;
  }
  .w-\[9\.6rem\] {
    width: 9.6rem;
  }
  .w-\[9rem\] {
    width: 9rem;
  }
  .w-\[11\.79652778vw\] {
    width: 11.79652778vw;
  }
  .w-\[13\.3rem\] {
    width: 13.3rem;
  }
  .w-\[15\.51724138\%\] {
    width: 15.51724138%;
  }
  .w-\[17\.62px\] {
    width: 17.62px;
  }
  .w-\[20\.1rem\] {
    width: 20.1rem;
  }
  .w-\[22\.29166667vw\] {
    width: 22.29166667vw;
  }
  .w-\[23\.96551724\%\] {
    width: 23.96551724%;
  }
  .w-\[24\.02777778vw\] {
    width: 24.02777778vw;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[26\.5648855\%\] {
    width: 26.5648855%;
  }
  .w-\[30\.25862069\%\] {
    width: 30.25862069%;
  }
  .w-\[30vw\] {
    width: 30vw;
  }
  .w-\[32\.5\%\] {
    width: 32.5%;
  }
  .w-\[32\.4137931\%\] {
    width: 32.4137931%;
  }
  .w-\[37\.03196793vw\] {
    width: 37.03196793vw;
  }
  .w-\[40\.86206897\%\] {
    width: 40.86206897%;
  }
  .w-\[49\.31034483\%\] {
    width: 49.31034483%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[55\.84642234\%\] {
    width: 55.84642234%;
  }
  .w-\[67\.18263889vw\] {
    width: 67.18263889vw;
  }
  .w-\[103\.88888889\%\] {
    width: 103.88888889%;
  }
  .w-\[108\.79310345\%\] {
    width: 108.79310345%;
  }
  .w-\[min\(22\.63888889vw\,32\.6rem\)\] {
    width: min(22.63888889vw, 32.6rem);
  }
  .w-\[min\(28\.88888889\%\,_41\.6rem\)\] {
    width: min(28.88888889%, 41.6rem);
  }
  .w-\[min\(30\%\,_30rem\)\] {
    width: min(30%, 30rem);
  }
  .w-\[min\(32\.5vw\,46\.8rem\)\] {
    width: min(32.5vw, 46.8rem);
  }
  .w-\[min\(37\.03196793vw\,86\.8rem\)\] {
    width: min(37.03196793vw, 86.8rem);
  }
  .w-\[min\(67\.18263889vw\,96\.743rem\)\] {
    width: min(67.18263889vw, 96.743rem);
  }
  .w-\[var\(--bg-size\)\] {
    width: var(--bg-size);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[1\.2rem\] {
    max-width: 1.2rem;
  }
  .max-w-\[2\.6rem\] {
    max-width: 2.6rem;
  }
  .max-w-\[2\.7rem\] {
    max-width: 2.7rem;
  }
  .max-w-\[2\.127rem\] {
    max-width: 2.127rem;
  }
  .max-w-\[2rem\] {
    max-width: 2rem;
  }
  .max-w-\[4\.8rem\] {
    max-width: 4.8rem;
  }
  .max-w-\[4\.297rem\] {
    max-width: 4.297rem;
  }
  .max-w-\[5rem\] {
    max-width: 5rem;
  }
  .max-w-\[9\.6rem\] {
    max-width: 9.6rem;
  }
  .max-w-\[9rem\] {
    max-width: 9rem;
  }
  .max-w-\[13\.3rem\] {
    max-width: 13.3rem;
  }
  .max-w-\[15\.51724138\%\] {
    max-width: 15.51724138%;
  }
  .max-w-\[16\.987rem\] {
    max-width: 16.987rem;
  }
  .max-w-\[20\.1rem\] {
    max-width: 20.1rem;
  }
  .max-w-\[20\.2rem\] {
    max-width: 20.2rem;
  }
  .max-w-\[22\.29166667vw\] {
    max-width: 22.29166667vw;
  }
  .max-w-\[23\.96551724\%\] {
    max-width: 23.96551724%;
  }
  .max-w-\[24\.02777778vw\] {
    max-width: 24.02777778vw;
  }
  .max-w-\[24px\] {
    max-width: 24px;
  }
  .max-w-\[26\.5648855\%\] {
    max-width: 26.5648855%;
  }
  .max-w-\[30\.25862069\%\] {
    max-width: 30.25862069%;
  }
  .max-w-\[30vw\] {
    max-width: 30vw;
  }
  .max-w-\[32\.5\%\] {
    max-width: 32.5%;
  }
  .max-w-\[32\.4137931\%\] {
    max-width: 32.4137931%;
  }
  .max-w-\[37\.03196793vw\] {
    max-width: 37.03196793vw;
  }
  .max-w-\[40\.86206897\%\] {
    max-width: 40.86206897%;
  }
  .max-w-\[40px\] {
    max-width: 40px;
  }
  .max-w-\[49\.31034483\%\] {
    max-width: 49.31034483%;
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .max-w-\[55\.84642234\%\] {
    max-width: 55.84642234%;
  }
  .max-w-\[57\.5rem\] {
    max-width: 57.5rem;
  }
  .max-w-\[60\.1rem\] {
    max-width: 60.1rem;
  }
  .max-w-\[60\.6rem\] {
    max-width: 60.6rem;
  }
  .max-w-\[63\.1rem\] {
    max-width: 63.1rem;
  }
  .max-w-\[65\.2rem\] {
    max-width: 65.2rem;
  }
  .max-w-\[67\.18263889vw\] {
    max-width: 67.18263889vw;
  }
  .max-w-\[67rem\] {
    max-width: 67rem;
  }
  .max-w-\[69\.9rem\] {
    max-width: 69.9rem;
  }
  .max-w-\[76\.8rem\] {
    max-width: 76.8rem;
  }
  .max-w-\[84\.6rem\] {
    max-width: 84.6rem;
  }
  .max-w-\[86\.6rem\] {
    max-width: 86.6rem;
  }
  .max-w-\[88rem\] {
    max-width: 88rem;
  }
  .max-w-\[96\.4rem\] {
    max-width: 96.4rem;
  }
  .max-w-\[100\.9rem\] {
    max-width: 100.9rem;
  }
  .max-w-\[103\.88888889\%\] {
    max-width: 103.88888889%;
  }
  .max-w-\[108\.79310345\%\] {
    max-width: 108.79310345%;
  }
  .max-w-\[124rem\] {
    max-width: 124rem;
  }
  .max-w-\[131rem\] {
    max-width: 131rem;
  }
  .max-w-\[calc\(70vw_-_1\.6rem\)\] {
    max-width: calc(70vw - 1.6rem);
  }
  .max-w-\[min\(22\.63888889vw\,32\.6rem\)\] {
    max-width: min(22.63888889vw, 32.6rem);
  }
  .max-w-\[min\(28\.88888889\%\,_41\.6rem\)\] {
    max-width: min(28.88888889%, 41.6rem);
  }
  .max-w-\[min\(30\%\,_30rem\)\] {
    max-width: min(30%, 30rem);
  }
  .max-w-\[min\(32\.5vw\,46\.8rem\)\] {
    max-width: min(32.5vw, 46.8rem);
  }
  .max-w-\[min\(37\.03196793vw\,86\.8rem\)\] {
    max-width: min(37.03196793vw, 86.8rem);
  }
  .max-w-\[min\(67\.18263889vw\,96\.743rem\)\] {
    max-width: min(67.18263889vw, 96.743rem);
  }
  .max-w-\[var\(--bg-size\)\] {
    max-width: var(--bg-size);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-max {
    max-width: max-content;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-screen {
    max-width: 100vw;
  }
  .min-w-\[1\.2rem\] {
    min-width: 1.2rem;
  }
  .min-w-\[2\.6rem\] {
    min-width: 2.6rem;
  }
  .min-w-\[2\.7rem\] {
    min-width: 2.7rem;
  }
  .min-w-\[2\.127rem\] {
    min-width: 2.127rem;
  }
  .min-w-\[2rem\] {
    min-width: 2rem;
  }
  .min-w-\[4\.8rem\] {
    min-width: 4.8rem;
  }
  .min-w-\[4\.297rem\] {
    min-width: 4.297rem;
  }
  .min-w-\[5rem\] {
    min-width: 5rem;
  }
  .min-w-\[9\.6rem\] {
    min-width: 9.6rem;
  }
  .min-w-\[9rem\] {
    min-width: 9rem;
  }
  .min-w-\[13\.3rem\] {
    min-width: 13.3rem;
  }
  .min-w-\[15\.51724138\%\] {
    min-width: 15.51724138%;
  }
  .min-w-\[20\.1rem\] {
    min-width: 20.1rem;
  }
  .min-w-\[22\.29166667vw\] {
    min-width: 22.29166667vw;
  }
  .min-w-\[23\.96551724\%\] {
    min-width: 23.96551724%;
  }
  .min-w-\[24\.02777778vw\] {
    min-width: 24.02777778vw;
  }
  .min-w-\[24px\] {
    min-width: 24px;
  }
  .min-w-\[26\.5648855\%\] {
    min-width: 26.5648855%;
  }
  .min-w-\[30\.25862069\%\] {
    min-width: 30.25862069%;
  }
  .min-w-\[30vw\] {
    min-width: 30vw;
  }
  .min-w-\[32\.5\%\] {
    min-width: 32.5%;
  }
  .min-w-\[32\.4137931\%\] {
    min-width: 32.4137931%;
  }
  .min-w-\[37\.03196793vw\] {
    min-width: 37.03196793vw;
  }
  .min-w-\[40\.86206897\%\] {
    min-width: 40.86206897%;
  }
  .min-w-\[40px\] {
    min-width: 40px;
  }
  .min-w-\[49\.31034483\%\] {
    min-width: 49.31034483%;
  }
  .min-w-\[50\%\] {
    min-width: 50%;
  }
  .min-w-\[67\.18263889vw\] {
    min-width: 67.18263889vw;
  }
  .min-w-\[103\.88888889\%\] {
    min-width: 103.88888889%;
  }
  .min-w-\[108\.79310345\%\] {
    min-width: 108.79310345%;
  }
  .min-w-\[min\(22\.63888889vw\,32\.6rem\)\] {
    min-width: min(22.63888889vw, 32.6rem);
  }
  .min-w-\[min\(28\.88888889\%\,_41\.6rem\)\] {
    min-width: min(28.88888889%, 41.6rem);
  }
  .min-w-\[min\(30\%\,_30rem\)\] {
    min-width: min(30%, 30rem);
  }
  .min-w-\[min\(32\.5vw\,46\.8rem\)\] {
    min-width: min(32.5vw, 46.8rem);
  }
  .min-w-\[min\(37\.03196793vw\,86\.8rem\)\] {
    min-width: min(37.03196793vw, 86.8rem);
  }
  .min-w-\[min\(67\.18263889vw\,96\.743rem\)\] {
    min-width: min(67.18263889vw, 96.743rem);
  }
  .min-w-\[var\(--bg-size\)\] {
    min-width: var(--bg-size);
  }
  .min-w-full {
    min-width: 100%;
  }
  .min-w-screen {
    min-width: 100vw;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-\[50\%\] {
    --tw-translate-x: calc(50% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[15\%\] {
    --tw-translate-x: 15%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[25\%\] {
    --tw-translate-x: 25%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[35\%\] {
    --tw-translate-x: 35%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[36\.63624242\%\] {
    --tw-translate-x: 36.63624242%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-10\.51004637\%\] {
    --tw-translate-y: -10.51004637%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-26\.94063927\%\] {
    --tw-translate-y: -26.94063927%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-30\.1994302\%\] {
    --tw-translate-y: -30.1994302%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-37\.08737864\%\] {
    --tw-translate-y: -37.08737864%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-43\.08093995\%\] {
    --tw-translate-y: -43.08093995%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[0\.8rem\] {
    --tw-translate-y: 0.8rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[12\.82843895\%\] {
    --tw-translate-y: 12.82843895%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[38\.44660194\%\] {
    --tw-translate-y: 38.44660194%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[calc\(-50\%-5\.25rem\)\] {
    --tw-translate-y: calc(-50% - 5.25rem);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-scale-x-100 {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .columns-1 {
    columns: 1;
  }
  .columns-2 {
    columns: 2;
  }
  .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-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-\[0\.4rem\] {
    gap: 0.4rem;
  }
  .gap-\[0\.5rem\] {
    gap: 0.5rem;
  }
  .gap-\[0\.6rem\] {
    gap: 0.6rem;
  }
  .gap-\[0\.7rem\] {
    gap: 0.7rem;
  }
  .gap-\[0\.8rem\] {
    gap: 0.8rem;
  }
  .gap-\[1\.2rem\] {
    gap: 1.2rem;
  }
  .gap-\[1\.3rem\] {
    gap: 1.3rem;
  }
  .gap-\[1\.4rem\] {
    gap: 1.4rem;
  }
  .gap-\[1\.5rem\] {
    gap: 1.5rem;
  }
  .gap-\[1\.6rem\] {
    gap: 1.6rem;
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .gap-\[2\.1rem\] {
    gap: 2.1rem;
  }
  .gap-\[2\.4rem\] {
    gap: 2.4rem;
  }
  .gap-\[2\.5rem\] {
    gap: 2.5rem;
  }
  .gap-\[2rem\] {
    gap: 2rem;
  }
  .gap-\[3\.2rem\] {
    gap: 3.2rem;
  }
  .gap-\[3\.6rem\] {
    gap: 3.6rem;
  }
  .gap-\[3\.575rem\] {
    gap: 3.575rem;
  }
  .gap-\[3rem\] {
    gap: 3rem;
  }
  .gap-\[4\.5rem\] {
    gap: 4.5rem;
  }
  .gap-\[4\.7rem\] {
    gap: 4.7rem;
  }
  .gap-\[4\.8rem\] {
    gap: 4.8rem;
  }
  .gap-\[4rem\] {
    gap: 4rem;
  }
  .gap-\[5\.5rem\] {
    gap: 5.5rem;
  }
  .gap-\[5rem\] {
    gap: 5rem;
  }
  .gap-\[6rem\] {
    gap: 6rem;
  }
  .gap-\[7rem\] {
    gap: 7rem;
  }
  .gap-x-\[1\.6rem\] {
    column-gap: 1.6rem;
  }
  .gap-x-\[9\.1rem\] {
    column-gap: 9.1rem;
  }
  .gap-y-\[3rem\] {
    row-gap: 3rem;
  }
  .gap-y-\[4rem\] {
    row-gap: 4rem;
  }
  .gap-y-\[8rem\] {
    row-gap: 8rem;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .\!overflow-x-clip {
    overflow-x: clip !important;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .\!overflow-y-visible {
    overflow-y: visible !important;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[0\.3rem\] {
    border-radius: 0.3rem;
  }
  .rounded-\[0\.8\] {
    border-radius: 0.8;
  }
  .rounded-\[0\.8rem\] {
    border-radius: 0.8rem;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-4 {
    border-color: var(--color-gray-4);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-b-gray {
    border-bottom-color: var(--color-gray);
  }
  .border-b-gray-4 {
    border-bottom-color: var(--color-gray-4);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black-3 {
    background-color: var(--color-black-3);
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-gray {
    background-color: var(--color-gray);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white-2 {
    background-color: var(--color-white-2);
  }
  .bg-white-3 {
    background-color: var(--color-white-3);
  }
  .bg-\[image\:url\(\.\.\/images\/bg\/3dbg\.png\)\] {
    background-image: url(../images/bg/3dbg.png);
  }
  .bg-\[image\:url\(\.\.\/images\/bg\/3dbg_dark\.png\)\] {
    background-image: url(../images/bg/3dbg_dark.png);
  }
  .bg-\[image\:url\(\.\.\/images\/decors\/bubble-bg\.svg\)\] {
    background-image: url(../images/decors/bubble-bg.svg);
  }
  .bg-\[image\:url\(\.\.\/images\/decors\/bubble-cut-right\.svg\)\] {
    background-image: url(../images/decors/bubble-cut-right.svg);
  }
  .bg-\[image\:url\(\.\.\/images\/decors\/bubble-cut-top\.svg\)\] {
    background-image: url(../images/decors/bubble-cut-top.svg);
  }
  .bg-\[image\:url\(\.\.\/images\/decors\/bubble-full-2\.svg\)\] {
    background-image: url(../images/decors/bubble-full-2.svg);
  }
  .bg-\[image\:url\(\.\.\/images\/decors\/bubble-full\.svg\)\] {
    background-image: url(../images/decors/bubble-full.svg);
  }
  .bg-\[image\:var\(--icon-url\)\] {
    background-image: var(--icon-url);
  }
  .mask-\[image\:url\(\.\.\/images\/icons\/X\.svg\)\] {
    mask-image: url(../images/icons/X.svg);
  }
  .mask-\[var\(--icon-url\)\] {
    mask-image: var(--icon-url);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-center {
    background-position: center;
  }
  .bg-top {
    background-position: top;
  }
  .bg-top-left {
    background-position: left top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .mask-cover {
    mask-size: cover;
  }
  .mask-center {
    mask-position: center;
  }
  .mask-no-repeat {
    mask-repeat: no-repeat;
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .object-left {
    object-position: left;
  }
  .object-top {
    object-position: top;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-\[1\.6rem\] {
    padding: 1.6rem;
  }
  .p-\[1rem\] {
    padding: 1rem;
  }
  .p-\[3rem\] {
    padding: 3rem;
  }
  .p-\[4rem\] {
    padding: 4rem;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[1\.6rem\] {
    padding-inline: 1.6rem;
  }
  .px-\[2\.4rem\] {
    padding-inline: 2.4rem;
  }
  .px-\[2\.5rem\] {
    padding-inline: 2.5rem;
  }
  .px-\[2\.81rem\] {
    padding-inline: 2.81rem;
  }
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .px-\[3rem\] {
    padding-inline: 3rem;
  }
  .px-\[4rem\] {
    padding-inline: 4rem;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[0\.95rem\] {
    padding-block: 0.95rem;
  }
  .py-\[1\.6rem\] {
    padding-block: 1.6rem;
  }
  .py-\[1rem\] {
    padding-block: 1rem;
  }
  .py-\[2\.4rem\] {
    padding-block: 2.4rem;
  }
  .py-\[2rem\] {
    padding-block: 2rem;
  }
  .py-\[3\.6rem\] {
    padding-block: 3.6rem;
  }
  .py-\[3rem\] {
    padding-block: 3rem;
  }
  .py-\[4rem\] {
    padding-block: 4rem;
  }
  .py-\[5rem\] {
    padding-block: 5rem;
  }
  .py-\[6\.4rem\] {
    padding-block: 6.4rem;
  }
  .py-\[8rem\] {
    padding-block: 8rem;
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[0\.192rem\] {
    padding-top: 0.192rem;
  }
  .pt-\[1\.4rem\] {
    padding-top: 1.4rem;
  }
  .pt-\[1\.9rem\] {
    padding-top: 1.9rem;
  }
  .pt-\[1rem\] {
    padding-top: 1rem;
  }
  .pt-\[2\.1rem\] {
    padding-top: 2.1rem;
  }
  .pt-\[2\.4rem\] {
    padding-top: 2.4rem;
  }
  .pt-\[2\.191rem\] {
    padding-top: 2.191rem;
  }
  .pt-\[2rem\] {
    padding-top: 2rem;
  }
  .pt-\[3rem\] {
    padding-top: 3rem;
  }
  .pt-\[4\.883rem\] {
    padding-top: 4.883rem;
  }
  .pt-\[4rem\] {
    padding-top: 4rem;
  }
  .pt-\[5\.5rem\] {
    padding-top: 5.5rem;
  }
  .pt-\[5\.8rem\] {
    padding-top: 5.8rem;
  }
  .pt-\[5rem\] {
    padding-top: 5rem;
  }
  .pt-\[6\.2rem\] {
    padding-top: 6.2rem;
  }
  .pt-\[8rem\] {
    padding-top: 8rem;
  }
  .pt-\[10rem\] {
    padding-top: 10rem;
  }
  .pt-\[13\.6rem\] {
    padding-top: 13.6rem;
  }
  .pt-\[18rem\] {
    padding-top: 18rem;
  }
  .pt-\[calc\(var\(--navbar-height\)_\+_1\.7rem\)\] {
    padding-top: calc(var(--navbar-height) + 1.7rem);
  }
  .pt-\[calc\(var\(--navbar-height\)_\+_2rem\)\] {
    padding-top: calc(var(--navbar-height) + 2rem);
  }
  .pt-\[var\(--navbar-height\)\] {
    padding-top: var(--navbar-height);
  }
  .pt-\[var\(--pt-mobile\)\] {
    padding-top: var(--pt-mobile);
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pr-\[2\.4rem\] {
    padding-right: 2.4rem;
  }
  .pr-\[2\.5rem\] {
    padding-right: 2.5rem;
  }
  .pr-\[3\.6rem\] {
    padding-right: 3.6rem;
  }
  .pr-\[3\.8rem\] {
    padding-right: 3.8rem;
  }
  .pr-\[5\.4rem\] {
    padding-right: 5.4rem;
  }
  .pr-\[6rem\] {
    padding-right: 6rem;
  }
  .pr-\[7\.2rem\] {
    padding-right: 7.2rem;
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[0\.8rem\] {
    padding-bottom: 0.8rem;
  }
  .pb-\[1rem\] {
    padding-bottom: 1rem;
  }
  .pb-\[2\.5rem\] {
    padding-bottom: 2.5rem;
  }
  .pb-\[2\.8rem\] {
    padding-bottom: 2.8rem;
  }
  .pb-\[2rem\] {
    padding-bottom: 2rem;
  }
  .pb-\[3\.6rem\] {
    padding-bottom: 3.6rem;
  }
  .pb-\[3\.54rem\] {
    padding-bottom: 3.54rem;
  }
  .pb-\[4rem\] {
    padding-bottom: 4rem;
  }
  .pb-\[5\.5rem\] {
    padding-bottom: 5.5rem;
  }
  .pb-\[5\.8rem\] {
    padding-bottom: 5.8rem;
  }
  .pb-\[5\.33333333rem\] {
    padding-bottom: 5.33333333rem;
  }
  .pb-\[5rem\] {
    padding-bottom: 5rem;
  }
  .pb-\[6\.5rem\] {
    padding-bottom: 6.5rem;
  }
  .pb-\[6rem\] {
    padding-bottom: 6rem;
  }
  .pb-\[7\.5rem\] {
    padding-bottom: 7.5rem;
  }
  .pb-\[8\.7rem\] {
    padding-bottom: 8.7rem;
  }
  .pb-\[8rem\] {
    padding-bottom: 8rem;
  }
  .pb-\[10rem\] {
    padding-bottom: 10rem;
  }
  .pb-\[15rem\] {
    padding-bottom: 15rem;
  }
  .pb-\[16rem\] {
    padding-bottom: 16rem;
  }
  .pb-\[20dvh\] {
    padding-bottom: 20dvh;
  }
  .pb-\[32\.265rem\] {
    padding-bottom: 32.265rem;
  }
  .pb-\[56\.71641791\%\] {
    padding-bottom: 56.71641791%;
  }
  .pb-\[57\.365rem\] {
    padding-bottom: 57.365rem;
  }
  .pb-\[70\.85514834\%\] {
    padding-bottom: 70.85514834%;
  }
  .pb-\[70\.97902098\%\] {
    padding-bottom: 70.97902098%;
  }
  .pb-\[71\.0106383\%\] {
    padding-bottom: 71.0106383%;
  }
  .pb-\[92\.06896552\%\] {
    padding-bottom: 92.06896552%;
  }
  .pb-\[182\.92682926\%\] {
    padding-bottom: 182.92682926%;
  }
  .pb-\[var\(--pb-mobile\)\] {
    padding-bottom: var(--pb-mobile);
  }
  .pl-\[1\.5rem\] {
    padding-left: 1.5rem;
  }
  .pl-\[2\.5rem\] {
    padding-left: 2.5rem;
  }
  .pl-\[2\.6rem\] {
    padding-left: 2.6rem;
  }
  .pl-\[2rem\] {
    padding-left: 2rem;
  }
  .pl-\[3\.4rem\] {
    padding-left: 3.4rem;
  }
  .pl-\[3\.6rem\] {
    padding-left: 3.6rem;
  }
  .pl-\[4\.2rem\] {
    padding-left: 4.2rem;
  }
  .pl-\[4\.6rem\] {
    padding-left: 4.6rem;
  }
  .pl-\[4\.8rem\] {
    padding-left: 4.8rem;
  }
  .pl-\[5\.1rem\] {
    padding-left: 5.1rem;
  }
  .pl-\[5\.4rem\] {
    padding-left: 5.4rem;
  }
  .pl-\[6\.5rem\] {
    padding-left: 6.5rem;
  }
  .pl-\[6\.297rem\] {
    padding-left: 6.297rem;
  }
  .pl-\[7\.66197183rem\] {
    padding-left: 7.66197183rem;
  }
  .pl-\[7rem\] {
    padding-left: 7rem;
  }
  .pl-\[8rem\] {
    padding-left: 8rem;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .text-\[2\.8rem\] {
    font-size: 2.8rem;
  }
  .text-\[3\.125rem\] {
    font-size: 3.125rem;
  }
  .text-\[min\(1\.94444444vw\,28px\)\] {
    font-size: min(1.94444444vw, 28px);
  }
  .leading-\[0\.875\] {
    --tw-leading: 0.875;
    line-height: 0.875;
  }
  .leading-\[1\.8rem\] {
    --tw-leading: 1.8rem;
    line-height: 1.8rem;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-\[1\.5625\] {
    --tw-leading: 1.5625;
    line-height: 1.5625;
  }
  .leading-\[3\.5rem\] {
    --tw-leading: 3.5rem;
    line-height: 3.5rem;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black-2 {
    color: var(--color-black-2);
  }
  .text-black-3 {
    color: var(--color-black-3);
  }
  .text-gray {
    color: var(--color-gray);
  }
  .text-gray-2 {
    color: var(--color-gray-2);
  }
  .text-gray-4 {
    color: var(--color-gray-4);
  }
  .text-inherit {
    color: inherit;
  }
  .text-red {
    color: var(--color-red);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white-3 {
    color: var(--color-white-3);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .lining-nums {
    --tw-numeric-figure: lining-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .proportional-nums {
    --tw-numeric-spacing: proportional-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .slashed-zero {
    --tw-slashed-zero: slashed-zero;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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-\[0px_18px_37\.2px_0px_\#00000014\] {
    --tw-shadow: 0px 18px 37.2px 0px var(--tw-shadow-color, #00000014);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-2 {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .-outline-offset-2 {
    outline-offset: calc(2px * -1);
  }
  .outline-white-pure {
    outline-color: var(--color-white-pure);
  }
  .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,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,) !important;
  }
  .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-filter {
    -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-\[background-color\,color\] {
    transition-property: background-color,color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[background-color\,padding\] {
    transition-property: background-color,padding;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[background-color\] {
    transition-property: background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[color\,background-color\] {
    transition-property: color,background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[color\] {
    transition-property: color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[min-width\,max-width\,width\,background-color\,padding\] {
    transition-property: min-width,max-width,width,background-color,padding;
    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-\[padding-top\] {
    transition-property: padding-top;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[top\,_transform\,_background-color\] {
    transition-property: top, transform, background-color;
    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-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .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);
  }
  .will-change-\[background-color\] {
    will-change: background-color;
  }
  .will-change-\[color\,background-color\] {
    will-change: color,background-color;
  }
  .will-change-\[color\] {
    will-change: color;
  }
  .will-change-\[opacity\] {
    will-change: opacity;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-\[\.active\]\:border-red {
    &:is(:where(.group):is(.active) *) {
      border-color: var(--color-red);
    }
  }
  .group-\[\.navbar-open\]\/body\:top-\[calc\(50\%\+0px\)\] {
    &:is(:where(.group\/body):is(.navbar-open) *) {
      top: calc(50% + 0px);
    }
  }
  .group-\[\.navbar-open\]\/body\:bottom-\[calc\(50\%-1px\)\] {
    &:is(:where(.group\/body):is(.navbar-open) *) {
      bottom: calc(50% - 1px);
    }
  }
  .group-\[\.navbar-open\]\/body\:translate-x-0 {
    &:is(:where(.group\/body):is(.navbar-open) *) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-\[\.navbar-open\]\/body\:translate-y-\[-50\%\] {
    &:is(:where(.group\/body):is(.navbar-open) *) {
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-\[\.navbar-open\]\/body\:-rotate-45 {
    &:is(:where(.group\/body):is(.navbar-open) *) {
      rotate: calc(45deg * -1);
    }
  }
  .group-\[\.navbar-open\]\/body\:rotate-45 {
    &:is(:where(.group\/body):is(.navbar-open) *) {
      rotate: 45deg;
    }
  }
  .group-\[\.navbar-open\]\/body\:bg-red {
    &:is(:where(.group\/body):is(.navbar-open) *) {
      background-color: var(--color-red);
    }
  }
  .group-\[\.navbar-open\]\/body\:opacity-0 {
    &:is(:where(.group\/body):is(.navbar-open) *) {
      opacity: 0%;
    }
  }
  .group-\[\.navbar-open\]\/body\:opacity-100 {
    &:is(:where(.group\/body):is(.navbar-open) *) {
      opacity: 100%;
    }
  }
  .group-\[\.scroll\]\/body\:opacity-0 {
    &:is(:where(.group\/body):is(.scroll) *) {
      opacity: 0%;
    }
  }
  .group-\[\.scroll\]\/body\:opacity-100 {
    &:is(:where(.group\/body):is(.scroll) *) {
      opacity: 100%;
    }
  }
  .group-\[\.scroll\:not\(\.navbar-open\)\]\/body\:bg-black {
    &:is(:where(.group\/body):is(.scroll:not(.navbar-open)) *) {
      background-color: var(--color-black);
    }
  }
  .group-\[\.scroll\:not\(\.navbar-open\)\]\/body\:bg-transparent {
    &:is(:where(.group\/body):is(.scroll:not(.navbar-open)) *) {
      background-color: transparent;
    }
  }
  .group-\[\:has\(\>\:nth-child\(3\)\)\]\:justify-between {
    &:is(:where(.group):is(:has(>:nth-child(3))) *) {
      justify-content: space-between;
    }
  }
  .group-\[\[aria-expanded\=true\]\]\:border-transparent {
    &:is(:where(.group):is([aria-expanded=true]) *) {
      border-color: transparent;
    }
  }
  .placeholder\:block {
    &::placeholder {
      display: block;
    }
  }
  .placeholder\:inline {
    &::placeholder {
      display: inline;
    }
  }
  .before\:pointer-events-none {
    &::before {
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:inset-0 {
    &::before {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:top-\[0\.4rem\] {
    &::before {
      content: var(--tw-content);
      top: 0.4rem;
    }
  }
  .before\:top-\[0\.95rem\] {
    &::before {
      content: var(--tw-content);
      top: 0.95rem;
    }
  }
  .before\:top-\[1\.6rem\] {
    &::before {
      content: var(--tw-content);
      top: 1.6rem;
    }
  }
  .before\:top-\[1rem\] {
    &::before {
      content: var(--tw-content);
      top: 1rem;
    }
  }
  .before\:top-\[4rem\] {
    &::before {
      content: var(--tw-content);
      top: 4rem;
    }
  }
  .before\:top-\[50\%\] {
    &::before {
      content: var(--tw-content);
      top: 50%;
    }
  }
  .before\:top-\[calc\(50\%_\+_0\.6rem\)\] {
    &::before {
      content: var(--tw-content);
      top: calc(50% + 0.6rem);
    }
  }
  .before\:right-0 {
    &::before {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .before\:right-\[-3\.4rem\] {
    &::before {
      content: var(--tw-content);
      right: -3.4rem;
    }
  }
  .before\:right-\[0\.6rem\] {
    &::before {
      content: var(--tw-content);
      right: 0.6rem;
    }
  }
  .before\:right-\[25\.34482759\%\] {
    &::before {
      content: var(--tw-content);
      right: 25.34482759%;
    }
  }
  .before\:bottom-0 {
    &::before {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:left-\[-5\.1rem\] {
    &::before {
      content: var(--tw-content);
      left: -5.1rem;
    }
  }
  .before\:left-\[1rem\] {
    &::before {
      content: var(--tw-content);
      left: 1rem;
    }
  }
  .before\:left-\[2\.6rem\] {
    &::before {
      content: var(--tw-content);
      left: 2.6rem;
    }
  }
  .before\:left-\[2\.25352113rem\] {
    &::before {
      content: var(--tw-content);
      left: 2.25352113rem;
    }
  }
  .before\:left-\[3\.1rem\] {
    &::before {
      content: var(--tw-content);
      left: 3.1rem;
    }
  }
  .before\:left-\[50\%\] {
    &::before {
      content: var(--tw-content);
      left: 50%;
    }
  }
  .before\:-z-1 {
    &::before {
      content: var(--tw-content);
      z-index: calc(1 * -1);
    }
  }
  .before\:-z-2 {
    &::before {
      content: var(--tw-content);
      z-index: calc(2 * -1);
    }
  }
  .before\:z-1 {
    &::before {
      content: var(--tw-content);
      z-index: 1;
    }
  }
  .before\:z-\[-1\] {
    &::before {
      content: var(--tw-content);
      z-index: -1;
    }
  }
  .before\:z-\[-2\] {
    &::before {
      content: var(--tw-content);
      z-index: -2;
    }
  }
  .before\:z-\[1\] {
    &::before {
      content: var(--tw-content);
      z-index: 1;
    }
  }
  .before\:aspect-\[33\/37\] {
    &::before {
      content: var(--tw-content);
      aspect-ratio: 33/37;
    }
  }
  .before\:aspect-\[112\.5\/126\.23\] {
    &::before {
      content: var(--tw-content);
      aspect-ratio: 112.5/126.23;
    }
  }
  .before\:aspect-\[180\/198\] {
    &::before {
      content: var(--tw-content);
      aspect-ratio: 180/198;
    }
  }
  .before\:aspect-\[348\/383\] {
    &::before {
      content: var(--tw-content);
      aspect-ratio: 348/383;
    }
  }
  .before\:aspect-\[1440\/915\] {
    &::before {
      content: var(--tw-content);
      aspect-ratio: 1440/915;
    }
  }
  .before\:aspect-\[2229\.33\/1254\] {
    &::before {
      content: var(--tw-content);
      aspect-ratio: 2229.33/1254;
    }
  }
  .before\:aspect-square {
    &::before {
      content: var(--tw-content);
      aspect-ratio: 1 / 1;
    }
  }
  .before\:h-\[1\.2rem\] {
    &::before {
      content: var(--tw-content);
      height: 1.2rem;
    }
  }
  .before\:h-\[1\.7rem\] {
    &::before {
      content: var(--tw-content);
      height: 1.7rem;
    }
  }
  .before\:h-\[2\.4rem\] {
    &::before {
      content: var(--tw-content);
      height: 2.4rem;
    }
  }
  .before\:h-\[2\.7rem\] {
    &::before {
      content: var(--tw-content);
      height: 2.7rem;
    }
  }
  .before\:h-\[2\.484rem\] {
    &::before {
      content: var(--tw-content);
      height: 2.484rem;
    }
  }
  .before\:h-\[3\.3rem\] {
    &::before {
      content: var(--tw-content);
      height: 3.3rem;
    }
  }
  .before\:h-\[3\.4rem\] {
    &::before {
      content: var(--tw-content);
      height: 3.4rem;
    }
  }
  .before\:h-\[3\.7rem\] {
    &::before {
      content: var(--tw-content);
      height: 3.7rem;
    }
  }
  .before\:h-\[3\.93461538rem\] {
    &::before {
      content: var(--tw-content);
      height: 3.93461538rem;
    }
  }
  .before\:h-\[4\.2rem\] {
    &::before {
      content: var(--tw-content);
      height: 4.2rem;
    }
  }
  .before\:h-\[4\.5rem\] {
    &::before {
      content: var(--tw-content);
      height: 4.5rem;
    }
  }
  .before\:h-\[5\.6rem\] {
    &::before {
      content: var(--tw-content);
      height: 5.6rem;
    }
  }
  .before\:h-\[6rem\] {
    &::before {
      content: var(--tw-content);
      height: 6rem;
    }
  }
  .before\:h-\[9\.9rem\] {
    &::before {
      content: var(--tw-content);
      height: 9.9rem;
    }
  }
  .before\:h-\[11\.6rem\] {
    &::before {
      content: var(--tw-content);
      height: 11.6rem;
    }
  }
  .before\:h-\[50\%\] {
    &::before {
      content: var(--tw-content);
      height: 50%;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:max-h-\[1\.2rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 1.2rem;
    }
  }
  .before\:max-h-\[1\.7rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 1.7rem;
    }
  }
  .before\:max-h-\[2\.4rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 2.4rem;
    }
  }
  .before\:max-h-\[2\.7rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 2.7rem;
    }
  }
  .before\:max-h-\[2\.484rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 2.484rem;
    }
  }
  .before\:max-h-\[3\.3rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 3.3rem;
    }
  }
  .before\:max-h-\[3\.4rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 3.4rem;
    }
  }
  .before\:max-h-\[3\.7rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 3.7rem;
    }
  }
  .before\:max-h-\[3\.93461538rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 3.93461538rem;
    }
  }
  .before\:max-h-\[4\.2rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 4.2rem;
    }
  }
  .before\:max-h-\[4\.5rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 4.5rem;
    }
  }
  .before\:max-h-\[5\.6rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 5.6rem;
    }
  }
  .before\:max-h-\[6rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 6rem;
    }
  }
  .before\:max-h-\[9\.9rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 9.9rem;
    }
  }
  .before\:max-h-\[11\.6rem\] {
    &::before {
      content: var(--tw-content);
      max-height: 11.6rem;
    }
  }
  .before\:max-h-\[50\%\] {
    &::before {
      content: var(--tw-content);
      max-height: 50%;
    }
  }
  .before\:max-h-full {
    &::before {
      content: var(--tw-content);
      max-height: 100%;
    }
  }
  .before\:min-h-\[1\.2rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 1.2rem;
    }
  }
  .before\:min-h-\[1\.7rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 1.7rem;
    }
  }
  .before\:min-h-\[2\.4rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 2.4rem;
    }
  }
  .before\:min-h-\[2\.7rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 2.7rem;
    }
  }
  .before\:min-h-\[2\.484rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 2.484rem;
    }
  }
  .before\:min-h-\[3\.3rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 3.3rem;
    }
  }
  .before\:min-h-\[3\.4rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 3.4rem;
    }
  }
  .before\:min-h-\[3\.7rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 3.7rem;
    }
  }
  .before\:min-h-\[3\.93461538rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 3.93461538rem;
    }
  }
  .before\:min-h-\[4\.2rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 4.2rem;
    }
  }
  .before\:min-h-\[4\.5rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 4.5rem;
    }
  }
  .before\:min-h-\[5\.6rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 5.6rem;
    }
  }
  .before\:min-h-\[6rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 6rem;
    }
  }
  .before\:min-h-\[9\.9rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 9.9rem;
    }
  }
  .before\:min-h-\[11\.6rem\] {
    &::before {
      content: var(--tw-content);
      min-height: 11.6rem;
    }
  }
  .before\:min-h-\[50\%\] {
    &::before {
      content: var(--tw-content);
      min-height: 50%;
    }
  }
  .before\:min-h-full {
    &::before {
      content: var(--tw-content);
      min-height: 100%;
    }
  }
  .before\:w-\[1\.2rem\] {
    &::before {
      content: var(--tw-content);
      width: 1.2rem;
    }
  }
  .before\:w-\[1\.5rem\] {
    &::before {
      content: var(--tw-content);
      width: 1.5rem;
    }
  }
  .before\:w-\[2\.2rem\] {
    &::before {
      content: var(--tw-content);
      width: 2.2rem;
    }
  }
  .before\:w-\[2\.4rem\] {
    &::before {
      content: var(--tw-content);
      width: 2.4rem;
    }
  }
  .before\:w-\[2\.7rem\] {
    &::before {
      content: var(--tw-content);
      width: 2.7rem;
    }
  }
  .before\:w-\[3\.1rem\] {
    &::before {
      content: var(--tw-content);
      width: 3.1rem;
    }
  }
  .before\:w-\[3\.3rem\] {
    &::before {
      content: var(--tw-content);
      width: 3.3rem;
    }
  }
  .before\:w-\[3\.4rem\] {
    &::before {
      content: var(--tw-content);
      width: 3.4rem;
    }
  }
  .before\:w-\[3\.576923077rem\] {
    &::before {
      content: var(--tw-content);
      width: 3.576923077rem;
    }
  }
  .before\:w-\[4\.2rem\] {
    &::before {
      content: var(--tw-content);
      width: 4.2rem;
    }
  }
  .before\:w-\[4\.5rem\] {
    &::before {
      content: var(--tw-content);
      width: 4.5rem;
    }
  }
  .before\:w-\[4rem\] {
    &::before {
      content: var(--tw-content);
      width: 4rem;
    }
  }
  .before\:w-\[5\.1rem\] {
    &::before {
      content: var(--tw-content);
      width: 5.1rem;
    }
  }
  .before\:w-\[6rem\] {
    &::before {
      content: var(--tw-content);
      width: 6rem;
    }
  }
  .before\:w-\[9rem\] {
    &::before {
      content: var(--tw-content);
      width: 9rem;
    }
  }
  .before\:w-\[10\.6rem\] {
    &::before {
      content: var(--tw-content);
      width: 10.6rem;
    }
  }
  .before\:w-\[15\.51724138\%\] {
    &::before {
      content: var(--tw-content);
      width: 15.51724138%;
    }
  }
  .before\:w-\[25\.97014925\%\] {
    &::before {
      content: var(--tw-content);
      width: 25.97014925%;
    }
  }
  .before\:w-\[26\.5648855\%\] {
    &::before {
      content: var(--tw-content);
      width: 26.5648855%;
    }
  }
  .before\:w-\[131rem\] {
    &::before {
      content: var(--tw-content);
      width: 131rem;
    }
  }
  .before\:w-\[154\.81458333vw\] {
    &::before {
      content: var(--tw-content);
      width: 154.81458333vw;
    }
  }
  .before\:w-\[max\(90\.27777778vw\,_130rem\)\] {
    &::before {
      content: var(--tw-content);
      width: max(90.27777778vw, 130rem);
    }
  }
  .before\:w-\[var\(--bg-size\)\] {
    &::before {
      content: var(--tw-content);
      width: var(--bg-size);
    }
  }
  .before\:w-auto {
    &::before {
      content: var(--tw-content);
      width: auto;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:w-screen {
    &::before {
      content: var(--tw-content);
      width: 100vw;
    }
  }
  .before\:max-w-\[1\.2rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 1.2rem;
    }
  }
  .before\:max-w-\[1\.5rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 1.5rem;
    }
  }
  .before\:max-w-\[2\.2rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 2.2rem;
    }
  }
  .before\:max-w-\[2\.4rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 2.4rem;
    }
  }
  .before\:max-w-\[2\.7rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 2.7rem;
    }
  }
  .before\:max-w-\[3\.1rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 3.1rem;
    }
  }
  .before\:max-w-\[3\.3rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 3.3rem;
    }
  }
  .before\:max-w-\[3\.4rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 3.4rem;
    }
  }
  .before\:max-w-\[3\.576923077rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 3.576923077rem;
    }
  }
  .before\:max-w-\[4\.2rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 4.2rem;
    }
  }
  .before\:max-w-\[4\.5rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 4.5rem;
    }
  }
  .before\:max-w-\[4rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 4rem;
    }
  }
  .before\:max-w-\[5\.1rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 5.1rem;
    }
  }
  .before\:max-w-\[6rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 6rem;
    }
  }
  .before\:max-w-\[9rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 9rem;
    }
  }
  .before\:max-w-\[10\.6rem\] {
    &::before {
      content: var(--tw-content);
      max-width: 10.6rem;
    }
  }
  .before\:max-w-\[15\.51724138\%\] {
    &::before {
      content: var(--tw-content);
      max-width: 15.51724138%;
    }
  }
  .before\:max-w-\[25\.97014925\%\] {
    &::before {
      content: var(--tw-content);
      max-width: 25.97014925%;
    }
  }
  .before\:max-w-\[26\.5648855\%\] {
    &::before {
      content: var(--tw-content);
      max-width: 26.5648855%;
    }
  }
  .before\:max-w-\[154\.81458333vw\] {
    &::before {
      content: var(--tw-content);
      max-width: 154.81458333vw;
    }
  }
  .before\:max-w-\[max\(90\.27777778vw\,_130rem\)\] {
    &::before {
      content: var(--tw-content);
      max-width: max(90.27777778vw, 130rem);
    }
  }
  .before\:max-w-\[var\(--bg-size\)\] {
    &::before {
      content: var(--tw-content);
      max-width: var(--bg-size);
    }
  }
  .before\:max-w-full {
    &::before {
      content: var(--tw-content);
      max-width: 100%;
    }
  }
  .before\:max-w-screen {
    &::before {
      content: var(--tw-content);
      max-width: 100vw;
    }
  }
  .before\:min-w-\[1\.2rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 1.2rem;
    }
  }
  .before\:min-w-\[1\.5rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 1.5rem;
    }
  }
  .before\:min-w-\[2\.2rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 2.2rem;
    }
  }
  .before\:min-w-\[2\.4rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 2.4rem;
    }
  }
  .before\:min-w-\[2\.7rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 2.7rem;
    }
  }
  .before\:min-w-\[3\.1rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 3.1rem;
    }
  }
  .before\:min-w-\[3\.3rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 3.3rem;
    }
  }
  .before\:min-w-\[3\.4rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 3.4rem;
    }
  }
  .before\:min-w-\[3\.576923077rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 3.576923077rem;
    }
  }
  .before\:min-w-\[4\.2rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 4.2rem;
    }
  }
  .before\:min-w-\[4\.5rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 4.5rem;
    }
  }
  .before\:min-w-\[4rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 4rem;
    }
  }
  .before\:min-w-\[5\.1rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 5.1rem;
    }
  }
  .before\:min-w-\[6rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 6rem;
    }
  }
  .before\:min-w-\[9rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 9rem;
    }
  }
  .before\:min-w-\[10\.6rem\] {
    &::before {
      content: var(--tw-content);
      min-width: 10.6rem;
    }
  }
  .before\:min-w-\[15\.51724138\%\] {
    &::before {
      content: var(--tw-content);
      min-width: 15.51724138%;
    }
  }
  .before\:min-w-\[25\.97014925\%\] {
    &::before {
      content: var(--tw-content);
      min-width: 25.97014925%;
    }
  }
  .before\:min-w-\[26\.5648855\%\] {
    &::before {
      content: var(--tw-content);
      min-width: 26.5648855%;
    }
  }
  .before\:min-w-\[154\.81458333vw\] {
    &::before {
      content: var(--tw-content);
      min-width: 154.81458333vw;
    }
  }
  .before\:min-w-\[max\(90\.27777778vw\,_130rem\)\] {
    &::before {
      content: var(--tw-content);
      min-width: max(90.27777778vw, 130rem);
    }
  }
  .before\:min-w-\[var\(--bg-size\)\] {
    &::before {
      content: var(--tw-content);
      min-width: var(--bg-size);
    }
  }
  .before\:min-w-full {
    &::before {
      content: var(--tw-content);
      min-width: 100%;
    }
  }
  .before\:min-w-screen {
    &::before {
      content: var(--tw-content);
      min-width: 100vw;
    }
  }
  .before\:translate-x-\[-1\.2rem\] {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: -1.2rem;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:translate-x-\[-50\%\] {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:translate-y-\[-43\.08093995\%\] {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: -43.08093995%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:translate-y-\[-50\%\] {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:-scale-x-100 {
    &::before {
      content: var(--tw-content);
      --tw-scale-x: calc(100% * -1);
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .before\:scale-x-\[-1\] {
    &::before {
      content: var(--tw-content);
      --tw-scale-x: -1;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .before\:rotate-90 {
    &::before {
      content: var(--tw-content);
      rotate: 90deg;
    }
  }
  .before\:transform {
    &::before {
      content: var(--tw-content);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
  .before\:rounded-\[0\.8rem\] {
    &::before {
      content: var(--tw-content);
      border-radius: 0.8rem;
    }
  }
  .before\:rounded-tl-\[0\.8rem\] {
    &::before {
      content: var(--tw-content);
      border-top-left-radius: 0.8rem;
    }
  }
  .before\:rounded-bl-\[0\.8rem\] {
    &::before {
      content: var(--tw-content);
      border-bottom-left-radius: 0.8rem;
    }
  }
  .before\:bg-black {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
  }
  .before\:bg-current {
    &::before {
      content: var(--tw-content);
      background-color: currentcolor;
    }
  }
  .before\:bg-red {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-red);
    }
  }
  .before\:bg-white {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .before\:bg-white-pure {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-white-pure);
    }
  }
  .before\:bg-\[image\:url\(\.\.\/images\/bg\/3dbg\.png\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../images/bg/3dbg.png);
    }
  }
  .before\:bg-\[image\:url\(\.\.\/images\/bg\/3dbg_dark\.png\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../images/bg/3dbg_dark.png);
    }
  }
  .before\:bg-\[image\:url\(\.\.\/images\/decors\/bubble-bg\.svg\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../images/decors/bubble-bg.svg);
    }
  }
  .before\:bg-\[image\:url\(\.\.\/images\/decors\/bubble-cut-right\.svg\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../images/decors/bubble-cut-right.svg);
    }
  }
  .before\:bg-\[image\:url\(\.\.\/images\/decors\/bubble-full\.svg\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../images/decors/bubble-full.svg);
    }
  }
  .before\:bg-\[image\:url\(\.\.\/images\/icons\/email\.svg\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(../images/icons/email.svg);
    }
  }
  .before\:bg-\[image\:var\(--icon-url\)\] {
    &::before {
      content: var(--tw-content);
      background-image: var(--icon-url);
    }
  }
  .before\:bg-\[linear-gradient\(180deg\,_rgba\(0\,_0\,_0\,_0\)_24\%\,_rgba\(0\,_0\,_0\,_0\.8\)_100\%\)\] {
    &::before {
      content: var(--tw-content);
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.8) 100%);
    }
  }
  .before\:mask-\[image\:url\(\.\.\/images\/icons\/chevron-right\.svg\)\] {
    &::before {
      content: var(--tw-content);
      mask-image: url(../images/icons/chevron-right.svg);
    }
  }
  .before\:mask-\[image\:url\(\.\.\/images\/icons\/play\.svg\)\] {
    &::before {
      content: var(--tw-content);
      mask-image: url(../images/icons/play.svg);
    }
  }
  .before\:mask-\[image\:var\(--icon-url\)\] {
    &::before {
      content: var(--tw-content);
      mask-image: var(--icon-url);
    }
  }
  .before\:mask-\[url\(\.\.\/images\/icons\/chevron-right-big\.svg\)\] {
    &::before {
      content: var(--tw-content);
      mask-image: url(../images/icons/chevron-right-big.svg);
    }
  }
  .before\:mask-\[url\(\.\.\/images\/icons\/chevron-right\.svg\)\] {
    &::before {
      content: var(--tw-content);
      mask-image: url(../images/icons/chevron-right.svg);
    }
  }
  .before\:mask-\[var\(--icon-url\)\] {
    &::before {
      content: var(--tw-content);
      mask-image: var(--icon-url);
    }
  }
  .before\:bg-contain {
    &::before {
      content: var(--tw-content);
      background-size: contain;
    }
  }
  .before\:bg-cover {
    &::before {
      content: var(--tw-content);
      background-size: cover;
    }
  }
  .before\:bg-fixed {
    &::before {
      content: var(--tw-content);
      background-attachment: fixed;
    }
  }
  .before\:bg-bottom {
    &::before {
      content: var(--tw-content);
      background-position: bottom;
    }
  }
  .before\:bg-center {
    &::before {
      content: var(--tw-content);
      background-position: center;
    }
  }
  .before\:bg-left {
    &::before {
      content: var(--tw-content);
      background-position: left;
    }
  }
  .before\:bg-top {
    &::before {
      content: var(--tw-content);
      background-position: top;
    }
  }
  .before\:bg-top-left {
    &::before {
      content: var(--tw-content);
      background-position: left top;
    }
  }
  .before\:bg-no-repeat {
    &::before {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }
  .before\:mask-contain {
    &::before {
      content: var(--tw-content);
      mask-size: contain;
    }
  }
  .before\:mask-cover {
    &::before {
      content: var(--tw-content);
      mask-size: cover;
    }
  }
  .before\:mask-center {
    &::before {
      content: var(--tw-content);
      mask-position: center;
    }
  }
  .before\:mask-no-repeat {
    &::before {
      content: var(--tw-content);
      mask-repeat: no-repeat;
    }
  }
  .before\:opacity-0 {
    &::before {
      content: var(--tw-content);
      opacity: 0%;
    }
  }
  .before\:shadow-\[0px_18px_37\.2px_0px_\#00000014\] {
    &::before {
      content: var(--tw-content);
      --tw-shadow: 0px 18px 37.2px 0px var(--tw-shadow-color, #00000014);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .before\:transition {
    &::before {
      content: var(--tw-content);
      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));
    }
  }
  .before\:transition-\[background-color\] {
    &::before {
      content: var(--tw-content);
      transition-property: background-color;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:transition-\[opacity\] {
    &::before {
      content: var(--tw-content);
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:transition-opacity {
    &::before {
      content: var(--tw-content);
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:transition-transform {
    &::before {
      content: var(--tw-content);
      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));
    }
  }
  .before\:duration-150 {
    &::before {
      content: var(--tw-content);
      --tw-duration: 150ms;
      transition-duration: 150ms;
    }
  }
  .before\:duration-500 {
    &::before {
      content: var(--tw-content);
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }
  .before\:will-change-\[transform\] {
    &::before {
      content: var(--tw-content);
      will-change: transform;
    }
  }
  .group-\[\[aria-expanded\=true\]\]\:before\:rotate-180 {
    &:is(:where(.group):is([aria-expanded=true]) *) {
      &::before {
        content: var(--tw-content);
        rotate: 180deg;
      }
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:top-\[-3rem\] {
    &::after {
      content: var(--tw-content);
      top: -3rem;
    }
  }
  .after\:top-\[50\%\] {
    &::after {
      content: var(--tw-content);
      top: 50%;
    }
  }
  .after\:top-\[100\%\] {
    &::after {
      content: var(--tw-content);
      top: 100%;
    }
  }
  .after\:right-0 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .after\:right-\[-3rem\] {
    &::after {
      content: var(--tw-content);
      right: -3rem;
    }
  }
  .after\:right-\[-8\%\] {
    &::after {
      content: var(--tw-content);
      right: -8%;
    }
  }
  .after\:right-\[9\.93055556\%\] {
    &::after {
      content: var(--tw-content);
      right: 9.93055556%;
    }
  }
  .after\:right-\[32\.22222222\%\] {
    &::after {
      content: var(--tw-content);
      right: 32.22222222%;
    }
  }
  .after\:bottom-0 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .after\:bottom-\[3\.93258427\%\] {
    &::after {
      content: var(--tw-content);
      bottom: 3.93258427%;
    }
  }
  .after\:bottom-\[4\.5rem\] {
    &::after {
      content: var(--tw-content);
      bottom: 4.5rem;
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:left-\[-4rem\] {
    &::after {
      content: var(--tw-content);
      left: -4rem;
    }
  }
  .after\:left-\[16\.89655172\%\] {
    &::after {
      content: var(--tw-content);
      left: 16.89655172%;
    }
  }
  .after\:left-\[18\.05555556\%\] {
    &::after {
      content: var(--tw-content);
      left: 18.05555556%;
    }
  }
  .after\:-z-1 {
    &::after {
      content: var(--tw-content);
      z-index: calc(1 * -1);
    }
  }
  .after\:z-\[-1\] {
    &::after {
      content: var(--tw-content);
      z-index: -1;
    }
  }
  .after\:aspect-\[180\/198\] {
    &::after {
      content: var(--tw-content);
      aspect-ratio: 180/198;
    }
  }
  .after\:aspect-\[290\/515\] {
    &::after {
      content: var(--tw-content);
      aspect-ratio: 290/515;
    }
  }
  .after\:aspect-\[321\/647\] {
    &::after {
      content: var(--tw-content);
      aspect-ratio: 321/647;
    }
  }
  .after\:aspect-\[326\/351\] {
    &::after {
      content: var(--tw-content);
      aspect-ratio: 326/351;
    }
  }
  .after\:aspect-\[346\/647\] {
    &::after {
      content: var(--tw-content);
      aspect-ratio: 346/647;
    }
  }
  .after\:aspect-\[351\/386\] {
    &::after {
      content: var(--tw-content);
      aspect-ratio: 351/386;
    }
  }
  .after\:aspect-\[416\/458\] {
    &::after {
      content: var(--tw-content);
      aspect-ratio: 416/458;
    }
  }
  .after\:aspect-\[468\/515\] {
    &::after {
      content: var(--tw-content);
      aspect-ratio: 468/515;
    }
  }
  .after\:h-\[calc\(100\%_\+_2rem\)\] {
    &::after {
      content: var(--tw-content);
      height: calc(100% + 2rem);
    }
  }
  .after\:h-auto {
    &::after {
      content: var(--tw-content);
      height: auto;
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:max-h-\[calc\(100\%_\+_2rem\)\] {
    &::after {
      content: var(--tw-content);
      max-height: calc(100% + 2rem);
    }
  }
  .after\:max-h-full {
    &::after {
      content: var(--tw-content);
      max-height: 100%;
    }
  }
  .after\:min-h-\[calc\(100\%_\+_2rem\)\] {
    &::after {
      content: var(--tw-content);
      min-height: calc(100% + 2rem);
    }
  }
  .after\:min-h-full {
    &::after {
      content: var(--tw-content);
      min-height: 100%;
    }
  }
  .after\:w-\[15\.51724138\%\] {
    &::after {
      content: var(--tw-content);
      width: 15.51724138%;
    }
  }
  .after\:w-\[22\.29166667vw\] {
    &::after {
      content: var(--tw-content);
      width: 22.29166667vw;
    }
  }
  .after\:w-\[22\.63888889\%\] {
    &::after {
      content: var(--tw-content);
      width: 22.63888889%;
    }
  }
  .after\:w-\[24\.02777778vw\] {
    &::after {
      content: var(--tw-content);
      width: 24.02777778vw;
    }
  }
  .after\:w-\[28\.88888889\%\] {
    &::after {
      content: var(--tw-content);
      width: 28.88888889%;
    }
  }
  .after\:w-\[30\.25862069\%\] {
    &::after {
      content: var(--tw-content);
      width: 30.25862069%;
    }
  }
  .after\:w-\[32\.5\%\] {
    &::after {
      content: var(--tw-content);
      width: 32.5%;
    }
  }
  .after\:w-\[35\.86206897\%\] {
    &::after {
      content: var(--tw-content);
      width: 35.86206897%;
    }
  }
  .after\:w-\[37\.03196793vw\] {
    &::after {
      content: var(--tw-content);
      width: 37.03196793vw;
    }
  }
  .after\:w-\[calc\(100\%_\+_8rem\)\] {
    &::after {
      content: var(--tw-content);
      width: calc(100% + 8rem);
    }
  }
  .after\:w-\[min\(28\.88888889\%\,_41\.6rem\)\] {
    &::after {
      content: var(--tw-content);
      width: min(28.88888889%, 41.6rem);
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:max-w-\[15\.51724138\%\] {
    &::after {
      content: var(--tw-content);
      max-width: 15.51724138%;
    }
  }
  .after\:max-w-\[22\.29166667vw\] {
    &::after {
      content: var(--tw-content);
      max-width: 22.29166667vw;
    }
  }
  .after\:max-w-\[22\.63888889\%\] {
    &::after {
      content: var(--tw-content);
      max-width: 22.63888889%;
    }
  }
  .after\:max-w-\[24\.02777778vw\] {
    &::after {
      content: var(--tw-content);
      max-width: 24.02777778vw;
    }
  }
  .after\:max-w-\[28\.88888889\%\] {
    &::after {
      content: var(--tw-content);
      max-width: 28.88888889%;
    }
  }
  .after\:max-w-\[30\.25862069\%\] {
    &::after {
      content: var(--tw-content);
      max-width: 30.25862069%;
    }
  }
  .after\:max-w-\[32\.5\%\] {
    &::after {
      content: var(--tw-content);
      max-width: 32.5%;
    }
  }
  .after\:max-w-\[35\.86206897\%\] {
    &::after {
      content: var(--tw-content);
      max-width: 35.86206897%;
    }
  }
  .after\:max-w-\[37\.03196793vw\] {
    &::after {
      content: var(--tw-content);
      max-width: 37.03196793vw;
    }
  }
  .after\:max-w-\[calc\(100\%_\+_8rem\)\] {
    &::after {
      content: var(--tw-content);
      max-width: calc(100% + 8rem);
    }
  }
  .after\:max-w-\[min\(28\.88888889\%\,_41\.6rem\)\] {
    &::after {
      content: var(--tw-content);
      max-width: min(28.88888889%, 41.6rem);
    }
  }
  .after\:max-w-full {
    &::after {
      content: var(--tw-content);
      max-width: 100%;
    }
  }
  .after\:min-w-\[15\.51724138\%\] {
    &::after {
      content: var(--tw-content);
      min-width: 15.51724138%;
    }
  }
  .after\:min-w-\[22\.29166667vw\] {
    &::after {
      content: var(--tw-content);
      min-width: 22.29166667vw;
    }
  }
  .after\:min-w-\[22\.63888889\%\] {
    &::after {
      content: var(--tw-content);
      min-width: 22.63888889%;
    }
  }
  .after\:min-w-\[24\.02777778vw\] {
    &::after {
      content: var(--tw-content);
      min-width: 24.02777778vw;
    }
  }
  .after\:min-w-\[28\.88888889\%\] {
    &::after {
      content: var(--tw-content);
      min-width: 28.88888889%;
    }
  }
  .after\:min-w-\[30\.25862069\%\] {
    &::after {
      content: var(--tw-content);
      min-width: 30.25862069%;
    }
  }
  .after\:min-w-\[32\.5\%\] {
    &::after {
      content: var(--tw-content);
      min-width: 32.5%;
    }
  }
  .after\:min-w-\[35\.86206897\%\] {
    &::after {
      content: var(--tw-content);
      min-width: 35.86206897%;
    }
  }
  .after\:min-w-\[37\.03196793vw\] {
    &::after {
      content: var(--tw-content);
      min-width: 37.03196793vw;
    }
  }
  .after\:min-w-\[calc\(100\%_\+_8rem\)\] {
    &::after {
      content: var(--tw-content);
      min-width: calc(100% + 8rem);
    }
  }
  .after\:min-w-\[min\(28\.88888889\%\,_41\.6rem\)\] {
    &::after {
      content: var(--tw-content);
      min-width: min(28.88888889%, 41.6rem);
    }
  }
  .after\:min-w-full {
    &::after {
      content: var(--tw-content);
      min-width: 100%;
    }
  }
  .after\:translate-y-\[-5\%\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: -5%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-y-\[-10\.51004637\%\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: -10.51004637%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-y-\[-26\.94063927\%\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: -26.94063927%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-y-\[-37\.08737864\%\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: -37.08737864%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-y-\[-50\%\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-y-\[0\.8rem\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: 0.8rem;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-y-\[12\.82843895\%\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: 12.82843895%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-y-\[19\.65065502\%\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: 19.65065502%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:scale-x-\[-1\] {
    &::after {
      content: var(--tw-content);
      --tw-scale-x: -1;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .after\:transform {
    &::after {
      content: var(--tw-content);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
  .after\:bg-\[image\:url\(\.\.\/images\/decors\/bubble-cut-right\.svg\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url(../images/decors/bubble-cut-right.svg);
    }
  }
  .after\:bg-\[image\:url\(\.\.\/images\/decors\/bubble-cut-top\.svg\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url(../images/decors/bubble-cut-top.svg);
    }
  }
  .after\:bg-\[image\:url\(\.\.\/images\/decors\/bubble-full\.svg\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url(../images/decors/bubble-full.svg);
    }
  }
  .after\:bg-\[linear-gradient\(to_bottom\,rgba\(255\,255\,255\,0\.6\)\,transparent\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(to bottom,rgba(255,255,255,0.6),transparent);
    }
  }
  .after\:bg-\[linear-gradient\(to_right\,\#F2F3F5_60\%\,transparent_100\%\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(to right,#F2F3F5 60%,transparent 100%);
    }
  }
  .after\:bg-cover {
    &::after {
      content: var(--tw-content);
      background-size: cover;
    }
  }
  .after\:bg-bottom {
    &::after {
      content: var(--tw-content);
      background-position: bottom;
    }
  }
  .after\:bg-center {
    &::after {
      content: var(--tw-content);
      background-position: center;
    }
  }
  .after\:bg-top {
    &::after {
      content: var(--tw-content);
      background-position: top;
    }
  }
  .after\:bg-top-left {
    &::after {
      content: var(--tw-content);
      background-position: left top;
    }
  }
  .after\:bg-no-repeat {
    &::after {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }
  .aria-\[expanded\=true\]\:bg-black {
    &[aria-expanded="true"] {
      background-color: var(--color-black);
    }
  }
  .aria-\[expanded\=true\]\:text-red {
    &[aria-expanded="true"] {
      color: var(--color-red);
    }
  }
  .aria-\[expanded\=true\]\:text-white {
    &[aria-expanded="true"] {
      color: var(--color-white);
    }
  }
  .aria-\[expanded\=true\]\:before\:-rotate-90 {
    &[aria-expanded="true"] {
      &::before {
        content: var(--tw-content);
        rotate: calc(90deg * -1);
      }
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:ml-0 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .md\:w-\[30vw\] {
    @media (width >= 48rem) {
      width: 30vw;
    }
  }
  .md\:w-\[36rem\] {
    @media (width >= 48rem) {
      width: 36rem;
    }
  }
  .md\:max-w-\[30vw\] {
    @media (width >= 48rem) {
      max-width: 30vw;
    }
  }
  .md\:max-w-\[36rem\] {
    @media (width >= 48rem) {
      max-width: 36rem;
    }
  }
  .md\:max-w-\[calc\(70vw_-_3\.2rem\)\] {
    @media (width >= 48rem) {
      max-width: calc(70vw - 3.2rem);
    }
  }
  .md\:min-w-\[30vw\] {
    @media (width >= 48rem) {
      min-width: 30vw;
    }
  }
  .md\:min-w-\[36rem\] {
    @media (width >= 48rem) {
      min-width: 36rem;
    }
  }
  .md\:pt-\[calc\(var\(--navbar-height\)_\+_6rem\)\] {
    @media (width >= 48rem) {
      padding-top: calc(var(--navbar-height) + 6rem);
    }
  }
  .md\:before\:bg-fixed {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        background-attachment: fixed;
      }
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:static {
    @media (width >= 64rem) {
      position: static;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-\[-2\.7rem\] {
    @media (width >= 64rem) {
      top: -2.7rem;
    }
  }
  .lg\:top-\[2\.8rem\] {
    @media (width >= 64rem) {
      top: 2.8rem;
    }
  }
  .lg\:top-\[3\.5rem\] {
    @media (width >= 64rem) {
      top: 3.5rem;
    }
  }
  .lg\:top-\[4\.1rem\] {
    @media (width >= 64rem) {
      top: 4.1rem;
    }
  }
  .lg\:top-\[8\.1rem\] {
    @media (width >= 64rem) {
      top: 8.1rem;
    }
  }
  .lg\:top-\[17\.4rem\] {
    @media (width >= 64rem) {
      top: 17.4rem;
    }
  }
  .lg\:top-\[19\.64107677\%\] {
    @media (width >= 64rem) {
      top: 19.64107677%;
    }
  }
  .lg\:top-\[100\%\] {
    @media (width >= 64rem) {
      top: 100%;
    }
  }
  .lg\:top-\[calc\(var\(--navbar-height\)_\+_1\.7rem\)\] {
    @media (width >= 64rem) {
      top: calc(var(--navbar-height) + 1.7rem);
    }
  }
  .lg\:top-\[calc\(var\(--navbar-height\)_\+_7\.6rem\)\] {
    @media (width >= 64rem) {
      top: calc(var(--navbar-height) + 7.6rem);
    }
  }
  .lg\:top-\[calc\(var\(--navbar-height\)_\+_8rem\)\] {
    @media (width >= 64rem) {
      top: calc(var(--navbar-height) + 8rem);
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-\[1\.2rem\] {
    @media (width >= 64rem) {
      right: 1.2rem;
    }
  }
  .lg\:right-\[1\.386rem\] {
    @media (width >= 64rem) {
      right: 1.386rem;
    }
  }
  .lg\:right-\[3\.6rem\] {
    @media (width >= 64rem) {
      right: 3.6rem;
    }
  }
  .lg\:right-\[50\%\] {
    @media (width >= 64rem) {
      right: 50%;
    }
  }
  .lg\:right-\[calc\(50\%-15rem\)\] {
    @media (width >= 64rem) {
      right: calc(50% - 15rem);
    }
  }
  .lg\:bottom-0 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-\[-6\.3rem\] {
    @media (width >= 64rem) {
      left: -6.3rem;
    }
  }
  .lg\:left-\[-8\.2rem\] {
    @media (width >= 64rem) {
      left: -8.2rem;
    }
  }
  .lg\:left-\[calc\(50\%-9\.6rem\+4rem\)\] {
    @media (width >= 64rem) {
      left: calc(50% - 9.6rem + 4rem);
    }
  }
  .lg\:left-full {
    @media (width >= 64rem) {
      left: 100%;
    }
  }
  .lg\:z-1 {
    @media (width >= 64rem) {
      z-index: 1;
    }
  }
  .lg\:z-99 {
    @media (width >= 64rem) {
      z-index: 99;
    }
  }
  .lg\:z-\[initial\] {
    @media (width >= 64rem) {
      z-index: initial;
    }
  }
  .lg\:mx-\[6\.5rem\] {
    @media (width >= 64rem) {
      margin-inline: 6.5rem;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:-mt-\[7\.2rem\] {
    @media (width >= 64rem) {
      margin-top: calc(7.2rem * -1);
    }
  }
  .lg\:mt-\[-14rem\] {
    @media (width >= 64rem) {
      margin-top: -14rem;
    }
  }
  .lg\:mt-\[-15\.6rem\] {
    @media (width >= 64rem) {
      margin-top: -15.6rem;
    }
  }
  .lg\:mt-\[-22\.3rem\] {
    @media (width >= 64rem) {
      margin-top: -22.3rem;
    }
  }
  .lg\:mt-\[8rem\] {
    @media (width >= 64rem) {
      margin-top: 8rem;
    }
  }
  .lg\:mt-\[var\(--mt-desktop\)\] {
    @media (width >= 64rem) {
      margin-top: var(--mt-desktop);
    }
  }
  .lg\:mr-\[3\.6rem\] {
    @media (width >= 64rem) {
      margin-right: 3.6rem;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[-8rem\] {
    @media (width >= 64rem) {
      margin-bottom: -8rem;
    }
  }
  .lg\:mb-\[-22rem\] {
    @media (width >= 64rem) {
      margin-bottom: -22rem;
    }
  }
  .lg\:mb-\[var\(--mb-desktop\)\] {
    @media (width >= 64rem) {
      margin-bottom: var(--mb-desktop);
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-\[0\.2rem\] {
    @media (width >= 64rem) {
      margin-left: 0.2rem;
    }
  }
  .lg\:ml-\[8\.1rem\] {
    @media (width >= 64rem) {
      margin-left: 8.1rem;
    }
  }
  .lg\:ml-\[27\.7rem\] {
    @media (width >= 64rem) {
      margin-left: 27.7rem;
    }
  }
  .lg\:ml-auto {
    @media (width >= 64rem) {
      margin-left: auto;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:h-\[1\.2rem\] {
    @media (width >= 64rem) {
      height: 1.2rem;
    }
  }
  .lg\:h-\[7rem\] {
    @media (width >= 64rem) {
      height: 7rem;
    }
  }
  .lg\:h-\[13\.86rem\] {
    @media (width >= 64rem) {
      height: 13.86rem;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:h-max {
    @media (width >= 64rem) {
      height: max-content;
    }
  }
  .lg\:max-h-\[1\.2rem\] {
    @media (width >= 64rem) {
      max-height: 1.2rem;
    }
  }
  .lg\:max-h-\[7rem\] {
    @media (width >= 64rem) {
      max-height: 7rem;
    }
  }
  .lg\:max-h-\[13\.86rem\] {
    @media (width >= 64rem) {
      max-height: 13.86rem;
    }
  }
  .lg\:max-h-\[calc\(100vh_-_var\(--navbar-height\)\)\] {
    @media (width >= 64rem) {
      max-height: calc(100vh - var(--navbar-height));
    }
  }
  .lg\:max-h-full {
    @media (width >= 64rem) {
      max-height: 100%;
    }
  }
  .lg\:max-h-none {
    @media (width >= 64rem) {
      max-height: none;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .lg\:min-h-\[1\.2rem\] {
    @media (width >= 64rem) {
      min-height: 1.2rem;
    }
  }
  .lg\:min-h-\[4\.7rem\] {
    @media (width >= 64rem) {
      min-height: 4.7rem;
    }
  }
  .lg\:min-h-\[7\.1rem\] {
    @media (width >= 64rem) {
      min-height: 7.1rem;
    }
  }
  .lg\:min-h-\[7rem\] {
    @media (width >= 64rem) {
      min-height: 7rem;
    }
  }
  .lg\:min-h-\[13\.86rem\] {
    @media (width >= 64rem) {
      min-height: 13.86rem;
    }
  }
  .lg\:min-h-\[63\.1rem\] {
    @media (width >= 64rem) {
      min-height: 63.1rem;
    }
  }
  .lg\:min-h-\[88\.3rem\] {
    @media (width >= 64rem) {
      min-height: 88.3rem;
    }
  }
  .lg\:min-h-\[93\.5rem\] {
    @media (width >= 64rem) {
      min-height: 93.5rem;
    }
  }
  .lg\:min-h-\[125\.4rem\] {
    @media (width >= 64rem) {
      min-height: 125.4rem;
    }
  }
  .lg\:min-h-full {
    @media (width >= 64rem) {
      min-height: 100%;
    }
  }
  .lg\:w-\[1\.2rem\] {
    @media (width >= 64rem) {
      width: 1.2rem;
    }
  }
  .lg\:w-\[6\.4rem\] {
    @media (width >= 64rem) {
      width: 6.4rem;
    }
  }
  .lg\:w-\[12\.6rem\] {
    @media (width >= 64rem) {
      width: 12.6rem;
    }
  }
  .lg\:w-\[20\%\] {
    @media (width >= 64rem) {
      width: 20%;
    }
  }
  .lg\:w-\[27\.8rem\] {
    @media (width >= 64rem) {
      width: 27.8rem;
    }
  }
  .lg\:w-\[28\.10344828\%\] {
    @media (width >= 64rem) {
      width: 28.10344828%;
    }
  }
  .lg\:w-\[37\.6rem\] {
    @media (width >= 64rem) {
      width: 37.6rem;
    }
  }
  .lg\:w-\[40\.862068973\%\] {
    @media (width >= 64rem) {
      width: 40.862068973%;
    }
  }
  .lg\:w-\[42\.8rem\] {
    @media (width >= 64rem) {
      width: 42.8rem;
    }
  }
  .lg\:w-\[49\.31034483\%\] {
    @media (width >= 64rem) {
      width: 49.31034483%;
    }
  }
  .lg\:w-\[50\.68965517\%\] {
    @media (width >= 64rem) {
      width: 50.68965517%;
    }
  }
  .lg\:w-\[51\.63793103\%\] {
    @media (width >= 64rem) {
      width: 51.63793103%;
    }
  }
  .lg\:w-\[59\.13793103\%\] {
    @media (width >= 64rem) {
      width: 59.13793103%;
    }
  }
  .lg\:w-\[66\.7rem\] {
    @media (width >= 64rem) {
      width: 66.7rem;
    }
  }
  .lg\:w-\[71\.89655172\%\] {
    @media (width >= 64rem) {
      width: 71.89655172%;
    }
  }
  .lg\:w-\[calc\(100\%\+9\.6rem\+2rem\)\] {
    @media (width >= 64rem) {
      width: calc(100% + 9.6rem + 2rem);
    }
  }
  .lg\:w-\[calc\(100vw_-_5rem\)\] {
    @media (width >= 64rem) {
      width: calc(100vw - 5rem);
    }
  }
  .lg\:w-\[min\(40\%\,_65\.6rem\)\] {
    @media (width >= 64rem) {
      width: min(40%, 65.6rem);
    }
  }
  .lg\:w-\[min\(40\%\,_73\.614rem\)\] {
    @media (width >= 64rem) {
      width: min(40%, 73.614rem);
    }
  }
  .lg\:w-\[min\(40\%\,_85\.19rem\)\] {
    @media (width >= 64rem) {
      width: min(40%, 85.19rem);
    }
  }
  .lg\:w-\[min\(41\.80555556\%\,_60\.2rem\)\] {
    @media (width >= 64rem) {
      width: min(41.80555556%, 60.2rem);
    }
  }
  .lg\:w-\[min\(48\.44583333\%\,_69\.762rem\)\] {
    @media (width >= 64rem) {
      width: min(48.44583333%, 69.762rem);
    }
  }
  .lg\:w-\[min\(60\%\,_85\.19rem\)\] {
    @media (width >= 64rem) {
      width: min(60%, 85.19rem);
    }
  }
  .lg\:w-\[min\(60\%\,_86\.4rem\)\] {
    @media (width >= 64rem) {
      width: min(60%, 86.4rem);
    }
  }
  .lg\:w-\[min\(75vw\,_108rem\)\] {
    @media (width >= 64rem) {
      width: min(75vw, 108rem);
    }
  }
  .lg\:w-\[min\(101\.22377622\%\,_57\.9rem\)\] {
    @media (width >= 64rem) {
      width: min(101.22377622%, 57.9rem);
    }
  }
  .lg\:w-\[var\(--bg-size\)\] {
    @media (width >= 64rem) {
      width: var(--bg-size);
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:w-max {
    @media (width >= 64rem) {
      width: max-content;
    }
  }
  .lg\:max-w-\[1\.2rem\] {
    @media (width >= 64rem) {
      max-width: 1.2rem;
    }
  }
  .lg\:max-w-\[6\.4rem\] {
    @media (width >= 64rem) {
      max-width: 6.4rem;
    }
  }
  .lg\:max-w-\[12\.6rem\] {
    @media (width >= 64rem) {
      max-width: 12.6rem;
    }
  }
  .lg\:max-w-\[16rem\] {
    @media (width >= 64rem) {
      max-width: 16rem;
    }
  }
  .lg\:max-w-\[20\%\] {
    @media (width >= 64rem) {
      max-width: 20%;
    }
  }
  .lg\:max-w-\[27\.8rem\] {
    @media (width >= 64rem) {
      max-width: 27.8rem;
    }
  }
  .lg\:max-w-\[28\.10344828\%\] {
    @media (width >= 64rem) {
      max-width: 28.10344828%;
    }
  }
  .lg\:max-w-\[37\.6rem\] {
    @media (width >= 64rem) {
      max-width: 37.6rem;
    }
  }
  .lg\:max-w-\[40\.862068973\%\] {
    @media (width >= 64rem) {
      max-width: 40.862068973%;
    }
  }
  .lg\:max-w-\[42\.8rem\] {
    @media (width >= 64rem) {
      max-width: 42.8rem;
    }
  }
  .lg\:max-w-\[46\.5rem\] {
    @media (width >= 64rem) {
      max-width: 46.5rem;
    }
  }
  .lg\:max-w-\[47\.4rem\] {
    @media (width >= 64rem) {
      max-width: 47.4rem;
    }
  }
  .lg\:max-w-\[49\.31034483\%\] {
    @media (width >= 64rem) {
      max-width: 49.31034483%;
    }
  }
  .lg\:max-w-\[50\%\] {
    @media (width >= 64rem) {
      max-width: 50%;
    }
  }
  .lg\:max-w-\[50\.68965517\%\] {
    @media (width >= 64rem) {
      max-width: 50.68965517%;
    }
  }
  .lg\:max-w-\[51\.63793103\%\] {
    @media (width >= 64rem) {
      max-width: 51.63793103%;
    }
  }
  .lg\:max-w-\[59\.13793103\%\] {
    @media (width >= 64rem) {
      max-width: 59.13793103%;
    }
  }
  .lg\:max-w-\[60rem\] {
    @media (width >= 64rem) {
      max-width: 60rem;
    }
  }
  .lg\:max-w-\[66\.7rem\] {
    @media (width >= 64rem) {
      max-width: 66.7rem;
    }
  }
  .lg\:max-w-\[71\.89655172\%\] {
    @media (width >= 64rem) {
      max-width: 71.89655172%;
    }
  }
  .lg\:max-w-\[87\.3rem\] {
    @media (width >= 64rem) {
      max-width: 87.3rem;
    }
  }
  .lg\:max-w-\[139rem\] {
    @media (width >= 64rem) {
      max-width: 139rem;
    }
  }
  .lg\:max-w-\[144rem\] {
    @media (width >= 64rem) {
      max-width: 144rem;
    }
  }
  .lg\:max-w-\[calc\(100vw_-_5rem\)\] {
    @media (width >= 64rem) {
      max-width: calc(100vw - 5rem);
    }
  }
  .lg\:max-w-\[min\(40\%\,_65\.6rem\)\] {
    @media (width >= 64rem) {
      max-width: min(40%, 65.6rem);
    }
  }
  .lg\:max-w-\[min\(40\%\,_73\.614rem\)\] {
    @media (width >= 64rem) {
      max-width: min(40%, 73.614rem);
    }
  }
  .lg\:max-w-\[min\(40\%\,_85\.19rem\)\] {
    @media (width >= 64rem) {
      max-width: min(40%, 85.19rem);
    }
  }
  .lg\:max-w-\[min\(41\.80555556\%\,_60\.2rem\)\] {
    @media (width >= 64rem) {
      max-width: min(41.80555556%, 60.2rem);
    }
  }
  .lg\:max-w-\[min\(48\.44583333\%\,_69\.762rem\)\] {
    @media (width >= 64rem) {
      max-width: min(48.44583333%, 69.762rem);
    }
  }
  .lg\:max-w-\[min\(60\%\,_85\.19rem\)\] {
    @media (width >= 64rem) {
      max-width: min(60%, 85.19rem);
    }
  }
  .lg\:max-w-\[min\(60\%\,_86\.4rem\)\] {
    @media (width >= 64rem) {
      max-width: min(60%, 86.4rem);
    }
  }
  .lg\:max-w-\[min\(75vw\,_108rem\)\] {
    @media (width >= 64rem) {
      max-width: min(75vw, 108rem);
    }
  }
  .lg\:max-w-\[min\(101\.22377622\%\,_57\.9rem\)\] {
    @media (width >= 64rem) {
      max-width: min(101.22377622%, 57.9rem);
    }
  }
  .lg\:max-w-\[var\(--bg-size\)\] {
    @media (width >= 64rem) {
      max-width: var(--bg-size);
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:max-w-max {
    @media (width >= 64rem) {
      max-width: max-content;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:min-w-0 {
    @media (width >= 64rem) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .lg\:min-w-\[1\.2rem\] {
    @media (width >= 64rem) {
      min-width: 1.2rem;
    }
  }
  .lg\:min-w-\[6\.4rem\] {
    @media (width >= 64rem) {
      min-width: 6.4rem;
    }
  }
  .lg\:min-w-\[12\.6rem\] {
    @media (width >= 64rem) {
      min-width: 12.6rem;
    }
  }
  .lg\:min-w-\[20\%\] {
    @media (width >= 64rem) {
      min-width: 20%;
    }
  }
  .lg\:min-w-\[26\.7rem\] {
    @media (width >= 64rem) {
      min-width: 26.7rem;
    }
  }
  .lg\:min-w-\[27\.8rem\] {
    @media (width >= 64rem) {
      min-width: 27.8rem;
    }
  }
  .lg\:min-w-\[28\.10344828\%\] {
    @media (width >= 64rem) {
      min-width: 28.10344828%;
    }
  }
  .lg\:min-w-\[33\.5rem\] {
    @media (width >= 64rem) {
      min-width: 33.5rem;
    }
  }
  .lg\:min-w-\[37\.6rem\] {
    @media (width >= 64rem) {
      min-width: 37.6rem;
    }
  }
  .lg\:min-w-\[40\.862068973\%\] {
    @media (width >= 64rem) {
      min-width: 40.862068973%;
    }
  }
  .lg\:min-w-\[42\.8rem\] {
    @media (width >= 64rem) {
      min-width: 42.8rem;
    }
  }
  .lg\:min-w-\[49\.31034483\%\] {
    @media (width >= 64rem) {
      min-width: 49.31034483%;
    }
  }
  .lg\:min-w-\[50\.68965517\%\] {
    @media (width >= 64rem) {
      min-width: 50.68965517%;
    }
  }
  .lg\:min-w-\[51\.63793103\%\] {
    @media (width >= 64rem) {
      min-width: 51.63793103%;
    }
  }
  .lg\:min-w-\[59\.13793103\%\] {
    @media (width >= 64rem) {
      min-width: 59.13793103%;
    }
  }
  .lg\:min-w-\[66\.7rem\] {
    @media (width >= 64rem) {
      min-width: 66.7rem;
    }
  }
  .lg\:min-w-\[71\.89655172\%\] {
    @media (width >= 64rem) {
      min-width: 71.89655172%;
    }
  }
  .lg\:min-w-\[calc\(100vw_-_5rem\)\] {
    @media (width >= 64rem) {
      min-width: calc(100vw - 5rem);
    }
  }
  .lg\:min-w-\[min\(40\%\,_65\.6rem\)\] {
    @media (width >= 64rem) {
      min-width: min(40%, 65.6rem);
    }
  }
  .lg\:min-w-\[min\(40\%\,_73\.614rem\)\] {
    @media (width >= 64rem) {
      min-width: min(40%, 73.614rem);
    }
  }
  .lg\:min-w-\[min\(40\%\,_85\.19rem\)\] {
    @media (width >= 64rem) {
      min-width: min(40%, 85.19rem);
    }
  }
  .lg\:min-w-\[min\(41\.80555556\%\,_60\.2rem\)\] {
    @media (width >= 64rem) {
      min-width: min(41.80555556%, 60.2rem);
    }
  }
  .lg\:min-w-\[min\(48\.44583333\%\,_69\.762rem\)\] {
    @media (width >= 64rem) {
      min-width: min(48.44583333%, 69.762rem);
    }
  }
  .lg\:min-w-\[min\(60\%\,_85\.19rem\)\] {
    @media (width >= 64rem) {
      min-width: min(60%, 85.19rem);
    }
  }
  .lg\:min-w-\[min\(60\%\,_86\.4rem\)\] {
    @media (width >= 64rem) {
      min-width: min(60%, 86.4rem);
    }
  }
  .lg\:min-w-\[min\(75vw\,_108rem\)\] {
    @media (width >= 64rem) {
      min-width: min(75vw, 108rem);
    }
  }
  .lg\:min-w-\[min\(101\.22377622\%\,_57\.9rem\)\] {
    @media (width >= 64rem) {
      min-width: min(101.22377622%, 57.9rem);
    }
  }
  .lg\:min-w-\[var\(--bg-size\)\] {
    @media (width >= 64rem) {
      min-width: var(--bg-size);
    }
  }
  .lg\:flex-grow {
    @media (width >= 64rem) {
      flex-grow: 1;
    }
  }
  .lg\:grow {
    @media (width >= 64rem) {
      flex-grow: 1;
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-x-\[-5\.2rem\] {
    @media (width >= 64rem) {
      --tw-translate-x: -5.2rem;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-x-\[-35\%\] {
    @media (width >= 64rem) {
      --tw-translate-x: -35%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-x-\[-50\%\] {
    @media (width >= 64rem) {
      --tw-translate-x: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-x-\[15\.97222222\%\] {
    @media (width >= 64rem) {
      --tw-translate-x: 15.97222222%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-x-\[100\%\] {
    @media (width >= 64rem) {
      --tw-translate-x: 100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-x-\[108\%\] {
    @media (width >= 64rem) {
      --tw-translate-x: 108%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-y-0 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-y-\[-5\%\] {
    @media (width >= 64rem) {
      --tw-translate-y: -5%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:transform {
    @media (width >= 64rem) {
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 64rem) {
      flex-wrap: wrap;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-\[1\.1rem\] {
    @media (width >= 64rem) {
      gap: 1.1rem;
    }
  }
  .lg\:gap-\[2rem\] {
    @media (width >= 64rem) {
      gap: 2rem;
    }
  }
  .lg\:gap-\[3rem\] {
    @media (width >= 64rem) {
      gap: 3rem;
    }
  }
  .lg\:gap-\[4\.8rem\] {
    @media (width >= 64rem) {
      gap: 4.8rem;
    }
  }
  .lg\:gap-\[4\.9rem\] {
    @media (width >= 64rem) {
      gap: 4.9rem;
    }
  }
  .lg\:gap-\[5\.2rem\] {
    @media (width >= 64rem) {
      gap: 5.2rem;
    }
  }
  .lg\:gap-\[5\.5rem\] {
    @media (width >= 64rem) {
      gap: 5.5rem;
    }
  }
  .lg\:gap-\[5rem\] {
    @media (width >= 64rem) {
      gap: 5rem;
    }
  }
  .lg\:gap-\[6\.5rem\] {
    @media (width >= 64rem) {
      gap: 6.5rem;
    }
  }
  .lg\:gap-\[6\.7rem\] {
    @media (width >= 64rem) {
      gap: 6.7rem;
    }
  }
  .lg\:gap-\[6\.9rem\] {
    @media (width >= 64rem) {
      gap: 6.9rem;
    }
  }
  .lg\:gap-\[6rem\] {
    @media (width >= 64rem) {
      gap: 6rem;
    }
  }
  .lg\:gap-\[7\.6rem\] {
    @media (width >= 64rem) {
      gap: 7.6rem;
    }
  }
  .lg\:gap-\[8\.1rem\] {
    @media (width >= 64rem) {
      gap: 8.1rem;
    }
  }
  .lg\:gap-\[8\.3rem\] {
    @media (width >= 64rem) {
      gap: 8.3rem;
    }
  }
  .lg\:gap-\[8rem\] {
    @media (width >= 64rem) {
      gap: 8rem;
    }
  }
  .lg\:gap-\[9\.5rem\] {
    @media (width >= 64rem) {
      gap: 9.5rem;
    }
  }
  .lg\:gap-\[10rem\] {
    @media (width >= 64rem) {
      gap: 10rem;
    }
  }
  .lg\:gap-\[11\.4rem\] {
    @media (width >= 64rem) {
      gap: 11.4rem;
    }
  }
  .lg\:gap-\[13\.448rem\] {
    @media (width >= 64rem) {
      gap: 13.448rem;
    }
  }
  .lg\:gap-\[var\(--custom-blocks-gap\)\] {
    @media (width >= 64rem) {
      gap: var(--custom-blocks-gap);
    }
  }
  .lg\:gap-x-\[1\.6rem\] {
    @media (width >= 64rem) {
      column-gap: 1.6rem;
    }
  }
  .lg\:gap-y-\[7rem\] {
    @media (width >= 64rem) {
      row-gap: 7rem;
    }
  }
  .lg\:gap-y-\[8\.1rem\] {
    @media (width >= 64rem) {
      row-gap: 8.1rem;
    }
  }
  .lg\:overflow-visible {
    @media (width >= 64rem) {
      overflow: visible;
    }
  }
  .lg\:overflow-x-hidden {
    @media (width >= 64rem) {
      overflow-x: hidden;
    }
  }
  .lg\:overflow-y-auto {
    @media (width >= 64rem) {
      overflow-y: auto;
    }
  }
  .lg\:border-r {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .lg\:border-none {
    @media (width >= 64rem) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .lg\:border-white-2 {
    @media (width >= 64rem) {
      border-color: var(--color-white-2);
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-\[1rem\] {
    @media (width >= 64rem) {
      padding-inline: 1rem;
    }
  }
  .lg\:px-\[2\.5rem\] {
    @media (width >= 64rem) {
      padding-inline: 2.5rem;
    }
  }
  .lg\:px-\[3rem\] {
    @media (width >= 64rem) {
      padding-inline: 3rem;
    }
  }
  .lg\:px-\[4\.5rem\] {
    @media (width >= 64rem) {
      padding-inline: 4.5rem;
    }
  }
  .lg\:px-\[4rem\] {
    @media (width >= 64rem) {
      padding-inline: 4rem;
    }
  }
  .lg\:px-\[6\.1rem\] {
    @media (width >= 64rem) {
      padding-inline: 6.1rem;
    }
  }
  .lg\:px-\[6\.3rem\] {
    @media (width >= 64rem) {
      padding-inline: 6.3rem;
    }
  }
  .lg\:px-\[7\.5rem\] {
    @media (width >= 64rem) {
      padding-inline: 7.5rem;
    }
  }
  .lg\:px-\[7\.6rem\] {
    @media (width >= 64rem) {
      padding-inline: 7.6rem;
    }
  }
  .lg\:px-\[9\.8rem\] {
    @media (width >= 64rem) {
      padding-inline: 9.8rem;
    }
  }
  .lg\:px-\[10rem\] {
    @media (width >= 64rem) {
      padding-inline: 10rem;
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-\[4\.2rem\] {
    @media (width >= 64rem) {
      padding-block: 4.2rem;
    }
  }
  .lg\:py-\[7rem\] {
    @media (width >= 64rem) {
      padding-block: 7rem;
    }
  }
  .lg\:py-\[8rem\] {
    @media (width >= 64rem) {
      padding-block: 8rem;
    }
  }
  .lg\:py-\[10rem\] {
    @media (width >= 64rem) {
      padding-block: 10rem;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[2\.2rem\] {
    @media (width >= 64rem) {
      padding-top: 2.2rem;
    }
  }
  .lg\:pt-\[3\.6rem\] {
    @media (width >= 64rem) {
      padding-top: 3.6rem;
    }
  }
  .lg\:pt-\[4rem\] {
    @media (width >= 64rem) {
      padding-top: 4rem;
    }
  }
  .lg\:pt-\[5\.5rem\] {
    @media (width >= 64rem) {
      padding-top: 5.5rem;
    }
  }
  .lg\:pt-\[6rem\] {
    @media (width >= 64rem) {
      padding-top: 6rem;
    }
  }
  .lg\:pt-\[7\.1rem\] {
    @media (width >= 64rem) {
      padding-top: 7.1rem;
    }
  }
  .lg\:pt-\[8\.98272967rem\] {
    @media (width >= 64rem) {
      padding-top: 8.98272967rem;
    }
  }
  .lg\:pt-\[8rem\] {
    @media (width >= 64rem) {
      padding-top: 8rem;
    }
  }
  .lg\:pt-\[10rem\] {
    @media (width >= 64rem) {
      padding-top: 10rem;
    }
  }
  .lg\:pt-\[19\.1rem\] {
    @media (width >= 64rem) {
      padding-top: 19.1rem;
    }
  }
  .lg\:pt-\[32rem\] {
    @media (width >= 64rem) {
      padding-top: 32rem;
    }
  }
  .lg\:pt-\[calc\(var\(--navbar-height\)_\+_7\.6rem\)\] {
    @media (width >= 64rem) {
      padding-top: calc(var(--navbar-height) + 7.6rem);
    }
  }
  .lg\:pt-\[calc\(var\(--navbar-height\)_\+_8\.7rem\)\] {
    @media (width >= 64rem) {
      padding-top: calc(var(--navbar-height) + 8.7rem);
    }
  }
  .lg\:pt-\[var\(--pt-desktop\)\] {
    @media (width >= 64rem) {
      padding-top: var(--pt-desktop);
    }
  }
  .lg\:pr-\[1\.6rem\] {
    @media (width >= 64rem) {
      padding-right: 1.6rem;
    }
  }
  .lg\:pr-\[3\.6rem\] {
    @media (width >= 64rem) {
      padding-right: 3.6rem;
    }
  }
  .lg\:pr-\[4rem\] {
    @media (width >= 64rem) {
      padding-right: 4rem;
    }
  }
  .lg\:pr-\[6\.2rem\] {
    @media (width >= 64rem) {
      padding-right: 6.2rem;
    }
  }
  .lg\:pr-\[6\.25rem\] {
    @media (width >= 64rem) {
      padding-right: 6.25rem;
    }
  }
  .lg\:pr-\[6rem\] {
    @media (width >= 64rem) {
      padding-right: 6rem;
    }
  }
  .lg\:pr-\[7\.5rem\] {
    @media (width >= 64rem) {
      padding-right: 7.5rem;
    }
  }
  .lg\:pr-\[8\.5rem\] {
    @media (width >= 64rem) {
      padding-right: 8.5rem;
    }
  }
  .lg\:pr-\[9\.2rem\] {
    @media (width >= 64rem) {
      padding-right: 9.2rem;
    }
  }
  .lg\:pr-\[9\.5rem\] {
    @media (width >= 64rem) {
      padding-right: 9.5rem;
    }
  }
  .lg\:pr-\[11\.4rem\] {
    @media (width >= 64rem) {
      padding-right: 11.4rem;
    }
  }
  .lg\:pr-\[11\.9rem\] {
    @media (width >= 64rem) {
      padding-right: 11.9rem;
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-\[2rem\] {
    @media (width >= 64rem) {
      padding-bottom: 2rem;
    }
  }
  .lg\:pb-\[3\.5rem\] {
    @media (width >= 64rem) {
      padding-bottom: 3.5rem;
    }
  }
  .lg\:pb-\[3\.391rem\] {
    @media (width >= 64rem) {
      padding-bottom: 3.391rem;
    }
  }
  .lg\:pb-\[4rem\] {
    @media (width >= 64rem) {
      padding-bottom: 4rem;
    }
  }
  .lg\:pb-\[5\.33333333rem\] {
    @media (width >= 64rem) {
      padding-bottom: 5.33333333rem;
    }
  }
  .lg\:pb-\[5rem\] {
    @media (width >= 64rem) {
      padding-bottom: 5rem;
    }
  }
  .lg\:pb-\[6rem\] {
    @media (width >= 64rem) {
      padding-bottom: 6rem;
    }
  }
  .lg\:pb-\[7\.6rem\] {
    @media (width >= 64rem) {
      padding-bottom: 7.6rem;
    }
  }
  .lg\:pb-\[8\.7rem\] {
    @media (width >= 64rem) {
      padding-bottom: 8.7rem;
    }
  }
  .lg\:pb-\[8rem\] {
    @media (width >= 64rem) {
      padding-bottom: 8rem;
    }
  }
  .lg\:pb-\[10rem\] {
    @media (width >= 64rem) {
      padding-bottom: 10rem;
    }
  }
  .lg\:pb-\[22\.1rem\] {
    @media (width >= 64rem) {
      padding-bottom: 22.1rem;
    }
  }
  .lg\:pb-\[33\.1rem\] {
    @media (width >= 64rem) {
      padding-bottom: 33.1rem;
    }
  }
  .lg\:pb-\[33\.472222224\%\] {
    @media (width >= 64rem) {
      padding-bottom: 33.472222224%;
    }
  }
  .lg\:pb-\[var\(--pb-desktop\)\] {
    @media (width >= 64rem) {
      padding-bottom: var(--pb-desktop);
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-\[6\.319rem\] {
    @media (width >= 64rem) {
      padding-left: 6.319rem;
    }
  }
  .lg\:pl-\[6rem\] {
    @media (width >= 64rem) {
      padding-left: 6rem;
    }
  }
  .lg\:pl-\[8\.2rem\] {
    @media (width >= 64rem) {
      padding-left: 8.2rem;
    }
  }
  .lg\:pl-\[9\.7rem\] {
    @media (width >= 64rem) {
      padding-left: 9.7rem;
    }
  }
  .lg\:pl-\[9\.8rem\] {
    @media (width >= 64rem) {
      padding-left: 9.8rem;
    }
  }
  .lg\:pl-\[9\.9rem\] {
    @media (width >= 64rem) {
      padding-left: 9.9rem;
    }
  }
  .lg\:pl-\[13\.6rem\] {
    @media (width >= 64rem) {
      padding-left: 13.6rem;
    }
  }
  .lg\:text-\[4rem\] {
    @media (width >= 64rem) {
      font-size: 4rem;
    }
  }
  .lg\:text-black {
    @media (width >= 64rem) {
      color: var(--color-black);
    }
  }
  .lg\:text-white {
    @media (width >= 64rem) {
      color: var(--color-white);
    }
  }
  .lg\:opacity-0 {
    @media (width >= 64rem) {
      opacity: 0%;
    }
  }
  .lg\:opacity-100 {
    @media (width >= 64rem) {
      opacity: 100%;
    }
  }
  .lg\:group-focus-within\:scale-105 {
    @media (width >= 64rem) {
      &:is(:where(.group):focus-within *) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .lg\:group-focus-within\:scale-\[1\.05\] {
    @media (width >= 64rem) {
      &:is(:where(.group):focus-within *) {
        scale: 1.05;
      }
    }
  }
  .lg\:group-focus-within\:transform {
    @media (width >= 64rem) {
      &:is(:where(.group):focus-within *) {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .lg\:group-focus-within\/navbar\:text-black {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):focus-within *) {
        color: var(--color-black);
      }
    }
  }
  .lg\:group-focus-within\/navbar\:opacity-0 {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):focus-within *) {
        opacity: 0%;
      }
    }
  }
  .lg\:group-focus-within\/navbar\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):focus-within *) {
        opacity: 100%;
      }
    }
  }
  .lg\:group-hover\:scale-105 {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-scale-x: 105%;
          --tw-scale-y: 105%;
          --tw-scale-z: 105%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .lg\:group-hover\:scale-\[1\.05\] {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          scale: 1.05;
        }
      }
    }
  }
  .lg\:group-hover\:transform {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
        }
      }
    }
  }
  .lg\:group-hover\:text-red {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          color: var(--color-red);
        }
      }
    }
  }
  .lg\:group-hover\:opacity-50 {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 50%;
        }
      }
    }
  }
  .lg\:group-hover\:opacity-80 {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 80%;
        }
      }
    }
  }
  .lg\:group-hover\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 100%;
        }
      }
    }
  }
  .lg\:group-hover\/anchor\:\!text-red {
    @media (width >= 64rem) {
      &:is(:where(.group\/anchor):hover *) {
        @media (hover: hover) {
          color: var(--color-red) !important;
        }
      }
    }
  }
  .lg\:group-hover\/navbar\:bg-white {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):hover *) {
        @media (hover: hover) {
          background-color: var(--color-white);
        }
      }
    }
  }
  .lg\:group-hover\/navbar\:text-black {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):hover *) {
        @media (hover: hover) {
          color: var(--color-black);
        }
      }
    }
  }
  .lg\:group-hover\/navbar\:text-black-3 {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):hover *) {
        @media (hover: hover) {
          color: var(--color-black-3);
        }
      }
    }
  }
  .lg\:group-hover\/navbar\:opacity-0 {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):hover *) {
        @media (hover: hover) {
          opacity: 0%;
        }
      }
    }
  }
  .lg\:group-hover\/navbar\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):hover *) {
        @media (hover: hover) {
          opacity: 100%;
        }
      }
    }
  }
  .lg\:group-focus-visible\:text-red {
    @media (width >= 64rem) {
      &:is(:where(.group):focus-visible *) {
        color: var(--color-red);
      }
    }
  }
  .lg\:group-focus-visible\:opacity-50 {
    @media (width >= 64rem) {
      &:is(:where(.group):focus-visible *) {
        opacity: 50%;
      }
    }
  }
  .lg\:group-focus-visible\:opacity-80 {
    @media (width >= 64rem) {
      &:is(:where(.group):focus-visible *) {
        opacity: 80%;
      }
    }
  }
  .lg\:group-focus-visible\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group):focus-visible *) {
        opacity: 100%;
      }
    }
  }
  .lg\:group-focus-visible\/anchor\:\!text-red {
    @media (width >= 64rem) {
      &:is(:where(.group\/anchor):focus-visible *) {
        color: var(--color-red) !important;
      }
    }
  }
  .lg\:group-focus-visible\/navbar\:bg-white {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):focus-visible *) {
        background-color: var(--color-white);
      }
    }
  }
  .lg\:group-focus-visible\/navbar\:text-black-3 {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):focus-visible *) {
        color: var(--color-black-3);
      }
    }
  }
  .lg\:group-\[\.dropdown-open\]\/navbar\:text-black {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):is(.dropdown-open) *) {
        color: var(--color-black);
      }
    }
  }
  .lg\:group-\[\.dropdown-open\]\/navbar\:opacity-0 {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):is(.dropdown-open) *) {
        opacity: 0%;
      }
    }
  }
  .lg\:group-\[\.dropdown-open\]\/navbar\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):is(.dropdown-open) *) {
        opacity: 100%;
      }
    }
  }
  .lg\:group-\[\.dropdown-open\]\/navbar\:group-hover\:text-red {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):is(.dropdown-open) *) {
        &:is(:where(.group):hover *) {
          @media (hover: hover) {
            color: var(--color-red);
          }
        }
      }
    }
  }
  .lg\:group-\[\.navbar-open\]\/body\:translate-x-0 {
    @media (width >= 64rem) {
      &:is(:where(.group\/body):is(.navbar-open) *) {
        --tw-translate-x: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .lg\:group-\[\.navbar-open\]\/body\:opacity-0 {
    @media (width >= 64rem) {
      &:is(:where(.group\/body):is(.navbar-open) *) {
        opacity: 0%;
      }
    }
  }
  .lg\:group-\[\.navbar-open\]\/body\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group\/body):is(.navbar-open) *) {
        opacity: 100%;
      }
    }
  }
  .lg\:group-\[\.scroll\]\/body\:bg-white {
    @media (width >= 64rem) {
      &:is(:where(.group\/body):is(.scroll) *) {
        background-color: var(--color-white);
      }
    }
  }
  .lg\:group-\[\.scroll\]\/body\:text-black {
    @media (width >= 64rem) {
      &:is(:where(.group\/body):is(.scroll) *) {
        color: var(--color-black);
      }
    }
  }
  .lg\:group-\[\.scroll\]\/body\:text-black-3 {
    @media (width >= 64rem) {
      &:is(:where(.group\/body):is(.scroll) *) {
        color: var(--color-black-3);
      }
    }
  }
  .lg\:group-\[\.scroll\]\/body\:opacity-0 {
    @media (width >= 64rem) {
      &:is(:where(.group\/body):is(.scroll) *) {
        opacity: 0%;
      }
    }
  }
  .lg\:group-\[\.scroll\]\/body\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group\/body):is(.scroll) *) {
        opacity: 100%;
      }
    }
  }
  .lg\:group-\[\[aria-expanded\=true\]\]\:text-red {
    @media (width >= 64rem) {
      &:is(:where(.group):is([aria-expanded=true]) *) {
        color: var(--color-red);
      }
    }
  }
  .lg\:group-\[\.dropdown-open\]\/navbar\:group-\[\[aria-expanded\=true\]\]\:text-red {
    @media (width >= 64rem) {
      &:is(:where(.group\/navbar):is(.dropdown-open) *) {
        &:is(:where(.group):is([aria-expanded=true]) *) {
          color: var(--color-red);
        }
      }
    }
  }
  .lg\:before\:top-\[0\.6rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        top: 0.6rem;
      }
    }
  }
  .lg\:before\:top-\[4\.1rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        top: 4.1rem;
      }
    }
  }
  .lg\:before\:top-\[calc\(50\%_\+_0\.6rem\)\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        top: calc(50% + 0.6rem);
      }
    }
  }
  .lg\:before\:left-\[-6\.3rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        left: -6.3rem;
      }
    }
  }
  .lg\:before\:left-\[50\%\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        left: 50%;
      }
    }
  }
  .lg\:before\:-z-1 {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        z-index: calc(1 * -1);
      }
    }
  }
  .lg\:before\:aspect-\[2229\.33\/1254\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        aspect-ratio: 2229.33/1254;
      }
    }
  }
  .lg\:before\:h-\[5\.24615385rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        height: 5.24615385rem;
      }
    }
  }
  .lg\:before\:h-\[5rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        height: 5rem;
      }
    }
  }
  .lg\:before\:h-\[7\.7rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        height: 7.7rem;
      }
    }
  }
  .lg\:before\:h-\[13\.86rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        height: 13.86rem;
      }
    }
  }
  .lg\:before\:h-auto {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        height: auto;
      }
    }
  }
  .lg\:before\:h-full {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        height: 100%;
      }
    }
  }
  .lg\:before\:max-h-\[5\.24615385rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-height: 5.24615385rem;
      }
    }
  }
  .lg\:before\:max-h-\[5rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-height: 5rem;
      }
    }
  }
  .lg\:before\:max-h-\[7\.7rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-height: 7.7rem;
      }
    }
  }
  .lg\:before\:max-h-\[13\.86rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-height: 13.86rem;
      }
    }
  }
  .lg\:before\:max-h-full {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-height: 100%;
      }
    }
  }
  .lg\:before\:min-h-\[5\.24615385rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-height: 5.24615385rem;
      }
    }
  }
  .lg\:before\:min-h-\[5rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-height: 5rem;
      }
    }
  }
  .lg\:before\:min-h-\[7\.7rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-height: 7.7rem;
      }
    }
  }
  .lg\:before\:min-h-\[13\.86rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-height: 13.86rem;
      }
    }
  }
  .lg\:before\:min-h-full {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-height: 100%;
      }
    }
  }
  .lg\:before\:w-\[4\.76923077rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        width: 4.76923077rem;
      }
    }
  }
  .lg\:before\:w-\[5rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        width: 5rem;
      }
    }
  }
  .lg\:before\:w-\[7\.1rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        width: 7.1rem;
      }
    }
  }
  .lg\:before\:w-\[7\.7rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        width: 7.7rem;
      }
    }
  }
  .lg\:before\:w-\[12\.6rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        width: 12.6rem;
      }
    }
  }
  .lg\:before\:w-\[154\.81458333vw\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        width: 154.81458333vw;
      }
    }
  }
  .lg\:before\:w-\[var\(--bg-size\)\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        width: var(--bg-size);
      }
    }
  }
  .lg\:before\:w-full {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  .lg\:before\:max-w-\[4\.76923077rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-width: 4.76923077rem;
      }
    }
  }
  .lg\:before\:max-w-\[5rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-width: 5rem;
      }
    }
  }
  .lg\:before\:max-w-\[7\.1rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-width: 7.1rem;
      }
    }
  }
  .lg\:before\:max-w-\[7\.7rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-width: 7.7rem;
      }
    }
  }
  .lg\:before\:max-w-\[12\.6rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-width: 12.6rem;
      }
    }
  }
  .lg\:before\:max-w-\[154\.81458333vw\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-width: 154.81458333vw;
      }
    }
  }
  .lg\:before\:max-w-\[var\(--bg-size\)\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-width: var(--bg-size);
      }
    }
  }
  .lg\:before\:max-w-full {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        max-width: 100%;
      }
    }
  }
  .lg\:before\:min-w-\[4\.76923077rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-width: 4.76923077rem;
      }
    }
  }
  .lg\:before\:min-w-\[5rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-width: 5rem;
      }
    }
  }
  .lg\:before\:min-w-\[7\.1rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-width: 7.1rem;
      }
    }
  }
  .lg\:before\:min-w-\[7\.7rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-width: 7.7rem;
      }
    }
  }
  .lg\:before\:min-w-\[12\.6rem\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-width: 12.6rem;
      }
    }
  }
  .lg\:before\:min-w-\[154\.81458333vw\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-width: 154.81458333vw;
      }
    }
  }
  .lg\:before\:min-w-\[calc\(100\%\+15rem\)\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-width: calc(100% + 15rem);
      }
    }
  }
  .lg\:before\:min-w-\[var\(--bg-size\)\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-width: var(--bg-size);
      }
    }
  }
  .lg\:before\:min-w-full {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        min-width: 100%;
      }
    }
  }
  .lg\:before\:translate-x-\[-50\%\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        --tw-translate-x: -50%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .lg\:before\:translate-y-\[-8\.53269537\%\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        --tw-translate-y: -8.53269537%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .lg\:before\:translate-y-\[-50\%\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        --tw-translate-y: -50%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .lg\:before\:translate-y-\[22\.00956938\%\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        --tw-translate-y: 22.00956938%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .lg\:before\:transform {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .lg\:before\:bg-fixed {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        background-attachment: fixed;
      }
    }
  }
  .lg\:group-hover\:before\:opacity-60 {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          &::before {
            content: var(--tw-content);
            opacity: 60%;
          }
        }
      }
    }
  }
  .lg\:group-hover\:before\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          &::before {
            content: var(--tw-content);
            opacity: 100%;
          }
        }
      }
    }
  }
  .lg\:group-focus-visible\:before\:opacity-60 {
    @media (width >= 64rem) {
      &:is(:where(.group):focus-visible *) {
        &::before {
          content: var(--tw-content);
          opacity: 60%;
        }
      }
    }
  }
  .lg\:group-focus-visible\:before\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group):focus-visible *) {
        &::before {
          content: var(--tw-content);
          opacity: 100%;
        }
      }
    }
  }
  .lg\:after\:absolute {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .lg\:after\:top-0 {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        top: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:after\:left-0 {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:after\:hidden {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .lg\:after\:h-full {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        height: 100%;
      }
    }
  }
  .lg\:after\:max-h-full {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        max-height: 100%;
      }
    }
  }
  .lg\:after\:min-h-full {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        min-height: 100%;
      }
    }
  }
  .lg\:after\:w-full {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  .lg\:after\:max-w-full {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        max-width: 100%;
      }
    }
  }
  .lg\:after\:min-w-full {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        min-width: 100%;
      }
    }
  }
  .lg\:after\:opacity-0 {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        opacity: 0%;
      }
    }
  }
  .lg\:after\:shadow-\[0px_12px_21\.8px_0px_\#0000002B\] {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        --tw-shadow: 0px 12px 21.8px 0px var(--tw-shadow-color, #0000002B);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .lg\:after\:transition-opacity {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        transition-property: opacity;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
      }
    }
  }
  .lg\:after\:duration-150 {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        --tw-duration: 150ms;
        transition-duration: 150ms;
      }
    }
  }
  .lg\:group-\[\.active\]\:after\:absolute {
    @media (width >= 64rem) {
      &:is(:where(.group):is(.active) *) {
        &::after {
          content: var(--tw-content);
          position: absolute;
        }
      }
    }
  }
  .lg\:group-\[\.active\]\:after\:-bottom-1 {
    @media (width >= 64rem) {
      &:is(:where(.group):is(.active) *) {
        &::after {
          content: var(--tw-content);
          bottom: calc(var(--spacing) * -1);
        }
      }
    }
  }
  .lg\:group-\[\.active\]\:after\:left-0 {
    @media (width >= 64rem) {
      &:is(:where(.group):is(.active) *) {
        &::after {
          content: var(--tw-content);
          left: calc(var(--spacing) * 0);
        }
      }
    }
  }
  .lg\:group-\[\.active\]\:after\:h-\[1\.5px\] {
    @media (width >= 64rem) {
      &:is(:where(.group):is(.active) *) {
        &::after {
          content: var(--tw-content);
          height: 1.5px;
        }
      }
    }
  }
  .lg\:group-\[\.active\]\:after\:max-h-\[1\.5px\] {
    @media (width >= 64rem) {
      &:is(:where(.group):is(.active) *) {
        &::after {
          content: var(--tw-content);
          max-height: 1.5px;
        }
      }
    }
  }
  .lg\:group-\[\.active\]\:after\:min-h-\[1\.5px\] {
    @media (width >= 64rem) {
      &:is(:where(.group):is(.active) *) {
        &::after {
          content: var(--tw-content);
          min-height: 1.5px;
        }
      }
    }
  }
  .lg\:group-\[\.active\]\:after\:w-full {
    @media (width >= 64rem) {
      &:is(:where(.group):is(.active) *) {
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .lg\:group-\[\.active\]\:after\:max-w-full {
    @media (width >= 64rem) {
      &:is(:where(.group):is(.active) *) {
        &::after {
          content: var(--tw-content);
          max-width: 100%;
        }
      }
    }
  }
  .lg\:group-\[\.active\]\:after\:bg-red {
    @media (width >= 64rem) {
      &:is(:where(.group):is(.active) *) {
        &::after {
          content: var(--tw-content);
          background-color: var(--color-red);
        }
      }
    }
  }
  .lg\:hover\:w-\[calc\(100\%\+7\.7rem\)\] {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          width: calc(100% + 7.7rem);
        }
      }
    }
  }
  .lg\:hover\:max-w-\[calc\(100\%\+7\.7rem\)\] {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          max-width: calc(100% + 7.7rem);
        }
      }
    }
  }
  .lg\:hover\:min-w-\[calc\(100\%\+7\.7rem\)\] {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          min-width: calc(100% + 7.7rem);
        }
      }
    }
  }
  .lg\:hover\:rotate-90 {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          rotate: 90deg;
        }
      }
    }
  }
  .lg\:hover\:bg-red {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-red);
        }
      }
    }
  }
  .lg\:hover\:bg-white {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-white);
        }
      }
    }
  }
  .lg\:hover\:bg-white-2 {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-white-2);
        }
      }
    }
  }
  .lg\:hover\:pr-\[7rem\] {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          padding-right: 7rem;
        }
      }
    }
  }
  .lg\:hover\:pr-\[12\.8rem\] {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          padding-right: 12.8rem;
        }
      }
    }
  }
  .lg\:hover\:pl-\[2\.5rem\] {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          padding-left: 2.5rem;
        }
      }
    }
  }
  .lg\:hover\:text-red {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-red);
        }
      }
    }
  }
  .lg\:hover\:text-red-hover {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-red-hover);
        }
      }
    }
  }
  .lg\:hover\:opacity-70 {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          opacity: 70%;
        }
      }
    }
  }
  .lg\:not-\[\[aria-expanded\=true\]\]\:hover\:text-red-hover {
    @media (width >= 64rem) {
      &:not(*:is([aria-expanded=true])) {
        &:hover {
          @media (hover: hover) {
            color: var(--color-red-hover);
          }
        }
      }
    }
  }
  .lg\:hover\:before\:translate-x-0 {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          &::before {
            content: var(--tw-content);
            --tw-translate-x: calc(var(--spacing) * 0);
            translate: var(--tw-translate-x) var(--tw-translate-y);
          }
        }
      }
    }
  }
  .lg\:hover\:before\:bg-red {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          &::before {
            content: var(--tw-content);
            background-color: var(--color-red);
          }
        }
      }
    }
  }
  .lg\:hover\:after\:opacity-100 {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          &::after {
            content: var(--tw-content);
            opacity: 100%;
          }
        }
      }
    }
  }
  .lg\:focus-visible\:rotate-90 {
    @media (width >= 64rem) {
      &:focus-visible {
        rotate: 90deg;
      }
    }
  }
  .lg\:focus-visible\:bg-red {
    @media (width >= 64rem) {
      &:focus-visible {
        background-color: var(--color-red);
      }
    }
  }
  .lg\:focus-visible\:bg-white-2 {
    @media (width >= 64rem) {
      &:focus-visible {
        background-color: var(--color-white-2);
      }
    }
  }
  .lg\:focus-visible\:pr-\[7rem\] {
    @media (width >= 64rem) {
      &:focus-visible {
        padding-right: 7rem;
      }
    }
  }
  .lg\:focus-visible\:pr-\[12\.8rem\] {
    @media (width >= 64rem) {
      &:focus-visible {
        padding-right: 12.8rem;
      }
    }
  }
  .lg\:focus-visible\:pl-\[2\.5rem\] {
    @media (width >= 64rem) {
      &:focus-visible {
        padding-left: 2.5rem;
      }
    }
  }
  .lg\:focus-visible\:text-red {
    @media (width >= 64rem) {
      &:focus-visible {
        color: var(--color-red);
      }
    }
  }
  .lg\:focus-visible\:text-red-hover {
    @media (width >= 64rem) {
      &:focus-visible {
        color: var(--color-red-hover);
      }
    }
  }
  .lg\:focus-visible\:opacity-70 {
    @media (width >= 64rem) {
      &:focus-visible {
        opacity: 70%;
      }
    }
  }
  .lg\:not-\[\[aria-expanded\=true\]\]\:focus-visible\:text-red-hover {
    @media (width >= 64rem) {
      &:not(*:is([aria-expanded=true])) {
        &:focus-visible {
          color: var(--color-red-hover);
        }
      }
    }
  }
  .lg\:focus-visible\:before\:translate-x-0 {
    @media (width >= 64rem) {
      &:focus-visible {
        &::before {
          content: var(--tw-content);
          --tw-translate-x: calc(var(--spacing) * 0);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .lg\:focus-visible\:before\:bg-red {
    @media (width >= 64rem) {
      &:focus-visible {
        &::before {
          content: var(--tw-content);
          background-color: var(--color-red);
        }
      }
    }
  }
  .xl\:top-\[calc\(var\(--navbar-height\)_\+_1\.7rem\)\] {
    @media (width >= 80rem) {
      top: calc(var(--navbar-height) + 1.7rem);
    }
  }
  .xl\:right-\[-9\.4rem\] {
    @media (width >= 80rem) {
      right: -9.4rem;
    }
  }
  .xl\:right-\[1\.386rem\] {
    @media (width >= 80rem) {
      right: 1.386rem;
    }
  }
  .xl\:z-\[999\] {
    @media (width >= 80rem) {
      z-index: 999;
    }
  }
  .xl\:mb-\[6rem\] {
    @media (width >= 80rem) {
      margin-bottom: 6rem;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:w-\[66\.7rem\] {
    @media (width >= 80rem) {
      width: 66.7rem;
    }
  }
  .xl\:w-\[min\(45\.55555556\%\,_65\.6rem\)\] {
    @media (width >= 80rem) {
      width: min(45.55555556%, 65.6rem);
    }
  }
  .xl\:w-\[min\(45\.55555556\%\,_73\.614rem\)\] {
    @media (width >= 80rem) {
      width: min(45.55555556%, 73.614rem);
    }
  }
  .xl\:w-\[min\(51\.12083333\%\,_73\.614rem\)\] {
    @media (width >= 80rem) {
      width: min(51.12083333%, 73.614rem);
    }
  }
  .xl\:w-\[min\(56\.61041667\%\,_85\.19rem\)\] {
    @media (width >= 80rem) {
      width: min(56.61041667%, 85.19rem);
    }
  }
  .xl\:w-\[min\(70\%\,_95rem\)\] {
    @media (width >= 80rem) {
      width: min(70%, 95rem);
    }
  }
  .xl\:w-max {
    @media (width >= 80rem) {
      width: max-content;
    }
  }
  .xl\:max-w-\[22\.8rem\] {
    @media (width >= 80rem) {
      max-width: 22.8rem;
    }
  }
  .xl\:max-w-\[57\.2rem\] {
    @media (width >= 80rem) {
      max-width: 57.2rem;
    }
  }
  .xl\:max-w-\[60rem\] {
    @media (width >= 80rem) {
      max-width: 60rem;
    }
  }
  .xl\:max-w-\[66\.7rem\] {
    @media (width >= 80rem) {
      max-width: 66.7rem;
    }
  }
  .xl\:max-w-\[min\(45\.55555556\%\,_65\.6rem\)\] {
    @media (width >= 80rem) {
      max-width: min(45.55555556%, 65.6rem);
    }
  }
  .xl\:max-w-\[min\(45\.55555556\%\,_73\.614rem\)\] {
    @media (width >= 80rem) {
      max-width: min(45.55555556%, 73.614rem);
    }
  }
  .xl\:max-w-\[min\(51\.12083333\%\,_73\.614rem\)\] {
    @media (width >= 80rem) {
      max-width: min(51.12083333%, 73.614rem);
    }
  }
  .xl\:max-w-\[min\(56\.61041667\%\,_85\.19rem\)\] {
    @media (width >= 80rem) {
      max-width: min(56.61041667%, 85.19rem);
    }
  }
  .xl\:max-w-\[min\(70\%\,_95rem\)\] {
    @media (width >= 80rem) {
      max-width: min(70%, 95rem);
    }
  }
  .xl\:max-w-max {
    @media (width >= 80rem) {
      max-width: max-content;
    }
  }
  .xl\:min-w-0 {
    @media (width >= 80rem) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .xl\:min-w-\[66\.7rem\] {
    @media (width >= 80rem) {
      min-width: 66.7rem;
    }
  }
  .xl\:min-w-\[min\(45\.55555556\%\,_65\.6rem\)\] {
    @media (width >= 80rem) {
      min-width: min(45.55555556%, 65.6rem);
    }
  }
  .xl\:min-w-\[min\(45\.55555556\%\,_73\.614rem\)\] {
    @media (width >= 80rem) {
      min-width: min(45.55555556%, 73.614rem);
    }
  }
  .xl\:min-w-\[min\(51\.12083333\%\,_73\.614rem\)\] {
    @media (width >= 80rem) {
      min-width: min(51.12083333%, 73.614rem);
    }
  }
  .xl\:min-w-\[min\(56\.61041667\%\,_85\.19rem\)\] {
    @media (width >= 80rem) {
      min-width: min(56.61041667%, 85.19rem);
    }
  }
  .xl\:min-w-\[min\(70\%\,_95rem\)\] {
    @media (width >= 80rem) {
      min-width: min(70%, 95rem);
    }
  }
  .xl\:translate-x-0 {
    @media (width >= 80rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:translate-x-\[101\%\] {
    @media (width >= 80rem) {
      --tw-translate-x: 101%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:translate-y-\[-9\%\] {
    @media (width >= 80rem) {
      --tw-translate-y: -9%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:flex-nowrap {
    @media (width >= 80rem) {
      flex-wrap: nowrap;
    }
  }
  .xl\:gap-\[10rem\] {
    @media (width >= 80rem) {
      gap: 10rem;
    }
  }
  .xl\:gap-\[11\.4rem\] {
    @media (width >= 80rem) {
      gap: 11.4rem;
    }
  }
  .xl\:px-\[2\.25rem\] {
    @media (width >= 80rem) {
      padding-inline: 2.25rem;
    }
  }
  .xl\:px-\[6\.9rem\] {
    @media (width >= 80rem) {
      padding-inline: 6.9rem;
    }
  }
  .xl\:py-\[7rem\] {
    @media (width >= 80rem) {
      padding-block: 7rem;
    }
  }
  .xl\:pl-\[6\.9rem\] {
    @media (width >= 80rem) {
      padding-left: 6.9rem;
    }
  }
  .xl\:pl-\[6\.25rem\] {
    @media (width >= 80rem) {
      padding-left: 6.25rem;
    }
  }
  .\32 xl\:left-\[calc\(50\%-14\.9rem\+4\.8rem\)\] {
    @media (width >= 96rem) {
      left: calc(50% - 14.9rem + 4.8rem);
    }
  }
  .\32 xl\:mr-\[7\.1rem\] {
    @media (width >= 96rem) {
      margin-right: 7.1rem;
    }
  }
  .\32 xl\:h-\[6\.1rem\] {
    @media (width >= 96rem) {
      height: 6.1rem;
    }
  }
  .\32 xl\:max-h-\[6\.1rem\] {
    @media (width >= 96rem) {
      max-height: 6.1rem;
    }
  }
  .\32 xl\:min-h-\[6\.1rem\] {
    @media (width >= 96rem) {
      min-height: 6.1rem;
    }
  }
  .\32 xl\:w-\[14\.9rem\] {
    @media (width >= 96rem) {
      width: 14.9rem;
    }
  }
  .\32 xl\:w-\[calc\(100\%\+19\.7rem\)\] {
    @media (width >= 96rem) {
      width: calc(100% + 19.7rem);
    }
  }
  .\32 xl\:max-w-\[14\.9rem\] {
    @media (width >= 96rem) {
      max-width: 14.9rem;
    }
  }
  .\32 xl\:min-w-\[14\.9rem\] {
    @media (width >= 96rem) {
      min-width: 14.9rem;
    }
  }
  .\32 xl\:gap-\[4\.5rem\] {
    @media (width >= 96rem) {
      gap: 4.5rem;
    }
  }
  .\32 xl\:gap-\[4\.8rem\] {
    @media (width >= 96rem) {
      gap: 4.8rem;
    }
  }
  .\32 xl\:px-\[2\.25rem\] {
    @media (width >= 96rem) {
      padding-inline: 2.25rem;
    }
  }
  .\32 xl\:pr-\[7\.1rem\] {
    @media (width >= 96rem) {
      padding-right: 7.1rem;
    }
  }
  .\32 xl\:pl-\[7\.8rem\] {
    @media (width >= 96rem) {
      padding-left: 7.8rem;
    }
  }
  .\32 xl\:before\:h-\[6\.82rem\] {
    @media (width >= 96rem) {
      &::before {
        content: var(--tw-content);
        height: 6.82rem;
      }
    }
  }
  .\32 xl\:before\:max-h-\[6\.82rem\] {
    @media (width >= 96rem) {
      &::before {
        content: var(--tw-content);
        max-height: 6.82rem;
      }
    }
  }
  .\32 xl\:before\:min-h-\[6\.82rem\] {
    @media (width >= 96rem) {
      &::before {
        content: var(--tw-content);
        min-height: 6.82rem;
      }
    }
  }
  .\32 xl\:before\:w-\[6\.2rem\] {
    @media (width >= 96rem) {
      &::before {
        content: var(--tw-content);
        width: 6.2rem;
      }
    }
  }
  .\32 xl\:before\:max-w-\[6\.2rem\] {
    @media (width >= 96rem) {
      &::before {
        content: var(--tw-content);
        max-width: 6.2rem;
      }
    }
  }
  .\32 xl\:before\:min-w-\[6\.2rem\] {
    @media (width >= 96rem) {
      &::before {
        content: var(--tw-content);
        min-width: 6.2rem;
      }
    }
  }
  .\[\&_\.wrap\]\:even\:pt-\[5rem\] {
    & .wrap {
      &:nth-child(even) {
        padding-top: 5rem;
      }
    }
  }
  .lg\:\[\&_\.wrap\]\:even\:ml-auto {
    @media (width >= 64rem) {
      & .wrap {
        &:nth-child(even) {
          margin-left: auto;
        }
      }
    }
  }
  .\[\&_\.wrap\:nth-child\(1\)_\.img-wrap\]\:top-\[-10rem\] {
    & .wrap:nth-child(1) .img-wrap {
      top: -10rem;
    }
  }
  .\[\&_\.wrap\:nth-child\(1\)_\.img-wrap\]\:opacity-40 {
    & .wrap:nth-child(1) .img-wrap {
      opacity: 40%;
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(1\)_\.img-wrap\]\:top-\[-6\.9rem\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(1) .img-wrap {
        top: -6.9rem;
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(1\)_\.img-wrap\]\:opacity-100 {
    @media (width >= 64rem) {
      & .wrap:nth-child(1) .img-wrap {
        opacity: 100%;
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:absolute {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        position: absolute;
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:top-0 {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        top: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:right-full {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        right: 100%;
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:aspect-\[1009\/685\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        aspect-ratio: 1009/685;
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:w-\[70\.06944444vw\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        width: 70.06944444vw;
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:max-w-\[100\.9rem\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        max-width: 100.9rem;
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:translate-x-\[41\.12983152\%\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        --tw-translate-x: 41.12983152%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:transform {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:before\:absolute {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::before {
          content: var(--tw-content);
          position: absolute;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:before\:top-0 {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::before {
          content: var(--tw-content);
          top: calc(var(--spacing) * 0);
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:before\:right-full {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::before {
          content: var(--tw-content);
          right: 100%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:before\:z-1 {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::before {
          content: var(--tw-content);
          z-index: 1;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:before\:h-full {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::before {
          content: var(--tw-content);
          height: 100%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:before\:max-h-full {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::before {
          content: var(--tw-content);
          max-height: 100%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:before\:min-h-full {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::before {
          content: var(--tw-content);
          min-height: 100%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:before\:w-\[25\%\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::before {
          content: var(--tw-content);
          width: 25%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:before\:max-w-\[25\%\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::before {
          content: var(--tw-content);
          max-width: 25%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:before\:min-w-\[25\%\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::before {
          content: var(--tw-content);
          min-width: 25%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:before\:bg-\[linear-gradient\(to_left\,\#F2F3F5_0\%\,transparent_100\%\)\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::before {
          content: var(--tw-content);
          background-image: linear-gradient(to left,#F2F3F5 0%,transparent 100%);
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:after\:absolute {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::after {
          content: var(--tw-content);
          position: absolute;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:after\:top-0 {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::after {
          content: var(--tw-content);
          top: calc(var(--spacing) * 0);
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:after\:left-0 {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::after {
          content: var(--tw-content);
          left: calc(var(--spacing) * 0);
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:after\:z-1 {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::after {
          content: var(--tw-content);
          z-index: 1;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:after\:h-full {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::after {
          content: var(--tw-content);
          height: 100%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:after\:max-h-full {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::after {
          content: var(--tw-content);
          max-height: 100%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:after\:min-h-full {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::after {
          content: var(--tw-content);
          min-height: 100%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:after\:w-\[25\%\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::after {
          content: var(--tw-content);
          width: 25%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:after\:max-w-\[25\%\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::after {
          content: var(--tw-content);
          max-width: 25%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:after\:min-w-\[25\%\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::after {
          content: var(--tw-content);
          min-width: 25%;
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(even\)_\.img-wrap\]\:after\:bg-\[linear-gradient\(to_right\,\#F2F3F5_0\%\,transparent_100\%\)\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(even) .img-wrap {
        &::after {
          content: var(--tw-content);
          background-image: linear-gradient(to right,#F2F3F5 0%,transparent 100%);
        }
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(odd\)_\.img_wrap\]\:z-1 {
    @media (width >= 64rem) {
      & .wrap:nth-child(odd) .img wrap {
        z-index: 1;
      }
    }
  }
  .\[\&_\.wrap\:nth-child\(odd\)_\.img-wrap\]\:absolute {
    & .wrap:nth-child(odd) .img-wrap {
      position: absolute;
    }
  }
  .\[\&_\.wrap\:nth-child\(odd\)_\.img-wrap\]\:right-0 {
    & .wrap:nth-child(odd) .img-wrap {
      right: calc(var(--spacing) * 0);
    }
  }
  .\[\&_\.wrap\:nth-child\(odd\)_\.img-wrap\]\:ml-auto {
    & .wrap:nth-child(odd) .img-wrap {
      margin-left: auto;
    }
  }
  .\[\&_\.wrap\:nth-child\(odd\)_\.img-wrap\]\:w-\[min\(30\%\,_30rem\)\] {
    & .wrap:nth-child(odd) .img-wrap {
      width: min(30%, 30rem);
    }
  }
  .\[\&_\.wrap\:nth-child\(odd\)_\.img-wrap\]\:max-w-\[min\(30\%\,_30rem\)\] {
    & .wrap:nth-child(odd) .img-wrap {
      max-width: min(30%, 30rem);
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(odd\)_\.img-wrap\]\:right-\[initial\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(odd) .img-wrap {
        right: initial;
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(odd\)_\.img-wrap\]\:left-\[calc\(100\%_-_8\.2rem\)\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(odd) .img-wrap {
        left: calc(100% - 8.2rem);
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(odd\)_\.img-wrap\]\:ml-0 {
    @media (width >= 64rem) {
      & .wrap:nth-child(odd) .img-wrap {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(odd\)_\.img-wrap\]\:aspect-\[967\.43\/1037\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(odd) .img-wrap {
        aspect-ratio: 967.43/1037;
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(odd\)_\.img-wrap\]\:w-\[67\.18263889vw\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(odd) .img-wrap {
        width: 67.18263889vw;
      }
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(odd\)_\.img-wrap\]\:max-w-\[96\.743rem\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(odd) .img-wrap {
        max-width: 96.743rem;
      }
    }
  }
  .\[\&_\.wrap\:nth-child\(odd\)\:not\(\:first-child\)\]\:pt-\[11\.9rem\] {
    & .wrap:nth-child(odd):not(:first-child) {
      padding-top: 11.9rem;
    }
  }
  .lg\:\[\&_\.wrap\:nth-child\(odd\)\:not\(\:nth-child\(1\)\)_\.img-wrap\]\:top-\[5rem\] {
    @media (width >= 64rem) {
      & .wrap:nth-child(odd):not(:nth-child(1)) .img-wrap {
        top: 5rem;
      }
    }
  }
  .\[\&_a\]\:transition-\[color\] {
    & a {
      transition-property: color;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\[\&_a\]\:duration-150 {
    & a {
      --tw-duration: 150ms;
      transition-duration: 150ms;
    }
  }
  .\[\&_a\]\:lg\:hover\:text-red-hover {
    & a {
      @media (width >= 64rem) {
        &:hover {
          @media (hover: hover) {
            color: var(--color-red-hover);
          }
        }
      }
    }
  }
  .\[\&_a\]\:lg\:hover\:\!underline {
    & a {
      @media (width >= 64rem) {
        &:hover {
          @media (hover: hover) {
            text-decoration-line: underline !important;
          }
        }
      }
    }
  }
  .\[\&_a\]\:lg\:focus-visible\:text-red-hover {
    & a {
      @media (width >= 64rem) {
        &:focus-visible {
          color: var(--color-red-hover);
        }
      }
    }
  }
  .\[\&_a\]\:lg\:focus-visible\:\!underline {
    & a {
      @media (width >= 64rem) {
        &:focus-visible {
          text-decoration-line: underline !important;
        }
      }
    }
  }
  .\[\&_li\]\:not-first\:border-t {
    & li {
      &:not(*:first-child) {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
      }
    }
  }
  .\[\&_li\]\:not-first\:border-l {
    & li {
      &:not(*:first-child) {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
      }
    }
  }
  .\[\&_li\]\:not-first\:border-t-gray-4 {
    & li {
      &:not(*:first-child) {
        border-top-color: var(--color-gray-4);
      }
    }
  }
  .\[\&_li\]\:not-first\:border-l-gray-4 {
    & li {
      &:not(*:first-child) {
        border-left-color: var(--color-gray-4);
      }
    }
  }
  .\[\&_li\]\:not-last\:mb-\[2rem\] {
    & li {
      &:not(*:last-child) {
        margin-bottom: 2rem;
      }
    }
  }
  .\[\&_li\]\:not-last\:border-b {
    & li {
      &:not(*:last-child) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
      }
    }
  }
  .\[\&_li\]\:not-last\:border-gray-4 {
    & li {
      &:not(*:last-child) {
        border-color: var(--color-gray-4);
      }
    }
  }
  .\[\&_li\]\:not-last\:pb-\[2rem\] {
    & li {
      &:not(*:last-child) {
        padding-bottom: 2rem;
      }
    }
  }
  .lg\:\[\&_li\]\:not-last\:mb-\[4rem\] {
    @media (width >= 64rem) {
      & li {
        &:not(*:last-child) {
          margin-bottom: 4rem;
        }
      }
    }
  }
  .lg\:\[\&_li\]\:not-last\:pb-\[4rem\] {
    @media (width >= 64rem) {
      & li {
        &:not(*:last-child) {
          padding-bottom: 4rem;
        }
      }
    }
  }
  .\[\&_li\+li\+li\]\:mt-\[2\.5rem\] {
    & li+li+li {
      margin-top: 2.5rem;
    }
  }
  .lg\:\[\&_li\+li\+li\]\:mt-0 {
    @media (width >= 64rem) {
      & li+li+li {
        margin-top: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:\[\&_li\+li\+li\+li\+li\+li\]\:mt-\[2\.5rem\] {
    @media (width >= 64rem) {
      & li+li+li+li+li+li {
        margin-top: 2.5rem;
      }
    }
  }
  .\[\&_li\:not\(\:first-of-type\)_a\]\:border-t {
    & li:not(:first-of-type) a {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .\[\&_li\:not\(\:first-of-type\)_a\]\:border-t-gray-4 {
    & li:not(:first-of-type) a {
      border-top-color: var(--color-gray-4);
    }
  }
  .\[\&_li\:nth-child\(even\)_div\]\:mr-auto {
    & li:nth-child(even) div {
      margin-right: auto;
    }
  }
  .\[\&_li\:nth-child\(even\)_div_span\]\:ml-auto {
    & li:nth-child(even) div span {
      margin-left: auto;
    }
  }
  .sm\:\[\&_li\:nth-child\(even\)_div_span\]\:order-2 {
    @media (width >= 40rem) {
      & li:nth-child(even) div span {
        order: 2;
      }
    }
  }
  .sm\:\[\&_li\:nth-child\(even\)_div_span\]\:ml-0 {
    @media (width >= 40rem) {
      & li:nth-child(even) div span {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:\[\&_li\:nth-child\(even\)_div_span\]\:right-0 {
    @media (width >= 64rem) {
      & li:nth-child(even) div span {
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:\[\&_li\:nth-child\(even\)_div_span\]\:translate-x-\[calc\(100\%_\+_9\.1rem\)\] {
    @media (width >= 64rem) {
      & li:nth-child(even) div span {
        --tw-translate-x: calc(100% + 9.1rem);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .lg\:\[\&_li\:nth-child\(even\)_div_span\]\:translate-y-\[-3\.8rem\] {
    @media (width >= 64rem) {
      & li:nth-child(even) div span {
        --tw-translate-y: -3.8rem;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .lg\:\[\&_li\:nth-child\(even\)_div_span\]\:translate-y-\[calc\(var\(--custom-blocks-gap\)_\*_-0\.66336634\)\] {
    @media (width >= 64rem) {
      & li:nth-child(even) div span {
        --tw-translate-y: calc(var(--custom-blocks-gap) * -0.66336634);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .\[\&_li\:nth-child\(even\)_div_ul\]\:mr-auto {
    & li:nth-child(even) div ul {
      margin-right: auto;
    }
  }
  .sm\:\[\&_li\:nth-child\(even\)_div_ul\]\:order-1 {
    @media (width >= 40rem) {
      & li:nth-child(even) div ul {
        order: 1;
      }
    }
  }
  .lg\:\[\&_li\:nth-child\(even\)_ul\]\:pl-\[9\.8rem\] {
    @media (width >= 64rem) {
      & li:nth-child(even) ul {
        padding-left: 9.8rem;
      }
    }
  }
  .\[\&_li\:nth-child\(odd\)_div\]\:ml-auto {
    & li:nth-child(odd) div {
      margin-left: auto;
    }
  }
  .sm\:\[\&_li\:nth-child\(odd\)_div_span\]\:order-1 {
    @media (width >= 40rem) {
      & li:nth-child(odd) div span {
        order: 1;
      }
    }
  }
  .lg\:\[\&_li\:nth-child\(odd\)_div_span\]\:left-0 {
    @media (width >= 64rem) {
      & li:nth-child(odd) div span {
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:\[\&_li\:nth-child\(odd\)_div_span\]\:translate-x-\[calc\(-6\.5rem_-100\%\)\] {
    @media (width >= 64rem) {
      & li:nth-child(odd) div span {
        --tw-translate-x: calc(-6.5rem - 100%);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .lg\:\[\&_li\:nth-child\(odd\)_div_span\]\:translate-y-\[-8\.6rem\] {
    @media (width >= 64rem) {
      & li:nth-child(odd) div span {
        --tw-translate-y: -8.6rem;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .\[\&_li\:nth-child\(odd\)_div_ul\]\:ml-auto {
    & li:nth-child(odd) div ul {
      margin-left: auto;
    }
  }
  .sm\:\[\&_li\:nth-child\(odd\)_div_ul\]\:order-2 {
    @media (width >= 40rem) {
      & li:nth-child(odd) div ul {
        order: 2;
      }
    }
  }
  .lg\:\[\&_li\:nth-child\(odd\)_ul\]\:pr-\[9\.8rem\] {
    @media (width >= 64rem) {
      & li:nth-child(odd) ul {
        padding-right: 9.8rem;
      }
    }
  }
  .\[\&_span\]\:text-red {
    & span {
      color: var(--color-red);
    }
  }
  .\[\&_span\]\:uppercase {
    & span {
      text-transform: uppercase;
    }
  }
  .\[\&_strong\]\:font-bold {
    & strong {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_strong\]\:text-red {
    & strong {
      color: var(--color-red);
    }
  }
  .\[role\=\"menuitem\"\]\:visible {
    &:is(role="menuitem") {
      visibility: visible;
    }
  }
}
:root {
  --navbar-height: 71.3px;
  --navbar-index: 10000;
  --modal-index: 10100;
  --fullpage-loader-index: 1100;
  --swiper-pagination-bullet-horizontal-gap: 0.46666667rem;
}
@media (min-width: 1024px) {
  :root {
    --navbar-height: 114px;
    --swiper-pagination-bullet-horizontal-gap: 0.7rem;
  }
}
@layer base {
  button:not(:disabled), [role="button"]:not(:disabled) {
    cursor: pointer;
  }
}
@layer utilities {
  .container {
    margin-inline: auto;
    padding-inline: 1.6rem;
    @media (width >= 640px) {
      max-width: var(--container-size-sm);
    }
    @media (width >= 768px) {
      max-width: var(--container-size-md);
    }
    @media (width >= 1024px) {
      max-width: var(--container-size-lg);
    }
    @media (width >= 1200px) {
      max-width: var(--container-size-xl);
    }
    @media (width >= 1536px) {
      max-width: var(--container-size-2xl);
    }
  }
}
@layer components {
  html {
    font-family: var(--font-sans);
    font-size: 10px;
  }
  body {
    background-color: var(--color-white-3);
    font-size: 1.6rem;
    --tw-leading: 1.3125;
    line-height: 1.3125;
    color: var(--color-gray);
  }
  body.navbar-open,	body.modal-open {
    overflow: hidden;
  }
  .scrollbar-thin {
    scrollbar-width:  thin;
  }
  [disabled] {
    pointer-events: none;
    color: var(--color-gray-300);
    opacity: 40%;
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .mobile-only {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .desktop-only {
    display: none;
    @media (width >= 64rem) {
      display: block;
    }
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-black);
  }
  h1, .h1 {
    font-size: 2.7rem;
    --tw-leading: 1.18181818;
    line-height: 1.18181818;
    @media (width >= 80rem) {
      font-size: 5.5rem;
    }
  }
  h2, .h2 {
    font-size: 2.4rem;
    --tw-leading: 1.25;
    line-height: 1.25;
    @media (width >= 80rem) {
      font-size: 4rem;
    }
  }
  h3, .h3 {
    font-size: 1.8rem;
    --tw-leading: 1.25;
    line-height: 1.25;
    @media (width >= 80rem) {
      font-size: 2.8rem;
    }
  }
  h4, .h4 {
    font-size: 1.6rem;
    --tw-leading: 1.42857143;
    line-height: 1.42857143;
    @media (width >= 80rem) {
      font-size: 2.1rem;
    }
  }
  h5, .h5 {
    font-size: 1.1875rem;
    --tw-leading: 1.3;
    line-height: 1.3;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 80rem) {
      font-size: 1.3125rem;
    }
    @media (width >= 80rem) {
      --tw-leading: 1.2;
      line-height: 1.2;
    }
  }
  .text-extra-small {
    font-size: 1.2rem;
    --tw-leading: 1.33333333rem;
    line-height: 1.33333333rem;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-regular {
    font-size: 1.4rem;
    --tw-leading: 1.8rem;
    line-height: 1.8rem;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    @media (width >= 64rem) {
      font-size: 1.4rem;
    }
  }
  .text-medium {
    font-size: 1.4rem;
    --tw-leading: 1.3125;
    line-height: 1.3125;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    @media (width >= 64rem) {
      font-size: 1.6rem;
    }
  }
  .text-bigger {
    font-size: 1.8rem;
    --tw-leading: 1.45833333;
    line-height: 1.45833333;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    @media (width >= 64rem) {
      font-size: 2.4rem;
    }
  }
  .text-menu {
    font-size: 1.4rem;
    --tw-leading: 1.5;
    line-height: 1.5;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    @media (width >= 64rem) {
      font-size: 1.6rem;
    }
  }
  .text-menu__label {
    font-size: 1.8rem;
    --tw-leading: 1.5;
    line-height: 1.5;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    @media (width >= 64rem) {
      font-size: 2.1rem;
    }
  }
  .rounded-standard {
    border-radius: 0.8rem;
  }
  iframe {
    display: block;
    aspect-ratio: var(--aspect-video);
    height: auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .btn {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .btn-main,	.btn-main__big,	.btn-main__taxonomy,	.btn-main__clear {
    max-height: max-content;
    border-radius: 0.3rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-red);
    padding-inline: 2rem;
    padding-block: 0.8rem;
    font-size: 1.6rem;
    --tw-leading: 1.5;
    line-height: 1.5;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .btn-main {
    background-color: var(--color-red);
    color: var(--color-white);
    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));
    will-change: background-color,color,border-color;
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-red-hover);
        }
      }
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-red-hover);
        }
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        border-color: var(--color-red-hover);
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        background-color: var(--color-red-hover);
      }
    }
  }
  .btn-main__big {
    background-color: var(--color-red);
    padding-inline: 2.8rem;
    padding-block: 1.4rem;
    font-size: 2rem;
    --tw-leading: 1.2;
    line-height: 1.2;
    color: var(--color-white);
    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));
    will-change: background-color,color,border-color;
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-red-hover);
        }
      }
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-red-hover);
        }
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        border-color: var(--color-red-hover);
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        background-color: var(--color-red-hover);
      }
    }
  }
  .btn-main__clear {
    background-color: transparent;
    color: var(--color-red);
    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));
    will-change: background-color,color;
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-red);
        }
      }
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        background-color: var(--color-red);
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        color: var(--color-white);
      }
    }
  }
  .btn-main__taxonomy {
    background-color: var(--color-red);
    color: var(--color-white);
    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));
    will-change: background-color,color,border-color;
    &[aria-current="false"] {
      background-color: transparent;
    }
    &[aria-current="false"] {
      color: var(--color-red);
    }
    &[aria-current="true"] {
      background-color: var(--color-red);
    }
    &[aria-current="true"] {
      color: var(--color-white);
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-red-hover);
        }
      }
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-red-hover);
        }
      }
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        border-color: var(--color-red-hover);
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        background-color: var(--color-red-hover);
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        color: var(--color-white);
      }
    }
  }
  .text-sm {
    font-size: 1.4rem;
    --tw-leading: 1.28571429;
    line-height: 1.28571429;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-md {
    font-size: 1.6rem;
    --tw-leading: 1.3125;
    line-height: 1.3125;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  [data-navbar-dropdown] {
    height: auto;
    overflow: hidden;
    transition-property: max-height, 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;
    will-change: max-height, opacity;
  }
  [data-navbar-dropdown].navbar-dropdown.collapsing {
    height: auto;
    max-height: var(--target-height, 0);
    overflow: hidden;
    transition-property: max-height, 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;
    will-change: max-height, opacity;
  }
  [data-navbar-dropdown][aria-hidden=true] {
    pointer-events: none;
    max-height: calc(var(--spacing) * 0);
    opacity: 0%;
  }
  header.dropdown-open [data-navbar-dropdown] {
    @media (width >= 64rem) {
      transition-property: none;
    }
  }
  .dropdown-entry-transitions {
    @media (width >= 64rem) {
      max-height: none !important;
    }
    @media (width >= 64rem) {
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
    }
    @media (width >= 64rem) {
      transition-property: opacity,transform !important;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
      transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
    }
    @media (width >= 64rem) {
      will-change: opacity,transform !important;
    }
    @media (width >= 64rem) {
      &[aria-hidden="false"] {
        --tw-scale-x: 100% !important;
        --tw-scale-y: 100% !important;
        --tw-scale-z: 100% !important;
        scale: var(--tw-scale-x) var(--tw-scale-y) !important;
      }
    }
    @media (width >= 64rem) {
      &[aria-hidden="false"] {
        opacity: 100% !important;
      }
    }
    @media (width >= 64rem) {
      &[aria-hidden="false"] {
        --tw-duration: 112.5ms !important;
        transition-duration: 112.5ms !important;
      }
    }
    @media (width >= 64rem) {
      &[aria-hidden="true"] {
        pointer-events: none !important;
      }
    }
    @media (width >= 64rem) {
      &[aria-hidden="true"] {
        --tw-scale-x: 95% !important;
        --tw-scale-y: 95% !important;
        --tw-scale-z: 95% !important;
        scale: var(--tw-scale-x) var(--tw-scale-y) !important;
      }
    }
    @media (width >= 64rem) {
      &[aria-hidden="true"] {
        opacity: 0% !important;
      }
    }
    @media (width >= 64rem) {
      &[aria-hidden="true"] {
        --tw-duration: 150ms !important;
        transition-duration: 150ms !important;
      }
    }
  }
  .accordion {
    height: auto;
    max-height: var(--target-height, 0);
    overflow: hidden;
    transition-property: max-height, 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;
    will-change: max-height,height,opacity;
  }
  .accordion[aria-hidden=true] {
    opacity: 0%;
  }
  .accordion-wrapper {
    display: flex;
    flex-direction: column;
  }
  .modal-entry-transitions {
    &[aria-hidden="true"] {
      pointer-events: none;
    }
    &>[data-modal-backdrop] {
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    &>[data-modal-dialog] {
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    &>[data-modal-dialog] {
      transition-property: opacity,transform;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    &[aria-hidden=false] [data-modal-backdrop] {
      opacity: 50%;
    }
    &[aria-hidden=false] [data-modal-dialog] {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    &[aria-hidden=false] [data-modal-dialog] {
      opacity: 100%;
    }
    &[aria-hidden=false] [data-modal-dialog] {
      --tw-duration: 75ms;
      transition-duration: 75ms;
    }
    &[aria-hidden=true] [data-modal-backdrop] {
      opacity: 0%;
    }
    &[aria-hidden=true] [data-modal-dialog] {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    &[aria-hidden=true] [data-modal-dialog] {
      opacity: 0%;
    }
    &[aria-hidden=true] [data-modal-dialog] {
      --tw-duration: 100ms;
      transition-duration: 100ms;
    }
  }
  .standard-blog-content__prewrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding-top: calc(var(--navbar-height) + 5rem);
    padding-bottom: 16.65rem;
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      z-index: calc(1 * -1);
    }
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
    &::before {
      content: var(--tw-content);
      max-height: 50rem;
    }
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
    &::before {
      content: var(--tw-content);
      max-width: 100%;
    }
    &::before {
      content: var(--tw-content);
      min-width: 100%;
    }
    &::before {
      content: var(--tw-content);
      background-image: url(../images/bg/3dbg_dark.png);
    }
    &::before {
      content: var(--tw-content);
      background-size: cover;
    }
    &::before {
      content: var(--tw-content);
      background-attachment: fixed;
    }
    &::before {
      content: var(--tw-content);
      background-position: center;
    }
    &::before {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
    @media (width >= 64rem) {
      padding-top: calc(var(--navbar-height) + 8.7rem);
    }
    @media (width >= 64rem) {
      padding-bottom: 39.8rem;
    }
  }
  .standard-blog-content__wrapper {
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
    @media (width >= 64rem) {
      flex-direction: row;
    }
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .standard-blog-content__content-col {
    margin-inline: calc(var(--spacing) * 0) !important;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    color: var(--color-black);
    @media (width >= 64rem) {
      flex-grow: 1;
    }
    @media (width >= 64rem) {
      gap: 8rem;
    }
  }
  .standard-blog-content__sidebar-col {
    margin-inline: calc(var(--spacing) * 0) !important;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    @media (width >= 64rem) {
      width: 39.2rem;
    }
    @media (width >= 64rem) {
      max-width: 39.2rem;
    }
    @media (width >= 64rem) {
      min-width: 39.2rem;
    }
    @media (width >= 64rem) {
      gap: 8rem;
    }
    @media (width >= 64rem) {
      padding-left: 11.4rem;
    }
  }
  .standard-blog-content__content-col .wp-block-post-featured-image {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: calc(var(--spacing) * 0) !important;
    display: block;
    aspect-ratio: 770/402;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .wysiwyg * {
    color: inherit;
  }
  .wysiwyg > * {
    margin-top: 3.2rem;
  }
  .wysiwyg li > *:not(:first-child) {
    margin-top: 0.8rem;
  }
  .wysiwyg > *:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .wysiwyg > *:first-child {
    margin-top: calc(var(--spacing) * 0);
  }
  .wysiwyg.wysiwyg__large_spacing > *:not(:last-child) {
    margin-bottom: 2rem;
  }
  .wysiwyg.wysiwyg-post > *:not(:last-child) {
    margin-top: 2rem;
    margin-bottom: 0.8rem;
  }
  .wysiwyg.wysiwyg-post {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      position: relative;
      min-height: 2.23167318ch;
      padding-left: calc(2.04038691ch + 2rem);
      vertical-align: top;
      &:not(*:first-child) {
        margin-top: 5rem;
      }
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
      &::before {
        content: var(--tw-content);
        top: calc(var(--spacing) * 0);
      }
      &::before {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
      &::before {
        content: var(--tw-content);
        aspect-ratio: 32/35;
      }
      &::before {
        content: var(--tw-content);
        height: 2.23167318ch;
      }
      &::before {
        content: var(--tw-content);
        max-height: 2.23167318ch;
      }
      &::before {
        content: var(--tw-content);
        min-height: 2.23167318ch;
      }
      &::before {
        content: var(--tw-content);
        background-color: var(--color-red);
      }
      &::before {
        content: var(--tw-content);
        mask-image: url(../images/decors/bubble-bg.svg);
      }
      &::before {
        content: var(--tw-content);
        mask-size: cover;
      }
      &::before {
        content: var(--tw-content);
        mask-position: center;
      }
      &::before {
        content: var(--tw-content);
        mask-repeat: no-repeat;
      }
      &:not(*:first-child) {
        @media (width >= 64rem) {
          margin-top: 8rem;
        }
      }
    }
  }
  .wysiwyg ul,	.wysiwyg ol {
    padding-left: calc(var(--spacing) * 4);
  }
  .wysiwyg ul {
    display: flex;
    list-style-type: square;
    flex-direction: column;
    gap: 0.5rem;
  }
  .wysiwyg ul > li::marker {
    color: var(--color-red) !important;
  }
  .wysiwyg ol {
    list-style-type: decimal;
  }
  .wysiwyg img,	.wysiwyg iframe,	.wysiwyg video {
    object-fit: cover;
    object-position: center;
  }
  .wysiwyg iframe,	.wysiwyg video {
    object-fit: cover;
  }
  .wysiwyg a {
    color: var(--color-red);
    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));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-red-hover);
        }
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        color: var(--color-red-hover);
      }
    }
  }
  .hero-banner-section .wysiwyg {
    font-size: 1.8rem;
    --tw-leading: 1.45833333;
    line-height: 1.45833333;
    @media (width >= 64rem) {
      font-size: 2.4rem;
    }
  }
  .wysiwyg ul,	.wysiwyg ol {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .wysiwyg.wysiwyg__list-bubbles ul {
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: 3rem;
    padding-left: 2.6rem;
  }
  .wysiwyg.wysiwyg__list-bubbles ul > li {
    position: relative;
    color: inherit;
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      left: -2.6rem;
    }
    &::before {
      content: var(--tw-content);
      height: 1.7rem;
    }
    &::before {
      content: var(--tw-content);
      max-height: 1.7rem;
    }
    &::before {
      content: var(--tw-content);
      min-height: 1.7rem;
    }
    &::before {
      content: var(--tw-content);
      width: 1.5rem;
    }
    &::before {
      content: var(--tw-content);
      max-width: 1.5rem;
    }
    &::before {
      content: var(--tw-content);
      min-width: 1.5rem;
    }
    &::before {
      content: var(--tw-content);
      background-image: url(../images/decors/bubble-bg.svg);
    }
    &::before {
      content: var(--tw-content);
      background-size: cover;
    }
    &::before {
      content: var(--tw-content);
      background-position: center;
    }
    &::before {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
    & strong {
      color: var(--color-black);
    }
  }
  .hero-banner-form-section__dark-mode .wysiwyg.wysiwyg__list-bubbles ul > li {
    position: relative;
    color: inherit;
    & strong {
      color: inherit;
    }
  }
  .standard-pagination__wrap ul.page-numbers {
    margin-inline: auto;
    display: flex;
    max-width: max-content;
    gap: 1rem;
  }
  .standard-pagination__wrap li .page-numbers {
    pointer-events: none;
    display: flex;
    height: 3rem;
    max-height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    background-color: var(--color-white);
    padding: 0.6rem;
    text-align: center;
    font-size: 1.4rem;
    --tw-leading: 1.28571429;
    line-height: 1.28571429;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-black);
  }
  .standard-pagination__wrap li .page-numbers:not(.current) {
    pointer-events: auto;
    background-color: transparent;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    transition-property: background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, #FCFCFD 90%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
          }
        }
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        background-color: color-mix(in srgb, #FCFCFD 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
        }
      }
    }
  }
  .standard-pagination__wrap li .page-numbers.prev,	.standard-pagination__wrap li .page-numbers.next {
    position: relative;
    z-index: 1;
    width: 3rem;
    max-width: 3rem;
    overflow: hidden;
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: 50%;
    }
    &::before {
      content: var(--tw-content);
      left: 50%;
    }
    &::before {
      content: var(--tw-content);
      z-index: 1;
    }
    &::before {
      content: var(--tw-content);
      aspect-ratio: 1 / 1;
    }
    &::before {
      content: var(--tw-content);
      width: 2.4rem;
    }
    &::before {
      content: var(--tw-content);
      max-width: 2.4rem;
    }
    &::before {
      content: var(--tw-content);
      min-width: 2.4rem;
    }
    &::before {
      content: var(--tw-content);
      --tw-translate-x: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    &::before {
      content: var(--tw-content);
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    &::before {
      content: var(--tw-content);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    &::before {
      content: var(--tw-content);
      background-color: currentcolor;
    }
    &::before {
      content: var(--tw-content);
      mask-image: url(../images/icons/chevron-right.svg);
    }
    &::before {
      content: var(--tw-content);
      mask-size: cover;
    }
    &::before {
      content: var(--tw-content);
      mask-position: center;
    }
    &::before {
      content: var(--tw-content);
      mask-repeat: no-repeat;
    }
  }
  .standard-pagination__wrap li .page-numbers.prev {
    &::before {
      content: var(--tw-content);
      rotate: calc(180deg * -1);
    }
  }
  .standard-tag {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    background-color: var(--color-white);
    padding-inline: 0.9rem;
    padding-block: 0.5rem;
    font-size: 1.4rem;
    --tw-leading: 1.8rem;
    line-height: 1.8rem;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-gray);
    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));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    @media (width >= 64rem) {
      font-size: 1.4rem;
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-black);
        }
      }
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        background-color: var(--color-black);
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        color: var(--color-white);
      }
    }
  }
  .standard-category {
    position: relative;
    display: flex;
    min-height: 4.8rem;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.3rem;
    background-color: transparent;
    padding-block: 1.2rem;
    padding-right: 4.6rem;
    padding-left: calc(var(--spacing) * 0);
    font-size: 1.4rem;
    --tw-leading: 1.3125;
    line-height: 1.3125;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-black);
    transition-property: background-color,color,padding-left;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: 1.2rem;
    }
    &::before {
      content: var(--tw-content);
      right: 2.2rem;
    }
    &::before {
      content: var(--tw-content);
      aspect-ratio: 1 / 1;
    }
    &::before {
      content: var(--tw-content);
      width: 2.4rem;
    }
    &::before {
      content: var(--tw-content);
      max-width: 2.4rem;
    }
    &::before {
      content: var(--tw-content);
      min-width: 2.4rem;
    }
    &::before {
      content: var(--tw-content);
      background-color: currentcolor;
    }
    &::before {
      content: var(--tw-content);
      mask-image: url(../images/icons/chevron-right.svg);
    }
    &::before {
      content: var(--tw-content);
      mask-size: cover;
    }
    &::before {
      content: var(--tw-content);
      mask-position: center;
    }
    &::before {
      content: var(--tw-content);
      mask-repeat: no-repeat;
    }
    &::before {
      content: var(--tw-content);
      transition-property: right;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    &::before {
      content: var(--tw-content);
      --tw-duration: 150ms;
      transition-duration: 150ms;
    }
    @media (width >= 64rem) {
      font-size: 1.6rem;
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-white-2);
        }
      }
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          padding-left: 1.5rem;
        }
      }
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-red);
        }
      }
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          &::before {
            content: var(--tw-content);
            right: 0.7rem;
          }
        }
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        background-color: var(--color-white-2);
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        padding-left: 1.5rem;
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        color: var(--color-red);
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        &::before {
          content: var(--tw-content);
          right: 0.7rem;
        }
      }
    }
  }
  .standard-wp-search-input .search-form {
    position: relative;
  }
  .standard-wp-search-input .search-field {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
    border-bottom-color: var(--color-black);
    padding-right: 4.8rem;
    padding-bottom: 0.7rem;
    padding-left: 1.2rem;
    font-size: 1.6rem;
    --tw-leading: 1.5;
    line-height: 1.5;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-black);
    text-transform: uppercase;
    --tw-outline-style: none;
    outline-style: none;
  }
  .standard-wp-search-input .search-field::placeholder,	.standard-wp-search-input .search-field::-webkit-input-placeholder,	.standard-wp-search-input .search-field:-moz-placeholder {
    color: var(--color-gray-2);
  }
  .standard-wp-search-input .search-submit {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    z-index: 1;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    width: 3.6rem;
    max-width: 3.6rem;
    min-width: 3.6rem;
    cursor: pointer;
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      right: 1.2rem;
    }
    &::before {
      content: var(--tw-content);
      aspect-ratio: 1 / 1;
    }
    &::before {
      content: var(--tw-content);
      width: 2.4rem;
    }
    &::before {
      content: var(--tw-content);
      max-width: 2.4rem;
    }
    &::before {
      content: var(--tw-content);
      min-width: 2.4rem;
    }
    &::before {
      content: var(--tw-content);
      background-color: currentcolor;
    }
    &::before {
      content: var(--tw-content);
      mask-image: url(../images/icons/search.svg);
    }
    &::before {
      content: var(--tw-content);
      mask-size: cover;
    }
    &::before {
      content: var(--tw-content);
      mask-position: center;
    }
    &::before {
      content: var(--tw-content);
      mask-repeat: no-repeat;
    }
    &::before {
      content: var(--tw-content);
      transition-property: background-color;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    &::before {
      content: var(--tw-content);
      --tw-duration: 150ms;
      transition-duration: 150ms;
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          &::before {
            content: var(--tw-content);
            background-color: var(--color-red);
          }
        }
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        &::before {
          content: var(--tw-content);
          background-color: var(--color-red);
        }
      }
    }
  }
  .slider-standard-arrow-prev,	.slider-standard-arrow-next {
    position: relative;
    display: none;
    height: 7rem;
    max-height: 7rem;
    min-height: 7rem;
    width: 7rem;
    max-width: 7rem;
    min-width: 7rem;
    background-color: var(--color-red);
    mask-image: url(../images/icons/chevron-right-slider.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    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));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    @media (width >= 64rem) {
      display: block;
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-red-hover);
        }
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        background-color: var(--color-red-hover);
      }
    }
    @media (width >= 80rem) {
      height: 14rem;
    }
    @media (width >= 80rem) {
      max-height: 14rem;
    }
    @media (width >= 80rem) {
      min-height: 14rem;
    }
    @media (width >= 80rem) {
      width: 14rem;
    }
    @media (width >= 80rem) {
      max-width: 14rem;
    }
    @media (width >= 80rem) {
      min-width: 14rem;
    }
  }
  .slider-standard-arrow-prev {
    rotate: 180deg;
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .slider-standard-pagination {
    display: flex;
    justify-content: center;
  }
  .slider-standard-pagination .swiper-pagination-bullet {
    height: 0.66666667rem;
    max-height: 0.66666667rem;
    min-height: 0.66666667rem;
    width: 1.6rem;
    max-width: 1.6rem;
    min-width: 1.6rem;
    border-radius: 0.66666667rem !important;
    transition-property: background,min-width,max-width,width;
    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 >= 64rem) {
      height: 1rem;
    }
    @media (width >= 64rem) {
      max-height: 1rem;
    }
    @media (width >= 64rem) {
      min-height: 1rem;
    }
    @media (width >= 64rem) {
      width: 2.4rem;
    }
    @media (width >= 64rem) {
      max-width: 2.4rem;
    }
    @media (width >= 64rem) {
      min-width: 2.4rem;
    }
    @media (width >= 64rem) {
      border-radius: 1rem !important;
    }
  }
  .slider-standard-pagination .swiper-pagination-bullet-active {
    width: 3.4rem;
    max-width: 3.4rem;
    min-width: 3.4rem;
    @media (width >= 64rem) {
      width: 5.1rem;
    }
    @media (width >= 64rem) {
      max-width: 5.1rem;
    }
    @media (width >= 64rem) {
      min-width: 5.1rem;
    }
  }
  .swiper-slide {
    height: auto !important;
  }
  [data-tab-item]:not([aria-hidden=false]) {
    display: none;
  }
  [data-standard-cf7-form] {
    position: relative;
    max-height: max-content;
    overflow: hidden;
    transition-property: max-height,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;
    will-change: max-height,opacity;
  }
  [data-standard-cf7-form-success-overlay] {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 1;
    height: auto;
    max-height: max-content;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    transition-delay: 150ms;
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  [data-standard-cf7-form-ele-wrap][aria-hidden=true],	[data-standard-cf7-form-success-overlay][aria-hidden=true] {
    pointer-events: none;
    opacity: 0%;
  }
  .standard-form {
    position: relative;
  }
  .standard-form form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    color: var(--color-gray-5);
  }
  .standard-form.standard-form__full-style form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  .standard-form.alt form {
    gap: 5rem;
  }
  .standard-form .standard-form-double-inputs-wrap {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.4rem;
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      gap: 1.6rem;
    }
  }
  .standard-form .standard-form-double-inputs-wrap__type-2 {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .standard-form .standard-form-double-inputs-wrap__type-2 > *:nth-child(1) {
    @media (width >= 64rem) {
      flex-grow: 1;
    }
  }
  .standard-form .standard-form-double-inputs-wrap__type-2 > *:nth-child(2) {
    @media (width >= 64rem) {
      width: 27.8rem;
    }
    @media (width >= 64rem) {
      max-width: 27.8rem;
    }
    @media (width >= 64rem) {
      min-width: 27.8rem;
    }
  }
  .standard-form .standard-form-input {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .standard-form .standard-form-input > label {
    font-size: 1.6rem;
    --tw-leading: 1.3125;
    line-height: 1.3125;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-black);
  }
  .standard-form .standard-form-input > label > .req {
    color: var(--color-red);
  }
  .standard-form .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
  }
  .standard-form .hint {
    margin-top: -1rem;
    font-size: 1.2rem;
    --tw-leading: 1.33333333;
    line-height: 1.33333333;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .standard-form .hint > .req {
    color: var(--color-red);
  }
  .standard-form input:not([type=checkbox]),	.standard-form textarea,	.standard-form select {
    min-height: 3.6rem;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-radius: 0.8rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-gray-4);
    background-color: var(--color-white);
    padding-inline: 1.5rem;
    padding-block: 0.9rem;
    font-size: 1.4rem;
    --tw-leading: 2rem;
    line-height: 2rem;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-black);
    transition-property: border-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (width >= 64rem) {
      &:focus-visible {
        border-color: var(--color-red);
      }
    }
  }
  .standard-form.alt input:not([type=checkbox]),	.standard-form.alt textarea,	.standard-form.alt select {
    height: 3.2rem;
    max-height: 3.2rem;
    min-height: 3.2rem;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-radius: 0;
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
    border-color: var(--color-white-pure);
    background-color: transparent;
    padding-inline: 1.4rem;
    padding-top: calc(var(--spacing) * 0);
    padding-bottom: 0.8rem;
    font-size: 1.6rem;
    --tw-leading: 1.5rem;
    line-height: 1.5rem;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    text-transform: uppercase;
    transition-property: border-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (width >= 64rem) {
      &:focus-visible {
        border-color: var(--color-red);
      }
    }
  }
  .standard-form input:not([type=checkbox]).wpcf7-not-valid,	.standard-form textarea.wpcf7-not-valid,	.standard-form select.wpcf7-not-valid {
    border-color: var(--color-error);
  }
  .standard-form input:not([type=checkbox])::placeholder,	.standard-form textarea::placeholder,	.standard-form input:not([type=checkbox])::-webkit-input-placeholder,	.standard-form textarea::-webkit-input-placeholder,	.standard-form input:not([type=checkbox]):-moz-placeholder,	.standard-form textarea:-moz-placeholder,	.standard-form select {
    color: #838383;
  }
  .standard-form.reversed input:not([type=checkbox]),	.standard-form.reversed textarea,	.standard-form.reversed select {
    background-color: var(--color-white-3);
  }
  .standard-form .standard-form-input__second-wrap.select {
    position: relative;
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      top: 3rem;
    }
    &::after {
      content: var(--tw-content);
      right: 2rem;
    }
    &::after {
      content: var(--tw-content);
      z-index: 1;
    }
    &::after {
      content: var(--tw-content);
      aspect-ratio: 1 / 1;
    }
    &::after {
      content: var(--tw-content);
      width: 2.4rem;
    }
    &::after {
      content: var(--tw-content);
      max-width: 2.4rem;
    }
    &::after {
      content: var(--tw-content);
      min-width: 2.4rem;
    }
    &::after {
      content: var(--tw-content);
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    &::after {
      content: var(--tw-content);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
    &::after {
      content: var(--tw-content);
      mask-image: url(../images/icons/dropdown-arrow.svg);
    }
    &::after {
      content: var(--tw-content);
      mask-size: cover;
    }
    &::after {
      content: var(--tw-content);
      mask-position: center;
    }
    &::after {
      content: var(--tw-content);
      mask-repeat: no-repeat;
    }
  }
  .standard-form select,	select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .standard-form textarea {
    height: 9.1rem;
    min-height: 9.1rem;
  }
  .standard-form .standard-form-checkbox-labeled .wpcf7-list-item {
    margin: calc(var(--spacing) * 0) !important;
    display: flex;
  }
  .standard-form .standard-form-checkbox-labeled {
    position: relative;
    margin-top: -1rem;
    display: flex;
    padding-left: 2.5rem;
  }
  .standard-form .standard-form-checkbox-labeled .wpcf7-form-control-wrap {
    position: static;
  }
  .standard-form .standard-form-checkbox-labeled input {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: -1;
    height: 0.0625rem;
    max-height: 0.0625rem;
    min-height: 0.0625rem;
    width: 0.0625rem;
    max-width: 0.0625rem;
    min-width: 0.0625rem;
    opacity: 0%;
  }
  .standard-form .standard-form-checkbox-labeled label {
    display: flex;
  }
  .standard-form .standard-form-checkbox-labeled .wpcf7-list-item-label {
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    font-size: 1.2rem;
    --tw-leading: 1.33333333;
    line-height: 1.33333333;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-gray-2);
  }
  .standard-form .standard-form-checkbox-labeled .wpcf7-list-item-label::before {
    position: absolute;
    top: 0.5ch;
    left: -2.4rem;
    height: 1.6rem;
    max-height: 1.6rem;
    min-height: 1.6rem;
    width: 1.6rem;
    max-width: 1.6rem;
    min-width: 1.6rem;
    border-radius: 0.3rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-gray-5);
    background-color: var(--color-white);
    transition-property: background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .standard-form .standard-form-checkbox-labeled .wpcf7-list-item-label::after {
    position: absolute;
    top: 0.5ch;
    left: -2.4rem;
    z-index: 1;
    height: 1.6rem;
    max-height: 1.6rem;
    min-height: 1.6rem;
    width: 1.6rem;
    max-width: 1.6rem;
    min-width: 1.6rem;
    scale: 0.625;
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    background-color: var(--color-black);
    opacity: 0%;
    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: 150ms;
    transition-duration: 150ms;
  }
  .standard-form .standard-form-checkbox-labeled input:checked + .wpcf7-list-item-label::after {
    opacity: 100%;
  }
  .standard-form .standard-form-checkbox-labeled .wpcf7-list-item-label a {
    color: var(--color-red);
    transition-property: color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-red-hover);
        }
      }
    }
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline !important;
        }
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        color: var(--color-red-hover);
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        text-decoration-line: underline !important;
      }
    }
  }
  .standard-form .evaluation-form-checkboxes-row .wpcf7-form-control-wrap {
    display: flex;
  }
  .standard-form .evaluation-form-checkboxes-row .wpcf7-not-valid-tip {
    margin-top: 1rem !important;
  }
  .standard-form .evaluation-form-checkboxes-row .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
    row-gap: 1.2rem;
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .standard-form .evaluation-form-checkboxes-row.four-cols .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
    row-gap: 1.2rem;
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .standard-form .evaluation-form-checkboxes-row .wpcf7-list-item {
    margin: calc(var(--spacing) * 0) !important;
  }
  .standard-form .evaluation-form-checkboxes-row .wpcf7-list-item label {
    position: relative;
    display: flex;
    min-height: 1.8rem;
    cursor: pointer;
    font-size: 1.4rem;
    --tw-leading: 1.28571429;
    line-height: 1.28571429;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    -webkit-user-select: none;
    user-select: none;
  }
  .standard-form .evaluation-form-checkboxes-row .wpcf7-list-item input {
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: -1;
    height: 1px;
    max-height: 1px;
    min-height: 1px;
    width: 1px;
    max-width: 1px;
    min-width: 1px;
  }
  .standard-form .evaluation-form-checkboxes-row .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 2.25rem;
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      height: 1.6rem;
    }
    &::before {
      content: var(--tw-content);
      max-height: 1.6rem;
    }
    &::before {
      content: var(--tw-content);
      min-height: 1.6rem;
    }
    &::before {
      content: var(--tw-content);
      &::before {
        content: var(--tw-content);
        width: 1.6rem;
      }
    }
    &::before {
      content: var(--tw-content);
      max-width: 1.6rem;
    }
    &::before {
      content: var(--tw-content);
      min-width: 1.6rem;
    }
    &::before {
      content: var(--tw-content);
      border-radius: 0.3rem;
    }
    &::before {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    &::before {
      content: var(--tw-content);
      border-color: var(--color-gray-5);
    }
    &::before {
      content: var(--tw-content);
      transition-property: background-color;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    &::before {
      content: var(--tw-content);
      --tw-duration: 150ms;
      transition-duration: 150ms;
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      z-index: 1;
    }
    &::after {
      content: var(--tw-content);
      height: 1.6rem;
    }
    &::after {
      content: var(--tw-content);
      max-height: 1.6rem;
    }
    &::after {
      content: var(--tw-content);
      min-height: 1.6rem;
    }
    &::after {
      content: var(--tw-content);
      width: 1.6rem;
    }
    &::after {
      content: var(--tw-content);
      max-width: 1.6rem;
    }
    &::after {
      content: var(--tw-content);
      min-width: 1.6rem;
    }
    &::after {
      content: var(--tw-content);
      scale: 0.625;
    }
    &::after {
      content: var(--tw-content);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    &::after {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
    &::after {
      content: var(--tw-content);
      opacity: 0%;
    }
    &::after {
      content: var(--tw-content);
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    &::after {
      content: var(--tw-content);
      --tw-duration: 150ms;
      transition-duration: 150ms;
    }
  }
  .standard-form .evaluation-form-checkboxes-row .wpcf7-list-item input:checked + .wpcf7-list-item-label {
    &::after {
      content: var(--tw-content);
      opacity: 100%;
    }
  }
  .standard-form .wpcf7-response-output {
    order: 997;
  }
  .standard-form .standard-form-submit-wrap {
    order: 998;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    @media (width >= 64rem) {
      flex-direction: row-reverse;
    }
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .standard-form .standard-form-captcha-info-wrap {
    order: 999;
  }
  .standard-form [data-standard-cf7-form-submit] {
    position: relative;
    @media (width >= 64rem) {
      min-width: max-content;
    }
  }
  .standard-form [data-standard-cf7-form-submit].btn-cta {
    &::after {
      content: var(--tw-content);
      rotate: -90deg;
    }
  }
  .standard-form [data-form-loader] {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    z-index: 1;
    display: flex;
    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: 150ms;
    transition-duration: 150ms;
  }
  .standard-form [data-form-loader].red {
    position: absolute;
    border-radius: 3.2rem;
    background-color: var(--color-red);
  }
  .standard-form [data-form-loader]:not(.active) {
    opacity: 0%;
  }
  .standard-form [data-form-submit-text] {
    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: 150ms;
    transition-duration: 150ms;
  }
  .standard-form [data-form-loader].active + [data-form-submit-text] {
    opacity: 0%;
  }
  .standard-form .form-loader-spinner {
    display: block;
    height: 2rem;
    max-height: 2rem;
    min-height: 2rem;
    width: 2rem;
    max-width: 2rem;
    min-width: 2rem;
    animation: var(--animate-spin);
    border-radius: 50%;
    border-style: var(--tw-border-style);
    border-width: 0.3125rem;
    border-bottom-color: transparent;
  }
  [data-3d-tour-wrapper] iframe {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .standard-form .wpcf7 .wpcf7-response-output,	.standard-form .wpcf7-not-valid-tip {
    margin: calc(var(--spacing) * 0) !important;
    --tw-border-style: none !important;
    border-style: none !important;
    padding: calc(var(--spacing) * 0) !important;
  }
  .standard-form .wpcf7-not-valid-tip {
    margin-top: calc(var(--spacing) * 2);
  }
  .standard-form .wpcf7 .wpcf7-response-output,	.standard-form .wpcf7-not-valid-tip {
    --tw-border-style: none !important;
    border-style: none !important;
    color: var(--color-error);
  }
  [data-filterable-content-wrapper] {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .filterable-content__loader {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    z-index: 999;
    flex-direction: column;
    align-items: center;
    background-color: color-mix(in srgb, #FCFCFD 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
    &[aria-hidden="false"] {
      display: flex;
    }
    &[aria-hidden="true"] {
      display: none;
    }
  }
  .filterable-content__loader-circle {
    position: sticky;
    top: 50%;
    margin-inline: auto;
    height: 3.75rem;
    max-height: 3.75rem;
    min-height: 3.75rem;
    width: 3.75rem;
    max-width: 3.75rem;
    min-width: 3.75rem;
    animation: var(--animate-spin);
    background-color: var(--color-red);
    mask-image: url(../images/loader.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    @media (width >= 64rem) {
      height: 5rem;
    }
    @media (width >= 64rem) {
      max-height: 5rem;
    }
    @media (width >= 64rem) {
      min-height: 5rem;
    }
    @media (width >= 64rem) {
      width: 5rem;
    }
    @media (width >= 64rem) {
      max-width: 5rem;
    }
    @media (width >= 64rem) {
      min-width: 5rem;
    }
  }
  .filterable-content__loader.nosticky {
    justify-content: center;
    background-color: var(--color-gray-300);
  }
  .filterable-content__loader.nosticky .filterable-content__loader-circle {
    position: static;
    height: 10rem;
    max-height: 10rem;
    min-height: 10rem;
    width: 10rem;
    max-width: 10rem;
    min-width: 10rem;
  }
  .fp__loader {
    position: fixed;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: var(--fullpage-loader-index);
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    flex-direction: column;
    align-items: center;
    background-color: color-mix(in srgb, #FCFCFD 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
    &[aria-hidden="false"] {
      display: flex;
    }
    &[aria-hidden="true"] {
      display: none;
    }
  }
  .fp__loader-circle {
    position: absolute;
    top: 50%;
    margin-inline: auto;
    margin-block: auto;
    height: 3.75rem;
    max-height: 3.75rem;
    min-height: 3.75rem;
    width: 3.75rem;
    max-width: 3.75rem;
    min-width: 3.75rem;
    animation: var(--animate-spin);
    background-color: var(--color-red);
    mask-image: url(../images/loader.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    @media (width >= 64rem) {
      height: 5rem;
    }
    @media (width >= 64rem) {
      max-height: 5rem;
    }
    @media (width >= 64rem) {
      min-height: 5rem;
    }
    @media (width >= 64rem) {
      width: 5rem;
    }
    @media (width >= 64rem) {
      max-width: 5rem;
    }
    @media (width >= 64rem) {
      min-width: 5rem;
    }
  }
  .combo-breadcrumbs {
    font-size: 1.2rem;
    --tw-leading: 1.33333333;
    line-height: 1.33333333;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: inherit;
  }
  .combo-breadcrumbs > span {
    display: inline;
  }
  .combo-breadcrumbs .breadcrumb_last {
    color: var(--color-gray-6);
  }
  .combo-breadcrumbs a {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline !important;
        }
      }
    }
    @media (width >= 64rem) {
      &:focus-visible {
        text-decoration-line: underline !important;
      }
    }
  }
}
body a:not(.wp-element-button) {
  text-decoration: none;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
@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-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;
}
@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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-outline-style: solid;
      --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: "";
    }
  }
}
