/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {

    *,
    :before,
    :after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

:root,
:host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --color-black: #000;
  --color-white: #fff;
  --spacing: 1rem;
  --font-weight-bold: 700;
  --radius-2xl: 1rem;
  --radius-4xl: 2rem;
  --ease-out: cubic-bezier(0, 0, .2, 1);
  --default-transition-duration: .15s;
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-midnight: #001731;
  --color-blue: #002855;
  --color-light-blue: #eef6f9;
  --color-dark-blue: #0065d6;
  --color-grey-2: #a9a9a9;
  --color-gray-2: #a9a9a9;
  --color-medium-blue: #0070f0;
  --color-sky-blue: #46b1ef;
  --color-lime: #97e152;
  --color-charcoal: #000;
  --font-primary: "futura-pt", sans-serif;
  --font-secondary: "Helvetica Neue", sans-serif;
  --font-body: "Open Sans", sans-serif;
  --font-article: "DM Sans", sans-serif;
}

*,
:after,
:before,
::backdrop {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}

::file-selector-button {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}

html,
:host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  line-height: 1.5;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

:-moz-focusring {
  outline: auto;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

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

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

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

button,
input,
select,
optgroup,
textarea {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
}

::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
}

:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}

:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}

::file-selector-button {
  margin-inline-end: 4px;
}

::placeholder {
  opacity: 1;
}

@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}

textarea {
  resize: vertical;
}

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

::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit {
  padding-block: 0;
}

::-webkit-datetime-edit-year-field {
  padding-block: 0;
}

::-webkit-datetime-edit-month-field {
  padding-block: 0;
}

::-webkit-datetime-edit-day-field {
  padding-block: 0;
}

::-webkit-datetime-edit-hour-field {
  padding-block: 0;
}

::-webkit-datetime-edit-minute-field {
  padding-block: 0;
}

::-webkit-datetime-edit-second-field {
  padding-block: 0;
}

::-webkit-datetime-edit-millisecond-field {
  padding-block: 0;
}

::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}

::-webkit-calendar-picker-indicator {
  line-height: 1;
}

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

button,
input:where([type="button"], [type="reset"], [type="submit"]) {
  appearance: button;
}

::file-selector-button {
  appearance: button;
}

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none !important;
}

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

.collapse {
  visibility: collapse;
}

.visible {
  visibility: visible;
}

.sr-only {
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: calc(var(--spacing) * 0);
}

.inset-x-0 {
  inset-inline: calc(var(--spacing) * 0);
}

.top-0 {
  top: calc(var(--spacing) * 0);
}

.top-\[2\.4rem\] {
  top: 2.4rem;
}

.top-full {
  top: 100%;
}

.right-0 {
  right: calc(var(--spacing) * 0);
}

.right-\[2\.4rem\] {
  right: 2.4rem;
}

.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}

.bottom-2 {
  bottom: calc(var(--spacing) * 2);
}

.left-0 {
  left: calc(var(--spacing) * 0);
}

.-z-1 {
  z-index: calc(1 * -1);
}

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.container {
  width: 100%;
}

@media (min-width: 40rem) {
  .container {
    max-width: 40rem;
  }
}

@media (min-width: 48rem) {
  .container {
    max-width: 48rem;
  }
}

@media (min-width: 64rem) {
  .container {
    max-width: 64rem;
  }
}

@media (min-width: 80rem) {
  .container {
    max-width: 80rem;
  }
}

@media (min-width: 96rem) {
  .container {
    max-width: 96rem;
  }
}

.mx-\[1\.6rem\] {
  margin-inline: 1.6rem;
}

.section-container {
  width: 100%;
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
}

.mr-3 {
  margin-right: calc(var(--spacing) * 3);
}

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

.line-clamp-6 {
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

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

.table {
  display: table;
}

.aspect-2000\/1740 {
  aspect-ratio: 2000 / 1740;
}

.size-4 {
  width: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 4);
}

.size-7 {
  width: calc(var(--spacing) * 7);
  height: calc(var(--spacing) * 7);
}

.size-20 {
  width: calc(var(--spacing) * 20);
  height: calc(var(--spacing) * 20);
}

.size-\[1\.2rem\] {
  width: 1.2rem;
  height: 1.2rem;
}

