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

/* Preflight */

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

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

/* 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: "Dada Grotesk", 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-family: 'Bradford TT';

  font-weight: 300;

  font-display: swap;

  font-style: normal;

  src: url('/fonts/BradfordLLWeb-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Bradford TT';

  font-weight: 300;

  font-display: swap;

  font-style: italic;

  src: url('/fonts/BradfordLLWeb-LightItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Dada Grotesk';

  font-weight: 100 900;

  font-display: swap;

  font-style: normal;

  src: url('/fonts/Dada-Grotesk-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Public Sans';

  font-weight: 100 900;

  font-display: swap;

  font-style: normal;

  src: url('/fonts/PublicSans-Regular.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: 1024px) {
  .container {
    max-width: 1024px;
  }
}

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

.type-style-1,
.type-style-2,
.type-style-3,
.type-style-4,
.type-style-5,
.type-style-6,
.type-style-7,
.type-style-8,
.type-style-9,
.type-style-10,
.type-style-11,
.type-style-12,
.type-style-1-sans,
.type-style-2a,
.type-style-2b {
  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: "Bradford TT",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 300;
  --tw-type--size: 2rem;
  --tw-type--line-height: 110%;
  --tw-type--letter-spacing: 0.02rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-1 {
    --tw-type--size: 6.125rem;
    --tw-type--letter-spacing: 0.06125rem;
    --tw-type--text-transform: uppercase;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-2 {
  --tw-type--family: "Bradford TT",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 300;
  --tw-type--size: 2rem;
  --tw-type--line-height: 110%;
  --tw-type--letter-spacing: 0.02rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-2 {
    --tw-type--size: 4.375rem;
    --tw-type--letter-spacing: 0.04375rem;
    --tw-type--text-transform: uppercase;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-3 {
  --tw-type--family: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 700;
  --tw-type--size: 2rem;
  --tw-type--line-height: 110%;
  --tw-type--letter-spacing: 0.02rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

.type-style-4 {
  --tw-type--family: "Bradford TT",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 300;
  --tw-type--size: 1.5rem;
  --tw-type--line-height: 90%;
  --tw-type--letter-spacing: 0.015rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

.type-style-5 {
  --tw-type--family: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 700;
  --tw-type--size: 0.8125rem;
  --tw-type--line-height: 110%;
  --tw-type--letter-spacing: 0.040625rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-5 {
    --tw-type--size: 0.9375rem;
    --tw-type--letter-spacing: 0.046875rem;
    --tw-type--text-transform: uppercase;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-6 {
  --tw-type--family: "Bradford TT",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 300;
  --tw-type--size: 1rem;
  --tw-type--line-height: 160%;
  --tw-type--letter-spacing: 0.01rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-6 {
    --tw-type--size: 1.3125rem;
    --tw-type--letter-spacing: 0.013125rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-7 {
  --tw-type--family: "Public Sans",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.84375rem;
  --tw-type--line-height: 140%;
  --tw-type--letter-spacing: 0.03375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-7 {
    --tw-type--size: 0.9375rem;
    --tw-type--line-height: 150%;
    --tw-type--letter-spacing: 0.0375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-8 {
  --tw-type--family: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 700;
  --tw-type--size: 0.46875rem;
  --tw-type--line-height: 100%;
  --tw-type--letter-spacing: 0.075rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

.type-style-9 {
  --tw-type--family: "Public Sans",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.5625rem;
  --tw-type--line-height: 170%;
  --tw-type--letter-spacing: 0.028125rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-10 {
  --tw-type--family: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 700;
  --tw-type--size: 0.625rem;
  --tw-type--line-height: 120%;
  --tw-type--letter-spacing: 0.0625rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

.type-style-11 {
  --tw-type--family: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 700;
  --tw-type--size: 2rem;
  --tw-type--line-height: 110%;
  --tw-type--letter-spacing: 0.0625rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-11 {
    --tw-type--size: 3.25rem;
    --tw-type--text-transform: uppercase;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-12 {
  --tw-type--family: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 700;
  --tw-type--size: 2rem;
  --tw-type--line-height: 110%;
  --tw-type--letter-spacing: 0.02rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-12 {
    --tw-type--size: 4.375rem;
    --tw-type--letter-spacing: 0.04375rem;
    --tw-type--text-transform: uppercase;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-1-sans {
  --tw-type--family: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 300;
  --tw-type--size: 2rem;
  --tw-type--line-height: 110%;
  --tw-type--letter-spacing: 0.02rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-1-sans {
    --tw-type--size: 6.125rem;
    --tw-type--letter-spacing: 0.06125rem;
    --tw-type--text-transform: uppercase;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-2a {
  --tw-type--family: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 700;
  --tw-type--size: 3rem;
  --tw-type--line-height: 110%;
  --tw-type--letter-spacing: 0.03rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-2a {
    --tw-type--size: 4.375rem;
    --tw-type--letter-spacing: 0.04375rem;
    --tw-type--text-transform: uppercase;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-2b {
  --tw-type--family: "Bradford TT",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 300;
  --tw-type--size: 1.5rem;
  --tw-type--line-height: 110%;
  --tw-type--letter-spacing: 0.015rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-2b {
    --tw-type--size: 2rem;
    --tw-type--letter-spacing: 0.02rem;
    --tw-type--text-transform: uppercase;
    --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;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

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

.left-0 {
  left: 0;
}

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

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

.left-auto {
  left: auto;
}

.right-0 {
  right: 0;
}

.right-20 {
  right: 1.25rem;
}

.top-0 {
  top: 0;
}

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

.top-14 {
  top: 0.875rem;
}

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

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

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

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

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

.m-auto {
  margin: auto;
}

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

.my-28 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.-ml-\[11px\] {
  margin-left: -11px;
}

.-mr-42 {
  margin-right: -2.625rem;
}

.-mt-28 {
  margin-top: -1.75rem;
}

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

.mb-14 {
  margin-bottom: 0.875rem;
}

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

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

.mb-21 {
  margin-bottom: 1.3125rem;
}

.mb-28 {
  margin-bottom: 1.75rem;
}

.mb-42 {
  margin-bottom: 2.625rem;
}

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

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

.mb-7 {
  margin-bottom: 0.4375rem;
}

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

.ml-18 {
  margin-left: 1.125rem;
}

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

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

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

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

.mt-28 {
  margin-top: 1.75rem;
}

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

.mt-42 {
  margin-top: 2.625rem;
}

.mt-55 {
  margin-top: 3.4375rem;
}

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

.mt-7 {
  margin-top: 0.4375rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[1012\/569\] {
  aspect-ratio: 1012/569;
}

.aspect-\[354\/299\] {
  aspect-ratio: 354/299;
}

.aspect-\[390\/366\] {
  aspect-ratio: 390/366;
}

.aspect-\[390\/585\] {
  aspect-ratio: 390/585;
}

.aspect-\[390\/587\] {
  aspect-ratio: 390/587;
}

.aspect-\[393\/433\] {
  aspect-ratio: 393/433;
}

.aspect-\[540\/810\] {
  aspect-ratio: 540/810;
}

.aspect-\[576\/750\] {
  aspect-ratio: 576/750;
}

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

.aspect-\[657\/656\] {
  aspect-ratio: 657/656;
}

.aspect-\[699\/393\] {
  aspect-ratio: 699/393;
}

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

.aspect-\[700\/834\] {
  aspect-ratio: 700/834;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

.max-h-screen {
  max-height: 100vh;
}

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

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

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

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

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

.w-4\/6 {
  width: 66.666667%;
}

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-14 {
  gap: 0.875rem;
}

.gap-28 {
  gap: 1.75rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-7 {
  gap: 0.4375rem;
}

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

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

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

.gap-y-42 {
  row-gap: 2.625rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

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

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

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

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

.border-cherry {
  --tw-border-opacity: 1;
  border-color: rgb(195 15 40 / var(--tw-border-opacity));
}

.border-grey {
  border-color: #1D25321A;
}

.border-inactive-midnight {
  --tw-border-opacity: 1;
  border-color: rgb(117 128 141 / var(--tw-border-opacity));
}

.border-midnight\/25 {
  border-color: rgb(29 37 46 / 0.25);
}

.border-y-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(29 35 45 / var(--tw-border-opacity));
  border-bottom-color: rgb(29 35 45 / var(--tw-border-opacity));
}

.bg-canvas {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 242 / var(--tw-bg-opacity));
}

.bg-dark-canvas {
  --tw-bg-opacity: 1;
  background-color: rgb(239 237 229 / var(--tw-bg-opacity));
}

.bg-midnight {
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 46 / 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));
}

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

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

.p-10 {
  padding: 0.625rem;
}

.p-11 {
  padding: 0.6875rem;
}

.p-28 {
  padding: 1.75rem;
}

.px-18 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

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

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

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

.px-42 {
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}

.py-11 {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}

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

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

.py-42 {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}

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

.py-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

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

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

.pb-21 {
  padding-bottom: 1.3125rem;
}

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

.pb-42 {
  padding-bottom: 2.625rem;
}

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

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

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

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

.pl-28 {
  padding-left: 1.75rem;
}

.pl-5 {
  padding-left: 0.3125rem;
}

.pl-9 {
  padding-left: 0.5625rem;
}

.pr-14 {
  padding-right: 0.875rem;
}

.pr-9 {
  padding-right: 0.5625rem;
}

.pt-14 {
  padding-top: 0.875rem;
}

.pt-42 {
  padding-top: 2.625rem;
}

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

.pt-\[77px\] {
  padding-top: 77px;
}

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

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

.text-\[10px\] {
  font-size: 10px;
}

.text-\[48px\] {
  font-size: 48px;
}

.text-\[8px\] {
  font-size: 8px;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[0\] {
  line-height: 0;
}

.text-canvas {
  --tw-text-opacity: 1;
  color: rgb(248 247 242 / var(--tw-text-opacity));
}

.text-cherry {
  --tw-text-opacity: 1;
  color: rgb(195 15 40 / var(--tw-text-opacity));
}

.text-midnight {
  --tw-text-opacity: 1;
  color: rgb(29 37 46 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.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-\[top\] {
  transition-property: top;
  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-200 {
  transition-duration: 200ms;
}

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

.layout-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 18px;
  padding-right: 18px;
}

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

.layout-negative-margin {
  margin-left: -9px;
  margin-right: -9px;
}

@media (min-width: 768px) {
  .layout-negative-margin {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media (min-width: 1024px) {
  .layout-negative-margin {
    margin-left: -21px;
    margin-right: -21px;
  }
}

.layout-item-padding {
  padding-left: 9px;
  padding-right: 9px;
}

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

@media (min-width: 1024px) {
  .layout-item-padding {
    padding-left: 21px;
    padding-right: 21px;
  }
}

.layout-item-padding-right {
  padding-right: 9px;
}

@media (min-width: 768px) {
  .layout-item-padding-right {
    padding-right: 14px;
  }
}

@media (min-width: 1024px) {
  .layout-item-padding-right {
    padding-right: 21px;
  }
}

.layout-item-padding-left {
  padding-left: 9px;
}

@media (min-width: 768px) {
  .layout-item-padding-left {
    padding-left: 14px;
  }
}

@media (min-width: 1024px) {
  .layout-item-padding-left {
    padding-left: 21px;
  }
}

.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}

:is(.dark .dark\:border-inactive-midnight) {
  --tw-border-opacity: 1;
  border-color: rgb(117 128 141 / var(--tw-border-opacity));
}

:is(.dark .dark\:text-canvas) {
  --tw-text-opacity: 1;
  color: rgb(248 247 242 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px) {
  .max-md\:-mt-100 {
    margin-top: -6.25rem;
  }

  .max-md\:tracking-\[0\.48px\] {
    letter-spacing: 0.48px;
  }
}

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

  .sm\:sticky {
    position: sticky;
  }

  .sm\:right-28 {
    right: 1.75rem;
  }

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

  .sm\:top-28 {
    top: 1.75rem;
  }

  .sm\:-ml-\[21px\] {
    margin-left: -21px;
  }

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

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

  .sm\:mb-56 {
    margin-bottom: 3.5rem;
  }

  .sm\:mt-105 {
    margin-top: 6.5625rem;
  }

  .sm\:mt-42 {
    margin-top: 2.625rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[1920\/800\] {
    aspect-ratio: 1920/800;
  }

  .sm\:aspect-\[369\/312\] {
    aspect-ratio: 369/312;
  }

  .sm\:aspect-\[768\/433\] {
    aspect-ratio: 768/433;
  }

  .sm\:aspect-\[768\/585\] {
    aspect-ratio: 768/585;
  }

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

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

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

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

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

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

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

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

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:self-center {
    align-self: center;
  }

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

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(29 35 45 / var(--tw-border-opacity));
  }

  .sm\:px-42 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .sm\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

  .sm\:pl-14 {
    padding-left: 0.875rem;
  }

  .sm\:pr-14 {
    padding-right: 0.875rem;
  }

  .sm\:pt-42 {
    padding-top: 2.625rem;
  }

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

  @media not all and (min-width: 1024px) {
    .sm\:max-md\:-mr-14 {
      margin-right: -0.875rem;
    }

    .sm\:max-md\:-mr-18 {
      margin-right: -1.125rem;
    }

    .sm\:max-md\:gap-y-28 {
      row-gap: 1.75rem;
    }
  }
}

@media (min-width: 1024px) {
  .md\:top-42 {
    top: 2.625rem;
  }

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

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

  .md\:my-42 {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }

  .md\:-ml-42 {
    margin-left: -2.625rem;
  }

  .md\:-ml-\[35px\] {
    margin-left: -35px;
  }

  .md\:-mr-35 {
    margin-right: -2.1875rem;
  }

  .md\:-mr-42 {
    margin-right: -2.625rem;
  }

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

  .md\:mb-112 {
    margin-bottom: 7rem;
  }

  .md\:mb-42 {
    margin-bottom: 2.625rem;
  }

  .md\:mb-56 {
    margin-bottom: 3.5rem;
  }

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

  .md\:mt-14 {
    margin-top: 0.875rem;
  }

  .md\:mt-28 {
    margin-top: 1.75rem;
  }

  .md\:mt-42 {
    margin-top: 2.625rem;
  }

  .md\:mt-7 {
    margin-top: 0.4375rem;
  }

  .md\:mt-70 {
    margin-top: 4.375rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:aspect-\[697\/525\] {
    aspect-ratio: 697/525;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-4\/6 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-x-7 {
    -moz-column-gap: 0.4375rem;
         column-gap: 0.4375rem;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-y-42 {
    row-gap: 2.625rem;
  }

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

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

  .md\:px-21 {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }

  .md\:px-42 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .md\:py-105 {
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }

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

  .md\:pb-14 {
    padding-bottom: 0.875rem;
  }

  .md\:pb-28 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-56 {
    padding-bottom: 3.5rem;
  }

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

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

  .md\:pl-42 {
    padding-left: 2.625rem;
  }

  .md\:pr-42 {
    padding-right: 2.625rem;
  }

  .md\:pt-42 {
    padding-top: 2.625rem;
  }

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

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

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[98px\] {
    font-size: 98px;
  }

  .md\:layout-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 18px;
    padding-right: 18px;
  }

  @media (min-width: 1024px) {
    .md\:layout-container {
      padding-left: 42px;
      padding-right: 42px;
    }
  }

  .md\:layout-negative-margin {
    margin-left: -9px;
    margin-right: -9px;
  }

  @media (min-width: 768px) {
    .md\:layout-negative-margin {
      margin-left: -14px;
      margin-right: -14px;
    }
  }

  @media (min-width: 1024px) {
    .md\:layout-negative-margin {
      margin-left: -21px;
      margin-right: -21px;
    }
  }

  .md\:layout-item-padding {
    padding-left: 9px;
    padding-right: 9px;
  }

  @media (min-width: 768px) {
    .md\:layout-item-padding {
      padding-left: 14px;
      padding-right: 14px;
    }
  }

  @media (min-width: 1024px) {
    .md\:layout-item-padding {
      padding-left: 21px;
      padding-right: 21px;
    }
  }
}

@media (min-width: 1440px) {
  .lg\:-ml-144 {
    margin-left: -9rem;
  }
}

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

/* Modules */

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

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

