.logo{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}
.menu-mobile{background-color:#003855;flex:1;width:100%;height:100vh}.menu-mobile__list{flex-direction:column;list-style:none;display:flex}.menu-mobile__item{border-bottom:.125rem solid #ffffff47}.menu-mobile__button{cursor:pointer;color:#fff;background:0 0;border:none;justify-content:flex-end;align-items:center;gap:.5rem;width:100%;padding:1rem 1.5rem;display:flex}.menu-mobile__label.typography,.menu-mobile__label--active.typography{color:#fff}.menu-mobile__label--tertiary.typography{color:#ffffffad}
.navbar-mobile{width:100%}.navbar-mobile__bar{border-bottom:.125rem solid #ffffff47;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.navbar-mobile__toggle,.navbar-mobile__user{cursor:pointer;color:#fff;background:0 0;border:none;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;display:flex}.navbar-mobile__logo{max-width:5rem}.navbar-mobile__user-placeholder{width:2rem;height:2rem}.navbar-mobile__overlay{z-index:10;background-color:#003855;flex-direction:column;display:flex;position:fixed;inset:0}.navbar-mobile__overlay-bar{-webkit-backdrop-filter:blur(2.5rem);backdrop-filter:blur(2.5rem);background-color:#072535ad;border-bottom:.125rem solid #ffffff47;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}
.navbar-desktop{flex-direction:row;justify-content:space-between;align-items:center;height:4rem;padding:0 1.5rem;display:flex}@media screen and (min-width:1024px){.navbar-desktop{height:5rem;padding:0 2rem}}@media screen and (min-width:1392px){.navbar-desktop{padding:0 6.75rem}}.navbar-desktop__logo{max-width:6rem}@media screen and (min-width:1024px){.navbar-desktop__logo{max-width:8rem}}.navbar-desktop__links{flex-direction:row;justify-content:center;align-items:center;gap:3rem;width:100%;height:100%;list-style:none;display:flex}.navbar-desktop__link-container{height:100%}.navbar-desktop__link{font-family:var(--font-inter),"Inter",sans-serif;color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;height:100%;padding:0 1.5rem;font-size:1rem;font-weight:400;line-height:1.25rem;display:flex;position:relative}.navbar-desktop__link:hover{color:#f1fe91}.navbar-desktop__link--active{color:#fff;background:linear-gradient(#0000,#0d9ce833)}.navbar-desktop__link--active:after{content:"";background-color:#0d9ce8;height:.25rem;position:absolute;bottom:0;left:0;right:0}.navbar-desktop__link-text.typography{color:#ffffffad}.navbar-desktop__link-text--active.typography{color:#fff}.navbar-desktop__user{cursor:pointer;color:#fff;background:0 0;border:none;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;display:flex}.navbar-desktop__auth{flex-direction:row;align-items:center;gap:1rem;display:flex}.navbar-desktop__auth .button{white-space:nowrap;width:auto}.navbar-desktop__auth--small{display:flex}@media screen and (min-width:1392px){.navbar-desktop__auth--small{display:none}}.navbar-desktop__auth--large{display:none}@media screen and (min-width:1392px){.navbar-desktop__auth--large{display:flex}}
.navbar{-webkit-backdrop-filter:blur(2.5rem);backdrop-filter:blur(2.5rem);z-index:1;background-color:#072535ad;border-bottom:.125rem solid #fff;width:100%;position:sticky;top:0;left:0}.navbar--mobile{display:block}@media screen and (min-width:768px){.navbar--mobile{display:none}}.navbar--desktop{display:none}@media screen and (min-width:768px){.navbar--desktop{display:block}}
.content-layout{background:linear-gradient(#007bbd,#072535);flex-direction:column;min-height:100vh;display:flex}.content-layout__content{flex:1 0 auto}
.platform-badges{flex-flow:wrap;align-items:center;gap:1rem;display:flex}.platform-badges__badge{box-sizing:border-box;background:#fff;border:.0625rem solid #000;border-radius:.375rem;align-items:center;gap:.4375rem;min-width:7.5rem;height:2.5rem;padding:.3125rem .5rem;text-decoration:none;display:flex}.platform-badges__icon{object-fit:contain;flex-shrink:0}.platform-badges__text{flex-direction:column;display:flex}.platform-badges__subtitle{color:#000;font-size:.5625rem;font-weight:500;line-height:normal}.platform-badges__subtitle--play{text-transform:uppercase;font-size:.625rem;font-weight:400}.platform-badges__title{color:#000;letter-spacing:-.029375rem;white-space:nowrap;font-size:1rem;font-weight:600;line-height:100%}.platform-badges__logo{object-fit:contain;width:auto;height:1rem}
.footer{background-color:#010a0f;border-top:.125rem solid #ffffff47;grid-template-columns:1fr;grid-template-areas:"logo""social""legal""download";gap:1.5rem;padding:1.5rem 1rem;display:grid}@media screen and (min-width:768px){.footer{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"logo legal download""social legal download";align-items:start;gap:1rem 2rem;padding:2rem 1.5rem}}@media screen and (min-width:1392px){.footer{padding:2rem 6.75rem}}.footer__logo{grid-area:logo;align-items:center;display:flex}.footer__legal{flex-flow:wrap;grid-area:legal;align-self:center;gap:1rem;display:flex}.footer__legal-link{font-family:var(--font-inter),"Inter",sans-serif;color:#fff;font-size:.875rem;font-weight:600;line-height:1rem;text-decoration:none}.footer__legal-link:hover{color:#ffffffe6}.footer__download{flex-direction:column;grid-area:download;gap:1rem;display:flex}.footer__download-title.typography{color:#fff;font-size:1rem;line-height:1.5rem}.footer__social{flex-direction:row;grid-area:social;align-items:center;gap:1rem;display:flex}
