.footer-content{display:flex;width:100%;background:#000;padding:120px 48px;align-items:center;flex-direction:column}@media(max-width:1024px){.footer-content{padding:96px 48px}}.footer-content__logo{width:300px;height:auto}@media(max-width:1024px){.footer-content__logo{width:120px;height:auto}}.footer-content__row{flex:1;display:flex;flex-direction:row;width:100%;max-width:1360px}@media(max-width:768px){.footer-content__row{flex-direction:column;gap:48px}}.footer-content__column{flex:1;display:flex;flex-direction:column;color:#fff}.footer-content__column-title{color:#fff;font-weight:700;font-size:20px;margin-bottom:12px}.footer-content__column-menu{list-style:none;padding:0}.footer-content__column-menu li{padding:8px 0}.footer-content__column-menu li a{font-size:18px;color:#fff;font-weight:700;text-decoration:none}.footer-content__disclaimer{margin-top:96px;font-size:12px;line-height:22px;text-align:center;width:100%;color:#fff}.head{position:fixed;z-index:999;top:0;width:100vw;height:200px;background:#020024;background:linear-gradient(180deg,#020024,hsla(0,0%,100%,0));display:flex;align-items:start;justify-content:center;border-top:5px solid #6b54a8}.head__content{width:100%;max-width:1504px;padding:32px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.head__logo{margin-right:auto}.head__logo img{height:80px;width:auto}@media(max-width:1024px){.head__logo img{height:64px}}.head__menu{display:flex;flex-direction:row;gap:72px;align-items:center}.head__menu-item{color:#fff;font-weight:700}@media(max-width:1024px){.head__menu{display:none}}.head__bars{width:40px;height:40px;position:absolute;top:42px;right:32px;display:none}@media(max-width:1024px){.head__bars{display:block}}.head__close{width:40px;height:40px;position:absolute;top:48px;right:32px}.head__backdrop{position:fixed;top:0;right:0;width:100vw;height:100vh;background:#000;z-index:9;opacity:0;transform:translateX(100%);transition:opacity .15s ease-out}.head__backdrop--visible{opacity:.5;transform:translateX(0)}.head__sidebar{position:fixed;top:0;right:0;width:320px;height:100vh;z-index:10;background:linear-gradient(180deg,#4d315c,#784d90);padding:128px 48px;transform:translateX(100%);transition:transform .15s ease-out}.head__sidebar--visible{transform:translateX(0)}.head__sidebar-menu{display:flex;flex-direction:column;gap:36px;align-items:center}.head__sidebar-menu-item{color:#fff;font-weight:700}.form{flex-direction:column}.form,.form__field{display:flex;gap:16px}@media(max-width:560px){.form__field{flex-direction:column;gap:0}}.form__field-label{flex:1;padding:12px 0;font-size:22px;font-weight:700;white-space:nowrap}@media(max-width:560px){.form__field-label--submit{display:none}}.form__field-input{flex:2;font-size:18px;background-color:#fff;border-radius:30px;padding:12px 24px;border:0}.form__field-input--error{outline:2px solid red}.form__field-submit{flex:2;margin-top:24px;padding:12px 24px!important;border-radius:30px!important}.button{cursor:pointer;border-radius:20px;font-size:16px;line-height:22px;padding:8px 36px;border:0}.button--primary{background-color:#44a8c2;color:#fff;font-weight:700}.button--lg{padding:12px 48px;border-radius:24px}body,html{margin:0;padding:0;overflow-x:hidden;scroll-behavior:smooth;background-color:#000;color:#fff}body,h1,h2,h3,h4,h5,h6,html,p{font-size:16px}body .text-balance,h1 .text-balance,h2 .text-balance,h3 .text-balance,h4 .text-balance,h5 .text-balance,h6 .text-balance,html .text-balance,p .text-balance{text-wrap:balance}body{min-width:320px}*{box-sizing:border-box}h1{font-size:60px;font-weight:400;font-weight:600}@media(max-width:560px){h1{font-size:40px}}h2{font-size:52px;font-weight:400;font-weight:600}@media(max-width:560px){h2{font-size:36px}}h3{font-size:28px;font-weight:400;font-weight:500;line-height:1.2}h4,h5,h6{font-size:22px;font-weight:400}p{font-size:16px}small{font-size:.7em}a{text-decoration:none}header{background-color:#4d315c}.text-center{text-align:center}.blank-page{display:flex;flex-direction:column;align-items:center;padding-top:158px}.blank-page__section{max-width:960px;width:100%}