/* Navigation */

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

.navigation .navigation__drawer {
  transform: translate(200%, 0);
  transition: transform 500ms ease-out;
}

.navigation--is-open .navigation__drawer {
  transform: translate(0, 0);
  transition: transform 300ms ease-out;
}

input,
textarea {
  background-color: transparent;
}

.field {
  display: block;
  width: 100%;
}

.field__label {
  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: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 700;
  --tw-type--size: 0.46875rem;
  --tw-type--line-height: 100%;
  --tw-type--letter-spacing: 0.075rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
  margin-bottom: 0.3125rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.field__input__wrapper {
  display: flex;
  border-bottom-width: 1px;
}

.field__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: "Public Sans",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.84375rem;
  --tw-type--line-height: 140%;
  --tw-type--letter-spacing: 0.03375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .field__input {
    --tw-type--size: 0.9375rem;
    --tw-type--line-height: 150%;
    --tw-type--letter-spacing: 0.0375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.field__input {
  width: 100%;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
}

.field__input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(29 37 46 / var(--tw-text-opacity));
  -moz-transition-property: opacity;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
}

.field__input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(29 37 46 / var(--tw-text-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
}

.field__input:focus::-moz-placeholder {
  opacity: 0;
}

.field__input:focus::placeholder {
  opacity: 0;
}

:is(.dark .field__input)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(248 247 242 / var(--tw-text-opacity));
}

:is(.dark .field__input)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(248 247 242 / var(--tw-text-opacity));
}

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

