/* ============================================================
   Applox — Clean Stylesheet
   Single organized CSS file for the Applox home page
   ============================================================ */

/* ============================================================
   1. CSS CUSTOM PROPERTIES
   ============================================================ */

:root {
    /* Other variables */
    --cubic-default: cubic-bezier(0.65, 0.05, 0, 1);
    --duration-default: 0.75s;
    --animation-default: var(--duration-default) var(--cubic-default);
    --section-padding: calc(3.5rem + (var(--gap) * 2));
    --container-padding: 2rem;
    --nav-height: calc(3.75rem (var(--gap) * 2));
  }

  :root {
    /* SCALING */
    --min-width: 992px;      /* Width where scaling starts */
    --max-width: 1920px;     /* Width where scaling stops */
    --design-width: 1728;    /* Your design's reference width */
    --design-unit: 16;			 /* body font-size in design - no px */
    --scale-factor: 1;       /* Global scale adjustment (1 = 100%) */

    /* Scaling calculations */
    --fluid-container: clamp(var(--min-width), 100vw, var(--max-width));
    --fluid-font: calc(var(--fluid-container) / var(--design-width) * var(--design-unit) * var(--scale-factor));
  }

  /* Tablet */
  @media screen and (max-width: 991px) {
    :root {
      --min-width: 768px;    
      --max-width: 991px;    
      --design-width: 1728;  
      --design-unit: 20;
    }
  }

  /* Mobile Landscape */
  @media screen and (max-width: 767px) {
    :root {
      --min-width: 480px;    
      --max-width: 767px;
    }
  }

  /* Mobile Portrait */
  @media screen and (max-width: 479px) {
    :root {
      --min-width: 320px;    
      --max-width: 479px;
      --design-unit: 48;
    }
  }

  html {
    font-size: var(--fluid-font);
    scroll-behavior: initial;
  }

  body {
    min-height: 0vw;
  }

  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }

  [data-theme="dark"] {
    background-color: var(--color--dark-green);
    color: var(--color--white) ;
  }

  [data-theme="light"] .nav {
    color: var(--color--black);
  }

  [data-theme="light"] .nav-brand path,
  [data-theme="light"] .nav-ln4-svg path {
    fill: currentColor;
  }


/* ============================================================
   2. RESET & BASE
   ============================================================ */

/* Base link reset */
a {
  color: inherit;
}

/* Selection colors */
::selection {
  background-color: var(--color--lime);
  color: var(--color--black);
  text-shadow: none;
}
::-moz-selection {
  background-color: var(--color--lime);
  color: var(--color--black);
  text-shadow: none;
}
[data-theme="lime"] *::selection {
  background-color: var(--color--black);
  color: var(--color--lime);
  text-shadow: none;
}
[data-theme="lime"] *::-moz-selection {
  background-color: var(--color--black);
  color: var(--color--lime);
  text-shadow: none;
}
img::selection, svg::selection {
  background: transparent;
}

/* SVG defaults */
:where(svg) {
  height: 100%;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  vertical-align: middle;
}

/* Focus visible */
:where(:focus-visible) {
  outline: 2px solid var(--color--lime);
  outline-offset: 2px;
}

/* Button reset */
:where(button) {
  background-color: transparent;
}

/* Hide scrollbar */
body ::-webkit-scrollbar,
body::-webkit-scrollbar { display: none; }
body { -ms-overflow-style: none; }
html { scrollbar-width: none; }

/* Text rendering */
p, .text-small, .text-regular, .text-medium, .text-large, .text-xlarge {
  text-wrap: pretty;
}

/* Forms */
textarea { resize: vertical; }
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
  outline: 0.1em solid var(--color--primary);
  outline-offset: 0.1em;
}

/* Rich text */
.rich-text p, .rich-text ol, .rich-text li { line-height: 1.6; }
.rich-text a { text-decoration: none; }
.rich-text a:hover { text-decoration: underline; }

/* Video stream */
[data-video-stream] {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  overflow: hidden;
  background-color: #000;
}
[data-video-stream-wrap] .iframe-wrapper {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; height: 100%;
}
[data-video-stream] iframe {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  border: none;
}


/* ============================================================
   3. UTILITIES
   ============================================================ */

.display-none, [display-none] { display: none !important; }
.visibility-hidden, [visibility-hidden] { visibility: hidden; }
.screen-reader:not(:focus, :active, :focus-within),
[screen-reader]:not(:focus, :active, :focus-within) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}
[pointer-none] { pointer-events: none; user-select: none; }
[pointer-auto] { pointer-events: auto; }
[overflow-clip="x"] { overflow-x: clip; }
[overflow-clip="y"] { overflow-y: clip; }

/* Breakpoint visibility */
@media only screen and (min-width: 992px) {
  [data-hide="d"] { display: none; }
}
@media only screen and (max-width: 991px) {
  [data-hide="t"] { display: none; }
}
@media screen and (max-width: 767px) {
  [data-hide="ml"] { display: none; }
}
@media screen and (max-width: 497px) {
  [data-hide="m"] { display: none; }
}

.w-webflow-badge { display: none !important; }


/* ============================================================
   4. SPLITTEXT & ANIMATIONS
   ============================================================ */

[split-text]:not[data-oval-scroll] .line {
    position: relative;
    clip-path: polygon(0 -2%, 0 94%, 100% 94%, 100% -2%);
    white-space: nowrap;
  }

  .btn-text {
    --text-offset: var(--text--btn-primary);
  }
  .btn-text.is-footer  {
    --text-offset: var(--text--btn-footer);
  }
  .btn-text.is-nav  {
    --text-offset: var(--text--btn-nav);
  }

  [split-text].btn-text {
    text-shadow: 0px var(--text-offset) currentColor
  }

  [data-anim-high] .line {
    width: auto !important;
    display: inline-block !important;
  }

  .text-eyebrow.flex .line {
    display: flex !important;
  }

  [split-text] .char {
    display: inline-block;
  }

  /*****
  *************************** IMPACT TEXT
  *****/

  .impact-content-w.is-home .text-impact-lg-mona strong {
    color: var(--color--lime-off);
    font-family: Brier;
    font-size: 8.25rem;
    line-height: 83%;
    letter-spacing: -0.1875rem;
  }

  .impact-content-w.on-track .text-impact-lg-mona strong {
    color: var(--color--grey-on-track);
    font-family: Brier;
    font-size: 8.25rem;
    line-height: 83%;
    letter-spacing: -0.1875rem;
  }

  .impact-content-w.off-track .text-impact-lg-mona strong {
    color: var(--color--green-off-white-2);
    font-family: Brier;
    font-size: 8.25rem;
    line-height: 83%;
    letter-spacing: -0.1875rem;
  }


  @media screen and (max-width: 991px) {
    .impact-content-w .text-impact-lg-mona strong {
      font-size: inherit !important;
    }
  }


  [split-text] {
    white-space: pre-line; /* Preserves line breaks */
  }


/* ============================================================
   5. LENIS SMOOTH SCROLL
   ============================================================ */

html.lenis,
  html.lenis body{
    height:auto
  }
  .lenis.lenis-smooth [data-lenis-prevent]{
    overscroll-behavior:contain
  }
  .lenis.lenis-stopped{
    overflow:clip
  }
  .lenis.lenis-smooth iframe{
    pointer-events:none
  }

/*
  [data-nav-group] {
    transition: transform var(--animation-default);
  }
  .lenis-top [data-nav-group="brand"] {
    transform: scale(1.2)
  }
  .lenis-top [data-nav-group="btns"] {
    transform: scale(1.2)
  }
*/


/* ============================================================
   6. NAVIGATION THEME TRANSITIONS
   ============================================================ */

[data-nav-theme] .nav-brand path {
    transition: fill var(--animation-default);
  }

  [data-nav-theme="light"] .nav-brand [nav-brand-path="1"],
  [data-nav-theme="light"] .nav-brand [nav-brand-path="2"],
  [data-nav-theme="light"] .nav-brand path {
    fill: var(--color--dark-green);
  }

  [data-nav-theme="dark"] .nav-brand [nav-brand-path="1"],
  [data-nav-theme="dark"] .nav-brand [nav-brand-path="2"],
  [data-nav-theme="dark"] .nav-brand path {
    fill: var(--color--dark-green);
  }

  .nav-middle {
    transition: color var(--animation-default);
  }
  [data-nav-theme="light"] .nav-middle {
    color: var(--color--dark-green);
  }
  [data-nav-theme="dark"] .nav-middle {
    color: var(--color--dark-green);
  }

  .nav-ham {
    transition: 
      border-color var(--animation-default), 
      background-color var(--animation-default);
  }

  [data-nav-theme="dark"] .nav-ham {
    border-color: var(--color--dark-green);
    background-color: transparent;
  }
  [data-nav-theme="light"] .nav-ham {
    border-color: var(--color--dark-green);
  }

  [data-nav-wrap] canvas {
    width: 100%;
    height: 100%;
  }

  .nav-menu-link-current-svg {
    visibility: hidden;
  }
  .nav-menu-link-w.w--current .nav-menu-link-current-svg {
    visibility: visible;
  }

  .footer-layout-clip {
    --mask-url: url('../svg/67d2dd47cfe84bed1dce9542_ln4-footer-mask-desktop.svg');

    /* Apply the image mask using the variable */
    -webkit-mask-image: var(--mask-url);
    mask-image: var(--mask-url);

    /* Additional mask settings */
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  /* ----- tablet */
  @media only screen and (max-width: 479px) {
    .footer-layout-clip {
      --mask-url: url('../svg/67e4213817c888515fa4855b_ln4-footer-mask-mobile.svg');
    }
  }


  [data-footer-theme="white"] {
    background-color: var(--color--white);
  }

  [data-footer-theme="black"] {
    background-color: var(--color--black);
  }
  [data-footer-theme="black"]  .footer-layout-clip {
    background-color: var(--color--black);
  }

  [data-footer-theme="green"] {
    background-color: var(--color--dark-green);
  }


  .kl-teaser-XpbhAP {
    opacity: 0 !important;
    pointer-events: none !important;
  }


/* ============================================================
   7. BUTTON RIVE
   ============================================================ */

[data-btn-rive-rotate="true"] .btn-rive-w {
    transform: rotate(180deg)
  }
  [data-btn-rive-rotate="90"] .btn-rive-w {
    transform: rotate(90deg)
  }

  [data-rive-btn-invert="true"] .btn-icon-w {
    filter: invert(1);
  }


/* ============================================================
   8. HOME PAGE INLINE STYLES
   ============================================================ */

/* --------------------------------------- HELMET SECTION */

  [data-helmet-item] {
    --mask-url: url('../svg/67e2c781c4c953cd9e74eda5_ln4-2-helm-mask-fill.svg');

    /* Apply the image mask using the variable */
    -webkit-mask-image: var(--mask-url);
    mask-image: var(--mask-url);

    /* Additional mask settings */
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
  @media only screen and (max-width: 479px) {
    [data-helmet-item] {
      --mask-url: url('../svg/67eea130c0f25ef68ac8889e_ln4-helm-mob-refactor-lime-fill.svg');
    }
  }

  .home-hero-next-race-w {
    transition: clip-path var(--animation-default);
  }

  .helmet-grid-item-reveal-img {
    transition: 
      clip-path var(--animation-default),
      transform var(--animation-default);
  }

  [data-helmet-item]:hover .helmet-grid-item-reveal-img {
    clip-path: ellipse(100% 120% at 50% 0%);
    transform: scale(1);
  }

  .helmet-grid-item-img-helmet {
    transition: 
      transform var(--animation-default);
  }
  .helmet-grid-item-w:hover .helmet-grid-item-img-helmet {
    transform: scale(1.1);
  }

  .helmet-grid-frame.is-overlay,
  .helmet-grid-extender-img.is-overlay {
    transition: 
      opacity var(--animation-default);
  }

  .helmet-grid-extender-img {
    transition: 
      color var(--animation-default);
  }
  .helmet-grid-item-w:hover .helmet-grid-extender-img {
    color: var(--color--lime);
  }

  .helmet-grid-item-w:hover .helmet-grid-frame.is-overlay,
  .helmet-grid-item-w:hover .helmet-grid-extender-img.is-overlay {
    opacity: 1;
  }

  canvas[data-rive-object],
  canvas[data-rive-primary] {
    width: 100%;
    height: 100%;
  }

  @media (min-width: 1920px) {
    .marquee-offest-w {
      -webkit-mask-image: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0),
        white 7.5%,
        white 92.5%,
        hsla(0, 0%, 100%, 0)
      );
      mask-image: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0),
        white 7.5%,
        white 92.5%,
        hsla(0, 0%, 100%, 0)
      );
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%;
    }
  }

  /* CSS Keyframe Animation */
  @keyframes translateXLeft { 
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes translateXRight { 
    to {
      transform: translateX(100%);
    }
  }

  [data-css-marquee-list="left"] {
    animation: translateXLeft 30s linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
  }
  [data-css-marquee-list="right"] {
    animation: translateXRight 30s linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
    justify-content: flex-end;
  }

  .c.home-hero {
    min-height: 100vh !important;
  }


/* ============================================================
   9. APPLOX AGENCY VISUAL OVERHAUL
   ============================================================ */

/* ===== APPLOX AGENCY VISUAL OVERHAUL ===== */

  /* Hide partners overlay — GL animation with replaced face texture is the hero */
  .hero-partners-w { display: none !important; }

  /* Shift Rive animation colors toward yellow-green */
  canvas[data-rive-object] {
    filter: hue-rotate(60deg) saturate(1.4) brightness(1.1);
  }

  /* Safety net: hide removed hero elements in case JS references them */
  .home-hero-next-race-w { display: none !important; }

  /* Loader: hide Rive, show Applox A mark instead */
  .transition-rive {
    display: none !important;
  }
  .transition-w {
    background-color: #150943 !important;
  }
  .transition-w::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../svg/applox-A-mark.svg') center center / 7.5% no-repeat;
    opacity: 0.95;
    animation: loader-pulse 1.8s ease-in-out infinite;
  }
  @keyframes loader-pulse {
    0%, 100% { opacity: 0.4; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1.05); }
  }
  .transition-btn .btn-w {
    background-color: #fff !important;
    color: #150943 !important;
  }

  /* Hero section: transparent so GL liquid glass shows through (z-index:-1) */
  .s.home-hero {
    background: transparent;
  }

  /* Hero marketing text overlay */
  .hero-marketing-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
    pointer-events: none;
    width: 90%;
    max-width: 800px;
    transition: opacity 0.1s linear, transform 0.1s linear;
  }
  .hero-marketing-headline {
    font-family: var(--font-family--brier), Georgia, serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--color--dark-green);
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
  }
  .hero-marketing-headline em {
    font-style: italic;
    color: var(--color--lime);
  }
  .hero-marketing-sub {
    font-family: var(--font-family--mona), sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.15rem);
    font-weight: 400;
    line-height: 1.6;
    color: var(--color--dark-green);
    opacity: 0.7;
    margin: 0;
    letter-spacing: 0.01em;
  }

  /* Hide ALL helmet Rive stroke animations (but keep surrounding content) */
  .base-helmet-rive-w {
    display: none !important;
  }

  /* Nav brand: always primary blue (hero bg is now light) */
  .nav-brand svg path { fill: var(--color--dark-green) !important; opacity: 1 !important; }

  /* Marquee signature/logo images: dark on white background */
  .is-home-marquee-sig-img {
    filter: brightness(0);
  }
  /* A mark above missions: white, fix aspect ratio (SVG is 883x803) */
  .is-home-marquee-sig-img.is-ln4-logo {
    filter: brightness(0) invert(1);
    width: 2.34rem;
    height: 2.125rem;
    object-fit: contain;
  }

  /* Remove helmet-shaped mask from portfolio grid → regular rounded cards */
  [data-helmet-item] {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    border-radius: 1rem;
    overflow: hidden;
  }

  /* Hide helmet extender decorations & SVG frame overlays */
  .helmet-grid-extender,
  .helmet-grid-frame {
    display: none !important;
  }

  /* Portfolio grid images fill cleanly */
  .helmet-grid-item-img-helmet,
  .helmet-grid-item-reveal-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  /* OTOT section founder portraits */
  .otot-home-img {
    object-fit: cover;
  }

  /* Hide the LN1 sticker in CTA section */
  .exe-cta-sticker-w {
    display: none !important;
  }

  /* Hide grid items beyond 6 */
  .helmet-grid .w-dyn-item:nth-child(n+7) {
    display: none !important;
  }

  /* Hide F1-specific partner logos */
  .marquee-advanced__item:has([src*="collab-logo-ralph"]),
  .marquee-advanced__item:has([src*="collab-lnkart"]),
  .marquee-advanced__item:has([src*="collab-bell-helmets"]),
  .home-collab-logo-w:has([src*="collab-logo-ralph"]),
  .home-collab-logo-w:has([src*="collab-logo-mind"]) {
    display: none !important;
  }

  /* Hide crossed-flags racing icon */
  .horizontal-item-pill-w {
    display: none !important;
  }

  /* Hide nav helmet Rive animation */
  .nav-helmet-rive-w {
    display: none !important;
  }

  /* Footer A logo background */
  .footer-360-img-w {
    opacity: 0.1;
    filter: hue-rotate(160deg) saturate(0.2);
  }
  .footer-bg-helmet-w {
    opacity: 0.15;
  }


