@keyframes bounceDown{0%{transform:scale(1, 1) translateX(0)}10%{transform:scale(1.1, 0.9) translateX(0)}30%{transform:scale(0.9, 1.1) translateY(-4px)}50%{transform:scale(1.05, 0.95) translateY(6px)}57%{transform:scale(1, 1) translateY(-2px)}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes bounce2{0%{transform:scale(1, 1) translateX(0)}10%{transform:scale(1.1, 0.9) translateX(0)}30%{transform:scale(0.9, 1.1) translateX(-4px)}50%{transform:scale(1.05, 0.95) translateX(2px)}57%{transform:scale(1, 1) translateX(-2px)}64%{transform:scale(1, 1) translateX(0)}100%{transform:scale(1, 1) translateX(0)}}@keyframes markBlue{0%{background-size:0% 100%;color:inherit}60%{color:inherit}100%{background-size:100% 100%;color:#1967d2}}@keyframes markGreen{0%{background-size:0% 100%}60%{color:inherit}100%{background-size:100% 100%;color:#157c32}}@keyframes markOrange{0%{background-size:0% 100%;color:inherit}60%{color:inherit}100%{background-size:100% 100%;color:#e4630a}}.form-cta{padding:32px 0 0;background:#fff}.form-cta.pos{background-image:url("../img/bg-header.svg");background-repeat:no-repeat;background-position:center top;background-size:contain;padding-top:136px;margin-top:-72px}.form-cta__head{margin-bottom:32px;text-align:center}.form-cta__outline{text-align:center;font-family:"Inter",sans-serif;font-weight:600}.form-cta__title{font-size:32px;line-height:40px;text-align:center;font-family:"Inter",sans-serif;font-weight:700}.form-cta__title br{display:none}.form-cta__wrapper{display:flex;flex-wrap:wrap;flex-direction:column-reverse}.form-cta__left,.form-cta__right{flex:0 0 100%;width:100%;max-width:100%}.form-cta__left{margin-bottom:32px}.form-cta__form{background:#f1f5f9;padding:16px 0;position:relative}.form-cta__form::before,.form-cta__form::after{width:12px;height:100%;position:absolute;background:#f1f5f9;display:inline-flex;content:"";top:0}.form-cta__form::before{left:-12px}.form-cta__form::after{right:-12px}.form-cta__form form{background:#fff;padding:32px 16px;border-radius:16px}.form-cta__form form h2{margin-bottom:24px}.form-cta__form form .form-group{margin-bottom:20px}.form-cta__form form .form-group>label{font-size:14px;line-height:20px;margin-bottom:4px}.form-cta__form form .form-group .form-control{padding:8px 12px;border-radius:6px;border:1px solid #d0d6dd}.form-cta__form form .form-group .form-control:focus,.form-cta__form form .form-group .form-control:hover{border-color:#4b61dd}.form-cta__form form .form-group .dropdown.bootstrap-select .btn,.form-cta__form form .form-group .dropdown.bootstrap-select button{border-radius:6px;line-height:40px}.form-cta__form form .form-group a:last-child{margin-bottom:0 !important}.form-cta__form form .form-group:last-child{margin-bottom:0}.form-cta__form form .form-group .choices__inner{padding:4px 5px;border-radius:6px;border:1px solid #d0d6dd;background-color:#fff;height:40px;min-height:40px}.form-cta__form form .form-group .choices__inner:focus-within,.form-cta__form form .form-group .choices__inner:hover{border-color:#4b61dd}.form-cta__form form .form-group .select{background-color:#fff;border-radius:6px;border-color:#d0d6dd}.form-cta__form form .form-group.form-consent{font-size:14px;line-height:20px;display:block}.form-cta__form form .form-group.form-consent a{color:#4b61dd;text-decoration:underline;transition:all linear .2s}.form-cta__form form .form-group.form-consent a:hover{color:rgb(38.9252336449,64.1121495327,206.0747663551);text-decoration:none;transition:all linear .2s}.form-cta__form form .captcha-field{max-width:calc(100% - 152px)}.form-cta__right{padding:32px 0;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:24px}.form-cta__label{font-size:20px;line-height:28px;margin-bottom:0;text-align:left;display:none;font-family:"Inter",sans-serif;font-weight:600}.form-cta__items{display:flex;flex-wrap:wrap;justify-items:flex-start;gap:16px}.form-cta__items .item{padding:32px 24px;border:1px solid #d0d6dd;border-radius:16px;flex:0 0 100%;width:100%;max-width:100%}.form-cta__items .item__icon,.form-cta__items .item__meta{flex:0 0 100%;width:100%;max-width:100%}.form-cta__items .item__icon{margin-bottom:8px}.form-cta__items .item__icon img{height:80px;width:auto;-o-object-fit:contain;object-fit:contain}.form-cta__items .item__title{font-size:20px;line-height:28px;margin-bottom:8px;font-family:"Inter",sans-serif;font-weight:600}.form-cta__items .item__desc{color:#626b79}.form-cta__items .item__action{margin-top:8px}.form-cta__items .item__action a:last-child{margin-bottom:0 !important}@media screen and (min-width: 600px){.form-cta__form{padding:32px;border-radius:24px}.form-cta__form::before,.form-cta__form::after{display:none}.form-cta__form form{padding:32px;box-shadow:0px 10px 15px -3px rgba(0,0,0,.1),0px 4px 6px -2px rgba(0,0,0,.05)}.form-cta__items .item{gap:16px;display:flex;flex-wrap:wrap}.form-cta__items .item__icon{max-width:90px}.form-cta__items .item__meta{max-width:calc(100% - 106px)}}@media screen and (min-width: 768px){.form-cta__left{margin-bottom:32px}.form-cta__items{align-items:center}.form-cta__items .item{align-items:center}.form-cta__items .item__meta{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.form-cta__items .item__action{flex:0 0 100%;width:100%;max-width:221px;text-align:right}.form-cta__items .item__info{flex:0 0 100%;width:100%;max-width:calc(100% - 237px)}}@media screen and (min-width: 1024px){.form-cta{padding:64px 0}.form-cta__title{font-size:40px;line-height:56px}.form-cta__title br{display:block}.form-cta__wrapper{justify-content:space-between;padding-top:32px;flex-direction:row}.form-cta__left,.form-cta__right{flex:0 0 100%;width:100%;max-width:calc(50% - 32px)}.form-cta__left{margin-bottom:0}.form-cta__label{display:block}.form-cta__right{padding:0}.form-cta__form form .captcha-field{max-width:150px}.form-cta__items .item{align-items:flex-start}.form-cta__items .item__info,.form-cta__items .item__action{max-width:100%}.form-cta__items .item__action{text-align:left}}/*# sourceMappingURL=form-cta.min.css.map */