:root{--color-dark-blue:#070d59;--color-blue:#1f3c88;--color-red:#ee6f57;--color-white:#f6f5f5;--color-green:#16c79a;--color-light-blue:#51c2d5}*,:after,:before{margin:0;padding:0;box-sizing:inherit}html{font-size:58.5%;scroll-behavior:smooth}@media screen and (max-width:1250px){html{font-size:42%}}@media screen and (max-width:1000px){html{font-size:40%}}@media screen and (max-width:800px){html{font-size:35%}}@media screen and (max-width:680px){html{font-size:30%}body{visibility:hidden}}body{box-sizing:border-box;background-color:var(--color-white);background-color:#f2fdfd;color:var(--color-dark-blue);font-family:Montserrat,sans-serif;font-size:1.8rem;overflow-x:hidden}a{text-decoration:none}input,select,textarea{outline:none}.box-centered{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%}.box-centered>*{margin:1rem}.box-error{padding:4rem}.text-right{text-align:right!important;align-items:flex-end!important}.flex-column{display:flex;flex-direction:column;align-items:center}.flex-column>*{margin-bottom:.5rem}