.field__input__wrapper .field__input:focus {
  outline: none;
}

.field__input__wrapper:focus-within {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 37 46 / var(--tw-border-opacity));
}

:is(.dark .field__input__wrapper:focus-within) {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 242 / var(--tw-border-opacity));
}

/* Phone Input & Select */

.phone-field .field__input:nth-child(1) {
  width: auto;
}

.phone-field .field__input:nth-child(2) {
  width: 100%;
}

.phone-field .field__label {
  opacity: 1;
}

/* Show field label while placeholder text is not shown */

.field__label:has(+ .field__input__wrapper input:not(:-moz-placeholder-shown)) {
  opacity: 1;
}

.field__label:has(+ .field__input__wrapper input:not(:placeholder-shown)) {
  opacity: 1;
}

/* Select */

.select-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='21' viewBox='0 0 21 21' width='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask height='21' id='mask0_57_127' maskUnits='userSpaceOnUse' width='21' x='0' y='0'%3E%3Crect fill='%23D9D9D9' height='20' width='20' x='0.810913' y='0.842514'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_57_127)'%3E%3Cpath d='M10.8109 12.8425L6.81091 8.84251H14.8109L10.8109 12.8425Z' fill='%231D252E' /%3E%3C/g%3E%3C/svg%3E");
  background-position: right 15px bottom 50%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  padding-inline-end: 2.5rem;
  width: 100%;
}

