*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#3b65ff;--text-white:#fff;--text-black:#161616;--black:#161616;--light-grey:#fffaf5;--white:#fff;--border-radius:5px;--heading-font:var(--font-libre-baskerville);--body-font:var(--font-poppins)}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--body-font), sans-serif;color:var(--text-black);background:#e6e6e6;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font), serif;color:var(--primary-color)}p,a,ul,ol,li{font-family:var(--body-font), sans-serif}h1{letter-spacing:-.03em;font-size:clamp(2.25rem,5vw,4.3rem);font-weight:700;line-height:clamp(2.5rem,5.25vw,4.5rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700}h3{font-size:clamp(1.25rem,3vw,2rem);font-weight:700}h4{font-size:clamp(1rem,2vw,1.5rem);font-weight:700}.white{color:var(--text-white)}.bold{font-weight:700}.subtitle{font-family:var(--heading-font), serif;font-style:italic}.subtext{font-family:var(--body-font), sans-serif;letter-spacing:.07em;text-transform:uppercase;color:var(--text-white);font-size:1rem;font-weight:500}.primaryColor{color:var(--primary-color)}.smallText{font-family:var(--body-font), sans-serif;color:var(--text-grey);font-size:14px;font-weight:400;line-height:1.45}.section{flex-direction:column;align-items:center;width:100%;display:flex}.section.black{background-color:var(--black)}.section.lightGrey{background-color:var(--light-grey)}.section.primary{background-color:var(--primary-color)}.section .row{flex-direction:row;justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1440px;padding:90px 5%;display:flex}.section .row .column{flex-direction:column;flex:1 0;display:flex}.section .row .column.flex125{flex:1.25 0}.section .align-items-end{align-items:flex-end}.section .align-items-start{align-items:flex-start}.section .align-items-stretch{align-items:stretch;padding:115px 5%}.buttonWrapper{flex-flow:wrap;gap:20px;margin-top:15px;display:flex}@media (max-width:768px){.section .row{flex-direction:column}.section .row .column{width:100%}.section .col-reverse{flex-direction:column-reverse}}@media (min-width:1600px){.section .row{max-width:1600px}}.animate-fade-up{opacity:0;transform:translateY(1.25rem)}.animate-fade-down{opacity:0;transform:translateY(-1.25rem)}.animate-fade-left{opacity:0;transform:translate(1.25rem)}.animate-fade-right{opacity:0;transform:translate(-1.25rem)}.delay-0{--anim-delay:0s}.delay-100{--anim-delay:.1s}.delay-200{--anim-delay:.2s}.delay-300{--anim-delay:.3s}.delay-400{--anim-delay:.4s}.delay-500{--anim-delay:.5s}@media (prefers-reduced-motion:reduce){.animate-fade-up,.animate-fade-down,.animate-fade-left,.animate-fade-right{opacity:1;transform:none}}
