body,html{padding:0;margin:0;background:var(--background);font-family:Outfit,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}*{box-sizing:border-box;padding:0;margin:0}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}:root{--background:#fcfcfd;--text-primary:#23262f;--text-secondary:#777e90;--ultramarineblue:#3b71fe;--emerald:#58c27d;--white-smoke:#f4f5f6}.body{font-weight:300;color:var(--text-secondary)}.body,.body-bold{font-size:24px;line-height:(32/24);font-family:Inter,sans-serif}.body-bold{font-weight:500;color:(var--text-secondary)}.body-2{font-weight:300;color:var(--text-secondary)}.body-2,.body-2-bold{font-size:16px;line-height:(24/16);font-family:Inter,sans-serif}.body-2-bold{font-weight:600}.caption{font-weight:300}.caption,.caption-bold{font-size:14px;line-height:(24/14);color:var(--text-secondary);font-family:Inter,sans-serif}.caption-bold{font-weight:500}.caption-2{font-weight:300}.caption-2,.caption-2-bold{font-size:12px;line-height:(20/12);color:var(--text-secondary);font-family:Inter,sans-serif}.caption-2-bold{font-weight:600}.hairline{font-size:16px}.hairline,.hairline-2{line-height:1;font-weight:700;text-transform:uppercase;font-family:Inter,sans-serif}.hairline-2{font-size:12px}.button-default{font-size:16px;line-height:1}.button-2,.button-default{font-family:Outfit,sans-serif;font-weight:700}.button-2{font-size:14px;line-height:(16/14)}@media (max-width:428px){.body{font-weight:300}.body,.body-bold{font-size:16px;line-height:(24/16)}.body-bold{font-weight:500}.caption{font-size:12px;line-height:(20/12);font-weight:300}}.h1,.h2,.h3,.h4,.hero{font-family:Outfit,sans-serif}.hero{font-size:96px;line-height:96px;color:var(--text-primary);font-weight:700}.h1{font-size:64px;line-height:1}.h1,.h2{letter-spacing:-.02em;font-weight:700;color:var(--text-primary)}.h2{font-size:48px;line-height:(56/48)}.h3{font-size:40px;line-height:(48/40);font-weight:700}.h3,.h4{letter-spacing:-.01em;color:var(--text-primary)}.h4{font-size:32px;line-height:(40/32);font-weight:600}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 60px}@media (max-width:768px){.container{padding:0 40px}}@media (max-width:474px){.container{padding:0 32px}}[class~=section]{padding:90px 0}.section-header{padding:30px 0}.section-pb{padding-bottom:0}.section-pt{padding-top:0}.section-hero{padding-top:90px;padding-bottom:60px}@media (max-width:767px){.section{padding:60px 0}.section-hero{padding-top:90px;padding-bottom:48px}}@media (max-width:428px){.section{padding:48px 0}.section-hero,.section-pb{padding-bottom:0}.section-hero{padding-top:90px}}[class~=button]{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;outline:none;background:linear-gradient(83.59deg,#fcfcfd 36.52%,rgba(252,252,253,.83) 98.8%);box-shadow:0 20px 44px -12px hsla(0,0%,6%,.2);transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:2px solid #f4f5f6}.button:hover{background:linear-gradient(98.48deg,#3b71fe,#7b61ff 97.83%);transform:scale(1.1)}.button:active{transform:scale(.9)}.button:hover svg{fill:#fcfcfd;stroke:#fcfcfd}.button svg{fill:#3b71fe;stroke:#3b71fe;border-radius:50%;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.form-button{width:100%;height:60px;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;border-radius:10px;border:none;outline:none;background:linear-gradient(98.48deg,#3b71fe,#7b61ff 97.83%);color:#fcfcfd;font-size:16px;font-weight:700;font-family:Outfit,sans-serif}.form-button:hover{opacity:.9}