/* ============================================================
   10. SAFARI & IPHONE FIXES
   ============================================================ */

/* iphone / safari styles */

  .is-safari {
  }
  .is-iphone {
  }
  @media only screen and (max-width: 479px) {
    .is-safari .footer-layout-clip {
      aspect-ratio: 382.94/627.49;
    }
    .is-iphone .footer-layout-clip {
      aspect-ratio: 382.94/627.49;
    }
  }
  .is-safari .footer-marquee-svg,
  .is-iphone .footer-marquee-svg {
    width: 6rem;
  }
  .is-safari .home-collab-marquee-svg,
  .is-iphone .home-collab-marquee-svg {
    width: 9rem;
  }
  .is-safari .marquee-spacer,
  .is-iphone .marquee-spacer {
    width: 5rem;
  }

  .is-safari .nav-brand {
    width: 8.2rem;
  }


/* ============================================================
   11. MAIN STYLESHEET (from main1.css)
   Typography, Layout, Components, Responsive
   ============================================================ */


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}


body {
  margin: 0;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}


audio:not([controls]) {
  height: 0;
  display: none;
}


[hidden], template {
  display: none;
}


a {
  background-color: #0000;
}


a:active, a:hover {
  outline: 0;
}


abbr[title] {
  border-bottom: 1px dotted;
}


b, strong {
  font-weight: bold;
}


dfn {
  font-style: italic;
}


h1 {
  margin: .67em 0;
  font-size: 2em;
}


mark {
  color: #000;
  background: #ff0;
}


small {
  font-size: 80%;
}


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


sup {
  top: -.5em;
}


sub {
  bottom: -.25em;
}


img {
  border: 0;
}


svg:not(:root) {
  overflow: hidden;
}


hr {
  box-sizing: content-box;
  height: 0;
}


pre {
  overflow: auto;
}


code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}


button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}


button {
  overflow: visible;
}


button, select {
  text-transform: none;
}


button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}


button[disabled], html input[disabled] {
  cursor: default;
}


button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


input {
  line-height: normal;
}


input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}


input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


input[type="search"] {
  -webkit-appearance: none;
}


input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


legend {
  border: 0;
  padding: 0;
}


textarea {
  overflow: auto;
}


optgroup {
  font-weight: bold;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


td, th {
  padding: 0;
}


@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}


[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}


.w-icon-slider-right:before {
  content: "";
}


.w-icon-slider-left:before {
  content: "";
}


.w-icon-nav-menu:before {
  content: "";
}


.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "";
}


.w-icon-file-upload-remove:before {
  content: "";
}


.w-icon-file-upload-icon:before {
  content: "";
}


* {
  box-sizing: border-box;
}


html {
  height: 100%;
}


body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}


img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}


html.w-mod-touch * {
  background-attachment: scroll !important;
}


.w-block {
  display: block;
}


.w-inline-block {
  max-width: 100%;
  display: inline-block;
}


.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}


.w-clearfix:after {
  clear: both;
}


.w-hidden {
  display: none;
}


.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}


input.w-button {
  -webkit-appearance: button;
}


html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}


.w-code-block {
  margin: unset;
}


pre.w-code-block code {
  all: inherit;
}


.w-optimization {
  display: contents;
}


.w-webflow-badge, .w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}


.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}


.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}


h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}


h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}


h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}


h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}


h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}


h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}


h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}


p {
  margin-top: 0;
  margin-bottom: 10px;
}


blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}


figure {
  margin: 0 0 10px;
}


figcaption {
  text-align: center;
  margin-top: 5px;
}


ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}


.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}


.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}


.w-embed:after {
  clear: both;
}


.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}


.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}


button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}


label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}


.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}


.w-input::placeholder, .w-select::placeholder {
  color: #999;
}


.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}


.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}


.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}


textarea.w-input, textarea.w-select {
  height: auto;
}


.w-select {
  background-color: #f3f3f3;
}


.w-select[multiple] {
  height: auto;
}


.w-file-upload {
  margin-bottom: 10px;
  display: block;
}


.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}


.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}


.w-file-upload-error {
  margin-top: 10px;
  display: block;
}


.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}


.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}


.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}


.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}


.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}


.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}


.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}


.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}


.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}


.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}


.w-icon-file-upload-uploading {
  height: 20px;
}


.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}


.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}


.w-container:after {
  clear: both;
}


.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}


.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}


.w-row:after {
  clear: both;
}


.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}


.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}


.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}


.w-col-1 {
  width: 8.33333%;
}


.w-col-2 {
  width: 16.6667%;
}


.w-col-3 {
  width: 25%;
}


.w-col-4 {
  width: 33.3333%;
}


.w-col-5 {
  width: 41.6667%;
}


.w-col-6 {
  width: 50%;
}


.w-col-7 {
  width: 58.3333%;
}


.w-col-8 {
  width: 66.6667%;
}


.w-col-9 {
  width: 75%;
}


.w-col-10 {
  width: 83.3333%;
}


.w-col-11 {
  width: 91.6667%;
}


.w-col-12 {
  width: 100%;
}


.w-hidden-main {
  display: none !important;
}


@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333%;
  }
  .w-col-medium-2 {
    width: 16.6667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.3333%;
  }
  .w-col-medium-5 {
    width: 41.6667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.3333%;
  }
  .w-col-medium-8 {
    width: 66.6667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.3333%;
  }
  .w-col-medium-11 {
    width: 91.6667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
        left: auto;
        right: auto;
  }
}


@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row, .w-container .w-row {
    margin-left: 0;
        margin-right: 0;
  }
  .w-col {
    width: 100%;
        left: auto;
        right: auto;
  }
  .w-col-small-1 {
    width: 8.33333%;
  }
  .w-col-small-2 {
    width: 16.6667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.3333%;
  }
  .w-col-small-5 {
    width: 41.6667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.3333%;
  }
  .w-col-small-8 {
    width: 66.6667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.3333%;
  }
  .w-col-small-11 {
    width: 91.6667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}


@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333%;
  }
  .w-col-tiny-2 {
    width: 16.6667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.3333%;
  }
  .w-col-tiny-5 {
    width: 41.6667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.3333%;
  }
  .w-col-tiny-8 {
    width: 66.6667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.3333%;
  }
  .w-col-tiny-11 {
    width: 91.6667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}


.w-widget {
  position: relative;
}


.w-widget-map {
  width: 100%;
  height: 400px;
}


.w-widget-map label {
  width: auto;
  display: inline;
}


.w-widget-map img {
  max-width: inherit;
}


.w-widget-map .gm-style-iw {
  text-align: center;
}


.w-widget-map .gm-style-iw > button {
  display: none !important;
}


.w-widget-twitter {
  overflow: hidden;
}


.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}


.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}


.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}


.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}


.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}


.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}


.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}


.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}


.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}


.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}


.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}


.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}


.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}


.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}


.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}


.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}


.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}


.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}


.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}


.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}


.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}


.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}


@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}


.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}


.w-richtext:after {
  clear: both;
}


.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}


.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}


.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}


.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}


.w-richtext figure {
  max-width: 60%;
  position: relative;
}


.w-richtext figure > div:before {
  cursor: default !important;
}


.w-richtext figure img {
  width: 100%;
}


.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}


.w-richtext figure div {
  color: #0000;
  font-size: 0;
}


.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}


.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}


.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}


.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}


.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}


.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}


.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}


.w-nav:after {
  clear: both;
}


.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}


.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}


.w-nav-link.w--current {
  color: #0082f3;
}


.w-nav-menu {
  float: right;
  position: relative;
}


[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}


.w--nav-link-open {
  display: block;
  position: relative;
}


.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}


.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}


.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}


.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}


.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}


.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}


.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}


.w-nav-button:focus {
  outline: 0;
}


.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}


.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}


.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}


.w--nav-dropdown-list-open {
  position: static;
}


@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}


@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}


@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}


.w-tab-menu {
  position: relative;
}


.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}


.w-tab-link.w--current {
  background-color: #c8c8c8;
}


.w-tab-link:focus {
  outline: 0;
}


.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}


.w-tab-pane {
  display: none;
  position: relative;
}


.w--tab-active {
  display: block;
}


@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}


.w-ix-emptyfix:after {
  content: "";
}


@keyframes spin {
  0% {
  transform: rotate(0);
  }
  100% {
  transform: rotate(360deg);
  }
}


.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}


.wf-layout-layout {
  display: grid;
}


@font-face {
  font-family: Brier;
  src: url("https://cdn.prod.website-files.com/67b5a02dc5d338960b17a7e9/67b6113a220f85ad6497495a_Brier-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: Mona Sans Variable;
  src: url("../fonts/MonaSans.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}


:root {
  --color--dark-green: #150943;
  --color--white: #edf2f4;
  --padding--container: 1.25rem;
  --gap: 1.25rem;
  --on-t-nav-spacer: 5.375rem;
  --color--black: #111112;
  --text--h1: 4rem;
  --padding--xlarge: 5rem;
  --padding--med: 3rem;
  --gap--med\<deleted\|variable-196f1660-85b7-2eda-5ec8-e43ca0f5032d\>: 2rem;
  --color--lime-off: #9BBF48;
  --color--lime: #C7F860;
  --color--green-off-white-1: #d2dbe1;
  --color--lime-zero: #C7F86000;
  --text--btn-primary: 1rem;
  --text--btn-nav: 1.25rem;
  --text--btn-footer: 1.875rem;
  --color--green-off-white-2: #a5b0b8;
  --color--dark-green-tint-2: #505355;
  --color--grey-on-track: #adb9bb;
  --text--impact: 7.9375rem;
  --grid-spacer: 31.51vh;
  --color--dark-green-tint-1: #383b3c;
  --padding--small: 2rem;
  --color--grey-1: #e0e8ee;
  --color--green-light: #e0e8ee;
  --text--h2: 4.5rem;
  --text--h3: 2rem;
  --text--h4: 1.5rem;
  --text--h5: 1.2rem;
  --text--h6: 1rem;
  --padding--mini: 1rem;
  --padding--large: 4rem;
  --radius--small: 1rem;
  --radius--med: 3rem;
  --radius--large: 6.25rem;
  --vh: 1vh;
  --max-vh: 100vh;
  --grid-col: 25.4375rem;
  --oval-side-offset: 3rem;
  --poduim-offset: -17.5rem;
  --text--reg: 1.6rem;
  --text--med: 2.76rem;
  --text--btn-tertiary: .875px;
  --text--eyebrow: .578125rem;
  --color--cream: #e5edef;
  --color--grey-2: #bdc5cb;
  --color--orange: #0088ff;
}


body {
  background-color: var(--color--dark-green);
  color: var(--color--white);
  font-family: Mona Sans Variable, Arial, sans-serif;
}


h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}


h2 {
  font-variation-settings: "wght" 750, "wdth" 93;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}


h3, h4, h5, h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}


p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}


a {
  text-decoration: none;
}


ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}


li {
  font-size: 1em;
  list-style-type: disc;
}


label {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .4rem;
  display: block;
}


blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}


.c {
  padding-right: var(--padding--container);
  padding-left: var(--padding--container);
  max-width: var(--fluid-container);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.c.is-guides {
  outline-offset: 0px;
  outline: 3px solid #ffecb5;
  height: 100%;
}


.c.is-taxi-test {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}


.c.home-hero {
  justify-content: center;
  align-items: center;
  max-width: none;
  min-height: 100vh;
  display: flex;
  position: relative;
}


.c.is-marquee {
  min-height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}


.c.is-horiz-scroll {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}


.c.is-otot-home {
  max-width: none;
  position: relative;
}


.c.home-helmets {
  padding-bottom: var(--gap);
  padding-top: calc(var(--gap) * 2);
  position: relative;
}


.c.is-callout {
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 8.75rem;
  display: flex;
}


.c.is-lando-exe {
  z-index: 1;
  padding-left: 11rem;
  padding-right: 11rem;
  position: relative;
}


.c.is-footer {
  z-index: 5;
  padding-top: var(--gap);
  padding-bottom: var(--gap);
  position: relative;
}


.c.is-home-collabs {
  z-index: 5;
  position: relative;
}


.c.is-on-track-home {
  padding-top: var(--on-t-nav-spacer);
  height: min(calc(var(--vh, 1vh) * 100), max(1200px));
  flex-flow: column;
  display: flex;
  position: relative;
}


.c.is-on-track-countdown {
  padding-bottom: 26rem;
}


.c.is-camp-hero {
  padding-bottom: var(--gap);
}


.c.is-off-t-hero-scroll-media {
  padding-top: var(--gap);
  padding-bottom: var(--gap);
}


.c.is-part-i-next {
  z-index: 5;
  position: relative;
}


.styleguide__item {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}


.rich-text p {
  margin-top: 0;
  margin-bottom: 1.4rem;
}


.rich-text h1 {
  margin-top: 0;
  margin-bottom: .4rem;
  font-family: Brier, Arial, sans-serif;
}


.rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Brier, Arial, sans-serif;
}


.rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-top: 2em;
  margin-bottom: 1rem;
  font-family: Brier, Arial, sans-serif;
}


.rich-text a {
  font-weight: 600;
  text-decoration: underline;
}


.rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
}


.rich-text ul {
  padding-left: 2em;
}


.s.home-marquee {
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  position: absolute;
  inset: 0%;
}


.s.home-hero {
  z-index: 10;
  position: relative;
}


.s.is-horizontal-track {
  position: relative;
}


.s.is-otot-home {
  color: var(--color--dark-green);
}


.s.is-otot-end {
  z-index: 10;
  position: relative;
}


.s.home-helmets {
  z-index: 6;
  position: relative;
}


.s.is-lando-exe {
  color: var(--color--dark-green);
  position: relative;
}


.s.is-callout-socials {
  z-index: 5;
  color: var(--color--black);
  position: relative;
}


.s.is-callout-socials:where(.w-variant-e346e922-20ab-515b-71b3-89708ab15e58) {
  color: var(--color--white);
  background-color: var(--color--black) !important;
}


.s.is-footer {
  z-index: 0;
  color: var(--color--dark-green);
  position: relative;
}


.s.is-home-collabs, .s.is-part-i-next {
  color: var(--color--dark-green);
  position: relative;
}


.s.is-on-t-calendar {
  z-index: 15;
  position: relative;
}


.page-w {
  width: 100%;
  position: relative;
  overflow: clip;
}


.page-w.style-guide {
  color: var(--color--black);
}


.h1 {
  font-size: var(--text--h1);
  line-height: 1.2;
}


.text-title-lg-mona {
  font-variation-settings: "wght" 750, "wdth" 93;
  letter-spacing: -.125rem;
  text-transform: uppercase;
  font-size: 4.5rem;
  line-height: .886;
}


.text-title-lg-mona.text-vertical {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}


.text-title-lg-mona.text-vertical.z-10 {
  z-index: 10;
  position: relative;
}


.text-title-lg-mona.split-flex {
  justify-content: flex-start;
  align-items: flex-start;
}


.text-title-lg-mona.split-flex.is-center {
  justify-content: flex-start;
  align-items: center;
}


.text-title-lg-mona.split-flex.is-wrap {
  flex-flow: wrap;
}


.text-cta-short-intro {
  letter-spacing: .040625rem;
  font-size: 2rem;
  line-height: 1.04;
}


.text-cta-short-intro.font-brier {
  letter-spacing: .05rem;
}


.style__item--block {
  padding-top: var(--padding--xlarge);
  padding-bottom: var(--padding--med);
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}


.guides {
  z-index: 10;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}


.grid-main {
  grid-column-gap: var(--gap);
  grid-template-rows: auto;
  grid-template-columns: 23.55% 23.55% 23.55% 23.55%;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}


.grid-main.is-overlay {
  height: 100%;
}


.grid-block {
  background-color: var(--color--lime-off);
  width: 100%;
  padding: 0;
}


.css-breakpoints {
  width: 0;
  height: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}