.size-\[1\.6rem\] {
  width: 1.6rem;
  height: 1.6rem;
}

.size-\[1\.7rem\] {
  width: 1.7rem;
  height: 1.7rem;
}

.size-\[2\.4rem\] {
  width: 2.4rem;
  height: 2.4rem;
}

.size-\[2\.8rem\] {
  width: 2.8rem;
  height: 2.8rem;
}

.size-\[3\.2rem\] {
  width: 3.2rem;
  height: 3.2rem;
}

.size-\[3\.6rem\] {
  width: 3.6rem;
  height: 3.6rem;
}

.size-\[5\.2rem\] {
  width: 5.2rem;
  height: 5.2rem;
}

.size-\[6\.4rem\] {
  width: 6.4rem;
  height: 6.4rem;
}

.size-\[8\.8rem\] {
  width: 8.8rem;
  height: 8.8rem;
}

.size-\[15rem\] {
  width: 15rem;
  height: 15rem;
}

.size-\[20rem\] {
  width: 20rem;
  height: 20rem;
}

.size-\[28\.1rem\] {
  width: 28.1rem;
  height: 28.1rem;
}

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

.h-14 {
  height: calc(var(--spacing) * 14);
}

.h-25 {
  height: calc(var(--spacing) * 25);
}

.h-30 {
  height: calc(var(--spacing) * 30);
}

.h-36 {
  height: calc(var(--spacing) * 36);
}

.h-39 {
  height: calc(var(--spacing) * 39);
}

.h-42\.5 {
  height: calc(var(--spacing) * 42.5);
}

.h-47 {
  height: calc(var(--spacing) * 47);
}

.h-50 {
  height: calc(var(--spacing) * 50);
}

.h-\[6\.9rem\] {
  height: 6.9rem;
}

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

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

.h-\[10\.7rem\] {
  height: 10.7rem;
}

.h-\[10\.9rem\] {
  height: 10.9rem;
}

.h-\[23\.7rem\] {
  height: 23.7rem;
}

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

.h-\[26\.1rem\] {
  height: 26.1rem;
}

.h-\[28\.6rem\] {
  height: 28.6rem;
}

.h-\[31\.2rem\] {
  height: 31.2rem;
}

.h-\[15\.7rem\] {
    height: 15.7rem;
}

.h-\[32\.4rem\] {
  height: 32.4rem;
}

.h-\[39\.8rem\] {
  height: 39.8rem;
}

.h-full {
  height: 100%;
}

.min-h-\[23\.7rem\] {
  min-height: 23.7rem;
}

.max-h-0 {
  max-height: calc(var(--spacing) * 0);
}

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

.min-h-40 {
  min-height: calc(var(--spacing) * 40);
}

.min-h-50 {
  min-height: calc(var(--spacing) * 50);
}

.min-h-\[68\.3rem\] {
  min-height: 68.3rem;
}

.w-14 {
  width: calc(var(--spacing) * 14);
}

.w-30 {
  width: calc(var(--spacing) * 30);
}

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

.w-\[5\.739rem\] {
  width: 5.739rem;
}

.w-\[15\.2rem\] {
  width: 15.2rem;
}

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

.w-\[26\.6rem\] {
  width: 26.6rem;
}

.w-\[27\.4rem\] {
  width: 27.4rem;
}

.w-\[27\.9rem\] {
  width: 27.9rem;
}

.w-\[30\.3rem\] {
  width: 30.3rem;
}

.w-\[30\.8rem\] {
  width: 30.8rem;
}

.w-\[30\.9rem\] {
  width: 30.9rem;
}

.w-\[34\.6rem\] {
  width: 34.6rem;
}

.w-full {
  width: 100%;
}

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

.min-w-24 {
  min-width: calc(var(--spacing) * 24);
}

.flex-1 {
  flex: 1;
}

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

.grow {
  flex-grow: 1;
}

.translate-y-4 {
  --tw-translate-y: calc(var(--spacing) * 4);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.-rotate-45 {
  rotate: -45deg;
}

.rotate-45 {
  rotate: 45deg;
}

.rotate-180 {
  rotate: 180deg;
}

.transform {
  transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: calc(var(--spacing) * 1);
}

.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}

.gap-\[0\.1rem\] {
  gap: .1rem;
}

