:root{--nude:#f8e1c1;--purple:#6a68d4;--light-purple:#b2aee9;--green:#04a357;--light-green:#86e874;--pink:#f7c5e9;--magenta:#f45da2;--red:#f23730;--yellow:#fdc800;--gray:#7d7d7d;--white:#fff;--black:#000}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--nude);font-family:Roboto,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;pointer-events:none}.container{width:min(90vw,1380px);margin:0 auto}.bg-white{background-color:var(--white)}.bg-nude{background-color:var(--nude)}.bg-light-purple{background-color:var(--light-purple)}.bg-purple{background-color:var(--purple)}.bg-green{background-color:var(--green)}.bg-pink{background-color:var(--pink)}.bg-red{background-color:var(--red)}.bg-yellow{background-color:var(--yellow)}.text-white{color:var(--white)}.text-purple{color:var(--purple)}.text-nude{color:var(--nude)}.text-gray{color:var(--gray)}.text-magenta{color:var(--magenta)}.text-green{color:var(--green)}.text-light-green{color:var(--light-green)}.fill-purple *{fill:var(--purple)}.fill-white *{fill:var(--white)}.h1,h1{font-size:clamp(1.5rem,4vw,2.25rem)}.h1,.h2,h1,h2{font-weight:400;letter-spacing:normal}.h2,h2{font-size:clamp(1.25rem,3vw,2rem)}.h3,h3{font-size:clamp(1rem,2vw,1.875rem);font-weight:700;letter-spacing:.05em}.h4,h4{font-size:1.5rem}.h4,.p,h4,p{font-weight:400;letter-spacing:normal}.p,p{font-size:clamp(.75rem,2vw,1.125rem)}.bold{font-weight:700}.semibold{font-weight:600}.uppercase{text-transform:uppercase}.fullWidth{width:100%}.row{display:flex;align-items:center}.column{display:flex;flex-direction:column}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.align-start{align-items:flex-start}.self-center{align-self:center}.g-4{gap:4px}.g-8{gap:8px}.g-12{gap:12px}.g-16{gap:16px}.g-24{gap:24px}.g-32{gap:32px}.g-40{gap:40px}.g-48{gap:48px}.g-96{gap:96px}input,select{border:1px solid var(--gray);border-radius:2px}input,select,textarea{padding:12px 20px;font-family:inherit}textarea{resize:none;height:100px}.pointer{cursor:pointer}