.text-eyebrow {
  font-variation-settings: "wght" 700, "wdth" 100;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Mona Sans Variable, Arial, sans-serif;
  font-size: .625rem;
  font-weight: 400;
  line-height: 1;
}


.text-eyebrow.large {
  font-variation-settings: "wght" 812, "wdth" 81.3;
  letter-spacing: -.01rem;
  font-size: 1.125rem;
}


.text-eyebrow.auto-left {
  margin-left: auto;
}


.text-eyebrow.flex {
  grid-column-gap: calc(var(--gap) * .1);
  grid-row-gap: calc(var(--gap) * .1);
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}


.text-eyebrow.mob-only {
  display: none;
}


.text-eyebrow.dt-only {
  display: block;
}


.taxi-w.style-guide {
  background-color: var(--color--white);
  color: var(--color--black);
}


.taxi-w.legal {
  background-color: var(--color--dark-green);
  color: var(--color--white);
}


.taxi-w.calendar {
  background-color: var(--color--black);
  color: var(--color--white);
}


.css-editmode, .css-utils {
  width: 0;
  height: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}


.nav {
  z-index: 120;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}


.scroll-indicator {
  z-index: 10;
  mix-blend-mode: difference;
  visibility: hidden;
  background-color: #fff0;
  border-radius: 1em;
  width: .4em;
  height: 80vh;
  position: fixed;
  inset: 10vh 0 0% auto;
}


.scroll-indicator-bar {
  border-radius: inherit;
  background-color: #ffffffbf;
  width: 100%;
  height: 30%;
  transition-property: height;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: absolute;
  inset: 0% 0% auto;
}


.css-root, .css-lenis {
  width: 0;
  height: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}


.style-line {
  background-color: var(--color--green-off-white-1);
  width: 100%;
  height: 1px;
}


.styleguide-heading-layout {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}


.css-split-type {
  width: 0;
  height: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}


.font-brier {
  font-family: Brier, Arial, sans-serif;
}


.btn-layout {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}


.btn-layout.is-nav {
  pointer-events: auto;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  grid-column-gap: calc(var(--gap) * .5);
  grid-row-gap: calc(var(--gap) * .5);
}


.btn-w {
  border: 1px solid var(--color--lime);
  background-color: var(--color--lime);
  color: var(--color--dark-green);
  border-radius: .54rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}


.btn-w.icon-only {
  aspect-ratio: 1;
  width: 3.75rem;
  height: 3.75rem;
}


.btn-w.is-nav {
  height: 3.75rem;
}


.btn-w.tertiary {
  background-color: var(--color--lime-zero);
  color: currentColor;
  border-color: currentColor;
  border-radius: .411875rem;
  height: 2.5rem;
}


.btn-w.is-touch-swipe {
  aspect-ratio: 1;
  width: 3.75rem;
  height: 3.75rem;
}


.btn-inner {
  grid-column-gap: calc(var(--gap) * .5);
  grid-row-gap: calc(var(--gap) * .5);
  justify-content: center;
  align-items: center;
  display: flex;
}


.btn-inner:where(.w-variant-3506eb9e-fb47-e850-4366-d611cf6abb90) {
  flex-flow: row-reverse;
}


.btn-text {
  font-family: Mona Sans Variable, Arial, sans-serif;
  font-size: var(--text--btn-primary);
  font-variation-settings: "wdth" 86;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
}


.btn-text.is-nav {
  font-size: var(--text--btn-nav);
}


.btn-text.is-footer {
  font-size: var(--text--btn-footer);
}


.btn-icon-w {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  display: flex;
  position: relative;
}


.btn-icon-svg {
  height: .78125rem;
  display: flex;
}


.btn-icon-svg.is-large {
  height: 1.2rem;
}


.nav-ham {
  aspect-ratio: 1;
  color: var(--color--black);
  border-radius: .74rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}


.nav-brand {
  height: 3.75rem;
}


.nav-middle {
  pointer-events: auto;
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  justify-content: center;
  align-items: center;
  display: flex;
}


.nav-inner {
  z-index: 50;
  padding-left: var(--gap);
  padding-right: var(--gap);
  padding-top: var(--gap);
  padding-bottom: var(--gap);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}


.nav-brand-link {
  pointer-events: auto;
  transform-origin: 0 0;
  mix-blend-mode: normal;
}


.nav-brand-link.w--current {
  perspective-origin: 0 0;
  transform-origin: 0 0;
}


.eyebrow-w {
  grid-column-gap: calc(var(--gap) * .5);
  grid-row-gap: calc(var(--gap) * .5);
  display: flex;
  overflow: clip;
}


.eyebrow-w.c-green-off-white-2 {
  color: var(--color--green-off-white-2);
}


.eyebrow-w.c-dark-green-tint-2 {
  color: var(--color--dark-green-tint-2);
}


.eyebrow-w.hero-next-race {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 80%;
}


.eyebrow-w.c-grey-on-track {
  color: var(--color--grey-on-track);
}


.eyebrow-w.gap0-25 {
  grid-column-gap: calc(var(--gap) * .25);
  grid-row-gap: calc(var(--gap) * .25);
}


.text-body-reg-mona {
  font-variation-settings: "wght" 500, "wdth" 100;
  letter-spacing: -.0125rem;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.25;
}


.text-body-reg-mona.c-grey-on-track {
  color: var(--color--grey-on-track);
}


.text-impact-lg-mona {
  font-size: var(--text--impact);
  font-variation-settings: "wght" 660, "wdth" 93;
  letter-spacing: -.0625rem;
  text-transform: uppercase;
  line-height: 90.6%;
}


.text-impact-lg-mona.marquee-adv {
  white-space: nowrap;
  margin-right: 2rem;
}


.text-impact-lg-mona.reduce {
  font-variation-settings: "wght" 750, "wdth" 93;
  letter-spacing: -.25rem;
  font-size: 7rem;
  line-height: .816;
}


.text-impact-lg-mona.impact-on-track {
  margin-bottom: 6.25rem;
}


.text-impact-lg-brier {
  letter-spacing: -.1875rem;
  font-family: Brier, Arial, sans-serif;
  font-size: 8.25rem;
  line-height: 83%;
}


.text-impact-lg-brier.c-lime-off {
  color: var(--color--lime-off);
}


.text-impact-lg-brier.c-grey-on-track {
  color: var(--color--grey-on-track);
}


.text-impact-lg-brier.c-green-off-white-2 {
  color: var(--color--green-off-white-2);
}


.base-helmet-rive {
  aspect-ratio: 6.0625 / 3.1875;
  width: 6.0625rem;
  height: 3.1875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}


.impact-icon-w {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  display: flex;
  position: relative;
}


.impact-icon-w.is-off-t {
  z-index: 30;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}


.impact-content-w {
  color: var(--color--green-off-white-1);
  text-align: center;
  grid-column-gap: calc(3 * var(--gap));
  grid-row-gap: calc(3 * var(--gap));
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 12rem;
  display: flex;
}


.impact-content-w.part-i {
  max-width: 90rem;
  padding-top: 12rem;
}


.impact-content-w.is-home {
  max-width: 80.1rem;
}


.marquee-adv-scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}


.marquee-adv-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}


.marquee-adv-collection {
  will-change: transform;
  flex: none;
  display: flex;
  position: relative;
}


.marquee-adv-row {
  z-index: 5;
  width: 100vw;
  position: relative;
}


.marquee-adv-row.is-camp {
  margin-top: var(--gap);
  width: 100% !important;
}


.marqee-adv-layout {
  width: 100%;
  height: 15rem;
  position: relative;
}


.marqee-adv-layout.part-i {
  position: absolute;
}


.page-ln4-pos {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}


.marquee-gl-target-w {
  z-index: 10;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0%;
}


.marquee-gl-target {
  outline-color: var(--color--lime);
  outline-offset: -2px;
  outline-width: 1px;
  outline-style: none;
  justify-content: center;
  align-items: center;
  width: 35.375rem;
  height: 22.875rem;
  display: flex;
}


.sticky-track.home-hero {
  height: 200vh;
  position: relative;
}


.sticky-track.is-home-otot {
  position: relative;
}


.sticky-item {
  position: sticky;
  top: 0;
}


.sticky-item.home-hero {
  position: sticky;
}


.gl-canvas {
  z-index: 10;
  transform-origin: 50%;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  position: absolute;
  inset: 0%;
}


.css-nav {
  width: 0;
  height: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}


.hero-nav-theme {
  position: absolute;
  inset: 0% auto auto 0%;
}


.hero-nav-theme.is-1 {
  height: 10vh;
}


.hero-nav-theme.is-2 {
  height: 90vh;
  top: 10vh;
}


.marquee-adv-top-w {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -15rem 0% auto;
}


.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.image.is-horizontal-scroll {
  pointer-events: none;
  transform-origin: 0%;
  object-fit: cover;
  flex: none;
  width: calc(100% + 4rem);
  max-width: none;
  height: calc(100% + 4rem);
  max-height: none;
}


.image.is-otot-home-end {
  height: calc(var(--vh, 1vh) * 120);
  position: absolute;
}


.image.is-exe-scroll {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: calc(100% + 4rem);
}


.image.is-exe-scroll.is-clip, .image.is-exe-sticker, .image.is-collab-placeholder {
  object-fit: contain;
}


.image.is-home-marquee-sig-img:where(.w-variant-88b83061-c887-c094-eb94-cbb8cabca5e0) {
  display: none;
}


.image.is-visor-scroll {
  -webkit-clip-path: ellipse(120% 120% at 50% 0);
  clip-path: ellipse(120% 120% at 50% 0);
}


.image.is-camp {
  width: 120%;
  max-width: none;
  height: 120%;
}


.image.is-part-i-video {
  position: absolute;
  inset: 0%;
}


.image.is-trophy {
  object-fit: contain;
  height: 90%;
}


.image.is-social-card {
  z-index: 10;
  position: absolute;
  inset: 0%;
}


.image.is-ln4-logo {
  width: 1.875rem;
  height: 2.125rem;
  display: none;
}


.image.is-ln4-logo:where(.w-variant-88b83061-c887-c094-eb94-cbb8cabca5e0) {
  display: inline-block;
}


.image.is-collab-force {
  aspect-ratio: 407 / 411;
}


.image.is-clip-fix {
  width: 102%;
  max-width: 102%;
  height: 102%;
  margin-top: -1%;
  margin-left: -1%;
}


.marquee-signature-w {
  outline-color: var(--color--lime);
  outline-offset: -2px;
  outline-width: 1px;
  outline-style: none;
  width: 4.95rem;
  height: 2.28438rem;
}


.marquee-adv-top-layout {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}


.top-marker {
  pointer-events: none;
  height: 10vh;
  position: absolute;
  inset: 0% auto auto 0%;
}


.css-main {
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}


.horizontal-track {
  padding-right: var(--gap);
  height: calc(var(--vh, 1vh) * 100);
  padding-left: 75vw;
  padding-top: calc(var(--vh, 1vh) * 7);
  padding-bottom: calc(var(--gap) * 2);
  flex: none;
  display: flex;
}


.horizontal-grid-col {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}


.horizontal-grid-col.center {
  justify-content: center;
  align-items: flex-start;
}


.horizontal-item-w {
  position: relative;
}


.horizontal-item-w.is-2 {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 8.42);
  left: calc(var(--vh, 1vh) * 14.42);
}


.horizontal-item-w.is--3 {
  margin-top: auto;
}


.horizontal-item-w.is-text-callout {
  max-width: 17.375rem;
}


.horizontal-item-w.is-text-callout.callout-2 {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 2.67);
  max-width: 30rem;
}


.horizontal-item-w.is-text-callout.callout-1 {
  margin-top: calc(var(--vh, 1vh) * 1.67);
}


.horizontal-item-w.is-text-callout.is-home-callout-2 {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 2.67);
  max-width: 30rem;
}


.horizontal-item-w.is-4 {
  left: calc(var(--grid-spacer) * -.5);
}


.horizontal-item-w.is-5 {
  margin-top: auto;
  margin-left: 0;
  margin-bottom: calc(var(--vh, 1vh) * 8.17);
}


.horizontal-item-w.is-6 {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 1.17);
}


.horizontal-item-w.is-7 {
  margin-bottom: auto;
  margin-top: calc(var(--vh, 1vh) * 8);
}


.horizontal-item-w.is-8 {
  margin-top: calc(var(--vh, 1vh) * 2);
}


.horizontal-item-w.is-9 {
  left: calc(var(--grid-spacer) * -.5);
  margin-top: auto;
  margin-bottom: calc(var(--gap) * 2);
}


.horizontal-item-w.is-10 {
  margin-left: 0;
  margin-top: calc(var(--vh, 1vh) * 14.92);
}


.horizontal-item-w.is-title-mid {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 50.5);
}


.horizontal-item-w.is-title-top {
  margin-top: calc(var(--vh, 1vh) * 1.67);
}


.horizontal-item-w.is-h-large {
  margin-top: auto;
}


.horizontal-item-w.is-h-large.top {
  margin-top: 0;
  margin-bottom: auto;
}


.horizontal-item-w.is-h8 {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 8.42);
  left: calc(var(--vh, 1vh) * 14.42);
}


.horizontal-item-w.is-home9 {
  left: calc(var(--grid-spacer) * -.5);
  margin-top: auto;
  margin-bottom: calc(var(--gap) * 2);
}


.horizontal-item-w.is-home3 {
  margin-top: auto;
}


.horizontal-item-w.is-home4 {
  left: calc(var(--grid-spacer) * -.5);
}


.horizontal-item-w.is-home6 {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 1.17);
}


.horizontal-item-w.is-home8 {
  margin-top: calc(var(--vh, 1vh) * 2);
}


.horizontal-item-w.is-home10 {
  margin-left: 0;
  margin-top: calc(var(--vh, 1vh) * 14.92);
}


.horizontal-item-w.is-on-t-5 {
  margin-top: auto;
  margin-left: 0;
  margin-bottom: calc(var(--vh, 1vh) * 8.17);
}


.horizontal-item-w.is-on-t-4 {
  left: calc(var(--grid-spacer) * -.5);
}


.horizontal-item-w.is-offt3, .horizontal-item-w.is-offt4 {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 8.42);
  left: calc(var(--vh, 1vh) * 14.42);
}


.horizontal-item-w.is-offt7 {
  left: calc(var(--grid-spacer) * -.5);
  margin-top: auto;
  margin-bottom: calc(var(--gap) * 2);
}


.horizontal-item-w.is-offt8, .horizontal-item-w.is-part-i-2 {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 8.42);
  left: calc(var(--vh, 1vh) * 14.42);
}


.horizontal-item-w.is-part-i-3 {
  margin-top: calc(var(--vh, 1vh) * 2);
}


.horizontal-item-w.is-part-i-4 {
  left: calc(var(--grid-spacer) * -.5);
}


.horizontal-item-w.is-part-i-5, .horizontal-item-w.is-part-i-6 {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 1.17);
}


.horizontal-item-w.is-part-i-7 {
  margin-bottom: auto;
  margin-top: calc(var(--vh, 1vh) * 8);
}


.horizontal-item-w.is-part-i-8 {
  margin-top: auto;
}


.horizontal-item-w.is-part-i-9 {
  left: calc(var(--grid-spacer) * -.5);
  margin-top: auto;
  margin-bottom: calc(var(--gap) * 2);
}


.horizontal-item-w.is-part-i-10 {
  margin-left: 0;
  margin-top: calc(var(--vh, 1vh) * 14.92);
}


.horizontal-item-w.is-home-2 {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 8.42);
  left: calc(var(--vh, 1vh) * 14.42);
}


.horizontal-item-w.is-home-4 {
  left: calc(var(--grid-spacer) * -.5);
}


.horizontal-item-w.is-home-6 {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 1.17);
}


.horizontal-item-w.is-home-7 {
  margin-bottom: auto;
  margin-top: calc(var(--vh, 1vh) * 8);
}


.horizontal-item-w.is-home-8 {
  margin-top: calc(var(--vh, 1vh) * 2);
}


.horizontal-item-w.is-on-t-2 {
  margin-top: auto;
  margin-bottom: calc(var(--vh, 1vh) * 8.42);
  left: calc(var(--vh, 1vh) * 14.42);
}


.horizontal-item-layout {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  display: flex;
}


.horizontal-item-img-w {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: clip;
}


.horizontal-item-img-w.is-1 {
  width: calc(var(--vh, 1vh) * 27);
  height: calc(var(--vh, 1vh) * 33.46);
}


.horizontal-item-img-w.is-2 {
  width: calc(var(--vh, 1vh) * 29.3);
  height: calc(var(--vh, 1vh) * 29.3);
}


