@charset "UTF-8";.form-section{padding:var(--default-padding) 0;position:relative;z-index:2;overflow:hidden}.form-section::before,.form-section:after{content:"";pointer-events:none;z-index:-1;left:0;position:absolute}.form-section::before{background:linear-gradient(0deg,#f0f4f6 0,#faffff 100%);width:100%;top:0;height:clamp(80px,7.6161vw,10rem)}.form-section:after{width:100%;z-index:-2;background:var(--bg-b);top:0;height:calc(100% - var(--default-padding))}.form-section .container{position:static}.form-section .container:before{content:"";pointer-events:none;z-index:-1;left:50%;position:absolute;transform:translateX(-50%);background:linear-gradient(180deg,#f0f4f6 0,#faffff 100%);width:99.7vw;top:calc(100% - 1.5rem - var(--default-padding));height:clamp(80px,7.6161vw,10rem)}.form-section__box{display:flex;flex-direction:column;gap:var(--default-gap)}.form-section__inner{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem 1.5rem}.form-section__inner>.editor{border-radius:3.2rem;background:var(--bg-a);padding:clamp(16px,3.13vw,3.2rem);box-shadow:0 .4rem 3rem 0 rgba(0,0,0,.1);gap:clamp(20px,2.44vw,2.5rem)}.form-section__wrapp{border-radius:3.2rem;display:flex;background:var(--gr-a);position:relative;z-index:1;overflow:hidden}.form-section__wrapp p{position:absolute;z-index:2;max-width:42.7rem;width:100%;left:.8rem;bottom:.8rem;border-radius:2.4rem;background:var(--bg-a);padding:2rem;font-size:1.6rem;font-weight:400}.form-section__wrapp p strong{font-weight:600}.form-section__icon{width:100%;height:100%;border-radius:inherit}.form-section__icon .sprite,.form-section__icon img,.form-section__icon picture,.form-section__icon svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.form-section__icon.hover{position:absolute;z-index:2;inset:0;border-radius:inherit;opacity:0;transition:all .3s;visibility:hidden;background:var(--bg-k)}.video-section{overflow:hidden}@media (min-width:1024px){.form-section .editors [data-order="2"]{height:-moz-fit-content;height:fit-content;align-self:end}}@media (max-width:1023.98px){.form-section .container:before{width:100vw}.form-section__inner>.editor{order:-1}.form-section__inner{grid-template-columns:100%}.form-section__wrapp p{bottom:24px;left:24px}}@media (max-width:1023.98px) and (min-width:576px){.form-section__wrapp{aspect-ratio:664/329}}@media (max-width:743.98px){.form-section:after{height:calc(100% - var(--default-padding) - 30px)}.form-section .container:before{top:calc(100% - var(--default-padding) - 30px)}.form-section__inner>.editor{border-radius:clamp(20px,2.34vw,24px)}}@media (max-width:575.98px){.form-section__inner{gap:12px}.form-section__wrapp p{border-radius:initial;background:0 0;position:static}.form-section__wrapp{border-radius:20px;background:var(--bg-a);box-shadow:0 4px 30px 0 rgba(0,0,0,.1)}.form-section__icon{display:none}}@media (hover:hover){.form-section__wrapp:hover .form-section__icon.hover{opacity:1;visibility:visible}}@media (hover:none){.form-section__wrapp:active .form-section__icon.hover{opacity:1;visibility:visible}}