/*! 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-white: #fff;
  --spacing: 0.25rem;
  --font-weight-medium: 500;
  --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);
  --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-orange: var(--brand-orange);
  --color-brand-purple: var(--brand-purple);
  --color-brand-black: var(--brand-black);
  --font-brand-serif: var(--brand-serif);
  --font-brand-sans: var(--brand-sans);
}
*, ::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 {
  margin-top: calc(var(--spacing) * 0);
  margin-right: auto;
  margin-bottom: calc(var(--spacing) * 0);
  margin-left: auto;
  max-width: 1591px;
  padding-top: calc(var(--spacing) * 0);
  padding-right: 20px;
  padding-bottom: calc(var(--spacing) * 0);
  padding-left: 20px;
  @media (width >= 64rem) {
    padding-right: 100px;
  }
  @media (width >= 64rem) {
    padding-left: 100px;
  }
}
:root {
  --brand-orange: #ff7025;
  --brand-purple: #a368fe;
  --brand-black: #131313;
  --brand-serif: "Erode", serif;
  --brand-sans: "DMSans", sans-serif;
}
.burger-menu.active {
  &::before {
    content: var(--tw-content);
    --tw-translate-y: 9px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::before {
    content: var(--tw-content);
    rotate: 135deg;
  }
  &::after {
    content: var(--tw-content);
    --tw-translate-y: calc(9px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::after {
    content: var(--tw-content);
    rotate: calc(135deg * -1);
  }
}
.burger-menu.active div {
  --tw-scale-x: 0%;
  --tw-scale-y: 0%;
  --tw-scale-z: 0%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.enquiryForm label {
  font-size: 16px;
  --tw-tracking: calc(0.02em * -1);
  letter-spacing: calc(0.02em * -1);
}
.enquiryForm input[type="text"], .enquiryForm input[type="email"] {
  margin-top: 4px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: color-mix(in srgb, #fff 50%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
  padding-inline: 20px;
  padding-block: 10px;
  font-size: 16px;
  --tw-tracking: calc(0.02em * -1);
  letter-spacing: calc(0.02em * -1);
}
.enquiryForm .wpcf7-submit {
  width: 100%;
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-brand-orange);
  padding-inline: 20px;
  padding-block: 10px;
  font-size: 16px;
  --tw-tracking: calc(0.02em * -1);
  letter-spacing: calc(0.02em * -1);
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-brand-purple);
    }
  }
}
.enquiryForm .wpcf7-not-valid-tip {
  position: relative;
  font-size: 13px;
  color: var(--color-brand-orange);
}
.enquiryForm .wpcf7 form .wpcf7-response-output {
  margin: calc(var(--spacing) * 0);
  border-style: var(--tw-border-style);
  border-width: 0px;
  padding-block: 10px;
  font-size: 13px;
  --tw-leading: 15px;
  line-height: 15px;
  white-space: normal;
  color: var(--color-brand-orange);
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@font-face {
  font-family: "Erode";
  src: url("../theme/fonts/Erode-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Erode";
  src: url("../theme/fonts/Erode-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Erode";
  src: url("../theme/fonts/Erode-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Erode";
  src: url("../theme/fonts/Erode-Italic.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Erode";
  src: url("../theme/fonts/Erode-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Erode";
  src: url("../theme/fonts/Erode-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Erode";
  src: url("../theme/fonts/Erode-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Erode";
  src: url("../theme/fonts/Erode-SemiboldItalic.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Erode";
  src: url("../theme/fonts/Erode-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Erode";
  src: url("../theme/fonts/Erode-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "DMSans";
  src: url("../theme/fonts/DMSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../theme/fonts/DMSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../theme/fonts/DMSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../theme/fonts/DMSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
.\@container {
  container-type: inline-size;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-\[0\] {
  top: 0;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[80px\] {
  top: 80px;
}
.top-\[116px\] {
  top: 116px;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[-10px\] {
  right: -10px;
}
.right-\[-100vw\] {
  right: -100vw;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[25px\] {
  right: 25px;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-\[-25px\] {
  bottom: -25px;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-\[-40px\] {
  left: -40px;
}
.left-\[24px\] {
  left: 24px;
}
.left-\[35px\] {
  left: 35px;
}
.left-\[unset\] {
  left: unset;
}
.-z-1 {
  z-index: calc(1 * -1);
}
.z-1 {
  z-index: 1;
}
.z-3 {
  z-index: 3;
}
.z-10 {
  z-index: 10;
}
.z-11 {
  z-index: 11;
}
.z-20 {
  z-index: 20;
}
.z-100 {
  z-index: 100;
}
.z-\[100000\] {
  z-index: 100000;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.mx-\[20px\] {
  margin-inline: 20px;
}
.mx-auto {
  margin-inline: auto;
}
.my-0 {
  margin-block: calc(var(--spacing) * 0);
}
.my-\[15px\] {
  margin-block: 15px;
}
.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-\[50px\] {
  margin-top: 50px;
}
.mt-auto {
  margin-top: auto;
}
.\!mb-0 {
  margin-bottom: calc(var(--spacing) * 0) !important;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[75px\] {
  margin-bottom: 75px;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[647\/363\] {
  aspect-ratio: 647/363;
}
.h-0 {
  height: calc(var(--spacing) * 0);
}
.h-\[1px\] {
  height: 1px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[205px\] {
  height: 205px;
}
.h-\[440px\] {
  height: 440px;
}
.h-\[calc\(100\%-2px\)\] {
  height: calc(100% - 2px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.min-h-\[2em\] {
  min-height: 2em;
}
.\!w-\[100px\] {
  width: 100px !important;
}
.w-0 {
  width: calc(var(--spacing) * 0);
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-\[33px\] {
  width: 33px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[420px\] {
  width: 420px;
}
.w-\[calc\(100\%-2px\)\] {
  width: calc(100% - 2px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[194px\] {
  max-width: 194px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[866px\] {
  max-width: 866px;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-\[calc\(100vw-30px\)\] {
  max-width: calc(100vw - 30px);
}
.max-w-none {
  max-width: none;
}
.flex-none {
  flex: none;
}
.translate-0 {
  --tw-translate-x: calc(var(--spacing) * 0);
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.\!translate-x-0 {
  --tw-translate-x: calc(var(--spacing) * 0) !important;
  translate: var(--tw-translate-x) var(--tw-translate-y) !important;
}
.translate-y-\[15\%\] {
  --tw-translate-y: 15%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-200 {
  --tw-scale-x: 200%;
  --tw-scale-y: 200%;
  --tw-scale-z: 200%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.animate-\[marquee_57s_linear_infinite\] {
  animation: marquee 57s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.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;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[clamp\(18px\,1cqw\,40px\)\] {
  gap: clamp(18px, 1cqw, 40px);
}
.gap-\[clamp\(20px\,2\.5vw\,60px\)\] {
  gap: clamp(20px, 2.5vw, 60px);
}
.gap-\[clamp\(75px\,7\.5vw\,200px\)\] {
  gap: clamp(75px, 7.5vw, 200px);
}
.overflow-auto {
  overflow: auto;
}
.overflow-clip {
  overflow: clip;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-tl-\[10px\] {
  border-top-left-radius: 10px;
}
.rounded-r-\[10px\] {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-br-\[10px\] {
  border-bottom-right-radius: 10px;
}
.border-\[1px\] {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-brand-black {
  border-color: var(--color-brand-black);
}
.border-b-\[rgba\(255\,255\,255\,0\.3\)\] {
  border-bottom-color: rgba(255,255,255,0.3);
}
.bg-\[\#1D1C1B\] {
  background-color: #1D1C1B;
}
.bg-\[\#8e8d8d\] {
  background-color: #8e8d8d;
}
.bg-\[\#21201F\] {
  background-color: #21201F;
}
.bg-\[\#A1A1A1\] {
  background-color: #A1A1A1;
}
.bg-\[\#F4F3F3\] {
  background-color: #F4F3F3;
}
.bg-\[rgba\(0\,0\,0\,0\.5\)\] {
  background-color: rgba(0,0,0,0.5);
}
.bg-brand-black {
  background-color: var(--color-brand-black);
}
.bg-brand-orange {
  background-color: var(--color-brand-orange);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-linear-\[56deg\,rgba\(255\,112\,37\)_9\.69\%\,rgba\(163\,104\,254\)_90\.32\%\] {
  --tw-gradient-position: 56deg,rgba(255,112,37) 9.69%,rgba(163,104,254) 90.32%;
  background-image: linear-gradient(var(--tw-gradient-stops,56deg,rgba(255,112,37) 9.69%,rgba(163,104,254) 90.32%));
}
.bg-linear-\[56deg\,rgba\(255\,112\,37\,0\.75\)_9\.69\%\,rgba\(163\,104\,254\,0\.75\)_90\.32\%\] {
  --tw-gradient-position: 56deg,rgba(255,112,37,0.75) 9.69%,rgba(163,104,254,0.75) 90.32%;
  background-image: linear-gradient(var(--tw-gradient-stops,56deg,rgba(255,112,37,0.75) 9.69%,rgba(163,104,254,0.75) 90.32%));
}
.bg-\[linear-gradient\(90deg\,\#FF7025_0\%\,\#A368FE_100\%\)\] {
  background-image: linear-gradient(90deg,#FF7025 0%,#A368FE 100%);
}
.bg-\[linear-gradient\(90deg\,rgba\(26\,26\,26\,0\.00\)_0\%\,\#1A1A1A_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(26,26,26,0.00) 0%,#1A1A1A 100%);
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[29px\] {
  padding: 29px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[clamp\(10px\,2\.5vw\,40px\)\] {
  padding: clamp(10px, 2.5vw, 40px);
}
.px-0 {
  padding-inline: calc(var(--spacing) * 0);
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[30px\] {
  padding-inline: 30px;
}
.px-\[clamp\(20px\,4vw\,30px\)\] {
  padding-inline: clamp(20px, 4vw, 30px);
}
.px-\[clamp\(20px\,7\.5cqw\,80px\)\] {
  padding-inline: clamp(20px, 7.5cqw, 80px);
}
.px-\[clamp\(30px\,5cqw\,80px\)\] {
  padding-inline: clamp(30px, 5cqw, 80px);
}
.py-\[10px\] {
  padding-block: 10px;
}
.py-\[25px\] {
  padding-block: 25px;
}
.py-\[30px\] {
  padding-block: 30px;
}
.py-\[41px\] {
  padding-block: 41px;
}
.py-\[clamp\(20px\,5vw\,50px\)\] {
  padding-block: clamp(20px, 5vw, 50px);
}
.py-\[clamp\(20px\,7\.5cqw\,100px\)\] {
  padding-block: clamp(20px, 7.5cqw, 100px);
}
.py-\[clamp\(100px\,10vw\,150px\)\] {
  padding-block: clamp(100px, 10vw, 150px);
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[55px\] {
  padding-top: 55px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[75px\] {
  padding-top: 75px;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[230px\] {
  padding-top: 230px;
}
.pt-\[clamp\(100px\,10vw\,150px\)\] {
  padding-top: clamp(100px, 10vw, 150px);
}
.pt-\[clamp\(115px\,5vw\,150px\)\] {
  padding-top: clamp(115px, 5vw, 150px);
}
.pr-\[5\.4rem\] {
  padding-right: 5.4rem;
}
.pr-\[26px\] {
  padding-right: 26px;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pr-\[80px\] {
  padding-right: 80px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[clamp\(25px\,5cqw\,100px\)\] {
  padding-bottom: clamp(25px, 5cqw, 100px);
}
.pb-\[clamp\(40px\,5cqw\,85px\)\] {
  padding-bottom: clamp(40px, 5cqw, 85px);
}
.pb-\[clamp\(50px\,5cqw\,115px\)\] {
  padding-bottom: clamp(50px, 5cqw, 115px);
}
.pb-\[clamp\(200px\,5vw\,270px\)\] {
  padding-bottom: clamp(200px, 5vw, 270px);
}
.pl-\[30px\] {
  padding-left: 30px;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-left {
  text-align: left;
}
.align-middle {
  vertical-align: middle;
}
.font-brand-sans {
  font-family: var(--font-brand-sans);
}
.font-brand-serif {
  font-family: var(--font-brand-serif);
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[92px\] {
  font-size: 92px;
}
.text-\[clamp\(18px\,1\.7cqw\,26px\)\] {
  font-size: clamp(18px, 1.7cqw, 26px);
}
.text-\[clamp\(20px\,7\.5cqw\,43px\)\] {
  font-size: clamp(20px, 7.5cqw, 43px);
}
.text-\[clamp\(24px\,5cqw\,30px\)\] {
  font-size: clamp(24px, 5cqw, 30px);
}
.text-\[clamp\(24px\,5cqw\,31px\)\] {
  font-size: clamp(24px, 5cqw, 31px);
}
.text-\[clamp\(30px\,5cqw\,43px\)\] {
  font-size: clamp(30px, 5cqw, 43px);
}
.text-\[clamp\(38px\,5cqw\,50px\)\] {
  font-size: clamp(38px, 5cqw, 50px);
}
.text-\[clamp\(50px\,10cqw\,65px\)\] {
  font-size: clamp(50px, 10cqw, 65px);
}
.text-\[clamp\(65px\,5vw\,92px\)\] {
  font-size: clamp(65px, 5vw, 92px);
}
.leading-\[1\.02em\] {
  --tw-leading: 1.02em;
  line-height: 1.02em;
}
.leading-\[1\.04em\] {
  --tw-leading: 1.04em;
  line-height: 1.04em;
}
.leading-\[1\.5em\] {
  --tw-leading: 1.5em;
  line-height: 1.5em;
}
.leading-\[1\.06em\] {
  --tw-leading: 1.06em;
  line-height: 1.06em;
}
.leading-\[1\.07em\] {
  --tw-leading: 1.07em;
  line-height: 1.07em;
}
.leading-\[1\.39em\] {
  --tw-leading: 1.39em;
  line-height: 1.39em;
}
.leading-\[1\.45em\] {
  --tw-leading: 1.45em;
  line-height: 1.45em;
}
.leading-\[1\.56em\] {
  --tw-leading: 1.56em;
  line-height: 1.56em;
}
.leading-\[1em\] {
  --tw-leading: 1em;
  line-height: 1em;
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.-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\.6px\] {
  --tw-tracking: -0.6px;
  letter-spacing: -0.6px;
}
.tracking-\[-0\.18px\] {
  --tw-tracking: -0.18px;
  letter-spacing: -0.18px;
}
.tracking-\[-0\.44px\] {
  --tw-tracking: -0.44px;
  letter-spacing: -0.44px;
}
.tracking-\[-0\.76px\] {
  --tw-tracking: -0.76px;
  letter-spacing: -0.76px;
}
.tracking-\[-1\.84px\] {
  --tw-tracking: -1.84px;
  letter-spacing: -1.84px;
}
.text-nowrap {
  text-wrap: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#8E8D8D\] {
  color: #8E8D8D;
}
.text-\[\#f4f3f3\] {
  color: #f4f3f3;
}
.text-brand-black {
  color: var(--color-brand-black);
}
.text-brand-orange {
  color: var(--color-brand-orange);
}
.text-brand-purple {
  color: var(--color-brand-purple);
}
.text-transparent {
  color: transparent;
}
.text-white {
  color: var(--color-white);
}
.lowercase {
  text-transform: lowercase;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-100 {
  opacity: 100%;
}
.mix-blend-lighten {
  mix-blend-mode: lighten;
}
.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);
}
.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,);
}
.brightness-200 {
  --tw-brightness: brightness(200%);
  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,);
}
.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-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.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;
}
.backface-hidden {
  backface-visibility: hidden;
}
.transform-3d {
  transform-style: preserve-3d;
}
.group-hover\/item\:bg-transparent {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      background-color: transparent;
    }
  }
}
.group-hover\/item\:bg-linear-\[56deg\,rgba\(255\,112\,37\,0\.75\)_9\.69\%\,rgba\(163\,104\,254\,0\.75\)_90\.32\%\] {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      --tw-gradient-position: 56deg,rgba(255,112,37,0.75) 9.69%,rgba(163,104,254,0.75) 90.32%;
      background-image: linear-gradient(var(--tw-gradient-stops,56deg,rgba(255,112,37,0.75) 9.69%,rgba(163,104,254,0.75) 90.32%));
    }
  }
}
.group-hover\/item\:text-white {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
.group-hover\/item\:opacity-100 {
  &:is(:where(.group\/item):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/marquee\:\[animation-play-state\:paused_\!important\] {
  &:is(:where(.group\/marquee):hover *) {
    @media (hover: hover) {
      animation-play-state: paused !important;
    }
  }
}
.group-data-\[active\=true\]\:z-10 {
  &:is(:where(.group)[data-active="true"] *) {
    z-index: 10;
  }
}
.group-data-\[active\=true\]\:h-\[4px\] {
  &:is(:where(.group)[data-active="true"] *) {
    height: 4px;
  }
}
.group-data-\[active\=true\]\:gap-\[6px\] {
  &:is(:where(.group)[data-active="true"] *) {
    gap: 6px;
  }
}
.group-data-\[active\=true\]\:pt-\[20px\] {
  &:is(:where(.group)[data-active="true"] *) {
    padding-top: 20px;
  }
}
.group-data-\[active\=true\]\:pr-0 {
  &:is(:where(.group)[data-active="true"] *) {
    padding-right: calc(var(--spacing) * 0);
  }
}
.group-data-\[active\=true\]\:text-white {
  &:is(:where(.group)[data-active="true"] *) {
    color: var(--color-white);
  }
}
.group-data-\[active\=true\]\:opacity-100 {
  &:is(:where(.group)[data-active="true"] *) {
    opacity: 100%;
  }
}
.group-data-\[active\=true\]\/item\:text-white {
  &:is(:where(.group\/item)[data-active="true"] *) {
    color: var(--color-white);
  }
}
.group-data-\[active\=true\]\/wrapper\:mt-0 {
  &:is(:where(.group\/wrapper)[data-active="true"] *) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.group-data-\[active\=true\]\/wrapper\:w-0 {
  &:is(:where(.group\/wrapper)[data-active="true"] *) {
    width: calc(var(--spacing) * 0);
  }
}
.group-data-\[item\=0\]\:pt-0 {
  &:is(:where(.group)[data-item="0"] *) {
    padding-top: calc(var(--spacing) * 0);
  }
}
.group-data-\[openfrom\=bottom\]\:pt-\[20px\] {
  &:is(:where(.group)[data-openfrom="bottom"] *) {
    padding-top: 20px;
  }
}
.group-data-\[openfrom\=bottom\]\:pb-\[65px\] {
  &:is(:where(.group)[data-openfrom="bottom"] *) {
    padding-bottom: 65px;
  }
}
.group-data-\[openfrom\=top\]\:pt-\[65px\] {
  &:is(:where(.group)[data-openfrom="top"] *) {
    padding-top: 65px;
  }
}
.group-data-\[openfrom\=top\]\:pb-\[20px\] {
  &:is(:where(.group)[data-openfrom="top"] *) {
    padding-bottom: 20px;
  }
}
.group-data-\[services\=services\]\:max-w-full {
  &:is(:where(.group)[data-services="services"] *) {
    max-width: 100%;
  }
}
.group-data-\[services\=services\]\:text-\[40px\] {
  &:is(:where(.group)[data-services="services"] *) {
    font-size: 40px;
  }
}
.group-data-\[stat\=0\]\/stat\:translate-x-\[100px\] {
  &:is(:where(.group\/stat)[data-stat="0"] *) {
    --tw-translate-x: 100px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-data-\[stat\=0\]\/stat\:translate-y-\[75px\] {
  &:is(:where(.group\/stat)[data-stat="0"] *) {
    --tw-translate-y: 75px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-data-\[stat\=2\]\/stat\:-translate-x-\[150px\] {
  &:is(:where(.group\/stat)[data-stat="2"] *) {
    --tw-translate-x: calc(150px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-data-\[stat\=2\]\/stat\:-translate-y-\[100px\] {
  &:is(:where(.group\/stat)[data-stat="2"] *) {
    --tw-translate-y: calc(100px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.before\:absolute {
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
}
.before\:top-0 {
  &::before {
    content: var(--tw-content);
    top: calc(var(--spacing) * 0);
  }
}
.before\:right-\[-10px\] {
  &::before {
    content: var(--tw-content);
    right: -10px;
  }
}
.before\:bottom-0 {
  &::before {
    content: var(--tw-content);
    bottom: calc(var(--spacing) * 0);
  }
}
.before\:left-\[-10px\] {
  &::before {
    content: var(--tw-content);
    left: -10px;
  }
}
.before\:h-\[10px\] {
  &::before {
    content: var(--tw-content);
    height: 10px;
  }
}
.before\:w-\[10px\] {
  &::before {
    content: var(--tw-content);
    width: 10px;
  }
}
.before\:bg-\[radial-gradient\(circle_10px_at_bottom_right\,\#0000_98\%\,\#FFF\)\] {
  &::before {
    content: var(--tw-content);
    background-image: radial-gradient(circle 10px at bottom right,#0000 98%,#FFF);
  }
}
.before\:bg-\[radial-gradient\(circle_10px_at_top_left\,\#0000_98\%\,\#FFF\)\] {
  &::before {
    content: var(--tw-content);
    background-image: radial-gradient(circle 10px at top left,#0000 98%,#FFF);
  }
}
.after\:absolute {
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
}
.after\:top-\[-10px\] {
  &::after {
    content: var(--tw-content);
    top: -10px;
  }
}
.after\:right-0 {
  &::after {
    content: var(--tw-content);
    right: calc(var(--spacing) * 0);
  }
}
.after\:bottom-\[-10px\] {
  &::after {
    content: var(--tw-content);
    bottom: -10px;
  }
}
.after\:left-0 {
  &::after {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
}
.after\:h-\[10px\] {
  &::after {
    content: var(--tw-content);
    height: 10px;
  }
}
.after\:w-\[10px\] {
  &::after {
    content: var(--tw-content);
    width: 10px;
  }
}
.after\:bg-\[radial-gradient\(circle_10px_at_bottom_right\,\#0000_98\%\,\#FFF\)\] {
  &::after {
    content: var(--tw-content);
    background-image: radial-gradient(circle 10px at bottom right,#0000 98%,#FFF);
  }
}
.after\:bg-\[radial-gradient\(circle_10px_at_top_left\,\#0000_98\%\,\#FFF\)\] {
  &::after {
    content: var(--tw-content);
    background-image: radial-gradient(circle 10px at top left,#0000 98%,#FFF);
  }
}
.hover\:right-\[30px\] {
  &:hover {
    @media (hover: hover) {
      right: 30px;
    }
  }
}
.hover\:w-\[calc\(100\%\+30px\)\] {
  &:hover {
    @media (hover: hover) {
      width: calc(100% + 30px);
    }
  }
}
.hover\:translate-y-\[-10px\] {
  &:hover {
    @media (hover: hover) {
      --tw-translate-y: -10px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.hover\:bg-brand-black {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-brand-black);
    }
  }
}
.hover\:bg-brand-purple {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-brand-purple);
    }
  }
}
.hover\:bg-linear-0 {
  &:hover {
    @media (hover: hover) {
      --tw-gradient-position: 0deg;
      @supports (background-image: linear-gradient(in lab, red, red)) {
        --tw-gradient-position: 0deg in oklab;
      }
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
}
.hover\:text-white {
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
.hover\:opacity-50 {
  &:hover {
    @media (hover: hover) {
      opacity: 50%;
    }
  }
}
.hover\:opacity-100 {
  &:hover {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.data-\[active\=false\]\:h-0 {
  &[data-active="false"] {
    height: calc(var(--spacing) * 0);
  }
}
.data-\[active\=false\]\:opacity-0 {
  &[data-active="false"] {
    opacity: 0%;
  }
}
.data-\[active\=true\]\:visible {
  &[data-active="true"] {
    visibility: visible;
  }
}
.data-\[active\=true\]\:h-0 {
  &[data-active="true"] {
    height: calc(var(--spacing) * 0);
  }
}
.data-\[active\=true\]\:opacity-0 {
  &[data-active="true"] {
    opacity: 0%;
  }
}
.data-\[count\=1\]\:pb-\[70px\] {
  &[data-count="1"] {
    padding-bottom: 70px;
  }
}
.data-\[item\!\=1\]\:opacity-0 {
  &[data-item!="1"] {
    opacity: 0%;
  }
}
.data-\[item\=1\]\:z-11 {
  &[data-item="1"] {
    z-index: 11;
  }
}
.data-\[item\=1\]\:bg-brand-purple {
  &[data-item="1"] {
    background-color: var(--color-brand-purple);
  }
}
.data-\[item\=2\]\:z-12 {
  &[data-item="2"] {
    z-index: 12;
  }
}
.data-\[item\=2\]\:bg-brand-orange {
  &[data-item="2"] {
    background-color: var(--color-brand-orange);
  }
}
.data-\[item\=2\]\:opacity-0 {
  &[data-item="2"] {
    opacity: 0%;
  }
}
.data-\[item\=3\]\:z-13 {
  &[data-item="3"] {
    z-index: 13;
  }
}
.data-\[item\=3\]\:bg-brand-black {
  &[data-item="3"] {
    background-color: var(--color-brand-black);
  }
}
.data-\[item\=3\]\:opacity-0 {
  &[data-item="3"] {
    opacity: 0%;
  }
}
.data-\[openfrom\=bottom\]\:bottom-\[-10px\] {
  &[data-openfrom="bottom"] {
    bottom: -10px;
  }
}
.data-\[openfrom\=top\]\:top-\[-10px\] {
  &[data-openfrom="top"] {
    top: -10px;
  }
}
.data-\[openright\=left\]\:right-\[unset\] {
  &[data-openright="left"] {
    right: unset;
  }
}
.data-\[openright\=left\]\:left-\[-10px\] {
  &[data-openright="left"] {
    left: -10px;
  }
}
.data-\[services\=services\]\:mx-\[20px\] {
  &[data-services="services"] {
    margin-inline: 20px;
  }
}
.data-\[services\=services\]\:px-0 {
  &[data-services="services"] {
    padding-inline: calc(var(--spacing) * 0);
  }
}
.data-\[services\=services\]\:pb-\[30px\] {
  &[data-services="services"] {
    padding-bottom: 30px;
  }
}
.data-\[visible\=false\]\:translate-y-\[-150px\] {
  &[data-visible="false"] {
    --tw-translate-y: -150px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.max-lg\:mt-\[50px\] {
  @media (width < 64rem) {
    margin-top: 50px;
  }
}
.max-lg\:hidden {
  @media (width < 64rem) {
    display: none;
  }
}
.max-lg\:flex-col {
  @media (width < 64rem) {
    flex-direction: column;
  }
}
.max-lg\:flex-col-reverse {
  @media (width < 64rem) {
    flex-direction: column-reverse;
  }
}
.max-lg\:pb-0 {
  @media (width < 64rem) {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
.max-lg\:text-center {
  @media (width < 64rem) {
    text-align: center;
  }
}
.max-md\:block {
  @media (width < 48rem) {
    display: block;
  }
}
.max-md\:w-fit {
  @media (width < 48rem) {
    width: fit-content;
  }
}
.max-md\:gap-\[20px\] {
  @media (width < 48rem) {
    gap: 20px;
  }
}
.min-\[1100px\]\:\!grid-cols-3 {
  @media (width >= 1100px) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
.min-\[1100px\]\:grid-cols-3 {
  @media (width >= 1100px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sm\:left-\[20px\] {
  @media (width >= 40rem) {
    left: 20px;
  }
}
.sm\:flex {
  @media (width >= 40rem) {
    display: flex;
  }
}
.md\:grid-cols-2 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.lg\:right-\[-75vw\] {
  @media (width >= 64rem) {
    right: -75vw;
  }
}
.lg\:order-1 {
  @media (width >= 64rem) {
    order: 1;
  }
}
.lg\:order-2 {
  @media (width >= 64rem) {
    order: 2;
  }
}
.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\:mb-0 {
  @media (width >= 64rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.lg\:flex {
  @media (width >= 64rem) {
    display: flex;
  }
}
.lg\:grid {
  @media (width >= 64rem) {
    display: grid;
  }
}
.lg\:hidden {
  @media (width >= 64rem) {
    display: none;
  }
}
.lg\:w-\[30\%\] {
  @media (width >= 64rem) {
    width: 30%;
  }
}
.lg\:w-\[50\%\] {
  @media (width >= 64rem) {
    width: 50%;
  }
}
.lg\:w-\[70\%\] {
  @media (width >= 64rem) {
    width: 70%;
  }
}
.lg\:w-\[75vw\] {
  @media (width >= 64rem) {
    width: 75vw;
  }
}
.lg\:w-\[450px\] {
  @media (width >= 64rem) {
    width: 450px;
  }
}
.lg\:w-\[850px\] {
  @media (width >= 64rem) {
    width: 850px;
  }
}
.lg\:max-w-\[450px\] {
  @media (width >= 64rem) {
    max-width: 450px;
  }
}
.lg\:grid-cols-1 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.lg\:px-\[40px\] {
  @media (width >= 64rem) {
    padding-inline: 40px;
  }
}
.lg\:px-\[60px\] {
  @media (width >= 64rem) {
    padding-inline: 60px;
  }
}
.lg\:pt-\[40px\] {
  @media (width >= 64rem) {
    padding-top: 40px;
  }
}
.lg\:pr-0 {
  @media (width >= 64rem) {
    padding-right: calc(var(--spacing) * 0);
  }
}
.lg\:tracking-\[-0\.86px\] {
  @media (width >= 64rem) {
    --tw-tracking: -0.86px;
    letter-spacing: -0.86px;
  }
}
.lg\:tracking-\[-1px\] {
  @media (width >= 64rem) {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }
}
.lg\:text-\[\#8e8d8d\] {
  @media (width >= 64rem) {
    color: #8e8d8d;
  }
}
.lg\:data-\[openright\=left\]\:right-\[-10px\] {
  @media (width >= 64rem) {
    &[data-openright="left"] {
      right: -10px;
    }
  }
}
.lg\:data-\[openright\=left\]\:left-\[unset\] {
  @media (width >= 64rem) {
    &[data-openright="left"] {
      left: unset;
    }
  }
}
.lg\:data-\[services\=services\]\:px-\[40px\] {
  @media (width >= 64rem) {
    &[data-services="services"] {
      padding-inline: 40px;
    }
  }
}
.prose-a\:text-primary {
  & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    color: var(--color-primary);
  }
}
.\[\&_\*\]\:mt-0 {
  & * {
    margin-top: calc(var(--spacing) * 0);
  }
}
.\[\&_\*\]\:\!mb-\[10px\] {
  & * {
    margin-bottom: 10px !important;
  }
}
.\[\&_\*\]\:\!mb-\[20px\] {
  & * {
    margin-bottom: 20px !important;
  }
}
.\[\&_\.hero-banner\]\:overflow-hidden {
  & .hero-banner {
    overflow: hidden;
  }
}
.\[\&_\.hero-banner\]\:rounded-\[10px\] {
  & .hero-banner {
    border-radius: 10px;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:bg-white\/50 {
  & .swiper-pagination-bullet {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
}
.\[\&_\.swiper-pagination-bullet-active\]\:scale-\[1\.1\] {
  & .swiper-pagination-bullet-active {
    scale: 1.1;
  }
}
.\[\&_\.swiper-pagination-bullet-active\]\:bg-brand-orange {
  & .swiper-pagination-bullet-active {
    background-color: var(--color-brand-orange);
  }
}
.\[\&_a\]\:hover\:no-underline {
  & a {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
}
.\[\&_form\]\:flex {
  & form {
    display: flex;
  }
}
.\[\&_form\]\:flex-col {
  & form {
    flex-direction: column;
  }
}
.\[\&_form\]\:gap-\[10px\] {
  & form {
    gap: 10px;
  }
}
.\[\&_h3\]\:\!mb-\[40px\] {
  & h3 {
    margin-bottom: 40px !important;
  }
}
.\[\&_h3\]\:font-brand-serif {
  & h3 {
    font-family: var(--font-brand-serif);
  }
}
.\[\&_h3\]\:text-\[50px\] {
  & h3 {
    font-size: 50px;
  }
}
.\[\&_h3\]\:leading-\[1\.04em\] {
  & h3 {
    --tw-leading: 1.04em;
    line-height: 1.04em;
  }
}
.\[\&_h3\]\:font-medium {
  & h3 {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
}
.\[\&_h3\]\:tracking-\[-1px\] {
  & h3 {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }
}
.\[\&_li\,\&_ul\]\:\!mb-\[20px\] {
  & li,& ul {
    margin-bottom: 20px !important;
  }
}
.\[\&_li\:\:marker\]\:text-brand-purple {
  & li::marker {
    color: var(--color-brand-purple);
  }
}
.\[\&_p\,\&_ul\]\:font-brand-sans {
  & p,& ul {
    font-family: var(--font-brand-sans);
  }
}
.\[\&_ul\]\:ml-\[20px\] {
  & ul {
    margin-left: 20px;
  }
}
.\[\&_ul\]\:list-disc {
  & ul {
    list-style-type: disc;
  }
}
.\[\&\.swiper-button-disabled\]\:\!cursor-not-allowed {
  &.swiper-button-disabled {
    cursor: not-allowed !important;
  }
}
.\[\&\.swiper-button-disabled\]\:\!bg-\[\#58595b\] {
  &.swiper-button-disabled {
    background-color: #58595b !important;
  }
}
.\[\&\.swiper-button-disabled\]\:\!bg-\[rgba\(223\,227\,235\,0\.30\)\] {
  &.swiper-button-disabled {
    background-color: rgba(223,227,235,0.30) !important;
  }
}
.\[\&\.swiper-button-disabled\]\:\!text-\[\#f4f3f3\] {
  &.swiper-button-disabled {
    color: #f4f3f3 !important;
  }
}
.\[\&\.swiper-button-disabled\]\:\!text-brand-black {
  &.swiper-button-disabled {
    color: var(--color-brand-black) !important;
  }
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-tracking: initial;
      --tw-border-style: solid;
      --tw-duration: initial;
      --tw-leading: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