.horizontal-item-img-w.is-3 {
  width: calc(var(--vh, 1vh) * 65.48);
  height: calc(var(--vh, 1vh) * 59.48);
}


.horizontal-item-img-w.is-4 {
  height: calc(var(--vh, 1vh) * 20.96);
  width: calc(var(--vh, 1vh) * 21.98);
}


.horizontal-item-img-w.is-on-t-5 {
  width: calc(var(--vh, 1vh) * 31.75);
  height: calc(var(--vh, 1vh) * 28.75);
}


.horizontal-item-img-w.is-6 {
  width: calc(var(--vh, 1vh) * 21.38);
  height: calc(var(--vh, 1vh) * 26.48);
}


.horizontal-item-img-w.is-7 {
  width: calc(var(--vh, 1vh) * 20.74);
  height: calc(var(--vh, 1vh) * 20.74);
}


.horizontal-item-img-w.is-8 {
  width: calc(var(--vh, 1vh) * 60.95);
  height: calc(var(--vh, 1vh) * 60.95);
}


.horizontal-item-img-w.is-9 {
  height: calc(var(--vh, 1vh) * 24.91);
  width: calc(var(--vh, 1vh) * 27.42);
}


.horizontal-item-img-w.is-10 {
  width: calc(var(--vh, 1vh) * 31.69);
  height: calc(var(--vh, 1vh) * 30.9);
}


.horizontal-item-img-w.is-h1 {
  width: calc(var(--vh, 1vh) * 36.44);
  height: calc(var(--vh, 1vh) * 40.91);
  margin-top: calc(var(--vh, 1vh) * 8.42);
}


.horizontal-item-img-w.is-h3 {
  width: calc(var(--vh, 1vh) * 23.61);
  height: calc(var(--vh, 1vh) * 23.61);
}


.horizontal-item-img-w.is-h-large {
  width: calc(var(--vh, 1vh) * 65.48);
  height: calc(var(--vh, 1vh) * 59.48);
}


.horizontal-item-img-w.is-h4 {
  width: calc(var(--vh, 1vh) * 34.11);
  height: calc(var(--vh, 1vh) * 30.95);
}


.horizontal-item-img-w.is-h5 {
  height: calc(var(--vh, 1vh) * 26.77);
  width: calc(var(--vh, 1vh) * 29.46);
}


.horizontal-item-img-w.is-h6 {
  width: calc(var(--vh, 1vh) * 34.05);
  height: calc(var(--vh, 1vh) * 30.9);
}


.horizontal-item-img-w.is-h7 {
  width: calc(var(--vh, 1vh) * 23.61);
  height: calc(var(--vh, 1vh) * 23.61);
}


.horizontal-item-img-w.is-h8 {
  width: calc(var(--vh, 1vh) * 34.11);
  height: calc(var(--vh, 1vh) * 30.95);
}


.horizontal-item-img-w.is-home1 {
  width: calc(var(--vh, 1vh) * 27);
  height: calc(var(--vh, 1vh) * 33.46);
}


.horizontal-item-img-w.is-home2 {
  width: calc(var(--vh, 1vh) * 29.3);
  height: calc(var(--vh, 1vh) * 29.3);
}


.horizontal-item-img-w.is-home3 {
  width: calc(var(--vh, 1vh) * 65.48);
  height: calc(var(--vh, 1vh) * 59.48);
}


.horizontal-item-img-w.is-home5 {
  width: calc(var(--vh, 1vh) * 31.75);
  height: calc(var(--vh, 1vh) * 28.75);
}


.horizontal-item-img-w.is-home4 {
  height: calc(var(--vh, 1vh) * 20.96);
  width: calc(var(--vh, 1vh) * 21.98);
}


.horizontal-item-img-w.is-home8 {
  width: calc(var(--vh, 1vh) * 60.95);
  height: calc(var(--vh, 1vh) * 60.95);
}


.horizontal-item-img-w.is-home10 {
  width: calc(var(--vh, 1vh) * 31.69);
  height: calc(var(--vh, 1vh) * 30.9);
}


.horizontal-item-img-w.is-home9 {
  height: calc(var(--vh, 1vh) * 24.91);
  width: calc(var(--vh, 1vh) * 27.42);
}


.horizontal-item-img-w.is-ont1 {
  width: calc(var(--vh, 1vh) * 27);
  height: calc(var(--vh, 1vh) * 33.46);
}


.horizontal-item-img-w.is-ont2 {
  width: calc(var(--vh, 1vh) * 29.3);
  height: calc(var(--vh, 1vh) * 29.3);
}


.horizontal-item-img-w.is-ont3 {
  width: calc(var(--vh, 1vh) * 65.48);
  height: calc(var(--vh, 1vh) * 59.48);
}


.horizontal-item-img-w.is-ont4 {
  height: calc(var(--vh, 1vh) * 20.96);
  width: calc(var(--vh, 1vh) * 21.98);
}


.horizontal-item-img-w.is-offt1 {
  width: calc(var(--vh, 1vh) * 36.44);
  height: calc(var(--vh, 1vh) * 40.91);
  margin-top: calc(var(--vh, 1vh) * 8.42);
}


.horizontal-item-img-w.is-offt3 {
  width: calc(var(--vh, 1vh) * 23.61);
  height: calc(var(--vh, 1vh) * 23.61);
}


.horizontal-item-img-w.is-offt4 {
  width: calc(var(--vh, 1vh) * 34.11);
  height: calc(var(--vh, 1vh) * 30.95);
}


.horizontal-item-img-w.is-offt6 {
  width: calc(var(--vh, 1vh) * 34.05);
  height: calc(var(--vh, 1vh) * 30.9);
}


.horizontal-item-img-w.is-offt7 {
  height: calc(var(--vh, 1vh) * 26.77);
  width: calc(var(--vh, 1vh) * 29.46);
}


.horizontal-item-img-w.is-offt8 {
  width: calc(var(--vh, 1vh) * 23.61);
  height: calc(var(--vh, 1vh) * 23.61);
}


.horizontal-item-img-w.is-part-i-3 {
  width: calc(var(--vh, 1vh) * 65.48);
  height: calc(var(--vh, 1vh) * 59.48);
}


.horizontal-item-img-w.is-part-i-2 {
  width: calc(var(--vh, 1vh) * 29.3);
  height: calc(var(--vh, 1vh) * 29.3);
}


.horizontal-item-img-w.is-part-i-5 {
  width: calc(var(--vh, 1vh) * 31.75);
  height: calc(var(--vh, 1vh) * 28.75);
}


.horizontal-item-img-w.is-home-2 {
  width: calc(var(--vh, 1vh) * 29.3);
  height: calc(var(--vh, 1vh) * 29.3);
}


.horizontal-item-img-w.is-home-4 {
  width: calc(var(--vh, 1vh) * 31.75);
  height: calc(var(--vh, 1vh) * 28.75);
}


.horizontal-item-img-w.is-home-1 {
  width: calc(var(--vh, 1vh) * 27);
  height: calc(var(--vh, 1vh) * 33.46);
}


.horizontal-item-img-w.is-home-7 {
  width: calc(var(--vh, 1vh) * 20.74);
  height: calc(var(--vh, 1vh) * 20.74);
}


.horizontal-item-img-w.is-home-6 {
  width: calc(var(--vh, 1vh) * 21.38);
  height: calc(var(--vh, 1vh) * 26.48);
}


.horizontal-item-img-w.is-home-5 {
  height: calc(var(--vh, 1vh) * 20.96);
  width: calc(var(--vh, 1vh) * 21.98);
}


.horizontal-item-text-layout {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  display: flex;
}


.horizontal-item-text-layout.mob-offset.op-0 {
  opacity: 0;
}


.horizontal-grid-spacer {
  width: var(--grid-spacer);
  pointer-events: auto;
  flex: none;
}


.horizontal-grid-spacer.half {
  width: calc(var(--grid-spacer) * .5);
}


.horizontal-grid-spacer.quarter {
  pointer-events: auto;
  width: calc(var(--grid-spacer) * .25);
}


.horizontal-item-text {
  color: var(--color--green-off-white-2);
  letter-spacing: .05rem;
  font-family: Brier, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 94.6%;
}


.horizontal-item-text.c-dark-green-tint-1, .horizontal-item-text.c-dark-green-tint-2 {
  color: var(--color--dark-green-tint-2);
}


.span-green-off-white-1 {
  color: var(--color--green-off-white-1);
}


.horizontal-rive-placeholder {
  width: 4.125rem;
  height: 1.875rem;
}


.horizontal-item-pill-w {
  display: flex;
}


.horizontal-item-pill-w.c-grey-on-track {
  color: var(--color--grey-on-track);
}


.horizontal-item-pill {
  border-top-style: solid;
  border-top-width: .5px;
  border-top-color: var(--color--green-off-white-2);
  border-right-style: solid;
  border-right-width: .5px;
  border-right-color: var(--color--green-off-white-2);
  border-bottom-style: solid;
  border-bottom-width: .5px;
  border-bottom-color: var(--color--green-off-white-2);
  border-left-style: solid;
  border-left-width: .5px;
  border-left-color: var(--color--green-off-white-2);
  height: calc(var(--vh, 1vh) * 4.44);
  border-radius: .2rem;
  display: flex;
}


.horizontal-item-pill.c-dark-green-tint-2 {
  border-color: var(--color--dark-green-tint-2);
  color: var(--color--dark-green-tint-2);
}


.horizontal-pill-box {
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  display: flex;
}


.horizontal-pill-box.is-side {
  border-right: .44px solid var(--color--green-off-white-2);
  justify-content: center;
  align-items: center;
}


.horizontal-pill-text {
  color: var(--color--green-off-white-2);
  font-size: 1.5rem;
  line-height: 1;
}


.horizontal-pill-text.c-dark-green-tint-2 {
  color: var(--color--dark-green-tint-2);
}


.horizontal-pill-icon {
  max-width: 80%;
}


.horizontal-pill-icon.c-dark-green-tint-2 {
  color: var(--color--dark-green-tint-2);
}


.horizontal-pin-sticky {
  display: flex;
  position: sticky;
  top: 0;
}


.horizontal-pin-spacer {
  position: relative;
}


.otot-home-inner {
  z-index: 10;
  min-height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}


.otot-home-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}


.otot-home-img-w {
  height: calc(var(--vh, 1vh) * 82.67);
  width: calc(var(--vh, 1vh) * 34.75);
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 27.625rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}


.otot-home-img-w.is-1 {
  aspect-ratio: 834 / 1984;
  height: calc(var(--vh, 1vh) * 90.67);
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: none;
}


.otot-home-img-w.is-2 {
  aspect-ratio: 898 / 1984;
  height: calc(var(--vh, 1vh) * 90.67);
  width: auto;
  max-width: none;
  inset: auto 0% 0% auto;
}


.otot-home-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}


.otot-home-layout {
  grid-column-gap: calc(var(--gap) * 3);
  grid-row-gap: calc(var(--gap) * 3);
  display: flex;
}


.otot-home-text-col {
  grid-column-gap: calc(var(--gap) * 1);
  grid-row-gap: calc(var(--gap) * 1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}


.otot-home-text-col.is-1 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}


.otot-home-text-col.is-2 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}


.otot-home-p-w {
  margin-top: var(--gap);
  flex-flow: column;
  width: 21rem;
  display: flex;
}


.otot-home-p-w.is-2 {
  justify-content: flex-start;
  align-items: flex-start;
}


.otot-home-p-w.is-1 {
  justify-content: flex-start;
  align-items: flex-end;
}


.span-font-brier {
  font-family: Brier, Arial, sans-serif;
}


.span-font-brier.otot {
  line-height: 81%;
}


.otot-home-end-img-w {
  min-height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: clip;
}


.helmet-grid-frame {
  aspect-ratio: 406.89 / 411;
  width: 100%;
  display: flex;
}


.helmet-grid-frame.is-overlay {
  z-index: 10;
  opacity: 0;
  position: absolute;
  inset: 0%;
}


.helmet-grid-frame.is-base {
  color: var(--color--dark-green-tint-2);
}


.helmet-grid-item {
  aspect-ratio: 406.89 / 411;
  width: 100%;
  display: flex;
  position: relative;
}


.helmet-grid {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}


.helmet-grid-frame-w {
  z-index: 10;
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}


.helmet-grid-frame-w.mobile {
  display: none;
}


.helmet-grid-item-img-w {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}


.helmet-grid-item-img-helmet {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}


.helmet-grid-item-reveal-img {
  -webkit-clip-path: ellipse(100% 0% at 50% 0);
  clip-path: ellipse(100% 0% at 50% 0);
  background-image: url("https://cdn.prod.website-files.com/67b5a02dc5d338960b17a7e9/68ea48448e634fcc425b0e28_transp.webp");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.05);
}


.title-headline-w {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}


.title-headline-w.img-below {
  grid-column-gap: calc(var(--gap) * 4);
  grid-row-gap: calc(var(--gap) * 4);
  flex-flow: column;
}


.title-headline-w.flex {
  flex-flow: column;
}


.title-headline-w.mw-calendar {
  max-width: 38rem;
}


.title-para-w.c-grey-on-track {
  color: var(--color--grey-on-track);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}


.title-para-w.mw {
  max-width: 25rem;
  display: flex;
}


.title-para-w.mw.flex-2 {
  grid-column-gap: calc(var(--gap) * 2);
  grid-row-gap: calc(var(--gap) * 2);
  flex-flow: column;
  display: flex;
}


.title-para-w.mw.flex-1 {
  grid-column-gap: calc(var(--gap) * 1);
  grid-row-gap: calc(var(--gap) * 1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}


.title-para-w.mw-2 {
  max-width: 16.25rem;
}


.spacer._8-75rem {
  height: 8.75rem;
}


.spacer._8rem {
  height: 8rem;
}


.spacer._14rem {
  height: 14rem;
}


.spacer._20rem {
  height: 20rem;
}


.spacer._2rem {
  height: 2rem;
}


.spacer._10rem {
  height: 10rem;
}


.spacer._5rem {
  height: 5rem;
}


.spacer.is-partnerships-hero {
  height: 12rem;
  min-height: 8rem;
}


.spacer._12rem {
  height: 12rem;
}


.spacer._4rem {
  height: 4rem;
}


.spacer._6rem {
  height: 6rem;
}


.spacer.is-calendar-hero {
  height: 12rem;
  min-height: 8rem;
}


.spacer.is-exe {
  height: 8rem;
}


.spacer.is-subpage-hero {
  height: 12rem;
  min-height: 8rem;
}


.helmet-grid-item-text-w {
  z-index: 5;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}


.helmet-grid-item-w {
  position: relative;
}


.text-title-small-label {
  text-transform: none;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.25;
}


.text-title-small-label.text {
  font-size: .9rem;
}


.text-title-small-label.date {
  color: var(--color--lime);
  font-size: .9rem;
  font-weight: 700;
}


.text-title-small-label.date.c-lime-off {
  color: var(--color--lime-off);
}


.text-title-small-label.bold {
  font-weight: 800;
}


.helmet-grid-item-date-w {
  justify-content: flex-end;
  align-items: center;
  margin-left: .8rem;
  display: flex;
}


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


.s-group.z-0 {
  z-index: 0;
  position: relative;
}


.s-group.z-10 {
  z-index: 10;
  position: relative;
}


.callout-icon {
  color: var(--color--lime);
  width: 5.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}


.callout-icon.icon-ball {
  width: 3.5rem;
  height: 3.5rem;
}


.callout-layout {
  grid-column-gap: calc(var(--gap) * 2);
  grid-row-gap: calc(var(--gap) * 2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}


.callout-text-w {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 32.5rem;
}


.btn-inner-text-w {
  overflow: clip;
}


.g-title-layout {
  z-index: 5;
  grid-column-gap: calc(var(--gap) * 1.5);
  grid-row-gap: calc(var(--gap) * 1.5);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}


.eyebrow-icon-w {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}


.g-text-para-w {
  max-width: 32.4375rem;
}


.exe-cta-img-w {
  height: 52.0625rem;
  position: relative;
}


.exe-cta-img-w.is-1 {
  justify-content: center;
  align-items: flex-start;
  width: 39.375rem;
  display: flex;
  top: -4rem;
  overflow: clip;
}


.exe-cta-img-w.is-2 {
  justify-content: center;
  align-items: flex-start;
  width: 25rem;
  height: 17.875rem;
  display: flex;
  position: absolute;
  inset: 8rem -16rem auto auto;
  overflow: clip;
}


.exe-cta-img-w.is-3 {
  justify-content: center;
  align-items: flex-start;
  width: 14.1875rem;
  height: 18.125rem;
  display: flex;
  position: absolute;
  inset: auto auto -8rem -11.3rem;
  overflow: clip;
}


.exe-cta-img-w.is-4 {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 16.375rem;
  height: 11.875rem;
  display: flex;
  position: absolute;
  inset: auto auto -8rem -14rem;
  overflow: clip;
}


.exe-text-w, .exe-col-2 {
  position: relative;
}


.exe-cta-sticker-w {
  width: 15.1875rem;
  height: 11.5rem;
  position: absolute;
  inset: auto 8rem -2rem auto;
}


.exe-top-visor {
  z-index: 0;
  background-color: var(--color--black);
  -webkit-clip-path: ellipse(70% 100% at 50% 0);
  clip-path: ellipse(70% 100% at 50% 0);
  height: 8rem;
  position: absolute;
  inset: -1px 0% auto;
}


.callout-socials-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}


.callout-socials-layout {
  text-align: center;
  grid-column-gap: calc(var(--gap) * 2);
  grid-row-gap: calc(var(--gap) * 2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}


.callout-socials-card-layout {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 36rem;
  display: flex;
  position: relative;
}


.callout-socials-card-w {
  z-index: 0;
  backface-visibility: hidden;
  will-change: transform;
  border-radius: 3.31625rem;
  flex: none;
  width: 20rem;
  height: 35rem;
  position: absolute;
  overflow: clip;
}


.callout-socials-links-layout {
  grid-column-gap: calc(var(--gap) * 1.5);
  grid-row-gap: calc(var(--gap) * 1.5);
  display: flex;
}


.text-link-w.c-lime {
  color: var(--color--lime);
}


.text-link-w.c-lime.is-hidden {
  opacity: 0;
  pointer-events: none;
}


.footer-bg-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% -190%, var(--color--lime-zero) 68%, var(--color--lime) 83%);
  pointer-events: none;
  transform-origin: 50% 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: clip;
}


