button.custom-button{position:relative;padding:14.4px 32px;border-radius:50rem;border:none;cursor:pointer;transition:.2s;font-size:var(--dog);display:flex;align-items:center;gap:8px;justify-content:center}button.custom-button:hover{opacity:.8}button.custom-button.solid{background:var(--primary);color:var(--background)}button.custom-button.solid.black{background:var(--background);color:var(--primary)}button.custom-button.outline{background:transparent;border:1px solid var(--primary);color:var(--primary)}button.custom-button.outline.black{border:1px solid var(--background);color:var(--background)}button.custom-button.expanded{width:100%}button.custom-button.sm{padding:8px 32px;font-size:var(--cat)}button.custom-button.lg{padding:16px 64px;font-size:var(--wolf)}.hats-logo{display:flex;align-items:center;gap:8px;transition:.2s;cursor:pointer}.hats-logo:hover{opacity:.7}.hats-logo .name{line-height:16px;font-size:var(--dog);display:flex;flex-direction:column}.hats-logo .name.in-row{flex-direction:row;gap:4px}.nav-container{position:fixed;z-index:1;top:0;width:100%;max-width:1800px}.nav-container .tge-banner{width:100%;background:var(--primary);padding:12px 24px;color:var(--background);font-weight:700;display:flex;align-items:center;justify-content:center;gap:24px;text-align:center}@media only screen and (max-width:37.5rem){.nav-container .tge-banner{padding:12px 16px;gap:12px}.nav-container .tge-banner span{font-size:var(--cat)}}.nav-container .tge-banner span.mobile{display:none}@media only screen and (max-width:37.5rem){.nav-container .tge-banner span.desktop{display:none}.nav-container .tge-banner span.mobile{display:block}}.nav-container nav.main-navbar{padding:16px 24px;display:flex;align-items:center;width:100%;background:var(--background);position:relative}.nav-container nav.main-navbar.transparent{background:transparent}.nav-container nav.main-navbar .navigation input{display:none}.nav-container nav.main-navbar .navigation ul.links{display:flex;align-items:center;gap:24px;margin-left:40px}@media only screen and (max-width:81.25rem){.nav-container nav.main-navbar .navigation ul.links{gap:0;margin-left:24px}}@media only screen and (max-width:56.25rem){.nav-container nav.main-navbar .navigation ul.links{position:fixed;top:0;left:0;z-index:2;width:100%;height:100vh;background:var(--background);margin:0;flex-direction:column;justify-content:center;gap:32px;border:2px solid var(--primary);visibility:hidden;opacity:0;transition:.3s ease-in-out}}.nav-container nav.main-navbar .navigation ul.links li{list-style:none;padding:8px 16px;cursor:pointer}.nav-container nav.main-navbar .navigation ul.links li:hover{background:var(--background-card)}@media only screen and (max-width:56.25rem){.nav-container nav.main-navbar .navigation ul.links li{padding:9.6px 24px}}.nav-container nav.main-navbar .navigation ul.links li.app-button{background:var(--primary)}.nav-container nav.main-navbar .navigation ul.links li.app-button a{font-weight:700;color:var(--background)}.nav-container nav.main-navbar .navigation label.hamburger-menu{display:none;position:absolute;top:24px;right:32px;z-index:3;cursor:pointer}@media only screen and (max-width:56.25rem){.nav-container nav.main-navbar .navigation label.hamburger-menu{display:block}}.nav-container nav.main-navbar .navigation label.hamburger-menu .line{width:32px;height:4px;background:var(--primary);display:block;margin:6px auto;transition:.1s ease-in-out}.nav-container nav.main-navbar .navigation input#navigation-toggle:checked~ul.links{visibility:visible!important;opacity:1!important}main.main-app{position:relative;background:var(--background);width:100%;max-width:1800px;margin:0 auto;display:flex;flex-direction:column;overflow-x:hidden}main.main-app div.main-container{flex:1 1}img.main-background{position:fixed;width:100vw;height:100vh;top:0;left:0}@media(max-width:1800px){img.main-background{object-fit:cover;object-position:left}}section.home-page{position:relative;height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}@media only screen and (max-width:37.5rem){section.home-page{justify-content:flex-start}}section.home-page .center-container{width:60%}@media only screen and (max-width:81.25rem){section.home-page .center-container{width:65%}}@media only screen and (max-width:56.25rem){section.home-page .center-container{width:90%;margin-top:-30%}}@media only screen and (max-width:37.5rem){section.home-page .center-container{width:100%;margin-top:20%}}@media(max-height:690px){section.home-page .center-container{margin-top:12%}}section.home-page .center-container h2{font-weight:300;line-height:35px}@media only screen and (max-width:25rem){section.home-page .center-container h2{line-height:30px;margin-top:24px}}section.home-page .center-container .welcome .title{font-size:var(--ship);font-weight:100;margin-bottom:16px}@media only screen and (max-width:56.25rem){section.home-page .center-container .welcome .title{font-size:var(--whale)}}@media only screen and (max-width:37.5rem){section.home-page .center-container .welcome .title{font-size:var(--giraffe);line-height:42px;margin-bottom:0}section.home-page .center-container .welcome .description{font-size:var(--wolf);line-height:1.2;margin-top:16px}}section.home-page .center-container .navigation{margin-top:12vh}@media only screen and (max-width:37.5rem){section.home-page .center-container .navigation{margin-top:4vh}}@media only screen and (max-width:25rem){section.home-page .center-container .navigation{margin-top:3vh}}section.home-page .center-container .navigation .links{margin-top:24px;display:flex;flex-direction:column;gap:12px}@media only screen and (max-width:37.5rem){section.home-page .center-container .navigation .links{margin-top:8px}}section.home-page .center-container .navigation .links li{display:flex;align-items:center;list-style:none;font-size:var(--elephant);transition:.2s;cursor:pointer}@media only screen and (max-width:37.5rem){section.home-page .center-container .navigation .links li{font-size:var(--bear)}}section.home-page .center-container .navigation .links li:hover{font-weight:700}section.home-page .center-container .navigation .links li:hover .icon{color:var(--primary)}section.home-page .center-container .navigation .links li .icon{animation:blink 1.2s linear infinite}section.home-page .projects{position:absolute;display:flex;gap:40px;padding-right:6%;right:0;top:0}section.home-page .projects .column,section.home-page .projects .row{gap:16px}section.home-page .projects .column .project,section.home-page .projects .row .project{position:relative;display:flex;align-items:center;justify-content:center;background:var(--background-card);border-radius:50%;width:80px;height:80px}section.home-page .projects .column .project:hover:before,section.home-page .projects .row .project:hover:before{opacity:0}section.home-page .projects .column .project:hover .project-name,section.home-page .projects .row .project:hover .project-name{opacity:1;visibility:visible;transform:translate(-110%,-50%)}section.home-page .projects .column .project img,section.home-page .projects .row .project img{width:52px;height:auto;object-fit:contain;border-radius:50rem}section.home-page .projects .column .project .project-name,section.home-page .projects .row .project .project-name{width:max-content;position:absolute;top:50%;left:0;transform:translateY(-50%);background:var(--primary);color:#000;border-radius:50rem;padding:8px 16px;font-size:var(--cat);text-align:center;font-weight:500;opacity:0;visibility:hidden;transition:.2s}section.home-page .projects .column .project:before,section.home-page .projects .row .project:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50rem;background:var(--background-card);transition:.2s}section.home-page .projects .column{position:-webkit-sticky;position:sticky;display:flex;flex-direction:column}@media only screen and (max-width:56.25rem){section.home-page .projects .column{display:none}}section.home-page .projects .column:first-child{animation:scroll 45s linear infinite}section.home-page .projects .column:nth-child(2){transform:translateY(-68%);animation:scroll 85s linear infinite}section.home-page .projects .row{position:fixed;display:none;gap:16px;bottom:104px;left:0;animation:scroll-horizontal 50s linear infinite}@media only screen and (max-width:56.25rem){section.home-page .projects .row{display:flex}}@media(max-height:650px){section.home-page .projects .row{display:none}}section.home-page .slogan{position:absolute;bottom:48px;font-size:var(--bear)}@media only screen and (max-width:56.25rem){section.home-page .slogan{display:none}}@keyframes blink{0%{opacity:0}20%{opacity:0}50%{opacity:.7}80%{opacity:1}to{opacity:0}}@keyframes scroll{0%{transform:translatY(0)}to{transform:translateY(-1440px)}}@keyframes scroll-horizontal{0%{transform:translatX(0)}to{transform:translateX(-1440px)}}*{font-family:var(--font-ibm-plex-sans),sans-serif}.mono{font-family:var(--font-ibm-plex-mono),monospace}h1{font-size:var(--whale)}@media only screen and (max-width:25rem){h1{font-size:calc(var(--elephant)*1.5)}}h2{font-size:var(--elephant)}@media only screen and (max-width:25rem){h2{font-size:var(--hypo)}}h3{font-size:var(--hypo)}@media only screen and (max-width:25rem){h3{font-size:var(--bear)}}h4{font-size:var(--bear)}@media only screen and (max-width:25rem){h4{font-size:var(--dog)}}.font-bold{font-weight:700}.font-normal{font-weight:400}.font-thin{font-weight:300}.color-primary{color:var(--primary)}.color-light{color:var(--text-color-light)}.color-normal{color:var(--text-color)}.font-mouse{font-size:var(--mouse)}.font-cat{font-size:var(--cat)}.font-dog{font-size:var(--dog)}.font-bear{font-size:var(--bear)}.font-hypo{font-size:var(--hypo)}.font-elephant{font-size:var(--elephant)}.font-giraffe{font-size:var(--giraffe)}.font-dinosaur{font-size:var(--dinosaur)}.font-whale{font-size:var(--whale)}.text-center{text-align:center}.capitalize{text-transform:capitalize}.m-0{margin:0!important}.m-1{margin:.4rem!important}.m-2{margin:.8rem!important}.m-3{margin:1.2rem!important}.m-4{margin:1.6rem!important}.m-5{margin:2.4rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.4rem!important;margin-left:.4rem!important}.mx-2{margin-right:.8rem!important;margin-left:.8rem!important}.mx-3{margin-right:1.2rem!important;margin-left:1.2rem!important}.mx-4{margin-right:1.6rem!important;margin-left:1.6rem!important}.mx-5{margin-right:2.4rem!important;margin-left:2.4rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.4rem!important;margin-bottom:.4rem!important}.my-2{margin-top:.8rem!important;margin-bottom:.8rem!important}.my-3{margin-top:1.2rem!important;margin-bottom:1.2rem!important}.my-4{margin-top:1.6rem!important;margin-bottom:1.6rem!important}.my-5{margin-top:2.4rem!important;margin-bottom:2.4rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.4rem!important}.mt-2{margin-top:.8rem!important}.mt-3{margin-top:1.2rem!important}.mt-4{margin-top:1.6rem!important}.mt-5{margin-top:2.4rem!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.4rem!important}.mr-2{margin-right:.8rem!important}.mr-3{margin-right:1.2rem!important}.mr-4{margin-right:1.6rem!important}.mr-5{margin-right:2.4rem!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.4rem!important}.mb-2{margin-bottom:.8rem!important}.mb-3{margin-bottom:1.2rem!important}.mb-4{margin-bottom:1.6rem!important}.mb-5{margin-bottom:2.4rem!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.4rem!important}.ml-2{margin-left:.8rem!important}.ml-3{margin-left:1.2rem!important}.ml-4{margin-left:1.6rem!important}.ml-5{margin-left:2.4rem!important}.ml-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.4rem!important}.p-2{padding:.8rem!important}.p-3{padding:1.2rem!important}.p-4{padding:1.6rem!important}.p-5{padding:2.4rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.4rem!important;padding-left:.4rem!important}.px-2{padding-right:.8rem!important;padding-left:.8rem!important}.px-3{padding-right:1.2rem!important;padding-left:1.2rem!important}.px-4{padding-right:1.6rem!important;padding-left:1.6rem!important}.px-5{padding-right:2.4rem!important;padding-left:2.4rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.4rem!important;padding-bottom:.4rem!important}.py-2{padding-top:.8rem!important;padding-bottom:.8rem!important}.py-3{padding-top:1.2rem!important;padding-bottom:1.2rem!important}.py-4{padding-top:1.6rem!important;padding-bottom:1.6rem!important}.py-5{padding-top:2.4rem!important;padding-bottom:2.4rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.4rem!important}.pt-2{padding-top:.8rem!important}.pt-3{padding-top:1.2rem!important}.pt-4{padding-top:1.6rem!important}.pt-5{padding-top:2.4rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.4rem!important}.pr-2{padding-right:.8rem!important}.pr-3{padding-right:1.2rem!important}.pr-4{padding-right:1.6rem!important}.pr-5{padding-right:2.4rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.4rem!important}.pb-2{padding-bottom:.8rem!important}.pb-3{padding-bottom:1.2rem!important}.pb-4{padding-bottom:1.6rem!important}.pb-5{padding-bottom:2.4rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.4rem!important}.pl-2{padding-left:.8rem!important}.pl-3{padding-left:1.2rem!important}.pl-4{padding-left:1.6rem!important}.pl-5{padding-left:2.4rem!important}:root{--background:#0e0e18;--background-card:rgba(21,21,31,.8);--primary:#24e8c5;--text-color:#fff;--text-color-light:#c4ccdb;--stroke-color:#667085;--competitors-color:#614fda;--mouse:1.2rem;--cat:1.4rem;--dog:1.6rem;--wolf:1.8rem;--bear:2rem;--hypo:2.4rem;--elephant:3.2rem;--giraffe:4.2rem;--dinosaur:5.2rem;--whale:6rem;--ship:7rem;--huge:8rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:10px;--scroll-behavior:smooth!important;scroll-behavior:smooth!important}body{background:var(--background);font-size:var(--dog);color:var(--text-color);margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;top:0}.content-container{padding-left:10%;padding-right:10%;padding-top:10rem}@media only screen and (max-width:81.25rem){.content-container{padding-left:5%;padding-right:5%}}a{text-decoration:none;color:inherit}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/5a7dbca54c2fc4dd-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/d4e99c199dab3055-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/9ae1ac821a4debaf-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ec1b1cbc512bc43e-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/463cef7d4672ba68-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ebec2867f40f78ec-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d607327a37a507c7-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/2e1b830192b7974a-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3aa27b2eb5f698f7-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3478b6abef19b3b3-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7524e759b2d52ce2-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/83feb047e42e457a-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/40bfb1458eaec497-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8ea51a27e153ec43-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__IBM_Plex_Mono_4800dd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/035951aefad7b653-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__IBM_Plex_Mono_Fallback_4800dd;src:local("Arial");ascent-override:75.41%;descent-override:20.23%;line-gap-override:0.00%;size-adjust:135.93%}.__className_4800dd{font-family:__IBM_Plex_Mono_4800dd,__IBM_Plex_Mono_Fallback_4800dd;font-style:normal}.__variable_4800dd{--font-ibm-plex-mono:"__IBM_Plex_Mono_4800dd","__IBM_Plex_Mono_Fallback_4800dd"}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/24cfcc12c15b03b9-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/29ffcd3df3f1cb91-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/3cef106cd115e360-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/a0c95037dd5c9387-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e889cd181219a83f-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6d6d0e4a023f9f33-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0148c4ca3456ea72-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4184cf5f191b83db-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/28cea0425961ab58-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b4c759cba7a5f011-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/de555e6bc944c11a-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/791334aa8b2b679f-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/be843c5b0882ad66-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/67aea609c6135b3b-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/09b62d668edb05d1-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/10446295ae7f2657-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b6ecfd81ed9f83c9-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_41be25;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/08404bcfb1dae67a-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__IBM_Plex_Sans_Fallback_41be25;src:local("Arial");ascent-override:101.44%;descent-override:27.22%;line-gap-override:0.00%;size-adjust:101.04%}.__className_41be25{font-family:__IBM_Plex_Sans_41be25,__IBM_Plex_Sans_Fallback_41be25;font-style:normal}.__variable_41be25{--font-ibm-plex-sans:"__IBM_Plex_Sans_41be25","__IBM_Plex_Sans_Fallback_41be25"}