.gap-\[0\.2rem\] {
  gap: .2rem;
}

.gap-\[0\.4rem\] {
  gap: .4rem;
}

.gap-\[0\.8rem\] {
  gap: .8rem;
}

.gap-\[1\.6rem\] {
  gap: 1.6rem;
}

.gap-\[1\.8rem\] {
  gap: 1.8rem;
}

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

.gap-\[2\.4rem\] {
  gap: 2.4rem;
}

.gap-\[3\.2rem\] {
  gap: 3.2rem;
}

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

.gap-\[4\.8rem\] {
  gap: 4.8rem;
}

.gap-\[6\.4rem\] {
  gap: 6.4rem;
}

.overflow-hidden {
  overflow: hidden;
}

/* overflow-x-hidden overflow-y-visible */

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

.overflow-y-visible {
  overflow-y: visible;
}

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

.rounded-2xl {
  border-radius: var(--radius-2xl);
}

.rounded-4xl {
  border-radius: var(--radius-4xl);
}

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

.rounded-\[1\.6rem\] {
  border-radius: 1.6rem;
}

.rounded-\[1rem\] {
  border-radius: 1rem;
}

.rounded-\[2\.4rem\] {
  border-radius: 2.4rem;
}

/* Added class */
.rounded-full {
  border-radius: 9999px;
}

.mb-\[4rem\] {
  margin-bottom: 4rem;
}

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

.my-\[4rem\] {
  margin-block: 4rem;
}

.mt-\[4rem\] {
  margin-top: 4rem;
}

.rounded-full {
  border-radius: 3.40282e38px;
}

.rounded-t-\[2\.4rem\] {
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
}

.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}

.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}

.border-b-3 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 3px;
}

.border-black\/12 {
  border-color: #0000001f;
}

@supports (color: color-mix(in lab, red, red)) {
  .border-black\/12 {
    border-color: color-mix(in oklab, var(--color-black) 12%, transparent);
  }
}

.border-gray-2 {
  border-color: var(--color-gray-2);
}

.border-medium-blue {
  border-color: var(--color-medium-blue);
}

.border-sky-blue {
  border-color: var(--color-sky-blue);
}

.border-white\/15 {
  border-color: #ffffff26;
}

@supports (color: color-mix(in lab, red, red)) {
  .border-white\/15 {
    border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
  }
}

.bg-black {
  background-color: var(--color-black);
}

.bg-black\/20 {
  background-color: #0003;
}

@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/20 {
    background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}

.bg-black\/30 {
  background-color: #0000004d;
}

@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/30 {
    background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
  }
}

.bg-black\/50 {
  background-color: #00000080;
}

@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/50 {
    background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
  }
}

.bg-blue {
  background-color: var(--color-blue);
}

.bg-blue\/40 {
  background-color: #00285566;
}

@supports (color: color-mix(in lab, red, red)) {
  .bg-blue\/40 {
    background-color: color-mix(in oklab, var(--color-blue) 40%, transparent);
  }
}

.bg-charcoal\/20 {
  background-color: #0003;
}

@supports (color: color-mix(in lab, red, red)) {
  .bg-charcoal\/20 {
    background-color: color-mix(in oklab, var(--color-charcoal) 20%, transparent);
  }
}

.bg-gray-2 {
  background-color: var(--color-gray-2);
}

.bg-light-blue {
  background-color: var(--color-light-blue);
}

.bg-medium-blue {
  background-color: var(--color-medium-blue);
}

.bg-midnight {
  background-color: var(--color-midnight);
}

.bg-midnight\/50 {
  background-color: #00173180;
}

@supports (color: color-mix(in lab, red, red)) {
  .bg-midnight\/50 {
    background-color: color-mix(in oklab, var(--color-midnight) 50%, transparent);
  }
}

.bg-sky-blue\/20 {
  background-color: #46b1ef33;
}

@supports (color: color-mix(in lab, red, red)) {
  .bg-sky-blue\/20 {
    background-color: color-mix(in oklab, var(--color-sky-blue) 20%, transparent);
  }
}

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

.bg-white {
  background-color: var(--color-white);
}

.bg-linear-to-b {
  --tw-gradient-position: to bottom;
}

