:root{--c-success:#40ff40;--c-error:#ff4040;--c-accent-100:#f09d91;--c-accent-300:#e86c5a;--c-accent-500:#e13c23;--c-accent-700:#a82d1a;--c-accent-900:#701e11;--c-light-100:#fff;--c-light-300:#efefef;--c-light-500:#dfdfdf;--c-light-700:#cfcfcf;--c-light-900:#bfbfbf;--c-dark-100:#404040;--c-dark-300:#303030;--c-dark-500:#202020;--c-dark-700:#101010;--c-dark-900:#000;--bs-light:#9696964d 0px 8px 24px;--bs-dark:#000000e6 0px 8px 24px;--fs-s:clamp(0.75rem,0.6875rem + 0.20833333333333334vw,0.875rem);--fs-m:clamp(0.875rem,0.8125rem + 0.20833333333333334vw,1rem);--fs-l:clamp(1.5rem,1.375rem + 0.625vw,2rem)}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--c-dark-700);background-color:var(--c-light-100);font-size:var(--fs-m)}ul{list-style-type:none}a{color:inherit;text-decoration:none}span{color:var(--c-accent-500)}p{line-height:1.8}h1{font-size:clamp(2em,4vw,3.2em)}h2{padding-left:1rem;border-left:3px solid var(--c-accent-500);font-size:var(--fs-l);line-height:1}h2,h3{text-transform:uppercase}h3{width:-moz-fit-content;width:fit-content;padding-bottom:.5rem;border-bottom:2px solid var(--c-accent-500);margin-bottom:1rem}h4{color:var(--c-accent-500);text-transform:uppercase}img{width:100%;height:100%;object-fit:cover}.icon{width:1rem;height:1rem;color:var(--c-dark-900)}.container{width:100%;max-width:100rem}.hero{height:calc(100vh - 8rem)}.section{padding:8rem 10%}.section,.showcase{display:flex;justify-content:center;gap:4rem}.showcase{padding:2rem 5%}.section-container{max-width:1600px}.section-container,.showcase-container{display:flex;flex-direction:column;gap:4rem}.content-sm{display:flex;flex-direction:column;gap:2rem}.grid-2l{display:grid;grid-template-columns:2fr 1fr;grid-gap:4rem;gap:4rem}.grid-2r{display:grid;grid-template-columns:1fr 2fr;grid-gap:8rem;gap:8rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.grid-2--large{gap:8rem}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:2rem}.grid-3,.grid-4{display:grid;gap:2rem}.grid-4{grid-template-columns:repeat(2,1fr);grid-gap:2rem}.grid-x{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:4rem;gap:4rem}.section--theme-dark{color:var(--c-light-300);background-color:var(--c-dark-700)}.section-header{display:flex;flex-direction:column;gap:1rem}@media screen and (max-width:1440px){.grid-3{gap:2rem}}@media screen and (max-width:1024px){.grid-2r{grid-template-columns:1fr}}@media screen and (max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}}@media screen and (max-width:480px){.grid-4{grid-template-columns:1fr}}