@import url(https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300;400;500;600;700;800;900&display=swap);
:root{--f-title: 'Darker Grotesque', sans-serif;--f-body: 'Darker Grotesque', sans-serif;--f-xs: clamp(0.72rem, 0.8135rem + -0.1039vw, 0.7901rem);--f-sm: clamp(0.8889rem, 0.8852rem + 0.0165vw, 0.9rem);--f-md: clamp(1rem, 0.9583rem + 0.1852vw, 1.125rem);--f-lg: clamp(1.125rem, 1.0313rem + 0.4167vw, 1.4063rem);--f-xl: clamp(1.2656rem, 1.1016rem + 0.7292vw, 1.7578rem);--f-2xl: clamp(1.4238rem, 1.166rem + 1.1458vw, 2.1973rem);--f-3xl: clamp(1.6018rem, 1.2202rem + 1.696vw, 2.7466rem);--f-4xl: clamp(1.802rem, 1.2583rem + 2.4166vw, 3.4332rem);--f-5xl: clamp(2.0273rem, 1.2725rem + 3.3544vw, 4.2915rem);--c-text: #fff;--c-bg: #000;--c-border: grey;--c-red: red;--c-green: green;--c-blue: blue;--l-body-pad: clamp(15px, 5vw, 30px);--l-block-pad: clamp(2rem, 10vw, 60px);--l-gutter-width: min(5vw, 20px);--l-max-width: 1440px;--s-border-radius: 5px;--s-box-shadow: 5px 5px 20px rgba(0,0,0,0.2);--s-filter-light: brightness(0) invert(1);--s-filter-dark: brightness(10%) saturate(0);--s-bezier-1: cubic-bezier(.24,.84,.37,.99)}body{font-family:var(--f-body);margin:0;padding:0;background-color:#000;color:#fff}h1{color:#fff}p{margin-bottom:2em}body,body .block-editor-block-list__layout{font:300 100%/1.2 var(--f-body) !important;color:var(--c-text)}h1,h2,h3,h4,h5,h6{margin:0 0 .4em;font-family:var(--f-title);font-size:2em;font-weight:400;line-height:1.1;text-wrap:balance}h1,h2{font-weight:600;line-height:.9 !important}.f-title{margin:0 0 1em;font-family:var(--f-title),sans-serif;line-height:1.02;text-wrap:balance;text-transform:uppercase}.f-title em{font-style:normal;color:var(--c-highlight)}.f-body{font-family:var(--f-body),sans-serif;font-weight:300}.f-5xl{font-size:var(--f-5xl)}.f-4xl{font-size:var(--f-4xl)}.f-3xl{font-size:var(--f-3xl)}.f-2xl{font-size:var(--f-2xl)}.f-xl{font-size:var(--f-xl)}.f-lg{font-size:var(--f-lg)}.f-md{font-size:var(--f-md)}.f-sm{font-size:var(--f-sm)}.f-xs{font-size:var(--f-xs)}p,address,table,li,button{font-size:var(--f-md)}small,.small{font-size:var(--f-body-xs)}.f-caps{text-transform:uppercase}.btn{--font-size: 1.125rem;--text-color: white;--bg-color: var(--c-red);--border-color: var(--c-red);display:inline-flex;align-items:center;padding:1em 3em;text-decoration:none;text-align:center;text-transform:uppercase;font-size:var(--font-size);font-weight:700;font-style:normal;line-height:1.2;color:var(--text-color);background-color:var(--bg-color);border:2px solid var(--border-color);border-radius:2em;cursor:pointer}.btn svg{width:22px;height:22px;margin-right:.5em}.btn svg path{fill:var(--text-color)}.btn:hover{box-shadow:0px .15em .5em rgba(0,0,0,.25)}.btn--brand-a{--text-color: white;--bg-color: var(--c-red);--border-color: var(--c-red)}.btn--white{--text-color: black;--bg-color: white;--border-color: white}.btn--small{--font-size: 0.875rem;min-height:30px}.btn--medium{--font-size: 1.125rem;min-height:39px}.btn--large{--font-size: 1.4375rem;min-height:45px}.site-header .container{display:flex;justify-content:space-between;align-items:center;padding-block:40px}main{text-align:center}.container{max-width:var(--l-max-width);margin:0 auto;padding-inline:var(--l-body-pad)}section{padding-block:calc(3*var(--l-block-pad))}section:last-child{padding-bottom:calc(5*var(--l-block-pad))}section p{max-width:clamp(100px,80vw,860px);margin-inline:auto;text-wrap:balance}