.select-field option {
  -ms-background-color: #1d252e;
  background-color: #1d252e;
}

.text-canvas.select-field select {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='21' viewBox='0 0 21 21' width='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask height='21' id='mask0_57_127' maskUnits='userSpaceOnUse' width='21' x='0' y='0'%3E%3Crect fill='%23F8F7F2' height='20' width='20' x='0.810913' y='0.842514'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_57_127)'%3E%3Cpath d='M10.8109 12.8425L6.81091 8.84251H14.8109L10.8109 12.8425Z' fill='%23F8F7F2' /%3E%3C/g%3E%3C/svg%3E");
  background-position: right 0 bottom 0.4em;
}

/* Radio / Checkbox */

.radio-field input,
.checkbox-field input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.radio-field .radio-field__label:before {
  /* unchecked */
  margin-right: 0.625rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 37 46 / var(--tw-border-opacity));
  vertical-align: middle;
  content: '';
  border-radius: 50%;
}

.radio-field input:checked + .radio-field__label:before {
  /* checked */
  background: currentColor url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='9.5' fill='%231D252E' stroke='%231D252E'/%3E%3Cpath d='M5.25 10.25L8.25 13.25L14.75 6.75' stroke='%23F8F7F2' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.checkbox-field__label:before {
  /* unchecked */
  margin-right: 0.625rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 37 46 / var(--tw-border-opacity));
  vertical-align: middle;
  content: '';
}

.checkbox-field input:checked + .checkbox-field__label:before {
  /* checked */
  --tw-border-opacity: 1;
  border-color: rgb(29 37 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 46 / var(--tw-bg-opacity));
  background: currentColor url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='3.5' fill='%231D252E' stroke='%231D252E'/%3E%3Cpath d='M5.25 10.25L8.25 13.25L14.75 6.75' stroke='%23F8F7F2' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  /* inner icons size */
}

/* Toggle */

.toggle input {
  position: absolute;
  visibility: hidden;
}

.toggle__field {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 237 229 / var(--tw-bg-opacity));
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  width: 40px;
  height: 24px;
}

