body{flex-direction:column;font-family:var(--font-inter),sans-serif;color:#f2f2f2;background-color:#0a0a0a;margin:0;padding:0;box-sizing:border-box;height:100vh}body,main{display:flex}main{flex:1 1}h1,h2,h3,h4,h5,h6{margin:0;padding:0}.page-wrapper{display:block;width:100%;background:linear-gradient(180deg,#0a0a0a,#1c1c1c);min-height:100vh;color:#f2f2f2}.hero{position:relative;height:40vh;width:100%;overflow:hidden}@media screen and (max-width:768px){.hero{height:30vh}}.hero-image{display:block;width:100%;height:auto;object-fit:cover;filter:blur(.125rem);-webkit-filter:blur(.125rem)}.hero-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:rgba(10,10,10,.5);text-align:center;padding:2rem}.hero-subtitle{font-size:1rem;letter-spacing:1px;opacity:.8;text-transform:uppercase;margin-bottom:.5rem;color:#e7fb01}.hero-title{font-size:3rem;font-weight:700}.card{display:flex;align-items:flex-start;max-width:1440px;background:#1c1c1c;border-radius:1rem;margin:2rem auto}@media screen and (max-width:1440px){.card{margin:1rem}}.sidebar{display:block;width:250px;padding:2rem;position:-webkit-sticky;position:sticky;top:0;align-self:flex-start;height:-moz-fit-content;height:fit-content}@media screen and (max-width:768px){.sidebar{display:none}}.nav-list{list-style:none;padding:0;margin:0}.nav-item{color:#6d6d6d;width:100%;justify-content:flex-start;padding:.5rem;transition:all .2s ease-in;margin:1rem 0}@media screen and (max-width:768px){.nav-item{font-size:.875rem}}.active,.nav-item:hover{color:#edfb20;opacity:1}.active{font-weight:700;color:#e7fb01}.legal-content{position:relative;flex:1 1;padding:2rem}.legal-content:before{content:"";position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(180deg,#3d3d3d,#1c1c1c);border-radius:4px}@media screen and (max-width:768px){.legal-content{border:0;padding:2rem 1rem}.legal-content:before{display:none}}.title{font-size:1.8rem}.text{font-size:1rem;line-height:1.6;color:#ccc;margin:0}.tab-nav-mobile{display:flex;overflow-x:auto;position:-webkit-sticky;position:sticky;background-color:#0a0a0a;padding:1rem;gap:.5rem;border-bottom:1px solid #3d3d3d}@media(min-width:768px){.tab-nav-mobile{display:none}}.tab-button{border:1px solid #3d3d3d;color:#b0b0b0;padding:.5rem 1rem;transition:background .2s}.tab-button.active{color:#edfb20;background-color:#3d3d3d;font-weight:400}.tab-button:hover{background-color:#454545}.back-to-top-button{display:flex;justify-content:center;align-items:center;margin:3rem auto 0;color:#f2f2f2;border-radius:50%;padding:.75rem;border:1px solid #454545;transition:all .3s ease-in-out}.back-to-top-button:hover{background-color:#e7fb01;border-color:#f8ff54;color:#0a0a0a}.about-section{display:flex;position:relative;align-items:flex-start;flex-direction:column;max-width:1440px;background:#1c1c1c;border-radius:1rem;margin:2rem auto;padding:2rem;overflow:hidden}@media screen and (max-width:1440px){.about-section{margin:2rem}}.about-section .about-title{align-self:center}