@import url(https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap);*{box-sizing:border-box;font-family:Google sans,sans-serif;font-size:15px;font-weight:500;list-style:none;margin:0;padding:0;text-decoration:none}:root{--body:snow;--text:#212121;--white:#fff;--black:#000;--black-1:#111;--black-2:#222;--black-3:#333;--black-4:#444;--component:#939393;--mx-w-content:1440px;--t-200ms-linear:all 200ms linear}body{background:snow;background:var(--body);color:#212121;color:var(--text)}body.theme-gray{--body:#707070;--text:snow}body.theme-dark{--body:#212121;--text:snow}.d-flex{display:flex}.d-flex-center-center{align-items:center;display:flex;justify-content:center}.gap-10{gap:10px}.margin-top-20{margin-top:20px}.button-link{align-items:center;border-radius:4px;display:flex;gap:10px;height:44px;justify-content:center;overflow:hidden;padding:0 10px;position:relative;width:auto}.button-link:before{aspect-ratio:1/1;border-radius:100%;content:"";display:flex;left:50%;opacity:.8;position:absolute;scale:0;top:50%;transition:all .2s linear;transition:var(--t-200ms-linear);translate:-50% -50%;width:80px;z-index:0}.button-link:hover:before{opacity:1;scale:2}.button-link .button-link-text{font-weight:700}.button-link .button-link-text,.button-link span{transition:all .2s linear;transition:var(--t-200ms-linear);z-index:1}.button-link-1{border:1px solid #fff;border:1px solid var(--white)}.button-link-1 .button-link-text,.button-link-1 span{color:#fff;color:var(--white)}.button-link-1:hover .button-link-text,.button-link-1:hover span{color:#000;color:var(--black)}.button-link-1:before,.button-link-2{background:#fff;background:var(--white)}.button-link-2{border:1px solid #fff;border:1px solid var(--white)}.button-link-2 .button-link-text,.button-link-2 span{color:#000;color:var(--black)}.button-link-2:hover .button-link-text,.button-link-2:hover span{color:#fff;color:var(--white)}.button-link-2:before{background:#000;background:var(--black)}.button-link-3 .button-link-text,.button-link-3 span{color:#fff;color:var(--white)}.button-link-3:hover .button-link-text,.button-link-3:hover span{color:#000;color:var(--black)}.button-link-3:before{background:#fff;background:var(--white)}.text-center{text-align:center}header{height:auto;padding:0 20px}.header,header{display:flex;width:100%}.header{align-items:center;height:80px;justify-content:space-between;max-width:var(--mx-w-content)}.header-left{gap:20px}.header-left,.header-logo{align-items:center;display:flex;justify-content:center}.header-logo{width:auto}.header-logo-text{color:var(--black);font-size:32px;font-weight:700}body.theme-dark .header-logo-text{color:var(--white)}.menu,.menu-container{align-items:center;display:flex;height:100%;justify-content:center;width:auto}.menu{gap:5px}.theme-button{align-items:center;display:flex;gap:8px;height:25px;justify-content:center;position:relative;width:auto}.theme-button:before{content:"";height:6px;left:0;position:absolute;top:50%;translate:0 -50%;width:100%;z-index:0}.theme-button-tag,.theme-button:before{background:var(--component);display:flex}.theme-button-tag{border-radius:4px;cursor:pointer;height:18px;margin-bottom:auto;margin-top:auto;transition:var(--t-200ms-linear);width:6px;z-index:1}.theme-button-tag:hover{background:var(--white)}.theme-button-indicator{background:var(--black);border-radius:4px;height:25px;left:0;pointer-events:none;position:absolute;top:0;transition:var(--t-200ms-linear);-webkit-user-select:none;user-select:none;width:6px;z-index:2}body.theme-gray .theme-button-indicator{background:var(--white);left:50%;translate:-50% 0}body.theme-dark .theme-button-indicator{background:var(--white);left:auto;right:0;translate:0 0}.hero-container{display:flex;height:100vh;padding:20px;width:100%}.hero-content{align-items:center;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center;margin:auto;max-width:2000px;width:100%}.hero-content h1{color:var(--white);font-size:56px;font-weight:700}
/*# sourceMappingURL=main.e5c8fb55.css.map*/