:root{--100vh:100vh;--breakpoint:desktop;--orientation:landscape}@media (orientation:portrait){:root{--orientation:portrait}}@media screen and (max-width:1580px){:root{--breakpoint:laptop}}@media screen and (max-width:1124px){:root{--breakpoint:tablet}}@media screen and (max-width:860px){:root{--breakpoint:phone}}.contact-form-section{max-width:80rem;padding-bottom:6rem}@media screen and (max-width:860px){.contact-form-section{padding-left:0;padding-right:0}}.contact-form-section .form-group{display:flex;gap:1.12rem;margin-bottom:1.12rem;position:relative}.contact-form-section .form-group>*{flex:1;position:relative}.contact-form-section .form-group .form-custom-group{margin-bottom:1.5rem}.contact-form-section .form-group .form-custom-group .button{padding:1.05rem 5.13rem}.contact-form-section .form-group .error-message{bottom:.25rem;color:red;left:1.3rem;position:absolute;transform:translateY(100%)}.contact-form-section .form-group .success{color:#333}
