/** Shopify CDN: Minification failed

Line 9945:1 Expected "*/" to terminate multi-line comment

**/
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0 !important;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1124px) {
  .container {
    max-width: 1124px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.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;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.\!bottom-\[unset\] {
  bottom: unset !important;
}

.-left-1\/2 {
  left: -50%;
}

.-left-\[36px\] {
  left: -36px;
}

.-left-\[68\%\] {
  left: -68%;
}

.-left-\[70\%\] {
  left: -70%;
}

.-right-\[72\%\] {
  right: -72%;
}

.-right-\[88\%\] {
  right: -88%;
}

.-top-1 {
  top: -0.25rem;
}

.-top-\[1px\] {
  top: -1px;
}

.-top-\[80\%\] {
  top: -80%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[120\%\] {
  bottom: 120%;
}

.bottom-\[14\%\] {
  bottom: 14%;
}

.bottom-\[20\%\] {
  bottom: 20%;
}

.bottom-\[40\%\] {
  bottom: 40%;
}

.bottom-\[5px\] {
  bottom: 5px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-\[13\.6\%\] {
  left: 13.6%;
}

.left-\[16\%\] {
  left: 16%;
}

.left-\[1px\] {
  left: 1px;
}

.left-\[28px\] {
  left: 28px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-\[1px\] {
  right: 1px;
}

.right-\[4\%\] {
  right: 4%;
}

.right-\[5px\] {
  right: 5px;
}

.right-\[8\%\] {
  right: 8%;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-2 {
  top: 0.5rem;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-5 {
  top: 1.25rem;
}

.top-8 {
  top: 2rem;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[11\%\] {
  top: 11%;
}

.top-\[12\%\] {
  top: 12%;
}

.top-\[15\%\] {
  top: 15%;
}

.top-\[18px\] {
  top: 18px;
}

.top-\[1px\] {
  top: 1px;
}

.top-\[25\%\] {
  top: 25%;
}

.top-\[2px\] {
  top: 2px;
}

.top-\[32\%\] {
  top: 32%;
}

.top-\[4\.1\%\] {
  top: 4.1%;
}

.top-\[44\%\] {
  top: 44%;
}

.top-\[44px\] {
  top: 44px;
}

.top-\[48\%\] {
  top: 48%;
}

.top-\[56\%\] {
  top: 56%;
}

.top-\[60\%\] {
  top: 60%;
}

.top-\[60px\] {
  top: 60px;
}

.top-\[7\%\] {
  top: 7%;
}

.top-\[70\%\] {
  top: 70%;
}

.top-\[85px\] {
  top: 85px;
}

.top-\[86\%\] {
  top: 86%;
}

.-z-10 {
  z-index: -10;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[11\] {
  z-index: 11;
}

.z-\[19\] {
  z-index: 19;
}

.z-\[2147483640\] {
  z-index: 2147483640;
}

.z-\[45\] {
  z-index: 45;
}

.z-\[51\] {
  z-index: 51;
}

.z-\[60\] {
  z-index: 60;
}

.z-\[9\] {
  z-index: 9;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.\!m-0 {
  margin: 0px !important;
}

.m-auto {
  margin: auto;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[11px\] {
  margin-top: 11px;
  margin-bottom: 11px;
}

.\!-mt-2 {
  margin-top: -0.5rem !important;
}

.\!-mt-2\.5 {
  margin-top: -0.625rem !important;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mt-\[200px\] {
  margin-top: -200px;
}

.-mt-\[59px\] {
  margin-top: -59px;
}

.-mt-\[60px\] {
  margin-top: -60px;
}

.-mt-\[90px\] {
  margin-top: -90px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[46px\] {
  margin-bottom: 46px;
}

.mb-\[6\.25rem\] {
  margin-bottom: 6.25rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-auto {
  margin-top: auto;
}

.mt-px {
  margin-top: 1px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[\.65\] {
  aspect-ratio: .65;
}

.aspect-\[0\.44\] {
  aspect-ratio: 0.44;
}

.aspect-\[0\.73\] {
  aspect-ratio: 0.73;
}

.aspect-\[0\.74\] {
  aspect-ratio: 0.74;
}

.aspect-\[0\.77\] {
  aspect-ratio: 0.77;
}

.aspect-\[0\.8125\] {
  aspect-ratio: 0.8125;
}

.aspect-\[0\.81\] {
  aspect-ratio: 0.81;
}

.aspect-\[0\.85\] {
  aspect-ratio: 0.85;
}

.aspect-\[0\.8\] {
  aspect-ratio: 0.8;
}

.aspect-\[0\.9\] {
  aspect-ratio: 0.9;
}

.aspect-\[1\.04\] {
  aspect-ratio: 1.04;
}

.aspect-\[1\.1\] {
  aspect-ratio: 1.1;
}

.aspect-\[1\.23\] {
  aspect-ratio: 1.23;
}

.aspect-\[1\.2\] {
  aspect-ratio: 1.2;
}

.aspect-\[1\.4\] {
  aspect-ratio: 1.4;
}

.aspect-\[1\] {
  aspect-ratio: 1;
}

.aspect-\[2\.26\] {
  aspect-ratio: 2.26;
}

.aspect-\[4\/2\] {
  aspect-ratio: 4/2;
}

.aspect-\[5\/3\] {
  aspect-ratio: 5/3;
}

.aspect-\[7\/16\] {
  aspect-ratio: 7/16;
}

.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}

.aspect-auto {
  aspect-ratio: auto;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.\!h-20 {
  height: 5rem !important;
}

.\!h-\[28px\] {
  height: 28px !important;
}

.\!h-auto {
  height: auto !important;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\/2 {
  height: 50%;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[104px\] {
  height: 104px;
}

.h-\[140px\] {
  height: 140px;
}

.h-\[145px\] {
  height: 145px;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[17px\] {
  height: 17px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[24rem\] {
  height: 24rem;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[30vh\] {
  height: 30vh;
}

.h-\[320px\] {
  height: 320px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[41px\] {
  height: 41px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[46px\] {
  height: 46px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[516px\] {
  height: 516px;
}

.h-\[549px\] {
  height: 549px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[60vh\] {
  height: 60vh;
}

.h-\[68px\] {
  height: 68px;
}

.h-\[6px\] {
  height: 6px;
}

.h-\[7\.5rem\] {
  height: 7.5rem;
}

.h-\[70\%\] {
  height: 70%;
}

.h-\[72vh\] {
  height: 72vh;
}

.h-\[89\.1\%\] {
  height: 89.1%;
}

.h-\[90\%\] {
  height: 90%;
}

.h-\[90vh\] {
  height: 90vh;
}

.h-\[95\%\] {
  height: 95%;
}

.h-\[calc\(100\%-200px\)\] {
  height: calc(100% - 200px);
}

.h-\[calc\(100vh-84px\)\] {
  height: calc(100vh - 84px);
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-\[100\%\] {
  max-height: 100%;
}

.max-h-\[132px\] {
  max-height: 132px;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.max-h-\[516px\] {
  max-height: 516px;
}

.max-h-\[580px\] {
  max-height: 580px;
}

.max-h-\[720px\] {
  max-height: 720px;
}

.max-h-\[800px\] {
  max-height: 800px;
}

.min-h-9 {
  min-height: 2.25rem;
}

.min-h-\[280px\] {
  min-height: 280px;
}

.min-h-\[364px\] {
  min-height: 364px;
}

.min-h-\[550px\] {
  min-height: 550px;
}

.min-h-\[60px\] {
  min-height: 60px;
}

.min-h-\[696px\] {
  min-height: 696px;
}

.min-h-\[84px\] {
  min-height: 84px;
}

.min-h-full {
  min-height: 100%;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.\!w-full {
  width: 100% !important;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-\[104px\] {
  width: 104px;
}

.w-\[106px\] {
  width: 106px;
}

.w-\[115px\] {
  width: 115px;
}

.w-\[136px\] {
  width: 136px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[15px\] {
  width: 15px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[17px\] {
  width: 17px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[1px\] {
  width: 1px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[240px\] {
  width: 240px;
}

.w-\[28px\] {
  width: 28px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[32\%\] {
  width: 32%;
}

.w-\[34\%\] {
  width: 34%;
}

.w-\[34px\] {
  width: 34px;
}

.w-\[35\%\] {
  width: 35%;
}

.w-\[36\%\] {
  width: 36%;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[43\%\] {
  width: 43%;
}

.w-\[44\%\] {
  width: 44%;
}

.w-\[44px\] {
  width: 44px;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[500px\] {
  width: 500px;
}

.w-\[54px\] {
  width: 54px;
}

.w-\[56px\] {
  width: 56px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[68px\] {
  width: 68px;
}

.w-\[6px\] {
  width: 6px;
}

.w-\[70\.6\%\] {
  width: 70.6%;
}

.w-\[84px\] {
  width: 84px;
}

.w-\[90vw\] {
  width: 90vw;
}

.w-\[9px\] {
  width: 9px;
}

.w-\[calc\(100vw-48px\)\] {
  width: calc(100vw - 48px);
}

.w-\[calc\(100vw-50px\)\] {
  width: calc(100vw - 50px);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-36 {
  min-width: 9rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-9 {
  min-width: 2.25rem;
}

.min-w-\[100px\] {
  min-width: 100px;
}

.min-w-\[162px\] {
  min-width: 162px;
}

.min-w-\[280px\] {
  min-width: 280px;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-11 {
  max-width: 2.75rem;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-36 {
  max-width: 9rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.max-w-\[14rem\] {
  max-width: 14rem;
}

.max-w-\[16rem\] {
  max-width: 16rem;
}

.max-w-\[170px\] {
  max-width: 170px;
}

.max-w-\[180px\] {
  max-width: 180px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[21rem\] {
  max-width: 21rem;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.max-w-\[240px\] {
  max-width: 240px;
}

.max-w-\[28rem\] {
  max-width: 28rem;
}

.max-w-\[33\.75rem\] {
  max-width: 33.75rem;
}

.max-w-\[356px\] {
  max-width: 356px;
}

.max-w-\[360px\] {
  max-width: 360px;
}

.max-w-\[364px\] {
  max-width: 364px;
}

.max-w-\[37rem\] {
  max-width: 37rem;
}

.max-w-\[392px\] {
  max-width: 392px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[40rem\] {
  max-width: 40rem;
}

.max-w-\[426px\] {
  max-width: 426px;
}

.max-w-\[440px\] {
  max-width: 440px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[46rem\] {
  max-width: 46rem;
}

.max-w-\[480px\] {
  max-width: 480px;
}

.max-w-\[490px\] {
  max-width: 490px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[508px\] {
  max-width: 508px;
}

.max-w-\[516px\] {
  max-width: 516px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-\[535px\] {
  max-width: 535px;
}

.max-w-\[540px\] {
  max-width: 540px;
}

.max-w-\[569px\] {
  max-width: 569px;
}

.max-w-\[580px\] {
  max-width: 580px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[620px\] {
  max-width: 620px;
}

.max-w-\[624px\] {
  max-width: 624px;
}

.max-w-\[660px\] {
  max-width: 660px;
}

.max-w-\[720px\] {
  max-width: 720px;
}

.max-w-\[780px\] {
  max-width: 780px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[820px\] {
  max-width: 820px;
}

.max-w-\[840px\] {
  max-width: 840px;
}

.max-w-\[920px\] {
  max-width: 920px;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-\[40\%\] {
  --tw-translate-x: -40%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-\[7\%\] {
  --tw-translate-x: -7%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[1px\] {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-px {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[100\%\] {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-\[1\.75fr_1fr\] {
  grid-template-columns: 1.75fr 1fr;
}

.grid-cols-\[1fr_24px\] {
  grid-template-columns: 1fr 24px;
}

.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}

.grid-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}

.grid-cols-\[1px_1fr\] {
  grid-template-columns: 1px 1fr;
}

.grid-cols-\[2\.5fr_5fr\] {
  grid-template-columns: 2.5fr 5fr;
}

.grid-cols-\[24px_1fr\] {
  grid-template-columns: 24px 1fr;
}

.grid-cols-\[28px_1fr\] {
  grid-template-columns: 28px 1fr;
}

.grid-cols-\[40px_auto\] {
  grid-template-columns: 40px auto;
}

.grid-cols-\[44px_1fr_28px\] {
  grid-template-columns: 44px 1fr 28px;
}

.grid-cols-\[56px_1fr\] {
  grid-template-columns: 56px 1fr;
}

.grid-cols-\[60px_1fr\] {
  grid-template-columns: 60px 1fr;
}

.grid-cols-\[64px_1fr\] {
  grid-template-columns: 64px 1fr;
}

.grid-cols-\[6px_1fr\] {
  grid-template-columns: 6px 1fr;
}

.grid-cols-\[84px_1fr_auto\] {
  grid-template-columns: 84px 1fr auto;
}

.grid-cols-\[90px_1fr\] {
  grid-template-columns: 90px 1fr;
}

.grid-cols-\[92px_1fr\] {
  grid-template-columns: 92px 1fr;
}

.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}

.grid-cols-\[auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto;
}

.grid-rows-\[1fr_auto\] {
  grid-template-rows: 1fr auto;
}

.grid-rows-\[auto_1fr_auto\] {
  grid-template-rows: auto 1fr auto;
}

.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}

.grid-rows-\[auto_auto_1fr_auto\] {
  grid-template-rows: auto auto 1fr auto;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-items-center {
  place-items: center;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.\!justify-center {
  justify-content: center !important;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: center;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[4px\] {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-\[5px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.\!rounded-3xl {
  border-radius: 1.5rem !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[18px\] {
  border-radius: 18px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[21px\] {
  border-radius: 21px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[5\.8vw\] {
  border-radius: 5.8vw;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-\[999px\] {
  border-radius: 999px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-\[40px\] {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r-\[24px\] {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-\[4px\] {
  border-width: 4px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-\[\#454545\] {
  --tw-border-opacity: 1;
  border-color: rgb(69 69 69 / var(--tw-border-opacity));
}

.border-\[\#62697C52\] {
  border-color: #62697C52;
}

.border-\[\#C1F8E780\] {
  border-color: #C1F8E780;
}

.border-\[\#D4EBFF80\] {
  border-color: #D4EBFF80;
}

.border-\[\#E7E7E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-\[\#F2F5FC\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 245 252 / var(--tw-border-opacity));
}

.border-\[\#FDF4CB26\] {
  border-color: #FDF4CB26;
}

.border-\[\#d1d1d1\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-black\/\[0\.08\] {
  border-color: rgb(0 0 0 / 0.08);
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 56 199 / var(--tw-border-opacity));
}

.border-blue\/20 {
  border-color: rgb(0 56 199 / 0.2);
}

.border-cloud {
  --tw-border-opacity: 1;
  border-color: rgb(245 246 247 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-gray-blue {
  --tw-border-opacity: 1;
  border-color: rgb(152 163 173 / var(--tw-border-opacity));
}

.border-gray-blue\/20 {
  border-color: rgb(152 163 173 / 0.2);
}

.border-gray-blue\/50 {
  border-color: rgb(152 163 173 / 0.5);
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-b-gray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 227 227 / var(--tw-border-opacity));
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-15 {
  --tw-border-opacity: 0.15;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#0038C714\] {
  background-color: #0038C714;
}

.bg-\[\#101012\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 18 / var(--tw-bg-opacity));
}

.bg-\[\#111111\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.bg-\[\#121315\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 19 21 / var(--tw-bg-opacity));
}

.bg-\[\#141315\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 19 21 / var(--tw-bg-opacity));
}

.bg-\[\#181818\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 24 / var(--tw-bg-opacity));
}

.bg-\[\#22975A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 151 90 / var(--tw-bg-opacity));
}

.bg-\[\#272727\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}

.bg-\[\#4F4F4F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 79 79 / var(--tw-bg-opacity));
}

.bg-\[\#808080\]\/30 {
  background-color: rgb(128 128 128 / 0.3);
}

.bg-\[\#8FE6B8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(143 230 184 / var(--tw-bg-opacity));
}

.bg-\[\#98A3AD40\] {
  background-color: #98A3AD40;
}

.bg-\[\#98A3AD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(152 163 173 / var(--tw-bg-opacity));
}

.bg-\[\#A9A9A9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(169 169 169 / var(--tw-bg-opacity));
}

.bg-\[\#C1F8E780\] {
  background-color: #C1F8E780;
}

.bg-\[\#D4EBFF80\] {
  background-color: #D4EBFF80;
}

.bg-\[\#DDDBD8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 219 216 / var(--tw-bg-opacity));
}

.bg-\[\#DFF9EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 249 235 / var(--tw-bg-opacity));
}

.bg-\[\#E1E1E1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
}

.bg-\[\#E3E3E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.bg-\[\#E5E5EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 234 / var(--tw-bg-opacity));
}

.bg-\[\#E8E6E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 230 228 / var(--tw-bg-opacity));
}

.bg-\[\#F0F4FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 244 255 / var(--tw-bg-opacity));
}

.bg-\[\#F2F5FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 252 / var(--tw-bg-opacity));
}

.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-\[\#F4F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
}

.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-\[\#F8F8F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 247 / var(--tw-bg-opacity));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-\[\#FDFDFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF1A\] {
  background-color: #FFFFFF1A;
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#e7e7e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-\[\#f5f4f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 242 / var(--tw-bg-opacity));
}

.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-\[currentColor\] {
  background-color: currentColor;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/\[0\.08\] {
  background-color: rgb(0 0 0 / 0.08);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 199 / var(--tw-bg-opacity));
}

.bg-blue-fifty {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 252 / var(--tw-bg-opacity));
}

.bg-blue\/10 {
  background-color: rgb(0 56 199 / 0.1);
}

.bg-cloud {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 247 / var(--tw-bg-opacity));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(232 230 228 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.bg-gray-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(152 163 173 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(50 123 78 / var(--tw-bg-opacity));
}

.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(242 250 247 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 59 / var(--tw-bg-opacity));
}

.bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(40 45 51 / var(--tw-bg-opacity));
}

.bg-slate\/70 {
  background-color: rgb(40 45 51 / 0.7);
}

.bg-slate\/80 {
  background-color: rgb(40 45 51 / 0.8);
}

.bg-snow {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-tan {
  --tw-bg-opacity: 1;
  background-color: rgb(210 195 180 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-\[0\.08\] {
  --tw-bg-opacity: 0.08;
}

.bg-opacity-\[3\%\] {
  --tw-bg-opacity: 3%;
}

.bg-opacity-\[8\%\] {
  --tw-bg-opacity: 8%;
}

.bg-\[linear-gradient\(0deg\2c \#000_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\] {
  background-image: linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 100%);
}

.bg-\[linear-gradient\(to_bottom\2c _rgba\(0\2c 0\2c 0\2c 1\)_0\%\2c _rgba\(0\2c 0\2c 0\2c 1\)_30\%\2c _rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\] {
  background-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
}

.bg-\[linear-gradient\(to_bottom\2c _rgba\(255\2c 255\2c 255\2c 1\)_0\%\2c _rgba\(255\2c 255\2c 255\2c 1\)_30\%\2c _rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\] {
  background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}

.bg-\[linear-gradient\(to_right\2c _\#EAEAEA\2c _\#E1E1E2\2c _\#DFDFDF\)\] {
  background-image: linear-gradient(to right, #EAEAEA, #E1E1E2, #DFDFDF);
}

.bg-\[linear-gradient\(to_top\2c _rgba\(0\2c 0\2c 0\2c 1\)_0\%\2c _rgba\(0\2c 0\2c 0\2c 1\)_30\%\2c _rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\] {
  background-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
}

.bg-\[linear-gradient\(to_top\2c _rgba\(255\2c 255\2c 255\2c 1\)_0\%\2c _rgba\(255\2c 255\2c 255\2c 1\)_30\%\2c _rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\] {
  background-image: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#282d33\] {
  --tw-gradient-from: #282d33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 45 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#A4B5DE\] {
  --tw-gradient-from: #A4B5DE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(164 181 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#000000e0\] {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000000e0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#0038C7\] {
  --tw-gradient-to: rgb(0 56 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0038C7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#001B61\] {
  --tw-gradient-to: #001B61 var(--tw-gradient-to-position);
}

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-repeat {
  background-repeat: repeat;
}

.fill-white {
  fill: #fff;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[1px\] {
  padding: 1px;
}

.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.\!px-\[18px\] {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[1\.125rem\] {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[51px\] {
  padding-top: 51px;
  padding-bottom: 51px;
}

.py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[100\%\] {
  padding-bottom: 100%;
}

.pb-\[106\%\] {
  padding-bottom: 106%;
}

.pb-\[113\%\] {
  padding-bottom: 113%;
}

.pb-\[114\%\] {
  padding-bottom: 114%;
}

.pb-\[115\%\] {
  padding-bottom: 115%;
}

.pb-\[120\%\] {
  padding-bottom: 120%;
}

.pb-\[130\%\] {
  padding-bottom: 130%;
}

.pb-\[150\%\] {
  padding-bottom: 150%;
}

.pb-\[168\%\] {
  padding-bottom: 168%;
}

.pb-\[175px\] {
  padding-bottom: 175px;
}

.pb-\[320px\] {
  padding-bottom: 320px;
}

.pb-\[46\%\] {
  padding-bottom: 46%;
}

.pb-\[480px\] {
  padding-bottom: 480px;
}

.pb-\[4px\] {
  padding-bottom: 4px;
}

.pb-\[50\%\] {
  padding-bottom: 50%;
}

.pb-\[55\%\] {
  padding-bottom: 55%;
}

.pb-\[60\%\] {
  padding-bottom: 60%;
}

.pb-\[70\%\] {
  padding-bottom: 70%;
}

.pb-\[75\%\] {
  padding-bottom: 75%;
}

.pb-\[80\%\] {
  padding-bottom: 80%;
}

.pb-\[90\%\] {
  padding-bottom: 90%;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[18px\] {
  padding-left: 18px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-\[40px\] {
  padding-right: 40px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[100\%\] {
  padding-top: 100%;
}

.pt-\[140px\] {
  padding-top: 140px;
}

.pt-\[3px\] {
  padding-top: 3px;
}

.pt-\[59px\] {
  padding-top: 59px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[65\%\] {
  padding-top: 65%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-start {
  text-align: start;
}

.align-top {
  vertical-align: top;
}

.\!font-body-regular {
  font-family: TT_Hoves_Pro_Regular !important;
}

.\!font-heading-italic {
  font-family: Editorial Ultralight Italic !important;
}

.font-body-medium {
  font-family: TT_Hoves_Pro_Medium;
}

.font-body-regular {
  font-family: TT_Hoves_Pro_Regular;
}

.font-heading-italic {
  font-family: Editorial Ultralight Italic;
}

.font-heading-regular {
  font-family: Editorial Ultralight;
}

.font-outfit {
  font-family: Outfit Variable;
}

.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[0\.5rem\] {
  font-size: 0.5rem;
}

.text-\[0\.625rem\] {
  font-size: 0.625rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[48px\] {
  font-size: 48px;
}

.text-\[60px\] {
  font-size: 60px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.\!leading-\[1\.1\] {
  line-height: 1.1 !important;
}

.\!leading-\[1\.25\] {
  line-height: 1.25 !important;
}

.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}

.\!leading-\[1\.3\] {
  line-height: 1.3 !important;
}

.\!leading-\[1\.4\] {
  line-height: 1.4 !important;
}

.\!leading-\[120\%\] {
  line-height: 120% !important;
}

.\!leading-\[140\%\] {
  line-height: 140% !important;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[115\%\] {
  line-height: 115%;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[35\.2px\] {
  line-height: 35.2px;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-\[\#0038c7\] {
  --tw-text-opacity: 1;
  color: rgb(0 56 199 / var(--tw-text-opacity));
}

.text-\[\#22975A\] {
  --tw-text-opacity: 1;
  color: rgb(34 151 90 / var(--tw-text-opacity));
}

.text-\[\#2E2E2F\] {
  --tw-text-opacity: 1;
  color: rgb(46 46 47 / var(--tw-text-opacity));
}

.text-\[\#353A40\] {
  --tw-text-opacity: 1;
  color: rgb(53 58 64 / var(--tw-text-opacity));
}

.text-\[\#454545\] {
  --tw-text-opacity: 1;
  color: rgb(69 69 69 / var(--tw-text-opacity));
}

.text-\[\#565659\] {
  --tw-text-opacity: 1;
  color: rgb(86 86 89 / var(--tw-text-opacity));
}

.text-\[\#5D5D5D\] {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
}

.text-\[\#626B75\] {
  --tw-text-opacity: 1;
  color: rgb(98 107 117 / var(--tw-text-opacity));
}

.text-\[\#7B7B7B\] {
  --tw-text-opacity: 1;
  color: rgb(123 123 123 / var(--tw-text-opacity));
}

.text-\[\#979592\] {
  --tw-text-opacity: 1;
  color: rgb(151 149 146 / var(--tw-text-opacity));
}

.text-\[\#B0B0B0\] {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity));
}

.text-\[\#aaa\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 56 199 / var(--tw-text-opacity));
}

.text-brand-black {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.text-cloud {
  --tw-text-opacity: 1;
  color: rgb(245 246 247 / var(--tw-text-opacity));
}

.text-current {
  color: currentColor;
}

.text-gray-blue {
  --tw-text-opacity: 1;
  color: rgb(152 163 173 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(50 123 78 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(255 68 59 / var(--tw-text-opacity));
}

.text-slate\/70 {
  color: rgb(40 45 51 / 0.7);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.accent-black {
  accent-color: #000;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.\!opacity-70 {
  opacity: 0.7 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow-\[0_0_0_100px_\#ffffff\] {
  --tw-shadow: 0 0 0 100px #ffffff;
  --tw-shadow-colored: 0 0 0 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_20px_0_rgba\(0\2c 0\2c 0\2c \.1\)\] {
  --tw-shadow: 0 0 20px 0 rgba(0,0,0,.1);
  --tw-shadow-colored: 0 0 20px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_6px_rgba\(0\2c 6\2c 255\2c \.8\)\] {
  --tw-shadow: 0 0 6px rgba(0,6,255,.8);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_10px_30px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 10px 30px 0 rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 10px 30px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_4px_32px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 4px 32px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 8px 16px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 8px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[border-color\] {
  transition-property: border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-\[120ms\] {
  transition-delay: 120ms;
}

.delay-\[150ms\] {
  transition-delay: 150ms;
}

.delay-\[180ms\] {
  transition-delay: 180ms;
}

.delay-\[210ms\] {
  transition-delay: 210ms;
}

.delay-\[240ms\] {
  transition-delay: 240ms;
}

.delay-\[270ms\] {
  transition-delay: 270ms;
}

.delay-\[300ms\] {
  transition-delay: 300ms;
}

.delay-\[30ms\] {
  transition-delay: 30ms;
}

.delay-\[60ms\] {
  transition-delay: 60ms;
}

.delay-\[90ms\] {
  transition-delay: 90ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-\[2500ms\] {
  transition-duration: 2500ms;
}

b,
strong {
  font-family: TT_Hoves_Pro_Medium;
}

site-modal .modal.active {
  visibility: visible !important;
  opacity: 1 !important;
}

details > summary {
  cursor: pointer;
  list-style-type: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details > .content {
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

details > .content.start-open {
  max-height: 100%;
}

details[open] > .content {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

site-cart.active {
  visibility: visible;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

site-cart.active .flyout__content {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

site-cart.active .cart-veil {
  visibility: visible;
  opacity: 0.3;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  outline: 0;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Site Cart */

.site-cart.active {
  visibility: visible;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-cart.active .flyout__content {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-cart.active .cart-veil {
  visibility: visible;
}

.site-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .site-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .site-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {
  .site-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.text-input {
  position: relative;
  height: 46px;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.4;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  outline-width: 0px;
}

.text-input--inverted {
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  position: relative;
  height: 46px;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.4;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  outline-width: 0px;
}

.text-input--inverted label {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 1rem;
  display: grid;
  height: 100%;
  width: calc(100% - 36px);
  align-items: center;
  white-space: nowrap;
  opacity: 0.4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.text-input--inverted input {
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding-top: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.text-input--inverted input:not(:-moz-placeholder-shown) ~ label {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-input--inverted.active label,.text-input--inverted input:focus ~ label,.text-input--inverted input:not(:placeholder-shown) ~ label {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-input label {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 1rem;
  display: grid;
  height: 100%;
  width: calc(100% - 36px);
  align-items: center;
  white-space: nowrap;
  opacity: 0.4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.text-input input {
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding-top: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.text-input input:not(:-moz-placeholder-shown) ~ label {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-input.active label,
.text-input input:focus ~ label,
.text-input input:not(:placeholder-shown) ~ label {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 0.75rem;
  line-height: 1rem;
}

/* Headings */

.h0 {
  font-family: TT_Hoves_Pro_Medium;
  font-size: 32px;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .h0 {
    font-size: 56px;
  }
}

.h0-new {
  font-family: Editorial Ultralight;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.1 !important;
}

@media (min-width: 1024px) {
  .h0-new {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.h0--large {
  font-family: Editorial Ultralight;
  font-size: 3rem;
  line-height: 1.1 !important;
}

@media (min-width: 1024px) {
  .h0--large {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.h0-new em {
  font-family: Editorial Ultralight Italic !important;
  font-style: normal !important;
}

.h1 {
  font-family: TT_Hoves_Pro_Medium;
  font-size: 32px;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .h1 {
    font-size: 40px;
  }
}

.h1-new {
  font-family: Editorial Ultralight;
  font-size: 32px;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .h1-new {
    font-size: 40px;
  }
}

.h2 {
  font-family: TT_Hoves_Pro_Medium;
  font-size: 24px;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .h2 {
    font-size: 32px;
  }
}

.h2-new {
  font-family: Editorial Ultralight;
  font-size: 24px;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .h2-new {
    font-size: 32px;
  }
}

.h3 {
  font-family: TT_Hoves_Pro_Medium;
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .h3 {
    font-size: 24px;
  }
}

.h4 {
  font-family: TT_Hoves_Pro_Medium;
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .h4 {
    font-size: 20px;
  }
}

.h5 {
  font-family: TT_Hoves_Pro_Medium;
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: -2%;
}

@media (min-width: 1024px) {
  .h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.h6 {
  font-family: TT_Hoves_Pro_Medium;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -2%;
}

@media (min-width: 1024px) {
  .h6 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.p-xxlarge,
.p-xxlarge p {
  font-size: 20px;
}

@media (min-width: 1024px) {
  .p-xxlarge,
.p-xxlarge p {
    font-size: 24px;
  }
}

.p-xxlarge,
.p-xxlarge p {
  font-weight: 300;
}

.p-xlarge,
.p-xlarge p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .p-xlarge,
.p-xlarge p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.p-large,
.p-large p {
  margin-bottom: 2rem;
}

.p-small,
.p-small p {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .p-small,
.p-small p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.p-tiny,
.p-tiny p {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .p-tiny,
.p-tiny p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.custom-title {
  position: relative;
}

@media (min-width: 768px) {
  .custom-title em {
    position: absolute;
    bottom: 0px;
    right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .custom-title em {
    bottom: -2.5rem;
    right: -3.5rem;
  }
}

/* Buttons */

.button {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 56 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 199 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: TT_Hoves_Pro_Medium;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .button:hover {
    --tw-border-opacity: 0.6;
    --tw-bg-opacity: 0.6;
  }
}

.button.button-hidden {
  display: none;
}

.button--white {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: TT_Hoves_Pro_Medium;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .button--white:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.button--ghosted {
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 56 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 199 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: TT_Hoves_Pro_Medium;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .button--ghosted:hover {
    --tw-border-opacity: 0.6;
    --tw-bg-opacity: 0.6;
  }
}

.button--ghosted.button-hidden {
  display: none;
}

@media (min-width: 1024px) {
  .button--ghosted:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
}

.button--ghosted-inverted {
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 56 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 199 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: TT_Hoves_Pro_Medium;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .button--ghosted-inverted:hover {
    --tw-border-opacity: 0.6;
    --tw-bg-opacity: 0.6;
  }
}

.button--ghosted-inverted.button-hidden {
  display: none;
}

@media (min-width: 1024px) {
  .button--ghosted-inverted:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }
}

.button--muted {
  border-width: 0px !important;
  background-color: rgb(255 255 255 / 0.1) !important;
}

.button--header {
  display: flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 56 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 199 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: TT_Hoves_Pro_Medium;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .button--header {
    height: 46px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button--header:hover {
    --tw-bg-opacity: 0.6;
  }
}

.button--full-width {
  width: 100% !important;
}

.button--full-width-mobile {
  width: 100% !important;
}

@media (min-width: 768px) {
  .button--full-width-mobile {
    width: auto !important;
  }
}

.button--black {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: TT_Hoves_Pro_Medium;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .button--black:hover {
    --tw-border-opacity: 0.6;
    --tw-bg-opacity: 0.6;
  }
}

/* Header */

.announcement a {
  display: inline-block;
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .announcement a {
    margin-left: 0.25rem;
  }
}

.site-header.active {
  border-color: rgb(152 163 173 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* Accordions */

.accordion-summary {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

/* Richtext */

.tyb-rte strong {
  font-family: TT_Hoves_Pro_Medium !important;
  font-weight: 400;
}

.founder-rte p,
.standard-rte p {
  margin-bottom: 0.75rem;
}

.founder-rte p:first-child {
  font-family: TT_Hoves_Pro_Medium;
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .founder-rte p:first-child {
    font-size: 20px;
  }
}

.rte-link a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
  opacity: 1;
}

.rte {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .rte {
    font-size: 20px;
  }
}

.rte p {
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .rte p {
    margin-bottom: 1rem;
  }
}

.rte b,
.rte strong {
  font-family: TT_Hoves_Pro_Medium;
}

.rte ol,
.rte ul {
  margin-bottom: 2rem !important;
}

.rte li {
  margin-left: 1.5rem !important;
  margin-bottom: 0.5rem !important;
  display: list-item !important;
  list-style-type: disc !important;
  padding-left: 0.25rem !important;
}

.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
    margin-top: 2.25rem;
    margin-bottom: 1.5rem;
  }
}

.rte h2 {
  font-family: TT_Hoves_Pro_Medium;
  font-size: 24px;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .rte h2 {
    font-size: 32px;
  }
}

.rte h3 {
  font-family: TT_Hoves_Pro_Medium;
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .rte h3 {
    font-size: 24px;
  }
}

.rte a,
.announcement a {
  text-decoration-line: underline;
}

.rte img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
  border-radius: 0.75rem;
}

.subs-rte ul {
  text-align: left;
}

.subs-rte li {
  position: relative;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  .subs-rte li {
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.subs-rte li::before {
  position: absolute;
  left: 0px;
  top: 0.2em;
  display: block;
  height: 14px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  background-image: url("green-checkmark.png");
}

.perks-rte ul {
  text-align: left;
}

.perks-rte li {
  margin-left: 1rem !important;
  margin-bottom: 0.375rem !important;
  display: list-item !important;
  list-style-type: disc !important;
  padding-left: 0.25rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.perks-rte p {
  margin-bottom: 0.75rem;
  text-align: left;
}

.rte-heading-italic em {
  font-family: Editorial Ultralight Italic !important;
}

.marquee-sequence {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  animation: marquee 25s linear 3000ms infinite;
  animation-play-state: running;
  animation-delay: 3000ms;
  animation-direction: normal;
}

.marquee-sequence-items {
  flex: 0 0 auto;
  min-width: auto;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.setting-option.active {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  --tw-shadow: inset 0 -2px 0 0 black;
  --tw-shadow-colored: inset 0 -2px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .setting-option.active {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

#rc_login {
  display: none !important;
}

/* Carousel Pagers */

.pager button,
carousel-pager button:not(.pager-image) {
  opacity: 0.3;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper-pagination.custom-bullets {
  bottom: 0px;
}

.custom-bullets .active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 1;
}

.custom-bullets span {
  height: 0.25rem !important;
  width: 1rem !important;
  border-radius: 0.125rem;
  background-color: currentColor !important;
  opacity: 0.2;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .custom-bullets span {
    width: 1.5rem !important;
  }
}

.custom-bullets.update-size .active {
  width: 2.5rem !important;
}

@media (min-width: 1024px) {
  .custom-bullets.update-size .active {
    width: 3.5rem !important;
  }
}

.pager button.active,
carousel-pager button.active {
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.pager button,
carousel-pager .pager-image {
  border-width: 2px;
  border-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

carousel-pager .pager-image.white-scheme.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

carousel-pager .pager-image.dark-scheme.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

/* UGC Expand Item */

.ugc-container .expanded-card {
  max-width: 960px;
}

@media (min-width: 768px) {
  .ugc-container .expanded-card {
    aspect-ratio: 1.54;
    width: 85vw;
  }
}

@media (min-width: 1024px) {
  .ugc-container .expanded-card {
    width: 80vw;
  }
}

.ugc-container .expanded-card-mobile {
  height: 85vh;
  max-width: 960px;
}

@media (min-width: 768px) {
  .ugc-container .expanded-card-mobile {
    aspect-ratio: 1.54;
  }
}

@media (min-width: 1024px) {
  .ugc-container .expanded-card-mobile {
    width: 80vw;
  }
}

.ugc-container .expanded-card-mobile .toggle-expand-js {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ugc-container .expanded-details-mobile {
  display: none !important;
}

.ugc-container .expanded-card-mobile .expanded-details-mobile {
  display: flex !important;
}

.ugc-container .expanded-details {
  display: none !important;
}

.prev:disabled {
  opacity: 0.4;
}

.next:disabled {
  opacity: 0.4;
}

.ugc-container .expanded-card .toggle-expand-js {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ugc-container .expanded-card .expanded-details {
  display: flex !important;
}

/* Carousel Arrows */

.prev button:disabled {
  opacity: 0.4;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.next button:disabled {
  opacity: 0.4;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* Okendo All Reviews */

.filter-section label {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.filter-section input:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[data-oke-widget] {
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media not all and (min-width: 1024px) {
  [data-oke-widget] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media not all and (min-width: 768px) {
  [data-oke-widget] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.okeReviews[data-oke-container].oke-w,
div.okeReviews.oke-w {
  max-width: 1280px !important;
}

.bundle-review-container .oke-sr-count {
  display: none !important;
}

.bundle-review-container .okeReviews.oke-sr > div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.25rem;
}

.bundle-review-container .oke-sr-rating {
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
}

.bundle-review-container .oke-sr-label-text {
  display: none !important;
}

/* Large Content Grid */

.bg-grey-gradient {
  background: linear-gradient(to bottom, #332d36, #100d11);
}

.large-content-grid-short-content p {
  --tw-text-opacity: 1;
  color: rgb(152 163 173 / var(--tw-text-opacity));
}

.large-content-grid-short-content em {
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.account-rte p {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

/* Loader */

.loading-ring {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
}

.loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid black;
  border-radius: 50%;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: black transparent transparent transparent;
}

.loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Custom Margins */

@media screen and (min-width: 1440px) {
  .custom-mr {
    margin-right: calc(((100vw - 1440px) / 2)) !important;
  }

  .custom-ml {
    margin-left: calc(((100vw - 1440px) / 2)) !important;
  }

  .custom-pl {
    padding-left: calc(((100vw - 1440px) / 2)) !important;
  }
}

/* Tracking Buttons */

.tracking-button.active {
  position: relative;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.tracking-button.active::after {
  content: "";
  position: absolute;
  bottom: -1.35rem;
  left: 0px;
  height: 3px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

/* Bundles Section - Subtitle Props */

.subtitle-prop p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.subtitle-prop strong {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

/* Grid split areas */

.grid-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left right";
}

.split-left {
  grid-area: left;
}

.split-right {
  grid-area: right;
}

/* Hero FiftyFifty Promo */

.background-gradient-hero-fiftyfifty-promo {
  background: radial-gradient(
      140.01% 127.28% at 99% 10%,
      rgba(26, 26, 26, 0.4) 0%,
      rgba(0, 0, 0, 0) 50%
    ),
    rgba(255, 255, 255, 0.08);
}

/* Tabs */

.tab-button.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 56 199 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.no-scrollbar {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

/* Dynamic Text */

.rotation__container {
  overflow: hidden;
}

.rotation__container span {
  display: none;
  padding-top: 0.625rem;
}

.rotation__container span.text-in {
  display: block;
  animation: textIn 0.5s ease;
  line-height: 1.2;
}

.rotation__container span.text-out {
  animation: textOut 0.5s ease;
}

@keyframes textIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes textOut {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}

/* Carousel Pagers */

.pager button {
  opacity: 0.3;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.pager button.active {
  opacity: 1;
}

.swiper-pagination {
  position: relative;
  bottom: unset;
  display: flex;
  justify-content: center;
}

carousel-pager button.active,
.swiper-pagination .active {
  --tw-bg-opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.prev:disabled {
  opacity: 0.4;
}

.next:disabled {
  opacity: 0.4;
}

.img-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-contain {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px) {
  .video-slide:first-child {
    margin-left: 3rem;
  }
}

@media (min-width: 1440px) {
  .video-slide:first-child {
    margin-left: calc((100vw - 1440px) / 2);
  }
}

@media (min-width: 1024px) {
  .video-slide:last-child {
    margin-right: 3rem;
  }
}

@media (min-width: 1440px) {
  .video-slide:last-child {
    margin-right: calc((100vw - 1440px) / 2) !important;
  }
}

/* Audience Carousel Buttons */

.custom-prev,
.custom-next {
  --tw-border-opacity: 1;
  border-color: rgb(0 56 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.custom-prev:disabled,
.custom-next:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  opacity: 0.4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.affirm-modal-trigger {
  margin-left: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 56 199 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* Sticky ATC Bar */

.sticky-atc {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sticky-atc.active {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Marquee */

smart-marquee,
smart-marquee .smart-marquee-wrapper {
  --marquee-gap-mobile: 35px;
  --marquee-gap-desktop: 40px;
  gap: var(--marquee-gap-mobile);
}

@media (min-width: 1024px) {
  smart-marquee,
  smart-marquee .smart-marquee-wrapper {
    -moz-column-gap: var(--marquee-gap-desktop);
    column-gap: var(--marquee-gap-desktop);
  }
}

smart-marquee .smart-marquee-wrapper:hover {
  animation-play-state: paused;
}

@keyframes marquee-mobile {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--marquee-gap-mobile)));
  }
}

@keyframes marquee-desktop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--marquee-gap-desktop)));
  }
}

smart-marquee.is-looping .smart-marquee-wrapper {
  animation: marquee-mobile 28s linear infinite;
}

@media (min-width: 1024px) {
  smart-marquee.is-looping .smart-marquee-wrapper {
    animation: marquee-desktop 28s linear infinite;
  }
}

/* Reverse direction animations for double marquee */

@keyframes marquee-reverse-mobile {
  0% {
    transform: translateX(calc(-100% - var(--marquee-gap-mobile)));
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes marquee-reverse-desktop {
  0% {
    transform: translateX(calc(-100% - var(--marquee-gap-desktop)));
  }

  100% {
    transform: translateX(0);
  }
}

smart-marquee.is-looping[data-direction="reverse"] .smart-marquee-wrapper {
  animation: marquee-reverse-mobile 28s linear infinite;
}

@media (min-width: 1024px) {
  smart-marquee.is-looping[data-direction="reverse"] .smart-marquee-wrapper {
    animation: marquee-reverse-desktop 28s linear infinite;
  }
}

.first\:ml-6:first-child {
  margin-left: 1.5rem;
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:shadow-\[0_0_0_2px\]:focus {
  --tw-shadow: 0 0 0 2px;
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.peer:checked ~ .peer-checked\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 199 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px) {
  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .max-lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .max-lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .max-lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .max-lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .max-lg\:border-b {
    border-bottom-width: 1px;
  }

  .max-lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .max-lg\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .max-lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-lg\:text-\[12px\] {
    font-size: 12px;
  }

  .max-lg\:text-\[14px\] {
    font-size: 14px;
  }

  .max-lg\:leading-\[150\%\] {
    line-height: 150%;
  }

  .max-lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

@media not all and (min-width: 768px) {
  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:pl-8 {
    padding-left: 2rem;
  }

  .max-md\:pr-8 {
    padding-right: 2rem;
  }
}

@media (min-width: 640px) {
  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[1\] {
    aspect-ratio: 1;
  }

  .sm\:aspect-\[9\/10\] {
    aspect-ratio: 9/10;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:left-\[43px\] {
    left: 43px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-\[unset\] {
    top: unset;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-mx-\[28px\] {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[unset\] {
    aspect-ratio: unset;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:h-\[80px\] {
    height: 80px;
  }

  .md\:h-\[calc\(100vh-121px\)\] {
    height: calc(100vh - 121px);
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:min-h-\[360px\] {
    min-height: 360px;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-\[135\%\] {
    width: 135%;
  }

  .md\:w-\[80px\] {
    width: 80px;
  }

  .md\:w-\[calc\(100vw-80px\)\] {
    width: calc(100vw - 80px);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[260px\] {
    max-width: 260px;
  }

  .md\:max-w-\[303px\] {
    max-width: 303px;
  }

  .md\:max-w-\[595px\] {
    max-width: 595px;
  }

  .md\:max-w-\[unset\] {
    max-width: unset;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1\.5fr_1fr\] {
    grid-template-columns: 1.5fr 1fr;
  }

  .md\:grid-cols-\[1fr_220px\] {
    grid-template-columns: 1fr 220px;
  }

  .md\:grid-cols-\[1fr_5fr\] {
    grid-template-columns: 1fr 5fr;
  }

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .md\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .md\:grid-cols-\[56px_1fr_1fr\] {
    grid-template-columns: 56px 1fr 1fr;
  }

  .md\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:rounded-\[2\.8vw\] {
    border-radius: 2.8vw;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-\[177\%\] {
    padding-bottom: 177%;
  }

  .md\:pb-\[55\%\] {
    padding-bottom: 55%;
  }

  .md\:pb-\[60\%\] {
    padding-bottom: 60%;
  }

  .md\:pb-\[65\%\] {
    padding-bottom: 65%;
  }

  .md\:pb-\[80\%\] {
    padding-bottom: 80%;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:-bottom-5 {
    bottom: -1.25rem;
  }

  .lg\:-left-\[68\%\] {
    left: -68%;
  }

  .lg\:-right-\[73px\] {
    right: -73px;
  }

  .lg\:-right-\[88\%\] {
    right: -88%;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem;
  }

  .lg\:bottom-\[unset\] {
    bottom: unset;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:left-3 {
    left: 0.75rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:left-\[22px\] {
    left: 22px;
  }

  .lg\:left-\[unset\] {
    left: unset;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:right-\[unset\] {
    right: unset;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:top-\[15\%\] {
    top: 15%;
  }

  .lg\:top-\[86px\] {
    top: 86px;
  }

  .lg\:top-\[unset\] {
    top: unset;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-\[2\] {
    z-index: 2;
  }

  .lg\:\!order-1 {
    order: 1 !important;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:\!ml-\[unset\] {
    margin-left: unset !important;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mt-\[86px\] {
    margin-top: -86px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-\[36px\] {
    margin-bottom: 36px;
  }

  .lg\:mb-\[7\.5rem\] {
    margin-bottom: 7.5rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-\[14px\] {
    margin-top: 14px;
  }

  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }

  .lg\:mt-\[80px\] {
    margin-top: 80px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[0\.73\] {
    aspect-ratio: 0.73;
  }

  .lg\:aspect-\[0\.8\] {
    aspect-ratio: 0.8;
  }

  .lg\:aspect-\[1\.3\] {
    aspect-ratio: 1.3;
  }

  .lg\:aspect-\[1\.8\] {
    aspect-ratio: 1.8;
  }

  .lg\:aspect-\[unset\] {
    aspect-ratio: unset;
  }

  .lg\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .lg\:size-\[20px\] {
    width: 20px;
    height: 20px;
  }

  .lg\:\!h-\[56px\] {
    height: 56px !important;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-\[148px\] {
    height: 148px;
  }

  .lg\:h-\[202px\] {
    height: 202px;
  }

  .lg\:h-\[300vh\] {
    height: 300vh;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[432px\] {
    height: 432px;
  }

  .lg\:h-\[46px\] {
    height: 46px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-\[660px\] {
    height: 660px;
  }

  .lg\:h-\[70\%\] {
    height: 70%;
  }

  .lg\:h-\[86px\] {
    height: 86px;
  }

  .lg\:h-\[88px\] {
    height: 88px;
  }

  .lg\:h-\[90px\] {
    height: 90px;
  }

  .lg\:h-\[calc\(100\%-51px\)\] {
    height: calc(100% - 51px);
  }

  .lg\:h-\[calc\(100vh-36px\)\] {
    height: calc(100vh - 36px);
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:max-h-6 {
    max-height: 1.5rem;
  }

  .lg\:max-h-\[1024px\] {
    max-height: 1024px;
  }

  .lg\:max-h-\[220px\] {
    max-height: 220px;
  }

  .lg\:max-h-\[800px\] {
    max-height: 800px;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:min-h-\[505px\] {
    min-height: 505px;
  }

  .lg\:min-h-\[820px\] {
    min-height: 820px;
  }

  .lg\:\!w-\[200px\] {
    width: 200px !important;
  }

  .lg\:\!w-\[56px\] {
    width: 56px !important;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-3\.5 {
    width: 0.875rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-\[1060px\] {
    width: 1060px;
  }

  .lg\:w-\[148px\] {
    width: 148px;
  }

  .lg\:w-\[165px\] {
    width: 165px;
  }

  .lg\:w-\[1px\] {
    width: 1px;
  }

  .lg\:w-\[220px\] {
    width: 220px;
  }

  .lg\:w-\[22px\] {
    width: 22px;
  }

  .lg\:w-\[24px\] {
    width: 24px;
  }

  .lg\:w-\[35vw\] {
    width: 35vw;
  }

  .lg\:w-\[424px\] {
    width: 424px;
  }

  .lg\:w-\[42px\] {
    width: 42px;
  }

  .lg\:w-\[45vw\] {
    width: 45vw;
  }

  .lg\:w-\[520px\] {
    width: 520px;
  }

  .lg\:w-\[54\.55vw\] {
    width: 54.55vw;
  }

  .lg\:w-\[55vw\] {
    width: 55vw;
  }

  .lg\:w-\[56px\] {
    width: 56px;
  }

  .lg\:w-\[60px\] {
    width: 60px;
  }

  .lg\:w-\[64\%\] {
    width: 64%;
  }

  .lg\:w-\[88px\] {
    width: 88px;
  }

  .lg\:w-\[90\%\] {
    width: 90%;
  }

  .lg\:w-\[calc\(calc\(\(100vw-96px\)\*0\.6\)-120px-16px\)\] {
    width: calc(calc((100vw - 96px) * 0.6) - 120px - 16px);
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:min-w-16 {
    min-width: 4rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-\[1120px\] {
    max-width: 1120px;
  }

  .lg\:max-w-\[18\.25rem\] {
    max-width: 18.25rem;
  }

  .lg\:max-w-\[30rem\] {
    max-width: 30rem;
  }

  .lg\:max-w-\[310px\] {
    max-width: 310px;
  }

  .lg\:max-w-\[340px\] {
    max-width: 340px;
  }

  .lg\:max-w-\[358px\] {
    max-width: 358px;
  }

  .lg\:max-w-\[364px\] {
    max-width: 364px;
  }

  .lg\:max-w-\[381px\] {
    max-width: 381px;
  }

  .lg\:max-w-\[420px\] {
    max-width: 420px;
  }

  .lg\:max-w-\[540px\] {
    max-width: 540px;
  }

  .lg\:max-w-\[560px\] {
    max-width: 560px;
  }

  .lg\:max-w-\[580px\] {
    max-width: 580px;
  }

  .lg\:max-w-\[640px\] {
    max-width: 640px;
  }

  .lg\:max-w-\[820px\] {
    max-width: 820px;
  }

  .lg\:max-w-\[967px\] {
    max-width: 967px;
  }

  .lg\:max-w-\[unset\] {
    max-width: unset;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:shrink {
    flex-shrink: 1;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-\[-16px\] {
    --tw-translate-y: -16px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-\[16px\] {
    --tw-translate-y: 16px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-\[1px\] {
    --tw-translate-y: 1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:auto-cols-\[unset\] {
    grid-auto-columns: unset;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[0\.5fr_1fr\] {
    grid-template-columns: 0.5fr 1fr;
  }

  .lg\:grid-cols-\[0\.75fr_1fr\] {
    grid-template-columns: 0.75fr 1fr;
  }

  .lg\:grid-cols-\[0\.8fr_2fr\] {
    grid-template-columns: 0.8fr 2fr;
  }

  .lg\:grid-cols-\[0\.953fr_0\.967fr\] {
    grid-template-columns: 0.953fr 0.967fr;
  }

  .lg\:grid-cols-\[1\.3fr_1fr\] {
    grid-template-columns: 1.3fr 1fr;
  }

  .lg\:grid-cols-\[1\.5fr_1fr\] {
    grid-template-columns: 1.5fr 1fr;
  }

  .lg\:grid-cols-\[1\.5fr_2fr\] {
    grid-template-columns: 1.5fr 2fr;
  }

  .lg\:grid-cols-\[1\.75fr_1fr\] {
    grid-template-columns: 1.75fr 1fr;
  }

  .lg\:grid-cols-\[120px_1fr\] {
    grid-template-columns: 120px 1fr;
  }

  .lg\:grid-cols-\[140px_1fr\] {
    grid-template-columns: 140px 1fr;
  }

  .lg\:grid-cols-\[180px_1fr\] {
    grid-template-columns: 180px 1fr;
  }

  .lg\:grid-cols-\[1fr_0\.5fr\] {
    grid-template-columns: 1fr 0.5fr;
  }

  .lg\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .lg\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .lg\:grid-cols-\[1fr_3fr\] {
    grid-template-columns: 1fr 3fr;
  }

  .lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .lg\:grid-cols-\[1px_1fr\] {
    grid-template-columns: 1px 1fr;
  }

  .lg\:grid-cols-\[20px_1fr\] {
    grid-template-columns: 20px 1fr;
  }

  .lg\:grid-cols-\[268px_1fr\] {
    grid-template-columns: 268px 1fr;
  }

  .lg\:grid-cols-\[2fr_5fr\] {
    grid-template-columns: 2fr 5fr;
  }

  .lg\:grid-cols-\[4\.5fr_5\.5fr\] {
    grid-template-columns: 4.5fr 5.5fr;
  }

  .lg\:grid-cols-\[6\.5fr_3\.5fr\] {
    grid-template-columns: 6.5fr 3.5fr;
  }

  .lg\:grid-cols-\[60fr_40fr\] {
    grid-template-columns: 60fr 40fr;
  }

  .lg\:grid-cols-\[60px_1fr\] {
    grid-template-columns: 60px 1fr;
  }

  .lg\:grid-cols-\[64px_auto\] {
    grid-template-columns: 64px auto;
  }

  .lg\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

  .lg\:grid-cols-\[auto_1fr_auto\] {
    grid-template-columns: auto 1fr auto;
  }

  .lg\:grid-cols-\[unset\] {
    grid-template-columns: unset;
  }

  .lg\:grid-rows-\[1fr_auto\] {
    grid-template-rows: 1fr auto;
  }

  .lg\:grid-rows-\[1fr_auto_1fr\] {
    grid-template-rows: 1fr auto 1fr;
  }

  .lg\:grid-rows-\[auto_1fr\] {
    grid-template-rows: auto 1fr;
  }

  .lg\:grid-rows-\[auto_auto\] {
    grid-template-rows: auto auto;
  }

  .lg\:grid-rows-\[min-content_1fr\] {
    grid-template-rows: min-content 1fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-\[88px\] {
    gap: 88px;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:\!rounded-\[32px\] {
    border-radius: 32px !important;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .lg\:rounded-\[24px\] {
    border-radius: 24px;
  }

  .lg\:rounded-\[32px\] {
    border-radius: 32px;
  }

  .lg\:rounded-\[42px\] {
    border-radius: 42px;
  }

  .lg\:rounded-\[8px\] {
    border-radius: 8px;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-r-\[24px\] {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .lg\:rounded-bl-\[8px\] {
    border-bottom-left-radius: 8px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-tl-\[8px\] {
    border-top-left-radius: 8px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-gray-blue {
    --tw-border-opacity: 1;
    border-color: rgb(152 163 173 / var(--tw-border-opacity));
  }

  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .lg\:bg-\[\#ffffff14\] {
    background-color: #ffffff14;
  }

  .lg\:bg-gray-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(152 163 173 / var(--tw-bg-opacity));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:\!p-4 {
    padding: 1rem !important;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[216px\] {
    padding-left: 216px;
    padding-right: 216px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[104px\] {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .lg\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:py-\[83px\] {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .lg\:py-\[88px\] {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-\[100\%\] {
    padding-bottom: 100%;
  }

  .lg\:pb-\[46\%\] {
    padding-bottom: 46%;
  }

  .lg\:pb-\[50\%\] {
    padding-bottom: 50%;
  }

  .lg\:pb-\[60\%\] {
    padding-bottom: 60%;
  }

  .lg\:pb-\[inherit\] {
    padding-bottom: inherit;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-\[26px\] {
    padding-left: 26px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-\[100px\] {
    padding-right: 100px;
  }

  .lg\:pr-\[60px\] {
    padding-right: 60px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-\[110px\] {
    padding-top: 110px;
  }

  .lg\:pt-\[118px\] {
    padding-top: 118px;
  }

  .lg\:pt-\[44px\] {
    padding-top: 44px;
  }

  .lg\:pt-\[50\%\] {
    padding-top: 50%;
  }

  .lg\:pt-\[86px\] {
    padding-top: 86px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:font-body-medium {
    font-family: TT_Hoves_Pro_Medium;
  }

  .lg\:\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .lg\:\!text-\[40px\] {
    font-size: 40px !important;
  }

  .lg\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-\[140px\] {
    font-size: 140px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:leading-\[35\.2px\] {
    line-height: 35.2px;
  }

  .lg\:text-\[\#141920\] {
    --tw-text-opacity: 1;
    color: rgb(20 25 32 / var(--tw-text-opacity));
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .lg\:underline {
    text-decoration-line: underline;
  }

  .lg\:decoration-dashed {
    text-decoration-style: dashed;
  }

  .lg\:underline-offset-2 {
    text-underline-offset: 2px;
  }

  .lg\:underline-offset-8 {
    text-underline-offset: 8px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .lg\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .lg\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .lg\:hover\:underline:hover {
    text-decoration-line: underline;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .lg\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .lg\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:scale-\[1\.03\] {
    --tw-scale-x: 1.03;
    --tw-scale-y: 1.03;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .lg\:group-hover\:scale-\[1\.06\] {
    --tw-scale-x: 1.06;
    --tw-scale-y: 1.06;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .lg\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}

@media (min-width: 1220px) {
  .min-\[1220px\]\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:-left-\[60\%\] {
    left: -60%;
  }

  .xl\:bottom-4 {
    bottom: 1rem;
  }

  .xl\:left-4 {
    left: 1rem;
  }

  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:m-0 {
    margin: 0px;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .xl\:h-\[54px\] {
    height: 54px;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-\[1px\] {
    width: 1px;
  }

  .xl\:w-\[524px\] {
    width: 524px;
  }

  .xl\:w-\[85\%\] {
    width: 85%;
  }

  .xl\:w-\[90\%\] {
    width: 90%;
  }

  .xl\:max-w-\[440px\] {
    max-width: 440px;
  }

  .xl\:auto-cols-\[unset\] {
    grid-auto-columns: unset;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .xl\:grid-cols-\[24px_1fr\] {
    grid-template-columns: 24px 1fr;
  }

  .xl\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .xl\:grid-cols-\[77px_1fr\] {
    grid-template-columns: 77px 1fr;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-48 {
    gap: 12rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-\[80px\] {
    gap: 80px;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-\[80px\] {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-\[180px\] {
    font-size: 180px;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .min-\[1280px\]\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .min-\[1280px\]\:pl-\[80px\] {
    padding-left: 80px;
  }

  .min-\[1280px\]\:pr-\[80px\] {
    padding-right: 80px;
  }
}

@media (min-width: 1440px) {
  .min-\[1440px\]\:ml-\[calc\(\(100vw-1280px\)\/2\)\] {
    margin-left: calc((100vw - 1280px) / 2);
  }

  .min-\[1440px\]\:mr-\[calc\(\(100vw-1280px\)\/2\)\] {
    margin-right: calc((100vw - 1280px) / 2);
  }

  .min-\[1440px\]\:w-5 {
    width: 1.25rem;
  }

  .min-\[1440px\]\:w-6 {
    width: 1.5rem;
  }

  .min-\[1440px\]\:w-\[calc\(\(1440px-160px-64px-120px-16px\)\*0\.6\)\] {
    width: calc((1440px - 160px - 64px - 120px - 16px) * 0.6);
  }

  .min-\[1440px\]\:gap-3 {
    gap: 0.75rem;
  }

  .min-\[1440px\]\:rounded-\[44px\] {
    border-radius: 44px;
  }

  .min-\[1440px\]\:px-\[calc\(\(\(100vw-1440px\)\/2\)\)\] {
    padding-left: calc(((100vw - 1440px) / 2));
    padding-right: calc(((100vw - 1440px) / 2));
  }

  .min-\[1440px\]\:pl-\[calc\(\(\(100vw-1440px\)\/2\)\+80px\)\] {
    padding-left: calc(((100vw - 1440px) / 2) + 80px);
  }

  .min-\[1440px\]\:pl-\[calc\(\(100vw-1280px\)\/2\)\] {
    padding-left: calc((100vw - 1280px) / 2);
  }

  .min-\[1440px\]\:pr-16 {
    padding-right: 4rem;
  }

  .min-\[1440px\]\:pr-\[calc\(\(\(100vw-1440px\)\/2\)\+16px\)\] {
    padding-right: calc(((100vw - 1440px) / 2) + 16px);
  }

  .min-\[1440px\]\:text-\[32px\] {
    font-size: 32px;
  }

  .min-\[1440px\]\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .min-\[1440px\]\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-\[600px\] {
    width: 600px;
  }

  .\32xl\:w-\[85\%\] {
    width: 85%;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:gap-48 {
    gap: 12rem;
  }

  .\32xl\:text-\[200px\] {
    font-size: 200px;
  }
}

.\[\&\:not\(\:last-child\)\]\:border-b:not(:last-child) {
  border-bottom-width: 1px;
}

.\[\&\>p\]\:mb-0>p {
  margin-bottom: 0px;
}

.\[\&\>svg\]\:h-auto>svg {
  height: auto;
}

.\[\&\>svg\]\:h-full>svg {
  height: 100%;
}

.\[\&\>svg\]\:w-auto>svg {
  width: auto;
}

.\[\&\>svg\]\:w-full>svg {
  width: 100%;
}

.\[\&_em\]\:not-italic em {
  font-style: normal;
}

.\[\&_em\]\:text-blue em {
  --tw-text-opacity: 1;
  color: rgb(0 56 199 / var(--tw-text-opacity));
}

.\[\&_strong\]\:font-body-medium strong {
  font-family: TT_Hoves_Pro_Medium;
}

.\[\&_strong\]\:font-semibold strong {
  font-weight: 600;
}

/* homepage hero v2 test - Janina 07/25/25 

@media screen and (max-width: 1023px) {
  .hero-feno {
    overflow: clip;
    padding: 0 0 48px;
  }

  .hero-feno__container {
    position: relative;
    min-height: calc(100svh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0;
    padding: 0;
  }

  .hero-feno__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    border-radius: 0;
  }

  .hero-feno__media:empty {
    display: none;
  }

  .hero-feno__content {
    position: relative;
    z-index: 2;
    padding: 24px 20px;
    background: linear-gradient(to top, rgba(62, 73, 85, 0.95) 60%, transparent);
  }
}