body{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:stretch;background-color:var(--tertiary-color)}header{position:initial}header .reduced-header-item p.additional-text:hover{text-decoration:underline;text-underline-offset:4px}#content{display:flex;flex-direction:column;align-items:start;gap:30px;align-self:center;width:min(900px,100% - 2 * env(safe-area-inset-right));margin:130px 0;padding:65px 80px;border-radius:20px;background-color:#fff;box-shadow:var(--global-shadow-light);transition:.3s width}#content .main-row{display:flex;flex-direction:row;justify-content:space-between;width:100%}#content .main-row .input-fields{display:flex;flex-direction:column;justify-content:center;gap:35px;width:50%}#content .main-row .input-fields input{border:none;font-size:19px;color:#fff;background-color:#b4a0a0;border-radius:5px;padding:14px}#content .main-row .input-fields input::placeholder{color:#fffc}#content .main-row img{height:200px}#content .bottom-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}#content .bottom-row input{border:none;font-size:19px;cursor:pointer;color:#fff;background-color:var(--accent-color);padding:20px 78px;border-radius:5px}#content .bottom-row .error-message{color:#ca1b1b;width:50%;display:none}#content .bottom-row .error-message.visible{display:initial}@media screen and (max-width:1000px){#content{width:min(90%,100% - 2 * env(safe-area-inset-right))}}@media screen and (max-width:850px){#content{gap:60px;width:min(540px,100% - 2 * env(safe-area-inset-right));padding:45px 60px}#content .main-row .input-fields{width:100%}#content .main-row img{display:none}#content .bottom-row{flex-direction:column;justify-content:start;align-items:start;gap:40px}#content .bottom-row .error-message{width:100%}}@media screen and (max-width:600px){#content{width:min(90%,100% - 2 * env(safe-area-inset-right))}#content .section-heading-font{align-self:center;text-align:center}}@media screen and (max-width:400px){#content{padding:40px 30px}#content .bottom-row input{padding:15px 0;width:100%}}
