*,:after,:before{box-sizing:border-box}*{margin:0}body,html{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}#__next,#root{isolation:isolate}:root{--main-background-color:#fff;--main-color:#000;--header-height:60px;--footer-height:60px;--sidebar-width:180px;--toolbar-height:160px;--main-padding:1rem;--main-flow:2rem;--main-gap:1rem}@-moz-document url-prefix(){body{font-weight:lighter!important}}body{font-family:sans-serif;font-style:normal;font-weight:400;color:var(--main-color);background:var(--main-background-color)}a{text-decoration:none;color:inherit}a,button{cursor:pointer}button{border:none;background:none}.secondary-red-text{color:var(--secondary-red)}.uppercase{text-transform:uppercase}.hidden{display:none}.flow>*+*{margin-top:var(--main-flow)}.list{margin:0;padding:0;list-style-type:none}.fixed{position:fixed}.wrapper{width:92%;max-width:1400px;margin:0 auto}.flex{display:flex}.gap{gap:var(--main-gap)}.centering{justify-content:center}.center-y,.centering{display:flex;align-items:center}.flex-column{flex-direction:column}.gradient-text{background:linear-gradient(90deg,#d3793b,#ea4154);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.link-btn{display:inline-block;padding:8px 12px;border-radius:20px;background:var(--main-red)}.bold{font-weight:500}.no-padding-margin{padding:0;margin:0}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #222!important}input:-webkit-autofill{-webkit-text-fill-color:#fff!important}.js-focus-visible :focus:not(.focus-visible){outline:none}:focus:not(:focus-visible){outline:none}.flex-gap{display:inline-flex;flex-wrap:wrap;gap:var(--main-gap)}.full-bleed{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.underline:after{content:"";position:absolute;bottom:0;left:0;height:1px;width:100%;background:var(--main-color)}.header{box-shadow:0 4px 4px hsla(0,0%,65%,.25);position:fixed;top:0;left:0;right:0;z-index:5;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;justify-items:center;height:var(--header-height,60px);padding:0 2rem;background:#fff}.header>div{justify-self:left}.main{position:relative;top:var(--header-height)}