html{font-size:62.5%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation}#__next,body,html{height:100%}#__next{isolation:isolate}*{margin:0}*,:after,:before{box-sizing:border-box}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{font-weight:400;overflow-wrap:break-word}a{color:inherit}ol,ul{padding:0;list-style-type:none}button{padding:0;border:none;color:currentColor;background-color:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}html{overflow:hidden}body,html{background-color:var(--off-white)}body{color:var(--blue);text-align:center}img{height:auto}video{width:100%}.icon{width:1.8rem;margin:auto}@media(min-width:768px){.icon{width:1.7vw}}canvas,h1,h2,h3,h4,h5,h6,img,p,picture,svg,video{-webkit-user-select:none;-moz-user-select:none;user-select:none}:root{--grid-margin:10px;--grid-padding:15px;--grid-gap:5px;--grid-columns:6;--grid-content-width:calc(100vw - var(--grid-margin) * 2);--grid-gaps-width:calc((var(--grid-columns) - 1) * var(--grid-gap));--grid-cols-width:calc(var(--grid-content-width) - var(--grid-gaps-width));--grid-col-width:calc(var(--grid-cols-width) / var(--grid-columns))}@media(min-width:768px){:root{--grid-margin:50px;--grid-padding:45px;--grid-gap:20px}}@media(min-width:1280px){:root{--grid-padding:50px;--grid-columns:12}}@media(min-width:1920px){:root{--grid-margin:100px;--grid-padding:75px}}:root{--black:#0a0a0a;--white:#fff;--blue:#0753d8;--red:#ff4258;--off-white:#fcf6e6}@keyframes fadeIn{0%{opacity:.01}to{opacity:1}}@keyframes scale{to{transform:scale(1)}}@keyframes fadeBlurIn{to{opacity:1;filter:blur(0)}}@keyframes fadeBlurIn2{25%{bottom:0}to{opacity:1;filter:blur(0);bottom:0}}@keyframes fadeBlurInLove{to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes fadeScaleIn{10%{opacity:1}to{transform:scale(1);opacity:1}}@keyframes fadeDropIn{to{transform:translateY(0);opacity:1}}@font-face{font-family:Apple Garamond;src:url(/fonts/AppleGaramond.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap;ascent-override:100%}@font-face{font-family:Apple Garamond Italic;src:url(/fonts/AppleGaramond-Italic.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap;ascent-override:100%}@font-face{font-family:Apple Garamond Bold Italic;src:url(/fonts/AppleGaramond-BoldItalic.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap;ascent-override:100%}@font-face{font-family:Futura;src:url(/fonts/FuturaMaxiCGBook-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap;ascent-override:100%}body{font-family:Futura;line-height:1}a,h1,h2,h3,h4{font-family:Apple Garamond}.h2{font-size:8rem}@media(min-width:1280px){.h2{font-size:13vw}}.p{font-size:clamp(1.4rem,1.3vw,4rem);width:80%;margin-top:3rem;line-height:1.4}@media(min-width:768px){.p{width:30%;margin-top:3vw}}.em,em{font-family:Apple Garamond Italic}.bold-em{font-family:Apple Garamond Bold Italic}a{text-decoration:none}
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{display:inline-block;height:100vh;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;height:100%;vertical-align:top;white-space:nowrap}.c-scrollbar{height:100%;opacity:0;position:absolute;right:0;top:0;transform-origin:center right;transition:transform .3s,opacity .3s;width:11px}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{bottom:0;height:10px;top:auto;transform:scaleY(1);width:100%}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{background-color:#000;border-radius:10px;cursor:-webkit-grab;cursor:grab;margin:2px;opacity:.5;position:absolute;right:0;top:0;width:7px}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{bottom:0;right:auto}