@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-b {
    --tw-gradient-position: to bottom in oklab;
  }
}

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

.bg-linear-to-r {
  --tw-gradient-position: to right;
}

@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-r {
    --tw-gradient-position: to right in oklab;
  }
}

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

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

.from-black\/15 {
  --tw-gradient-from: #00000026;
}

@supports (color: color-mix(in lab, red, red)) {
  .from-black\/15 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 15%, transparent);
  }
}

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

.from-blue {
  --tw-gradient-from: var(--color-blue);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}

.from-charcoal {
  --tw-gradient-from: var(--color-charcoal);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}

.from-40\% {
  --tw-gradient-from-position: 40%;
}

.to-blue {
  --tw-gradient-to: var(--color-blue);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}

.to-dark-blue {
  --tw-gradient-to: var(--color-dark-blue);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}

.to-medium-blue {
  --tw-gradient-to: var(--color-medium-blue);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}

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

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

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

.object-\[80\%_center\] {
  object-position: 80% center;
}

.object-\[center_20\%\] {
  object-position: center 20%;
}

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

.object-left {
 object-position: left;
}

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

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

.p-1 {
  padding: calc(var(--spacing) * 1);
}

.p-4 {
  padding: calc(var(--spacing) * 4);
}

.p-\[0\.8rem\] {
  padding: .8rem;
}

.p-\[1\.6rem\] {
  padding: 1.6rem;
}

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

.p-\[2\.4rem\] {
  padding: 2.4rem;
}

.p-\[3\.2rem\] {
  padding: 3.2rem;
}

.p-\[3\.6rem\] {
  padding: 3.6rem;
}

.px-\[0\.4rem\] {
  padding-inline: .4rem;
}

.px-\[1\.6rem\] {
  padding-inline: 1.6rem;
}

.px-\[2\.4rem\] {
  padding-inline: 2.4rem;
}

.px-\[3\.2rem\] {
  padding-inline: 3.2rem;
}

.py-4 {
  padding-block: calc(var(--spacing) * 4);
}

.py-6 {
  padding-block: calc(var(--spacing) * 6);
}

.py-\[0\.8rem\] {
  padding-block: .8rem;
}

.py-\[1\.2rem\] {
  padding-block: 1.2rem;
}

.py-\[1\.6rem\] {
  padding-block: 1.6rem;
}

.py-\[2\.4rem\] {
  padding-block: 2.4rem;
}

.py-\[3\.2rem\] {
  padding-block: 3.2rem;
}

.py-\[3\.6rem\] {
  padding-block: 3.6rem;
}

.py-\[6\.4rem\] {
  padding-block: 6.4rem;
}

.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}

.pt-\[0\.8rem\] {
  padding-top: .8rem;
}

.pt-\[2\.4rem\] {
  padding-top: 2.4rem;
}

.pt-\[6\.4rem\] {
  padding-top: 6.4rem;
}

.pr-\[1\.6rem\] {
  padding-right: 1.6rem;
}

.pr-\[2\.4rem\] {
  padding-right: 2.4rem;
}

.pr-\[6\.4rem\] {
  padding-right: 6.4rem;
}

.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}

.pb-\[0\.8rem\] {
  padding-bottom: .8rem;
}

.pb-\[1\.2rem\] {
  padding-bottom: 1.2rem;
}

.pb-\[1\.6rem\] {
  padding-bottom: 1.6rem;
}

.pb-\[4\.8rem\] {
  padding-bottom: 4.8rem;
}

.pb-\[8\.8rem\] {
  padding-bottom: 8.8rem;
}

.pl-\[1\.6rem\] {
  padding-left: 1.6rem;
}

.pl-\[2\.7rem\] {
  padding-left: 2.7rem;
}

.button-text {
  font-family: var(--font-primary);
  letter-spacing: -.0032rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
}

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

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

.card-title {
  font-family: var(--font-primary);
  letter-spacing: -.0052rem;
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: normal;
}

