.header{--header-row:64px;z-index:100;background:0 0;padding:16px 0;position:fixed;top:0;left:0;right:0}.header__inner{box-sizing:border-box;grid-template-columns:1fr 1.5fr 1fr;align-items:center;max-width:1360px;margin:0 auto;padding:0 40px;display:grid}.header__burger{z-index:3;position:relative}.header__logo{justify-self:start;margin:15px 0 10px}.header__logo img{display:block}.header__nav{justify-self:center}.header__nav-inner{background:#262626;border-radius:32px;width:354px;padding:6.4px;display:flex}.header__nav-inner a{color:#fff;white-space:nowrap;background:0 0;border-radius:32px;padding:9.6px 25.6px;font-size:16px;font-weight:400;line-height:20px;transition:background-color .2s;display:inline-block}.header__nav-inner a:hover,.header__nav-inner a.is-active{background:#595959}.header__actions{justify-self:end;align-items:center;gap:24px;display:flex}.header__cta{background:var(--accent);color:#000;white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;padding:16px 32px;font-size:16px;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.header__burger{cursor:pointer;background:0 0;border:0;flex-shrink:0;width:64px;height:64px;padding:0;display:none}.header__burger-circle{background:#bfbfbf1a;border-radius:100%;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:64px;height:64px;display:flex}.header__burger-line{background:#fff;width:1.4rem;height:.15rem;transition:transform .6s cubic-bezier(.68,-.55,.265,1.55);position:relative}.header__burger-line--top{margin-left:-.5rem}.header__burger-line--bottom{margin-right:-.5rem}.header__burger--open .header__burger-line--top{transform:translate(.3rem,.3rem)rotate(45deg)}.header__burger--open .header__burger-line--bottom{transform:translate(-.25rem,-.3rem)rotate(-45deg)}.header__mobile-menu{z-index:2;pointer-events:none;position:fixed;inset:0;overflow:hidden}.header__mobile-menu--open{pointer-events:auto}.header__mobile-bg{top:calc(16px + var(--header-row) / 2 - 240vw);background:var(--bg-darker);transform-origin:90% 40%;border-radius:100%;width:600vw;height:600vw;transition:transform .3s cubic-bezier(.785,.135,.15,.86) .5s;position:absolute;right:calc(40px + 2rem - 60vw);transform:scale(0)}.header__mobile-menu--open .header__mobile-bg{transition:transform 1.25s cubic-bezier(.785,.135,.15,.86);transform:scale(1)}.header__mobile-links{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;display:flex;position:relative}.header__mobile-links a{color:#fff;opacity:0;padding:9.6px 25.6px;font-size:48px;font-weight:400;line-height:20px;text-decoration:none;transition:transform .5s .25s,opacity .5s .25s;transform:translateY(2rem)}.header__mobile-menu--closing .header__mobile-links a{transform:translateY(4rem)}.header__mobile-menu--open .header__mobile-links a{opacity:1;transition:transform .8s ease calc(.5s + var(--i) * .1s), opacity .5s ease calc(.5s + var(--i) * .1s);transform:translateY(0)}@media (max-width:991px){.header__inner{grid-template-columns:auto 1fr auto}.header__nav{display:none}.header__burger{display:block}}@media (max-width:767px){.header{--header-row:60px}.header__inner{padding:0 20px}.header__cta{padding:12.8px 22.4px}.header__burger,.header__burger-circle{width:56px;height:56px}.header__mobile-bg{right:calc(20px + 2rem - 60vw)}}
.footer{background:#0d0d0d;border-radius:64px 64px 0 0;margin-top:0}.footer__top{grid-template-columns:minmax(auto,1fr) auto;gap:64px;padding:128px 0;display:grid}.footer__brand{max-width:384px}.footer__brand-logo{margin-top:15px}.footer__brand p{color:var(--text-muted);margin:26px 0 0;font-size:20px;line-height:28px}.footer__brand strong{color:#fff}.footer__badge-img{width:80px;height:80px;margin-top:32px}.footer__links{flex-direction:column;margin-top:32px;margin-right:48px;display:flex}.footer__links a{color:var(--text-muted);margin-bottom:22.4px;font-size:20px;line-height:30px;transition:color .2s}.footer__links a:hover{color:#fff}.footer__bottom{color:var(--text-muted);border-top:1px solid #262626;justify-content:space-between;align-items:center;padding-top:48px;padding-bottom:56px;font-size:14px;line-height:22.4px;display:flex}.footer__bottom-content{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.footer__copy{text-align:center;margin-bottom:-2px}.footer__xplore{display:block}.footer__xplore img{width:auto;height:23px;margin-left:8px}.footer__social{color:#a6a6a6;justify-content:center;align-items:center;width:32px;height:32px;transition:color .4s;display:flex}.footer__social:hover{color:#fff}@media (max-width:991px){.footer__top{grid-template-columns:auto auto;padding-top:96px;padding-bottom:96px}}@media (max-width:767px){.footer__top{grid-template-columns:auto;gap:48px}}@media (max-width:479px){.footer__top{grid-template-columns:2fr;gap:64px 16px}.footer__bottom{display:block}.footer__bottom-content{row-gap:6px}.footer__social{width:auto;height:auto;margin:0 auto;padding-top:32px}}
.cc-banner{z-index:998;background:#fff;border-radius:16px;margin:32px;padding:32px;position:fixed;inset:auto 0 0;box-shadow:7px 7px 12px #0000001a}.cc-banner__container{flex-wrap:nowrap;justify-content:space-between;align-items:center;display:flex}.cc-banner__block{margin-right:32px}.cc-banner__title{font-family:var(--font-heading);color:#000;font-size:20px;font-weight:700;line-height:20px}.cc-banner__text{font-family:var(--font-body);color:#000;margin:12px 0 0;font-size:14px;line-height:20px}.cc-banner__text a{color:#000;text-decoration:none}.cc-banner__buttons{white-space:nowrap;display:block}.cc-banner__button{color:#fff;font-family:var(--font-body);text-align:center;cursor:pointer;background:#000;border:0;border-radius:500px;padding:14px 32px;font-size:18px;line-height:20px;display:inline-block}.cc-banner__button--alt{color:#000;background:#fff;border:2px solid #000;margin-right:12px}.cc-banner__icon{mix-blend-mode:exclusion;vertical-align:middle;width:16px;height:16px;margin-right:10px;display:inline-block}.cc-banner__label{line-height:20px;display:inline-block}@media (max-width:767px){.cc-banner__container{flex-direction:column;align-items:flex-start}.cc-banner__buttons{margin-top:16px}}@media (max-width:479px){.cc-banner{margin:19.2px;padding:19.2px}.cc-banner__block{text-align:center;margin-right:0}.cc-banner__buttons{flex-direction:column;width:100%;display:flex}.cc-banner__button--alt{margin-bottom:8px;margin-right:0}}
@font-face{font-family:Ibmplexsans;src:url(/fonts/IBMPlexSans-Regular.ttf)format("truetype"),url(/fonts/IBMPlexSans-Regular.woff2)format("woff2"),url(/fonts/IBMPlexSans-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ibmplexsans;src:url(/fonts/IBMPlexSans-Medium.ttf)format("truetype"),url(/fonts/IBMPlexSans-Medium.woff2)format("woff2"),url(/fonts/IBMPlexSans-Medium.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Ibmplexsans;src:url(/fonts/IBMPlexSans-Bold.ttf)format("truetype"),url(/fonts/IBMPlexSans-Bold.woff2)format("woff2"),url(/fonts/IBMPlexSans-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--bg:#262626;--bg-darker:#0d0d0d;--card:#222;--card-2:#0d0d0d;--accent:#edae49;--white:#fff;--text-muted:#bfbfbf;--text-faint:#595959;--border:#bfbfbf33;--font-heading:"Ibmplexsans", sans-serif;--font-body:"Ibmplexsans", Arial, Helvetica, sans-serif}*{box-sizing:border-box}html{-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--bg);color:var(--text-muted);font-family:var(--font-body);margin:0;font-size:14px;line-height:20px}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--white);margin:0;font-weight:500}h1{font-size:64px;line-height:1.2}h2{font-size:51.2px;line-height:1.2}@media (max-width:767px){h2{font-size:48px}}@media (max-width:479px){h2{font-size:40px}}h3{font-size:24px;line-height:36px}p{margin:0;font-size:16px;line-height:25.6px}a{color:var(--white);text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer}.container{box-sizing:border-box;width:100%;max-width:1360px;margin:0 auto;padding:0 40px}@media (max-width:767px){.container{padding:0 20px}}
.section{padding-bottom:128px}@media (max-width:991px){.section{padding-bottom:96px}}.section-intro-padding{padding:192px 0}@media (max-width:991px){.section-intro-padding{padding:128px 0}}@media (max-width:767px){.section-intro-padding{padding:80px 0}}@media (max-width:479px){.section-intro-padding{padding:64px 0}}.heading-h1{font-size:64px;line-height:1.2}@media (max-width:767px){.heading-h1{font-size:56px}}@media (max-width:479px){.heading-h1{font-size:48px}}.eyebrow{letter-spacing:1px;color:var(--text-muted);text-transform:uppercase;align-items:center;gap:8px;margin-bottom:20px;font-size:12px;font-weight:400;line-height:1;display:flex}.eyebrow__dot{background:var(--accent);border-radius:50%;width:8px;height:8px;display:inline-block}
.btn{border-radius:50px;justify-content:center;align-items:center;padding:16px 32px;font-size:16px;font-weight:500;display:inline-flex}.btn--solid{background:var(--accent);color:#000;position:relative;overflow:hidden}.btn__fill{border-radius:inherit;z-index:0;background:#262626;position:absolute;inset:0}.btn__label{z-index:1;transition:color .3s;position:relative}.btn--solid:hover .btn__label,.header__cta:hover .btn__label{color:#fff}.btn--outline{border:3px solid var(--accent);color:var(--accent);padding:12.8px 30.4px;font-size:16px;font-weight:500;transition:background-color .2s,color .2s}.btn--outline:hover{background:var(--accent);color:#0d0d0d}@media (max-width:767px){.btn:not(.btn--outline){padding:12.8px 22.4px}}