.footer-layout-w {
  position: relative;
}


.footer-layout-clip {
  aspect-ratio: 1688 / 896;
  background-color: var(--color--dark-green);
  color: var(--color--white);
  width: 100%;
  position: relative;
}


.text-quote {
  letter-spacing: -.03125rem;
  font-family: Brier, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: .95;
}


.text-impact-reg-mona {
  font-variation-settings: "wght" 750, "wdth" 93;
  letter-spacing: -.25rem;
  text-transform: uppercase;
  font-size: 7rem;
  line-height: .816;
}


.text-impact-reg-mona.line-increase {
  line-height: .85;
}


.text-impact-reg-brier {
  letter-spacing: -.21875rem;
  text-transform: uppercase;
  font-family: Brier, Arial, sans-serif;
  font-size: 7.3125rem;
  font-weight: 700;
  line-height: .81;
}


.text-impact-reg-brier.c-lime-off {
  color: var(--color--lime-off);
}


.text-title-lg-brier {
  font-family: Brier, Arial, sans-serif;
  font-size: 4.6875rem;
  font-weight: 700;
  line-height: .886;
}


.text-title-lg-brier.c-lime-off {
  color: var(--color--lime-off);
}


.text-title-lg-brier.c-grey-on-track {
  color: var(--color--grey-on-track);
}


.text-title-reg-mona {
  letter-spacing: -.125rem;
  font-size: 2.625rem;
  line-height: .886;
}


.text-title-reg-brier {
  letter-spacing: -.125rem;
  font-family: Brier, Arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: .886;
}


.text-title-reg-brier.c-lime-off {
  color: var(--color--lime-off);
}


.text-impact-sm-mona {
  font-variation-settings: "wght" 660, "wdth" 93;
  letter-spacing: -.0625px;
  text-transform: uppercase;
  font-size: 5.25rem;
  line-height: .856;
}


.text-impact-sm-brier {
  letter-spacing: -.125rem;
  text-transform: uppercase;
  font-family: Brier, Arial, sans-serif;
  font-size: 5.4375rem;
  font-weight: 700;
  line-height: .856;
}


.text-impact-sm-brier.c-lime-off {
  color: var(--color--lime-off);
}


.text-body-lg-mona {
  font-variation-settings: "wght" 500, "wdth" 100;
  letter-spacing: -.0625rem;
  text-transform: none;
  font-size: 2.25rem;
  line-height: 1.1;
}


.text-body-lg-brier {
  letter-spacing: -.0625rem;
  font-family: Brier, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
}


.text-body-lg-brier.c-lime-off {
  color: var(--color--lime-off);
}


.text-body-lg-brier.c-lime {
  color: var(--color--lime);
}


.text-body-lg-brier.c-green-off-white-2 {
  color: var(--color--green-off-white-2);
}


.text-citation {
  font-variation-settings: "wght" 700, "wdth" 100;
  letter-spacing: 0;
  font-family: Mona Sans Variable, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
}


.footer-marquee-logo-w {
  color: var(--color--lime);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}


.footer-marquee-svg {
  width: 100%;
  height: 2.625rem;
  display: flex;
}


.footer-marquee {
  z-index: -1;
  grid-column-gap: calc(var(--gap) * 2);
  grid-row-gap: calc(var(--gap) * 2);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 2.625rem;
  display: flex;
  position: absolute;
  inset: auto 0% 3.75rem;
  overflow: clip;
}


.footer-marquee-item {
  grid-column-gap: calc(var(--gap) * 2);
  grid-row-gap: calc(var(--gap) * 2);
  flex-flow: row;
  flex: none;
  display: flex;
  position: relative;
}


.gl-wrap {
  z-index: -1;
  position: fixed;
  inset: 0%;
}


.gl-background {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}


.callout-socials-intro-w {
  margin-top: calc(var(--gap) * 3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}


.home-collab-logo-w {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}


.home-collab-marquee-svg {
  width: 100%;
  height: 5.125rem;
  display: flex;
}


.home-collab-marquee-svg.edit {
  flex: none;
  height: 3.4375rem;
}


.collab-marquee-item {
  flex-flow: row;
  flex: 0 auto;
  display: flex;
  position: relative;
}


.home-collab-rive-w {
  z-index: -1;
  width: 79.625rem;
  height: 49.875rem;
  position: absolute;
  inset: 4rem 0% 0% -9rem;
}


.footer-bg-helmet-w {
  z-index: 5;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}


.footer-bg-img {
  flex: none;
  width: 48.75rem;
  height: 39.875rem;
  position: relative;
  bottom: -3rem;
}


.footer-bg-helmet-layout {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}


.footer-bg-bottom-btn-w {
  pointer-events: auto;
  position: absolute;
  bottom: 1.75rem;
}


.footer-links-w {
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  margin-bottom: 14rem;
  padding-left: 12.8rem;
  padding-right: 12.8rem;
  display: flex;
  position: relative;
}


.footer-inner-layout {
  flex-flow: column;
  height: 100%;
  display: flex;
}


.footer-links-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}


