:export{redPrimary:#c0301e;redDark:#891915;bluePrimary:#090081;blueLight:#0798dd;inputTextColor:#2e3750;grey:#a09e9e;green:#53a548}*{box-sizing:border-box;margin:0;font-family:Helvetica,Arial,sans-serif}body,html{margin:0;padding:0;scroll-behavior:smooth;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}body>.mainContainer,html>.mainContainer{flex:1 1;display:flex;flex-direction:column}.block{margin:0 auto;display:flex;flex-direction:column;gap:30px;max-width:60%;padding:30px;background-color:hsla(0,0%,100%,.733);box-shadow:0 4px 10px 0 rgba(0,0,0,.1);border-radius:8px}.block .redTitle{color:#c0301e;text-transform:uppercase;font-weight:600;text-align:center}@media screen and (max-width:1000px){.block{max-width:70%}}@media screen and (max-width:800px){.block{max-width:80%}}@media screen and (max-width:650px){.block{max-width:90%}}@media screen and (max-width:500px){.block{max-width:95%}}.marginTop{margin-top:50px}@media screen and (max-width:500px){.marginTop{margin-top:30px}}