html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;outline:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:"AlbertSans";src:url("../fonts/albert-sans/AlbertSans-Regular.woff2") format("woff2");src:url("../fonts/albert-sans/AlbertSans-Regular.woff2") format("woff2-variations") url("../fonts/albert-sans/AlbertSans-Regular.ttf") format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:"AlbertSans";src:url("../fonts/albert-sans/AlbertSans-Italic.woff2") format("woff2"),url("../fonts/albert-sans/AlbertSans-Italic.woff") format("woff"),url("../fonts/albert-sans/AlbertSans-Italic.ttf") format("truetype");font-weight:100 900;font-style:italic}html{box-sizing:border-box}html *,html *::after,html *::before{box-sizing:inherit}body{font-family:"AlbertSans",sans-serif;font-size:.875rem;line-height:1.2;color:#1c1c1c;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}@media only screen and (min-width: 1200px){body{font-size:1rem}}body strong{font-weight:700}body em{font-style:italic}footer,header,main{display:block}sup{position:relative;bottom:1px;font-size:.625rem;line-height:1;vertical-align:super}@media only screen and (min-width: 1200px){sup{font-size:.6875rem}}img,svg{display:block}@media only screen and (min-width: 1200px){.container{width:100%;height:100dvh;display:grid;grid-template-columns:1fr 680px}}.form{max-width:600px;margin:0 auto}.form__title{font-size:1.25rem;font-weight:500;color:#26384c;background-color:rgba(38,56,76,.1);padding:12px 20px;margin-bottom:20px}@media only screen and (min-width: 850px){.form__title{margin-bottom:30px}}.form__grid{display:grid;gap:10px 12px;margin:10px 0 30px}@media only screen and (min-width: 850px){.form__grid{grid-template-columns:1fr 1fr}}.form__block{display:flex;flex-direction:column;align-items:flex-start}.form__label{display:block;font-size:1rem;font-weight:700;margin:20px 0 12px}.form__label--inline{display:inline-block;font-size:1rem;margin-right:16px}.form__input{width:100%;font-family:"AlbertSans",sans-serif;font-size:1rem;color:#1c1c1c;padding:15px 20px;border-radius:5px;background-color:#fff;border:1px solid #777;outline:none;-webkit-box-shadow:none;-webkit-appearance:none;box-shadow:none;-moz-appearance:textfield}.form__back{font-size:.9375rem;font-weight:500;color:#e72b78;cursor:pointer;margin-bottom:24px}@media only screen and (min-width: 1200px){.form__back:hover{color:#c8175f}}.form__required{text-align:center;font-size:.75rem}.form__optins{margin-top:30px;display:flex;flex-direction:column;gap:10px}.form__optins a{color:rgba(28,28,28,.6)}.form__confirm{display:none;text-align:center;text-wrap:balance;font-weight:500;font-size:1.125rem}@media only screen and (min-width: 850px){.form__confirm{font-size:1.875rem}}.form__legal{font-size:.625rem;line-height:1.6;color:rgba(28,28,28,.6);margin-top:30px}.form__legal p{margin-bottom:12px}.form__legal a{color:rgba(28,28,28,.6)}.form__submit__button{display:block;width:100%;padding:14px 30px;margin:30px auto 10px;background-color:#e72b78;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:1.4px;text-align:center;border:1px solid #e72b78;outline:none;border-radius:0;cursor:pointer;transition:background-color .7s,border .7s}@media only screen and (min-width: 500px){.form__submit__button{max-width:155px}}@media only screen and (min-width: 1200px){.form__submit__button:hover{background-color:#c8175f;border:1px solid #c8175f}}.form input[type=radio]:checked,.form input[type=radio]:not(:checked),.form input[type=checkbox]:checked,.form input[type=checkbox]:not(:checked){position:absolute;left:-9999px}.form input[type=radio]:checked+label,.form input[type=radio]:not(:checked)+label,.form input[type=checkbox]:checked+label,.form input[type=checkbox]:not(:checked)+label{position:relative;padding:2px 0 0 25px;margin:0 16px 0 0;cursor:pointer;font-size:1rem;display:inline-block}.form input[type=radio]:checked+label::before,.form input[type=radio]:not(:checked)+label::before,.form input[type=checkbox]:checked+label::before,.form input[type=checkbox]:not(:checked)+label::before{content:"";position:absolute;left:0;top:2px;width:19px;height:19px;border-radius:999px;background-color:#fff;border:1px solid #777}.form input[type=radio]:checked+label::after,.form input[type=radio]:not(:checked)+label::after,.form input[type=checkbox]:checked+label::after,.form input[type=checkbox]:not(:checked)+label::after{content:"";position:absolute;top:6px;left:4px;width:11px;height:11px;background-color:#e72b78;border-radius:999px;transition:opacity .2s,transform .2s}.form input[type=radio]:not(:checked)+label::after,.form input[type=checkbox]:not(:checked)+label::after{opacity:0;transform:scale(0)}.form input[type=radio]:checked+label::after,.form input[type=checkbox]:checked+label::after{opacity:1;transform:scale(1)}.form input[type=checkbox]:checked+label,.form input[type=checkbox]:not(:checked)+label{font-size:.75rem;color:rgba(28,28,28,.6)}.form input[type=checkbox]:checked+label::before,.form input[type=checkbox]:not(:checked)+label::before{top:0;border-radius:0;border-color:rgba(28,28,28,.5)}.form input[type=checkbox]:checked+label::after,.form input[type=checkbox]:not(:checked)+label::after{top:4px;border-radius:0}.form ::-webkit-input-placeholder{color:inherit}.form ::-moz-placeholder{color:inherit;opacity:1}.form :-ms-input-placeholder{color:#000}.form label[class*=error],.form p[class*=error]{display:inline-block;color:#ff5050;font-size:.875rem;margin-top:2px}.form p[class*=error]{display:block;text-align:center;margin-top:10px}.form input[class*=error]{border:1px solid #ff5050;color:#ff5050}.form input[class*=error]+label{color:#ff5050 !important}.form input[class*=error]+label::before{border:1px solid #ff5050 !important}.main{position:relative;width:100%;height:360px;display:flex;flex-direction:column;justify-content:space-between;padding:15px}@media only screen and (min-width: 500px){.main{height:450px}}@media only screen and (min-width: 850px){.main{height:600px;padding:30px}}@media only screen and (min-width: 1200px){.main{height:100dvh}}.main__logo{position:relative}.main__logo .logo{height:30px;width:55px;fill:#fff}@media only screen and (min-width: 850px){.main__logo .logo{height:50px;width:92px}}.main__img{position:absolute;top:0;left:0;width:100%;height:100%}.main__img::after{background:linear-gradient(180deg, transparent 47.61%, rgba(28, 28, 28, 0.72) 100%);content:"";position:absolute;top:0;left:0;width:100%;height:100%}.main__img img{width:100%;height:100%;object-fit:cover}.main__title{position:relative;padding:15px;color:#fff;font-size:1.625rem;line-height:1;font-weight:300}@media only screen and (min-width: 850px){.main__title{font-size:3.4375rem;padding:30px}}.main__title--line{display:block}.aside{padding:25px 20px}@media only screen and (min-width: 850px){.aside{padding:30px 40px 40px}}@media only screen and (min-width: 1200px){.aside{height:100vh;overflow-y:scroll}}.aside__title,.aside__text{text-align:center}.aside__title{font-size:1.125rem;font-weight:500;color:#e72b78;margin-bottom:12px}@media only screen and (min-width: 850px){.aside__title{font-size:1.875rem}}.aside__text{line-height:1.285;margin-bottom:25px;text-wrap:balance}@media only screen and (min-width: 850px){.aside__text{font-size:.9375rem;margin-bottom:30px}}.grecaptcha-badge{display:none !important}.hidden{display:none}