@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-padding-top:var(--header-offset)}body{background-color:var(--background-color);color:var(--text-color);font-family:Syne,sans-serif;overflow-x:hidden}a{color:var(--text-color);text-decoration:none}ul{list-style:none}:root{--background-color:#090a0e;--brand-blue:#4057f9;--brand-blue-glow:#2d3daa;--brand-green:#114d31;--brand-green-glow:#2be08cd9;--brand-blue-shadow:#4057f9bf;--text-color-strong:#fff;--text-color:#ffffffd9;--text-subtle:#ffffffdb;--text-label:#ffffffe6;--text-link:#fffc;--text-muted:#ffffffb3;--text-muted-soft:#ffffff61;--surface-backdrop:#ffffff1a;--surface-backdrop-strong:#ffffff26;--surface-backdrop-soft:#ffffff0d;--surface-strip:#ffffff05;--surface-card:#171c4633;--surface-card-subtle:#ffffff08;--surface-card-hover:#ffffff0f;--surface-input:#5065ff33;--surface-input-focus:#5065ff52;--surface-button:#4057f9f2;--surface-button-hover:#5269ff;--surface-form-btn:#5065ffa6;--surface-form-btn-hover:#5065ffd9;--social-telegram:#27a7e766;--social-instagram:#e1306c66;--social-facebook:#3b599866;--border-strong:#ffffff26;--border-soft:#ffffff14;--border-card:#ffffff0f;--border-card-subtle:#ffffff0d;--shadow-dark:0 24px 80px #0000002e;--shadow-inner-light:inset 0 1px 0 #ffffff40;--shadow-outline:0 0 0 3px #ffffff29;--shadow-strip:0 4px 24px 0 #0000004d;--page-gutter:clamp(16px, 5%, 80px);--header-top:clamp(12px, 3.3vh, 32px);--header-offset:clamp(88px, 13vh, 132px);--content-max-width:1320px}.footer{background:var(--background-color);width:100%;padding:clamp(32px, 4.5vw, 64px) var(--page-gutter);justify-content:space-between;align-items:center;gap:clamp(24px,4vw,48px);min-height:clamp(200px,20vw,280px);display:flex;position:relative;overflow:hidden}.footer-left{z-index:1;flex-direction:column;justify-content:space-between;gap:6vw;display:flex;position:relative}.footer-logo{width:clamp(120px,13.8vw,199px);height:auto}.footer-socials{align-items:center;gap:.9vw;display:flex}.footer-social-btn{border-radius:16px;justify-content:center;align-items:center;width:clamp(36px,3.2vw,46px);height:clamp(36px,3.2vw,46px);text-decoration:none;transition:opacity .2s,transform .2s;display:flex}.footer-social-btn:hover{opacity:.8;transform:scale(1.05)}.footer-social-btn--telegram{background:var(--social-telegram)}.footer-social-btn--instagram{background:var(--social-instagram)}.footer-social-btn--facebook{background:var(--social-facebook)}.footer-social-btn svg{flex-shrink:0;width:clamp(14px,1.25vw,18px);height:auto}.footer-social-btn--instagram svg,.footer-social-btn--facebook svg{width:clamp(16px,1.67vw,24px)}.footer-nav{z-index:1;flex-direction:column;align-items:center;gap:.5vw;display:flex;position:relative}.footer-nav-title{color:var(--text-color-strong);margin-bottom:.2vw;font-family:inherit;font-size:clamp(16px,1.67vw,24px);font-weight:600}.footer-nav-link{color:var(--text-color-strong);font-family:inherit;font-size:clamp(14px,1.67vw,24px);font-weight:300;text-decoration:none;transition:opacity .2s}.footer-nav-link:hover{opacity:.7}@media (width<=768px){.footer{flex-direction:column;align-items:flex-start}.footer-left{gap:32px}.footer-nav{align-items:flex-start}}.main{position:relative;overflow-x:hidden}.mainContainer{margin:0 var(--page-gutter);position:relative}.main-glow{pointer-events:none;z-index:-1;will-change:transform, opacity;border-radius:50%;position:absolute}.main-glow--blue{background:var(--brand-blue);width:1px;height:1px;box-shadow:-169px 166px 250px 304px var(--brand-blue-shadow);top:0;right:0}.main-glow--green{background:var(--brand-green);width:1px;height:1px;box-shadow:0 4px 250px 529px var(--brand-green-glow);bottom:10%;left:0}.service-hero{flex-direction:column;justify-content:center;align-items:center;gap:clamp(24px,5vh,48px);width:100%;min-height:100vh;padding:clamp(48px,8vh,96px) 0;display:flex}.service-hero__title{color:var(--text-color-strong);text-align:center;margin:0;font-size:clamp(28px,2.5vw,40px);font-weight:700}.service-hero__list{flex-direction:column;gap:clamp(12px,1.5vh,20px);width:min(100%,800px);display:flex}.service-card{background:var(--surface-card-subtle);border:1px solid var(--border-card-subtle);border-radius:24px;align-items:flex-start;gap:clamp(12px,1.5rem,24px);padding:clamp(16px,1.5rem,24px) clamp(16px,2rem,32px);transition:background .3s;display:flex}.service-card:hover{background:var(--surface-card-hover)}.service-card__icon{flex-shrink:0;justify-content:center;align-items:center;width:clamp(36px,3vw,48px);height:clamp(36px,3vw,48px);display:flex}.service-card__icon img{width:100%;height:auto}.service-card__text h3{color:var(--text-color-strong);margin:0 0 .5rem;font-size:clamp(16px,1.2vw,20px);font-weight:600}.service-card__text p{color:var(--text-muted);margin:0;font-size:clamp(13px,.95vw,15px);line-height:1.5}@media (width<=600px){.service-card{flex-direction:column;align-items:flex-start}}.mainHeroSection{flex-direction:column;width:100%;min-height:100vh;display:flex}.mainHeroContent{padding:calc(var(--header-offset) + 2vh) var(--page-gutter) 4vh;text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.mainHero{justify-content:center;align-items:center;margin-bottom:clamp(24px,5vh,56px);display:flex}.webWispIcon{height:auto}.mainText{width:min(100%,1100px);color:var(--text-color);margin:0 auto;font-size:clamp(16px,2.2vw,28px);font-weight:500;line-height:1.55}.mainButton{background-color:var(--surface-button);border:1px solid var(--border-strong);width:min(100%,380px);min-height:clamp(52px,8vh,72px);box-shadow:var(--shadow-inner-light);color:var(--text-color-strong);border-radius:999px;justify-content:center;align-items:center;gap:12px;margin-top:clamp(28px,6vh,56px);padding:14px 28px;text-decoration:none;transition:background-color .3s,transform .3s;display:inline-flex}.mainButton:hover{background-color:var(--surface-button-hover);transform:scale(1.06)}.buttonText{text-transform:lowercase;font-size:clamp(15px,1.5vw,20px);font-weight:600}.arrowImg{flex-shrink:0;width:24px;height:24px}.mainButton:hover .arrowImg{animation:1s ease-in-out infinite arrowMoving}@keyframes arrowMoving{0%,to{transform:translate(0)}50%{transform:translate(6px)}}.learnMoreArrow{justify-content:center;margin-top:auto;padding-top:clamp(24px,6vh,64px);display:flex}.learnArrow{width:clamp(32px,4.5vw,52px);height:auto;animation:2s ease-in-out infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}.header{top:var(--header-top);z-index:50;border:1px solid var(--border-strong);width:min(960px,100% - 32px);box-shadow:var(--shadow-dark);isolation:isolate;border-radius:clamp(28px,5vh,52px);justify-content:space-between;align-items:center;gap:clamp(10px,1.7vw,24px);padding:clamp(12px,1.4vh,18px) clamp(16px,1.4vw,24px);display:flex;position:fixed;left:50%;transform:translate(-50%)}.header:before{content:"";z-index:-1;border-radius:inherit;background:var(--surface-backdrop);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:absolute;inset:0}.header-logo-box{color:inherit;flex-shrink:1;align-items:center;gap:clamp(6px,.7vw,12px);min-width:0;text-decoration:none;display:flex}.header-text-box{align-items:center;gap:clamp(4px,.6vw,8px);min-width:0;display:flex}.header-logo{flex-shrink:0;width:clamp(32px,3.2vw,48px);height:clamp(32px,3.2vw,48px)}.header-text{color:var(--text-color-strong);white-space:nowrap;font-size:clamp(14px,1.6vw,19px);font-weight:500}.header-text-muted{color:var(--text-muted);text-overflow:ellipsis;overflow:hidden}.header-links-box{flex:1;justify-content:center;min-width:0;display:flex}.header-links-box ul{align-items:center;gap:clamp(12px,2.8vw,32px);margin:0;padding:0;list-style:none;display:flex}.header-link a{color:var(--text-link);white-space:nowrap;font-size:clamp(14px,1.6vw,19px);font-weight:400;text-decoration:none;transition:color .2s}.header-link a:hover{color:var(--text-color-strong)}.header-lang{flex-shrink:0;align-items:center;display:flex}@media (width<=720px){.header{border-radius:24px;flex-wrap:wrap;align-items:center;gap:8px 0;width:calc(100% - 24px);padding:10px 14px}.header-logo-box{flex:1;order:1}.header-lang{flex-shrink:0;order:2}.header-links-box{flex:0 0 100%;order:3;justify-content:flex-start;overflow:hidden}.header-links-box ul{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;justify-content:flex-start;gap:0 20px;padding-bottom:2px;overflow-x:auto}.header-links-box ul::-webkit-scrollbar{display:none}.header-logo{width:28px;height:28px}.header-text{font-size:14px}.header-link a{font-size:13px}}.header-lang-box{background:var(--surface-backdrop);border-radius:100px;align-items:center;gap:6px;padding:5px;display:inline-flex}.header-lang-button{background:var(--surface-backdrop-soft);min-width:50px;height:39px;color:var(--text-muted-soft);cursor:pointer;text-transform:uppercase;border:none;border-radius:100px;padding:0 14px;font-size:20px;font-weight:700;line-height:1;transition:background .2s,color .2s}.header-lang-button.active{background:var(--surface-backdrop);color:var(--text-color-strong)}.header-lang-button:hover{background:var(--surface-backdrop-strong)}.header-lang-button:focus{box-shadow:var(--shadow-outline);outline:none}.webwisp-title{width:auto;max-width:min(100%,640px);height:clamp(56px,16vh,160px);display:block}.about-page{background:var(--background-color);min-height:100vh;position:relative;overflow-x:hidden}.about-bg-glow{pointer-events:none;z-index:0;will-change:transform;border-radius:50%;position:absolute}.about-bg-glow--blue{filter:blur(80px);background:radial-gradient(circle,#4057f980 0%,#0000 70%);width:800px;height:800px;top:-200px;right:-150px}.about-bg-glow--green{filter:blur(100px);background:radial-gradient(circle,#114d3199 0%,#0000 70%);width:700px;height:700px;bottom:15%;left:-250px}.about-main{z-index:1;padding:calc(var(--header-offset) + 24px) var(--page-gutter) 120px;position:relative}.about-hero{padding-top:16px;position:relative}.about-logo-wrapper{justify-content:center;margin-bottom:42px;display:flex}.about-logo-svg{width:clamp(260px,36vw,518px);height:auto}.about-heading{color:var(--text-color-strong);margin:0;font-size:clamp(36px,5vw,64px);font-weight:700;line-height:1.1}.about-heading--blue{color:var(--brand-blue)}.about-hero-description{color:var(--text-color);max-width:944px;margin:28px 0 0;font-size:clamp(18px,2.5vw,36px);font-weight:500;line-height:1.3}.about-knowledge-strip{box-sizing:border-box;align-items:center;height:clamp(52px,7vw,80px);margin-top:clamp(40px,6vw,68px);margin-bottom:clamp(24px,4vw,48px);padding:8px 12px;display:flex;position:relative;overflow:hidden}.kstrip-track{will-change:transform;animation:kstrip-scroll var(--kstrip-duration,22s) linear infinite;align-items:center;gap:clamp(10px,1.8vw,22px);display:flex}.kstrip-item{background:#ffffff0a;border:1px solid #ffffff0d;border-radius:12px;flex:none;justify-content:center;align-items:center;width:clamp(48px,7vw,88px);height:clamp(48px,7vw,88px);padding:4px;display:flex;box-shadow:0 2px 8px #00000014}.kstrip-img{object-fit:contain;filter:brightness(0)invert();opacity:.92;width:60%;height:60%}@keyframes kstrip-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-expertise{gap:clamp(24px,4%,48px);margin-top:clamp(40px,6vw,80px);display:flex;position:relative}.about-expertise-images{flex:0 0 38%;min-height:clamp(320px,50vw,700px);position:relative}.expertise-img{aspect-ratio:1;object-fit:cover;border-radius:20px;position:absolute}.expertise-img--shield{z-index:2;width:55%;animation:12s ease-in-out infinite rotate-shield;top:0;left:0}.expertise-img--lightning{z-index:3;width:53%;animation:11s ease-in-out infinite rotate-lightning;top:35%;left:30%}.expertise-img--brush{z-index:1;width:48%;animation:13s ease-in-out infinite rotate-brush;top:68%;left:0}.about-expertise-content{flex:1;min-width:0}.about-expertise-heading{color:var(--text-color-strong);margin:0 0 34px;font-size:clamp(28px,4vw,48px);font-weight:700}.expertise-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.expertise-card{background:var(--surface-card-subtle);border:1px solid var(--border-card-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:28px;padding:32px 28px;transition:background .3s}.expertise-card:hover{background:var(--surface-card-hover)}.expertise-card-header{align-items:center;gap:16px;margin-bottom:16px;display:flex}.expertise-card-icon{flex-shrink:0;width:clamp(32px,4vw,48px);height:auto}.expertise-card-title{color:var(--text-color-strong);margin:0;font-size:clamp(20px,2.5vw,28px);font-weight:700}.expertise-card-text{color:var(--text-muted);margin:0;font-size:clamp(14px,1.5vw,16px);font-weight:400;line-height:1.5}@keyframes rotate-shield{0%,to{transform:translateY(0)rotate(13.9deg)}50%{transform:translateY(-8px)rotate(14.9deg)}}@keyframes rotate-lightning{0%,to{transform:translateY(0)rotate(16.5deg)}25%{transform:translateY(-6px)rotate(17.2deg)}50%{transform:translateY(-8px)rotate(15.8deg)}75%{transform:translateY(-4px)rotate(16.9deg)}}@keyframes rotate-brush{0%,to{transform:translateY(0)rotate(5.2deg)}50%{transform:translateY(-8px)rotate(6.2deg)}}@media (width<=1024px){.about-expertise{flex-direction:column}.about-expertise-images{flex:none;width:100%;max-width:480px;margin:0 auto}}@media (width<=640px){.expertise-grid{grid-template-columns:1fr}.about-expertise-images{min-height:280px}}.launch-page{background:var(--background-color);min-height:100vh;position:relative;overflow-x:hidden}.launch-bg-glow{pointer-events:none;z-index:0;will-change:transform;border-radius:50%;position:absolute}.launch-bg-glow--blue{filter:blur(80px);background:radial-gradient(circle,#4057f980 0%,#0000 70%);width:600px;height:600px;top:-100px;right:-150px}.launch-bg-glow--green{filter:blur(100px);background:radial-gradient(circle,#114d3199 0%,#0000 70%);width:700px;height:700px;bottom:20%;left:-300px}.launch-content{z-index:1;max-width:var(--content-max-width);padding:calc(var(--header-offset) + 40px) var(--page-gutter) 100px;align-items:flex-start;gap:clamp(24px,5%,48px);margin:0 auto;display:flex;position:relative}.launch-left{flex:42%;min-width:0;padding-top:20px}.launch-heading{color:var(--text-color-strong);margin:0 0 28px;font-size:clamp(36px,6vw,88px);font-weight:700;line-height:1.05}.launch-heading--blue{color:var(--brand-blue)}.launch-description{color:var(--text-subtle);max-width:420px;margin:0 0 36px;font-size:clamp(14px,1.3vw,20px);font-weight:700;line-height:1.45}.launch-benefits{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.launch-benefit-item{color:var(--text-subtle);align-items:center;gap:10px;font-size:clamp(14px,1.3vw,20px);font-weight:400;display:flex}.launch-benefit-icon{flex-shrink:0}.launch-form-card{background:var(--surface-card);border:1px solid var(--border-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:30px;flex-direction:column;flex:50%;gap:16px;min-width:0;padding:clamp(20px,2vw,28px) clamp(20px,2.5vw,32px);display:flex}.launch-field{flex-direction:column;gap:10px;display:flex}.launch-field--grow{flex:1}.launch-field-label{color:var(--text-label);font-size:clamp(16px,1.8vw,28px);font-weight:400}.launch-field-input{box-sizing:border-box;background:var(--surface-input);width:100%;height:clamp(48px,6vw,62px);color:var(--text-color);border:none;border-radius:60px;outline:none;padding:0 24px;font-family:inherit;font-size:16px;transition:background .2s}.launch-field-input:focus{background:var(--surface-input-focus)}.launch-field-textarea{resize:vertical;border-radius:24px;height:clamp(120px,20vw,150px);min-height:120px;padding:18px 24px}.launch-submit-btn{background-color:var(--surface-button);border:1px solid var(--border-strong);height:clamp(52px,8vh,72px);box-shadow:var(--shadow-inner-light);cursor:pointer;color:var(--text-color-strong);text-transform:lowercase;border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:0 28px;font-family:inherit;font-size:clamp(15px,1.5vw,20px);font-weight:600;transition:background-color .3s,transform .3s;display:flex}.launch-submit-btn:hover{background-color:var(--surface-button-hover);transform:scale(1.02)}.launch-submit-btn svg{flex-shrink:0;width:11px;height:22px}.launch-submit-btn:hover svg{animation:1s ease-in-out infinite arrowMoving}.launch-terms-notice{color:var(--text-subtle);text-align:center;margin:0;font-size:12px;line-height:1.4}.launch-terms-link{color:var(--brand-blue);font-weight:500;text-decoration:none;transition:color .3s,-webkit-text-decoration .3s,text-decoration .3s}.launch-terms-link:hover{color:var(--text-color-strong);text-decoration:underline}@media (width<=900px){.launch-content{flex-direction:column}.launch-left,.launch-form-card{flex:100%;width:100%}}.terms-page{background:var(--background-color);min-height:100vh;padding-bottom:80px}.toc-title{color:var(--brand-blue);border:none;margin-bottom:20px;padding:0;font-size:clamp(16px,1.8vw,20px);font-weight:700}.toc-list li{margin-bottom:12px;padding-left:0}.toc-list li:before{display:none}.terms-container{max-width:900px;padding:calc(var(--header-offset) + 40px) var(--page-gutter) 40px;margin:0 auto}.terms-container h1{color:var(--text-color-strong);margin-bottom:40px;font-size:clamp(32px,5vw,56px);font-weight:700;line-height:1.2}.terms-section{margin-bottom:36px}.terms-section h2{color:var(--brand-blue);margin-bottom:16px;font-size:clamp(18px,2.5vw,28px);font-weight:700;line-height:1.3}.terms-section p{color:var(--text-subtle);margin-bottom:14px;font-size:clamp(14px,1.2vw,16px);font-weight:400;line-height:1.7}.terms-section ul{margin:16px 0;padding-left:0;list-style:none}.terms-section li{color:var(--text-subtle);margin-bottom:12px;padding-left:28px;font-size:clamp(14px,1.2vw,16px);font-weight:400;line-height:1.6;position:relative}.terms-section li:before{content:"•";color:var(--brand-blue);font-weight:700;position:absolute;left:8px}.terms-section ol{margin:16px 0;padding-left:28px}.terms-section ol li{color:var(--text-subtle);margin-bottom:12px;padding-left:8px;font-size:clamp(14px,1.2vw,16px);line-height:1.6;list-style:decimal}.terms-section ol li:before{display:none}.terms-footer-copy{border-top:1px solid var(--border-card);margin-top:24px;padding-top:16px;font-size:.85rem!important}.terms-section a{color:var(--brand-blue);font-weight:500;text-decoration:none;transition:color .3s,-webkit-text-decoration .3s,text-decoration .3s}.terms-section a:hover{color:var(--text-color-strong);text-decoration:underline}.terms-footer{border-top:1px solid var(--border-card);text-align:center;margin-top:60px;padding-top:40px}.terms-footer p{color:var(--text-subtle);margin-bottom:8px;font-size:14px;font-weight:400}@media (width<=768px){.terms-container{padding:calc(var(--header-offset) + 24px) var(--page-gutter) 24px}.terms-container h1{margin-bottom:32px}.terms-section{margin-bottom:28px}.terms-section h2{margin-bottom:12px}}.privacy-page{background:var(--background-color);min-height:100vh;padding-bottom:80px}.privacy-container{max-width:900px;padding:calc(var(--header-offset) + 40px) var(--page-gutter) 40px;margin:0 auto}.privacy-container h1{color:var(--text-color-strong);margin-bottom:40px;font-size:clamp(32px,5vw,56px);font-weight:700;line-height:1.2}.toc-section{border:1px solid var(--border-card);background-color:#4057f90d;border-radius:24px;margin-bottom:48px;padding:32px}.toc-title{color:var(--brand-blue);margin-bottom:20px;font-size:clamp(16px,1.8vw,20px);font-weight:700}.toc-list{padding:0;list-style:none}.toc-list li{margin-bottom:12px}.toc-list a{color:var(--brand-blue);font-size:clamp(14px,1.2vw,16px);font-weight:500;text-decoration:none;transition:color .3s,-webkit-text-decoration .3s,text-decoration .3s}.toc-list a:hover{color:var(--text-color-strong);text-decoration:underline}.privacy-section{margin-bottom:40px}.privacy-section h2{color:var(--brand-blue);border-bottom:2px solid #4057f933;margin-bottom:16px;padding-bottom:12px;font-size:clamp(18px,2.5vw,28px);font-weight:700;line-height:1.3}.privacy-section h3{color:var(--text-color-strong);margin:24px 0 12px;font-size:clamp(16px,1.8vw,20px);font-weight:600}.privacy-section p{color:var(--text-subtle);margin-bottom:14px;font-size:clamp(14px,1.2vw,16px);font-weight:400;line-height:1.8}.privacy-section ul{margin:16px 0;padding-left:0;list-style:none}.privacy-section li{color:var(--text-subtle);margin-bottom:12px;padding-left:28px;font-size:clamp(14px,1.2vw,16px);font-weight:400;line-height:1.7;position:relative}.privacy-section li:before{content:"•";color:var(--brand-blue);font-weight:700;position:absolute;left:8px}.privacy-section a{color:var(--brand-blue);font-weight:500;text-decoration:none;transition:color .3s,-webkit-text-decoration .3s,text-decoration .3s}.privacy-section a:hover{color:var(--text-color-strong);text-decoration:underline}.privacy-footer{border-top:1px solid var(--border-card);text-align:center;margin-top:60px;padding-top:40px}.privacy-footer p{color:var(--text-subtle);margin-bottom:8px;font-size:14px;font-weight:400;line-height:1.6}@media (width<=768px){.privacy-container{padding:calc(var(--header-offset) + 24px) var(--page-gutter) 24px}.privacy-container h1{margin-bottom:32px}.toc-section{margin-bottom:36px;padding:24px}.privacy-section{margin-bottom:32px}.privacy-section h2{margin-bottom:12px}}.not-found-page{background:var(--background-color);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.not-found-bg{pointer-events:none;z-index:0;position:fixed;inset:0}.not-found-bg-glow{will-change:transform;border-radius:50%;position:absolute}.not-found-bg-glow--blue{filter:blur(80px);background:radial-gradient(circle,#4057f999 0%,#0000 65%);width:800px;height:800px;top:-300px;right:-200px}.not-found-bg-glow--green{filter:blur(100px);background:radial-gradient(circle,#114d31cc 0%,#0000 65%);width:900px;height:900px;top:50%;left:-350px;transform:translateY(-50%)}.not-found-main{padding:calc(var(--header-offset) + 40px) var(--page-gutter) 60px;z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:0;display:flex;position:relative}.not-found-brand-title{width:36vw;min-width:220px;max-width:518px;height:auto;margin-bottom:2vw}.not-found-code{color:var(--text-color-strong);margin:0;font-family:inherit;font-size:clamp(72px,8.9vw,128px);font-weight:600;line-height:1.2}.not-found-message{color:var(--text-color-strong);text-align:center;margin:.3em 0 0;font-family:inherit;font-size:clamp(28px,4.4vw,64px);font-weight:600}
