*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{margin:0;padding:0;list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html{box-sizing:border-box;font-size:62.5%;font-family:Arial,Helvetica,sans-serif;scroll-padding-top:30rem}body{align-items:center;background-image:linear-gradient(135deg,rgba(23,23,23,.9),rgba(115,115,115,.7),rgba(229,229,229,.5));display:grid;grid-gap:1rem;grid-template-areas:"header" "main" "footer";grid-template-columns:1fr;grid-template-rows:auto 1fr auto;justify-content:center;min-height:100vh;overflow:auto}@media only screen and (min-width: 1200px){body{grid-template-rows:13rem 1fr auto;overflow:auto}}.container{display:grid}header{background-color:#f5f5f4;box-shadow:0 3px 3px -2px #0003;grid-area:header;height:10rem;position:fixed;top:0;width:100%;z-index:999}.header-image{grid-column:1;margin:0 auto}footer{background-color:#262626;color:#d4d4d4;font-size:1.3rem;grid-area:footer;width:100%}footer ul{list-style-type:none;margin:1rem 0;padding:0;text-indent:0}footer ul li{margin-left:1rem;margin-bottom:.5rem}footer ul li span{text-decoration:underline;cursor:pointer}footer ul li span:hover{color:#fafafa}.logo{color:#fafafa;font-weight:600;grid-area:logo;height:6rem;margin-left:10%;margin-bottom:10%;margin-top:1.5rem}.text-card{background-color:#f5f5f5;border-radius:10px;box-shadow:0 12px 12px -2px #0003;display:grid;font-size:1.8rem;grid-gap:1rem;padding:1rem;text-align:justify}.text-card__image{border-radius:10px}.text-card__image-main{max-width:40%;margin:0 auto}.text-card__image-2{border-radius:10px;display:grid;grid-template-columns:50% 50%;margin:1rem;row-gap:10px}.text-card__image-2 img{background-color:#fff;height:100%;width:90%;margin:auto;padding:2rem}.text-card__image-2 img:hover{background-color:#fef9c3;cursor:pointer}.text-card__header{font-size:1.8rem;margin-bottom:-2rem;padding:1rem;text-align:center}.text-card__content{padding-left:1rem;padding-right:1rem;padding-top:1rem;margin-bottom:-1rem}@media only screen and (min-width: 1200px){.text-card{box-shadow:none;width:100%}.text-card__header{font-size:3rem;margin-bottom:-2rem;padding:1rem;text-align:center}}.form{align-self:center;background-color:#f5f5f5;border-radius:10px;box-shadow:0 12px 12px -2px #0003;font-size:1.8rem;justify-self:center;margin-bottom:2rem;padding:2rem;width:90%}.form-button{background-color:#3b82f6;border-radius:10px;border-style:solid;color:#fafafa;cursor:pointer;padding:1rem;width:100%}.form-button:hover{background-color:#60a5fa}.form-control{display:grid;grid-template-areas:"left right";grid-template-columns:15% 85%;margin-bottom:3rem;padding:1rem}.form-control input[type=checkbox]{accent-color:#3b82f6;grid-area:left;zoom:2}.form-control input[type=checkbox]:hover{cursor:pointer}.form-control label{grid-area:right;text-align:center}.form-group{display:flex;flex-direction:column;margin-bottom:3rem}.form-group input{appearance:none;border-radius:10px;border-style:solid;box-shadow:0 2px 2px -2px #0003;margin-top:1rem;padding:.8rem}.form-group input:focus{outline:.1em solid #3b82f6}.form-text{margin-bottom:3rem}@media only screen and (min-width: 1200px){.form{box-shadow:none;font-size:1.6rem;padding:2rem;width:100%}.form-control{align-items:center;justify-items:start;grid-gap:3rem;grid-template-columns:5% 95%}.form-group{margin-bottom:1rem}.form-text{margin-bottom:2rem}}.is-error{background-color:#f59e0b}.is-info{background-color:#3b82f6}.message{align-self:center;background-color:#f5f5f5;border-radius:10px;box-shadow:0 12px 12px -2px #0003;display:grid;font-size:2rem;grid-area:form;grid-gap:1rem;justify-self:center;margin-bottom:3rem;width:90%}.message--header{border-top-left-radius:5px;border-top-right-radius:5px;grid-row:1;margin-bottom:1rem;padding:1rem}.message--header__title{color:#f5f5f5;font-size:2.5rem;margin-left:2rem;text-align:left}.message--body{font-size:2rem;grid-row:2;margin-bottom:1rem;padding:2rem}.message--button{align-self:center;color:#fafafa;cursor:pointer;border-radius:10px;border-style:solid;grid-row:3;margin-bottom:2rem;justify-self:center;padding:1rem;width:80%}.message--button a{text-decoration:none}.message--button a:hover{color:#e5e5e5}.message--button a:visited{color:#fafafa}#modal{font-size:1.3rem;position:fixed;top:0;bottom:0;left:0;right:0;overflow:scroll;background-color:#00000080;z-index:1000;display:flex;flex-direction:column;align-items:center;animation-name:fadeIn;animation-duration:.15s;animation-timing-function:ease}#modal .modal-underlay{position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0}#modal .modal-content{margin-top:10vh;margin-bottom:1rem;width:80%;max-width:600px;border:solid 1px #999;border-radius:8px;box-shadow:0 0 20px #0000004d;background-color:#fff;padding:2rem;animation-name:zoomIn;animation-duration:.15s;animation-timing-function:ease}#modal .modal-content .modal-paragraphs{background-color:#fafafa;height:300px;margin-top:1rem;margin-bottom:2rem;overflow-y:scroll}#modal .modal-content .modal-paragraphs .modal-paragraph{padding:1rem;margin-bottom:1rem}#modal .modal-content .modal-button{background-color:#3b82f6;border-radius:10px;border-style:solid;color:#fafafa;cursor:pointer;font-size:1.6rem;padding:1rem;width:100%}#modal .modal-content .modal-button:hover{background-color:#60a5fa}#modal.closing{animation-name:fadeOut;animation-duration:.15s;animation-timing-function:ease}#modal.closing .modal-content{animation-name:zoomOut;animation-duration:.15s;animation-timing-function:ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes zoomIn{0%{transform:scale(.9)}to{transform:scale(1)}}@keyframes zoomOut{0%{transform:scale(1)}to{transform:scale(.9)}}main{display:grid;grid-area:main;grid-gap:2rem;grid-template-areas:"sidebar" "form";grid-template-columns:1fr;grid-template-rows:1fr auto;margin-top:10rem;width:100%}main .form-section{display:grid;grid-area:form}main .sidebar{align-self:center;border-radius:10px;font-size:2rem;grid-area:sidebar;justify-self:center;width:90%}@media only screen and (min-width: 1200px){main{align-items:start;grid-gap:0;grid-template-areas:"form sidebar";grid-template-columns:1fr 1fr;grid-template-rows:1fr;justify-items:center;margin-bottom:2rem;margin-top:-2rem}main .form-section{background-color:#f5f5f5;border-radius:10px;box-shadow:0 2px 2px -2px #0003;font-size:1.6rem;height:100%;margin-left:2rem;width:90%}main .sidebar{background-color:#f5f5f5;box-shadow:0 2px 2px -2px #0003;font-size:1.6rem;height:100%;margin-right:2rem;width:90%}}
