.contact-form{display:flex;flex-direction:column;gap:2.5rem;padding:4rem 2.5rem;margin-top:10rem;width:100%;border-radius:24px;background-color:#bae5b5}.contact-form.alternative{margin-top:unset}.contact-form .contact-form__footer{display:flex;align-items:center;gap:1rem}.contact-form .contact-form__footer .footer__icon{width:32px;height:32px}.error-message{padding-left:.375em;margin-top:.375em;font-size:.75em;color:#9b0006}.input-wrapper{display:flex;flex-direction:column}.input-wrapper .input-wrapper__label{margin-bottom:1rem;font-size:18px;font-weight:700;line-height:1.5;letter-spacing:.36px;color:#045166}.input-wrapper .input-wrapper__label.input-wrapper__label--required:after{content:"*";position:relative;left:1px;color:#045166}.input-wrapper .input-wrapper__input{padding:1rem 1.5rem;font-family:var(--font-source-sans-pro);font-size:16px;line-height:1.2;letter-spacing:.32px;background-color:#e7f5df;border-radius:4px;border:none;outline:none}.input-wrapper .input-wrapper__input.input-wrapper__input--invalid{border:1px solid #9b0006!important}.input-wrapper textarea{height:300px;resize:none}.checkbox-wrapper{position:relative;display:flex;flex-direction:column;flex-wrap:wrap;padding-left:1.5em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-wrapper .checkbox-wrapper__checkbox{position:absolute;opacity:0}.checkbox-wrapper .checkbox-wrapper__checkbox:checked~.checkbox-wrapper__indicator:after{display:block}.checkbox-wrapper .checkbox-wrapper__indicator{position:absolute;top:.125em;left:0;height:1em;width:1em;border:1px solid #04653a;border-radius:2px;cursor:pointer}.checkbox-wrapper .checkbox-wrapper__indicator:after{content:"";position:absolute;display:none;left:4px;top:1px;width:4px;height:8px;border:solid #04653a;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-wrapper .checkbox-wrapper__content{color:#231f20;letter-spacing:.32px;font-size:14px;font-weight:400}.checkbox-wrapper .checkbox-wrapper__error-message{padding-left:0}.checkbox-wrapper--required .checkbox-wrapper__content:after{content:"*";position:relative;left:1px;color:#045166}.btn{width:-moz-fit-content;width:fit-content;font-family:var(--font-source-sans-pro);border:none;outline:none;padding:1.5rem 2.5rem;background-color:#f2fff4;border-radius:11.25rem;font-size:24px;font-weight:700}.spinner:after{display:block;width:1.45em;height:1.45em;content:" ";border-radius:50%;border:4px solid #95cf9d;border-top-color:#04653a;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contact-section{position:relative;width:100%;background:#95cf9d;z-index:20}.contact-section .contact-section__wrapper{position:relative;max-width:1420px;margin:0 auto;display:flex;gap:8.5rem;padding:10rem 3.75rem 5rem;border-top:3px solid #a7dfaf}.contact-section .contact-section__wrapper.alternative{flex-direction:column;padding:7.5rem 10.75rem 5rem;gap:5rem}.contact-section .contact-section__wrapper .contact-section__header{position:relative}.contact-section .contact-section__wrapper .contact-section__header .header__title{font-size:94px;line-height:1.15;font-family:var(--font-antonio);color:#04653a}.contact-section .contact-section__wrapper .contact-section__header.alternative .header__title{text-align:center;font-size:64px;line-height:1.4}.contact-section .contact-section__wrapper .contact-section__header .header__subtitle{margin-top:4rem;font-weight:700;font-size:32px;line-height:1.2;letter-spacing:.64px}.contact-section .contact-section__wrapper .contact-section__header .header__contact-btns{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.contact-section .contact-section__wrapper .contact-section__header .header__icon{position:absolute;bottom:-120px;right:48%}.contact-btn{display:flex;width:26.5rem;height:5rem;font-weight:700;border-radius:11.25rem;background-color:#f2fff4;font-size:24px;line-height:1.4;letter-spacing:.48px}.contact-btn .contact-btn__link{flex:1 1;display:flex;justify-content:center;align-items:center;gap:1rem;padding:2rem 2.5rem;border-radius:11.25rem}