.hero{background:#000;flex-direction:column;padding:2.5rem 1rem 0;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.hero{padding:4rem 1.5rem 0}}.hero__grain{opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:absolute;inset:0}.hero__grid-lines{pointer-events:none;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:25% 100%;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#00000080 30% 70%,#0000);mask-image:linear-gradient(#0000,#00000080 30% 70%,#0000)}.hero__container{z-index:1;flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}.hero__top{flex-direction:column;flex:1;align-items:center;padding-bottom:2rem;display:flex}@media (min-width:768px){.hero__top{padding-bottom:3rem}}.hero__intro{text-align:center;opacity:0;margin-bottom:2rem;transition:opacity .6s,transform .6s;transform:translateY(16px)}.hero--revealed .hero__intro{opacity:1;transform:translateY(0)}@media (min-width:768px){.hero__intro{margin-bottom:2.5rem}}.hero__badge{background-color:var(--color-yellow);color:#000;text-transform:uppercase;letter-spacing:.1em;border-radius:2px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:700;display:inline-block}@media (min-width:768px){.hero__badge{margin-bottom:1.25rem;font-size:.75rem}}.hero__title{font-family:var(--font-oswald);color:#fff;letter-spacing:.04em;text-transform:uppercase;font-size:1.75rem;font-weight:700;line-height:1.15}@media (min-width:768px){.hero__title{font-size:3rem}}.hero__panel{width:100%;max-width:640px;transition:opacity .2s,transform .2s}.hero__panel--enter{opacity:1;transform:translateY(0)}.hero__panel--exit{opacity:0;transform:translateY(8px)}.hero__panel-title{font-family:var(--font-oswald);color:#fff;letter-spacing:.03em;text-transform:uppercase;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}@media (min-width:768px){.hero__panel-title{margin-bottom:.75rem;font-size:1.375rem}}.hero__panel-desc{color:#ffffff8c;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}@media (min-width:768px){.hero__panel-desc{font-size:1rem}}@keyframes hero-feature-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.hero__panel-features{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.hero__panel-features li{color:#fffc;border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;padding:.625rem 0;font-size:.875rem;animation:.35s both hero-feature-in;display:flex}.hero__panel-features li:last-child{border-bottom:none}.hero__panel-features li svg{color:var(--color-yellow);flex-shrink:0;width:16px;height:16px}@media (max-width:767px){.hero__panel-features li{gap:.5rem;padding:.5rem 0;font-size:.8125rem}}.hero__panel-cta{margin-top:1.5rem}@media (min-width:768px){.hero__panel-cta{margin-top:2rem}}.hero__panel-cta-placeholder{height:42px}.hero__cards{opacity:0;grid-template-columns:repeat(2,1fr);gap:1px;transition:opacity .6s .25s,transform .6s .25s;display:grid;transform:translateY(12px)}.hero--revealed .hero__cards{opacity:1;transform:translateY(0)}@media (min-width:768px){.hero__cards{grid-template-columns:repeat(4,1fr)}}.hero__card{cursor:pointer;text-align:left;background:#ffffff0a;border:none;flex-direction:column;gap:.25rem;padding:1rem;transition:background .25s;display:flex;position:relative}@media (min-width:768px){.hero__card{gap:.375rem;padding:1.25rem 1.25rem 1.5rem}}.hero__card:before{content:"";background:0 0;height:2px;transition:background .25s;position:absolute;top:0;left:0;right:0}.hero__card:hover{background:#ffffff12}.hero__card--active{background:#ffffff14}.hero__card--active:before{background:var(--color-yellow)}.hero__card--active:hover{background:#ffffff14}.hero__card--active .hero__card-label{color:var(--color-yellow)}.hero__card--active .hero__card-title{color:#fff}.hero__card-label{text-transform:uppercase;letter-spacing:.1em;color:#ffffff59;font-size:.625rem;font-weight:700;transition:color .25s}@media (min-width:768px){.hero__card-label{font-size:.6875rem}}.hero__card-title{font-family:var(--font-oswald);color:#fff9;letter-spacing:.02em;font-size:.875rem;font-weight:700;transition:color .25s}@media (min-width:768px){.hero__card-title{font-size:1rem}}.hero__card-desc{color:#ffffff4d;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.6875rem;line-height:1.4;display:-webkit-box;overflow:hidden}@media (max-width:767px){.hero__card-desc{display:none}}@media (min-width:768px){.hero__card-desc{font-size:.75rem}}
