html,body{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}*,:before,:after{box-sizing:border-box}img,video{max-width:100%;height:auto;display:block}section,article,div{overflow-x:clip}.container,header,main,footer{width:100%;max-width:100%}:root{--font-default:var(--font-mona),Arial,Helvetica,sans-serif;--background:#1f1d1d;--title:#ddd;--p:white;--important:WHITE;--importantBg:#4a6fe3;--importantBgButton:#4a6fe3;--max-width:1600px}body{height:100%;color:var(--p);background:var(--background);font-family:var(--font-default)}h1,h2,h3,h4,h5,h6{color:var(--title);font-weight:600}h1{font-size:3.5em}h2{font-size:clamp(3.5em,2.2vw,2.5rem);font-weight:600;line-height:1.2}*{box-sizing:border-box;margin:0;padding:0}.layout{flex-direction:column;min-height:100dvh;display:flex}main{flex-direction:column;flex:1;align-items:center;margin-bottom:4rem;display:flex}a{color:inherit;text-decoration:none}section{justify-items:center;width:100%;padding:3rem 0}.important{color:var(--importantBg)}button{all:unset;cursor:pointer;border:2px solid var(--title);background:linear-gradient(200deg,var(--background),var(--importantBg));width:fit-content;color:var(--title);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:transform .3s ease-in-out;display:inline-flex}button:focus-visible{outline:5px solid var(--important);outline-offset:5px}button:hover{transform:scale(1.03)}.lightButton{background:var(--title);color:var(--background);transition:all .3s ease-in-out}.lightButton:hover{background:linear-gradient(200deg,var(--background),var(--importantBg));color:var(--title)}.noButton{all:unset;cursor:pointer}.tag{width:fit-content;color:var(--important);background-color:var(--importantBg);border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:clamp(.95rem,1.2vw + .6rem,1.25rem);font-weight:600;line-height:1.4;display:flex}section{flex-direction:column;justify-content:center;align-items:center;display:flex}.sectionContent{max-width:var(--max-width);margin:0 1rem}.headTitle{padding-bottom:0}.headTitle h1,.headTitle h2,.headTitle p{text-align:center;padding-inline:.5rem}p{font-size:clamp(1rem,1.4vw + .5rem,1.25rem);line-height:1.6}
@font-face{font-family:monaSans;src:url(../media/MonaSans_Regular-s.p.07226f0a.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:monaSans;src:url(../media/MonaSans_SemiBold-s.p.a37e9b03.woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:monaSans;src:url(../media/MonaSans_Bold-s.p.3dc7a3ae.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:monaSans Fallback;src:local(Arial);ascent-override:103.98%;descent-override:30.53%;line-gap-override:0.0%;size-adjust:104.83%}.monasans_f99eb7d2-module__DNB9Wq__className{font-family:monaSans,monaSans Fallback}.monasans_f99eb7d2-module__DNB9Wq__variable{--font-mona:"monaSans","monaSans Fallback"}
header{background-color:var(--background);z-index:10;width:100%;position:sticky;top:0;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038}header .headerContent{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:100%;margin:0;padding:1rem;display:flex}header .headerContent .siteTitle{color:var(--title);font-size:1.5rem;font-weight:700}header .headerContent nav ul{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}header .headerContent nav ul li a{padding:.5rem 1rem;transition:color .2s}header .headerContent nav ul li a:focus-visible{outline:5px solid var(--important);outline-offset:5px;border-radius:10px}header .headerContent nav ul li a:hover{color:var(--important);background-color:var(--importantBg);border-radius:100px}header .headerContent nav ul li a.active{color:var(--importantBg);background-color:#0000;font-weight:700}@media (max-width:767px){header .headerContent nav ul li a:hover{color:var(--background)}header .headerContent nav ul li a.active{color:var(--background);font-weight:700}header .headerContent nav{background-color:var(--importantBgButton);color:var(--background);max-height:0;transition:all .4s ease-in-out;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 14px 28px #000,0 10px 10px #000000b3}header .headerContent nav ul{flex-direction:column;gap:0}header .headerContent nav ul a{display:block}header .headerContent nav ul li{padding:15px 40px;transition:all .5s ease-in-out}header .headerContent nav ul li:hover{background-color:var(--important)}header .headerContent nav.open{max-height:300px;padding:0}}@media (max-width:1023px){header .headerContent nav{background-color:var(--importantBgButton);color:var(--background);max-height:0;transition:all .4s ease-in-out;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 14px 28px #000,0 10px 10px #000000b3}header .headerContent nav ul{flex-direction:column;gap:0}header .headerContent nav ul a{display:block}header .headerContent nav ul li{padding:15px 40px;transition:all .5s ease-in-out}header .headerContent nav ul li:hover{background-color:var(--important)}header .headerContent nav.open{max-height:300px;padding:0}}header .headerContent .burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;gap:0;width:24px;height:18px;padding:0;display:none}header .headerContent .burger span{background:var(--title);border-radius:2px;width:100%;height:3px;transition:all .3s;display:block}header .headerContent .burger.open span:first-child{transform:rotate(45deg)translateY(5px)translate(6px)}header .headerContent .burger.open span:nth-child(2){opacity:0}header .headerContent .burger.open span:nth-child(3){transform:rotate(-45deg)translateY(-5px)translate(5px)}@media (max-width:1023px){header .headerContent .burger{max-width:100%;margin:0;padding:1rem 1.5rem;display:flex}}@media (max-width:767px){header .headerContent .burger{max-width:100%;margin:0;padding:1rem 1.5rem;display:flex}}@media (max-width:320px){header .headerContent .burger{max-width:100%;margin:0;padding:1rem 1.5rem;display:flex}}
footer{box-shadow:0 -6px 14px #0000002e,0 -4px 6px #0000001f}footer span{color:var(--title);font-weight:700}.footerContent{text-align:left;max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1rem .75rem;font-size:.85rem;display:flex}.footerContent p{align-items:center;gap:.4rem;margin:0;display:inline-flex}.footerContent .iconsFooter{align-items:center;gap:.75rem;transition:transform .16s;display:inline-flex;transform:translate(-4.6rem)}@media (max-width:768px){.footerContent{text-align:center;flex-direction:column-reverse;align-items:center;padding:.75rem}.footerContent p{white-space:normal;margin-top:.5rem;font-size:.9rem}.footerContent .iconsFooter{transition:none;transform:none}}