.toggle__field:before,
.toggle__field:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.toggle__field:before {
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.toggle__field:after {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(117 128 141 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-left: 6px;
}

.toggle + .toggle__field:after {
  --tw-bg-opacity: 1;
  background-color: rgb(117 128 141 / var(--tw-bg-opacity));
}

.toggle input:checked + .toggle__field:before {
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 46 / var(--tw-bg-opacity));
}

.toggle input:checked + .toggle__field:after {
  margin-left: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Scroll Wheel  */

.scroll-wheel-reset {
  position: fixed;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(29 37 46 / 0.25);
}

.scroll-wheel-reset::backdrop {
  background-color: rgb(29 37 46 / 0.25);
}

.scroll-wheel-reset {
  inset: var(--ion-safe-area-top) 0 0 0;
  max-height: none;
  max-width: none;
}

.scroll-select {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(239 237 229 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.scroll-select:before,
.scroll-select:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  content: '';
  height: 2.2em;
}

.scroll-select:before {
  top: -0.2em;
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0.7));
}

.scroll-select:after {
  bottom: -0.2em;
  height: 2.4em;
  background: linear-gradient(rgba(255, 255, 255, 0.7), #ffffff);
}

.scroll-select ul {
  -ms-overflow-style: none;
  scroll-snap-type: y mandatory;
  max-height: 4em;
  width: 100%;
  overflow-y: scroll;
  margin-right: 1em;
  padding-bottom: 3em;
  padding-top: 3em;
  text-align: center;
}

.scroll-select ul::-webkit-scrollbar {
  display: none;
}

.scroll-select 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: "Public Sans",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.84375rem;
  --tw-type--line-height: 140%;
  --tw-type--letter-spacing: 0.03375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .scroll-select li {
    --tw-type--size: 0.9375rem;
    --tw-type--line-height: 150%;
    --tw-type--letter-spacing: 0.0375rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.scroll-select li {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  scroll-snap-align: center;
  height: 1.6em;
  word-spacing: 0.2em;
}

/* 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: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 700;
  --tw-type--size: 0.625rem;
  --tw-type--line-height: 120%;
  --tw-type--letter-spacing: 0.0625rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
  display: flex;
  height: 37px;
  min-width: -moz-max-content;
  min-width: max-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 37 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 46 / var(--tw-bg-opacity));
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(248 247 242 / var(--tw-text-opacity));
}

.pill-button.select-field select {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='21' viewBox='0 0 21 21' width='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask height='21' id='mask0_57_127' maskUnits='userSpaceOnUse' width='21' x='0' y='0'%3E%3Crect fill='%23F8F7F2' height='20' width='20' x='0.810913' y='0.842514'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_57_127)'%3E%3Cpath d='M10.8109 12.8425L6.81091 8.84251H14.8109L10.8109 12.8425Z' fill='%23F8F7F2' /%3E%3C/g%3E%3C/svg%3E");
  background-position: right 0 bottom 0.4em;
}

.pill-button.pill-button--hover:focus,
.pill-button.pill-button--hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 37 46 / var(--tw-text-opacity));
}

.pill-button.pill-button--min-w {
  min-width: 120px;
}

.pill-button.pill-button--inverse {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 242 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 37 46 / var(--tw-text-opacity));
}

.pill-button.pill-button--inverse-border {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 37 46 / var(--tw-text-opacity));
}

.pill-button.pill-button--inverse.pill-button--hover:focus,
.pill-button.pill-button--inverse.pill-button--hover:hover,
.pill-button.pill-button--inverse-border.pill-button--hover:focus,
.pill-button.pill-button--inverse-border.pill-button--hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(248 247 242 / var(--tw-text-opacity));
}

.pill-button.pill-button--inverse.pill-button--hover:focus.select-field select,
.pill-button.pill-button--inverse.pill-button--hover:hover.select-field select,
.pill-button.pill-button--inverse-border.pill-button--hover:focus.select-field select,
.pill-button.pill-button--inverse-border.pill-button--hover:hover.select-field select {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='21' viewBox='0 0 21 21' width='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask height='21' id='mask0_57_127' maskUnits='userSpaceOnUse' width='21' x='0' y='0'%3E%3Crect fill='%23F8F7F2' height='20' width='20' x='0.810913' y='0.842514'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_57_127)'%3E%3Cpath d='M10.8109 12.8425L6.81091 8.84251H14.8109L10.8109 12.8425Z' fill='%23F8F7F2' /%3E%3C/g%3E%3C/svg%3E");
  background-position: right 0 bottom 0.4em;
}

@media (min-width: 1024px) {
  .pill-button.pill-button--min-w {
    min-width: 200px;
  }
}

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

/* Layout */

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

.layout-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 18px;
  padding-right: 18px;
}

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

.layout-gap {
  -moz-column-gap: 18px;
       column-gap: 18px;
}

@media (min-width: 1024px) {
  .layout-gap {
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
}

.layout-negative-margin {
  margin-left: -9px;
  margin-right: -9px;
}

@media (min-width: 768px) {
  .layout-negative-margin {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media (min-width: 1024px) {
  .layout-negative-margin {
    margin-left: -21px;
    margin-right: -21px;
  }
}

.layout-item-padding {
  padding-left: 9px;
  padding-right: 9px;
}

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

@media (min-width: 1024px) {
  .layout-item-padding {
    padding-left: 21px;
    padding-right: 21px;
  }
}

.layout-item-padding-right {
  padding-right: 9px;
}

@media (min-width: 768px) {
  .layout-item-padding-right {
    padding-right: 14px;
  }
}

@media (min-width: 1024px) {
  .layout-item-padding-right {
    padding-right: 21px;
  }
}

.layout-item-padding-left {
  padding-left: 9px;
}

@media (min-width: 768px) {
  .layout-item-padding-left {
    padding-left: 14px;
  }
}

@media (min-width: 1024px) {
  .layout-item-padding-left {
    padding-left: 21px;
  }
}

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

/* Dialog */

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

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

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

.dialog-reset {
  max-height: 100vh;
  max-width: none;
}

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

.rich-text a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.rich-text.footer a {
  text-decoration-line: none;
}

.rich-text p + p {
  margin-top: 1.25rem;
}

.rich-text.footer p + p {
  margin-top: 0;
}

.rich-text.contact p + h3 {
  margin-top: 1.75rem;
}

.rich-text.contact p + p {
  margin-top: 0.4375rem;
}

.rich-text.contact h3 + p {
  margin-top: 0.4375rem;
}

.rich-text.contact h3 {
  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: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --tw-type--weight: 700;
  --tw-type--size: 0.625rem;
  --tw-type--line-height: 120%;
  --tw-type--letter-spacing: 0.0625rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

.rich-text.contact 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: "Bradford TT",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 300;
  --tw-type--size: 1rem;
  --tw-type--line-height: 160%;
  --tw-type--letter-spacing: 0.01rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .rich-text.contact p {
    --tw-type--size: 1.3125rem;
    --tw-type--letter-spacing: 0.013125rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.footer p {
  margin-bottom: 0.875rem;
}

.rich-text b {
  font-weight: bold;
}

.swiper-container {
  width: 100%;
}

.swiper-wrapper {
  /* box-sizing: content-box; */
  display: flex;
  height: 100%;
  transition-property: transform;
  width: 100%;
  padding: 0;
  /* margin-left: 0;
    margin-right: 0; */
}

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

.swiper-navigation {
  margin-left: calc((100% / 12 * 10) - 1.25rem);
}

.embed-carousel {
  padding-left: 1.25rem;
}

.image-carousel {
  padding-left: 0.9375rem;
}

.image-carousel-slide {
  width: calc((100vw - 1.25rem) / 12 * 9);
}

.swiper-container.swiper-vertical {
  touch-action: pan-x;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

@media (min-width: 768px) {
  .embed-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .image-carousel {
    padding-left: 1.25rem;
  }

  .image-carousel-slide {
    width: calc((100vw - 2.5rem) / 12 * 7);
  }
}

@media (min-width: 1024px) {
  .embed-carousel {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }

  .image-carousel {
    padding-left: calc(((100vw - 1440px) / 2) + 1.875rem);
  }

  .image-carousel-slide {
    width: calc((1440px - 3.75rem) / 12 * 4);
  }

  .feature-section .image-carousel-slide {
    width: 33.333333%;
  }

  .feature-section.image-carousel {
    padding-left: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .image-carousel {
    padding-left: 1.875rem;
  }

  .image-carousel-slide {
    width: calc((100vw - 3.75rem) / 12 * 4);
  }
}

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

/* Transitions */

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

.swiper-slide-opacity {
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.swiper-slide-visible.swiper-slide-opacity,
.swiper-slide-visible .swiper-slide-opacity {
  opacity: 1;
}

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

/* Video Embed module */

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

.video-oembed {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video-oembed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

/* Navigation */

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

/* .navFade {
    transition: opacity 0.3s;
    opacity: 0;
} */

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

/* Full Bleed Module Spacing */

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

.module-no-spacing-top-landing {
  padding-top: 2.1875rem;
}

@media (min-width: 768px) {
  .module-no-spacing-top-landing {
    padding-top: 0;
  }
}

.module-add-spacing-top-landing {
  padding-top: 2.1875rem;
}

.module-no-spacing-bottom-landing {
  padding-bottom: 2.1875rem;
}

@media (min-width: 768px) {
  .module-no-spacing-bottom-landing {
    padding-bottom: 0;
  }
}

.module-add-spacing-bottom-landing {
  padding-bottom: 2.1875rem;
}

.module-no-spacing-top-content {
  padding-top: 1.3125rem;
}

@media (min-width: 768px) {
  .module-no-spacing-top-content {
    padding-top: 0;
  }
}

.module-add-spacing-top-content {
  padding-top: 1.3125rem;
}

.module-no-spacing-bottom-content {
  padding-bottom: 1.3125rem;
}

@media (min-width: 768px) {
  .module-no-spacing-bottom-content {
    padding-bottom: 0;
  }
}

.module-add-spacing-bottom-content {
  padding-bottom: 1.3125rem;
}

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

/* Module Spacing */

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

.module-spacing-top-landing {
  padding-top: 2.1875rem;
}

.module-double-spacing-top-landing {
  padding-top: 4.375rem;
}

.module-spacing-bottom-landing {
  padding-bottom: 2.1875rem;
}

.module-double-spacing-bottom-landing {
  padding-bottom: 4.375rem;
}

.module-spacing-top-content {
  padding-top: 1.3125rem;
}

.module-double-spacing-top-content {
  padding-top: 2.625rem;
}

.module-spacing-bottom-content {
  padding-bottom: 1.3125rem;
}

.module-double-spacing-bottom-content {
  padding-bottom: 2.625rem;
}

#CybotCookiebotDialog {
  box-shadow: none !important;
  padding: 0 !important;
  width: 90% !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 35 45 / var(--tw-text-opacity)) !important;
  font-family: var(--tw-type--family) !important;
  font-weight: var(--tw-type--weight, normal) !important;
  font-size: var(--tw-type--size, 16px) !important;
  line-height: var(--tw-type--line-height, 1) !important;
  letter-spacing: var(--tw-type--letter-spacing, 0px) !important;
  text-transform: var(--tw-type--text-transform, none) !important;
  font-feature-settings: var(--tw-type--font-feature-settings, normal) !important;
  --tw-type--family: "Bradford TT",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif !important;
  --tw-type--weight: 300 !important;
  --tw-type--size: 1rem !important;
  --tw-type--line-height: 160% !important;
  --tw-type--letter-spacing: 0.01rem !important;
  --tw-type--text-transform: none !important;
  --tw-type--font-feature-settings: normal !important;
}

@media (min-width: 1024px) {
  #CybotCookiebotDialog {
    --tw-type--size: 1.3125rem !important;
    --tw-type--letter-spacing: 0.013125rem !important;
    --tw-type--text-transform: none !important;
    --tw-type--font-feature-settings: normal !important;
  }
}

#CybotCookiebotDialog {
  max-height: 95dvh !important;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  #CybotCookiebotDialog {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 1024px) {
  #CybotCookiebotDialog {
    width: 100% !important;
  }
}

.CybotCookiebotDialogBodyButton {
  font-family: var(--tw-type--family) !important;
  font-weight: var(--tw-type--weight, normal) !important;
  font-size: var(--tw-type--size, 16px) !important;
  line-height: var(--tw-type--line-height, 1) !important;
  letter-spacing: var(--tw-type--letter-spacing, 0px) !important;
  text-transform: var(--tw-type--text-transform, none) !important;
  font-feature-settings: var(--tw-type--font-feature-settings, normal) !important;
  --tw-type--family: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
  --tw-type--weight: 700 !important;
  --tw-type--size: 0.625rem !important;
  --tw-type--line-height: 120% !important;
  --tw-type--letter-spacing: 0.0625rem !important;
  --tw-type--text-transform: uppercase !important;
  --tw-type--font-feature-settings: normal !important;
  margin: 0 !important;
  display: flex !important;
  height: 37px !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.625rem !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 37 46 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 37 46 / var(--tw-bg-opacity)) !important;
  padding-top: 17.5px !important;
  padding-bottom: 17.5px !important;
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(248 247 242 / var(--tw-text-opacity)) !important;
}

.CybotCookiebotDialogBodyButton.select-field select {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='21' viewBox='0 0 21 21' width='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask height='21' id='mask0_57_127' maskUnits='userSpaceOnUse' width='21' x='0' y='0'%3E%3Crect fill='%23F8F7F2' height='20' width='20' x='0.810913' y='0.842514'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_57_127)'%3E%3Cpath d='M10.8109 12.8425L6.81091 8.84251H14.8109L10.8109 12.8425Z' fill='%23F8F7F2' /%3E%3C/g%3E%3C/svg%3E") !important;
  background-position: right 0 bottom 0.4em !important;
}

#CybotCookiebotDialogTabContentDetails {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.CybotCookiebotDialogBodyBottomWrapper {
  border-style: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.CybotCookiebotScrollContainer {
  width: auto !important;
}

#CybotCookiebotDialog.CybotEdge.CybotCookiebotDialogActive {
  bottom: 40px !important;
  box-shadow: none !important;
  display: flex !important;
  height: auto !important;
  left: 50% !important;
  max-width: none !important;
  min-width: 0 !important;
  position: fixed !important;
  top: auto !important;
  transform: translateX(-50%) !important;
  /* width: 90% !important; */
}

@media (min-width: 1024px) {
  #CybotCookiebotDialog.CybotEdge.CybotCookiebotDialogActive {
    width: 100% !important;
  }
}

#CybotCookiebotDialog h2 {
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  margin-bottom: 0 !important;
}

.CybotCookiebotDialogContentWrapper {
  align-items: flex-start !important;
  background-color: white !important;
  border-radius: 25px !important;
  box-sizing: border-box !important;
  color: inherit !important;
  display: flex !important;
  flex-direction: column !important;
  font-family: inherit !important;
  font-size: inherit !important;
  margin: 0 auto !important;
  max-width: initial !important;
  outline: 0 !important;
  padding: 0 !important;
  position: relative !important;
  vertical-align: initial !important;
  width: 100% !important;
  max-width: 1440px !important;
  align-items: center !important;
  justify-content: center !important;
  border-width: 1px !important;
  border-color: #1D25321A !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

@media (min-width: 768px) {
  .CybotCookiebotDialogContentWrapper {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 1024px) {
  .CybotEdge.CybotCookiebotDialogActive .CybotCookiebotDialogContentWrapper {
    align-items: center !important;
    flex-direction: row !important;
  }
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialogTabContent {
  display: initial !important;
  flex-direction: initial !important;
  height: auto !important;
  margin-left: 0 !important;
  /* padding: 10px 20px !important; */
  overflow: hidden !important;
  width: initial !important;
  margin-bottom: 0.9375rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important;
}

@media (min-width: 768px) {
  #CybotCookiebotDialogTabContent {
    margin-bottom: 0 !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

.CybotCookiebotDialogActive #CybotCookiebotDialogTabContent {
  display: inline-block !important;
}

#CybotCookiebotDialogFooter {
  position: relative !important;
  padding: 0 !important;
}

#CybotCookiebotDialogBody {
  align-items: baseline !important;
  display: flex !important;
  flex-direction: row !important;
  flex: initial !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  height: initial !important;
  justify-content: initial !important;
  overflow: initial !important;
  width: auto !important;
  justify-content: center !important;
}

@media (min-width: 768px) {
  #CybotCookiebotDialogBody {
    justify-content: normal !important;
  }
}

.CybotCookiebotScrollContainer {
  border-bottom: 0 !important;
  display: initial !important;
  flex-direction: initial !important;
  flex: initial !important;
  height: initial !important;
  max-height: initial !important;
  min-height: initial !important;
  overflow: initial !important;
  padding: 0 !important;
  position: relative !important;
}

#CybotCookiebotDialogBodyContent {
  flex: initial !important;
  height: initial !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  max-height: initial !important;
  overflow-x: initial !important;
  padding: 0 !important;
}

#CybotCookiebotDialog .CybotCookiebotFader {
  bottom: initial !important;
  height: initial !important;
  left: initial !important;
  opacity: initial !important;
  pointer-events: initial !important;
  position: initial !important;
  transition: initial !important;
  width: initial !important;
  z-index: initial !important;
}

