@import "https://fonts.googleapis.com/css2?family=Macondo&display=swap";
@import "https://fonts.googleapis.com/css2?family=Macondo&family=Nunito&display=swap";
:root{--color-gray-dark:#575757;--color-gray-light:#d0d0d0;--color-black:#1a1a1a;--color-white:#fff;--color-red:#ff3b29;--color-red-dark:#870000;--shadow-default:0 .25rem .5rem #0003;--transition-default:all .3s ease}html{height:100%}body{background-color:var(--color-gray-light);flex-direction:column;min-height:100vh;margin:0;padding:0;display:flex}h1,h2,h3{margin:0;font-family:Macondo,serif}h2{font-size:4rem}h3{font-size:2rem}main{flex:1;width:100%}main p{font-family:Nunito,sans-serif}.main-content{flex-direction:column;align-items:center;gap:3rem;padding:3rem 0;display:flex}.error-page{background-color:var(--color-white);box-shadow:var(--shadow-default);border-radius:2em;flex-direction:column;justify-content:space-around;align-items:center;margin:5rem;padding:2rem 0;display:flex}.error-page h2{font-size:5rem}.error-page p{font-size:2rem}.error-page img{object-fit:cover;width:15rem;height:15rem;box-shadow:var(--shadow-default);transition:var(--transition-default);border-radius:1rem}@media (max-width:1024px){h2{font-size:3rem}}@media (max-width:615px){h2{font-size:2rem}.main-content{padding:1em}}
.header-module__6rtY2W__header{background-color:var(--color-gray-dark);z-index:1000;flex-wrap:wrap;justify-content:space-around;align-items:center;padding:1rem 0;display:flex;position:static;top:0}.header-module__6rtY2W__title{color:var(--color-white);font-family:Macondo,serif;font-size:2rem;text-decoration:none;transition:all .5s}.header-module__6rtY2W__divLogo{flex-wrap:wrap;align-items:center;display:flex}.header-module__6rtY2W__logo{border-color:var(--color-black);border-style:ridge;border-radius:100%;width:4rem;height:4rem;margin-right:1rem}.header-module__6rtY2W__nav a{color:var(--color-white);margin:0 1.25rem;font-family:Nunito,ExtraLight,sans-serif;font-size:1.25rem;text-decoration:none;transition:all .5s;position:static}.header-module__6rtY2W__nav a:after{content:"";background-color:var(--color-red-dark);width:0;height:.15rem;transition:width .3s;position:absolute;bottom:-.5rem;left:0}.header-module__6rtY2W__nav a:hover{color:var(--color-red-dark);font-weight:500;position:relative;transform:translateY(-2px)}.header-module__6rtY2W__nav a:hover:after{width:100%}.header-module__6rtY2W__burgerMenu{cursor:pointer;flex-direction:column;justify-content:space-between;width:2rem;height:1.5rem;transition:all .3s;display:none;position:relative}.header-module__6rtY2W__burgerMenu span{background-color:var(--color-white);width:100%;height:4px;transition:all .3s;display:block}.header-module__6rtY2W__menuToggle{opacity:0;width:0;height:0}.header-module__6rtY2W__menuToggle:checked+.header-module__6rtY2W__burgerMenu>span:first-child{transform:translateY(10px)rotate(45deg)}.header-module__6rtY2W__menuToggle:checked+.header-module__6rtY2W__burgerMenu>span:nth-child(2){opacity:0}.header-module__6rtY2W__menuToggle:checked+.header-module__6rtY2W__burgerMenu>span:nth-child(3){transform:translateY(-10px)rotate(-45deg)}@media (min-width:1800px){.header-module__6rtY2W__divLogo,.header-module__6rtY2W__nav a{font-size:1.5rem}}@media (max-width:800px){.header-module__6rtY2W__header{padding:1rem}}@media (max-width:615px){.header-module__6rtY2W__burgerMenu{display:flex}.header-module__6rtY2W__navLinks{background-color:var(--color-gray-dark);justify-content:center;place-items:center;gap:.5rem;width:100%;padding:1rem 0;display:none;position:absolute;top:6rem;left:0}.header-module__6rtY2W__navLinks a{text-align:center;border-radius:0;width:25%;padding:1rem 0}.header-module__6rtY2W__menuToggle:checked~.header-module__6rtY2W__navLinks{flex-direction:column;display:flex}}
.footer-module__tUdqrq__footer{color:#fafafa;z-index:1000;background-color:#575757;justify-content:center;align-items:center;padding:1rem 0;font-family:Nunito,ExtraLight,sans-serif;display:flex;bottom:0;left:0;right:0}.footer-module__tUdqrq__footer p{align-self:center;font-size:1.25rem}.footer-module__tUdqrq__section{flex-direction:column;margin-right:5rem;padding:0;display:flex}.footer-module__tUdqrq__section p{margin:0;padding:0}.footer-module__tUdqrq__section a{color:var(--color-white);justify-content:center;font-family:Nunito,ExtraLight,sans-serif;font-size:1.1rem;text-decoration:none;transition:all .5s;display:flex;position:static}.footer-module__tUdqrq__section a:after{content:"";background-color:var(--color-red-dark);width:0;height:.15rem;transition:width .3s;position:absolute;bottom:-.5rem;left:0}.footer-module__tUdqrq__section a:hover{color:var(--color-red-dark);font-weight:500;position:relative}.footer-module__tUdqrq__section a:hover:after{width:100%}.footer-module__tUdqrq__copyright{border-left:.125rem solid var(--color-red-dark);margin:0;padding-left:5rem;font-size:.75rem;line-height:2.6}@media (min-width:1800px){.footer-module__tUdqrq__footer p{font-size:1.5rem}}@media (max-width:800px){.footer-module__tUdqrq__footer{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.footer-module__tUdqrq__section{width:100%;margin-bottom:1rem;margin-right:0}.footer-module__tUdqrq__copyright{border-left:none;width:100%;margin-top:1rem;padding-left:0;font-size:.9rem;line-height:1.6}}@media (max-width:615px){.footer-module__tUdqrq__footer{flex-direction:column;align-items:center;padding:1rem .5rem;display:flex}.footer-module__tUdqrq__section{width:100%;margin-bottom:0;padding:0}.footer-module__tUdqrq__copyright{text-align:center;border-top:.125rem solid var(--color-red-dark);margin:0;padding:2rem 0 0;font-size:1rem}.footer-module__tUdqrq__section a{font-size:1rem}}
