:root{--white: rgb(255, 255, 255);--white-transparent: rgba(255, 255, 255, 0);--black: rgb(0, 0, 0);--black-transparent: rgba(0, 0, 0, 0);--red: rgb(255, 0, 0);--red-transparent: rgba(255, 0, 0, 0);--blue: rgb(9, 0, 226);--blue-transparent: rgba(9, 0, 226, 0);--yellow: rgb(255, 205, 0);--yellow-transparent: rgba(255, 205, 0, 0)}:root{--ease-in-quad: cubic-bezier(.55, .085, .68, .53);--ease-in-cubic: cubic-bezier(.55, .055, .675, .19);--ease-in-quart: cubic-bezier(.895, .03, .685, .22);--ease-in-quint: cubic-bezier(.755, .05, .855, .06);--ease-in-expo: cubic-bezier(.95, .05, .795, .035);--ease-in-circ: cubic-bezier(.6, .04, .98, .335);--ease-out-quad: cubic-bezier(.25, .46, .45, .94);--ease-out-cubic: cubic-bezier(.215, .61, .355, 1);--ease-out-quart: cubic-bezier(.165, .84, .44, 1);--ease-out-quint: cubic-bezier(.23, 1, .32, 1);--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-out-circ: cubic-bezier(.075, .82, .165, 1);--ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);--ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1);--ease-in-out-quart: cubic-bezier(.77, 0, .175, 1);--ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);--ease-in-out-expo: cubic-bezier(1, 0, 0, 1);--ease-in-out-circ: cubic-bezier(.785, .135, .15, .86)}.theme-light{--theme-primary: rgb(255, 255, 255);--theme-primary-transparent: rgba(255, 255, 255, 0);--theme-secondary: rgb(0, 0, 0);--theme-secondary-transparent: rgba(0, 0, 0, 0);--theme-contrast: rgb(255, 0, 0);--theme-contrast-transparent: rgba(255, 0, 0, 0)}.theme-dark{--theme-primary: rgb(0, 0, 0);--theme-primary-transparent: rgba(0, 0, 0, 0);--theme-secondary: rgb(255, 255, 255);--theme-secondary-transparent: rgba(255, 255, 255, 0);--theme-contrast: rgb(255, 0, 0);--theme-contrast-transparent: rgba(255, 0, 0, 0)}:root{--font: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "neue-haas-grotesk-display", sans-serif;--font-secondary: "SecondaryExample"}.h2{font-family:var(--font);font-size:3.5rem;font-weight:600}.h2.italic{font-style:italic}.h3{font-family:var(--font);font-size:2.5rem;line-height:1;font-weight:600}@media (min-width: 700px){.h3{font-size:3rem}}.h3.italic{font-style:italic}.p{font-family:var(--font);font-size:1.4rem;font-weight:600;line-height:.9}.p.italic{font-style:italic}:root{--layout-columns-count: 4;--layout-columns-gap: 4.2666666667vw;--layout-margin: 4.2666666667vw;--layout-width: calc(100vw - (2 * var(--layout-margin)));--layout-column-width: calc( (var(--layout-width) - ((var(--layout-columns-count) - 1) * var(--layout-columns-gap))) / var(--layout-columns-count) )}@media (min-width: 700px){:root{--layout-columns-count: 12;--layout-columns-gap: 1.3888888889vw;--layout-margin: 1.3888888889vw}}.layout-grid,.layout-block{max-width:var(--layout-width);margin-right:auto;margin-left:auto}.layout-grid-inner,.layout-block-inner{padding-right:var(--layout-margin);padding-left:var(--layout-margin)}.grid,.layout-grid-inner,.layout-grid{display:grid;grid-template-columns:repeat(var(--layout-columns-count),minmax(0,1fr));column-gap:var(--layout-columns-gap)}*:where(:not(html,iframe,canvas,img,svg,video,audio,svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}html{text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto;user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-webkit-user-select:auto;user-select:auto;-webkit-line-break:after-white-space;overflow-wrap:break-word;-moz-user-modify:read-write;-webkit-user-modify:read-write}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}html:not(.dev){scrollbar-width:none!important}html:not(.dev) body{-ms-overflow-style:none}html:not(.dev) body::-webkit-scrollbar{width:0!important;height:0!important}:root{--spacer-xl: 21.3333333333vw;--spacer-lg: 17.0666666667vw;--spacer-md: 12.8vw;--spacer-sm: 8.5333333333vw;--spacer-xs: 8.5333333333vw}@media (min-width: 700px){:root{--spacer-xl: 13.3333333333vw;--spacer-lg: 8.8888888889vw;--spacer-md: 5.5555555556vw;--spacer-sm: 4.4444444444vw;--spacer-xs: 3.3333333333vw}}.aspect-ratio{position:relative;width:100%;height:0;padding-bottom:calc(100% / var(--aspect-ratio))}.aspect-ratio>:first-child{position:absolute;top:0;left:0;width:100%;height:100%}.full-width{position:relative;right:50%;left:50%;width:100vw;margin-right:-50vw;margin-left:-50vw}.hidden-overflow{overflow:hidden}.relative{position:relative}.hide{display:none}@media (min-width: 700px){.hide-on-desktop{display:none}}@media (max-width: 700px){.hide-on-mobile{display:none}}.uppercase{text-transform:uppercase}html:not(.has-scroll-smooth) .hide-on-native-scroll{display:none}html.has-scroll-smooth .hide-on-smooth-scroll{display:none}:root{--header-height: 15.4666666667vw}html{--x: --var($mobile-width);scrollbar-width:thin;font-family:Arial,Helvetica,sans-serif;font-weight:bolder;text-size-adjust:none;-webkit-font-smoothing:antialiased}html.lenis-stopped{overflow:hidden}html,body{overscroll-behavior:none}body{min-height:calc(100 * var(--vh))}a,button,input,label,textarea,select{cursor:pointer;color:inherit}*::selection{color:var(--white);background-color:var(--black)}svg.icon path[fill],svg.icon rect[fill],svg.icon circle[fill]{fill:currentcolor}svg.icon path[stroke],svg.icon rect[stroke],svg.icon circle[stroke]{stroke:currentcolor}