#CybotCookiebotDialogBodyContentText {
  display: initial !important;
}

.CybotEdge.CybotCookiebotDialogActive #CybotCookiebotDialogBodyContentText {
  display: none !important;
}

.CybotCookiebotDialogBodyBottomWrapper {
  align-items: initial !important;
  display: initial !important;
  flex-wrap: initial !important;
  justify-content: initial !important;
  margin-top: 0 !important;
  padding-left: initial !important;
  width: initial !important;
}

#CybotCookiebotDialogBodyLevelWrapper {
  display: none !important;
}

#CybotCookiebotDialogBodyEdgeMoreDetails {
  display: none !important;
  height: initial !important;
  justify-content: initial !important;
  margin: 0 !important;
}

.CybotEdge.CybotCookiebotDialogActive #CybotCookiebotDialogBodyEdgeMoreDetails {
  display: initial !important;
}

#CybotCookiebotDialogBodyEdgeMoreDetailsLink {
  align-items: initial !important;
  color: inherit !important;
  display: initial !important;
  font-weight: inherit !important;
  text-decoration: underline !important;
}

#CybotCookiebotDialogBodyEdgeMoreDetailsLink:after {
  display: none !important;
}

.CybotCookiebotDialogActive #CybotCookiebotDialogFooter {
  display: inline-block !important;
  /* padding: 20px 40px !important; */
  vertical-align: middle !important;
  width: auto !important;
  align-self: center !important;
}

