/* ========================================================================= */

/* Tailwind */

/* ========================================================================= */

/* ! tailwindcss v3.4.1 | 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 */
  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,
[type='button'],
[type='reset'],
[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;
}

@font-face {
  font-display: swap;

  font-family: 'Universal Sans Display';

  font-weight: 400;

  font-style: normal;

  src: url('/fonts/UniversalSans-Display-440.woff2') format('woff2');
}

*, ::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:  ;
}

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

.container {
  width: 100%;
}

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

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

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

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

.type-style-1,
.type-style-2,
.type-style-3,
.type-style-4,
.type-style-5,
.type-style-6 {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
}

.type-style-1 {
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 3.375rem;
  --tw-type--line-height: 105%;
  --tw-type--letter-spacing: 2%;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 768px) {
  .type-style-1 {
    --tw-type--size: 5rem;
    --tw-type--line-height: 90%;
    --tw-type--letter-spacing: 0%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1040px) {
  .type-style-1 {
    --tw-type--size: 8.125rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-2 {
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 2.1875rem;
  --tw-type--line-height: 110%;
  --tw-type--letter-spacing: 0%;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 768px) {
  .type-style-2 {
    --tw-type--size: 3rem;
    --tw-type--letter-spacing: 2%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1040px) {
  .type-style-2 {
    --tw-type--size: 3.75rem;
    --tw-type--line-height: 100%;
    --tw-type--letter-spacing: 0%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-3 {
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1.625rem;
  --tw-type--line-height: 125%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 768px) {
  .type-style-3 {
    --tw-type--size: 1.5625rem;
    --tw-type--line-height: 140%;
    --tw-type--letter-spacing: 0.04375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1040px) {
  .type-style-3 {
    --tw-type--size: 1.75rem;
    --tw-type--line-height: 135%;
    --tw-type--letter-spacing: 0.04375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-4 {
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-5 {
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 0.8125rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-6 {
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 768px) {
  .type-style-6 {
    --tw-type--size: 6.25rem;
    --tw-type--line-height: 90%;
    --tw-type--letter-spacing: 0%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1040px) {
  .type-style-6 {
    --tw-type--size: 9.375rem;
    --tw-type--line-height: 95%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.expand-interaction {
  position: relative;
}

.expand-interaction .expand-interaction__action::before {
  position: absolute;
  inset: 0;
  display: block;
  content: " ";
  z-index: 1;
}

.expand-interaction a:not(.expand-interaction__action),
                .expand-interaction button:not(.expand-interaction__action)
             {
  position: relative;
  z-index: 2;
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.-top-100 {
  top: -6.25rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-20 {
  bottom: 1.25rem;
}

.bottom-30 {
  bottom: 1.875rem;
}

.bottom-60 {
  bottom: 3.75rem;
}

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

.left-0 {
  left: 0;
}

.left-30 {
  left: 1.875rem;
}

.left-6\/12 {
  left: 50%;
}

.left-auto {
  left: auto;
}

.right-0 {
  right: 0;
}

.right-30 {
  right: 1.875rem;
}

.top-0 {
  top: 0;
}

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

.top-30 {
  top: 1.875rem;
}

.top-6\/12 {
  top: 50%;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0;
}

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

.-mx-40 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

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

.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.my-35 {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

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

.mb-15 {
  margin-bottom: 0.9375rem;
}

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

.mb-25 {
  margin-bottom: 1.5625rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-35 {
  margin-bottom: 2.1875rem;
}

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

.mb-45 {
  margin-bottom: 2.8125rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

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

.mr-10 {
  margin-right: 0.625rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mt-145 {
  margin-top: 9.0625rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

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

.mt-30 {
  margin-top: 1.875rem;
}

.mt-35 {
  margin-top: 2.1875rem;
}

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

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

.mt-60 {
  margin-top: 3.75rem;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-20 {
  height: 1.25rem;
}

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

.h-dvh {
  height: 100dvh;
}

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.min-h-dynamic-screen {
  min-height: 100vh;
  min-height: 100dvh;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/6 {
  width: 16.666667%;
}

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

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

.w-2\/4 {
  width: 50%;
}

.w-20 {
  width: 1.25rem;
}

.w-3\/4 {
  width: 75%;
}

.w-6\/12 {
  width: 50%;
}

.w-65 {
  width: 4.0625rem;
}

.w-7\/12 {
  width: 58.333333%;
}

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

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

.w-full {
  width: 100%;
}

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

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

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

.max-w-\[100dvw\] {
  max-width: 100dvw;
}

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

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

.basis-\[calc\(50\%-10px\)\] {
  flex-basis: calc(50% - 10px);
}

.-translate-x-6\/12 {
  --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-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-6\/12 {
  --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-x-full {
  --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));
}

.cursor-grab {
  cursor: grab;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 0.625rem;
}

.gap-15 {
  gap: 0.9375rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-5 {
  gap: 0.3125rem;
}

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

.gap-x-15 {
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}

.gap-y-20 {
  row-gap: 1.25rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

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

.break-words {
  overflow-wrap: break-word;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-dark-grey {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}

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

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

.border-b-dark-grey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 219 219 / var(--tw-border-opacity));
}

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

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

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

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(173 126 247 / var(--tw-bg-opacity));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(5 206 174 / var(--tw-bg-opacity));
}

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

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

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

.p-20 {
  padding: 1.25rem;
}

.p-30 {
  padding: 1.875rem;
}

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

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

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

.py-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.py-25 {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-35 {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

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

.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

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

.pb-100 {
  padding-bottom: 6.25rem;
}

.pb-15 {
  padding-bottom: 0.9375rem;
}

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

.pb-25 {
  padding-bottom: 1.5625rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-35 {
  padding-bottom: 2.1875rem;
}

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

.pb-45 {
  padding-bottom: 2.8125rem;
}

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

.pb-50 {
  padding-bottom: 3.125rem;
}

.pb-65 {
  padding-bottom: 4.0625rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pl-15 {
  padding-left: 0.9375rem;
}

.pl-\[100px\] {
  padding-left: 100px;
}

.pr-10 {
  padding-right: 0.625rem;
}

.pr-100 {
  padding-right: 6.25rem;
}

.pr-25 {
  padding-right: 1.5625rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pr-\[150px\] {
  padding-right: 150px;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pt-15 {
  padding-top: 0.9375rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pt-25 {
  padding-top: 1.5625rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pt-35 {
  padding-top: 2.1875rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-5 {
  padding-top: 0.3125rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pt-80 {
  padding-top: 5rem;
}

.text-left {
  text-align: left;
}

.align-baseline {
  vertical-align: baseline;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.leading-none {
  line-height: 1;
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-0 {
  outline-width: 0px;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, 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-\[bottom\] {
  transition-property: bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\] {
  transition-property: width;
  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;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .sm\:type-style-2 {
    font-family: var(--tw-type--family);
    font-weight: var(--tw-type--weight, normal);
    font-size: var(--tw-type--size, 16px);
    line-height: var(--tw-type--line-height, 1);
    letter-spacing: var(--tw-type--letter-spacing, 0px);
    text-transform: var(--tw-type--text-transform, none);
    font-feature-settings: var(--tw-type--font-feature-settings, normal);
  }

  .sm\:type-style-3 {
    font-family: var(--tw-type--family);
    font-weight: var(--tw-type--weight, normal);
    font-size: var(--tw-type--size, 16px);
    line-height: var(--tw-type--line-height, 1);
    letter-spacing: var(--tw-type--letter-spacing, 0px);
    text-transform: var(--tw-type--text-transform, none);
    font-feature-settings: var(--tw-type--font-feature-settings, normal);
  }

  .sm\:type-style-2 {
    --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --tw-type--weight: 400;
    --tw-type--size: 2.1875rem;
    --tw-type--line-height: 110%;
    --tw-type--letter-spacing: 0%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }

  @media (min-width: 768px) {
    .sm\:type-style-2 {
      --tw-type--size: 3rem;
      --tw-type--letter-spacing: 2%;
      --tw-type--text-transform: none;
      --tw-type--font-feature-settings: normal;
    }
  }

  @media (min-width: 1040px) {
    .sm\:type-style-2 {
      --tw-type--size: 3.75rem;
      --tw-type--line-height: 100%;
      --tw-type--letter-spacing: 0%;
      --tw-type--text-transform: none;
      --tw-type--font-feature-settings: normal;
    }
  }

  .sm\:type-style-3 {
    --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --tw-type--weight: 400;
    --tw-type--size: 1.625rem;
    --tw-type--line-height: 125%;
    --tw-type--letter-spacing: 0.04375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }

  @media (min-width: 768px) {
    .sm\:type-style-3 {
      --tw-type--size: 1.5625rem;
      --tw-type--line-height: 140%;
      --tw-type--letter-spacing: 0.04375rem;
      --tw-type--text-transform: none;
      --tw-type--font-feature-settings: normal;
    }
  }

  @media (min-width: 1040px) {
    .sm\:type-style-3 {
      --tw-type--size: 1.75rem;
      --tw-type--line-height: 135%;
      --tw-type--letter-spacing: 0.04375rem;
      --tw-type--text-transform: none;
      --tw-type--font-feature-settings: normal;
    }
  }
}

@media (min-width: 1040px) {
  .md\:type-style-3 {
    font-family: var(--tw-type--family);
    font-weight: var(--tw-type--weight, normal);
    font-size: var(--tw-type--size, 16px);
    line-height: var(--tw-type--line-height, 1);
    letter-spacing: var(--tw-type--letter-spacing, 0px);
    text-transform: var(--tw-type--text-transform, none);
    font-feature-settings: var(--tw-type--font-feature-settings, normal);
    --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --tw-type--weight: 400;
    --tw-type--size: 1.625rem;
    --tw-type--line-height: 125%;
    --tw-type--letter-spacing: 0.04375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }

  @media (min-width: 768px) {
    .md\:type-style-3 {
      --tw-type--size: 1.5625rem;
      --tw-type--line-height: 140%;
      --tw-type--letter-spacing: 0.04375rem;
      --tw-type--text-transform: none;
      --tw-type--font-feature-settings: normal;
    }
  }

  @media (min-width: 1040px) {
    .md\:type-style-3 {
      --tw-type--size: 1.75rem;
      --tw-type--line-height: 135%;
      --tw-type--letter-spacing: 0.04375rem;
      --tw-type--text-transform: none;
      --tw-type--font-feature-settings: normal;
    }
  }
}

.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 768px) {
  .sm\:pointer-events-none {
    pointer-events: none;
  }

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

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:top-30 {
    top: 1.875rem;
  }

  .sm\:top-40 {
    top: 2.5rem;
  }

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

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:-mr-40 {
    margin-right: -2.5rem;
  }

  .sm\:mb-45 {
    margin-bottom: 2.8125rem;
  }

  .sm\:mb-60 {
    margin-bottom: 3.75rem;
  }

  .sm\:ml-20 {
    margin-left: 1.25rem;
  }

  .sm\:mr-10 {
    margin-right: 0.625rem;
  }

  .sm\:mr-20 {
    margin-right: 1.25rem;
  }

  .sm\:mt-40 {
    margin-top: 2.5rem;
  }

  .sm\:mt-45 {
    margin-top: 2.8125rem;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-1\/8 {
    width: 12.5%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

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

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:basis-\[calc\(50\%-20px\)\] {
    flex-basis: calc(50% - 20px);
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0;
    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));
  }

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

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

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

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

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

  .sm\:gap-15 {
    gap: 0.9375rem;
  }

  .sm\:gap-40 {
    gap: 2.5rem;
  }

  .sm\:gap-x-15 {
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .sm\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pb-20 {
    padding-bottom: 1.25rem;
  }

  .sm\:pb-25 {
    padding-bottom: 1.5625rem;
  }

  .sm\:pb-30 {
    padding-bottom: 1.875rem;
  }

  .sm\:pb-40 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-50 {
    padding-bottom: 3.125rem;
  }

  .sm\:pb-55 {
    padding-bottom: 3.4375rem;
  }

  .sm\:pb-60 {
    padding-bottom: 3.75rem;
  }

  .sm\:pb-70 {
    padding-bottom: 4.375rem;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pl-15 {
    padding-left: 0.9375rem;
  }

  .sm\:pr-30 {
    padding-right: 1.875rem;
  }

  .sm\:pr-40 {
    padding-right: 2.5rem;
  }

  .sm\:pt-30 {
    padding-top: 1.875rem;
  }

  .sm\:pt-40 {
    padding-top: 2.5rem;
  }

  .sm\:pt-45 {
    padding-top: 2.8125rem;
  }

  .sm\:pt-50 {
    padding-top: 3.125rem;
  }

  .sm\:pt-70 {
    padding-top: 4.375rem;
  }

  .sm\:transition-\[top\] {
    transition-property: top;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

@media (min-width: 1040px) {
  .md\:fixed {
    position: fixed;
  }

  .md\:-top-145 {
    top: -9.0625rem;
  }

  .md\:top-40 {
    top: 2.5rem;
  }

  .md\:top-65 {
    top: 4.0625rem;
  }

  .md\:top-\[-65px\] {
    top: -65px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:-mx-100 {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md\:-mr-100 {
    margin-right: -6.25rem;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-100 {
    margin-bottom: 6.25rem;
  }

  .md\:mb-25 {
    margin-bottom: 1.5625rem;
  }

  .md\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-50 {
    margin-bottom: 3.125rem;
  }

  .md\:mb-55 {
    margin-bottom: 3.4375rem;
  }

  .md\:mb-60 {
    margin-bottom: 3.75rem;
  }

  .md\:mb-70 {
    margin-bottom: 4.375rem;
  }

  .md\:ml-\[67\.5px\] {
    margin-left: 67.5px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mt-40 {
    margin-top: 2.5rem;
  }

  .md\:mt-50 {
    margin-top: 3.125rem;
  }

  .md\:mt-65 {
    margin-top: 4.0625rem;
  }

  .md\:mt-80 {
    margin-top: 5rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  @media (min-width: 1040px) {
    .md\:md\:w-1\/6 {
      width: 16.666667%;
    }

    .md\:md\:w-2\/6 {
      width: 33.333333%;
    }
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-10\/10 {
    width: 100%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-12\/12 {
    width: 100%;
  }

  .md\:w-2\/10 {
    width: 20%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-2\/7 {
    width: 28.57142857142857%;
  }

  .md\:w-3\/10 {
    width: 30%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/10 {
    width: 40%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/10 {
    width: 50%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/10 {
    width: 60%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-6\/8 {
    width: 75%;
  }

  .md\:w-7\/10 {
    width: 70%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/10 {
    width: 80%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:basis-\[calc\(50\%-7\.5px\)\] {
    flex-basis: calc(50% - 7.5px);
  }

  .md\:basis-auto {
    flex-basis: auto;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0;
  }

  .md\:gap-15 {
    gap: 0.9375rem;
  }

  .md\:gap-20 {
    gap: 1.25rem;
  }

  .md\:gap-40 {
    gap: 2.5rem;
  }

  .md\:gap-50 {
    gap: 3.125rem;
  }

  .md\:gap-65 {
    gap: 4.0625rem;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

  .md\:px-100 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .md\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:px-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }

  .md\:py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

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

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pb-25 {
    padding-bottom: 1.5625rem;
  }

  .md\:pb-30 {
    padding-bottom: 1.875rem;
  }

  .md\:pb-35 {
    padding-bottom: 2.1875rem;
  }

  .md\:pb-40 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-45 {
    padding-bottom: 2.8125rem;
  }

  .md\:pb-50 {
    padding-bottom: 3.125rem;
  }

  .md\:pb-55 {
    padding-bottom: 3.4375rem;
  }

  .md\:pb-60 {
    padding-bottom: 3.75rem;
  }

  .md\:pb-80 {
    padding-bottom: 5rem;
  }

  .md\:pb-90 {
    padding-bottom: 5.625rem;
  }

  .md\:pl-30 {
    padding-left: 1.875rem;
  }

  .md\:pl-\[32\.5px\] {
    padding-left: 32.5px;
  }

  .md\:pr-100 {
    padding-right: 6.25rem;
  }

  .md\:pr-\[250px\] {
    padding-right: 250px;
  }

  .md\:pr-\[8px\] {
    padding-right: 8px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pt-20 {
    padding-top: 1.25rem;
  }

  .md\:pt-40 {
    padding-top: 2.5rem;
  }

  .md\:pt-5 {
    padding-top: 0.3125rem;
  }

  .md\:pt-50 {
    padding-top: 3.125rem;
  }

  .md\:pt-60 {
    padding-top: 3.75rem;
  }

  .md\:pt-65 {
    padding-top: 4.0625rem;
  }

  .md\:pt-70 {
    padding-top: 4.375rem;
  }

  .md\:pt-95 {
    padding-top: 5.9375rem;
  }
}

@media (min-width: 1440px) {
  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }
}

@media (min-width: 1800px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }
}

/* ========================================================================= */

/* Modules */

/* ========================================================================= */

.pill-input {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 30px;
  height: 47px;
}

.pill-input:focus,
.pill-input:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

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

.pill-input-no-border {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  display: flex;
  align-items: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-radius: 30px;
  height: 47px;
}

.pill-listing-no-border {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.875rem;
  border-radius: 30px;
  height: 51px;
}

.pill-listing-border {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  margin-bottom: 0.9375rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 50px;
  cursor: pointer;
  height: auto;
}

/* pill button */

.pill-button {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 30px;
  cursor: pointer;
  height: 47px;
}

.pill-button-large-text {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 13px;
}

@media (min-width: 768px) {
  .pill-button-large-text {
    font-family: var(--tw-type--family);
    font-weight: var(--tw-type--weight, normal);
    font-size: var(--tw-type--size, 16px);
    line-height: var(--tw-type--line-height, 1);
    letter-spacing: var(--tw-type--letter-spacing, 0px);
    text-transform: var(--tw-type--text-transform, none);
    font-feature-settings: var(--tw-type--font-feature-settings, normal);
    --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --tw-type--weight: 400;
    --tw-type--size: 1.625rem;
    --tw-type--line-height: 125%;
    --tw-type--letter-spacing: 0.04375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }

  @media (min-width: 768px) {
    .pill-button-large-text {
      --tw-type--size: 1.5625rem;
      --tw-type--line-height: 140%;
      --tw-type--letter-spacing: 0.04375rem;
      --tw-type--text-transform: none;
      --tw-type--font-feature-settings: normal;
    }
  }

  @media (min-width: 1040px) {
    .pill-button-large-text {
      --tw-type--size: 1.75rem;
      --tw-type--line-height: 135%;
      --tw-type--letter-spacing: 0.04375rem;
      --tw-type--text-transform: none;
      --tw-type--font-feature-settings: normal;
    }
  }

  .pill-button-large-text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.pill-button-large-text {
  border-radius: 30px;
  cursor: pointer;
  height: auto;
}

.pill-button.pill-button--white {
  --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));
}

.pill-button.pill-button--black {
  --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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: border-color 1s ease;
}

.pill-button.pill-button--grey {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.pill-button.pill-button--purple {
  --tw-bg-opacity: 1;
  background-color: rgb(205 159 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.pill-button:hover,
.pill-button.pill-button--active,
.pill-button-large-text.pill-button--active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  transition: border-color 1s ease;
}

.round-button {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 30px;
  cursor: pointer;
  height: 47px;
}

.round-button.pill-button--white {
  --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));
}

.round-button.pill-button--black {
  --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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: border-color 1s ease;
}

.round-button.pill-button--grey {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.round-button.pill-button--purple {
  --tw-bg-opacity: 1;
  background-color: rgb(205 159 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.round-button:hover,.round-button.pill-button--active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  transition: border-color 1s ease;
}

.round-button {
  height: 47px;
  width: 47px;
  padding: 0;
}

.round-button.round-button--small {
  height: 31px;
  width: 31px;
}

.round-button.round-button--white {
  --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));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.round-button.round-button--black {
  --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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.round-button.round-button--white:hover,
.round-button.round-button--white:focus {
  --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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:focus .pill-button--grey,
.group:hover .pill-button--grey,
.group:active .pill-button--grey {
  --tw-border-opacity: 1;
  border-color: rgb(173 126 247 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(173 126 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  cursor: initial;
}

@media (min-width: 768px) {
  .round-button.round-button--small {
    height: 47px;
    width: 47px;
  }

  .pill-listing {
    font-family: var(--tw-type--family);
    font-weight: var(--tw-type--weight, normal);
    font-size: var(--tw-type--size, 16px);
    line-height: var(--tw-type--line-height, 1);
    letter-spacing: var(--tw-type--letter-spacing, 0px);
    text-transform: var(--tw-type--text-transform, none);
    font-feature-settings: var(--tw-type--font-feature-settings, normal);
    --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --tw-type--weight: 400;
    --tw-type--size: 1.625rem;
    --tw-type--line-height: 125%;
    --tw-type--letter-spacing: 0.04375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }

  @media (min-width: 768px) {
    .pill-listing {
      --tw-type--size: 1.5625rem;
      --tw-type--line-height: 140%;
      --tw-type--letter-spacing: 0.04375rem;
      --tw-type--text-transform: none;
      --tw-type--font-feature-settings: normal;
    }
  }

  @media (min-width: 1040px) {
    .pill-listing {
      --tw-type--size: 1.75rem;
      --tw-type--line-height: 135%;
      --tw-type--letter-spacing: 0.04375rem;
      --tw-type--text-transform: none;
      --tw-type--font-feature-settings: normal;
    }
  }

  .pill-listing {
    height: 70px;
  }

  .pill-listing-no-border {
    height: 61px;
  }
}

dialog::backdrop {
  background-color: transparent;
}

.dialog-reset {
  position: fixed;
  inset: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  max-height: none;
  max-width: none;
  background-color: transparent;
}

.main-logo {
  height: 97px;
  width: 97.5px;
}

@media (min-width: 768px) {
  .main-logo {
    height: 141px;
    width: 142px;
  }
}

@media (min-width: 1040px) {
  .main-logo {
    min-height: 141px;
    min-width: 142px;
  }
}

/* ========================================================================= */

/* Checkbox */

/* ========================================================================= */

.checkbox-container {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  line-height: 16px;
  padding-left: 30px;
  position: relative;
  user-select: none;
}

.checkbox-container input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.checkbox-container label {
  cursor: pointer;
}

.checkbox-container label:before {
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #6c6c6c;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.checkbox-container.checkbox-footer label:before {
  border: 1px solid #e1e1e1;
}

.checkbox-container input:checked ~ label:before {
  background-color: #0e0e0e;
  border: 6px #ffffff solid;
  outline: 1px #6c6c6c solid;
}

.checkbox-container.checkbox-footer input:checked ~ label:before {
  outline: 1px #e1e1e1 solid;
}

.checkbox-container label:after {
  content: '';
  display: none;
  position: absolute;
}

.checkbox-container input:checked ~ label:after {
  display: block;
}

@media (min-width: 1040px) {
  .checkbox-container:not(.checkbox-container.checkbox-footer) {
    line-height: 31px;
    padding-left: 46px;
  }

  .checkbox-container:not(.checkbox-container.checkbox-footer) label:before {
    height: 31px;
    width: 31px;
  }
}

.listing-item:nth-child(odd) {
  padding-right: 10px;
}

.listing-item:nth-child(even) {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .listing-item:nth-child(odd) {
    padding-right: 20px;
  }

  .listing-item:nth-child(even) {
    padding-left: 20px;
  }
}

@media (min-width: 1040px) {
  .listing-item:nth-child(odd) {
    padding-left: 32.5px;
    padding-right: 32.5px;
  }

  .listing-item:nth-child(even) {
    padding-left: 32.5px;
    padding-right: 32.5px;
  }

  .tag-listing-item:nth-child(4n + 1),
    .tag-listing-item:nth-child(4n + 4) {
    grid-column: auto / span 6;
  }

  .tag-listing-item:nth-child(4n + 2),
    .tag-listing-item:nth-child(4n + 3) {
    grid-column: auto / span 4;
  }
}

/* Carousel grid */

.carousel-item {
  width: calc(83.333333% - 13px);
  padding-left: 15px;
  padding-right: 15px;
}

.carousel-item--large {
  width: 100%;
  padding-left: 15px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .carousel-item {
    width: calc(58.333333% - 11px);
    padding-left: 20px;
    padding-right: 20px;
  }

  .carousel-item--large {
    width: 100%;
    padding-left: 20px;
    padding-right: 40px;
  }
}

@media (min-width: 1040px) {
  .carousel-nav {
    width: calc(16.666667% - 11px);
    background-color: transparent;
    z-index: 1;
  }

  .carousel-item {
    width: calc(40% - 23px);
    padding-left: 32.5px;
    padding-right: 32.5px;
  }

  .carousel-item--large {
    width: 100%;
    padding-left: 32.5px;
    padding-right: 90px;
  }
}

@media (min-width: 1800px) {
  .carousel-item {
    width: 480px;
  }
}

.layout-container {
  padding-left: 30px;
  padding-right: 30px;
}

.layout-grid-negative-gutter {
  margin-left: -15px;
  margin-right: -15px;
}

.layout-grid-col-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-container {
  padding-left: 30px;
  padding-right: 30px;
}

.layout-grid-negative-gutter.layout-grid-full-width {
  margin-left: -30px;
  margin-right: -30px;
}

.anchor-padding-l {
  padding-left: 30px
}

@media (min-width: 768px) {
  .layout-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .layout-grid-negative-gutter {
    margin-left: -20px;
    margin-right: -20px;
  }

  .layout-grid-col-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout-grid-negative-gutter.layout-grid-full-width {
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm\:layout-grid-col-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .anchor-padding-l {
    padding-left: 40px
  }
}

@media (min-width: 1040px) {
  .layout-container {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  .layout-grid-negative-gutter {
    margin-left: -32.5px;
    margin-right: -32.5px;
  }

  .layout-grid-col-padding,
    .sm\:layout-grid-col-padding {
    padding-left: 32.5px;
    padding-right: 32.5px;
  }

  .nav-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .layout-grid-negative-gutter.layout-grid-full-width:not(.hero) {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md\:carousel-navigation {
    width: calc(16.666667% - 10px);
  }

  .anchor-padding-l {
    padding-left: 100px
  }
}

@media (min-width: 1800px) {
  .xl\:layout-container {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-container {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:carousel-push {
    padding-left: calc(((100vw - 1800px) / 2) + 345px) !important;
  }

  .anchor-padding-l {
    padding-left: calc(((100vw - 1800px) / 2) + 100px) !important;
  }
}

/* ========================================================================= */

/* Animated Sentence */

/* ========================================================================= */

.blink-cursor {
  display: inline-block;
  width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    background-color: #000000;
  }

  50% {
    background-color: transparent;
  }

  100% {
    background-color: #000000;
  }
}

/* ========================================================================= */

/* Secondary Nav */

/* ========================================================================= */

@media (min-width: 768px) {
  .fade:after {
    background-image: linear-gradient(
                to right,
                rgba(255, 255, 255, 0) 0%,
                #FFFFFF 50%
            );
    right: 0;
    top: 0;
    position: absolute;
    width: 60px;
    height: 47px;
    content: '';
    display: block;
  }
}

/* ========================================================================= */

/* Html Embed */

/* ========================================================================= */

.html-embed iframe {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  width: 100%;
}

.html-embed.html-embed--h-full iframe {
  height: 100% !important;
}

.autoplay-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.autoplay-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ========================================================================= */

/* Happening Now */

/* ========================================================================= */

.reveal-item > .happening-now-image {
  opacity: 1;
}

.hide-item > .happening-now-image {
  opacity: 0;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  align-items: start;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  padding: 0;
  margin: 0;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
}

@media (min-width: 1800px) {
  .swiper-slide:last-child {
    margin-right: 50vw;
  }
}

.ticker {
  height: 94px;
}

@media (min-width: 768px) {
  .ticker {
    height: 124px;
  }
}

@media (min-width: 1040px) {
  .ticker {
    height: 144px;
  }
}

.ticker {
  position: relative;
  overflow: hidden;
  background-color: white;
}

.ticker ul {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

@media (min-width: 768px) {
  .ticker ul {
    width: 200%;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

@media (min-width: 1040px) {
  .ticker ul {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.ticker ul {
  position: absolute;
  display: flex;
  animation: marquee 80s linear infinite;
}

.ticker .rich-text p {
  margin: 0;
}

.ticker .rich-text a {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (min-width: 768px) {
  .ticker ul {
    animation: marquee 35s linear infinite;
  }

  @keyframes marquee {
    0% {
      left: 0;
    }

    100% {
      left: -100%;
    }
  }
}

/* Block Quote */

.blockquote > :first-child {
  position: relative;
}

.blockquote > :first-child:before {
  content: open-quote;
}

.blockquote > :first-child:after {
  content: close-quote;
}

/* Rich Text */

.rich-text h2,
.rich-text h3,
.rich-text h4 {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1.625rem;
  --tw-type--line-height: 125%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 768px) {
  .rich-text h2,
.rich-text h3,
.rich-text h4 {
    --tw-type--size: 1.5625rem;
    --tw-type--line-height: 140%;
    --tw-type--letter-spacing: 0.04375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1040px) {
  .rich-text h2,
.rich-text h3,
.rich-text h4 {
    --tw-type--size: 1.75rem;
    --tw-type--line-height: 135%;
    --tw-type--letter-spacing: 0.04375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.rich-text h2,
.rich-text h3,
.rich-text h4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.rich-text h5 {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.5;
}

.rich-text p:not(.rich-text--module-heading p),
.rich-text li {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.rich-text p:not(.rich-text--module-heading p) {
  margin-bottom: 1.25rem;
  min-height: 1px;
}

.rich-text a {
  text-decoration-color: currentColor;
}

.rich-text:not(.rich-text--navigation) a {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(140 140 140 / var(--tw-border-opacity));
}

.rich-text:not(.rich-text.rich-text-accordion) > ul {
  margin-top: 30px;
}

.rich-text > ul {
  margin-left: 18px;
}

.rich-text > ul > li {
  list-style-type: disc;
  color: black;
  position: relative;
  padding-bottom: 10px;
}

.rich-text > :first-child {
  margin-top: 0;
}

.rich-text:not(.rich-text--module-heading) > :last-child {
  margin-bottom: 0;
}

.rich-text--navigation-modal p {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 2.1875rem;
  --tw-type--line-height: 110%;
  --tw-type--letter-spacing: 0%;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 768px) {
  .rich-text--navigation-modal p {
    --tw-type--size: 3rem;
    --tw-type--letter-spacing: 2%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

@media (min-width: 1040px) {
  .rich-text--navigation-modal p {
    --tw-type--size: 3.75rem;
    --tw-type--line-height: 100%;
    --tw-type--letter-spacing: 0%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.rich-text--navigation-modal p {
  position: relative;
}

.rich-text--navigation-modal p > sup {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: Universal Sans Display,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--line-height: 150%;
  --tw-type--letter-spacing: 0.04375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  position: absolute;
  white-space: nowrap;
  padding-left: 0.625rem;
  padding-top: 0.3125rem;
}

@media (min-width: 1040px) {
  .rich-text h2,
    .rich-text h3,
    .rich-text h4 {
    margin-top: 60px;
  }
}

/* Text */

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

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

.calendly-spinner {
  display: none !important;
}

/* ========================================================================= */

/* Globals */

/* ========================================================================= */

html {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

/* ========================================================================= */

/* Skip link */

/* ========================================================================= */

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.skip-link:focus {
  z-index: 9999;
}

.skip-link {
  background-color: #ffffff;
  border: 1px solid #000000;
  transform: translate(-110%, 0);
  transform: translate(calc(-100% - 1px), 0);
}

.skip-link:focus {
  transform: translate(0, 0);
}

.bg-fade-right {
  position: relative;
}

.bg-fade-right:after {
  background: linear-gradient(90deg, rgba(0,212,255,0) 94%, rgba(255,255,255,1) 98%);
  content: '';
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
