*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.5}:root{--primary-color: #262bb5;--primary-color-dark: rgb(24, 27, 117);--primary-color-dark-strong: rgb(6, 7, 32);--primary-color-light: rgb(81, 85, 195);--primary-color-light-strong: rgb(211, 212, 240);--primary-color-light-stronger: rgb(239, 240, 249);--text-color: var(--primary-color-dark-strong);--text-color-light: #4e516b;--font-family: "Mozilla Text", sans-serif}body{display:flex;flex-direction:column;min-height:100vh;margin:0;background-color:#fff;color:var(--text-color);font-size:16px;line-height:1.2;font-family:var(--font-family)}.main{flex-grow:1;padding-top:70px}@media(max-width: 768px){.main{padding-top:50px}}.footer{flex-shrink:0}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}@media(max-width: 768px){.container{padding:0 16px}}.btn{display:flex;align-items:center;justify-content:center;padding:16px 24px;gap:16px;border:none;border-radius:16px;font-weight:700;font-size:20px;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s}.btn--primary{background-color:var(--primary-color);color:#fff}.btn--primary:hover{opacity:.9}.btn--white{background-color:#fff;color:var(--primary-color)}.btn--white:hover{background-color:#f0f0f0}.btn--full{width:100%}.header{display:flex;z-index:1000;position:fixed;top:0;right:0;left:0;align-items:center;height:70px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}@media(max-width: 768px){.header{height:50px}}.header__container{display:flex;align-items:center;justify-content:space-between}@media(max-width: 768px){.header__container{justify-content:center}}.header__logo-link{display:flex;align-items:center}.header__logo-img{width:100%;max-width:180px;max-height:40px}@media(max-width: 768px){.header__logo-img{max-width:140px;max-height:35px}}.header__branding{display:flex;align-items:center;gap:64px}@media(max-width: 768px){.header__branding{justify-content:center;width:100%;gap:16px}}.header__info{color:var(--text-color-light);font-size:18px}@media(max-width: 768px){.header__info{display:none}}.hero{position:relative;padding:40px 0;overflow:hidden;background:linear-gradient(to bottom, var(--primary-color-light-stronger) 0%, var(--primary-color-light-strong) 100%);color:#fff}@media(max-width: 768px){.hero{padding:24px 0}}.hero::before{position:absolute;top:-200px;left:calc(50% - 700px);width:1400px;height:1400px;border-radius:50%;background-color:var(--primary-color);content:""}@media(max-width: 768px){.hero::before{top:200px;left:calc(50% - 280px);width:560px;height:560px}}.hero__container{display:flex;z-index:1;position:relative;flex-direction:column;align-items:center;justify-content:center;gap:24px}@media(min-width: 769px){.hero__container{flex-direction:row;align-items:center;justify-content:space-between}}.hero__content{text-align:center}@media(min-width: 769px){.hero__content{max-width:50%;margin-bottom:0;text-align:left}}.hero__title{font-weight:700;font-size:64px}@media(max-width: 768px){.hero__title{color:var(--text-color);font-size:32px}}.hero__card{width:100%;max-width:450px}@media(min-width: 769px){.hero__card{align-self:flex-start;min-width:400px}}.benefits{padding:16px 0;background-color:var(--primary-color);color:#fff}.benefits__container{display:flex;z-index:1;position:relative;flex-direction:row;align-items:center;justify-content:center;gap:24px}.benefits__item{display:flex;align-items:center;justify-content:center;gap:4px;text-align:center}@media(max-width: 768px){.benefits__item{flex-direction:column}}.benefits__icon{display:flex;align-items:center;justify-content:center}.benefits__title{font-weight:500;font-size:16px}.features{padding:64px 0;background-color:#fff}@media(max-width: 768px){.features{padding:32px 0}}.features__container{display:flex;flex-direction:column;gap:24px}@media(min-width: 769px){.features__container{flex-direction:row}}.features__item{display:flex;flex:1;flex-direction:column;gap:8px}.features__icon{width:75px;height:75px;color:var(--primary-color)}.features__title{font-weight:700;font-size:24px}.features__text{font-size:16px}.steps{padding:64px 0;background:linear-gradient(to bottom, var(--primary-color-light-stronger) 0%, var(--primary-color-light-strong) 100%)}@media(max-width: 768px){.steps{padding:32px 0}}.steps__container{display:flex;flex-direction:column;gap:24px}.steps__title{font-weight:700;font-size:52px;text-align:center}@media(max-width: 768px){.steps__title{font-size:32px}}.steps__list{display:flex;flex-direction:column;max-width:560px;margin:0 auto;gap:24px}.steps__item{display:flex;flex:1;align-items:flex-start;gap:1rem}.steps__number{flex-shrink:0;width:26px;color:var(--primary-color);font-weight:700;font-size:42px;line-height:1}.steps__content{display:flex;flex-direction:column;gap:8px}.steps__content h3{color:var(--primary-color);font-weight:700;font-size:24px}.steps__content p{font-size:16px}.cta{padding:64px 0}@media(max-width: 768px){.cta{padding:32px 0}}.cta__card{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:64px;gap:24px;border-radius:24px;background:linear-gradient(to right, var(--primary-color-dark) 0%, var(--primary-color) 100%);color:#fff}@media(max-width: 768px){.cta__card{padding:16px;gap:16px}}.cta__content{display:flex;width:100%;max-width:700px;gap:24px}@media(max-width: 768px){.cta__content{flex-direction:column;gap:16px}}.cta__title{font-size:52px}@media(max-width: 768px){.cta__title{font-size:36px}}.cta__list{display:flex;flex:80%;flex-direction:column;gap:24px;list-style:none}@media(max-width: 768px){.cta__list{gap:16px}}.cta__list li{display:flex;align-items:flex-start;gap:8px}.cta__list li svg{flex-shrink:0}.cta__button-wrapper{width:100%;max-width:700px}.cta__button-wrapper .btn{width:100%}.footer__nav{padding:24px 0;background-color:var(--primary-color-dark)}.footer__section{padding:24px 0;background-color:var(--primary-color-light-stronger)}.footer__bottom{padding:16px 0;border-top:1px solid var(--primary-color-dark);background-color:var(--primary-color-light-stronger)}.footer__links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px}@media(max-width: 768px){.footer__links{flex-direction:column}}.footer__links a{color:#fff;font-weight:500;text-decoration:none}.footer__links a:hover{text-decoration:underline}.footer__disclaimer{display:flex;flex-direction:column;gap:8px;color:var(--text-color-light);font-size:14px}.footer__heading{color:var(--text-color);font-weight:700;font-size:16px}.footer__copyright{display:flex;align-items:center;justify-content:space-between;font-size:14px}@media(max-width: 768px){.footer__copyright{flex-direction:column;gap:16px;text-align:center}}.footer__logo{display:flex;align-items:center}.footer__logo img{width:100%;max-width:180px;max-height:40px}@media(max-width: 768px){.footer__logo img{max-height:35px}}.radio-icon{display:flex;align-items:center;justify-content:center}.radio-icon[data-show=true]{display:flex}.radio-icon[data-show=false]{display:none}.radio-icon__svg{width:100%;max-width:189px;max-height:35px}.radio-icon__path{fill:var(--primary-color-light-strong)}.radio-icon__gradient-start{stop-color:var(--primary-color)}.radio-icon__gradient-end{stop-color:var(--primary-color-light)}.text-page{padding-top:24px;padding-bottom:24px;color:var(--text-color);font-size:16px;line-height:1.25}@media(max-width: 768px){.text-page{padding-top:16px;padding-bottom:16px}}.text-page>*{margin-bottom:.7rem}.text-page>*:last-child{margin-bottom:0}.text-page>*:first-child{margin-top:0}.text-page h1,.text-page h2,.text-page h3,.text-page h4,.text-page h5,.text-page h6{font-weight:700;line-height:1.2}.text-page h1{margin-top:1.4rem;font-size:2.25rem}.text-page h2{margin-top:1.3rem;font-size:1.875rem}.text-page h3{margin-top:1.2rem;font-size:1.5rem}.text-page h4{margin-top:1.1rem;font-size:1.2rem}.text-page h5{margin-top:1rem;font-size:1.1rem}.text-page h6{margin-top:.9rem;font-size:1rem}.text-page ul,.text-page ol{padding-left:1.3rem}.text-page ul li,.text-page ol li{margin-bottom:.25rem}.text-page ul{list-style-type:disc}.text-page ol{list-style-type:decimal}.text-page a{color:var(--primary-color);text-decoration:underline}.text-page a:hover{text-decoration:none}.text-page blockquote{padding:.5rem 1rem;border-left:3px solid var(--primary-color);background-color:var(--primary-color-light-stronger);font-style:italic}.text-page blockquote p{margin-bottom:0}.text-page img{display:block;max-width:100%;height:auto;border-radius:4px}.text-page table{width:100%;border-collapse:collapse}.text-page table th,.text-page table td{padding:.5rem;border:1px solid var(--primary-color-light-strong);text-align:left}.text-page table th{background-color:var(--primary-color-light-stronger);font-weight:bold}.text-page code,.text-page pre{padding:.2rem .4rem;border-radius:3px;background:var(--primary-color-light-stronger);font-family:monospace}.form-page{padding-top:32px;padding-bottom:32px}.not-found{display:flex;align-items:center;justify-content:center;min-height:80vh;text-align:center}.not-found__content{max-width:600px;margin:0 auto}.not-found__title{margin-bottom:1rem;color:var(--primary-color);font-weight:700;font-size:100px;line-height:1}.not-found__message{margin-bottom:1.5rem;font-size:24px}.not-found__redirect{margin-bottom:2rem;font-size:18px}