#CybotCookiebotDialogBodyButtons {
  align-items: initial !important;
  display: flex !important;
  flex-direction: initial !important;
  flex-wrap: nowrap !important;
  max-width: initial !important;
}

#CybotCookiebotDialogBodyButtonsWrapper {
  align-items: initial !important;
  display: flex !important;
  flex: initial !important;
  flex-direction: row-reverse !important;
  gap: 10px !important;
  justify-content: initial !important;
  width: initial !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

@media (min-width: 768px) {
  #CybotCookiebotDialogBodyButtonsWrapper {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
}

#CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogBodyButtonAccept {
  background-color: #1D252E !important;
  align-items: center !important;
  border-radius: 30px !important;
  border: 0 !important;
  display: flex !important;
  font-weight: inherit !important;
  height: 44px !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 20px !important;
  text-align: initial !important;
  text-decoration: none !important;
  -webkit-user-select: initial !important;
     -moz-user-select: initial !important;
          user-select: initial !important;
  width: initial !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 35 45 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #1D252E !important;
  border-color: #1D252E !important;
  border-radius: 9999px !important;
  font-family: var(--tw-type--family) !important;
  font-weight: var(--tw-type--weight, normal) !important;
  font-size: var(--tw-type--size, 16px) !important;
  line-height: var(--tw-type--line-height, 1) !important;
  letter-spacing: var(--tw-type--letter-spacing, 0px) !important;
  text-transform: var(--tw-type--text-transform, none) !important;
  font-feature-settings: var(--tw-type--font-feature-settings, normal) !important;
  --tw-type--family: "Dada Grotesk",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
  --tw-type--weight: 700 !important;
  --tw-type--size: 0.625rem !important;
  --tw-type--line-height: 120% !important;
  --tw-type--letter-spacing: 0.0625rem !important;
  --tw-type--text-transform: uppercase !important;
  --tw-type--font-feature-settings: normal !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  display: none;
}

