.hero__wrap{display:flex;flex-direction:column;align-items:center;justify-content:center}.hero__wrap-title{padding-bottom:30px}form{display:flex;flex-direction:column;align-items:center;width:65%;gap:20px}form>*{width:100%}@media (max-width: 1200px){form{width:85%}}@media (max-width: 992px){form{width:90%}}@media (max-width: 576px){form{width:100%}}.row{display:flex;gap:20px}.row .field{flex:1}label{display:none}.hero__wrap input:not([type=checkbox]){width:100%;padding:17px 45px;font-size:18px;font-weight:700;border-radius:32px;border:2px solid #000000;box-shadow:5px 5px #000;outline:none}.hero__wrap input:not([type=checkbox])::placeholder{color:#000}button.ctab{margin-top:50px;padding:17px 45px;border-radius:32px;border:2px solid #000000;font-size:18px;font-weight:700;cursor:pointer;box-shadow:5px 5px #000}button.ctab:hover{transform:translate(-2px,-2px);box-shadow:7px 7px #000}.second{display:flex;flex-direction:column;gap:20px}footer{display:none}.hidden{display:none}.secondary-btn{padding:12px 30px}.return{width:auto;color:#b3b3b3}.return:hover{color:#ff7064}