.footer-links-layout {
  grid-column-gap: calc(var(--gap) * .2);
  grid-row-gap: calc(var(--gap) * .2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}


.footer-statement-w {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 12rem 0% auto;
}


.footer-statement-layout {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}


.footer-rive-w {
  z-index: 5;
  width: 13.0625rem;
  height: 8.5rem;
  position: absolute;
  top: -6.8rem;
}


.footer-bg-pattern-w {
  z-index: -1;
  opacity: .12;
  position: absolute;
  inset: 0%;
}


.hero-eyebrow-tracker {
  pointer-events: none;
  width: 1px;
  height: 30vh;
  position: absolute;
  inset: auto auto 0 0%;
}


.hero-rive-tracker {
  pointer-events: none;
  width: 10px;
  height: 100vh;
  position: absolute;
  inset: auto auto 0 0%;
}


.marquee-gl-rive-target {
  z-index: 5;
  aspect-ratio: 70 / 50;
  pointer-events: auto;
  flex: none;
  width: 70rem;
  max-width: 800px;
  position: relative;
}


.marquee-gl-rive-w {
  width: 100%;
  height: 100%;
}


.base-helmet-rive-w, .callout-rive-w, .callout-socials-rive-w {
  position: relative;
}


.home-hero-next-race-w {
  left: var(--gap);
  top: auto;
  right: auto;
  bottom: var(--gap);
  z-index: 10;
  color: var(--color--dark-green-tint-2);
  -webkit-clip-path: ellipse(100% 120% at 50% 0);
  clip-path: ellipse(100% 120% at 50% 0);
  width: 7.4375rem;
  height: 15.25rem;
  position: absolute;
}


.home-hero-next-race-w.hidden {
  -webkit-clip-path: ellipse(100% 0% at 50% 0);
  clip-path: ellipse(100% 0% at 50% 0);
}


.home-hero-next-race-outline {
  z-index: -1;
  position: absolute;
  inset: 0%;
}


.home-hero-next-race-top {
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.3rem;
  display: flex;
  position: relative;
}


.home-hero-next-race-row {
  grid-column-gap: calc(var(--gap) * .5);
  grid-row-gap: calc(var(--gap) * .5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 6.9rem;
  display: flex;
}


.home-hero-next-race-row.is-1 {
  grid-column-gap: calc(var(--gap) * .5);
  grid-row-gap: calc(var(--gap) * .5);
  justify-content: flex-start;
  align-items: center;
}


.home-hero-next-race-line {
  background-color: currentColor;
  width: 80%;
  height: .0625rem;
  margin-left: auto;
  margin-right: auto;
}


.home-hero-next-race-rive {
  width: 5.5rem;
  height: 4.7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}


.home-hero-next-race-rive-w {
  height: 4.7rem;
  position: relative;
}


.footer-legal-links-w {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}


.footer-legal-links-col {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  display: flex;
}


.title-para-layout {
  grid-column-gap: calc(var(--gap) * 2);
  grid-row-gap: calc(var(--gap) * 2);
  display: flex;
}


.btn-rive-w {
  aspect-ratio: 1;
  height: .78125rem;
  display: flex;
}


.btn-rive-w.is-large, .btn-rive-w.is-touch-swipe {
  pointer-events: none;
  height: 1rem;
}


.css-buttons {
  width: 0;
  height: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}


.nav-rive-w {
  width: 3.75rem;
  height: 3.75rem;
}


.base-signature-rive {
  aspect-ratio: 133 / 72;
  height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}


.base-signature-rive.scale {
  transform: scale(1.3);
}


.text-on-t-hero-heading {
  font-variation-settings: "wdth" 95, "wght" 700;
  letter-spacing: -.1875rem;
  text-transform: uppercase;
  flex: none;
  font-family: Mona Sans Variable, Arial, sans-serif;
  font-size: 22.3rem;
  line-height: .886;
}


.text-on-t-stat-label-large {
  font-variation-settings: "wght" 700, "wdth" 75;
  text-transform: uppercase;
  font-size: 2.75rem;
  line-height: .97;
}


.text-on-t-stat-label-large.c-grey-on-track {
  color: var(--color--grey-on-track);
}


.text-on-t-stat-label-large.c-green-off-white {
  color: var(--color--green-off-white-1);
}


.text-on-t-stat-label-large.c-lime {
  color: var(--color--lime);
}


.text-on-t-stat-label-reg {
  font-variation-settings: "wght" 700, "wdth" 75;
  letter-spacing: -.00625rem;
  text-transform: uppercase;
  font-size: 2.0625rem;
  line-height: .97;
}


.text-on-t-stat-label-reg.c-grey-on-track {
  color: var(--color--grey-on-track);
}


.flag-w {
  border-radius: .2rem;
  height: auto;
  display: flex;
}


.flag-w.is-sm {
  height: .9175rem;
}


.flag-w.is-sm.is-hero {
  position: relative;
  top: .2rem;
}


.flag-w.is-md {
  width: 2.12438rem;
  height: 1.3125rem;
  overflow: clip;
}


.flag-w.is-md.is-ui {
  justify-content: flex-start;
  align-items: flex-start;
  width: 2.12438rem;
  height: 1.27438rem;
  position: relative;
  top: -1rem;
  left: .4rem;
}


.css-home, .css-on-track {
  width: 0;
  height: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}


.text-on-t-stat-label-major {
  font-variation-settings: "wght" 700, "wdth" 75;
  text-transform: uppercase;
  font-size: 4.375rem;
  line-height: .93;
}


.text-on-t-stat-label-major.c-lime {
  color: var(--color--lime);
}


.text-on-t-stat-label-major.c-green-off-white-1 {
  color: var(--color--green-off-white-1);
}


.text-on-t-stat-label-gigantic {
  font-variation-settings: "wght" 700, "wdth" 75;
  text-transform: uppercase;
  font-size: 122rem;
  line-height: .85;
}


.text-on-t-stat-label-gigantic.is-flex {
  display: flex;
}


.text-on-t-stat-label-gigantic.is-flex:where(.w-variant-cd6da4a0-6006-84fd-f49b-7e29ea7757c3) {
  font-size: 114rem;
}


.text-on-t-large-number {
  font-variation-settings: "wght" 700, "wdth" 75;
  letter-spacing: -.1rem;
  text-transform: uppercase;
  font-size: 17.5rem;
  line-height: .8;
}


.text-on-t-large-number.is-podium {
  font-variation-settings: "wght" 693, "wdth" 75;
  letter-spacing: -.225rem;
}


.text-on-t-large-number.unit {
  color: var(--color--dark-green-tint-2);
}


.text-on-t-large-number.seconds {
  width: 16rem;
}


.text-on-t-large-number.fixed-width {
  width: 8.1rem;
}


.text-on-t-large-number.fixed-width.double-digit {
  width: 14rem;
}


.text-descriptor {
  font-variation-settings: "wght" 800, "wdth" 87.5;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Mona Sans Variable, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: .97;
}


.text-descriptor.c-grey-on-track {
  color: var(--color--grey-on-track);
}


.text-descriptor.is-stat-offset {
  color: var(--color--grey-on-track);
  position: relative;
  top: .1rem;
  left: .1rem;
}


.text-on-t-stat-label-sm {
  font-variation-settings: "wght" 700, "wdth" 75;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
}


.text-on-t-stat-label-sm.c-grey-on-track {
  color: var(--color--grey-on-track);
}


.text-on-t-stat-label-sm.c-lime {
  color: var(--color--lime);
}


.text-on-t-stat-label-sm.is-super {
  position: relative;
  top: .4rem;
  right: -.2rem;
}


.text-on-t-stat-label-sm.c-green-off-white {
  color: var(--color--green-off-white-1);
}


.text-on-t-stat-label-sm.c-green-off-white.calendar {
  position: relative;
  bottom: .2rem;
}


.icon-svg-closed-reef {
  display: flex;
}


.pre-f1-car-stats-text-w {
  grid-column-gap: calc(var(--gap) * .5);
  grid-row-gap: calc(var(--gap) * .5);
  flex-flow: column;
  max-width: 12rem;
  display: flex;
}


.ln-calendar-track-frame {
  z-index: 5;
  pointer-events: none;
  color: var(--color--lime);
  position: relative;
}


.text-body-sm-mona {
  letter-spacing: -.0125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}


.text-body-sm-mona-bold {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}


.text-body-sm-mona-bold.c-lime-off {
  color: var(--color--lime-off);
}


.menu-img-no-blend {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.menu-img-no-blend.is-2 {
  background-image: url("https://cdn.prod.website-files.com/67b5a02dc5d338960b17a7e9/67d963fb414eee985ba72cb6_pre-f1-car-img.webp");
}


.nav-menu-img-w {
  -webkit-clip-path: ellipse(120% 100% at 50% 20%);
  clip-path: ellipse(120% 100% at 50% 20%);
  flex: none;
  width: 23rem;
  height: 25rem;
  position: relative;
}


.menu-img-blends-w {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}


.menu-img-blend-3 {
  opacity: .4;
  background-color: #343a26;
  position: absolute;
  inset: 0%;
}


.menu-img-blend-2 {
  mix-blend-mode: plus-lighter;
  background-color: #150943;
  position: absolute;
  inset: 0%;
}


.menu-img-blend-1 {
  mix-blend-mode: saturation;
  background-color: #000;
  position: absolute;
  inset: 0%;
}


.menu-img-top {
  z-index: 10;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}


.menu-img-top.is-2 {
  background-image: url("https://cdn.prod.website-files.com/67b5a02dc5d338960b17a7e9/67d963fb414eee985ba72cb6_pre-f1-car-img.webp");
}


.nav-menu-w {
  z-index: 25;
  background-color: var(--color--dark-green);
  pointer-events: auto;
  color: var(--color--white);
  height: calc(var(--vh, 1vh) * 100);
  -webkit-clip-path: ellipse(120% 100% at 50% 20%);
  clip-path: ellipse(120% 100% at 50% 20%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: clip;
}


.nav-menu-inner {
  height: 100%;
  padding: 1.25rem;
  display: flex;
}


.nav-menu-inner.c {
  justify-content: center;
  align-items: center;
  max-height: 80rem;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}


.nav-menu-grid {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 2.25rem;
  padding-right: 8rem;
  display: flex;
}


.nav-menu-links-w {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}


.nav-menu-links-list {
  color: var(--color--green-off-white-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}


.nav-menu-links-col {
  grid-column-gap: calc(var(--gap) * 2);
  grid-row-gap: calc(var(--gap) * 2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}


.nav-menu-link-w {
  cursor: pointer;
  position: relative;
  overflow: clip;
}


.nav-menu-link-w:hover {
  color: var(--color--lime-off);
}


.nav-menu-link-w.w--current {
  pointer-events: none;
  color: var(--color--green-off-white-2);
  cursor: auto;
}


.text-nav-link {
  font-variation-settings: "wght" 660, "wdth" 93;
  text-transform: uppercase;
  text-shadow: 0 5.25rem;
  font-size: 5.25rem;
  line-height: .94;
  transition-property: color;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}


.nav-menu-social-w {
  grid-column-gap: var(--padding--small);
  grid-row-gap: var(--padding--small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}


.nav-helmet-rive-w {
  color: var(--color--green-off-white-2);
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  display: flex;
  position: relative;
}


.nav-menu-images-w {
  height: calc(calc(var(--vh, 1vh) * 100)  - var(--gap) * 2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 100%;
  display: flex;
  position: relative;
}


.nav-menu-images-track {
  grid-column-gap: calc(var(--gap) * 3);
  grid-row-gap: calc(var(--gap) * 3);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  max-height: 100%;
  display: flex;
}


.nav-menu-images-col {
  grid-column-gap: calc(var(--gap) * 3);
  grid-row-gap: calc(var(--gap) * 3);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}


.nav-menu-spacer {
  height: 1.25rem;
}


.nav-menu-bg {
  z-index: -1;
  opacity: .12;
  background-image: url("https://cdn.prod.website-files.com/67b5a02dc5d338960b17a7e9/67dbeb1e708b818bc15a8d17_blobs_nav.svg");
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 170%;
  position: absolute;
  inset: 0%;
}


.nav-menu-link-current-svg {
  z-index: 5;
  color: var(--color--lime);
  position: absolute;
  inset: 0%;
}


.text-on-t-hero-heading-mona {
  font-family: Brier, Arial, sans-serif;
  font-size: 23.6438rem;
}


.text-on-t-hero-heading-mona.margin {
  margin-right: .4rem;
  font-size: 23.2rem;
}


.css-tracks {
  width: 0;
  height: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}


.impact-text-w {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}


.impact-text-w.is-off-track, .impact-text-w.is-partnership {
  color: var(--color--dark-green);
}


.css-off-track {
  width: 0;
  height: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}


.page-ln4-w {
  pointer-events: auto;
  color: var(--color--dark-green);
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  justify-content: center;
  align-items: center;
  display: flex;
}


.page-ln4-svg {
  color: currentColor;
  width: 2.75rem;
  height: 2.75rem;
}


.sticky-track-theme-change {
  height: calc(var(--vh, 1vh) * 10);
  top: auto;
  left: 0%;
  right: auto;
  bottom: calc(calc(var(--vh, 1vh) * 10) * -1);
  position: absolute;
}


.helmet-nav-theme-target {
  height: 100vh;
  position: absolute;
  inset: auto auto 0% 0%;
}


.transition-w {
  z-index: 9999;
  background-color: var(--color--lime);
  pointer-events: auto;
  height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}


.transition-rive {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}


.transition-btn {
  bottom: var(--gap);
  z-index: 10;
  position: relative;
}


.js__embed {
  display: none;
}


.css-partnerships {
  width: 0;
  height: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}


.flag-img {
  aspect-ratio: 33.99 / 20.39;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}


.text-clip-w {
  -webkit-clip-path: polygon(0 -2%, 0 94%, 100% 94%, 100% -2%);
  clip-path: polygon(0 -2%, 0 94%, 100% 94%, 100% -2%);
}


.input {
  background-color: var(--color--green-light);
  color: var(--color--dark-green);
  border-radius: .6rem;
  font-size: 1.2rem;
  font-weight: 500;
}


.helmet-grid-extender {
  z-index: -1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 13.9375rem;
  height: 2.5rem;
  display: none;
  position: absolute;
  inset: auto auto 0% -11rem;
}


.helmet-grid-extender-img {
  z-index: 1;
  color: var(--color--dark-green-tint-2);
  flex: none;
  max-width: none;
  height: 100%;
  position: relative;
}


.helmet-grid-extender-img.is-overlay {
  z-index: 3;
  opacity: 0;
  width: 100%;
  position: absolute;
  inset: 0%;
}


.helmet-grid-extender-img-svg {
  aspect-ratio: 223 / 39;
  width: 100%;
  height: 100%;
  position: absolute;
}


.mob-landscape-block {
  z-index: 99999;
  background-color: var(--color--lime);
  pointer-events: auto;
  color: var(--color--black);
  text-align: center;
  grid-column-gap: calc(var(--gap) * 3);
  grid-row-gap: calc(var(--gap) * 3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}


.mob-landscape-rive {
  aspect-ratio: 1;
  height: 40vh;
}


.home-hero-tablet-hero-text {
  display: none;
}


.marquee-offest-w {
  left: calc(var(--gap) * -1);
  max-width: var(--fluid-container);
  width: 100vw;
  position: relative;
  overflow: clip;
}


.marquee-offest-w.z-10 {
  z-index: 10;
}


.marquee-offest-w.z-20 {
  z-index: 20;
  margin-top: 2rem;
}


.marquee-offest-w.tm-gap {
  margin-top: var(--gap);
}


.marquee-offest-w.tm-gap.x2 {
  margin-top: calc(var(--gap) * 2);
}


.home-collab-rive {
  width: 100%;
  height: 100%;
}


.marquee-css {
  color: #efeeec;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}


.marquee-css.right {
  justify-content: flex-end;
  align-items: center;
}


.marquee-css__list {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}


.marquee-css__list.right {
  justify-content: flex-end;
  align-items: center;
}


.marquee-css__item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  display: flex;
}


.marquee-css__item-p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1;
}


.marquee-css__item-svg {
  width: 1em;
}


.gl-carousel {
  position: absolute;
  inset: 50% 0% auto;
}


.utility-switcher-btn {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color--green-light);
  color: var(--color--dark-green);
  cursor: pointer;
  grid-column-gap: calc(var(--gap) * .25);
  grid-row-gap: calc(var(--gap) * .25);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}


.utility-switcher-btn:hover {
  background-color: var(--color--green-off-white-1);
}


.utility-switcher-btn.is-active {
  border-bottom-color: var(--color--lime);
  background-color: var(--color--lime);
}


.utility-switcher-icon {
  aspect-ratio: 24 / 27.65;
  height: 1.6rem;
  display: flex;
}


.video-stream-w {
  width: 10rem;
  height: 10rem;
  position: relative;
  overflow: clip;
}


.video-stream {
  position: absolute;
  inset: 0%;
}


.otot-home-text-w {
  position: relative;
}


.otot-home-text-rive {
  z-index: 10;
  width: 15.9412rem;
  height: 12.125rem;
  position: absolute;
  inset: 0% -1rem 0% auto;
}


.marquee-spacer {
  flex: none;
  width: 7rem;
  height: 0;
}


.marquee-spacer.footer {
  width: calc(var(--gap) * 2);
}


.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}


.marquee-advanced__item-width {
  background-color: #131313;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 18vw;
  margin: 1vw;
  display: flex;
}


.marquee__advanced__p {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-size: 1em;
}


.marquee__advanced__arrow-svg {
  color: #ff4c24;
  width: 1em;
  margin-right: .25em;
  position: relative;
}


.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}


.marquee-advanced__collection {
  will-change: transform;
  flex: none;
  display: flex;
  position: relative;
}


.marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}


.css-safari {
  width: 0;
  height: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}


.nr-list {
  width: 100%;
}


.impact-line {
  position: relative;
}


.impact-reveal {
  background-color: var(--color--lime-off);
  position: absolute;
  inset: 0%;
}


.parti-section2-sub-w {
  max-width: 80%;
}


.home-hero-touch-controls-w {
  display: none;
}


.title-para-flex {
  grid-column-gap: calc(var(--gap) * .25);
  grid-row-gap: calc(var(--gap) * .25);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}


.home-title-w {
  color: var(--color--black);
  position: absolute;
  inset: 0% auto auto 0%;
}


.split-flex {
  flex-flow: column;
  display: flex;
}


@media screen and (max-width: 991px) {
  body {
    --color--dark-green: #150943;
        --color--white: #edf2f4;
        --padding--container: 1.25rem;
        --gap: 1.25rem;
        --on-t-nav-spacer: 5.375rem;
        --color--black: #111112;
        --text--h1: 4rem;
        --padding--xlarge: 5rem;
        --padding--med: 3rem;
        --gap--med\<deleted\|variable-196f1660-85b7-2eda-5ec8-e43ca0f5032d\>: 2rem;
        --color--lime-off: #0099cc;
        --color--lime: #00d4ff;
        --color--green-off-white-1: #d2dbe1;
        --color--lime-zero: #00d4ff00;
        --text--btn-primary: 1rem;
        --text--btn-nav: 1.25rem;
        --text--btn-footer: 1.875rem;
        --color--green-off-white-2: #a5b0b8;
        --color--dark-green-tint-2: #505355;
        --color--grey-on-track: #adb9bb;
        --text--impact: 7.9375rem;
        --grid-spacer: 31.51vh;
        --color--dark-green-tint-1: #383b3c;
        --padding--small: 2rem;
        --color--grey-1: #e0e8ee;
        --color--green-light: #e0e8ee;
        --text--h2: 4.5rem;
        --text--h3: 2rem;
        --text--h4: 1.5rem;
        --text--h5: 1.2rem;
        --text--h6: 1rem;
        --padding--mini: 1rem;
        --padding--large: 4rem;
        --radius--small: 1rem;
        --radius--med: 3rem;
        --radius--large: 6.25rem;
        --vh: 1vh;
        --max-vh: 100vh;
        --grid-col: 25.4375rem;
        --oval-side-offset: 3rem;
        --poduim-offset: -17.5rem;
        --text--btn-tertiary: .875px;
        --text--eyebrow: .578125rem;
        --color--grey-2: #bdc5cb;
        --color--orange: #0088ff;
  }
  li {
    font-size: 1.25rem;
  }
  label {
    font-size: .8rem;
  }
  blockquote {
    font-size: 1.2rem;
  }
  .c.home-hero {
    justify-content: center;
        align-items: flex-start;
  }
  .c.is-lando-exe {
    padding-right: var(--gap);
        padding-left: var(--gap);
  }
  .styleguide__item {
    justify-content: flex-start;
        align-items: flex-start;
        display: flex;
  }
  .rich-text p {
    font-size: 1.25rem;
  }
  .rich-text h1 {
    font-size: 3.28rem;
  }
  .rich-text h2 {
    font-size: 2.5rem;
  }
  .rich-text h3 {
    font-size: 2.19rem;
  }
  .rich-text h4 {
    font-size: 1.65rem;
  }
  .rich-text h5 {
    font-size: 1.25rem;
  }
  .rich-text h6 {
    font-size: 1rem;
  }
  .style__item--block {
    grid-row-gap: var(--gap--med\<deleted\|variable-196f1660-85b7-2eda-5ec8-e43ca0f5032d\>);
  }
  .grid-main.is-overlay {
    grid-column-gap: 1.25vw;
  }
  .text-eyebrow {
    font-size: .8rem;
  }
  .text-eyebrow.touch-desc {
    flex: none;
  }
  .btn-layout.is-nav {
    justify-content: space-between;
        width: 100%;
  }
  .btn-w.icon-only.track-ui {
    height: 2.9rem;
  }
  .btn-w.is-touch-swipe {
    width: 5rem;
        height: 5rem;
  }
  .btn-w.is-touch-swipe.track-ui {
    height: 2.9rem;
  }
  .btn-inner.is-touch-swipe {
    flex: none;
        width: 3rem;
  }
  .btn-icon-w.is-touch-swipe {
    width: 90%;
  }
  .nav-brand-link {
    display: none;
  }
  .text-impact-lg-mona {
    font-size: 7rem;
  }
  .text-impact-lg-brier.c-lime-off, .text-impact-lg-brier.c-grey-on-track {
    font-size: inherit;
  }
  .impact-content-w {
    padding-left: 3vw;
        padding-right: 3vw;
  }
  .horizontal-track {
    padding-left: var(--gap);
        grid-column-gap: 5rem;
        grid-row-gap: 5rem;
        flex-flow: column;
        width: 100%;
        height: auto;
  }
  .horizontal-grid-col {
    grid-column-gap: 5rem;
        grid-row-gap: 5rem;
        height: auto;
  }
  .horizontal-grid-col.large-img {
    grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column-reverse;
  }
  .horizontal-item-w.is-2 {
    margin-bottom: 0;
        margin-left: auto;
        left: 0;
  }
  .horizontal-item-w.is-text-callout.callout-1 {
    max-width: 31rem;
  }
  .horizontal-item-w.is-4 {
    margin-left: auto;
        left: 0;
        right: 0;
  }
  .horizontal-item-w.is-5, .horizontal-item-w.is-6 {
    margin-bottom: 0;
  }
  .horizontal-item-w.is-7 {
    margin-top: 0;
        margin-left: auto;
  }
  .horizontal-item-w.is-9 {
    left: 0;
  }
  .horizontal-item-w.is-10 {
    margin-top: 0;
        margin-left: auto;
  }
  .horizontal-item-w.is-home9 {
    left: 0;
  }
  .horizontal-item-w.is-home4 {
    margin-left: auto;
        left: 0;
        right: 0;
  }
  .horizontal-item-w.is-home6 {
    margin-bottom: 0;
  }
  .horizontal-item-w.is-home10 {
    margin-top: 0;
        margin-left: auto;
  }
  .horizontal-item-w.is-on-t-5 {
    margin-bottom: 0;
  }
  .horizontal-item-w.is-on-t-4 {
    margin-left: auto;
        left: 0;
        right: 0;
  }
  .horizontal-item-w.is-offt3, .horizontal-item-w.is-offt4 {
    margin-bottom: 0;
        margin-left: auto;
        left: 0;
  }
  .horizontal-item-w.is-offt7 {
    left: 0;
  }
  .horizontal-item-w.is-part-i-2 {
    margin-bottom: 0;
        margin-left: auto;
        left: 0;
  }
  .horizontal-item-w.is-part-i-4 {
    margin-left: auto;
        left: 0;
        right: 0;
  }
  .horizontal-item-w.is-part-i-5, .horizontal-item-w.is-part-i-6 {
    margin-bottom: 0;
  }
  .horizontal-item-w.is-part-i-7 {
    margin-top: 0;
        margin-left: auto;
  }
  .horizontal-item-w.is-part-i-9 {
    left: 0;
  }
  .horizontal-item-w.is-part-i-10 {
    margin-top: 0;
        margin-left: auto;
  }
  .horizontal-item-w.is-home-2 {
    margin-bottom: 0;
        margin-left: auto;
        left: 0;
  }
  .horizontal-item-w.is-home-4 {
    margin-left: auto;
        left: 0;
        right: 0;
  }
  .horizontal-item-w.is-home-6 {
    margin-bottom: 0;
  }
  .horizontal-item-w.is-home-7 {
    margin-top: 0;
        margin-left: auto;
  }
  .horizontal-item-w.is-on-t-2 {
    margin-bottom: 0;
        margin-left: auto;
        left: 0;
  }
  .horizontal-grid-spacer {
    height: 4rem;
        display: none;
  }
  .horizontal-item-text {
    font-size: 1.9rem;
  }
  .horizontal-rive-placeholder {
    aspect-ratio: 4.125 / 1.875;
        width: 9rem;
        height: auto;
  }
  .otot-home-inner {
    justify-content: center;
        align-items: flex-start;
        padding-top: 8rem;
  }
  .otot-home-img-w, .otot-home-img-w.is-1 {
    height: calc(var(--vh, 1vh) * 62.67);
  }
  .otot-home-img-w.is-2 {
    height: calc(var(--vh, 1vh) * 62.67);
        justify-content: flex-end;
        align-items: flex-start;
        right: -1px;
  }
  .helmet-grid {
    grid-template-columns: 1fr 1fr;
  }
  .helmet-grid-item-img-helmet {
    max-width: 20rem;
  }
  .spacer._20rem.tablet-reduce {
    height: 14rem;
  }
  .helmet-grid-item-text-w {
    grid-column-gap: calc(var(--gap) * .5);
        grid-row-gap: calc(var(--gap) * .5);
        width: auto;
  }
  .text-title-small-label {
    font-size: 1rem;
  }
  .text-title-small-label.text, .text-title-small-label.date {
    font-size: 1.2rem;
  }
  .helmet-grid-item-date-w {
    width: auto;
  }
  .callout-socials-card-w {
    aspect-ratio: 20 / 35;
        width: 17rem;
        height: auto;
  }
  .text-impact-sm-mona.footer {
    font-size: 5rem;
  }
  .text-impact-sm-brier.footer {
    font-size: inherit;
  }
  .footer-bg-img {
    aspect-ratio: 48.75 / 39.875;
        width: auto;
        height: 31rem;
  }
  .footer-links-w {
    padding-left: 4.1rem;
        padding-right: 4.1rem;
  }
  .footer-statement-w {
    top: 10rem;
  }
  .footer-statement-layout {
    width: 42rem;
  }
  .marquee-gl-rive-target {
    width: 50vw;
  }
  .footer-legal-links-w {
    grid-column-gap: var(--gap);
        grid-row-gap: var(--gap);
        flex-flow: row-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
        position: relative;
  }
  .title-para-layout.tablet-wrap {
    flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
  }
  .btn-rive-w.is-touch-swipe {
    height: 100%;
  }
  .btn-rive-w.is-touch-swipe.is-locked {
    height: 70%;
        display: none;
  }
  .text-on-t-hero-heading {
    font-size: 17rem;
  }
  .text-on-t-stat-label-gigantic.is-flex {
    font-size: 96rem;
  }
  .text-on-t-large-number.is-podium {
    font-size: 14rem;
  }
  .nav-menu-grid {
    padding-left: 0;
        padding-right: 0;
  }
  .nav-menu-links-w {
    margin-left: auto;
        margin-right: auto;
  }
  .nav-menu-images-w {
    display: none;
  }
  .text-on-t-hero-heading-mona.margin {
    font-size: 17.8rem;
  }
  .helmet-grid-extender {
    height: 4rem;
        left: -15rem;
  }
  .home-hero-tablet-hero-text {
    z-index: -5;
        grid-column-gap: var(--gap);
        grid-row-gap: var(--gap);
        color: var(--color--dark-green);
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10rem;
        display: flex;
        position: relative;
  }
  .home-hero-tablet-text-w {
    width: 19rem;
  }
  .gl-carousel {
    top: 50%;
  }
  .home-hero-touch-controls-w {
    top: auto;
        left: auto;
        right: var(--gap);
        bottom: var(--gap);
        z-index: 20;
        pointer-events: auto;
        justify-content: flex-start;
        align-items: center;
        display: flex;
        position: fixed;
  }
  .home-hero-touch-desc-w {
    pointer-events: none;
        color: var(--color--white);
        flex-flow: column;
        flex: none;
        justify-content: center;
        align-items: flex-end;
        width: 10rem;
        display: flex;
        position: absolute;
        right: 6rem;
  }
  .touch-desc-inner {
    pointer-events: auto;
        flex: none;
        justify-content: flex-end;
        align-items: center;
        display: flex;
        position: absolute;
        overflow: clip;
  }
}


@media screen and (max-width: 767px) {
  .styleguide__item {
    flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
  }
  .text-eyebrow {
    font-size: 1rem;
  }
  .text-body-reg-mona {
    font-size: 1.75rem;
  }
  .horizontal-item-w.is-home-8.neg-margin, .horizontal-item-img-w.is-home8 {
    max-width: 100%;
  }
  .text-title-small-label, .text-title-small-label.text, .text-title-small-label.date {
    font-size: 1.3rem;
  }
  .callout-socials-card-w {
    width: 15rem;
  }
  .footer-legal-links-w {
    grid-column-gap: var(--gap);
        grid-row-gap: var(--gap);
        flex-flow: row-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
        position: relative;
  }
  .text-body-sm-mona {
    font-size: 1.5rem;
  }
  .mob-landscape-rive {
    height: 32rem;
  }
  .gl-carousel {
    top: 42svh;
  }
  .parti-section2-sub-w {
    max-width: none;
  }
}


@media screen and (max-width: 479px) {
  .c.is-marquee {
    height: 100svh;
        min-height: auto;
  }
  .c.home-helmets {
    padding-top: calc(var(--gap) * 1);
  }
  .c.is-on-track-home {
    --color--dark-green: #150943;
        --color--white: #edf2f4;
        --padding--container: 1rem;
        --gap: 1.25rem;
        --on-t-nav-spacer: 6.375rem;
        --color--black: #111112;
        --text--h1: 4rem;
        --padding--xlarge: 5rem;
        --padding--med: 3rem;
        --gap--med\<deleted\|variable-196f1660-85b7-2eda-5ec8-e43ca0f5032d\>: 2rem;
        --color--lime-off: #0099cc;
        --color--lime: #00d4ff;
        --color--green-off-white-1: #d2dbe1;
        --color--lime-zero: #00d4ff00;
        --text--btn-primary: 1rem;
        --text--btn-nav: 1.7rem;
        --text--btn-footer: 1.6rem;
        --color--green-off-white-2: #a5b0b8;
        --color--dark-green-tint-2: #505355;
        --color--grey-on-track: #adb9bb;
        --text--impact: 7.9375rem;
        --grid-spacer: 31.51vh;
        --color--dark-green-tint-1: #383b3c;
        --padding--small: 2rem;
        --color--grey-1: #e0e8ee;
        --color--green-light: #e0e8ee;
        --text--h2: 4.5rem;
        --text--h3: 2rem;
        --text--h4: 1.5rem;
        --text--h5: 1.2rem;
        --text--h6: 1rem;
        --padding--mini: 1rem;
        --padding--large: 4rem;
        --radius--small: 1rem;
        --radius--med: 3rem;
        --radius--large: 6.25rem;
        --vh: 1vh;
        --max-vh: 100vh;
        --grid-col: 25.4375rem;
        --oval-side-offset: 3rem;
        --poduim-offset: 4rem;
        --text--btn-tertiary: .875px;
        --text--eyebrow: .578125rem;
        --color--grey-2: #bdc5cb;
        --color--orange: #0088ff;
  }
  .c.is-on-track-countdown {
    padding-bottom: 10rem;
  }
  .c.is-calendar-hero {
    --color--dark-green: #150943;
        --color--white: #edf2f4;
        --padding--container: 1rem;
        --gap: 1.25rem;
        --on-t-nav-spacer: 6.375rem;
        --color--black: #111112;
        --text--h1: 4rem;
        --padding--xlarge: 5rem;
        --padding--med: 3rem;
        --gap--med\<deleted\|variable-196f1660-85b7-2eda-5ec8-e43ca0f5032d\>: 2rem;
        --color--lime-off: #0099cc;
        --color--lime: #00d4ff;
        --color--green-off-white-1: #d2dbe1;
        --color--lime-zero: #00d4ff00;
        --text--btn-primary: 1rem;
        --text--btn-nav: 1.7rem;
        --text--btn-footer: 1.6rem;
        --color--green-off-white-2: #a5b0b8;
        --color--dark-green-tint-2: #505355;
        --color--grey-on-track: #adb9bb;
        --text--impact: 7.9375rem;
        --grid-spacer: 31.51vh;
        --color--dark-green-tint-1: #383b3c;
        --padding--small: 2rem;
        --color--grey-1: #e0e8ee;
        --color--green-light: #e0e8ee;
        --text--h2: 4.5rem;
        --text--h3: 2rem;
        --text--h4: 1.5rem;
        --text--h5: 1.2rem;
        --text--h6: 1rem;
        --padding--mini: 1rem;
        --padding--large: 4rem;
        --radius--small: 1rem;
        --radius--med: 3rem;
        --radius--large: 6.25rem;
        --vh: 1vh;
        --max-vh: 100vh;
        --grid-col: 25.4375rem;
        --oval-side-offset: 3rem;
        --poduim-offset: 4rem;
        --text--btn-tertiary: .875px;
        --text--eyebrow: .578125rem;
        --color--grey-2: #bdc5cb;
        --color--orange: #0088ff;
  }
  .h1 {
    font-size: 4rem;
  }
  .text-title-lg-mona {
    font-size: 2.6rem;
  }
  .text-title-lg-mona.text-vertical.z-10 {
    writing-mode: inherit;
        transform: rotate(0);
  }
  .text-cta-short-intro {
    font-size: 2rem;
  }
  .text-cta-short-intro.font-brier {
    font-size: 1.7rem;
  }
  .grid-main.exe-grid {
    display: flex;
  }
  .text-eyebrow {
    font-size: .8rem;
  }
  .text-eyebrow.mob-only {
    display: block;
  }
  .text-eyebrow.dt-only, .scroll-indicator {
    display: none;
  }
  .btn-layout {
    flex-flow: wrap;
  }
  .btn-w.icon-only {
    width: 3.3rem;
        height: 3.3rem;
        padding-left: 0;
        padding-right: 0;
  }
  .btn-w.icon-only.track-ui {
    height: auto;
  }
  .btn-w.is-nav {
    height: 4.7rem;
  }
  .btn-w.is-touch-swipe {
    border-radius: .75rem;
        width: min(4rem, 60px);
        height: auto;
        padding-left: 0;
        padding-right: 0;
  }
  .btn-w.is-touch-swipe.track-ui {
    height: auto;
  }
  .btn-inner.is-touch-swipe {
    width: 65%;
  }
  .btn-text.is-footer {
    font-size: var(--text--btn-footer);
        --color--dark-green: #150943;
        --color--white: #edf2f4;
        --padding--container: 1rem;
        --gap: 1.25rem;
        --on-t-nav-spacer: 6.375rem;
        --color--black: #111112;
        --text--h1: 4rem;
        --padding--xlarge: 5rem;
        --padding--med: 3rem;
        --gap--med\<deleted\|variable-196f1660-85b7-2eda-5ec8-e43ca0f5032d\>: 2rem;
        --color--lime-off: #0099cc;
        --color--lime: #00d4ff;
        --color--green-off-white-1: #d2dbe1;
        --color--lime-zero: #00d4ff00;
        --text--btn-primary: 1rem;
        --text--btn-nav: 1.7rem;
        --text--btn-footer: 1.6rem;
        --color--green-off-white-2: #a5b0b8;
        --color--dark-green-tint-2: #505355;
        --color--grey-on-track: #adb9bb;
        --text--impact: 7.9375rem;
        --grid-spacer: 31.51vh;
        --color--dark-green-tint-1: #383b3c;
        --padding--small: 2rem;
        --color--grey-1: #e0e8ee;
        --color--green-light: #e0e8ee;
        --text--h2: 4.5rem;
        --text--h3: 2rem;
        --text--h4: 1.5rem;
        --text--h5: 1.2rem;
        --text--h6: 1rem;
        --padding--mini: 1rem;
        --padding--large: 4rem;
        --radius--small: 1rem;
        --radius--med: 3rem;
        --radius--large: 6.25rem;
        --vh: 1vh;
        --max-vh: 100vh;
        --grid-col: 25.4375rem;
        --oval-side-offset: 3rem;
        --poduim-offset: 4rem;
        --text--btn-tertiary: .875px;
        --text--eyebrow: .578125rem;
        --color--grey-2: #bdc5cb;
        --color--orange: #0088ff;
  }
  .btn-text.is-footer-legal {
    font-size: .8rem;
  }
  .btn-icon-w {
    width: 1.5rem;
  }
  .btn-icon-svg.is-large {
    width: 100%;
        height: 100%;
  }
  .nav-ham {
    pointer-events: auto;
        width: 4.7rem;
        height: 4.7rem;
  }
  .eyebrow-w.c-dark-green-tint-2.is-m-offset {
    transform: translate(0, .15rem);
  }
  .text-body-reg-mona {
    font-size: 1.3rem;
  }
  .text-impact-lg-mona {
    font-size: 3.5rem;
  }
  .text-impact-lg-mona.reduce, .text-impact-lg-brier {
    font-size: 3.6rem;
  }
  .base-helmet-rive {
    width: 4.7rem;
        height: auto;
  }
  .impact-content-w {
    padding-left: 0;
        padding-right: 0;
  }
  .impact-content-w.part-i {
    padding-top: 8rem;
  }
  .marqee-adv-layout.part-i {
    flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex;
  }
  .marquee-gl-target {
    width: 25rem;
        height: 29rem;
  }
  .gl-canvas {
    height: 100svh;
  }
  .image.is-horizontal-scroll {
    width: 100%;
        height: 100%;
        position: relative;
        left: -1px;
  }
  .image.is-otot-home-end {
    height: calc(var(--vh, 1vh) * 80);
  }
  .horizontal-track {
    padding-top: calc(var(--vh, 1vh) * 0);
        padding-bottom: calc(var(--gap) * 0);
  }
  .horizontal-grid-col {
    grid-column-gap: 3rem;
        grid-row-gap: 3rem;
  }
  .horizontal-grid-col.large-img.is-home1, .horizontal-grid-col.large-img.is-ont1 {
    margin-top: -7rem;
  }
  .horizontal-grid-col.is-home-flip {
    flex-flow: column-reverse;
  }
  .horizontal-grid-col.is-home-flip.neg-margin, .horizontal-grid-col.neg-margin {
    margin-top: -7rem;
  }
  .horizontal-grid-col.neg-margin.less {
    margin-top: -5rem;
  }
  .horizontal-grid-col.neg-margin.is-part-i-3 {
    justify-content: flex-start;
        align-items: flex-end;
  }
  .horizontal-grid-col.mob-grid {
    grid-column-gap: var(--gap);
        grid-row-gap: var(--gap);
        grid-template-rows: auto;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-auto-columns: 1fr;
        display: grid;
  }
  .horizontal-item-w, .horizontal-item-w.is--3 {
    width: 100%;
  }
  .horizontal-item-w.is-text-callout.callout-2 {
    max-width: 19rem;
        margin-top: 1.9rem;
        margin-bottom: 0;
  }
  .horizontal-item-w.is-text-callout.callout-1 {
    max-width: 20rem;
        margin-top: 0;
  }
  .horizontal-item-w.is-text-callout.callout-1.top-gap {
    margin-top: 2rem;
  }
  .horizontal-item-w.is-text-callout.is-home-callout-2 {
    max-width: 19rem;
        margin-top: 0;
        margin-bottom: 0;
  }
  .horizontal-item-w.is-5 {
    margin-bottom: 0;
        margin-left: auto;
  }
  .horizontal-item-w.is-6 {
    margin-left: 20%;
  }
  .horizontal-item-w.is-7 {
    margin-top: 0;
        margin-left: auto;
  }
  .horizontal-item-w.is-8 {
    width: 100%;
        margin-top: 0;
  }
  .horizontal-item-w.is-9 {
    margin-left: auto;
        left: 0;
  }
  .horizontal-item-w.is-10 {
    margin-top: 0;
  }
  .horizontal-item-w.is-title-mid {
    width: 100%;
        margin-bottom: 0;
  }
  .horizontal-item-w.is-title-top {
    width: 100%;
  }
  .horizontal-item-w.is-home9 {
    margin-left: 0;
        left: 0;
  }
  .horizontal-item-w.is-home9.neg-margin {
    margin-top: -5rem;
  }
  .horizontal-item-w.is-home1 {
    left: 20%;
  }
  .horizontal-item-w.is-home3 {
    width: 100%;
  }
  .horizontal-item-w.is-home4 {
    margin-left: 0;
        left: auto;
  }
  .horizontal-item-w.is-home4.neg-margin {
    margin-top: -7rem;
  }
  .horizontal-item-w.is-home6 {
    margin-left: 40%;
  }
  .horizontal-item-w.is-home8 {
    width: 100%;
  }
  .horizontal-item-w.is-home8.neg-margin {
    margin-top: -7rem;
  }
  .horizontal-item-w.is-on-t-1 {
    width: auto;
        margin-left: 20%;
  }
  .horizontal-item-w.is-on-t-5 {
    margin-top: -3rem;
        margin-bottom: 0;
  }
  .horizontal-item-w.is-on-t-4 {
    margin-top: -3rem;
  }
  .horizontal-item-w.is-offt1, .horizontal-item-w.is-offt3 {
    width: 100%;
  }
  .horizontal-item-w.is-offt4.neg-margin {
    margin-top: -7rem;
  }
  .horizontal-item-w.is-offt7 {
    left: 0;
  }
  .horizontal-item-w.is-offt7.neg-margin {
    margin-top: -7rem;
        margin-bottom: 0;
  }
  .horizontal-item-w.is-offt8 {
    margin-bottom: 0;
        margin-left: auto;
        left: 0;
  }
  .horizontal-item-w.is-offt8.neg-margin {
    margin-top: -5rem;
  }
  .horizontal-item-w.is-part-i-1 {
    left: 20%;
  }
  .horizontal-item-w.is-part-i-3 {
    width: 100%;
        margin-top: 0;
  }
  .horizontal-item-w.is-part-i-5 {
    width: auto;
        margin-left: auto;
  }
  .horizontal-item-w.is-part-i-6 {
    margin-left: 20%;
  }
  .horizontal-item-w.is-part-i-7 {
    margin-top: 0;
        margin-left: auto;
  }
  .horizontal-item-w.is-part-i-8 {
    width: 100%;
  }
  .horizontal-item-w.is-part-i-9 {
    margin-left: auto;
        left: 0;
  }
  .horizontal-item-w.is-part-i-10 {
    margin-top: 0;
  }
  .horizontal-item-w.is-home-4 {
    margin-left: 0;
        left: auto;
  }
  .horizontal-item-w.is-home-4.neg-margin {
    margin-top: -5.2rem;
  }
  .horizontal-item-w.is-home-6 {
    width: auto;
        margin-top: -7rem;
        margin-left: 40%;
  }
  .horizontal-item-w.is-home-1 {
    width: auto;
        left: 20%;
  }
  .horizontal-item-w.is-home-7 {
    justify-content: flex-end;
        align-items: flex-start;
        margin-top: 0;
        margin-left: auto;
        display: flex;
  }
  .horizontal-item-w.is-home-8 {
    width: 100%;
  }
  .horizontal-item-w.is-home-8.neg-margin {
    margin-top: -7rem;
  }
  .horizontal-item-layout {
    width: 100%;
  }
  .horizontal-item-layout.is-home10 {
    justify-content: flex-start;
        align-items: flex-end;
  }
  .horizontal-item-layout.is-offt1 {
    flex-flow: column-reverse;
  }
  .horizontal-item-layout.is-offtalign-right {
    justify-content: center;
        align-items: flex-end;
  }
  .horizontal-item-layout.is-home-2, .horizontal-item-layout.is-home-5 {
    justify-content: flex-start;
        align-items: flex-end;
  }
  .horizontal-item-layout.is-home-1 {
    justify-content: flex-start;
        align-items: flex-start;
        width: auto;
  }
  .horizontal-item-layout.is-home-7 {
    justify-content: flex-start;
        align-items: flex-end;
        width: auto;
  }
  .horizontal-item-layout.is-on-t-2, .horizontal-item-layout.is-on-t-4 {
    justify-content: flex-start;
        align-items: flex-end;
  }
  .horizontal-item-img-w.is-2 {
    aspect-ratio: 1;
        width: 20rem;
        height: 20rem;
  }
  .horizontal-item-img-w.is-3 {
    aspect-ratio: 65.48 / 59.48;
        width: 80%;
        height: auto;
  }
  .horizontal-item-img-w.is-on-t-5 {
    width: 20rem;
        max-width: 100%;
        height: 20rem;
  }
  .horizontal-item-img-w.is-6 {
    aspect-ratio: 21 / 26;
        width: 13rem;
        height: auto;
  }
  .horizontal-item-img-w.is-7 {
    aspect-ratio: 1;
        width: 10rem;
        height: auto;
  }
  .horizontal-item-img-w.is-8 {
    aspect-ratio: 1;
        width: 70%;
        height: auto;
  }
  .horizontal-item-img-w.is-h-large {
    aspect-ratio: 1;
        width: 100%;
        height: 100%;
  }
  .horizontal-item-img-w.is-h8 {
    aspect-ratio: 1;
        width: 40%;
        height: 100%;
  }
  .horizontal-item-img-w.is-home1 {
    aspect-ratio: 140 / 172.16;
        width: 13rem;
        height: 100%;
  }
  .horizontal-item-img-w.is-home2 {
    aspect-ratio: 1;
        width: 10rem;
        height: 100%;
  }
  .horizontal-item-img-w.is-home3 {
    aspect-ratio: 10 / 8.5;
        width: 50vw;
        height: 100%;
  }
  .horizontal-item-img-w.is-home5 {
    aspect-ratio: 140 / 172;
        width: auto;
        height: 15rem;
  }
  .horizontal-item-img-w.is-home4 {
    aspect-ratio: 21.98 / 20.96;
        width: 10rem;
        height: auto;
  }
  .horizontal-item-img-w.is-home8 {
    aspect-ratio: 1;
        width: 50%;
        height: auto;
  }
  .horizontal-item-img-w.is-home10 {
    aspect-ratio: 32 / 38;
        width: 35%;
        height: 100%;
  }
  .horizontal-item-img-w.is-home9 {
    aspect-ratio: 27 / 25;
        width: 13rem;
        height: 100%;
  }
  .horizontal-item-img-w.is-ont1 {
    aspect-ratio: 27 / 33;
        width: 13rem;
        height: 100%;
  }
  .horizontal-item-img-w.is-ont2 {
    aspect-ratio: 1;
        width: 10rem;
        height: 100%;
  }
  .horizontal-item-img-w.is-ont3 {
    aspect-ratio: 65.48 / 59.48;
        width: 50%;
        height: 100%;
  }
  .horizontal-item-img-w.is-ont4 {
    width: 10rem;
        height: 12rem;
  }
  .horizontal-item-img-w.is-offt1 {
    width: 100%;
        margin-top: 0;
  }
  .horizontal-item-img-w.is-offt3 {
    aspect-ratio: 1;
        width: 10rem;
        height: auto;
  }
  .horizontal-item-img-w.is-offt4 {
    aspect-ratio: 34 / 30;
        width: 40%;
        height: 100%;
  }
  .horizontal-item-img-w.is-offt6 {
    aspect-ratio: 1;
        width: 11rem;
        height: 100%;
  }
  .horizontal-item-img-w.is-offt7 {
    aspect-ratio: 1;
        width: 40%;
        height: auto;
  }
  .horizontal-item-img-w.is-offt8 {
    aspect-ratio: 1;
        width: 13rem;
        height: 100%;
  }
  .horizontal-item-img-w.is-part-i-3 {
    aspect-ratio: 10 / 8.5;
        width: 50vw;
        height: 100%;
  }
  .horizontal-item-img-w.is-part-i-2 {
    aspect-ratio: 1;
        width: 10rem;
        height: 100%;
        margin-left: auto;
  }
  .horizontal-item-img-w.is-part-i-5 {
    aspect-ratio: 140 / 172;
        width: 20rem;
        height: 15rem;
  }
  .horizontal-item-img-w.is-home-2 {
    aspect-ratio: 1;
        width: 10rem;
        height: 10rem;
  }
  .horizontal-item-img-w.is-home-4 {
    aspect-ratio: 140 / 172;
        width: 15rem;
        height: 15rem;
  }
  .horizontal-item-img-w.is-home-1 {
    aspect-ratio: 140 / 172.16;
        width: 13rem;
        height: 14rem;
  }
  .horizontal-item-img-w.is-home-7 {
    aspect-ratio: 1;
        width: 10rem;
        height: 10rem;
  }
  .horizontal-item-img-w.is-home-6 {
    aspect-ratio: 21 / 26;
        width: 13rem;
        height: 17rem;
  }
  .horizontal-item-img-w.is-home-5 {
    aspect-ratio: 21.98 / 20.96;
        width: 10rem;
        height: 10rem;
  }
  .horizontal-item-text-layout.mob-offset {
    margin-top: 2.1rem;
  }
  .horizontal-item-text {
    font-size: 1.5rem;
  }
  .horizontal-rive-placeholder {
    width: 5rem;
  }
  .horizontal-item-pill {
    height: 4rem;
  }
  .horizontal-pill-box {
    width: 4rem;
  }
  .otot-home-img-w.is-1 {
    width: auto;
        left: -7rem;
  }
  .otot-home-img-w.is-2 {
    right: -7rem;
  }
  .otot-home-layout {
    grid-column-gap: calc(var(--gap) * 2);
        grid-row-gap: calc(var(--gap) * 2);
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
  }
  .otot-home-p-w {
    width: 100%;
  }
  .otot-home-end-img-w {
    min-height: calc(var(--vh, 1vh) * 60);
  }
  .helmet-grid-frame-w.destop {
    display: none;
  }
  .helmet-grid-frame-w.mobile {
    display: flex;
  }
  .helmet-grid-item-img-helmet {
    max-width: 12rem;
  }
  .title-layout {
    grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
  }
  .title-layout.grid-main {
    grid-column-gap: calc(var(--gap) * 2);
        grid-row-gap: calc(var(--gap) * 2);
        margin-bottom: calc(var(--gap) * 2);
  }
  .title-headline-w.img-below {
    grid-column-gap: calc(var(--gap) * 1);
        grid-row-gap: calc(var(--gap) * 1);
  }
  .title-para-w.mw.flex-2, .title-para-w.mw.flex-1 {
    max-width: none;
  }
  .spacer._8-75rem.mobile-shrink {
    height: 4rem;
  }
  .spacer._8-75rem.m-6rem {
    height: 6rem;
  }
  .spacer._20rem.tablet-reduce {
    height: 8rem;
  }
  .spacer._12rem.mob-calendar {
    height: 5rem;
  }
  .spacer.is-exe {
    height: 12rem;
  }
  .helmet-grid-item-text-w {
    grid-column-gap: calc(var(--gap) * .25);
        grid-row-gap: calc(var(--gap) * .25);
        justify-content: flex-end;
        align-items: flex-end;
        width: auto;
  }
  .text-title-small-label {
    font-size: .65rem;
        line-height: 1;
  }
  .text-title-small-label.text, .text-title-small-label.date {
    font-size: .9rem;
  }
  .helmet-grid-item-date-w {
    width: auto;
        margin-left: .4rem;
  }
  .callout-text-w {
    max-width: 29rem;
  }
  .g-text-para-w.is-exe {
    max-width: 13rem;
  }
  .exe-cta-img-w.is-1 {
    width: 14rem;
        height: 18rem;
        top: -7.5rem;
  }
  .exe-cta-img-w.is-2 {
    display: none;
  }
  .exe-cta-img-w.is-3 {
    z-index: -1;
        width: 7rem;
        height: 9rem;
        inset: auto 10.6rem -.2rem auto;
  }
  .exe-cta-img-w.is-4 {
    display: none;
  }
  .exe-col-2 {
    margin-left: auto;
  }
  .exe-cta-sticker-w {
    width: 7.1rem;
        height: 5.4rem;
        inset: auto 1rem 3.7rem auto;
  }
  .callout-socials-card-w {
    aspect-ratio: 20 / 35;
        width: 14rem;
        height: auto;
  }
  .callout-socials-links-layout {
    grid-column-gap: calc(var(--gap) * 1);
        grid-row-gap: calc(var(--gap) * .5);
        flex-flow: wrap;
        justify-content: center;
        align-items: flex-start;
        max-width: 20rem;
  }
  .footer-layout-clip {
    aspect-ratio: 381.94 / 627.49;
  }
  .text-impact-reg-mona, .text-impact-reg-brier {
    letter-spacing: -.1rem;
        font-size: 4rem;
  }
  .text-title-lg-brier {
    font-size: 2.6rem;
  }
  .text-title-lg-brier.c-lime-off {
    font-size: 2.4rem;
  }
  .text-title-reg-mona, .text-title-reg-brier {
    font-size: 1.9rem;
  }
  .text-impact-sm-mona.footer, .text-impact-sm-brier {
    font-size: 3.6rem;
  }
  .text-body-lg-brier {
    font-size: 1.9rem;
  }
  .footer-marquee {
    inset: 3rem 0% auto;
  }
  .home-collab-marquee-svg {
    height: 4rem;
  }
  .home-collab-rive-w {
    aspect-ratio: 79.625 / 49.87;
        width: 31rem;
        height: auto;
        top: 1.6rem;
        left: -2.1rem;
  }
  .footer-bg-img {
    max-width: none;
        height: 24rem;
  }
  .footer-bg-bottom-btn-w {
    bottom: 1.1rem;
  }
  .footer-links-w {
    margin-top: 9rem;
        margin-bottom: 5rem;
  }
  .footer-links-col {
    width: 50%;
  }
  .footer-statement-w {
    position: relative;
        top: auto;
        left: auto;
  }
  .footer-statement-layout {
    width: auto;
        max-width: 90%;
        margin-top: 1.2rem;
  }
  .footer-rive-w {
    aspect-ratio: 13.0625 / 8.5;
        width: 10rem;
        height: auto;
        top: -4.8rem;
  }
  .marquee-gl-rive-target {
    width: 80vw;
  }
  .home-hero-next-race-w {
    display: none;
  }
  .footer-legal-links-w {
    grid-column-gap: var(--gap);
        grid-row-gap: var(--gap);
        flex-flow: row-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
        position: relative;
  }
  .footer-legal-links-col {
    grid-column-gap: calc(var(--gap) * .5);
        grid-row-gap: calc(var(--gap) * .5);
  }
  .nav-rive-w {
    flex: none;
        width: 4.7rem;
        height: 4.7rem;
  }
  .text-on-t-hero-heading {
    font-size: 7.7rem;
  }
  .text-on-t-hero-heading.is-off-t {
    font-size: 7.3rem;
  }
  .text-on-t-stat-label-large.c-grey-on-track.is-stat {
    position: relative;
        top: -.6rem;
  }
  .text-on-t-stat-label-reg {
    font-size: 1.6rem;
  }
  .flag-w.is-md {
    border-radius: .3rem;
  }
  
  .flag-w.is-md.is-ui {
    aspect-ratio: 2.12438 / 1.27438;
        width: 1.7rem;
        height: auto;
        top: 0;
        left: -.7rem;
  }
  .text-on-t-stat-label-major {
    font-size: 2.2rem;
  }
  .text-on-t-stat-label-major.mob-small {
    font-size: 1rem;
        position: relative;
        top: .2rem;
  }
  .text-on-t-stat-label-major.no-wrap {
    flex: none;
  }
  .text-on-t-stat-label-gigantic.is-flex {
    font-size: 38.8rem;
  }
  .text-on-t-large-number {
    font-size: 10rem;
  }
  .text-on-t-large-number.is-podium {
    font-size: 5.6rem;
  }
  .text-on-t-large-number.seconds {
    width: 9.1rem;
  }
  .text-on-t-large-number.fixed-width {
    width: 5rem;
  }
  .text-on-t-large-number.fixed-width.double-digit {
    width: 8.1rem;
  }
  .text-on-t-stat-label-sm {
    font-size: 1.3rem;
        position: relative;
        top: .1rem;
  }
  .text-on-t-stat-label-sm.is-super {
    top: 0;
  }
  .text-on-t-stat-label-sm.is-super.c-lime {
    top: .1rem;
  }
  
  
  .ln-calendar-track-frame {
    display: none;
  }
  .ln-calendar-track-frame.mobile {
    width: 100%;
        display: flex;
        position: absolute;
        inset: 0% auto auto 0%;
  }
  .text-body-sm-mona {
    font-size: 1rem;
  }
  .nav-menu-w {
    height: 100svh;
  }
  .text-nav-link {
    font-size: 3.7rem;
  }
  .text-on-t-hero-heading-mona.margin {
    font-size: 7.6rem;
  }
  .page-ln4-svg {
    width: 2.5rem;
        height: 2.5rem;
  }
  .transition-w {
    height: 100svh;
  }
  .btn-auto-top {
    margin-top: auto;
  }
  .helmet-grid-extender {
    width: auto;
        height: 1.56rem;
        bottom: 1%;
        left: -5rem;
  }
  .helmet-grid-extender-img {
    color: var(--color--dark-green-tint-2);
        display: flex;
  }
  .btn-outer-w {
    flex: none;
  }
  .home-hero-tablet-text-w {
    width: 16rem;
  }
  .utility-switcher-btn {
    border-right: 1px solid var(--color--green-off-white-1);
        border-bottom-style: none;
        width: 5rem;
        height: 5rem;
  }
  .utility-switcher-icon {
    height: 2rem;
  }
  .marquee-spacer {
    width: 4rem;
  }
  .home-hero-touch-desc-w {
    right: 5rem;
  }
}
