@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.input{flex-direction:column;gap:1.7rem;display:flex}.input input,.input textarea{background-color:#fff;border:.1rem solid #bdbdbd;border-radius:.2rem;outline:none;padding:1.6rem;font-size:1.6rem}.input input::placeholder,.input textarea::placeholder{color:#bdbdbd;font-size:1.6rem;font-weight:400}.input input:focus,.input textarea:focus{border-color:#222;outline:none}.input textarea{min-width:100%;max-width:100%;min-height:20rem;max-height:25rem;font-family:inherit}.input label{color:#222;font-size:1.6rem;font-weight:600}.input__error{color:#d32f2f;font-size:1.25rem;line-height:1.4}.input--outline label{color:#fff}.input--outline input,.input--outline textarea{color:#fff;background-color:#0000;border:.1rem solid #bdbdbd;padding:2rem;font-family:inherit}.input--outline input::placeholder,.input--outline textarea::placeholder{color:#fff}.input--outline input:focus,.input--outline textarea:focus{border-color:#222;outline:none}select{cursor:pointer;background-color:#fff;border:.1rem solid #bdbdbd;border-radius:.6rem;outline:none;padding:2rem;font-family:inherit;font-size:1.6rem}select:focus{border-color:#222;outline:none}
@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.checkbox{flex-direction:column;gap:.6rem;display:flex}.checkbox__link{color:#222;text-decoration:underline}.checkbox__link--white{color:#fff}.checkbox__row{align-items:flex-start;gap:1rem;display:flex}.checkbox__row .checkbox__text{margin-right:.5rem;font-size:1.4rem}.checkbox__row .checkbox__text--white{color:#fff}.checkbox__row .checkbox__input{opacity:0;width:0;height:0;position:absolute}.checkbox__row .checkbox__label{cursor:pointer;background-color:#fcfcfc;border:.1rem solid #bdbdbd;border-radius:.2rem;outline:none;flex-shrink:0;width:2rem;height:2rem;margin-top:.3rem;position:relative}.checkbox__row .checkbox__label:focus-visible{outline-offset:1px;outline:1px solid #222}.checkbox__row .checkbox__label:after{content:"";opacity:0;border-bottom:.3rem solid #222;border-right:.3rem solid #222;width:.5rem;height:1.2rem;transition:all .4s;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)rotate(40deg)scale(0)}.checkbox__row .checkbox__label--white{border:.1rem solid #fff}.checkbox__row .checkbox__label--white:after{content:"";opacity:0;border-bottom:.3rem solid #fff;border-right:.3rem solid #fff;width:.5rem;height:1.2rem;transition:all .4s;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)rotate(40deg)scale(0)}.checkbox__row .checkbox__span{position:absolute;top:-1.4rem;left:2.3rem}.checkbox__row .checkbox__input:checked+.checkbox__label:after{opacity:1;transform:translate(-50%,-50%)rotate(40deg)scale(1)}
@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.form{background-color:#f8f7f4;border-radius:2rem;padding:4rem 3.4rem}.form .massage-title{margin-bottom:2.5rem}.form__title{margin-bottom:1rem;font-size:2.5rem;font-weight:600}.form__text{color:#616161;margin-bottom:3.2rem}.form__form,.form__row{flex-direction:column;gap:3rem;display:flex}.form button{align-self:flex-end}.form .input{flex-direction:column;gap:.8rem;display:flex}.form .input label{color:#222;font-size:1.5rem;font-weight:500}.form .input select{color:#222;cursor:pointer;appearance:none;background:#fcfcfc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23616161' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 1.8rem center/1.8rem no-repeat;border:.1rem solid #dcdcdc;outline:none;width:100%;height:5.6rem;padding:0 5rem 0 1.8rem;font-family:inherit;font-size:1.6rem;transition:all .25s}.form .input select:focus{border-color:#222;outline:none}.form .input__error{color:#d63939;margin-top:.5rem;font-size:1.3rem}.form textarea{resize:none;min-height:14rem}.form .checkbox{flex-direction:column;gap:.8rem;display:flex}.form .checkbox label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;display:flex}.form .checkbox input{opacity:0;width:0;height:0;position:absolute}.form .checkbox input:checked+span:before{border-color:#222}.form .checkbox input:checked+span:after{opacity:1;transform:translateY(-60%)rotate(45deg)scale(1)}.form .checkbox span{color:#222;padding-left:3.5rem;font-size:1.5rem;line-height:2.2rem;position:relative}.form .checkbox span:before{content:"";background:#fff;border:.1rem solid #dcdcdc;border-radius:.6rem;width:2.2rem;height:2.2rem;transition:all .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.form .checkbox span:after{content:"";opacity:0;border-bottom:.22rem solid #222;border-right:.22rem solid #222;width:.55rem;height:1rem;transition:all .2s;position:absolute;top:50%;left:.65rem;transform:translateY(-60%)rotate(45deg)scale(0)}@media (min-width:768px){.form__row{flex-direction:row;gap:2rem}.form__row>*{flex:1}}
@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.contact{margin-bottom:5rem}.contact__container{flex-wrap:wrap;gap:3rem;display:flex}.contact__left{flex:50rem}.contact__right{flex:40rem}.contact__title{color:#222;margin-bottom:5rem;font-size:4.4rem;font-weight:500;display:block}.contact__tiles{flex-wrap:wrap;gap:2rem;margin-bottom:3rem;display:flex}.contact__tile{text-align:left;color:#424242;border:.1rem solid #bdbdbd;border-radius:.2rem;align-self:start;align-items:center;gap:3rem;padding:1rem 1.4rem;font-size:2rem;font-weight:400;transition:background-color .25s,border-color .25s;display:flex}.contact__tile:hover{background-color:#f3f3f3;border-color:#a8a8a8}@media (min-width:558px){.contact__title{margin-bottom:8rem;font-size:7rem}.contact__tiles{margin-bottom:5rem}}
