/*! 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-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --font-weight-light: 300;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --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-dark-green: var(--brand-dark-green);
  --color-brand-burgundy: var(--brand-burgundy);
  --color-brand-dusty-blue: var(--brand-dusty-blue);
  --color-brand-teal: var(--brand-teal);
  --color-brand-dusty-pink: var(--brand-dusty-pink);
  --color-brand-green-grey: var(--brand-green-grey);
  --color-brand-off-white: var(--brand-off-white);
  --color-brand-peach: var(--brand-peach);
}
*, ::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;
  font-feature-settings: "ss01","ss02","liga";
  font-variation-settings: "wght" 300, "opsz" 48;
}
.cwrap {
  margin-top: calc(var(--spacing) * 0);
  margin-right: auto;
  margin-bottom: calc(var(--spacing) * 0);
  margin-left: auto;
  max-width: 1840px;
  padding-top: calc(var(--spacing) * 0);
  padding-right: 20px;
  padding-bottom: calc(var(--spacing) * 0);
  padding-left: 20px;
}
.thegreenroom-mailinglist .wpcf7-form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 2vw, 15px);
}
.thegreenroom-mailinglist .wpcf7-form > p {
  width: 100%;
}
.thegreenroom-mailinglist .wpcf7-not-valid-tip {
  margin-top: 5px;
  height: 100%;
  border-radius: 10px;
  background-color: var(--color-brand-burgundy);
  padding-inline: 20px;
  padding-block: 5px;
  font-family: 'semplicitapro';
  font-size: 14px;
  color: var(--color-white);
}
.thegreenroom-mailinglist .wpcf7 form .wpcf7-response-output {
  margin-inline: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: calc(var(--spacing) * 0);
  width: 100%;
  font-family: 'semplicitapro';
  font-size: 14px;
}
.thegreenroom-mailinglist .wpcf7 form.failed .wpcf7-response-output {
  border-radius: 10px;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-brand-burgundy);
  padding-inline: 20px;
  padding-block: 4px;
  color: var(--color-white);
}
.thegreenroom-mailinglist .wpcf7 form.invalid .wpcf7-response-output {
  border-radius: 10px;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-brand-dusty-pink);
  padding-inline: 20px;
  padding-block: 4px;
  color: var(--color-white);
}
.thegreenroom-mailinglist .wpcf7 form.sent .wpcf7-response-output {
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-brand-teal);
  padding-inline: 20px;
  padding-block: 4px;
  color: var(--color-white);
}
.thegreenroom-mailinglist input[type="email"] {
  width: 100%;
  border-radius: 10px;
  background-color: var(--color-brand-off-white);
  padding: 18px;
  font-family: 'semplicitapro';
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  &::placeholder {
    color: var(--color-brand-dark-green);
  }
}
.thegreenroom-mailinglist button {
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--color-brand-teal);
  padding: 18px;
  font-size: 21px;
  --tw-tracking: calc(0.01em * -1);
  letter-spacing: calc(0.01em * -1);
  color: var(--color-brand-off-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: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-brand-off-white);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-brand-teal);
    }
  }
}
:root {
  --brand-dark-green: #465B54;
  --brand-burgundy: #6C1419;
  --brand-dusty-blue: #374757;
  --brand-teal: #507A78;
  --brand-dusty-pink: #93757F;
  --brand-brown: #7D4425;
  --brand-green-grey: #7E8989;
  --brand-off-white: #EDEDE9;
  --brand-peach: #D4A696;
}
* {
  font-family: "gil-modern",sans-serif;
}
@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;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-\[-10\%\] {
  top: -10%;
}
.top-\[0\%\] {
  top: 0%;
}
.top-\[8px\] {
  top: 8px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[32px\] {
  top: 32px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[50vw\] {
  top: 50vw;
}
.top-\[55\%\] {
  top: 55%;
}
.top-\[90vw\] {
  top: 90vw;
}
.top-\[225vw\] {
  top: 225vw;
}
.top-\[415vw\] {
  top: 415vw;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[-10\%\] {
  right: -10%;
}
.right-\[5\%\] {
  right: 5%;
}
.right-\[8\%\] {
  right: 8%;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[35px\] {
  right: 35px;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-\[-10\%\] {
  bottom: -10%;
}
.bottom-\[-15\%\] {
  bottom: -15%;
}
.bottom-\[0\%\] {
  bottom: 0%;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[35px\] {
  bottom: 35px;
}
.-left-\[37px\] {
  left: calc(37px * -1);
}
.-left-\[49\%\] {
  left: calc(49% * -1);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-\[-10\%\] {
  left: -10%;
}
.left-\[-40vw\] {
  left: -40vw;
}
.left-\[-60\%\] {
  left: -60%;
}
.left-\[5\%\] {
  left: 5%;
}
.left-\[45px\] {
  left: 45px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[57px\] {
  left: 57px;
}
.left-\[58px\] {
  left: 58px;
}
.left-\[80px\] {
  left: 80px;
}
.left-\[103px\] {
  left: 103px;
}
.left-\[111px\] {
  left: 111px;
}
.left-\[124px\] {
  left: 124px;
}
.left-\[133px\] {
  left: 133px;
}
.left-\[2900px\] {
  left: 2900px;
}
.left-\[3600px\] {
  left: 3600px;
}
.left-\[4500px\] {
  left: 4500px;
}
.-z-10 {
  z-index: calc(10 * -1);
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.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;
  }
}
.mx-auto {
  margin-inline: auto;
}
.my-\[60px\] {
  margin-block: 60px;
}
.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-\[15px\] {
  margin-top: 15px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mt-\[clamp\(40px\,5vw\,80px\)\] {
  margin-top: clamp(40px, 5vw, 80px);
}
.mt-\[clamp\(40px\,7vw\,70px\)\] {
  margin-top: clamp(40px, 7vw, 70px);
}
.mt-\[clamp\(40px\,7vw\,80px\)\] {
  margin-top: clamp(40px, 7vw, 80px);
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-\[1\.5em\] {
  margin-bottom: 1.5em;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[clamp\(40px\,5vw\,80px\)\] {
  margin-bottom: clamp(40px, 5vw, 80px);
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.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-\[152\/408\] {
  aspect-ratio: 152/408;
}
.aspect-\[204\/317\] {
  aspect-ratio: 204/317;
}
.aspect-\[218\/591\] {
  aspect-ratio: 218/591;
}
.aspect-\[266\/450\] {
  aspect-ratio: 266/450;
}
.aspect-\[300\/360\] {
  aspect-ratio: 300/360;
}
.aspect-\[343\/232\] {
  aspect-ratio: 343/232;
}
.aspect-\[400\/783\] {
  aspect-ratio: 400/783;
}
.aspect-\[410\/565\] {
  aspect-ratio: 410/565;
}
.aspect-\[416\/279\] {
  aspect-ratio: 416/279;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[9vh\] {
  height: 9vh;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[70\%\] {
  height: 70%;
}
.h-\[82px\] {
  height: 82px;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.w-0 {
  width: calc(var(--spacing) * 0);
}
.w-\[2px\] {
  width: 2px;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[14\%\] {
  width: 14%;
}
.w-\[20vw\] {
  width: 20vw;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[30vw\] {
  width: 30vw;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[110\%\] {
  width: 110%;
}
.w-\[150vw\] {
  width: 150vw;
}
.w-\[170\%\] {
  width: 170%;
}
.w-\[266px\] {
  width: 266px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[410px\] {
  max-width: 410px;
}
.max-w-\[425px\] {
  max-width: 425px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[1460px\] {
  max-width: 1460px;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-\[1560px\] {
  max-width: 1560px;
}
.max-w-\[calc\(100\%-40px\)\] {
  max-width: calc(100% - 40px);
}
.max-w-\[clamp\(500px\,85vw\,1150px\)\] {
  max-width: clamp(500px, 85vw, 1150px);
}
.max-w-none {
  max-width: none;
}
.max-w-screen {
  max-width: 100vw;
}
.min-w-screen {
  min-width: 100vw;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: calc(var(--spacing) * 0);
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-\[50\%\] {
  --tw-translate-y: calc(50% * -1);
  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);
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.-rotate-\[12deg\] {
  rotate: calc(12deg * -1);
}
.-rotate-\[22deg\] {
  rotate: calc(22deg * -1);
}
.-rotate-\[25deg\] {
  rotate: calc(25deg * -1);
}
.rotate-\[5deg\] {
  rotate: 5deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.columns-1 {
  columns: 1;
}
.columns-2 {
  columns: 2;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[clamp\(75px\,10vw\,130px\)\] {
  gap: clamp(75px, 10vw, 130px);
}
.gap-\[clamp\(200px\,19vw\,400px\)\] {
  gap: clamp(200px, 19vw, 400px);
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.bg-\[\#39396A\] {
  background-color: #39396A;
}
.bg-brand-burgundy {
  background-color: var(--color-brand-burgundy);
}
.bg-brand-burgundy\/30 {
  background-color: var(--color-brand-burgundy);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-brand-burgundy) 30%, transparent);
  }
}
.bg-brand-dark-green {
  background-color: var(--color-brand-dark-green);
}
.bg-brand-dusty-blue {
  background-color: var(--color-brand-dusty-blue);
}
.bg-brand-dusty-pink {
  background-color: var(--color-brand-dusty-pink);
}
.bg-brand-green-grey {
  background-color: var(--color-brand-green-grey);
}
.bg-brand-off-white {
  background-color: var(--color-brand-off-white);
}
.bg-brand-peach {
  background-color: var(--color-brand-peach);
}
.bg-brand-teal {
  background-color: var(--color-brand-teal);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/20 {
  background-color: color-mix(in srgb, #fff 20%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.bg-white\/80 {
  background-color: color-mix(in srgb, #fff 80%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-left {
  object-position: left;
}
.object-right-bottom {
  object-position: right bottom;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[25px\] {
  padding-inline: 25px;
}
.px-\[40px\] {
  padding-inline: 40px;
}
.py-\[7px\] {
  padding-block: 7px;
}
.py-\[8px\] {
  padding-block: 8px;
}
.py-\[10vh\] {
  padding-block: 10vh;
}
.py-\[35px\] {
  padding-block: 35px;
}
.py-\[45px\] {
  padding-block: 45px;
}
.py-\[clamp\(60px\,8cqw\,120px\)\] {
  padding-block: clamp(60px, 8cqw, 120px);
}
.pt-\[10vh\] {
  padding-top: 10vh;
}
.pt-\[clamp\(30px\,5vw\,30px\)\] {
  padding-top: clamp(30px, 5vw, 30px);
}
.pb-\[15vh\] {
  padding-bottom: 15vh;
}
.text-center {
  text-align: center;
}
.font-\[\'semplicitapro\'\] {
  font-family: 'semplicitapro';
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[clamp\(13px\,2vw\,16px\)\] {
  font-size: clamp(13px, 2vw, 16px);
}
.text-\[clamp\(16px\,3vw\,17px\)\] {
  font-size: clamp(16px, 3vw, 17px);
}
.text-\[clamp\(16px\,3vw\,18px\)\] {
  font-size: clamp(16px, 3vw, 18px);
}
.text-\[clamp\(16px\,3vw\,20px\)\] {
  font-size: clamp(16px, 3vw, 20px);
}
.text-\[clamp\(18px\,3vw\,22px\)\] {
  font-size: clamp(18px, 3vw, 22px);
}
.text-\[clamp\(18px\,3vw\,24px\)\] {
  font-size: clamp(18px, 3vw, 24px);
}
.text-\[clamp\(18px\,4vw\,30px\)\] {
  font-size: clamp(18px, 4vw, 30px);
}
.text-\[clamp\(22px\,4vw\,34px\)\] {
  font-size: clamp(22px, 4vw, 34px);
}
.text-\[clamp\(28px\,3vw\,45px\)\] {
  font-size: clamp(28px, 3vw, 45px);
}
.text-\[clamp\(28px\,3vw\,48px\)\] {
  font-size: clamp(28px, 3vw, 48px);
}
.text-\[clamp\(37px\,5vw\,48px\)\] {
  font-size: clamp(37px, 5vw, 48px);
}
.text-\[clamp\(60px\,7vw\,100px\)\] {
  font-size: clamp(60px, 7vw, 100px);
}
.text-\[clamp\(60px\,10vw\,165px\)\] {
  font-size: clamp(60px, 10vw, 165px);
}
.text-\[clamp\(80px\,9vw\,100px\)\] {
  font-size: clamp(80px, 9vw, 100px);
}
.leading-\[0\.9em\] {
  --tw-leading: 0.9em;
  line-height: 0.9em;
}
.leading-\[0\.66em\] {
  --tw-leading: 0.66em;
  line-height: 0.66em;
}
.leading-\[0\.9118em\] {
  --tw-leading: 0.9118em;
  line-height: 0.9118em;
}
.leading-\[1\.33em\] {
  --tw-leading: 1.33em;
  line-height: 1.33em;
}
.leading-\[1\.65em\] {
  --tw-leading: 1.65em;
  line-height: 1.65em;
}
.leading-\[1\.412em\] {
  --tw-leading: 1.412em;
  line-height: 1.412em;
}
.leading-\[1\.1763\] {
  --tw-leading: 1.1763;
  line-height: 1.1763;
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.-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\.015em\] {
  --tw-tracking: calc(0.015em * -1);
  letter-spacing: calc(0.015em * -1);
}
.text-\[\#BBBBBB\] {
  color: #BBBBBB;
}
.text-black {
  color: var(--color-black);
}
.text-brand-burgundy {
  color: var(--color-brand-burgundy);
}
.text-brand-off-white {
  color: var(--color-brand-off-white);
}
.text-white {
  color: var(--color-white);
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0%;
}
.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);
}
.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,);
}
.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;
}
.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);
}
.group-data-\[active\=true\]\:bg-white {
  &:is(:where(.group)[data-active="true"] *) {
    background-color: var(--color-white);
  }
}
.group-data-\[style\=light\]\/body\:bg-white {
  &:is(:where(.group\/body)[data-style="light"] *) {
    background-color: var(--color-white);
  }
}
.group-data-\[style\=light\]\/body\:text-black {
  &:is(:where(.group\/body)[data-style="light"] *) {
    color: var(--color-black);
  }
}
.group-data-\[style\=light\]\/body\:text-brand-dusty-blue {
  &:is(:where(.group\/body)[data-style="light"] *) {
    color: var(--color-brand-dusty-blue);
  }
}
.after\:absolute {
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
}
.after\:bottom-\[-2px\] {
  &::after {
    content: var(--tw-content);
    bottom: -2px;
  }
}
.after\:bottom-\[2px\] {
  &::after {
    content: var(--tw-content);
    bottom: 2px;
  }
}
.after\:left-0 {
  &::after {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
}
.after\:h-\[2px\] {
  &::after {
    content: var(--tw-content);
    height: 2px;
  }
}
.after\:w-0 {
  &::after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
}
.after\:bg-brand-off-white {
  &::after {
    content: var(--tw-content);
    background-color: var(--color-brand-off-white);
  }
}
.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\:ease-in-out {
  &::after {
    content: var(--tw-content);
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
.hover\:bg-white {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-white);
    }
  }
}
.hover\:text-black {
  &:hover {
    @media (hover: hover) {
      color: var(--color-black);
    }
  }
}
.group-data-\[style\=light\]\/body\:hover\:bg-brand-dusty-blue {
  &:is(:where(.group\/body)[data-style="light"] *) {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-dusty-blue);
      }
    }
  }
}
.group-data-\[style\=light\]\/body\:hover\:text-white {
  &:is(:where(.group\/body)[data-style="light"] *) {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
}
.hover\:after\:w-full {
  &:hover {
    @media (hover: hover) {
      &::after {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
}
.data-\[active\]\:translate-y-\[-5px\] {
  &[data-active] {
    --tw-translate-y: -5px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.sm\:left-0 {
  @media (width >= 40rem) {
    left: calc(var(--spacing) * 0);
  }
}
.sm\:w-fit {
  @media (width >= 40rem) {
    width: fit-content;
  }
}
.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\:mt-0 {
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.md\:translate-y-\[-50\%\] {
  @media (width >= 48rem) {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.md\:flex-col {
  @media (width >= 48rem) {
    flex-direction: column;
  }
}
.md\:px-\[100px\] {
  @media (width >= 48rem) {
    padding-inline: 100px;
  }
}
.lg\:left-\[50\%\] {
  @media (width >= 64rem) {
    left: 50%;
  }
}
.xl\:absolute {
  @media (width >= 80rem) {
    position: absolute;
  }
}
.xl\:fixed {
  @media (width >= 80rem) {
    position: fixed;
  }
}
.xl\:relative {
  @media (width >= 80rem) {
    position: relative;
  }
}
.xl\:sticky {
  @media (width >= 80rem) {
    position: sticky;
  }
}
.xl\:top-0 {
  @media (width >= 80rem) {
    top: calc(var(--spacing) * 0);
  }
}
.xl\:top-\[10\%\] {
  @media (width >= 80rem) {
    top: 10%;
  }
}
.xl\:top-\[20\%\] {
  @media (width >= 80rem) {
    top: 20%;
  }
}
.xl\:top-\[unset\] {
  @media (width >= 80rem) {
    top: unset;
  }
}
.xl\:right-\[0\%\] {
  @media (width >= 80rem) {
    right: 0%;
  }
}
.xl\:bottom-0 {
  @media (width >= 80rem) {
    bottom: calc(var(--spacing) * 0);
  }
}
.xl\:bottom-\[-40\%\] {
  @media (width >= 80rem) {
    bottom: -40%;
  }
}
.xl\:bottom-\[50px\] {
  @media (width >= 80rem) {
    bottom: 50px;
  }
}
.xl\:bottom-\[unset\] {
  @media (width >= 80rem) {
    bottom: unset;
  }
}
.xl\:left-\[0\%\] {
  @media (width >= 80rem) {
    left: 0%;
  }
}
.xl\:left-\[25\%\] {
  @media (width >= 80rem) {
    left: 25%;
  }
}
.xl\:left-\[35px\] {
  @media (width >= 80rem) {
    left: 35px;
  }
}
.xl\:left-\[800px\] {
  @media (width >= 80rem) {
    left: 800px;
  }
}
.xl\:left-\[1700px\] {
  @media (width >= 80rem) {
    left: 1700px;
  }
}
.xl\:mt-0 {
  @media (width >= 80rem) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.xl\:mt-\[150px\] {
  @media (width >= 80rem) {
    margin-top: 150px;
  }
}
.xl\:ml-\[130px\] {
  @media (width >= 80rem) {
    margin-left: 130px;
  }
}
.xl\:ml-\[168px\] {
  @media (width >= 80rem) {
    margin-left: 168px;
  }
}
.xl\:ml-\[260px\] {
  @media (width >= 80rem) {
    margin-left: 260px;
  }
}
.xl\:ml-\[450px\] {
  @media (width >= 80rem) {
    margin-left: 450px;
  }
}
.xl\:block {
  @media (width >= 80rem) {
    display: block;
  }
}
.xl\:flex {
  @media (width >= 80rem) {
    display: flex;
  }
}
.xl\:hidden {
  @media (width >= 80rem) {
    display: none;
  }
}
.xl\:aspect-\[323\/420\] {
  @media (width >= 80rem) {
    aspect-ratio: 323/420;
  }
}
.xl\:aspect-\[480\/569\] {
  @media (width >= 80rem) {
    aspect-ratio: 480/569;
  }
}
.xl\:aspect-\[558\/353\] {
  @media (width >= 80rem) {
    aspect-ratio: 558/353;
  }
}
.xl\:h-\[20vh\] {
  @media (width >= 80rem) {
    height: 20vh;
  }
}
.xl\:h-\[500vh\] {
  @media (width >= 80rem) {
    height: 500vh;
  }
}
.xl\:h-\[calc\(90svh-150px\)\] {
  @media (width >= 80rem) {
    height: calc(90svh - 150px);
  }
}
.xl\:h-auto {
  @media (width >= 80rem) {
    height: auto;
  }
}
.xl\:h-screen {
  @media (width >= 80rem) {
    height: 100vh;
  }
}
.xl\:max-h-\[90vh\] {
  @media (width >= 80rem) {
    max-height: 90vh;
  }
}
.xl\:max-h-\[900px\] {
  @media (width >= 80rem) {
    max-height: 900px;
  }
}
.xl\:w-\[15vw\] {
  @media (width >= 80rem) {
    width: 15vw;
  }
}
.xl\:w-\[30vh\] {
  @media (width >= 80rem) {
    width: 30vh;
  }
}
.xl\:w-\[40\%\] {
  @media (width >= 80rem) {
    width: 40%;
  }
}
.xl\:w-\[42\%\] {
  @media (width >= 80rem) {
    width: 42%;
  }
}
.xl\:w-\[155px\] {
  @media (width >= 80rem) {
    width: 155px;
  }
}
.xl\:w-\[217px\] {
  @media (width >= 80rem) {
    width: 217px;
  }
}
.xl\:w-\[323px\] {
  @media (width >= 80rem) {
    width: 323px;
  }
}
.xl\:w-\[350px\] {
  @media (width >= 80rem) {
    width: 350px;
  }
}
.xl\:w-\[416px\] {
  @media (width >= 80rem) {
    width: 416px;
  }
}
.xl\:w-\[480px\] {
  @media (width >= 80rem) {
    width: 480px;
  }
}
.xl\:w-\[558px\] {
  @media (width >= 80rem) {
    width: 558px;
  }
}
.xl\:w-auto {
  @media (width >= 80rem) {
    width: auto;
  }
}
.xl\:w-fit {
  @media (width >= 80rem) {
    width: fit-content;
  }
}
.xl\:\[flex\:0_0_auto\] {
  @media (width >= 80rem) {
    flex: 0 0 auto;
  }
}
.xl\:translate-x-\[-50\%\] {
  @media (width >= 80rem) {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.xl\:flex-nowrap {
  @media (width >= 80rem) {
    flex-wrap: nowrap;
  }
}
.xl\:gap-0 {
  @media (width >= 80rem) {
    gap: calc(var(--spacing) * 0);
  }
}
.xl\:gap-\[clamp\(100px\,10vw\,180px\)\] {
  @media (width >= 80rem) {
    gap: clamp(100px, 10vw, 180px);
  }
}
.xl\:bg-transparent {
  @media (width >= 80rem) {
    background-color: transparent;
  }
}
.xl\:px-0 {
  @media (width >= 80rem) {
    padding-inline: calc(var(--spacing) * 0);
  }
}
.xl\:px-\[200px\] {
  @media (width >= 80rem) {
    padding-inline: 200px;
  }
}
.xl\:py-0 {
  @media (width >= 80rem) {
    padding-block: calc(var(--spacing) * 0);
  }
}
.xl\:pr-\[100px\] {
  @media (width >= 80rem) {
    padding-right: 100px;
  }
}
.xl\:pl-\[100px\] {
  @media (width >= 80rem) {
    padding-left: 100px;
  }
}
.xl\:text-white {
  @media (width >= 80rem) {
    color: var(--color-white);
  }
}
.xl\:opacity-0 {
  @media (width >= 80rem) {
    opacity: 0%;
  }
}
.xl\:opacity-20 {
  @media (width >= 80rem) {
    opacity: 20%;
  }
}
.prose-a\:text-primary {
  & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    color: var(--color-primary);
  }
}
.\[\&_\.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%;
  }
}
.\[\&_h1\]\:mb-\[1\.1364em\] {
  & h1 {
    margin-bottom: 1.1364em;
  }
}
.\[\&_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\]\:mb-\[1\.1364em\] {
  & h2 {
    margin-bottom: 1.1364em;
  }
}
.\[\&_h2\]\:text-\[44px\] {
  & h2 {
    font-size: 44px;
  }
}
.\[\&_h2\]\:leading-\[1\.1764em\] {
  & h2 {
    --tw-leading: 1.1764em;
    line-height: 1.1764em;
  }
}
.\[\&_h2\]\:font-light {
  & h2 {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
}
.\[\&_h2\]\:-tracking-\[0\.03em\] {
  & h2 {
    --tw-tracking: calc(0.03em * -1);
    letter-spacing: calc(0.03em * -1);
  }
}
.\[\&_h3\]\:mb-\[1\.1364em\] {
  & h3 {
    margin-bottom: 1.1364em;
  }
}
.\[\&_h3\]\:text-\[34px\] {
  & h3 {
    font-size: 34px;
  }
}
.\[\&_h3\]\:leading-\[1\.1764em\] {
  & h3 {
    --tw-leading: 1.1764em;
    line-height: 1.1764em;
  }
}
.\[\&_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);
  }
}
.\[\&_h4\]\:mb-\[1\.1364em\] {
  & h4 {
    margin-bottom: 1.1364em;
  }
}
.\[\&_h4\]\:text-\[26px\] {
  & h4 {
    font-size: 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);
  }
}
.\[\&_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;
  }
}
.\[\&_p\]\:mb-\[1em\] {
  & p {
    margin-bottom: 1em;
  }
}
.\[\&_p\]\:text-\[18px\] {
  & p {
    font-size: 18px;
  }
}
.\[\&_p\]\:leading-\[1\.333em\] {
  & p {
    --tw-leading: 1.333em;
    line-height: 1.333em;
  }
}
.\[\&_p\]\:-tracking-\[0\.01em\] {
  & p {
    --tw-tracking: calc(0.01em * -1);
    letter-spacing: calc(0.01em * -1);
  }
}
.\[\&_svg\]\:h-auto {
  & svg {
    height: auto;
  }
}
.\[\&_svg\]\:w-\[40\%\] {
  & svg {
    width: 40%;
  }
}
.\[\&_svg\]\:w-\[45\%\] {
  & svg {
    width: 45%;
  }
}
.\[\&_svg\]\:w-\[50\%\] {
  & svg {
    width: 50%;
  }
}
.\[\&_svg\]\:w-full {
  & svg {
    width: 100%;
  }
}
.\[\&_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;
  }
}
.\[role\=\"menuitem\"\]\:visible {
  &:is(role="menuitem") {
    visibility: visible;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  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-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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-leading: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-content: "";
    }
  }
}
