.contact-form{background:#e9eefa;padding:5rem 0}@media only screen and (max-width:575px){.contact-form{margin-top:2rem;padding-top:0}}.contact-form__container{background:#fff;padding:1rem 1rem 1rem 3.125rem;display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;border-radius:32px;box-shadow:0 4px 6px #10121a0a;margin-left:2rem!important;margin-right:2rem!important;width:fit-content!important}@media only screen and (max-width:1199px){.contact-form__container{grid-template-columns:1fr;padding:2rem}}@media only screen and (max-width:575px){.contact-form__container{border-radius:0;margin-left:0!important;margin-right:0!important}}.contact-form__left-panel{min-width:0;padding:2rem 0;display:flex;flex-direction:column;justify-content:space-between;opacity:0;transform:translate(-.5rem);transition:transform .6s ease,opacity .6s ease}@media only screen and (max-width:1199px){.contact-form__left-panel{flex-direction:row;gap:2rem;align-items:flex-start}}@media only screen and (max-width:991px){.contact-form__left-panel{flex-direction:column;padding:0;gap:1.5rem}}.contact-form__header{display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width:575px){.contact-form__header{gap:.5rem}}.contact-form__text{font-size:1.125rem;line-height:150%}.contact-form__contact{width:50%;display:flex;flex-direction:column;gap:1rem;max-width:300px}@media only screen and (max-width:575px){.contact-form__contact{width:100%;max-width:unset}}.contact-form__image{width:100%;height:auto;border-radius:24px;object-fit:cover;object-position:center 30%;aspect-ratio:1.1/1}.contact-form__phone-link{text-decoration:none;width:100%;background:#e9eefa;display:flex;flex-wrap:nowrap;align-items:center;gap:.75rem;border-radius:12px;padding:.375rem}.contact-form__icon{background:#fff;border-radius:8px;padding:1rem}.contact-form__icon svg{width:1.5rem;height:1.5rem}.contact-form__icon svg path{fill:#4f5bd5}.contact-form__number{font-size:1.25rem;font-weight:500;color:#111827;margin:0}.contact-form__form-container{background:#f4f7fd;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem;border-radius:24px;min-width:0;transform:translate(.5rem);opacity:0;transition:transform .6s ease,opacity .6s ease}@media only screen and (max-width:575px){.contact-form__form-container{padding:1.25rem 1rem}}.contact-form__left-panel.visible,.contact-form__form-container.visible{opacity:1;transform:translate(0)}.contact-form__form-title{font-size:1.5rem}.contact-form__form{display:flex;flex-direction:column;gap:1.5rem}.contact-form__two-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media only screen and (max-width:575px){.contact-form__two-columns{grid-template-columns:1fr;gap:1.5rem}}.contact-form__submit-button{background:#4f5bd5;padding:1rem;border-radius:12px;color:#fff;border:none;cursor:pointer;transition:background-color .24s ease-in-out}.contact-form__submit-button:hover{background:#3b46b5}.contact-form__submit-button:active{background:#383f85}