.quote {
  font-family: var(--font-primary);
  letter-spacing: -.004rem;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.footer-header-mobile {
  font-family: var(--font-primary);
  letter-spacing: -.0032rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
}

.h1 {
  font-family: var(--font-primary);
  letter-spacing: -.01rem;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: normal;
}

.h2 {
  font-family: var(--font-primary);
  letter-spacing: -.01rem;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: normal;
}

.h3,
.h4 {
  font-family: var(--font-primary);
  letter-spacing: -.005rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: normal;
}

.header-nav-link {
  font-family: var(--font-primary);
  letter-spacing: -.0036rem;
  font-size: 1.8rem;
  font-weight: 450;
  line-height: normal;
}

.hero-headline-mobile {
  font-family: var(--font-secondary);
  letter-spacing: -.0084rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: normal;
}

.link-small {
  font-family: var(--font-primary);
  letter-spacing: -.0028rem;
  font-size: 1.4rem;
  font-weight: 450;
  line-height: normal;
}

.nav-drawer-link {
  font-family: var(--font-primary);
  letter-spacing: -.0048rem;
  font-size: 2.4rem;
  font-weight: 450;
  line-height: normal;
}

.paragraph {
  font-family: var(--font-primary);
  letter-spacing: .004rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-header-mobile {
  font-family: var(--font-primary);
  letter-spacing: -.0068rem;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: normal;
}

.small-text {
  font-family: var(--font-primary);
  letter-spacing: -.004rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
}

.card-description {
  font-family: var(--font-secondary);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.h2-mobile {
  font-family: var(--font-secondary);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: normal;
}

.text-article {
  font-family: var(--font-article);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
}

.font-article {
  font-family: var(--font-article);
}

.text-\[1\.1rem\] {
  font-size: 1.1rem;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem;
}

.leading-\[2\.6rem\] {
  --tw-leading: 2.6rem;
  line-height: 2.6rem;
}

.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}

.tracking-\[0\.2rem\] {
  --tw-tracking: .2rem;
  letter-spacing: .2rem;
}

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

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

.text-black {
  color: var(--color-black);
}

.text-blue {
  color: var(--color-blue);
}

.text-grey-2 {
  color: var(--color-grey-2);
}

.text-inherit {
  color: inherit;
}

.text-medium-blue {
  color: var(--color-medium-blue);
}

.text-dark-blue {
    color: #004faa;
}

.text-midnight {
  color: var(--color-midnight);
}

.text-sky-blue {
  color: var(--color-sky-blue);
}

.text-white {
  color: var(--color-white);
}

.text-white\/70 {
  color: #ffffffb3;
}

@supports (color: color-mix(in lab, red, red)) {
  .text-white\/70 {
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}

.text-white\/80 {
  color: #fffc;
}

@supports (color: color-mix(in lab, red, red)) {
  .text-white\/80 {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}

.normal-case {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: .1;
}

.opacity-\[0\.48\] {
  opacity: .48;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0\.4rem_1\.6rem_0_rgba\(0\,0\,0\,0\.28\)\] {
  --tw-shadow: 0 .4rem 1.6rem 0 var(--tw-shadow-color, #00000047);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_4\.9rem_10rem_0_rgba\(207\,207\,207\,0\.25\)\] {
  --tw-shadow: 0 4.9rem 10rem 0 var(--tw-shadow-color, #cfcfcf40);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.ring {
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

.backdrop-blur-\[1\.5px\] {
  --tw-backdrop-blur: blur(1.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
}

.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.duration-200 {
  --tw-duration: .2s;
  transition-duration: .2s;
}

.duration-300 {
  --tw-duration: .3s;
  transition-duration: .3s;
}

.duration-500 {
  --tw-duration: .5s;
  transition-duration: .5s;
}

.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}


@media (hover: hover) {
  .group-hover\:mt-2\.5:is(:where(.group):hover *) {
    margin-top: calc(var(--spacing) * 2.5);
  }

  .group-hover\:max-h-20:is(:where(.group):hover *) {
    max-height: calc(var(--spacing) * 20);
  }

  .group-hover\:max-h-40:is(:where(.group):hover *) {
    max-height: calc(var(--spacing) * 40);
  }

  .group-hover\:translate-x-1:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .group-hover\:translate-y-0:is(:where(.group):hover *) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .group-hover\:scale-110:is(:where(.group):hover *) {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .group-hover\:rotate-180:is(:where(.group):hover *) {
    rotate: 180deg;
  }

  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 1;
  }
}

.group-current\:max-h-\[5rem\]:is(:where(.group).current *) {
  max-height: 5rem;
}

.group-current\:max-h-\[60rem\]:is(:where(.group).current *) {
  max-height: 60rem;
}

.group-current\:opacity-100:is(:where(.group).current *) {
  opacity: 1;
}

:where(.header-transparent) .in-\[\.header-transparent\]\:block {
  display: block;
}

:where(.header-transparent) .in-\[\.header-transparent\]\:hidden {
  display: none;
}

.header-transparent+.next-to-\[\.header-transparent\]\:block {
  display: block;
}

.header-transparent+.next-to-\[\.header-transparent\]\:hidden {
  display: none;
}

@media not all and (min-width: 64rem) {
  .max-lg\:hidden {
    display: none;
  }
}

@media (min-width: 48rem) {
  .md\:right-\[6\.4rem\] {
    right: 6.4rem;
  }

  .md\:bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }

  .md\:my-\[6rem\] {
    margin-block: 6rem;
  }

  .md\:mt-\[8rem\] {
    margin-top: 8rem;
  }

  .md\:mb-\[8rem\] {
    margin-bottom: 8rem;
  }

  .md\:mx-\[1\.9rem\] {
    margin-inline: 1.9rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-36 {
    height: calc(var(--spacing) * 36);
  }

  .md\:h-37\.5 {
    height: calc(var(--spacing) * 37.5);
  }

  .md\:h-42\.5 {
    height: calc(var(--spacing) * 42.5);
  }

  .md\:h-52\.5 {
    height: calc(var(--spacing) * 52.5);
  }

  .md\:h-\[23\.9rem\] {
    height: 23.9rem;
  }

  .md\:h-\[39\.8rem\] {
    height: 39.8rem;
  }

  .md\:h-\[55\.7rem\] {
    height: 55.7rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-\[44rem\] {
    max-height: 44rem;
  }

  .md\:min-h-45 {
    min-height: calc(var(--spacing) * 45);
  }

  .md\:min-h-56 {
    min-height: calc(var(--spacing) * 56);
  }

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

  .md\:w-38 {
    width: calc(var(--spacing) * 38);
  }

  .md\:w-47 {
    width: calc(var(--spacing) * 47);
  }

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

  .md\:w-\[40\.7rem\] {
    width: 40.7rem;
  }

  .md\:w-\[42\.4rem\] {
    width: 42.4rem;
  }

  .md\:w-\[47rem\] {
    width: 47rem;
  }

  .md\:w-\[52\.6rem\] {
    width: 52.6rem;
  }

  .md\:w-\[58\.1rem\] {
    width: 58.1rem;
  }

  .md\:w-\[61rem\] {
    width: 61rem;
  }

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

  .md\:h-\[31\.2rem\] {
    height: 31.2rem;
   }

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

  .md\:max-w-\[50\.6rem\] {
    max-width: 50.6rem;
  }

  .md\:max-w-\[60\.9rem\] {
    max-width: 60.9rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .md\:gap-\[1\.6rem\] {
    gap: 1.6rem;
  }

  .md\:gap-\[2\.4rem\] {
    gap: 2.4rem;
  }

  .md\:gap-\[3\.6rem\] {
    gap: 3.6rem;
  }

  .md\:gap-\[4\.8rem\] {
    gap: 4.8rem;
  }

  .md\:gap-\[6\.4rem\] {
    gap: 6.4rem;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:p-\[3\.2rem\] {
    padding: 3.2rem;
  }

  .md\:p-\[3\.6rem\] {
    padding: 3.6rem;
  }

  .md\:px-\[2\.1rem\] {
    padding-inline: 2.1rem;
  }

  .md\:px-\[2\.4rem\] {
    padding-inline: 2.4rem;
  }

  .md\:px-\[3\.2rem\] {
    padding-inline: 3.2rem;
  }

  .md\:px-\[6\.4rem\] {
    padding-inline: 6.4rem;
  }

  .md\:py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .md\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .md\:py-\[3\.6rem\] {
    padding-block: 3.6rem;
  }

  .md\:py-\[6\.4rem\] {
    padding-block: 6.4rem;
  }

  .md\:pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .md\:pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }

  .md\:h1 {
    font-family: var(--font-primary);
    letter-spacing: -.01rem;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: normal;
  }

  .md\:h3 {
    font-family: var(--font-primary);
    letter-spacing: -.005rem;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: normal;
  }

  .md\:hero-headline {
    font-family: var(--font-primary);
    letter-spacing: -.0112rem;
    font-size: 5.6rem;
    font-weight: 800;
    line-height: normal;
  }

  .md\:group-current\:max-h-\[60rem\]:is(:where(.group).current *) {
    max-height: 60rem;
  }
}

@media (min-width: 64rem) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .lg\:rounded-\[0\.8rem\] {
    border-radius: 0.8rem !important;
  }

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

  .lg\:right-\[6\.4rem\] {
    right: 6.4rem;
  }

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

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

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:hidden\! {
    display: none !important;
  }

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

  .lg\:h-42\.5 {
    height: calc(var(--spacing) * 42.5);
  }

  .lg\:h-50 {
    height: calc(var(--spacing) * 50);
  }

  .lg\:h-\[39\.2rem\] {
    height: 39.2rem;
  }

  .lg\:h-\[45\.3rem\] {
    height: 45.3rem;
  }

  .lg\:h-\[55\.7rem\] {
    height: 55.7rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:my-\[8rem\] {
    margin-block: 8rem;
  }

  .lg\:max-h-\[42rem\] {
    max-height: 42rem;
  }

  .lg\:min-h-50 {
    min-height: calc(var(--spacing) * 50);
  }

  .lg\:min-h-80 {
    min-height: calc(var(--spacing) * 80);
  }

  .lg\:w-1\/3 {
    width: 33.3333%;
  }

  .lg\:w-max-content {
    width: max-content;
  }

  .lg\:w-40 {
    width: calc(var(--spacing) * 40);
  }

  .lg\:w-47 {
    width: calc(var(--spacing) * 47);
  }

  .lg\:w-90\.5 {
    width: calc(var(--spacing) * 90.5);
  }

  .lg\:w-\[38\.4rem\] {
    width: 38.4rem;
  }

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

  .lg\:w-\[52\.1rem\] {
    width: 52.1rem;
  }

  .lg\:w-\[52\.4rem\] {
    width: 52.4rem;
  }

  .lg\:w-\[68\.8rem\] {
    width: 68.8rem;
  }

  .lg\:w-\[73\.2rem\] {
    width: 73.2rem;
  }

  .lg\:w-\[79\.1rem\] {
    width: 79.1rem;
  }

  .lg\:w-\[86\.3rem\] {
    width: 86.3rem;
  }

  .lg\:w-\[calc\(\(100\%-2\.4rem\)\*2\/3\)\] {
    width: calc(66.6667% - 1.6rem);
  }

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

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

  .lg\:w-max {
    width: max-content;
  }

  .lg\:max-w-40 {
    max-width: calc(var(--spacing) * 40);
  }

  .lg\:max-w-\[50\.6rem\] {
    max-width: 50.6rem;
  }

  .lg\:max-w-\[71\.9rem\] {
    max-width: 71.9rem;
  }

  .lg\:flex-1 {
    flex: 1;
  }

  .lg\:flex-none {
    flex: none;
  }

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

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

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

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

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

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

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

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

  .lg\:gap-\[2\.4rem\] {
    gap: 2.4rem;
  }

  .lg\:gap-\[3\.2rem\] {
    gap: 3.2rem;
  }

  .lg\:gap-\[3\.8rem\] {
    gap: 3.8rem;
  }

  .lg\:gap-\[4\.8rem\] {
    gap: 4.8rem;
  }

  .lg\:gap-\[6\.4rem\] {
    gap: 6.4rem;
  }

  .lg\:gap-\[8\.8rem\] {
    gap: 8.8rem;
  }

  .lg\:gap-y-\[4\.8rem\] {
    row-gap: 4.8rem;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:object-cover {
    object-fit: cover;
  }

  .lg\:p-\[3\.2rem\] {
    padding: 3.2rem;
  }

  .lg\:p-\[3\.6rem\] {
    padding: 3.6rem;
  }

  .lg\:p-\[6\.4rem\] {
    padding: 6.4rem;
  }

  .lg\:px-\[6\.2rem\] {
    padding-inline: 6.2rem;
  }

  .lg\:px-\[6\.4rem\] {
    padding-inline: 6.4rem;
  }

  .lg\:px-\[12\.8rem\] {
    padding-inline: 12.8rem;
  }

  .lg\:py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .lg\:py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .lg\:py-\[8rem\] {
    padding-block: 8rem;
  }

  .lg\:pt-\[6\.4rem\] {
    padding-top: 6.4rem;
  }

  .lg\:pt-\[8\.8rem\] {
    padding-top: 8.8rem;
  }

  .lg\:pr-\[3\.2rem\] {
    padding-right: 3.2rem;
  }

  .lg\:pr-\[8\.8rem\] {
    padding-right: 8.8rem;
  }

  .lg\:pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .lg\:pb-\[6\.4rem\] {
    padding-bottom: 6.4rem;
  }

  .lg\:pl-\[8\.8rem\] {
    padding-left: 8.8rem;
  }

  .lg\:footer-header {
    font-family: var(--font-primary);
    letter-spacing: -.004rem;
    font-size: 2rem;
    font-weight: 800;
    line-height: normal;
  }

  .lg\:text-sky-blue {
    color: var(--color-sky-blue);
  }

  .lg\:group-current\:max-h-\[58rem\]:is(:where(.group).current *) {
    max-height: 58rem;
  }
}

.hocus\:scale-\[1\.02\]:hover,
.hocus\:scale-\[1\.02\]:focus {
  scale: 1.02;
}

.hocus\:border-white:hover,
.hocus\:border-white:focus {
  border-color: var(--color-white);
}


.hocus\:bg-black\/10:hover,
.hocus\:bg-black\/10:focus {
  background-color: #0000001a;
}

@supports (color: color-mix(in lab, red, red)) {

  .hocus\:bg-black\/10:hover,
  .hocus\:bg-black\/10:focus {
    background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}

.hocus\:bg-light-blue:hover,
.hocus\:bg-light-blue:focus {
  background-color: var(--color-light-blue);
}

.hocus\:bg-midnight:hover,
.hocus\:bg-midnight:focus {
  background-color: var(--color-midnight);
}

.hocus\:text-blue:hover,
.hocus\:text-blue:focus {
  color: var(--color-blue);
}

.hocus\:text-lime:hover,
.hocus\:text-lime:focus {
  color: var(--color-lime);
}

.hocus\:text-medium-blue:hover,
.hocus\:text-medium-blue:focus {
  color: var(--color-medium-blue);
}

.hocus\:text-sky-blue:hover,
.hocus\:text-sky-blue:focus {
  color: var(--color-sky-blue);
}

.hocus\:underline:hover,
.hocus\:underline:focus {
  text-decoration-line: underline;
}

.hocus\:opacity-70:hover,
.hocus\:opacity-70:focus {
  opacity: .7;
}

:where(.header-transparent) .in-\[\.header-transparent\]\:hocus\:bg-white\/10:hover,
:where(.header-transparent) .in-\[\.header-transparent\]\:hocus\:bg-white\/10:focus {
  background-color: #ffffff1a;
}

@supports (color: color-mix(in lab, red, red)) {

  :where(.header-transparent) .in-\[\.header-transparent\]\:hocus\:bg-white\/10:hover,
  :where(.header-transparent) .in-\[\.header-transparent\]\:hocus\:bg-white\/10:focus {
    background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}

.current\:rotate-45.current {
  rotate: 45deg;
}

.current\:rotate-180.current {
  rotate: 180deg;
}

.current\:bg-lime.current {
  background-color: var(--color-lime);
}

.\[\&\.header-transparent\]\:border-transparent.header-transparent {
  border-color: #0000;
}

.\[\&\.header-transparent\]\:bg-transparent.header-transparent {
  background-color: #0000;
}

.\[\&\.header-transparent\]\:text-white.header-transparent {
  color: var(--color-white);
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
/* Ensure the text container doesn't grow past the middle point on desktop */
@media (min-width: 64rem) {

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

  .lg\:flex-none {
    flex: none;
  }

  /* Update the section padding to ensure the Owl doesn't hit the screen edge */
  .lg\:py-\[8rem\] {
    padding-block: 8rem;
  }
}

/* Ensure the owl container is centered vertically */
/* .lg\:-translate-y-1\/2 {
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
} */


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