main.hero{background-color:var(--primary);flex-direction:column;justify-content:flex-end;align-items:center;gap:1em;width:100%;height:45vw;min-height:680px;padding-top:2em;display:flex}main.hero:after{content:"";background-image:url(/img/gradient_background.png);background-position:bottom;background-size:cover;width:100%;height:10em}main.hero>div.container{color:#fff;text-align:center;text-shadow:0 0 5px #00000080;background-image:url(/img/background_blueprint.png);background-position:50%;background-repeat:no-repeat;background-size:contain;flex-direction:column;width:60%;height:45vw;max-height:800px;padding:20px 20px 20px 40px;display:flex}main.hero>div.container>h1{font-size:5em;font-weight:300}main.hero>div.container>div.sections{justify-content:center;align-items:center;gap:1em;font-size:2em;display:flex}main.hero>div.container>div.sections>div.buttons{text-shadow:none;grid-template-columns:150px 150px 150px;justify-items:center;gap:1em;display:grid}main.hero>div.container>div.sections>div.buttons>a{width:150px;height:150px}main.hero>div.container>div.sections>div.buttons>a>div.button{width:100%;height:100%;padding:0}main.hero>div.container>div.sections>*{flex:5em}div.sponsored{flex-direction:column;align-items:center;display:flex}div.featured{background-color:#0003;flex-direction:column;align-items:center;padding-bottom:2em;display:flex}div.featured>h2{color:#ffd746}div.featured div.items{flex-wrap:wrap;justify-content:center;gap:1em;display:flex}div.features{flex-direction:column;align-items:center;padding-bottom:2em;display:flex}div.features div.ccs{grid-template-columns:repeat(2,1fr);gap:2em;display:grid}div.features div.ccs div.advice{text-align:center;justify-content:space-between;align-items:center;gap:1em;width:30em;display:flex}div.features div.ccs div.advice p{font-size:1.5em}div.features div.ccs div.advice{font-family:var(--font-family),sans-serif;background-color:#ffffff08;padding:1em 2.5em}div.features div.ccs div.advice.link{color:var(--white);font-family:Minecraft,sans-serif}div.features div.ccs div.advice.link:after{content:">";font-family:Minecraft,sans-serif;font-size:5em}
