#home{height:100%}#home>section#hero{min-height:80vh;color:var(--bg);background-image:url(/uploads/background.png);background-position-y:40%;background-size:cover;display:flex;position:relative}#home>section#hero>video{object-fit:cover;object-position:top center;width:100vw;height:100%;position:absolute;top:0;left:0}#home>section#hero>div{z-index:1;-webkit-backdrop-filter:blur(5px)brightness(.5);backdrop-filter:blur(5px)brightness(.5);justify-content:center;align-items:center;gap:20px;width:100%;padding:1rem}#home>section#hero h1{font-size:clamp(2.5rem,5vw,4rem)}#home>section#hero p{font-size:1.2rem}#home>section:not(#hero){align-items:center;gap:40px;padding:2rem}#home>section:nth-child(2)>div{max-width:800px}#home>section>div#episodes{align-items:center;gap:20px}#home>section#values>div.row{justify-content:space-around;gap:20px;width:100%;max-width:1200px}#home>section#values>div.row>div.column{align-items:center;gap:10px}#home>section#values span:has(>svg){background-color:var(--primary);color:var(--bg);border-radius:.5rem;padding:.5rem}#home>section#values span>svg{width:32px;height:32px}#home>section#values div>p{text-align:center;font-size:.9rem}#home>section#newsletter{background-color:var(--primary);color:var(--bg);gap:30px}#home>section#newsletter span>svg{width:36px;height:36px}#home>section#newsletter form{gap:10px}#home>section div#platforms{flex-wrap:wrap;justify-content:center;gap:40px}#home>section div#platforms>span{border-radius:1rem;justify-content:center;align-items:center;gap:10px;width:150px;height:100px;font-size:.8rem;font-weight:700}#home>section div#platforms>span svg{width:48px;height:48px}
