/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
/*!
Theme Name: CargoPress
Theme URI: https://underscoretw.com/
Author: Cargo Creative
Author URI: https://www.cargocreative.co.uk/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cargopress
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CargoPress is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --color-red-500: oklch(63.7% 0.237 25.331);
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --ease-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);
  --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-primary: var(--wp--preset--color--primary);
  --color-brand-blue: var(--barrier-blue);
  --color-brand-yellow: var(--barrier-yellow);
  --color-brand-grey: var(--barrier-grey);
  --color-border-dark: var(--barrier-border-dark);
}
*, ::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;
}
:-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;
}
* {
  box-sizing: border-box;
}
.cwrap, .cmplz-document.cookie-statement.cmplz-document-uk {
  margin-top: calc(var(--spacing) * 0);
  margin-right: auto;
  margin-bottom: calc(var(--spacing) * 0);
  margin-left: auto;
  max-width: 1510px;
  padding-top: calc(var(--spacing) * 0);
  padding-right: 20px;
  padding-bottom: calc(var(--spacing) * 0);
  padding-left: 20px;
}
.cmplz-document.cookie-statement.cmplz-document-uk {
  padding-block: clamp(70px, 9cqw, 160px);
}
.barrier_newsletter {
  .wpcf7-form > p {
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(10px, 2vw, 15px);
  }
  .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 100%;
    left: calc(var(--spacing) * 0);
    background-color: var(--color-brand-blue);
    padding-inline: 10px;
    padding-block: 2px;
    font-size: 14px;
    color: var(--color-brand-yellow);
  }
  .wpcf7 form .wpcf7-response-output {
    margin-inline: calc(var(--spacing) * 0);
    margin-top: 20px;
    margin-bottom: calc(var(--spacing) * 0);
    width: fit-content;
    font-size: 14px;
  }
  .wpcf7 form.invalid .wpcf7-response-output {
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: var(--color-brand-yellow);
    padding-inline: 20px;
    padding-block: 4px;
    color: var(--color-brand-blue);
  }
  .wpcf7 form.sent .wpcf7-response-output {
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: var(--color-brand-yellow);
    padding-inline: 20px;
    padding-block: 4px;
    color: var(--color-brand-blue);
  }
  .wpcf7 form.failed .wpcf7-response-output {
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: var(--color-red-500);
    padding-inline: 20px;
    padding-block: 4px;
    color: var(--color-white);
  }
  input[type="email"] {
    width: 100%;
    max-width: 465px;
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: var(--color-white);
    padding-inline: 16px;
    padding-block: 15px;
    font-size: 15px;
    --tw-leading: 1em;
    line-height: 1em;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-brand-blue);
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
    &::placeholder {
      font-size: 15px;
    }
    &::placeholder {
      color: var(--color-brand-blue);
    }
  }
  .wpcf7-submit {
    position: relative;
    z-index: 10;
    width: clamp(120px, 10vw, 150px);
    flex-shrink: 0;
    cursor: pointer;
    background-color: var(--color-brand-yellow);
    padding-block: 17.5px;
    font-size: 15px;
    --tw-leading: 1em;
    line-height: 1em;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-tracking: 0.03em;
    letter-spacing: 0.03em;
    color: var(--color-black);
    text-transform: uppercase;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    clip-path: polygon(calc(100% - 20px) 0,100% calc(20px),100% 100%,0 100%,0 0);
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      left: 50%;
    }
    &::after {
      content: var(--tw-content);
      z-index: calc(10 * -1);
    }
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      --tw-translate-x: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    &::after {
      content: var(--tw-content);
      background-color: var(--color-brand-blue);
    }
    &::after {
      content: var(--tw-content);
      transition-property: all;
      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: 300ms;
      transition-duration: 300ms;
    }
    &::after {
      content: var(--tw-content);
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-yellow);
      }
    }
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .wpcf7-spinner {
    position: absolute;
  }
}
.marquee-css {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.marquee-css__list {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}
.marquee-css__item {
  flex: 0;
  align-items: center;
  padding-right: clamp(30px,6vw,100px);
  display: flex;
}
@keyframes translateX {
  to {
    transform: translateX(-100%);
  }
}
[data-css-marquee-list] {
  animation: translateX 20s linear;
  animation-iteration-count: infinite;
  animation-play-state: paused;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.barrier_form .gform_required_legend {
  display: none;
}
.barrier_form .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  padding: calc(var(--spacing) * 0);
  font-size: 14px;
  color: var(--color-brand-yellow);
}
.barrier_form .gform_wrapper.gravity-theme .chosen-container .chosen-drop {
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-color: var(--color-brand-blue);
  background-color: var(--color-white);
  --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);
}
.barrier_form .gform_wrapper.gravity-theme .gfield_required {
  color: var(--color-brand-yellow);
}
.barrier_form .gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted {
  background-color: var(--color-brand-blue);
  background-image: none;
  color: var(--color-white);
}
.barrier_form .gform_wrapper.gravity-theme .chosen-container .chosen-results li {
  width: 100%;
  border-style: var(--tw-border-style);
  border-width: 0px;
  padding-inline: 16px;
  padding-block: 15px;
  font-size: 15px;
  --tw-leading: 1em;
  line-height: 1em;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-brand-blue);
  outline-style: var(--tw-outline-style);
  outline-width: 0px;
  &::placeholder {
    font-size: 15px;
  }
  &::placeholder {
    color: var(--color-brand-blue);
  }
}
.barrier_form .gform_wrapper.gravity-theme .chosen-container-multi .chosen-drop .result-selected {
  color: var(--color-brand-blue);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--color-brand-blue) 20%, transparent);
  }
}
.barrier_form .gform_wrapper.gravity-theme .chosen-container-active .chosen-choices {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.barrier_form .gform_wrapper.gravity-theme input[type="text"], .barrier_form .gform_wrapper.gravity-theme input[type="email"], .barrier_form .gform_wrapper.gravity-theme textarea, .barrier_form .gform_wrapper.gravity-theme select {
  width: 100%;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-white);
  padding-inline: 16px;
  padding-block: 15px;
  font-size: 15px;
  --tw-leading: 1em;
  line-height: 1em;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-brand-blue);
  outline-style: var(--tw-outline-style);
  outline-width: 0px;
  &::placeholder {
    font-size: 15px;
  }
  &::placeholder {
    color: var(--color-brand-blue);
  }
}
.barrier_form .gform_wrapper.gravity-theme .gform_validation_errors {
  margin: calc(var(--spacing) * 0);
  margin-bottom: 30px;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: #d31a1a;
  padding-inline: 50px;
  padding-block: 14px;
}
.barrier_form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  margin: calc(var(--spacing) * 0);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  padding: calc(var(--spacing) * 0);
  font-size: 14px;
  color: var(--color-white);
}
.barrier_form .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  width: 100%;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  padding-inline: calc(var(--spacing) * 0);
  padding-block: calc(var(--spacing) * 0);
  font-family: 'DMSans';
  font-size: 15px;
  --tw-leading: 1em;
  line-height: 1em;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-brand-blue);
  outline-style: var(--tw-outline-style);
  outline-width: 0px;
  &::placeholder {
    font-size: 15px;
  }
  &::placeholder {
    color: var(--color-brand-blue);
  }
}
.barrier_form .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
  border-style: var(--tw-border-style);
  border-width: 0px;
  padding-inline: 16px;
  padding-block: 11.5px;
}
.barrier_form .gform_wrapper.gravity-theme .gfield_label {
  display: flex;
  gap: 5px;
  font-size: 15px;
  --tw-leading: 1.333em;
  line-height: 1.333em;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
}
.barrier_form .gform_wrapper.gravity-theme .gform_footer {
  margin: calc(var(--spacing) * 0);
  padding: calc(var(--spacing) * 0);
}
.barrier_form .gform_wrapper.gravity-theme .gform_footer button {
  position: relative;
  z-index: 10;
  margin-top: 38px;
  width: 100%;
  flex-shrink: 0;
  cursor: pointer;
  background-color: var(--color-brand-yellow);
  padding-block: 17.5px;
  font-size: 15px;
  --tw-leading: 1em;
  line-height: 1em;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 0.03em;
  letter-spacing: 0.03em;
  color: var(--color-black);
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  clip-path: polygon(calc(100% - 20px) 0,100% calc(20px),100% 100%,0 100%,0 0);
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
  &::after {
    content: var(--tw-content);
    top: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    left: 50%;
  }
  &::after {
    content: var(--tw-content);
    z-index: calc(10 * -1);
  }
  &::after {
    content: var(--tw-content);
    height: 100%;
  }
  &::after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::after {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
  &::after {
    content: var(--tw-content);
    transition-property: all;
    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: 700ms;
    transition-duration: 700ms;
  }
  &::after {
    content: var(--tw-content);
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  &:hover {
    @media (hover: hover) {
      &::after {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
}
.barrier_form .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-brand-blue);
  background-image: none;
  padding: 10px;
  padding-right: 30px;
  color: var(--color-white);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.barrier_form .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 50%;
  right: 10px;
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  filter: brightness(0) invert(1);
}
:root {
  --barrier-blue: #141429;
  --barrier-grey: #F1EFEB;
  --barrier-yellow: #FFD100;
  --barrier-border-dark: #39396A;
  --barrier-border-light: #EEEAE9;
}
@font-face {
  font-family: "DMSans";
  src: url(./fonts/DMSans-Light.woff2) format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url(./fonts/DMSans-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url(./fonts/DMSans-Medium.woff2) format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url(./fonts/DMSans-Bold.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
* {
  font-family: "DMSans",sand-serif;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
  transform: translate3d(0px,0,0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}
.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px,-50%,0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0;
  top: 0;
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.\@container\/item {
  container-type: inline-size;
  container-name: item;
}
.\@container {
  container-type: inline-size;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.-top-\[15px\] {
  top: calc(15px * -1);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[-17px\] {
  top: -17px;
}
.top-\[-50\%\] {
  top: -50%;
}
.top-\[7\.5px\] {
  top: 7.5px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[57px\] {
  top: 57px;
}
.top-\[calc\(30\%\)\] {
  top: calc(30%);
}
.top-\[calc\(100\%\+1px\)\] {
  top: calc(100% + 1px);
}
.top-full {
  top: 100%;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[20px\] {
  right: 20px;
}
.right-\[50px\] {
  right: 50px;
}
.right-\[calc\(100\%-16px\)\] {
  right: calc(100% - 16px);
}
.-bottom-\[0px\] {
  bottom: calc(0px * -1);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-\[20px\] {
  bottom: 20px;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-\[-10px\] {
  left: -10px;
}
.left-\[-35px\] {
  left: -35px;
}
.left-\[-50\%\] {
  left: -50%;
}
.left-\[7px\] {
  left: 7px;
}
.left-\[26px\] {
  left: 26px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[calc\(50\%-20px\)\] {
  left: calc(50% - 20px);
}
.-z-1 {
  z-index: calc(1 * -1);
}
.-z-10 {
  z-index: calc(10 * -1);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-99 {
  z-index: 99;
}
.z-100 {
  z-index: 100;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.container {
  width: 100%;
  @media (width >= 1580px) {
    max-width: 1580px;
  }
  @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;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.m-\[20px\] {
  margin: 20px;
}
.mx-auto {
  margin-inline: auto;
}
.my-0 {
  margin-block: calc(var(--spacing) * 0);
}
.my-\[20px\] {
  margin-block: 20px;
}
.my-\[40px\] {
  margin-block: 40px;
}
.my-\[150px\] {
  margin-block: 150px;
}
.my-\[clamp\(70px\,7vw\,130px\)\] {
  margin-block: clamp(70px, 7vw, 130px);
}
.my-\[clamp\(70px\,8cqw\,120px\)\] {
  margin-block: clamp(70px, 8cqw, 120px);
}
.my-\[clamp\(70px\,9cqw\,160px\)\] {
  margin-block: clamp(70px, 9cqw, 160px);
}
.my-\[clamp\(80px\,9cqw\,160px\)\] {
  margin-block: clamp(80px, 9cqw, 160px);
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
  :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
  }
  :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }
  :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }
  :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1;
    margin-top: 3em;
    margin-bottom: 3em;
    border-bottom: none;
  }
  :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
    border-left-style: solid;
  }
  :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
  }
  :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
  }
  :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
  }
  :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
  }
  :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
  }
  :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
  }
  :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }
  :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }
  :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
  }
  :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
  }
  :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
  }
  :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
  }
  :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
  }
  :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
  }
  :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
  :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-body);
    font-style: normal;
    font-weight: 400;
  }
  :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "\2014";
  }
  :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    table-layout: fixed;
    width: 100%;
  }
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[33px\] {
  margin-top: 33px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[clamp\(40px\,5vw\,80px\)\] {
  margin-top: clamp(40px, 5vw, 80px);
}
.mt-\[clamp\(40px\,7cqw\,95px\)\] {
  margin-top: clamp(40px, 7cqw, 95px);
}
.mt-\[clamp\(50px\,6vw\,100px\)\] {
  margin-top: clamp(50px, 6vw, 100px);
}
.mt-\[clamp\(60px\,7vw\,120px\)\] {
  margin-top: clamp(60px, 7vw, 120px);
}
.mt-\[clamp\(60px\,8cqw\,120px\)\] {
  margin-top: clamp(60px, 8cqw, 120px);
}
.mt-\[clamp\(60px\,8vw\,115px\)\] {
  margin-top: clamp(60px, 8vw, 115px);
}
.mt-\[clamp\(70px\,9vw\,150px\)\] {
  margin-top: clamp(70px, 9vw, 150px);
}
.mt-auto {
  margin-top: auto;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-\[1\.2em\] {
  margin-bottom: 1.2em;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[68px\] {
  margin-bottom: 68px;
}
.mb-\[clamp\(15px\,4vw\,40px\)\] {
  margin-bottom: clamp(15px, 4vw, 40px);
}
.mb-\[clamp\(25px\,4vw\,40px\)\] {
  margin-bottom: clamp(25px, 4vw, 40px);
}
.mb-\[clamp\(30px\,5vw\,75px\)\] {
  margin-bottom: clamp(30px, 5vw, 75px);
}
.mb-\[clamp\(40px\,5vw\,50px\)\] {
  margin-bottom: clamp(40px, 5vw, 50px);
}
.mb-\[clamp\(40px\,5vw\,80px\)\] {
  margin-bottom: clamp(40px, 5vw, 80px);
}
.mb-\[clamp\(40px\,6cqw\,70px\)\] {
  margin-bottom: clamp(40px, 6cqw, 70px);
}
.mb-\[clamp\(40px\,7vw\,100px\)\] {
  margin-bottom: clamp(40px, 7vw, 100px);
}
.mb-\[clamp\(40px\,8vw\,115px\)\] {
  margin-bottom: clamp(40px, 8vw, 115px);
}
.mb-\[clamp\(50px\,8vw\,115px\)\] {
  margin-bottom: clamp(50px, 8vw, 115px);
}
.mb-\[clamp\(60px\,5vw\,70px\)\] {
  margin-bottom: clamp(60px, 5vw, 70px);
}
.mb-\[clamp\(70px\,9vw\,130px\)\] {
  margin-bottom: clamp(70px, 9vw, 130px);
}
.ml-auto {
  margin-left: auto;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!flex {
  display: flex !important;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.aspect-\[1\.5\] {
  aspect-ratio: 1.5;
}
.aspect-\[350\/337\] {
  aspect-ratio: 350/337;
}
.aspect-\[363\/236\] {
  aspect-ratio: 363/236;
}
.aspect-\[537\/395\] {
  aspect-ratio: 537/395;
}
.aspect-\[608\/244\] {
  aspect-ratio: 608/244;
}
.aspect-\[714\/561\] {
  aspect-ratio: 714/561;
}
.aspect-\[1104\/410\] {
  aspect-ratio: 1104/410;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.\!h-auto {
  height: auto !important;
}
.\!h-full {
  height: 100% !important;
}
.h-0 {
  height: calc(var(--spacing) * 0);
}
.h-1 {
  height: calc(var(--spacing) * 1);
}
.h-\[0\] {
  height: 0;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[calc\(100\%\+17px\*2\)\] {
  height: calc(100% + 17px * 2);
}
.h-\[clamp\(30px\,4cqw\,35px\)\] {
  height: clamp(30px, 4cqw, 35px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[1100px\] {
  max-height: 1100px;
}
.max-h-\[clamp\(50px\,5vw\,75px\)\] {
  max-height: clamp(50px, 5vw, 75px);
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: calc(var(--spacing) * 0);
}
.w-\[1px\] {
  width: 1px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[310px\] {
  width: 310px;
}
.w-\[calc\(100\%\+20px\)\] {
  width: calc(100% + 20px);
}
.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}
.w-\[clamp\(30px\,4cqw\,35px\)\] {
  width: clamp(30px, 4cqw, 35px);
}
.w-\[clamp\(135px\,20vw\,193px\)\] {
  width: clamp(135px, 20vw, 193px);
}
.w-\[clamp\(300px\,35cqw\,395px\)\] {
  width: clamp(300px, 35cqw, 395px);
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.\!max-w-\[880px\] {
  max-width: 880px !important;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[415px\] {
  max-width: 415px;
}
.max-w-\[490px\] {
  max-width: 490px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[770px\] {
  max-width: 770px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[930px\] {
  max-width: 930px;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1230px\] {
  max-width: 1230px;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-\[calc\(100\%-40px\)\] {
  max-width: calc(100% - 40px);
}
.max-w-\[clamp\(100px\,10vw\,150px\)\] {
  max-width: clamp(100px, 10vw, 150px);
}
.max-w-\[clamp\(130px\,20vw\,200px\)\] {
  max-width: clamp(130px, 20vw, 200px);
}
.max-w-\[clamp\(320px\,55vw\,430px\)\] {
  max-width: clamp(320px, 55vw, 430px);
}
.max-w-none {
  max-width: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: calc(var(--spacing) * 0);
}
.translate-\[-50\%\] {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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-\[-100\%\] {
  --tw-translate-x: -100%;
  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);
}
.-rotate-90 {
  rotate: calc(90deg * -1);
}
.rotate-90 {
  rotate: 90deg;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.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-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[33px\] {
  gap: 33px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[70px\] {
  gap: 70px;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-\[clamp\(25px\,5vw\,50px\)\] {
  gap: clamp(25px, 5vw, 50px);
}
.gap-\[clamp\(40px\,5vw\,80px\)\] {
  gap: clamp(40px, 5vw, 80px);
}
.gap-\[clamp\(40px\,6vw\,65px\)\] {
  gap: clamp(40px, 6vw, 65px);
}
.gap-y-\[10px\] {
  row-gap: 10px;
}
.gap-y-\[25px\] {
  row-gap: 25px;
}
.gap-y-\[50px\] {
  row-gap: 50px;
}
.gap-y-\[80px\] {
  row-gap: 80px;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-auto {
  overflow: auto;
}
.overflow-clip {
  overflow: clip;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-y {
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-brand-blue {
  border-color: var(--color-brand-blue);
}
.border-brand-blue\/8 {
  border-color: var(--color-brand-blue);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-brand-blue) 8%, transparent);
  }
}
.border-gray-200 {
  border-color: var(--color-gray-200);
}
.bg-\[\#39396A\] {
  background-color: #39396A;
}
.bg-\[\#F1EFEB\] {
  background-color: #F1EFEB;
}
.bg-\[\#f8f7f5\] {
  background-color: #f8f7f5;
}
.bg-\[rgba\(0\,0\,0\,0\.6\)\] {
  background-color: rgba(0,0,0,0.6);
}
.bg-black {
  background-color: var(--color-black);
}
.bg-border-dark {
  background-color: var(--color-border-dark);
}
.bg-brand-blue {
  background-color: var(--color-brand-blue);
}
.bg-brand-grey {
  background-color: var(--color-brand-grey);
}
.bg-brand-grey\/50 {
  background-color: var(--color-brand-grey);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-brand-grey) 50%, transparent);
  }
}
.bg-brand-yellow {
  background-color: var(--color-brand-yellow);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-linear-180 {
  --tw-gradient-position: 180deg;
  @supports (background-image: linear-gradient(in lab, red, red)) {
    --tw-gradient-position: 180deg in oklab;
  }
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-white {
  --tw-gradient-to: var(--color-white);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-\[25px\] {
  padding: 25px;
}
.p-\[clamp\(20px\,5cqw\,45px\)\] {
  padding: clamp(20px, 5cqw, 45px);
}
.px-\[7px\] {
  padding-inline: 7px;
}
.px-\[10px\] {
  padding-inline: 10px;
}
.px-\[12px\] {
  padding-inline: 12px;
}
.px-\[15px\] {
  padding-inline: 15px;
}
.px-\[16px\] {
  padding-inline: 16px;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[33px\] {
  padding-inline: 33px;
}
.\!py-\[15px\] {
  padding-block: 15px !important;
}
.py-\[2px\] {
  padding-block: 2px;
}
.py-\[3px\] {
  padding-block: 3px;
}
.py-\[5px\] {
  padding-block: 5px;
}
.py-\[10\.5px\] {
  padding-block: 10.5px;
}
.py-\[10px\] {
  padding-block: 10px;
}
.py-\[15px\] {
  padding-block: 15px;
}
.py-\[17\.5px\] {
  padding-block: 17.5px;
}
.py-\[20px\] {
  padding-block: 20px;
}
.py-\[25px\] {
  padding-block: 25px;
}
.py-\[55px\] {
  padding-block: 55px;
}
.py-\[65px\] {
  padding-block: 65px;
}
.py-\[75px\] {
  padding-block: 75px;
}
.py-\[clamp\(10px\,4vw\,25px\)\] {
  padding-block: clamp(10px, 4vw, 25px);
}
.py-\[clamp\(10px\,4vw\,40px\)\] {
  padding-block: clamp(10px, 4vw, 40px);
}
.py-\[clamp\(15px\,2vw\,25px\)\] {
  padding-block: clamp(15px, 2vw, 25px);
}
.py-\[clamp\(15px\,2vw\,32px\)\] {
  padding-block: clamp(15px, 2vw, 32px);
}
.py-\[clamp\(15px\,4vw\,40px\)\] {
  padding-block: clamp(15px, 4vw, 40px);
}
.py-\[clamp\(18px\,4vw\,23px\)\] {
  padding-block: clamp(18px, 4vw, 23px);
}
.py-\[clamp\(20px\,3vw\,40px\)\] {
  padding-block: clamp(20px, 3vw, 40px);
}
.py-\[clamp\(20px\,4vw\,28px\)\] {
  padding-block: clamp(20px, 4vw, 28px);
}
.py-\[clamp\(30px\,5vw\,35px\)\] {
  padding-block: clamp(30px, 5vw, 35px);
}
.py-\[clamp\(40px\,5cqw\,85px\)\] {
  padding-block: clamp(40px, 5cqw, 85px);
}
.py-\[clamp\(60px\,7vw\,100px\)\] {
  padding-block: clamp(60px, 7vw, 100px);
}
.py-\[clamp\(60px\,7vw\,120px\)\] {
  padding-block: clamp(60px, 7vw, 120px);
}
.py-\[clamp\(60px\,8cqw\,120px\)\] {
  padding-block: clamp(60px, 8cqw, 120px);
}
.py-\[clamp\(70px\,8cqw\,150px\)\] {
  padding-block: clamp(70px, 8cqw, 150px);
}
.py-\[clamp\(70px\,8vw\,160px\)\] {
  padding-block: clamp(70px, 8vw, 160px);
}
.py-\[clamp\(70px\,9cqw\,160px\)\] {
  padding-block: clamp(70px, 9cqw, 160px);
}
.py-\[clamp\(75px\,8vw\,150px\)\] {
  padding-block: clamp(75px, 8vw, 150px);
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[35px\] {
  padding-top: 35px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[57px\] {
  padding-top: 57px;
}
.pt-\[clamp\(40px\,8vw\,120px\)\] {
  padding-top: clamp(40px, 8vw, 120px);
}
.pt-\[clamp\(100px\,17vw\,250px\)\] {
  padding-top: clamp(100px, 17vw, 250px);
}
.pr-\[13px\] {
  padding-right: 13px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[23px\] {
  padding-right: 23px;
}
.pr-\[26px\] {
  padding-right: 26px;
}
.pr-\[70px\] {
  padding-right: 70px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[78px\] {
  padding-bottom: 78px;
}
.pb-\[calc\(40px\+57px\)\] {
  padding-bottom: calc(40px + 57px);
}
.pb-\[clamp\(85px\,10cqw\,200px\)\] {
  padding-bottom: clamp(85px, 10cqw, 200px);
}
.pb-\[clamp\(120px\,10cqw\,200px\)\] {
  padding-bottom: clamp(120px, 10cqw, 200px);
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[14px\] {
  padding-left: 14px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pl-\[26px\] {
  padding-left: 26px;
}
.pl-\[27px\] {
  padding-left: 27px;
}
.pl-\[clamp\(15px\,3vw\,50px\)\] {
  padding-left: clamp(15px, 3vw, 50px);
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[31px\] {
  font-size: 31px;
}
.text-\[clamp\(13px\,2vw\,15px\)\] {
  font-size: clamp(13px, 2vw, 15px);
}
.text-\[clamp\(13px\,3cqw\,15px\)\] {
  font-size: clamp(13px, 3cqw, 15px);
}
.text-\[clamp\(13px\,3vw\,15px\)\] {
  font-size: clamp(13px, 3vw, 15px);
}
.text-\[clamp\(13px\,4cqw\,15px\)\] {
  font-size: clamp(13px, 4cqw, 15px);
}
.text-\[clamp\(15px\,2vw\,16px\)\] {
  font-size: clamp(15px, 2vw, 16px);
}
.text-\[clamp\(15px\,2vw\,17px\)\] {
  font-size: clamp(15px, 2vw, 17px);
}
.text-\[clamp\(15px\,3vw\,17px\)\] {
  font-size: clamp(15px, 3vw, 17px);
}
.text-\[clamp\(16px\,2cqw\,17px\)\] {
  font-size: clamp(16px, 2cqw, 17px);
}
.text-\[clamp\(16px\,2vw\,18px\)\] {
  font-size: clamp(16px, 2vw, 18px);
}
.text-\[clamp\(16px\,3vw\,17px\)\] {
  font-size: clamp(16px, 3vw, 17px);
}
.text-\[clamp\(18px\,1\.7cqw\,26px\)\] {
  font-size: clamp(18px, 1.7cqw, 26px);
}
.text-\[clamp\(18px\,2\.2vw\,22px\)\] {
  font-size: clamp(18px, 2.2vw, 22px);
}
.text-\[clamp\(19px\,2cqw\,24px\)\] {
  font-size: clamp(19px, 2cqw, 24px);
}
.text-\[clamp\(20px\,3vw\,26px\)\] {
  font-size: clamp(20px, 3vw, 26px);
}
.text-\[clamp\(20px\,5cqw\,26px\)\] {
  font-size: clamp(20px, 5cqw, 26px);
}
.text-\[clamp\(20px\,6cqw\,26px\)\] {
  font-size: clamp(20px, 6cqw, 26px);
}
.text-\[clamp\(22px\,4vw\,34px\)\] {
  font-size: clamp(22px, 4vw, 34px);
}
.text-\[clamp\(24px\,4vw\,34px\)\] {
  font-size: clamp(24px, 4vw, 34px);
}
.text-\[clamp\(24px\,5cqw\,44px\)\] {
  font-size: clamp(24px, 5cqw, 44px);
}
.text-\[clamp\(26px\,4vw\,34px\)\] {
  font-size: clamp(26px, 4vw, 34px);
}
.text-\[clamp\(28px\,4vw\,44px\)\] {
  font-size: clamp(28px, 4vw, 44px);
}
.text-\[clamp\(28px\,4vw\,50px\)\] {
  font-size: clamp(28px, 4vw, 50px);
}
.text-\[clamp\(30px\,4cqw\,44px\)\] {
  font-size: clamp(30px, 4cqw, 44px);
}
.text-\[clamp\(30px\,5cqw\,50px\)\] {
  font-size: clamp(30px, 5cqw, 50px);
}
.text-\[clamp\(32px\,3vw\,44px\)\] {
  font-size: clamp(32px, 3vw, 44px);
}
.text-\[clamp\(32px\,5vw\,70px\)\] {
  font-size: clamp(32px, 5vw, 70px);
}
.text-\[clamp\(34px\,4vw\,44px\)\] {
  font-size: clamp(34px, 4vw, 44px);
}
.text-\[clamp\(34px\,5cqw\,44px\)\] {
  font-size: clamp(34px, 5cqw, 44px);
}
.text-\[clamp\(40px\,5vw\,70px\)\] {
  font-size: clamp(40px, 5vw, 70px);
}
.text-\[clamp\(44px\,5vw\,60px\)\] {
  font-size: clamp(44px, 5vw, 60px);
}
.leading-\[1\.6em\] {
  --tw-leading: 1.6em;
  line-height: 1.6em;
}
.leading-\[1\.231em\] {
  --tw-leading: 1.231em;
  line-height: 1.231em;
}
.leading-\[1\.333em\] {
  --tw-leading: 1.333em;
  line-height: 1.333em;
}
.leading-\[1\.412em\] {
  --tw-leading: 1.412em;
  line-height: 1.412em;
}
.leading-\[1\.1362em\] {
  --tw-leading: 1.1362em;
  line-height: 1.1362em;
}
.leading-\[1\.1763\] {
  --tw-leading: 1.1763;
  line-height: 1.1763;
}
.leading-\[1\.1766em\] {
  --tw-leading: 1.1766em;
  line-height: 1.1766em;
}
.leading-\[1\.2274em\] {
  --tw-leading: 1.2274em;
  line-height: 1.2274em;
}
.leading-\[1em\] {
  --tw-leading: 1em;
  line-height: 1em;
}
.leading-\[26px\] {
  --tw-leading: 26px;
  line-height: 26px;
}
.leading-\[32px\] {
  --tw-leading: 32px;
  line-height: 32px;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.-tracking-\[0\.01em\] {
  --tw-tracking: calc(0.01em * -1);
  letter-spacing: calc(0.01em * -1);
}
.-tracking-\[0\.02em\] {
  --tw-tracking: calc(0.02em * -1);
  letter-spacing: calc(0.02em * -1);
}
.-tracking-\[0\.03em\] {
  --tw-tracking: calc(0.03em * -1);
  letter-spacing: calc(0.03em * -1);
}
.-tracking-\[0\.015em\] {
  --tw-tracking: calc(0.015em * -1);
  letter-spacing: calc(0.015em * -1);
}
.tracking-\[0\.03em\] {
  --tw-tracking: 0.03em;
  letter-spacing: 0.03em;
}
.text-\[\#BBBBBB\] {
  color: #BBBBBB;
}
.text-\[\#bbb\] {
  color: #bbb;
}
.text-black {
  color: var(--color-black);
}
.text-brand-blue {
  color: var(--color-brand-blue);
}
.text-brand-yellow {
  color: var(--color-brand-yellow);
}
.text-white {
  color: var(--color-white);
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0%;
}
.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);
}
.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;
}
.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,);
}
.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,);
}
.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, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-400 {
  --tw-duration: 400ms;
  transition-duration: 400ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.duration-600 {
  --tw-duration: 600ms;
  transition-duration: 600ms;
}
.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);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: oklch(37.1% 0 0);
  --tw-prose-headings: oklch(20.5% 0 0);
  --tw-prose-lead: oklch(43.9% 0 0);
  --tw-prose-links: oklch(20.5% 0 0);
  --tw-prose-bold: oklch(20.5% 0 0);
  --tw-prose-counters: oklch(55.6% 0 0);
  --tw-prose-bullets: oklch(87% 0 0);
  --tw-prose-hr: oklch(92.2% 0 0);
  --tw-prose-quotes: oklch(20.5% 0 0);
  --tw-prose-quote-borders: oklch(92.2% 0 0);
  --tw-prose-captions: oklch(55.6% 0 0);
  --tw-prose-kbd: oklch(20.5% 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(20.5% 0 0);
  --tw-prose-pre-code: oklch(92.2% 0 0);
  --tw-prose-pre-bg: oklch(26.9% 0 0);
  --tw-prose-th-borders: oklch(87% 0 0);
  --tw-prose-td-borders: oklch(92.2% 0 0);
  --tw-prose-invert-body: oklch(87% 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.8% 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.8% 0 0);
  --tw-prose-invert-bullets: oklch(43.9% 0 0);
  --tw-prose-invert-hr: oklch(37.1% 0 0);
  --tw-prose-invert-quotes: oklch(97% 0 0);
  --tw-prose-invert-quote-borders: oklch(37.1% 0 0);
  --tw-prose-invert-captions: oklch(70.8% 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87% 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(43.9% 0 0);
  --tw-prose-invert-td-borders: oklch(37.1% 0 0);
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.\[clip-path\:polygon\(0_0\,9999\%_0\,9999\%_100\%\,0\%_100\%\)\] {
  clip-path: polygon(0 0,9999% 0,9999% 100%,0% 100%);
}
.\[clip-path\:polygon\(0_0\,100000\%_0\,100\%_100\%\,0\%_100\%\)\] {
  clip-path: polygon(0 0,100000% 0,100% 100%,0% 100%);
}
.\[clip-path\:polygon\(15\%_0\,100\%_0\%\,100\%_100\%\,0_100\%\,0_15\%\)\] {
  clip-path: polygon(15% 0,100% 0%,100% 100%,0 100%,0 15%);
}
.\[clip-path\:polygon\(calc\(100\%-30px\)_0\,100\%_calc\(30px\)\,100\%_100\%\,0_100\%\,0_0\)\] {
  clip-path: polygon(calc(100% - 30px) 0,100% calc(30px),100% 100%,0 100%,0 0);
}
.backface-hidden {
  backface-visibility: hidden;
}
.group-hover\:top-\[50\%\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      top: 50%;
    }
  }
}
.group-hover\:left-\[50\%\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      left: 50%;
    }
  }
}
.group-hover\:left-\[150\%\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      left: 150%;
    }
  }
}
.group-hover\:bg-brand-yellow {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      background-color: var(--color-brand-yellow);
    }
  }
}
.group-hover\:bg-white {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      background-color: var(--color-white);
    }
  }
}
.group-hover\/button\:bg-brand-yellow\/30 {
  &:is(:where(.group\/button):hover *) {
    @media (hover: hover) {
      background-color: var(--color-brand-yellow);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-brand-yellow) 30%, transparent);
      }
    }
  }
}
.group-hover\/item\:top-\[50\%\] {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      top: 50%;
    }
  }
}
.group-hover\/item\:top-\[150\%\] {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      top: 150%;
    }
  }
}
.group-hover\/item\:right-0 {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      right: calc(var(--spacing) * 0);
    }
  }
}
.group-hover\/item\:right-\[-25px\] {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      right: -25px;
    }
  }
}
.group-hover\/item\:left-\[50\%\] {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      left: 50%;
    }
  }
}
.group-hover\/item\:left-\[150\%\] {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      left: 150%;
    }
  }
}
.group-hover\/item\:w-full {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      width: 100%;
    }
  }
}
.group-hover\/item\:scale-\[1\.2\] {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      scale: 1.2;
    }
  }
}
.group-hover\/item\:rotate-\[3deg\] {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      rotate: 3deg;
    }
  }
}
.group-hover\/item\:bg-brand-yellow {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      background-color: var(--color-brand-yellow);
    }
  }
}
.group-hover\/item\:px-\[10px\] {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      padding-inline: 10px;
    }
  }
}
.group-hover\/item\:pl-0 {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
}
.group-hover\/item\:opacity-100 {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-disabled\/item\:text-white {
  &:is(:where(.group\/item):disabled *) {
    color: var(--color-white);
  }
}
.group-aria-\[expanded\=true\]\/item\:rotate-\[-90deg\] {
  &:is(:where(.group\/item)[aria-expanded="true"] *) {
    rotate: -90deg;
  }
}
.group-aria-\[expanded\=true\]\/item\:bg-brand-blue {
  &:is(:where(.group\/item)[aria-expanded="true"] *) {
    background-color: var(--color-brand-blue);
  }
}
.group-aria-\[expanded\=true\]\/item\:text-white {
  &:is(:where(.group\/item)[aria-expanded="true"] *) {
    color: var(--color-white);
  }
}
.group-data-\[active\=false\]\:group-hover\:opacity-100 {
  &:is(:where(.group)[data-active="false"] *) {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
}
.group-data-\[active\=true\]\:z-10 {
  &:is(:where(.group)[data-active="true"] *) {
    z-index: 10;
  }
}
.group-data-\[active\=true\]\:bg-brand-yellow {
  &:is(:where(.group)[data-active="true"] *) {
    background-color: var(--color-brand-yellow);
  }
}
.group-data-\[active\=true\]\:bg-white {
  &:is(:where(.group)[data-active="true"] *) {
    background-color: var(--color-white);
  }
}
.group-data-\[active\=true\]\:px-\[20px\] {
  &:is(:where(.group)[data-active="true"] *) {
    padding-inline: 20px;
  }
}
.group-data-\[active\=true\]\:pr-0 {
  &:is(:where(.group)[data-active="true"] *) {
    padding-right: calc(var(--spacing) * 0);
  }
}
.group-data-\[active\=true\]\/slide\:h-\[15px\] {
  &:is(:where(.group\/slide)[data-active="true"] *) {
    height: 15px;
  }
}
.group-data-\[active\=true\]\/slide\:h-\[60px\] {
  &:is(:where(.group\/slide)[data-active="true"] *) {
    height: 60px;
  }
}
.group-data-\[active\=true\]\/slide\:w-\[2px\] {
  &:is(:where(.group\/slide)[data-active="true"] *) {
    width: 2px;
  }
}
.group-data-\[active\=true\]\/slide\:w-\[15px\] {
  &:is(:where(.group\/slide)[data-active="true"] *) {
    width: 15px;
  }
}
.group-data-\[active\=true\]\/slide\:bg-brand-yellow {
  &:is(:where(.group\/slide)[data-active="true"] *) {
    background-color: var(--color-brand-yellow);
  }
}
.group-data-\[background\=blue\]\:text-\[\#BBBBBB\] {
  &:is(:where(.group)[data-background="blue"] *) {
    color: #BBBBBB;
  }
}
.group-data-\[background\=blue\]\:text-white {
  &:is(:where(.group)[data-background="blue"] *) {
    color: var(--color-white);
  }
}
.group-data-\[background\=image\]\:bg-white {
  &:is(:where(.group)[data-background="image"] *) {
    background-color: var(--color-white);
  }
}
.group-data-\[background\=image\]\:text-white {
  &:is(:where(.group)[data-background="image"] *) {
    color: var(--color-white);
  }
}
.group-data-\[background\=video\]\:bg-white {
  &:is(:where(.group)[data-background="video"] *) {
    background-color: var(--color-white);
  }
}
.group-data-\[background\=video\]\:text-white {
  &:is(:where(.group)[data-background="video"] *) {
    color: var(--color-white);
  }
}
.group-data-\[background\=yellow\]\:bg-\[\#141429\] {
  &:is(:where(.group)[data-background="yellow"] *) {
    background-color: #141429;
  }
}
.group-data-\[cta\=true\]\:pb-\[30px\] {
  &:is(:where(.group)[data-cta="true"] *) {
    padding-bottom: 30px;
  }
}
.group-data-\[prev-same-bg\=true\]\:hidden {
  &:is(:where(.group)[data-prev-same-bg="true"] *) {
    display: none;
  }
}
.group-data-\[primary-hero\=false\]\:hidden {
  &:is(:where(.group)[data-primary-hero="false"] *) {
    display: none;
  }
}
.group-data-\[primary-hero\=false\]\:w-\[114px\] {
  &:is(:where(.group)[data-primary-hero="false"] *) {
    width: 114px;
  }
}
.group-data-\[primary-hero\=false\]\:w-\[129px\] {
  &:is(:where(.group)[data-primary-hero="false"] *) {
    width: 129px;
  }
}
.group-data-\[primary-hero\=true\]\:absolute {
  &:is(:where(.group)[data-primary-hero="true"] *) {
    position: absolute;
  }
}
.group-data-\[primary-hero\=true\]\:top-\[82px\] {
  &:is(:where(.group)[data-primary-hero="true"] *) {
    top: 82px;
  }
}
.group-data-\[primary-hero\=true\]\:left-\[50\%\] {
  &:is(:where(.group)[data-primary-hero="true"] *) {
    left: 50%;
  }
}
.group-data-\[primary-hero\=true\]\:translate-x-\[-50\%\] {
  &:is(:where(.group)[data-primary-hero="true"] *) {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-data-\[style\=blue\]\/button\:bg-brand-blue {
  &:is(:where(.group\/button)[data-style="blue"] *) {
    background-color: var(--color-brand-blue);
  }
}
.group-data-\[style\=blue\]\/button\:text-brand-blue {
  &:is(:where(.group\/button)[data-style="blue"] *) {
    color: var(--color-brand-blue);
  }
}
.group-data-\[style\=blue-yellow-blue\]\/item\:bg-brand-blue {
  &:is(:where(.group\/item)[data-style="blue-yellow-blue"] *) {
    background-color: var(--color-brand-blue);
  }
}
.group-data-\[style\=blue-yellow-blue\]\/item\:text-\[\#BBBBBB\] {
  &:is(:where(.group\/item)[data-style="blue-yellow-blue"] *) {
    color: #BBBBBB;
  }
}
.group-data-\[style\=blue-yellow-blue\]\/item\:text-brand-blue {
  &:is(:where(.group\/item)[data-style="blue-yellow-blue"] *) {
    color: var(--color-brand-blue);
  }
}
.group-data-\[style\=blue-yellow-blue\]\/item\:text-brand-yellow {
  &:is(:where(.group\/item)[data-style="blue-yellow-blue"] *) {
    color: var(--color-brand-yellow);
  }
}
.group-hover\/item\:group-data-\[style\=blue-yellow-blue\]\/item\:bg-brand-yellow {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      &:is(:where(.group\/item)[data-style="blue-yellow-blue"] *) {
        background-color: var(--color-brand-yellow);
      }
    }
  }
}
.group-data-\[style\=dark\]\:bg-\[\#39396A\] {
  &:is(:where(.group)[data-style="dark"] *) {
    background-color: #39396A;
  }
}
.group-data-\[style\=dark\]\/item\:text-brand-blue {
  &:is(:where(.group\/item)[data-style="dark"] *) {
    color: var(--color-brand-blue);
  }
}
.group-data-\[style\=grey\]\:text-brand-blue {
  &:is(:where(.group)[data-style="grey"] *) {
    color: var(--color-brand-blue);
  }
}
.group-data-\[style\=grey\]\/item\:bg-brand-yellow {
  &:is(:where(.group\/item)[data-style="grey"] *) {
    background-color: var(--color-brand-yellow);
  }
}
.group-data-\[style\=grey\]\/item\:text-brand-blue {
  &:is(:where(.group\/item)[data-style="grey"] *) {
    color: var(--color-brand-blue);
  }
}
.group-data-\[style\=grey\]\/item\:text-brand-yellow {
  &:is(:where(.group\/item)[data-style="grey"] *) {
    color: var(--color-brand-yellow);
  }
}
.group-hover\/item\:group-data-\[style\=grey\]\/item\:bg-brand-blue {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      &:is(:where(.group\/item)[data-style="grey"] *) {
        background-color: var(--color-brand-blue);
      }
    }
  }
}
.group-data-\[style\=light\]\/item\:bg-brand-yellow {
  &:is(:where(.group\/item)[data-style="light"] *) {
    background-color: var(--color-brand-yellow);
  }
}
.group-data-\[style\=light\]\/item\:text-brand-blue {
  &:is(:where(.group\/item)[data-style="light"] *) {
    color: var(--color-brand-blue);
  }
}
.group-hover\/item\:group-data-\[style\=light\]\/item\:bg-white {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      &:is(:where(.group\/item)[data-style="light"] *) {
        background-color: var(--color-white);
      }
    }
  }
}
.group-data-\[style\=white\]\/button\:bg-white {
  &:is(:where(.group\/button)[data-style="white"] *) {
    background-color: var(--color-white);
  }
}
.group-data-\[style\=white\]\/button\:text-white {
  &:is(:where(.group\/button)[data-style="white"] *) {
    color: var(--color-white);
  }
}
.group-data-\[style\=white-white\]\/button\:bg-white {
  &:is(:where(.group\/button)[data-style="white-white"] *) {
    background-color: var(--color-white);
  }
}
.group-data-\[style\=white-white\]\/button\:text-white {
  &:is(:where(.group\/button)[data-style="white-white"] *) {
    color: var(--color-white);
  }
}
.group-data-\[style\=yellow\]\/button\:bg-brand-yellow {
  &:is(:where(.group\/button)[data-style="yellow"] *) {
    background-color: var(--color-brand-yellow);
  }
}
.group-data-\[style\=yellow\]\/button\:text-brand-yellow {
  &:is(:where(.group\/button)[data-style="yellow"] *) {
    color: var(--color-brand-yellow);
  }
}
.group-data-\[style\=yellow-blue-blue\]\/button\:bg-brand-yellow {
  &:is(:where(.group\/button)[data-style="yellow-blue-blue"] *) {
    background-color: var(--color-brand-yellow);
  }
}
.group-data-\[style\=yellow-blue-blue\]\/button\:text-brand-yellow {
  &:is(:where(.group\/button)[data-style="yellow-blue-blue"] *) {
    color: var(--color-brand-yellow);
  }
}
.group-hover\/item\:group-data-\[style\=yellow-blue-blue\]\/button\:bg-brand-blue {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      &:is(:where(.group\/button)[data-style="yellow-blue-blue"] *) {
        background-color: var(--color-brand-blue);
      }
    }
  }
}
.group-data-\[style\=yellow-grey-white\]\/item\:bg-brand-yellow {
  &:is(:where(.group\/item)[data-style="yellow-grey-white"] *) {
    background-color: var(--color-brand-yellow);
  }
}
.group-data-\[style\=yellow-grey-white\]\/item\:text-brand-blue {
  &:is(:where(.group\/item)[data-style="yellow-grey-white"] *) {
    color: var(--color-brand-blue);
  }
}
.group-hover\/item\:group-data-\[style\=yellow-grey-white\]\/item\:bg-brand-grey {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      &:is(:where(.group\/item)[data-style="yellow-grey-white"] *) {
        background-color: var(--color-brand-grey);
      }
    }
  }
}
.group-data-\[style\=yellow-white-white\]\/button\:bg-brand-yellow {
  &:is(:where(.group\/button)[data-style="yellow-white-white"] *) {
    background-color: var(--color-brand-yellow);
  }
}
.group-data-\[style\=yellow-white-white\]\/button\:text-white {
  &:is(:where(.group\/button)[data-style="yellow-white-white"] *) {
    color: var(--color-white);
  }
}
.group-hover\/button\:group-data-\[style\=yellow-white-white\]\/button\:bg-brand-grey {
  &:is(:where(.group\/button):hover *) {
    @media (hover: hover) {
      &:is(:where(.group\/button)[data-style="yellow-white-white"] *) {
        background-color: var(--color-brand-grey);
      }
    }
  }
}
.group-data-\[theme\=dark\]\:bg-\[\#39396A\] {
  &:is(:where(.group)[data-theme="dark"] *) {
    background-color: #39396A;
  }
}
.group-data-\[theme\=dark\]\:text-white {
  &:is(:where(.group)[data-theme="dark"] *) {
    color: var(--color-white);
  }
}
.group-data-\[theme\=light\]\:bg-brand-blue {
  &:is(:where(.group)[data-theme="light"] *) {
    background-color: var(--color-brand-blue);
  }
}
.group-data-\[theme\=light\]\:text-brand-blue {
  &:is(:where(.group)[data-theme="light"] *) {
    color: var(--color-brand-blue);
  }
}
.before\:absolute {
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
}
.before\:top-0 {
  &::before {
    content: var(--tw-content);
    top: calc(var(--spacing) * 0);
  }
}
.before\:right-\[35px\] {
  &::before {
    content: var(--tw-content);
    right: 35px;
  }
}
.before\:left-0 {
  &::before {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
}
.before\:z-10 {
  &::before {
    content: var(--tw-content);
    z-index: 10;
  }
}
.before\:h-full {
  &::before {
    content: var(--tw-content);
    height: 100%;
  }
}
.before\:w-\[1px\] {
  &::before {
    content: var(--tw-content);
    width: 1px;
  }
}
.before\:w-\[100px\] {
  &::before {
    content: var(--tw-content);
    width: 100px;
  }
}
.before\:bg-\[\#F1EFEB\] {
  &::before {
    content: var(--tw-content);
    background-color: #F1EFEB;
  }
}
.before\:bg-\[rgba\(0\,0\,0\,\.2\)\] {
  &::before {
    content: var(--tw-content);
    background-color: rgba(0,0,0,.2);
  }
}
.before\:bg-gradient-to-r {
  &::before {
    content: var(--tw-content);
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
}
.before\:from-white {
  &::before {
    content: var(--tw-content);
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
}
.before\:to-transparent {
  &::before {
    content: var(--tw-content);
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
}
.after\:absolute {
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
}
.after\:top-0 {
  &::after {
    content: var(--tw-content);
    top: calc(var(--spacing) * 0);
  }
}
.after\:top-\[50\%\] {
  &::after {
    content: var(--tw-content);
    top: 50%;
  }
}
.after\:right-0 {
  &::after {
    content: var(--tw-content);
    right: calc(var(--spacing) * 0);
  }
}
.after\:right-\[10px\] {
  &::after {
    content: var(--tw-content);
    right: 10px;
  }
}
.after\:right-\[20px\] {
  &::after {
    content: var(--tw-content);
    right: 20px;
  }
}
.after\:bottom-0 {
  &::after {
    content: var(--tw-content);
    bottom: calc(var(--spacing) * 0);
  }
}
.after\:bottom-\[-50px\] {
  &::after {
    content: var(--tw-content);
    bottom: -50px;
  }
}
.after\:left-0 {
  &::after {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
}
.after\:left-\[-25px\] {
  &::after {
    content: var(--tw-content);
    left: -25px;
  }
}
.after\:left-\[50\%\] {
  &::after {
    content: var(--tw-content);
    left: 50%;
  }
}
.after\:-z-10 {
  &::after {
    content: var(--tw-content);
    z-index: calc(10 * -1);
  }
}
.after\:z-0 {
  &::after {
    content: var(--tw-content);
    z-index: 0;
  }
}
.after\:z-10 {
  &::after {
    content: var(--tw-content);
    z-index: 10;
  }
}
.after\:block {
  &::after {
    content: var(--tw-content);
    display: block;
  }
}
.after\:hidden {
  &::after {
    content: var(--tw-content);
    display: none;
  }
}
.after\:size-\[15px\] {
  &::after {
    content: var(--tw-content);
    width: 15px;
    height: 15px;
  }
}
.after\:h-\[1px\] {
  &::after {
    content: var(--tw-content);
    height: 1px;
  }
}
.after\:h-full {
  &::after {
    content: var(--tw-content);
    height: 100%;
  }
}
.after\:w-0 {
  &::after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
}
.after\:w-\[1px\] {
  &::after {
    content: var(--tw-content);
    width: 1px;
  }
}
.after\:w-\[100px\] {
  &::after {
    content: var(--tw-content);
    width: 100px;
  }
}
.after\:w-\[calc\(100\%\+50px\)\] {
  &::after {
    content: var(--tw-content);
    width: calc(100% + 50px);
  }
}
.after\:w-full {
  &::after {
    content: var(--tw-content);
    width: 100%;
  }
}
.after\:translate-x-\[-50\%\] {
  &::after {
    content: var(--tw-content);
    --tw-translate-x: -50%;
    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\:rotate-\[90deg\] {
  &::after {
    content: var(--tw-content);
    rotate: 90deg;
  }
}
.after\:bg-black\/10 {
  &::after {
    content: var(--tw-content);
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
}
.after\:bg-brand-blue {
  &::after {
    content: var(--tw-content);
    background-color: var(--color-brand-blue);
  }
}
.after\:bg-brand-grey {
  &::after {
    content: var(--tw-content);
    background-color: var(--color-brand-grey);
  }
}
.after\:bg-gradient-to-l {
  &::after {
    content: var(--tw-content);
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
}
.after\:bg-\[url\(\.\/images\/icon-arrow\.svg\)\] {
  &::after {
    content: var(--tw-content);
    background-image: url(./images/icon-arrow.svg);
  }
}
.after\:from-white {
  &::after {
    content: var(--tw-content);
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
}
.after\:to-transparent {
  &::after {
    content: var(--tw-content);
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
}
.after\:bg-contain {
  &::after {
    content: var(--tw-content);
    background-size: contain;
  }
}
.after\:bg-no-repeat {
  &::after {
    content: var(--tw-content);
    background-repeat: no-repeat;
  }
}
.after\:transition-all {
  &::after {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
.after\:duration-300 {
  &::after {
    content: var(--tw-content);
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
.after\:duration-400 {
  &::after {
    content: var(--tw-content);
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
}
.after\:ease-in-out {
  &::after {
    content: var(--tw-content);
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
.first\:mt-0 {
  &:first-child {
    margin-top: calc(var(--spacing) * 0);
  }
}
.last\:mb-0 {
  &:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.last\:border-b-0 {
  &:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
}
.hover\:bg-brand-grey {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-brand-grey);
    }
  }
}
.hover\:bg-brand-yellow {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-brand-yellow);
    }
  }
}
.hover\:text-brand-blue {
  &:hover {
    @media (hover: hover) {
      color: var(--color-brand-blue);
    }
  }
}
.hover\:text-brand-yellow {
  &:hover {
    @media (hover: hover) {
      color: var(--color-brand-yellow);
    }
  }
}
.hover\:after\:right-\[-25px\] {
  &:hover {
    @media (hover: hover) {
      &::after {
        content: var(--tw-content);
        right: -25px;
      }
    }
  }
}
.hover\:after\:w-\[calc\(100\%\+20px\)\] {
  &:hover {
    @media (hover: hover) {
      &::after {
        content: var(--tw-content);
        width: calc(100% + 20px);
      }
    }
  }
}
.hover\:after\:w-full {
  &:hover {
    @media (hover: hover) {
      &::after {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
}
.disabled\:cursor-not-allowed {
  &:disabled {
    cursor: not-allowed;
  }
}
.disabled\:bg-brand-blue\/10 {
  &:disabled {
    background-color: var(--color-brand-blue);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-blue) 10%, transparent);
    }
  }
}
.disabled\:bg-brand-grey\/5 {
  &:disabled {
    background-color: var(--color-brand-grey);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-grey) 5%, transparent);
    }
  }
}
.disabled\:text-brand-blue {
  &:disabled {
    color: var(--color-brand-blue);
  }
}
.data-\[active\=false\]\:hidden {
  &[data-active="false"] {
    display: none;
  }
}
.data-\[active\=false\]\:hover\:bg-brand-yellow {
  &[data-active="false"] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-yellow);
      }
    }
  }
}
.data-\[active\=true\]\:translate-x-0 {
  &[data-active="true"] {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.data-\[active\=true\]\:after\:rotate-\[-90deg\] {
  &[data-active="true"] {
    &::after {
      content: var(--tw-content);
      rotate: -90deg;
    }
  }
}
.data-\[aspect\=related\]\:aspect-\[477\/300\] {
  &[data-aspect="related"] {
    aspect-ratio: 477/300;
  }
}
.data-\[background\=blue\]\:bg-brand-blue {
  &[data-background="blue"] {
    background-color: var(--color-brand-blue);
  }
}
.data-\[background\=grey\]\:bg-\[\#F1EFEB\] {
  &[data-background="grey"] {
    background-color: #F1EFEB;
  }
}
.data-\[background\=image\]\:bg-cover {
  &[data-background="image"] {
    background-size: cover;
  }
}
.data-\[background\=image\]\:bg-center {
  &[data-background="image"] {
    background-position: center;
  }
}
.data-\[background\=image\]\:after\:absolute {
  &[data-background="image"] {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
}
.data-\[background\=image\]\:after\:top-0 {
  &[data-background="image"] {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
}
.data-\[background\=image\]\:after\:left-0 {
  &[data-background="image"] {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
}
.data-\[background\=image\]\:after\:z-\[-1\] {
  &[data-background="image"] {
    &::after {
      content: var(--tw-content);
      z-index: -1;
    }
  }
}
.data-\[background\=image\]\:after\:h-full {
  &[data-background="image"] {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
}
.data-\[background\=image\]\:after\:w-full {
  &[data-background="image"] {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
}
.data-\[background\=image\]\:after\:bg-black {
  &[data-background="image"] {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
  }
}
.data-\[background\=image\]\:after\:opacity-\[0\.1\] {
  &[data-background="image"] {
    &::after {
      content: var(--tw-content);
      opacity: 0.1;
    }
  }
}
.data-\[background\=yellow\]\:bg-brand-yellow {
  &[data-background="yellow"] {
    background-color: var(--color-brand-yellow);
  }
}
.data-\[background\=yellow\]\:text-brand-blue {
  &[data-background="yellow"] {
    color: var(--color-brand-blue);
  }
}
.data-\[colour\=grey\]\:bg-brand-grey {
  &[data-colour="grey"] {
    background-color: var(--color-brand-grey);
  }
}
.data-\[colour\=yellow\]\:bg-brand-yellow {
  &[data-colour="yellow"] {
    background-color: var(--color-brand-yellow);
  }
}
.group-last\:data-\[has-logo-slider\=true\]\:hidden {
  &:is(:where(.group):last-child *) {
    &[data-has-logo-slider="true"] {
      display: none;
    }
  }
}
.data-\[prev-same-bg\=true\]\:pt-\[clamp\(40px\,5vw\,60px\)\] {
  &[data-prev-same-bg="true"] {
    padding-top: clamp(40px, 5vw, 60px);
  }
}
.data-\[prev-same-bg\=true\]\:pb-0 {
  &[data-prev-same-bg="true"] {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
.data-\[primary-hero\=true\]\:top-\[-62px\] {
  &[data-primary-hero="true"] {
    top: -62px;
  }
}
.data-\[show\=true\]\:visible {
  &[data-show="true"] {
    visibility: visible;
  }
}
.data-\[show\=true\]\:opacity-100 {
  &[data-show="true"] {
    opacity: 100%;
  }
}
.data-\[style\=grey\]\:bg-brand-grey {
  &[data-style="grey"] {
    background-color: var(--color-brand-grey);
  }
}
.data-\[theme\=dark\]\:bg-brand-blue {
  &[data-theme="dark"] {
    background-color: var(--color-brand-blue);
  }
}
.data-\[theme\=dark\]\:py-\[clamp\(70px\,8cqw\,120px\)\] {
  &[data-theme="dark"] {
    padding-block: clamp(70px, 8cqw, 120px);
  }
}
.data-\[theme\=light\]\:my-\[clamp\(70px\,8cqw\,120px\)\] {
  &[data-theme="light"] {
    margin-block: clamp(70px, 8cqw, 120px);
  }
}
.data-\[theme\=light\]\:bg-white {
  &[data-theme="light"] {
    background-color: var(--color-white);
  }
}
.data-\[visible\=false\]\:invisible {
  &[data-visible="false"] {
    visibility: hidden;
  }
}
.data-\[visible\=false\]\:opacity-0 {
  &[data-visible="false"] {
    opacity: 0%;
  }
}
.max-md\:flex {
  @media (width < 48rem) {
    display: flex;
  }
}
.max-md\:hidden {
  @media (width < 48rem) {
    display: none;
  }
}
.max-md\:cursor-pointer {
  @media (width < 48rem) {
    cursor: pointer;
  }
}
.max-md\:flex-col {
  @media (width < 48rem) {
    flex-direction: column;
  }
}
.max-md\:flex-col-reverse {
  @media (width < 48rem) {
    flex-direction: column-reverse;
  }
}
.max-md\:items-center {
  @media (width < 48rem) {
    align-items: center;
  }
}
.max-md\:justify-between {
  @media (width < 48rem) {
    justify-content: space-between;
  }
}
.max-md\:bg-brand-yellow {
  @media (width < 48rem) {
    background-color: var(--color-brand-yellow);
  }
}
.max-md\:px-0 {
  @media (width < 48rem) {
    padding-inline: calc(var(--spacing) * 0);
  }
}
.max-md\:px-\[15px\] {
  @media (width < 48rem) {
    padding-inline: 15px;
  }
}
.max-md\:\!pt-0 {
  @media (width < 48rem) {
    padding-top: calc(var(--spacing) * 0) !important;
  }
}
.max-md\:pt-0 {
  @media (width < 48rem) {
    padding-top: calc(var(--spacing) * 0);
  }
}
.max-md\:group-hover\:top-\[150\%\] {
  @media (width < 48rem) {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: 150%;
      }
    }
  }
}
.max-md\:group-hover\/item\:h-\[25px\] {
  @media (width < 48rem) {
    &:is(:where(.group\/item):hover *) {
      @media (hover: hover) {
        height: 25px;
      }
    }
  }
}
.max-md\:group-hover\/item\:w-full {
  @media (width < 48rem) {
    &:is(:where(.group\/item):hover *) {
      @media (hover: hover) {
        width: 100%;
      }
    }
  }
}
.max-md\:group-hover\/item\:pl-\[8px\] {
  @media (width < 48rem) {
    &:is(:where(.group\/item):hover *) {
      @media (hover: hover) {
        padding-left: 8px;
      }
    }
  }
}
.max-md\:group-data-\[active\=true\]\:top-\[50\%\] {
  @media (width < 48rem) {
    &:is(:where(.group)[data-active="true"] *) {
      top: 50%;
    }
  }
}
.max-md\:group-data-\[active\=true\]\:top-\[150\%\] {
  @media (width < 48rem) {
    &:is(:where(.group)[data-active="true"] *) {
      top: 150%;
    }
  }
}
.max-md\:group-data-\[active\=true\]\:h-\[25px\] {
  @media (width < 48rem) {
    &:is(:where(.group)[data-active="true"] *) {
      height: 25px;
    }
  }
}
.max-md\:group-data-\[active\=true\]\:w-full {
  @media (width < 48rem) {
    &:is(:where(.group)[data-active="true"] *) {
      width: 100%;
    }
  }
}
.max-md\:group-data-\[active\=true\]\:pr-\[8px\] {
  @media (width < 48rem) {
    &:is(:where(.group)[data-active="true"] *) {
      padding-right: 8px;
    }
  }
}
.max-md\:group-data-\[active\=true\]\:pl-\[8px\] {
  @media (width < 48rem) {
    &:is(:where(.group)[data-active="true"] *) {
      padding-left: 8px;
    }
  }
}
.max-md\:peer-data-\[active\=true\]\:bg-brand-yellow {
  @media (width < 48rem) {
    &:is(:where(.peer)[data-active="true"] ~ *) {
      background-color: var(--color-brand-yellow);
    }
  }
}
.max-md\:data-\[active\=true\]\:bg-brand-yellow {
  @media (width < 48rem) {
    &[data-active="true"] {
      background-color: var(--color-brand-yellow);
    }
  }
}
.max-sm\:flex-col {
  @media (width < 40rem) {
    flex-direction: column;
  }
}
.max-sm\:pb-\[45px\] {
  @media (width < 40rem) {
    padding-bottom: 45px;
  }
}
.min-\[1350px\]\:grid-cols-3 {
  @media (width >= 1350px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sm\:order-1 {
  @media (width >= 40rem) {
    order: 1;
  }
}
.sm\:order-3 {
  @media (width >= 40rem) {
    order: 3;
  }
}
.sm\:block {
  @media (width >= 40rem) {
    display: block;
  }
}
.sm\:aspect-\[423\/408\] {
  @media (width >= 40rem) {
    aspect-ratio: 423/408;
  }
}
.sm\:w-\[50\%\] {
  @media (width >= 40rem) {
    width: 50%;
  }
}
.sm\:w-full {
  @media (width >= 40rem) {
    width: 100%;
  }
}
.sm\:flex-row {
  @media (width >= 40rem) {
    flex-direction: row;
  }
}
.sm\:items-center {
  @media (width >= 40rem) {
    align-items: center;
  }
}
.sm\:justify-end {
  @media (width >= 40rem) {
    justify-content: flex-end;
  }
}
.sm\:justify-normal {
  @media (width >= 40rem) {
    justify-content: normal;
  }
}
.sm\:px-\[27px\] {
  @media (width >= 40rem) {
    padding-inline: 27px;
  }
}
.sm\:py-\[16px\] {
  @media (width >= 40rem) {
    padding-block: 16px;
  }
}
.sm\:pr-0 {
  @media (width >= 40rem) {
    padding-right: calc(var(--spacing) * 0);
  }
}
.sm\:pl-0 {
  @media (width >= 40rem) {
    padding-left: calc(var(--spacing) * 0);
  }
}
.sm\:pl-\[clamp\(30px\,5vw\,75px\)\] {
  @media (width >= 40rem) {
    padding-left: clamp(30px, 5vw, 75px);
  }
}
.sm\:text-\[clamp\(21px\,3vw\,34px\)\] {
  @media (width >= 40rem) {
    font-size: clamp(21px, 3vw, 34px);
  }
}
.md\:absolute {
  @media (width >= 48rem) {
    position: absolute;
  }
}
.md\:top-\[50\%\] {
  @media (width >= 48rem) {
    top: 50%;
  }
}
.md\:right-0 {
  @media (width >= 48rem) {
    right: calc(var(--spacing) * 0);
  }
}
.md\:order-1 {
  @media (width >= 48rem) {
    order: 1;
  }
}
.md\:order-3 {
  @media (width >= 48rem) {
    order: 3;
  }
}
.md\:col-start-1 {
  @media (width >= 48rem) {
    grid-column-start: 1;
  }
}
.md\:col-end-1 {
  @media (width >= 48rem) {
    grid-column-end: 1;
  }
}
.md\:row-start-1 {
  @media (width >= 48rem) {
    grid-row-start: 1;
  }
}
.md\:mx-0 {
  @media (width >= 48rem) {
    margin-inline: calc(var(--spacing) * 0);
  }
}
.md\:my-0 {
  @media (width >= 48rem) {
    margin-block: calc(var(--spacing) * 0);
  }
}
.md\:mt-0 {
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.md\:mt-\[10px\] {
  @media (width >= 48rem) {
    margin-top: 10px;
  }
}
.md\:mt-\[200px\] {
  @media (width >= 48rem) {
    margin-top: 200px;
  }
}
.md\:mt-auto {
  @media (width >= 48rem) {
    margin-top: auto;
  }
}
.md\:mb-0 {
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.md\:mb-\[60px\] {
  @media (width >= 48rem) {
    margin-bottom: 60px;
  }
}
.md\:mb-\[230px\] {
  @media (width >= 48rem) {
    margin-bottom: 230px;
  }
}
.md\:\!hidden {
  @media (width >= 48rem) {
    display: none !important;
  }
}
.md\:block {
  @media (width >= 48rem) {
    display: block;
  }
}
.md\:grid {
  @media (width >= 48rem) {
    display: grid;
  }
}
.md\:hidden {
  @media (width >= 48rem) {
    display: none;
  }
}
.md\:h-0 {
  @media (width >= 48rem) {
    height: calc(var(--spacing) * 0);
  }
}
.md\:w-\[1px\] {
  @media (width >= 48rem) {
    width: 1px;
  }
}
.md\:w-\[50\%\] {
  @media (width >= 48rem) {
    width: 50%;
  }
}
.md\:w-\[250px\] {
  @media (width >= 48rem) {
    width: 250px;
  }
}
.md\:w-\[350px\] {
  @media (width >= 48rem) {
    width: 350px;
  }
}
.md\:w-\[373px\] {
  @media (width >= 48rem) {
    width: 373px;
  }
}
.md\:w-\[calc\(100\%-clamp\(300px\,35cqw\,395px\)\)\] {
  @media (width >= 48rem) {
    width: calc(100% - clamp(300px, 35cqw, 395px));
  }
}
.md\:w-\[clamp\(270px\,25cqw\,350px\)\] {
  @media (width >= 48rem) {
    width: clamp(270px, 25cqw, 350px);
  }
}
.md\:w-\[clamp\(300px\,35cqw\,395px\)\] {
  @media (width >= 48rem) {
    width: clamp(300px, 35cqw, 395px);
  }
}
.md\:w-full {
  @media (width >= 48rem) {
    width: 100%;
  }
}
.md\:max-w-\[730px\] {
  @media (width >= 48rem) {
    max-width: 730px;
  }
}
.md\:translate-y-\[-50\%\] {
  @media (width >= 48rem) {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.md\:grid-cols-1 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.md\:grid-cols-3 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.md\:flex-col {
  @media (width >= 48rem) {
    flex-direction: column;
  }
}
.md\:flex-row {
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.md\:items-center {
  @media (width >= 48rem) {
    align-items: center;
  }
}
.md\:items-stretch {
  @media (width >= 48rem) {
    align-items: stretch;
  }
}
.md\:justify-between {
  @media (width >= 48rem) {
    justify-content: space-between;
  }
}
.md\:gap-0 {
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 0);
  }
}
.md\:gap-\[50px\] {
  @media (width >= 48rem) {
    gap: 50px;
  }
}
.md\:self-center {
  @media (width >= 48rem) {
    align-self: center;
  }
}
.md\:border-t {
  @media (width >= 48rem) {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
}
.md\:border-brand-blue {
  @media (width >= 48rem) {
    border-color: var(--color-brand-blue);
  }
}
.md\:bg-brand-blue {
  @media (width >= 48rem) {
    background-color: var(--color-brand-blue);
  }
}
.md\:px-\[100px\] {
  @media (width >= 48rem) {
    padding-inline: 100px;
  }
}
.md\:py-\[33px\] {
  @media (width >= 48rem) {
    padding-block: 33px;
  }
}
.md\:pt-\[10px\] {
  @media (width >= 48rem) {
    padding-top: 10px;
  }
}
.md\:pr-\[20px\] {
  @media (width >= 48rem) {
    padding-right: 20px;
  }
}
.md\:pr-\[25px\] {
  @media (width >= 48rem) {
    padding-right: 25px;
  }
}
.md\:pr-\[45px\] {
  @media (width >= 48rem) {
    padding-right: 45px;
  }
}
.md\:pr-\[60px\] {
  @media (width >= 48rem) {
    padding-right: 60px;
  }
}
.md\:pb-\[30px\] {
  @media (width >= 48rem) {
    padding-bottom: 30px;
  }
}
.md\:pb-\[45px\] {
  @media (width >= 48rem) {
    padding-bottom: 45px;
  }
}
.md\:pb-\[clamp\(40px\,10cqw\,165px\)\] {
  @media (width >= 48rem) {
    padding-bottom: clamp(40px, 10cqw, 165px);
  }
}
.md\:pl-\[25px\] {
  @media (width >= 48rem) {
    padding-left: 25px;
  }
}
.md\:text-\[clamp\(20px\,2cqw\,26px\)\] {
  @media (width >= 48rem) {
    font-size: clamp(20px, 2cqw, 26px);
  }
}
.md\:opacity-0 {
  @media (width >= 48rem) {
    opacity: 0%;
  }
}
.md\:group-data-\[active\=false\]\:group-hover\:translate-x-\[20px\] {
  @media (width >= 48rem) {
    &:is(:where(.group)[data-active="false"] *) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-translate-x: 20px;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
}
.md\:group-data-\[active\=true\]\:pl-\[26px\] {
  @media (width >= 48rem) {
    &:is(:where(.group)[data-active="true"] *) {
      padding-left: 26px;
    }
  }
}
.md\:after\:block {
  @media (width >= 48rem) {
    &::after {
      content: var(--tw-content);
      display: block;
    }
  }
}
.md\:after\:hidden {
  @media (width >= 48rem) {
    &::after {
      content: var(--tw-content);
      display: none;
    }
  }
}
.lg\:col-start-1 {
  @media (width >= 64rem) {
    grid-column-start: 1;
  }
}
.lg\:col-end-1 {
  @media (width >= 64rem) {
    grid-column-end: 1;
  }
}
.lg\:row-start-1 {
  @media (width >= 64rem) {
    grid-row-start: 1;
  }
}
.lg\:block {
  @media (width >= 64rem) {
    display: block;
  }
}
.lg\:grid {
  @media (width >= 64rem) {
    display: grid;
  }
}
.lg\:w-\[42\%\] {
  @media (width >= 64rem) {
    width: 42%;
  }
}
.lg\:w-\[50\%\] {
  @media (width >= 64rem) {
    width: 50%;
  }
}
.lg\:w-\[58\%\] {
  @media (width >= 64rem) {
    width: 58%;
  }
}
.lg\:w-\[226px\] {
  @media (width >= 64rem) {
    width: 226px;
  }
}
.lg\:max-w-\[600px\] {
  @media (width >= 64rem) {
    max-width: 600px;
  }
}
.lg\:translate-x-\[-50px\] {
  @media (width >= 64rem) {
    --tw-translate-x: -50px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.lg\:rotate-0 {
  @media (width >= 64rem) {
    rotate: 0deg;
  }
}
.lg\:grid-cols-1 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.lg\:grid-cols-2 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.lg\:grid-cols-4 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.lg\:flex-row {
  @media (width >= 64rem) {
    flex-direction: row;
  }
}
.lg\:items-center {
  @media (width >= 64rem) {
    align-items: center;
  }
}
.lg\:justify-between {
  @media (width >= 64rem) {
    justify-content: space-between;
  }
}
.lg\:gap-\[25px\] {
  @media (width >= 64rem) {
    gap: 25px;
  }
}
.lg\:bg-white {
  @media (width >= 64rem) {
    background-color: var(--color-white);
  }
}
.lg\:pt-0 {
  @media (width >= 64rem) {
    padding-top: calc(var(--spacing) * 0);
  }
}
.lg\:pr-\[30px\] {
  @media (width >= 64rem) {
    padding-right: 30px;
  }
}
.lg\:pr-\[50px\] {
  @media (width >= 64rem) {
    padding-right: 50px;
  }
}
.lg\:pb-0 {
  @media (width >= 64rem) {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
.lg\:pb-\[350px\] {
  @media (width >= 64rem) {
    padding-bottom: 350px;
  }
}
.lg\:pl-\[30px\] {
  @media (width >= 64rem) {
    padding-left: 30px;
  }
}
.lg\:pl-\[clamp\(50px\,6vw\,135px\)\] {
  @media (width >= 64rem) {
    padding-left: clamp(50px, 6vw, 135px);
  }
}
.lg\:opacity-0 {
  @media (width >= 64rem) {
    opacity: 0%;
  }
}
.lg\:\[clip-path\:none\] {
  @media (width >= 64rem) {
    clip-path: none;
  }
}
.lg\:\[clip-path\:polygon\(calc\(100\%-30px\)_0\,100\%_calc\(30px\)\,100\%_100\%\,0_100\%\,0_0\)\] {
  @media (width >= 64rem) {
    clip-path: polygon(calc(100% - 30px) 0,100% calc(30px),100% 100%,0 100%,0 0);
  }
}
.lg\:group-data-\[active\=true\]\:translate-x-0 {
  @media (width >= 64rem) {
    &:is(:where(.group)[data-active="true"] *) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.lg\:group-data-\[active\=true\]\:opacity-100 {
  @media (width >= 64rem) {
    &:is(:where(.group)[data-active="true"] *) {
      opacity: 100%;
    }
  }
}
.xl\:flex {
  @media (width >= 80rem) {
    display: flex;
  }
}
.xl\:hidden {
  @media (width >= 80rem) {
    display: none;
  }
}
.xl\:py-\[16px\] {
  @media (width >= 80rem) {
    padding-block: 16px;
  }
}
.\@sm\/item\:order-1 {
  @container item (width >= 24rem) {
    order: 1;
  }
}
.\@sm\/item\:order-2 {
  @container item (width >= 24rem) {
    order: 2;
  }
}
.\@sm\/item\:flex-row {
  @container item (width >= 24rem) {
    flex-direction: row;
  }
}
.\@sm\/item\:items-center {
  @container item (width >= 24rem) {
    align-items: center;
  }
}
.prose-a\:text-primary {
  & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    color: var(--color-primary);
  }
}
.\[\&_\*\]\:opacity-0 {
  & * {
    opacity: 0%;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:\!m-0 {
  & .swiper-pagination-bullet {
    margin: calc(var(--spacing) * 0) !important;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:h-\[10px\] {
  & .swiper-pagination-bullet {
    height: 10px;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:w-\[10px\] {
  & .swiper-pagination-bullet {
    width: 10px;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:rounded-\[0\] {
  & .swiper-pagination-bullet {
    border-radius: 0;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:bg-\[\#BBBBBB\] {
  & .swiper-pagination-bullet {
    background-color: #BBBBBB;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:opacity-100 {
  & .swiper-pagination-bullet {
    opacity: 100%;
  }
}
.\[\&_\.swiper-pagination-bullet-active\]\:bg-brand-yellow {
  & .swiper-pagination-bullet-active {
    background-color: var(--color-brand-yellow);
  }
}
.\[\&_a\]\:no-underline {
  & a {
    text-decoration-line: none;
  }
}
.\[\&_a\]\:hover\:no-underline {
  & a {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
}
.\[\&_br\]\:hidden {
  & br {
    display: none;
  }
}
.md\:\[\&_br\]\:block {
  @media (width >= 48rem) {
    & br {
      display: block;
    }
  }
}
.\[\&_div\]\:cursor-pointer {
  & div {
    cursor: pointer;
  }
}
.\[\&_div\]\:border-b {
  & div {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
}
.\[\&_div\]\:border-gray-200 {
  & div {
    border-color: var(--color-gray-200);
  }
}
.\[\&_div\]\:px-\[16px\] {
  & div {
    padding-inline: 16px;
  }
}
.\[\&_div\]\:py-\[7px\] {
  & div {
    padding-block: 7px;
  }
}
.\[\&_div\]\:py-\[15px\] {
  & div {
    padding-block: 15px;
  }
}
.\[\&_div\]\:text-\[15px\] {
  & div {
    font-size: 15px;
  }
}
.\[\&_div\]\:uppercase {
  & div {
    text-transform: uppercase;
  }
}
.\[\&_div\]\:opacity-0 {
  & div {
    opacity: 0%;
  }
}
.first\:\[\&_div\]\:pt-\[30px\] {
  &:first-child {
    & div {
      padding-top: 30px;
    }
  }
}
.last\:\[\&_div\]\:\!border-b {
  &:last-child {
    & div {
      border-bottom-style: var(--tw-border-style) !important;
      border-bottom-width: 1px !important;
    }
  }
}
.\[\&_div\]\:hover\:bg-brand-yellow {
  & div {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-yellow);
      }
    }
  }
}
.\[\&_figcaption\]\:text-\[14px\] {
  & figcaption {
    font-size: 14px;
  }
}
.\[\&_figcaption\]\:-tracking-\[0\.02em\] {
  & figcaption {
    --tw-tracking: calc(0.02em * -1);
    letter-spacing: calc(0.02em * -1);
  }
}
.\[\&_figcaption\]\:text-\[\#BBBBBB\] {
  & figcaption {
    color: #BBBBBB;
  }
}
.\[\&_figure\]\:mx-\[clamp\(30px\,6cqw\,60px\)\] {
  & figure {
    margin-inline: clamp(30px, 6cqw, 60px);
  }
}
.\[\&_figure\]\:my-\[clamp\(40px\,6cqw\,90px\)\] {
  & figure {
    margin-block: clamp(40px, 6cqw, 90px);
  }
}
.\[\&_figure\]\:aspect-\[729\/395\] {
  & figure {
    aspect-ratio: 729/395;
  }
}
.\[\&_figure\]\:\!h-auto {
  & figure {
    height: auto !important;
  }
}
.\[\&_figure\]\:\!w-\[calc\(100\%-clamp\(30px\,6cqw\,60px\)\*2\)\] {
  & figure {
    width: calc(100% - clamp(30px, 6cqw, 60px) * 2) !important;
  }
}
.lg\:\[\&_figure\]\:mx-\[clamp\(40px\,10cqw\,150px\)\] {
  @media (width >= 64rem) {
    & figure {
      margin-inline: clamp(40px, 10cqw, 150px);
    }
  }
}
.lg\:\[\&_figure\]\:\!w-\[calc\(100\%-clamp\(40px\,10cqw\,150px\)\*2\)\] {
  @media (width >= 64rem) {
    & figure {
      width: calc(100% - clamp(40px, 10cqw, 150px) * 2) !important;
    }
  }
}
.\[\&_h1\]\:mb-\[1\.1364em\] {
  & h1 {
    margin-bottom: 1.1364em;
  }
}
.\[\&_h1\]\:text-\[44px\] {
  & h1 {
    font-size: 44px;
  }
}
.\[\&_h1\]\:text-\[70px\] {
  & h1 {
    font-size: 70px;
  }
}
.\[\&_h1\]\:leading-\[1\.1764em\] {
  & h1 {
    --tw-leading: 1.1764em;
    line-height: 1.1764em;
  }
}
.\[\&_h1\]\:font-light {
  & h1 {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
}
.\[\&_h1\]\:-tracking-\[0\.03em\] {
  & h1 {
    --tw-tracking: calc(0.03em * -1);
    letter-spacing: calc(0.03em * -1);
  }
}
.\[\&_h2\]\:mx-auto {
  & h2 {
    margin-inline: auto;
  }
}
.\[\&_h2\]\:mb-\[1\.1364em\] {
  & h2 {
    margin-bottom: 1.1364em;
  }
}
.\[\&_h2\]\:mb-\[50px\] {
  & h2 {
    margin-bottom: 50px;
  }
}
.\[\&_h2\]\:max-w-\[785px\] {
  & h2 {
    max-width: 785px;
  }
}
.\[\&_h2\]\:text-\[44px\] {
  & h2 {
    font-size: 44px;
  }
}
.\[\&_h2\]\:text-\[clamp\(26px\,3vw\,44px\)\] {
  & h2 {
    font-size: clamp(26px, 3vw, 44px);
  }
}
.\[\&_h2\]\:text-\[clamp\(28px\,3\.5cqw\,34px\)\] {
  & h2 {
    font-size: clamp(28px, 3.5cqw, 34px);
  }
}
.\[\&_h2\]\:leading-\[1\.1764em\] {
  & h2 {
    --tw-leading: 1.1764em;
    line-height: 1.1764em;
  }
}
.\[\&_h2\]\:leading-\[1\.2271em\] {
  & h2 {
    --tw-leading: 1.2271em;
    line-height: 1.2271em;
  }
}
.\[\&_h2\]\:font-light {
  & h2 {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
}
.\[\&_h2\]\:font-medium {
  & h2 {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
}
.\[\&_h2\]\:-tracking-\[0\.03em\] {
  & h2 {
    --tw-tracking: calc(0.03em * -1);
    letter-spacing: calc(0.03em * -1);
  }
}
.\[\&_h2\]\:-tracking-\[0\.015em\] {
  & h2 {
    --tw-tracking: calc(0.015em * -1);
    letter-spacing: calc(0.015em * -1);
  }
}
.\[\&_h2\]\:text-brand-blue {
  & h2 {
    color: var(--color-brand-blue);
  }
}
.\[\&_h3\]\:mb-\[1\.1364em\] {
  & h3 {
    margin-bottom: 1.1364em;
  }
}
.\[\&_h3\]\:mb-\[clamp\(25px\,5vw\,45px\)\] {
  & h3 {
    margin-bottom: clamp(25px, 5vw, 45px);
  }
}
.\[\&_h3\]\:pb-\[50px\] {
  & h3 {
    padding-bottom: 50px;
  }
}
.\[\&_h3\]\:text-\[34px\] {
  & h3 {
    font-size: 34px;
  }
}
.\[\&_h3\]\:text-\[clamp\(20px\,2\.5vw\,34px\)\] {
  & h3 {
    font-size: clamp(20px, 2.5vw, 34px);
  }
}
.\[\&_h3\]\:text-\[clamp\(24px\,5cqw\,34px\)\] {
  & h3 {
    font-size: clamp(24px, 5cqw, 34px);
  }
}
.\[\&_h3\]\:text-\[clamp\(28px\,3cqw\,34px\)\] {
  & h3 {
    font-size: clamp(28px, 3cqw, 34px);
  }
}
.\[\&_h3\]\:leading-\[1\.333em\] {
  & h3 {
    --tw-leading: 1.333em;
    line-height: 1.333em;
  }
}
.\[\&_h3\]\:leading-\[1\.1764em\] {
  & h3 {
    --tw-leading: 1.1764em;
    line-height: 1.1764em;
  }
}
.\[\&_h3\]\:leading-\[1\.1767em\] {
  & h3 {
    --tw-leading: 1.1767em;
    line-height: 1.1767em;
  }
}
.\[\&_h3\]\:font-light {
  & h3 {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
}
.\[\&_h3\]\:-tracking-\[0\.03em\] {
  & h3 {
    --tw-tracking: calc(0.03em * -1);
    letter-spacing: calc(0.03em * -1);
  }
}
.\[\&_h3\]\:-tracking-\[0\.015em\] {
  & h3 {
    --tw-tracking: calc(0.015em * -1);
    letter-spacing: calc(0.015em * -1);
  }
}
.\[\&_h3\]\:text-brand-blue {
  & h3 {
    color: var(--color-brand-blue);
  }
}
.\[\&_h4\]\:mb-\[1\.1364em\] {
  & h4 {
    margin-bottom: 1.1364em;
  }
}
.\[\&_h4\]\:text-\[26px\] {
  & h4 {
    font-size: 26px;
  }
}
.\[\&_h4\]\:text-\[clamp\(24px\,2\.5cqw\,26px\)\] {
  & h4 {
    font-size: clamp(24px, 2.5cqw, 26px);
  }
}
.\[\&_h4\]\:leading-\[1\.1764em\] {
  & h4 {
    --tw-leading: 1.1764em;
    line-height: 1.1764em;
  }
}
.\[\&_h4\]\:font-light {
  & h4 {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
}
.\[\&_h4\]\:-tracking-\[0\.03em\] {
  & h4 {
    --tw-tracking: calc(0.03em * -1);
    letter-spacing: calc(0.03em * -1);
  }
}
.\[\&_h5\]\:mb-\[1\.1364em\] {
  & h5 {
    margin-bottom: 1.1364em;
  }
}
.\[\&_h5\]\:text-\[22px\] {
  & h5 {
    font-size: 22px;
  }
}
.\[\&_h5\]\:leading-\[1\.1764em\] {
  & h5 {
    --tw-leading: 1.1764em;
    line-height: 1.1764em;
  }
}
.\[\&_h5\]\:font-light {
  & h5 {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
}
.\[\&_h5\]\:-tracking-\[0\.03em\] {
  & h5 {
    --tw-tracking: calc(0.03em * -1);
    letter-spacing: calc(0.03em * -1);
  }
}
.\[\&_h6\]\:mb-\[1\.1364em\] {
  & h6 {
    margin-bottom: 1.1364em;
  }
}
.\[\&_h6\]\:text-\[22px\] {
  & h6 {
    font-size: 22px;
  }
}
.\[\&_h6\]\:leading-\[1\.1764em\] {
  & h6 {
    --tw-leading: 1.1764em;
    line-height: 1.1764em;
  }
}
.\[\&_h6\]\:font-light {
  & h6 {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
}
.\[\&_h6\]\:-tracking-\[0\.03em\] {
  & h6 {
    --tw-tracking: calc(0.03em * -1);
    letter-spacing: calc(0.03em * -1);
  }
}
.\[\&_img\]\:w-full {
  & img {
    width: 100%;
  }
}
.\[\&_figure\]\:\[\&_img\]\:h-full {
  & figure {
    & img {
      height: 100%;
    }
  }
}
.\[\&_figure\]\:\[\&_img\]\:w-full {
  & figure {
    & img {
      width: 100%;
    }
  }
}
.\[\&_figure\]\:\[\&_img\]\:object-cover {
  & figure {
    & img {
      object-fit: cover;
    }
  }
}
.\[\&_figure\]\:\[\&_img\]\:object-center {
  & figure {
    & img {
      object-position: center;
    }
  }
}
.\[\&_li\]\:mb-\[0\.5em\] {
  & li {
    margin-bottom: 0.5em;
  }
}
.\[\&_li\]\:text-\[17px\] {
  & li {
    font-size: 17px;
  }
}
.\[\&_li\]\:leading-\[1\.433em\] {
  & li {
    --tw-leading: 1.433em;
    line-height: 1.433em;
  }
}
.\[\&_li\]\:-tracking-\[0\.01em\] {
  & li {
    --tw-tracking: calc(0.01em * -1);
    letter-spacing: calc(0.01em * -1);
  }
}
.\[\&_ol\]\:m-0 {
  & ol {
    margin: calc(var(--spacing) * 0);
  }
}
.\[\&_ol\]\:my-\[20px\] {
  & ol {
    margin-block: 20px;
  }
}
.\[\&_ol\]\:list-decimal {
  & ol {
    list-style-type: decimal;
  }
}
.\[\&_ol\]\:pl-\[30px\] {
  & ol {
    padding-left: 30px;
  }
}
.\[\&_ol\]\:text-\[18px\] {
  & ol {
    font-size: 18px;
  }
}
.\[\&_ol\]\:text-\[20px\] {
  & ol {
    font-size: 20px;
  }
}
.\[\&_ol\]\:\[\&_li\]\:font-bold {
  & ol {
    & li {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
}
.\[\&_p\]\:mx-auto {
  & p {
    margin-inline: auto;
  }
}
.\[\&_p\]\:mb-\[1\.5em\] {
  & p {
    margin-bottom: 1.5em;
  }
}
.\[\&_p\]\:mb-\[1em\] {
  & p {
    margin-bottom: 1em;
  }
}
.\[\&_p\]\:mb-\[clamp\(50px\,9vw\,120px\)\] {
  & p {
    margin-bottom: clamp(50px, 9vw, 120px);
  }
}
.\[\&_p\]\:max-w-\[978px\] {
  & p {
    max-width: 978px;
  }
}
.\[\&_p\]\:text-\[17px\] {
  & p {
    font-size: 17px;
  }
}
.\[\&_p\]\:text-\[18px\] {
  & p {
    font-size: 18px;
  }
}
.\[\&_p\]\:text-\[clamp\(15px\,3vw\,17px\)\] {
  & p {
    font-size: clamp(15px, 3vw, 17px);
  }
}
.\[\&_p\]\:text-\[clamp\(18px\,3vw\,22px\)\] {
  & p {
    font-size: clamp(18px, 3vw, 22px);
  }
}
.\[\&_p\]\:leading-\[1\.333em\] {
  & p {
    --tw-leading: 1.333em;
    line-height: 1.333em;
  }
}
.\[\&_p\]\:leading-\[1\.433em\] {
  & p {
    --tw-leading: 1.433em;
    line-height: 1.433em;
  }
}
.\[\&_p\]\:font-medium {
  & p {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
}
.\[\&_p\]\:-tracking-\[0\.01em\] {
  & p {
    --tw-tracking: calc(0.01em * -1);
    letter-spacing: calc(0.01em * -1);
  }
}
.\[\&_p\]\:-tracking-\[0\.02em\] {
  & p {
    --tw-tracking: calc(0.02em * -1);
    letter-spacing: calc(0.02em * -1);
  }
}
.\[\&_p\]\:text-brand-blue {
  & p {
    color: var(--color-brand-blue);
  }
}
.\[\&_p\]\:opacity-0 {
  & p {
    opacity: 0%;
  }
}
.\[\&_p\]\:first\:mb-\[1\.1364em\] {
  & p {
    &:first-child {
      margin-bottom: 1.1364em;
    }
  }
}
.\[\&_p\]\:first\:text-\[clamp\(20px\,4cqw\,34px\)\] {
  & p {
    &:first-child {
      font-size: clamp(20px, 4cqw, 34px);
    }
  }
}
.\[\&_p\]\:first\:leading-\[1\.1764em\] {
  & p {
    &:first-child {
      --tw-leading: 1.1764em;
      line-height: 1.1764em;
    }
  }
}
.\[\&_p\]\:first\:font-light {
  & p {
    &:first-child {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
  }
}
.\[\&_p\]\:first\:-tracking-\[0\.03em\] {
  & p {
    &:first-child {
      --tw-tracking: calc(0.03em * -1);
      letter-spacing: calc(0.03em * -1);
    }
  }
}
.\[\&_p\]\:last\:mb-0 {
  & p {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}
.\[\&_p\:not\(\:last-child\)\]\:pb-\[20px\] {
  & p:not(:last-child) {
    padding-bottom: 20px;
  }
}
.\[\&_span\]\:flex {
  & span {
    display: flex;
  }
}
.\[\&_span\]\:flex-wrap {
  & span {
    flex-wrap: wrap;
  }
}
.\[\&_span\]\:gap-\[12px\] {
  & span {
    gap: 12px;
  }
}
.\[\&_span\]\:gap-y-\[3px\] {
  & span {
    row-gap: 3px;
  }
}
.\[\&_span\]\:text-\[clamp\(13px\,2vw\,15px\)\] {
  & span {
    font-size: clamp(13px, 2vw, 15px);
  }
}
.\[\&_span\]\:-tracking-\[0\.02em\] {
  & span {
    --tw-tracking: calc(0.02em * -1);
    letter-spacing: calc(0.02em * -1);
  }
}
.\[\&_strong\]\:font-bold {
  & strong {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
.\[\&_svg\]\:h-auto {
  & svg {
    height: auto;
  }
}
.\[\&_svg\]\:h-full {
  & svg {
    height: 100%;
  }
}
.\[\&_svg\]\:w-\[40\%\] {
  & svg {
    width: 40%;
  }
}
.\[\&_svg\]\:w-\[50\%\] {
  & svg {
    width: 50%;
  }
}
.\[\&_svg\]\:w-full {
  & svg {
    width: 100%;
  }
}
.\[\&_table\]\:mb-\[20px\] {
  & table {
    margin-bottom: 20px;
  }
}
.\[\&_table\]\:w-full {
  & table {
    width: 100%;
  }
}
.\[\&_table\]\:\[\&_p\]\:mb-0 {
  & table {
    & p {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}
.\[\&_table\]\:\[\&_td\]\:flex {
  & table {
    & td {
      display: flex;
    }
  }
}
.\[\&_table\]\:\[\&_td\]\:w-full {
  & table {
    & td {
      width: 100%;
    }
  }
}
.\[\&_table\]\:\[\&_td\]\:flex-col {
  & table {
    & td {
      flex-direction: column;
    }
  }
}
.\[\&_table\]\:\[\&_td\]\:gap-\[10px\] {
  & table {
    & td {
      gap: 10px;
    }
  }
}
.\[\&_table\]\:\[\&_td\]\:py-\[15px\] {
  & table {
    & td {
      padding-block: 15px;
    }
  }
}
.\[\&_table\]\:\[\&_td\]\:pr-\[15px\] {
  & table {
    & td {
      padding-right: 15px;
    }
  }
}
.\[\&_table\]\:\[\&_tr\]\:flex {
  & table {
    & tr {
      display: flex;
    }
  }
}
.\[\&_table\]\:\[\&_tr\]\:border-b-\[2px\] {
  & table {
    & tr {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
}
.\[\&_table\]\:\[\&_tr\]\:border-b-brand-blue {
  & table {
    & tr {
      border-bottom-color: var(--color-brand-blue);
    }
  }
}
.\[\&_ul\]\:m-0 {
  & ul {
    margin: calc(var(--spacing) * 0);
  }
}
.\[\&_ul\]\:my-\[20px\] {
  & ul {
    margin-block: 20px;
  }
}
.\[\&_ul\]\:list-disc {
  & ul {
    list-style-type: disc;
  }
}
.\[\&_ul\]\:pl-\[15px\] {
  & ul {
    padding-left: 15px;
  }
}
.\[\&_ul\]\:text-\[18px\] {
  & ul {
    font-size: 18px;
  }
}
.\[\&_ul\]\:\[\&_li\]\:\[\&_ul\]\:list-\[circle\] {
  & ul {
    & li {
      & ul {
        list-style-type: circle;
      }
    }
  }
}
.\[\&\.scroll\]\:top-0 {
  &.scroll {
    top: calc(var(--spacing) * 0);
  }
}
.\[role\=\"menuitem\"\]\:visible {
  &:is(role="menuitem") {
    visibility: visible;
  }
}
.\[\&\:not\(\.scroll\)\]\:bottom-0 {
  &:not(.scroll) {
    bottom: calc(var(--spacing) * 0);
  }
}
.\[\@media\(max-height\:1100px\)\]\:top-0 {
  @media (max-height:1100px) {
    top: calc(var(--spacing) * 0);
  }
}
.\[\@media\(max-height\:1100px\)\]\:h-\[calc\(100\%-40px\)\] {
  @media (max-height:1100px) {
    height: calc(100% - 40px);
  }
}
.\[\@media\(max-height\:1100px\)\]\:translate-y-0 {
  @media (max-height:1100px) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.\[body\.admin-bar_\&\]\:top-\[47px\] {
  body.admin-bar & {
    top: 47px;
  }
}
.\[body\.admin-bar_\&\]\:data-\[primary-hero\=true\]\:top-\[-26px\] {
  body.admin-bar & {
    &[data-primary-hero="true"] {
      top: -26px;
    }
  }
}
.min-\[783px\]\:\[body\.admin-bar_\&\]\:top-\[32px\] {
  @media (width >= 783px) {
    body.admin-bar & {
      top: 32px;
    }
  }
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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;
    }
  }
}
