section.pop-up-contact-form-module{align-items:center;display:flex;height:100vh;inset:0;justify-content:center;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;width:100vw;z-index:1}section.pop-up-contact-form-module.active{opacity:1;pointer-events:all}section.pop-up-contact-form-module:after{background-color:#250b3b;content:"";height:100%;inset:0;opacity:.8;position:absolute;width:100%}section.pop-up-contact-form-module .container{background-color:#fff;border-radius:10px;display:flex;gap:0;max-height:650px;max-width:1000px;overflow:hidden;padding:0;position:relative;z-index:2}section.pop-up-contact-form-module .container .wrapper{max-width:50%;width:100%}section.pop-up-contact-form-module .wrapper-content{display:flex;flex-direction:column;justify-content:space-between}section.pop-up-contact-form-module .wrapper-content .hero-form-text{display:flex;flex-direction:column;gap:1.25rem;height:fit-content;padding:4rem}section.pop-up-contact-form-module .wrapper-content .hero-form-picture{height:auto;width:100%}section.pop-up-contact-form-module .wrapper-content .hero-form-picture img{height:100%;object-fit:cover;width:100%}section.pop-up-contact-form-module .wrapper-form{background-color:#cfe3ff;overflow:scroll;padding:1rem}section.pop-up-contact-form-module .wrapper-form .close-pop-up-trigger{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23748296' d='M14.25 4.808 13.193 3.75 9 7.943 4.808 3.75 3.75 4.808 7.943 9 3.75 13.193l1.058 1.057L9 10.057l4.193 4.193 1.057-1.057L10.057 9z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:11px;height:18px;padding:0;position:absolute;right:20px;top:20px;width:18px}@media (max-width:768px){section.pop-up-contact-form-module .container{flex-direction:column}section.pop-up-contact-form-module .container .wrapper{max-width:100%}section.pop-up-contact-form-module .wrapper-content .hero-form-text{padding:1.5rem}section.pop-up-contact-form-module .wrapper-content .hero-form-picture{display:none}}