.CybotCookiebotScrollContainer.CybotCookiebotDialogHide,
.CybotCookiebotDialogArrow {
  display: none !important;
}

#CybotCookiebotDialogNav {
  border: 0 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  text-decoration: underline !important;
  text-underline-offset: 5px;
  border-width: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 35 45 / var(--tw-text-opacity)) !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  display: block !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  height: initial !important;
  outline-offset: initial !important;
  padding: 20px !important;
  text-align: center !important;
  text-decoration: initial !important;
  white-space: initial !important;
  border-width: 0px !important;
  border-bottom-width: 1px !important;
  border-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 35 45 / var(--tw-text-opacity)) !important;
}

#CybotCookiebotDialogBodyContentText pre {
  white-space: normal !important;
}

#CybotCookiebotDialogDetailBodyContentTextAbout,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  padding: 0 !important;
}

#CybotCookiebotDialog .CookieCard {
  border-width: 0px !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 35 45 / var(--tw-border-opacity)) !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyEmptyCategoryMessage {
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 35 45 / var(--tw-border-opacity)) !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoFooter {
  border-width: 0px !important;
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 35 45 / var(--tw-border-opacity)) !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo.CybotCookiebotDialogShow:first-of-type:before {
  border-width: 0px !important;
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 35 45 / var(--tw-border-opacity)) !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
  font-weight: 600 !important;
  text-decoration: none !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 35 45 / var(--tw-text-opacity)) !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  --tw-text-opacity: 1 !important;
  color: rgb(29 35 45 / var(--tw-text-opacity)) !important;
}

#CybotCookiebotDialog a:hover:after,
#CybotCookiebotDialog a:hover:before,
#CybotCookiebotDialog button:hover:after,
#CybotCookiebotDialog button:hover:before {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 35 45 / var(--tw-border-opacity)) !important;
}

.CybotCookiebotDialogDetailBulkConsentCount {
  align-items: center;
  border-radius: 50% !important;
  display: inline-flex !important;
  font-size: 14px !important;
  font-weight: initial !important;
  height: 25px !important;
  justify-content: center !important;
  letter-spacing: initial !important;
  line-height: initial !important;
  margin-left: 5px !important;
  padding: 0 !important;
  width: 25px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 35 45 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogHide {
  display: none !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer,
#CybotCookiebotDialogDetailBodyContentIABv2Tabs .CollapseCard {
  margin: 20px 40px !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
  border-width: 0.8px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 37 46 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 35 45 / var(--tw-bg-opacity)) !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 35 45 / var(--tw-bg-opacity)) !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider:before,
#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogTabContent input + .CybotCookiebotDialogBodyLevelButtonSlider:before {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

#CybotCookiebotDialogBodyContent + .CybotCookiebotScrollbarContainer {
  display: none !important;
}

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

/* Globals */

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

html {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 37 46 / var(--tw-text-opacity));
  -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);
}

/* suppress focus ring on form controls for mouse users */

[data-whatintent = 'mouse'] *:focus {
  outline: none;
}

html:not([data-whatintent = 'mouse']) *:focus {
  border-radius: 0.125rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 35 45 / var(--tw-ring-opacity));
}

