@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@300;400;500&display=swap";
:root{--ev-bg-primary-color:#00041a;--ev-bg-secondary-color:#070c20}.ev-hero__nav{z-index:100;justify-content:space-between;align-items:center;width:100%;padding:35px;display:flex;position:relative}.ev-hero__nav-brand{flex-direction:column;line-height:1;display:flex}.ev-hero__nav-logo{color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.ev-hero__nav-logo-accent{color:#20d489;letter-spacing:.08em;margin-top:2px;padding-left:2px;font-size:.85rem;font-weight:600}.ev-hero__nav-links{align-items:center;gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.ev-hero__menu{color:#fff;cursor:pointer;font-size:1.5rem;display:block}@media (min-width:768px){.ev-hero__nav-links{gap:29px;display:flex}.ev-hero__menu{display:none}}.ev-hero__nav-links.active{background:#213765;border-radius:10px;flex-direction:column;gap:1rem;width:180px;padding:1rem;display:flex;position:absolute;top:70px;right:15px;box-shadow:0 8px 20px #0000004d}.ev-hero__nav-link{color:#ffffffd9;text-decoration:none;position:relative}.ev-hero__nav-link:before{content:"";background:#fff6;border-radius:1px;width:30%;position:absolute;bottom:-4px;left:0}.ev-hero__nav-link:after{content:"";background:linear-gradient(90deg,#20d489,#38bdf8);border-radius:1px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}@media (hover:hover){.ev-hero__nav-link:hover:after{width:100%}}.ev-hero__nav-cta{color:#000;background:#20d489;border-radius:9999px;justify-content:center;align-items:center;padding:.6rem 1.8rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex}.ev-hero__nav-cta:hover{background:#1bc47d;transform:translateY(-1px);box-shadow:0 4px 20px #20d48959}@media (min-width:960px){.ev-hero__content{flex-direction:row;justify-content:space-between;align-items:center;padding-top:0}}.ev-hero__text-block{flex-shrink:0;max-width:520px}.ev-hero__dot{background:#ef4444;border-radius:50%;width:6px;height:6px;animation:2.5s ease-in-out infinite evDotPulse;position:absolute;top:-20px;left:220px;box-shadow:0 0 12px #ef4444cc}@keyframes evDotPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.ev-hero__title{color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw + .5rem,3.5rem);font-weight:500;line-height:1.15}.ev-hero__subtitle{color:#fff9;max-width:400px;margin-bottom:2rem;font-size:clamp(.95rem,1.2vw + .3rem,1.15rem);line-height:1.7}.ev-hero__badges{flex-wrap:wrap;gap:1rem;display:flex}.ev-hero__badge{border-radius:8px;transition:transform .2s,box-shadow .2s;display:inline-flex;overflow:hidden}.ev-hero__badge img{width:120px;height:auto;display:block}.ev-hero__phone-wrapper{flex-shrink:0;justify-content:center;align-self:flex-end;align-items:flex-end;display:flex;transform:translateY(10%);-webkit-mask-image:linear-gradient(#000 75%,#0000 100%);mask-image:linear-gradient(#000 75%,#0000 100%)}.ev-hero__phone-glow{filter:blur(80px);pointer-events:none;z-index:0;width:700px;height:700px;position:absolute;bottom:-100px;right:-150px}.ev-hero__phone-img{z-index:1;object-fit:contain;mix-blend-mode:screen;filter:brightness(.92)contrast(1.05);width:100%;max-width:750px;height:auto;margin:0 auto;position:relative}@keyframes evPhoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (max-width:959px){.ev-hero__content{text-align:center}.ev-hero__text-block{flex-direction:column;align-items:center;display:flex}.ev-hero__subtitle{margin-left:auto;margin-right:auto}.ev-hero__badges{justify-content:center}.ev-hero__phone-wrapper{width:100%;margin-top:2rem;transform:translateY(5%)}.ev-hero__phone-img{max-width:85%;margin:0 auto}.ev-hero__dot{left:50%;transform:translate(-50%)}}@media (max-width:480px){.ev-hero__nav-cta{padding:.5rem 1.2rem;font-size:.85rem}.ev-hero__phone-img{max-width:95%}}.ev-hero{background-color:var(--ev-bg-primary-color);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.ev-hero__glow{pointer-events:none;filter:blur(120px);z-index:0;border-radius:50%;position:absolute}.ev-hero__glow--left{background:radial-gradient(circle at 0,#581cc8a6 30%,#1450a033 60%,#11d77b73 10%,#0000 100%);width:1200px;height:1200px;margin:auto;animation:8s ease-in-out infinite alternate evHeroGlowDrift;top:0;bottom:0;left:-500px}.ev-hero__glow--right{background:radial-gradient(at 100% 0,#10b9648c 0%,#0a78504d 40%,#07031c1a 65%,#0000 100%);width:900px;height:100vh;animation:10s ease-in-out infinite alternate-reverse evHeroGlowDrift;top:0;right:-200px}@keyframes evHeroGlowDrift{0%{transform:translate(0)}to{transform:translate(30px,-20px)scale(1.1)}}:root{--ev-bg-hiw-primary:#00041a}.ev-hiw-container{background-color:var(--ev-bg-hiw-primary);color:#fff;flex-direction:column;justify-content:center;align-items:center;padding:5rem 1rem;display:flex}.ev-hiw-section{grid-template-columns:repeat(1,minmax(0,1fr));gap:2.5rem;width:100%;max-width:75rem;margin-top:3.5rem;display:grid}@media (min-width:768px){.ev-hiw-section{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.ev-hiw-section{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}}.ev-hiw-card-wrapper{flex-direction:column;height:100%;margin-top:2rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ev-heading-medium{margin-bottom:12px;font-size:clamp(2rem,2.8vw,2.6rem);font-weight:600;line-height:1.3}.ev-description-text{color:#ffffffb3;max-width:700px;margin:10px auto 24px;padding:0 16px;font-size:clamp(1.2rem,1.5vw,1.5rem);line-height:1.6}.ev-hiw-card{text-align:center;color:#fff;background:radial-gradient(circle at 100% 0,#12d37740,#0000 35%),radial-gradient(circle at 0 0,#12d37740,#0000 45%),radial-gradient(circle at 0 100%,#12d37740,#0000 35%);border-radius:20px;flex-grow:1;width:100%;padding:60px 24px 40px;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #00000080}.ev-hiw-card:before{content:"";filter:blur(40px);z-index:0;background:radial-gradient(circle,#ffffff14 0%,#0000 70%);width:120%;height:120%;position:absolute;top:-20%;left:-10%}.ev-hiw-card:after{content:"";background:var(--ev-bg-hiw-primary);z-index:1;border-bottom-right-radius:30px;border-bottom-left-radius:30px;width:160px;height:70px;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.ev-hiw-card-id{z-index:10;color:#fff;-webkit-backdrop-filter:blur(14px);background:#ffffff0f;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:24px;font-weight:600;display:flex;position:absolute;top:-5px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:inset 0 1px 1px #ffffff40,inset 0 -8px 16px #ffffff0d,0 8px 25px #00000059}.ev-hiw-card-title{z-index:2;color:#fff;margin-bottom:12px;padding:10px;font-size:clamp(1.5rem,1vw + .8rem,1.8rem);font-weight:600;position:relative}.ev-hiw-card-desc{color:#ffffffbf;z-index:2;max-width:100%;padding:5px;font-size:clamp(1rem,.6vw + .9rem,1.5rem);line-height:1.6;position:relative}.ev-car-brand-section{background-color:#00041a;padding:5rem 0;overflow:hidden}.ev-car-brand-container{color:#9aa0b8;text-align:center;margin-bottom:3rem;font-size:.75rem;line-height:1rem}.ev-car-brand-title{color:#fff;letter-spacing:.3em;text-transform:uppercase;opacity:.8;font-size:.75rem;font-weight:500;line-height:1rem}.car-brand-track-wrapper{align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.car-brand-fade-left,.car-brand-fade-right{z-index:10;pointer-events:none;width:15%;height:100%;position:absolute;top:0}.car-brand-fade-left{background:linear-gradient(90deg,#00041a 0%,#00041acc 50%,#0000 100%);left:0}.car-brand-fade-right{background:linear-gradient(270deg,#00041a 0%,#00041acc 50%,#0000 100%);right:0}.car-brand-track{white-space:nowrap;align-items:center;animation:80s linear infinite car-brand-scroll;display:flex}.car-brand-item{justify-content:center;align-items:center;padding:0 2rem;display:inline-flex}@media (min-width:640px){.car-brand-item{padding:0 2rem}}.car-brand-logo-container{opacity:.5;cursor:pointer;justify-content:center;align-items:center;gap:10px;width:6rem;height:6rem;transition:all .5s;display:flex;position:relative;transform:scale(.9)}@media (min-width:640px){.car-brand-logo-container{width:8rem;height:8rem}}.car-brand-logo{object-fit:contain;filter:none}@keyframes car-brand-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ev-contact-card{background-color:var(--ev-bg-secondary-color);z-index:1;border:none;border-radius:15px;min-width:90vw;position:relative;box-shadow:0 10px 20px #0009}@property --ev-border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes evBorderRotate{0%{--ev-border-angle:0deg}to{--ev-border-angle:360deg}}@keyframes evGlowPulse{0%,to{opacity:.5}50%{opacity:1}}.ev-contact-card:after{content:"";background:conic-gradient(from var(--ev-border-angle), var(--ev-bg-border-color-1), var(--ev-bg-border-color-2), transparent 25%, transparent 50%, var(--ev-bg-border-color-2), var(--ev-bg-border-color-1), transparent 75%, var(--ev-bg-border-color-1));-webkit-mask-composite:xor;pointer-events:none;border-radius:15px;padding:1.5px;animation:10s linear infinite evBorderRotate,3s ease-in-out infinite evGlowPulse;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ev-contact-card:before{content:"";background:conic-gradient(from var(--ev-border-angle), var(--ev-bg-border-color-1) 0%, var(--ev-bg-border-color-2) 12.5%, transparent 25%, transparent 50%, var(--ev-bg-border-color-2) 62.5%, var(--ev-bg-border-color-1) 75%, transparent 87.5%, transparent 100%);-webkit-mask-composite:xor;pointer-events:none;filter:blur(4px);opacity:.6;border-radius:15px;padding:2px;animation:4s linear infinite evBorderRotate,3s ease-in-out infinite evGlowPulse;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ev-contact-title{color:#fff;margin-bottom:32px;font-size:24px;font-weight:500}.ev-contact-label{display:block;color:#fff!important;margin-bottom:8px!important;font-size:13px!important;font-weight:500!important}.ev-contact-field{color:#fff!important;background-color:#1a1d2d!important;border:1px solid #0000!important;border-radius:8px!important;outline:none!important;width:100%!important;padding:20px 16px!important;transition:border-color .2s,box-shadow .2s!important}.ev-contact-field::placeholder{color:#ffffff80!important}.ev-contact-field:focus{border-color:#20d48999!important;box-shadow:0 0 0 1px #20d48999!important}select.ev-contact-field{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(255, 255, 255, 0.8)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;padding-right:40px!important}.ev-custom-select__trigger{color:#fff;cursor:pointer;background:#1a1d2d;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;transition:all .25s;display:flex;padding:20px 16px!important}.ev-custom-select__trigger:hover{border-color:#fff3}.ev-custom-select__trigger.active{border-color:#20d489;box-shadow:0 0 0 2px #20d48940}.ev-custom-select__trigger.error{border-color:#ef4444}.ev-custom-select__arrow{border-bottom:2px solid #fff;border-right:2px solid #fff;width:16px;height:16px;transition:transform .2s;transform:rotate(45deg)}.ev-custom-select__trigger.active .ev-custom-select__arrow{transform:rotate(-135deg)}.ev-custom-select__dropdown{color:#fff;opacity:0;pointer-events:none;z-index:50;background:#1a1d2d;border-radius:10px;width:100%;padding:8px;transition:all .25s;position:absolute;top:calc(100% + 6px);left:0;transform:translateY(-10px)}.ev-custom-select__dropdown.open{opacity:1;pointer-events:auto;transform:translateY(0)}.ev-custom-select__option{cursor:pointer;border-radius:8px;padding:12px 14px;transition:all .2s}.ev-custom-select__option:hover{background:#20d48926}.ev-custom-select__option.selected{color:#000;background:#20d489}.ev-contact-submit{color:#000!important;cursor:pointer!important;background-color:#20d489!important;border:none!important;border-radius:8px!important;width:fit-content!important;margin-top:16px!important;padding:14px 24px!important;font-weight:600!important;transition:opacity .2s!important}.ev-contact-submit:hover{opacity:.9!important}.ev-footer{color:#fff;background:#00041a;width:100%;padding:60px 0 40px}.ev-footer__inner{grid-template-columns:1.6fr 1fr 1fr 1.4fr;align-items:start;gap:48px;max-width:1200px;margin:0 auto;padding:0 clamp(24px,5vw,80px);display:grid}@media (max-width:900px){.ev-footer__inner{grid-template-columns:1fr 1fr;gap:36px}}@media (max-width:560px){.ev-footer__inner{grid-template-columns:1fr;gap:32px}}.ev-footer__brand{flex-direction:column;gap:16px;display:flex}.ev-footer__logo{flex-direction:column;gap:4px;display:flex}.ev-footer__logo-name{color:#fff;letter-spacing:-.03em;font-size:3.2rem;font-weight:700;line-height:1}.ev-footer__logo-badge{flex-direction:column;gap:8px;width:fit-content;display:flex}.logo-text{color:#e5e7eb;margin:0;font-size:48px;font-weight:600}.logo-img{object-fit:contain;align-self:flex-end;width:60px;height:auto}.ev-footer__logo-svg{width:64px;height:28px}.ev-brand-carousel{width:100%;padding:20px 0;position:relative;overflow:hidden}.ev-brand-track{gap:40px;width:max-content;animation:55s linear infinite scrollLeft;display:flex}.ev-brand-item{opacity:.8;justify-content:center;align-items:center;min-width:100px;transition:transform .3s,opacity .3s;display:flex}.ev-brand-item:hover{opacity:1;transform:scale(1.1)}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.ev-footer__brand-desc{color:#fff6;max-width:260px;margin-top:8px;font-size:clamp(.9rem,.6vw,2rem);font-weight:800;line-height:1.65}.ev-footer__col{flex-direction:column;gap:16px;display:flex}.ev-footer__col-title{letter-spacing:.12em;color:#ffffff59;text-transform:uppercase;margin-bottom:4px;font-size:16px;font-weight:600}.ev-footer__links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.ev-footer__link{color:#ffffffd9;font-size:15px;font-weight:400;text-decoration:none;transition:color .2s}.ev-footer__link:hover{color:#20d489}.ev-footer__email{color:#fff;margin-bottom:4px;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s}.ev-footer__email:hover{color:#20d489}.ev-footer__email-btn{color:#000;background:#20d489;border-radius:9999px;justify-content:center;align-items:center;width:fit-content;padding:12px 28px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.ev-footer__email-btn:hover{background:#1bc47d;transform:translateY(-1px);box-shadow:0 4px 20px #20d48959}.ev-about-section{color:#fff;background:#020e21;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:80px 0 0;display:flex;position:relative;overflow:hidden}.ev-stat-label-large{font-size:1.3rem;font-weight:500;line-height:1.4}.ev-stat-sub-large{font-size:1.2rem;font-weight:600;line-height:1.2}.about-glow{pointer-events:none;z-index:0;border-radius:50%;position:absolute}.about-glow--left{filter:blur(70px);background:radial-gradient(#0050784d 0%,#0000 65%);width:55vw;height:55vw;top:10%;left:-20vw}.about-glow--right{filter:blur(60px);background:radial-gradient(#00a05a73 0%,#00643c33 45%,#0000 70%);width:65vw;height:35vw;top:10%;right:-20vw}.ev-about-header{z-index:2;text-align:center;max-width:660px;margin-bottom:64px;position:relative}.ev-about-title{letter-spacing:-.02em;color:#fff;margin-bottom:20px;font-size:clamp(30px,4vw,48px);font-weight:800}.ev-about-desc{color:#ffffffb3;max-width:560px;margin:0 auto;font-size:clamp(1rem,1.4vw,2rem);font-weight:400;line-height:1.75}.about-stats{z-index:2;justify-content:center;align-items:center;gap:80px;width:100%;max-width:960px;display:flex;position:relative}.stat{flex-direction:column;flex:1;align-items:center;gap:4px;max-width:280px;display:flex}.stat-value{letter-spacing:-.02em;color:#fff;font-size:clamp(36px,4.5vw,56px);font-weight:800;line-height:1}.stat-label{color:#fff;text-align:center;margin-top:2px;font-size:clamp(18px,2vw,26px);font-weight:700}.stat-sub{color:#ffffff80;text-align:center;margin-top:6px;font-size:14px;font-weight:400;line-height:1.5}.stat-logo{flex-shrink:0}.logo-ring{background:linear-gradient(145deg,#1c1c1c,#111);border:1px solid #ffffff14;border-radius:26px;justify-content:center;align-items:center;width:110px;height:110px;display:flex;overflow:hidden;box-shadow:0 12px 40px #0009}.logo-img{object-fit:contain;width:85%;height:85%}.about-bottom{z-index:2;flex-direction:column;align-items:center;width:100%;margin-top:36px;display:flex;position:relative}.about-divider{background:linear-gradient(#10b964 0%,#10b9641a 100%);flex-shrink:0;width:2px;height:90px}.about-car{justify-content:center;width:100%;display:flex;position:relative}.about-car:after{content:"";pointer-events:none;z-index:3;background:linear-gradient(#0000,#060d18);width:100%;height:40%;position:absolute;bottom:0;left:0}.ev-car-img{object-fit:contain;z-index:2;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transform-origin:50%;width:100%;display:block;position:relative;transform:scale(1.2)}.ev-glow-container{z-index:1;pointer-events:none;flex-direction:column;align-items:center;width:100%;max-width:1400px;display:flex;position:absolute;top:40px;left:50%;transform:translate(-50%)}.ev-glow-line{background:linear-gradient(to bottom, transparent, var(--ev-bg-border-color-2));width:2px;height:120px;box-shadow:0 0 15px var(--ev-bg-border-color-2);opacity:.8;position:relative;bottom:5%;left:10%}.ev-glow-arc{width:800px;height:120px;margin-top:-10px;position:relative;top:5%;left:10%;overflow:hidden}@media (max-width:768px){.ev-glow-arc{width:90vw;height:80px}}.ev-glow-arc:before{content:"";background:conic-gradient(from var(--ev-border-angle), var(--ev-bg-border-color-1), var(--ev-bg-border-color-2), transparent 25%, transparent 50%, var(--ev-bg-border-color-2), var(--ev-bg-border-color-1), transparent 75%, var(--ev-bg-border-color-1));-webkit-mask-composite:xor;border-radius:50%;width:100%;height:200%;padding:2px;animation:4s linear infinite evBorderRotate;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ev-glow-arc:after{content:"";background:var(--ev-bg-border-color-2);filter:blur(8px);opacity:.5;width:100%;height:2px;animation:4s ease-in-out infinite evGlowPulse;position:absolute;top:0;left:0}*{box-sizing:border-box;margin:0;padding:0}.ev-contact-page-bg{background-color:var(--ev-bg-primary-color);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.ev-contact-page-bg:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg,#0000 15%,#40b9ac66 50%,#0000 85%);height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.ev-scroll-hero-wrapper{height:350vh;position:relative}@media (max-width:768px){.ev-scroll-hero-wrapper{height:250vh}}.ev-hero-container{color:#fff;background:#060d18;flex-direction:column;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.ev-tabs{z-index:10;background:#ffffff0d;border-radius:50px;gap:10px;margin-top:36px;padding:5px;display:flex}.ev-tab-btn{color:#ffffff73;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:50px;padding:8px 22px;transition:all .3s}@media (max-width:480px){.ev-tab-btn{padding:6px 14px;font-size:.85rem}}.ev-tab-btn.active{color:#fff;background:#10b964}.ev-content-wrapper{text-align:center;z-index:10;margin-top:15px;padding:0 20px}@media (max-width:768px){.ev-content-wrapper{margin-top:40px}}.ev-hero-heading{font-size:clamp(24px,5vw,40px);font-weight:800;line-height:1.2}.ev-hero-sub{color:#94a3b8;max-width:500px;margin-top:10px;margin-left:auto;margin-right:auto;font-size:clamp(14px,3vw,16px)}.ev-phones-stage{pointer-events:none;width:100%;position:absolute;bottom:-5vh}@media (max-width:768px){.ev-phones-stage{bottom:-2vh}}.ev-phone-card{z-index:3;width:18vw;height:80vh;transition:all .8s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-10vh;overflow:visible;transform:translate(-50%)}.ev-phone-card:nth-child(2){left:22%}.ev-phone-card:nth-child(3){left:50%}.ev-phone-card:nth-child(4){left:78%}@media (max-width:1024px){.ev-phone-card{opacity:0;width:45vw;height:65vh;transform:translate(-50%)translateY(30px)scale(.9);left:50%!important}.ev-phone-card.active{opacity:1;z-index:20;transform:translate(-50%)translateY(0)scale(1)}}@media (max-width:600px){.ev-phone-card{width:80vw;height:60vh;bottom:-5vh}}.ev-phone-card.active{z-index:10;width:22vw;height:90vh}@media (max-width:1024px){.ev-phone-card.active{width:45vw;height:65vh}}@media (max-width:600px){.ev-phone-card.active{width:80vw;height:60vh}}.ev-phone-card img{object-fit:contain;filter:drop-shadow(0 20px 40px #0006);width:100%;height:100%}.ev-spotlight{filter:blur(60px);z-index:1;pointer-events:none;background:radial-gradient(#30ed6f59 0%,#10b96426 40%,#10b96414 55%,#0000 75%);border-radius:50%;width:80vw;height:60vw;transition:all .7s cubic-bezier(.23,1,.32,1);position:absolute;top:60%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1024px){.ev-spotlight{width:120vw;height:100vw;left:50%!important}}.ev-bottom-image-container{z-index:999;width:100%;height:16vh;position:absolute;bottom:0}@media (max-width:768px){.ev-bottom-image-container{height:10vh}}.ev-bottom-image-container img{object-fit:cover;width:100%;height:100%}.ev-cover-fade{background:linear-gradient(#060d18,#0000);width:100%;height:50px;position:absolute;top:0}:root{--ev-bg-primary-color:#00041a;--ev-bg-secondary-color:#070c20;--ev-bg-hiw-primary:#00041a}.ev-hero{background-color:var(--ev-bg-primary-color);flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.ev-hero__content{z-index:1;flex-direction:column;flex:1;align-items:center;gap:2rem;padding:2rem clamp(1.5rem,5vw,5rem) 10%;display:flex}@media (min-width:960px){.ev-hero__content{flex-direction:row;justify-content:space-between}}.ev-hero__text-block{max-width:520px}.ev-hero__title{color:#fff;margin-bottom:1.25rem;font-size:clamp(2rem,5vw + .5rem,3.5rem);line-height:1.15}.ev-hero__subtitle{font-size:clamp(1.3rem,3vw,1.5rem);line-height:1.5}@media (min-width:769px) and (max-width:1024px){.ev-hero__subtitle{font-size:-6.2rem;line-height:1.6}}.ev-hero__badge{border-radius:8px;transition:transform .2s,box-shadow .2s;overflow:hidden}.ev-hero__badge:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0006}.ev-hero__phone-wrapper{justify-content:center;align-items:flex-end;width:100%;transform:translateY(10%);-webkit-mask-image:linear-gradient(#000 75%,#0000);mask-image:linear-gradient(#000 75%,#0000)}.ev-hero__phone-glow{filter:blur(80px);width:700px;height:700px;position:absolute;bottom:-100px;right:-150px}.ev-hero__phone-img{object-fit:contain;mix-blend-mode:screen;width:100%;max-width:750px}.ev-hero__phone-container{justify-content:center;align-items:center;width:100%;display:flex}@media (max-width:480px){.ev-hero__phone-img{width:115%;max-width:115%;margin:0 auto;display:block}.ev-hero__phone-container{justify-content:center;width:60%;display:flex;overflow:hidden}}.ev-hero__glow{filter:blur(120px);z-index:0;border-radius:50%;position:absolute}.ev-hero__glow--left{background:radial-gradient(circle,#581cc899,#0000);width:1200px;height:1200px;animation:8s ease-in-out infinite alternate evHeroGlowDrift;left:-500px}.ev-hero__glow--right{background:radial-gradient(#10b96480,#0000);width:900px;height:100vh;animation:10s ease-in-out infinite alternate-reverse evHeroGlowDrift;right:-200px}.about-section{background:radial-gradient(at 0,#581cc880,#0000),radial-gradient(at 100%,#10b96466,#0000),#00041a}.ev-hiw-container{background-color:var(--ev-bg-hiw-primary);color:#fff;padding:5rem 1rem}.ev-hiw-section{gap:2.5rem;max-width:75rem;margin-top:3.5rem;display:grid}@media (min-width:1024px){.ev-hiw-section{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.ev-hiw-card-wrapper{margin-top:2rem;transition:transform .3s}.ev-hiw-card-wrapper:hover{transform:translateY(-5px)}.ev-hiw-card{background:radial-gradient(circle,#19bcbc33,#0000);border-radius:20px;padding:60px 24px 40px;box-shadow:0 10px 30px #00000080}.ev-hiw-card-id{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:absolute;top:-5px;left:50%;transform:translate(-50%)}.ev-car-brand-section{background-color:#00041a;padding:5rem 0}.car-brand-track-wrapper{display:flex;overflow:hidden}.car-brand-track{animation:80s linear infinite car-brand-scroll;display:flex}.car-brand-track:hover{animation-play-state:paused}.car-brand-logo-container{opacity:.5;width:6rem;height:6rem;transition:all .3s}.car-brand-logo-container:hover{opacity:1;transform:scale(1)}.ev-contact-page-bg{background-color:var(--ev-bg-primary-color);justify-content:center;align-items:center;min-height:100vh;display:flex}.ev-contact-title{color:#fff;margin-bottom:32px;font-size:24px}.ev-contact-field{color:#fff;background-color:#1a1d2d;border-radius:8px;width:100%;padding:14px 16px}@media (min-width:769px) and (max-width:1024px){.ev-hero__phone-wrapper{justify-content:center;align-items:center;width:100%;margin:0 auto;display:flex}.ev-hero__phone-img{max-width:60%;margin:0 auto;display:block}}.carousel:before,.carousel:after{content:"";z-index:2;pointer-events:none;width:40%;height:100%;position:absolute;top:0}.carousel:before{background:linear-gradient(90deg,#060d18,#0000);left:0}.carousel:after{background:linear-gradient(270deg,#060d18,#0000);right:0}.track{width:max-content;animation:80s linear infinite scroll;display:flex}.track.paused{animation-play-state:paused}.item{opacity:.9;flex:none;transition:opacity .3s}.item:hover{opacity:1}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ev-toast{z-index:999999;color:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-width:280px;max-width:420px;padding:16px 20px;font-size:15px;font-weight:600;line-height:1.4;animation:.25s evToastSlide;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 10px 30px #00000059}.ev-toast-success{background:#16a34a}.ev-toast-error{background:#dc2626}.ev-toast-message{word-break:break-word;flex:1}.ev-toast-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:0;font-size:18px;font-weight:700;line-height:1}@keyframes evToastSlide{0%{opacity:0;transform:translateY(-10px)translate(10px)}to{opacity:1;transform:translateY(0)translate(0)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.ev-glow-container{z-index:10;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;top:55px;left:40%}.ev-glow-line{background:linear-gradient(#0000,#0fa);width:2px;height:50px;box-shadow:0 0 19px #0fa}.ev-glow-arc{filter:drop-shadow(0 0 5px #0fa)drop-shadow(0 0 15px #00ffaa80);border-top:2px solid #0fa;border-radius:50% 50% 0 0/100% 100% 0 0;width:350px;height:25px;margin-top:10px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 25% 75%,#0000);mask-image:linear-gradient(90deg,#0000,#000 25% 75%,#0000)}.ev-car-img{filter:brightness(.9)}:root{--ev-bg-primary-color:#00041a;--ev-bg-secondary-color:#070c20;--ev-bg-border-color-1:#38bdf8;--ev-bg-border-color-2:#20d489;--ev-bg-border-color-3:#38bdf8;--ev-white:#fff;--ev-black:#000;--ev-blue-500:#3b82f6;--ev-blue-600:#2563eb;--ev-blue-700:#1d4ed8;--ev-red-300:#fca5a5;--ev-red-400:#f87171;--ev-red-500:#ef4444;--ev-red-600:#dc2626;--ev-red-700:#b91c1c;--ev-red-900:#7f1d1d;--ev-red-50:#fef2f2;--ev-slate-400:#94a3b8;--ev-slate-700:#334155;--ev-slate-800:#0f172a;--ev-gray-400:#9ca3af;--ev-gray-600:#4b5563;--ev-gray-700:#374151;--ev-gray-100:#f3f4f6;--ev-space-0:0;--ev-space-1:clamp(4px, .3vw, 16px);--ev-space-2:clamp(8px, .5vw, 24px);--ev-space-3:clamp(12px, .8vw, 40px);--ev-space-4:clamp(16px, 1vw, 48px);--ev-space-5:clamp(20px, 1.2vw, 64px);--ev-space-6:clamp(24px, 1.5vw, 72px);--ev-space-8:clamp(32px, 2vw, 96px);--ev-space-10:clamp(40px, 2.5vw, 120px);--ev-space-12:clamp(48px, 3vw, 160px);--ev-space-16:clamp(64px, 4vw, 220px);--ev-space-20:clamp(80px, 5vw, 280px);--ev-space-xxs:clamp(2px, .15vw, 8px);--ev-space-xs:clamp(6px, .4vw, 20px);--ev-space-sm:clamp(10px, .7vw, 32px);--ev-space-md:clamp(14px, .9vw, 44px);--ev-space-lg:clamp(18px, 1.1vw, 56px);--ev-space-xl:clamp(22px, 1.3vw, 68px);--ev-text-sm:clamp(13px, .8vw, 32px);--ev-text-md:clamp(15px, 1vw, 40px);--ev-text-lg:clamp(18px, 1.6vw, 64px);--ev-text-xl:clamp(22px, 2.4vw, 96px);--ev-text-2xl:clamp(30px, 3.5vw, 140px);--ev-icon-sm:clamp(18px, 1vw, 48px);--ev-icon-md:clamp(24px, 1.6vw, 72px);--ev-icon-lg:clamp(36px, 2.5vw, 120px);--ev-radius-none:0;--ev-radius-sm:clamp(4px, .3vw, 12px);--ev-radius:clamp(6px, .5vw, 16px);--ev-radius-md:clamp(10px, .8vw, 24px);--ev-radius-lg:clamp(16px, 1.2vw, 40px);--ev-radius-xl:clamp(20px, 1.5vw, 60px);--ev-radius-full:9999px}.ev-border{border-width:1px}.ev-border-0{border-width:0}.ev-border-2{border-width:2px}.ev-border-4{border-width:4px}.ev-border-solid{border-style:solid}.ev-border-dashed{border-style:dashed}.ev-border-dotted{border-style:dotted}.ev-border-none{border-style:none}.ev-border-white{border-color:var(--ev-white)}.ev-border-black{border-color:var(--ev-black)}.ev-border-primary{border-color:var(--ev-bg-primary-color)}.ev-border-secondary{border-color:var(--ev-bg-secondary-color)}.ev-border-current{border-color:currentColor}.ev-border-t-transparent{border-top-color:#0000}.ev-border-blue-600{border-color:var(--ev-blue-600)}.ev-border-gray-500{border-color:#6b7280}.ev-bg-white{background:var(--ev-white)}.ev-bg-black{background:var(--ev-black)}.ev-bg-primary{background:var(--ev-bg-primary-color)}.ev-bg-secondary{background:var(--ev-bg-secondary-color)}.ev-bg-hiw-primary{background:var(--ev-bg-hiw-primary)}.ev-bg-blue-600{background:var(--ev-blue-600)}.ev-bg-blue-700{background:var(--ev-blue-700)}.ev-bg-blue-500{background:var(--ev-blue-500)}.ev-bg-red-50{background:var(--ev-red-50)}.ev-bg-red-600{background:var(--ev-red-600)}.ev-bg-red-700{background:var(--ev-red-700)}.ev-bg-red-900{background:var(--ev-red-900)}.ev-bg-gray-100{background:var(--ev-gray-100)}.ev-bg-slate-800{background:var(--ev-slate-800)}.ev-bg-green-500{background:var(--ev-green-500)}.ev-bg-green-600{background:var(--ev-green-600)}.ev-bg-green-700{background:var(--ev-green-700)}.ev-bg-yellow-500{background:var(--ev-yellow-500)}.ev-bg-purple-500{background:var(--ev-purple-500)}.ev-bg-purple-600{background:var(--ev-purple-600)}.ev-bg-indigo-500{background:var(--ev-indigo-500)}.ev-bg-pink-500{background:var(--ev-pink-500)}.ev-bg-teal-500{background:var(--ev-teal-500)}.ev-bg-cyan-500{background:var(--ev-cyan-500)}.ev-bg-orange-500{background:var(--ev-orange-500)}.ev-hover\:bg-blue-700:hover{background:var(--ev-blue-700)}.ev-hover\:bg-gray-700:hover{background:var(--ev-gray-700)}.ev-hover\:bg-red-700:hover{background:var(--ev-red-700)}.ev-hover\:bg-blue-50:hover{background:#eff6ff}.ev-hover\:bg-gray-100:hover{background:var(--ev-gray-100)}.ev-hover\:bg-red-50:hover{background:#fef2f2}.ev-text-red-300{color:var(--ev-red-300)}.ev-text-red-400{color:var(--ev-red-400)}.ev-text-red-500{color:var(--ev-red-500)}.ev-text-red-900{color:var(--ev-red-900)}.ev-text-slate-400{color:var(--ev-slate-400)}.ev-text-slate-700{color:var(--ev-slate-700)}.ev-text-gray-400{color:var(--ev-gray-400)}.ev-border-blue-500{border-color:var(--ev-blue-500)}.ev-border-gray-400{border-color:var(--ev-gray-400)}.ev-border-slate-600{border-color:var(--ev-slate-600)}.ev-border-slate-700{border-color:var(--ev-slate-700)}.ev-border-red-500{border-color:var(--ev-red-500)}.ev-border-red-600{border-color:var(--ev-red-600)}.ev-border-red-900{border-color:var(--ev-red-900)}.ev-bg-transparent{background:0 0}.ev-text-white{color:var(--ev-white)}.ev-text-black{color:var(--ev-black)}.ev-text-blue-600{color:var(--ev-blue-600)}.ev-text-gray-700{color:var(--ev-gray-700)}.ev-text-red-600{color:var(--ev-red-600)}.ev-text-primary{color:var(--ev-bg-primary-color)}.ev-text-secondary{color:var(--ev-bg-secondary-color)}.ev-w-auto{width:auto}.ev-w-full{width:100%}.ev-w-screen{width:100vw}.ev-w-min{width:min-content}.ev-w-max{width:max-content}.ev-w-fit{width:fit-content}.ev-w-4{width:1rem}.ev-w-8{width:2rem}.ev-w-12{width:3rem}.ev-w-16{width:4rem}.ev-w-20{width:5rem}.ev-w-24{width:6rem}.ev-w-32{width:8rem}.ev-w-40{width:10rem}.ev-w-48{width:12rem}.ev-w-56{width:14rem}.ev-w-64{width:16rem}.ev-w-72{width:18rem}.ev-w-80{width:20rem}.ev-w-96{width:24rem}.ev-w-1\/2{width:50%}.ev-w-1\/3{width:33.3333%}.ev-w-2\/3{width:66.6667%}.ev-w-1\/4{width:25%}.ev-w-2\/4{width:50%}.ev-w-3\/4{width:75%}.ev-w-1\/5{width:20%}.ev-w-2\/5{width:40%}.ev-w-3\/5{width:60%}.ev-w-4\/5{width:80%}.ev-w-1\/6{width:16.6667%}.ev-w-2\/6{width:33.3333%}.ev-w-3\/6{width:50%}.ev-w-4\/6{width:66.6667%}.ev-w-5\/6{width:83.3333%}.ev-w-1\/12{width:8.33333%}.ev-w-2\/12{width:16.6667%}.ev-w-3\/12{width:25%}.ev-w-4\/12{width:33.3333%}.ev-w-5\/12{width:41.6667%}.ev-w-6\/12{width:50%}.ev-w-7\/12{width:58.3333%}.ev-w-8\/12{width:66.6667%}.ev-w-9\/12{width:75%}.ev-w-10\/12{width:83.3333%}.ev-w-11\/12{width:91.6667%}.ev-h-auto{height:auto}.ev-h-full{height:100%}.ev-h-screen{height:100vh}.ev-h-screen-4{height:400vh}.ev-h-min{height:min-content}.ev-h-max{height:max-content}.ev-h-fit{height:fit-content}.ev-h-4{height:1rem}.ev-max-w-full{max-width:100%}.ev-min-w-full{min-width:100%}.ev-max-h-full{max-height:100%}.ev-min-h-full{min-height:100%}.ev-min-h-screen{min-height:100vh}.ev-block{display:block}.ev-inline{display:inline}.ev-inline-block{display:inline-block}.ev-flex{display:flex}.ev-inline-flex{display:inline-flex}.ev-table{display:table}.ev-none{display:none}.ev-transition{transition:all .2s}.ev-transition-fast{transition:all .1s}.ev-transition-slow{transition:all .3s}.ev-disabled\:opacity-50:disabled{opacity:.5}.ev-disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.ev-animate-spin{animation:1s linear infinite ev-spin}@keyframes ev-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ev-appearance-none{appearance:none}.ev-box-border{box-sizing:border-box}.ev-outline-none{outline:none}.ev-shadow-sm{box-shadow:0 1px 2px #00000014}.ev-transform{transform:translate(0)}.ev--translate-y-1\/2{transform:translateY(-50%)}.ev-top-1\/2{top:50%}.ev-right-4{right:var(--ev-space-4)}.ev-left-4{left:var(--ev-space-4)}.ev-pointer-events-none{pointer-events:none}.ev-hover-bg-blue-50:hover{background:#eff6ff}.ev-hover-bg-blue-700:hover{background:var(--ev-blue-700)}.ev-hover-bg-gray-100:hover{background:var(--ev-gray-100)}.ev-hover-bg-red-50:hover{background:#fef2f2}.ev-hover-border-slate-600:hover{border-color:var(--ev-slate-600)}.ev-focus-outline-none:focus{outline:none}.ev-focus-border-blue-500:focus{border-color:var(--ev-blue-500)}.ev-focus-border-blue-600:focus{border-color:var(--ev-blue-600)}.ev-focus-border-red-600:focus{border-color:var(--ev-red-600)}.ev-focus-shadow-sm:focus{box-shadow:0 1px 2px #00000014}.ev-placeholder-ev-text-slate-400::placeholder{color:var(--ev-slate-400)}.ev-placeholder-ev-text-red-400::placeholder{color:var(--ev-red-400)}.ev-disabled-opacity-50:disabled{opacity:.5}.ev-disabled-cursor-not-allowed:disabled{cursor:not-allowed}.ev-opacity-20{opacity:.2}.ev-opacity-50{opacity:.5}.ev-opacity-100{opacity:1}.ev-no-underline,.ev-no-underline:hover,.ev-no-underline:focus{text-decoration:none}.ev-flex-row{flex-direction:row}.ev-flex-row-reverse{flex-direction:row-reverse}.ev-flex-column{flex-direction:column}.ev-flex-wrap{flex-wrap:wrap}.ev-flex-nowrap{flex-wrap:nowrap}.ev-flex-1{flex:1}.ev-flex-auto{flex:auto}.ev-flex-initial{flex:0 auto}.ev-flex-none{flex:none}.ev-grid{display:grid}.ev-inline-grid{display:inline-grid}.ev-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.ev-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ev-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ev-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.ev-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.ev-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.ev-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.ev-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.ev-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.ev-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.ev-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.ev-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}@media (min-width:768px){.md\:ev-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:ev-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:ev-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.ev-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.ev-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.ev-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.ev-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.ev-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.ev-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.ev-grid-flow-row{grid-auto-flow:row}.ev-grid-flow-col{grid-auto-flow:column}.ev-grid-flow-row-dense{grid-auto-flow:dense}.ev-grid-flow-col-dense{grid-auto-flow:column dense}.ev-gap-grid-0{gap:0}.ev-gap-grid-1{gap:.25rem}.ev-gap-grid-2{gap:.5rem}.ev-gap-grid-3{gap:.75rem}.ev-gap-grid-4{gap:1rem}.ev-gap-grid-5{gap:1.25rem}.ev-gap-grid-6{gap:1.5rem}.ev-gap-grid-8{gap:2rem}.ev-gap-grid-10{gap:2.5rem}.ev-gap-grid-12{gap:3rem}.ev-gap-grid-16{gap:4rem}.ev-gap-grid-20{gap:5rem}.ev-gap-grid-24{gap:6rem}.ev-gap-grid-32{gap:8rem}.ev-col-span-1{grid-column:span 1/span 1}.ev-col-span-2{grid-column:span 2/span 2}.ev-col-span-3{grid-column:span 3/span 3}.ev-col-span-4{grid-column:span 4/span 4}.ev-col-span-5{grid-column:span 5/span 5}.ev-col-span-6{grid-column:span 6/span 6}.ev-col-span-7{grid-column:span 7/span 7}.ev-col-span-8{grid-column:span 8/span 8}.ev-col-span-9{grid-column:span 9/span 9}.ev-col-span-10{grid-column:span 10/span 10}.ev-col-span-11{grid-column:span 11/span 11}.ev-col-span-12{grid-column:span 12/span 12}.ev-row-span-1{grid-row:span 1/span 1}.ev-row-span-2{grid-row:span 2/span 2}.ev-row-span-3{grid-row:span 3/span 3}.ev-row-span-4{grid-row:span 4/span 4}.ev-row-span-5{grid-row:span 5/span 5}.ev-row-span-6{grid-row:span 6/span 6}.ev-auto-cols-auto{grid-auto-columns:auto}.ev-auto-cols-min{grid-auto-columns:min-content}.ev-auto-cols-max{grid-auto-columns:max-content}.ev-auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.ev-auto-rows-auto{grid-auto-rows:auto}.ev-auto-rows-min{grid-auto-rows:min-content}.ev-auto-rows-max{grid-auto-rows:max-content}.ev-auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.ev-justify-items-start{justify-items:start}.ev-justify-items-end{justify-items:end}.ev-justify-items-center{justify-items:center}.ev-justify-items-stretch{justify-items:stretch}.ev-items-start{align-items:start}.ev-items-end{align-items:end}.ev-items-center{align-items:center}.ev-items-stretch{align-items:stretch}.ev-justify-start{justify-content:start}.ev-justify-end{justify-content:end}.ev-justify-center{justify-content:center}.ev-justify-between{justify-content:space-between}.ev-justify-around{justify-content:space-around}.ev-justify-evenly{justify-content:space-evenly}.ev-content-start{align-content:start}.ev-content-end{align-content:end}.ev-content-center{align-content:center}.ev-content-between{align-content:space-between}.ev-content-around{align-content:space-around}.ev-content-evenly{align-content:space-evenly}.ev-icon-sm{width:var(--ev-icon-sm);height:var(--ev-icon-sm)}.ev-icon-md{width:var(--ev-icon-md);height:var(--ev-icon-md)}.ev-icon-lg{width:var(--ev-icon-lg);height:var(--ev-icon-lg)}.ev-m-auto{margin:auto}.ev-mx-auto{margin-inline:auto}.ev-my-auto{margin-block:auto}.ev-mx-0{margin-left:var(--ev-space-0);margin-right:var(--ev-space-0)}.ev-my-0{margin-top:var(--ev-space-0);margin-bottom:var(--ev-space-0)}.ev-mt-0{margin-top:var(--ev-space-0)}.ev-mb-0{margin-bottom:var(--ev-space-0)}.ev-ml-0{margin-left:var(--ev-space-0)}.ev-mr-0{margin-right:var(--ev-space-0)}.ev-mx-1{margin-left:var(--ev-space-1);margin-right:var(--ev-space-1)}.ev-my-1{margin-top:var(--ev-space-1);margin-bottom:var(--ev-space-1)}.ev-mt-1{margin-top:var(--ev-space-1)}.ev-mb-1{margin-bottom:var(--ev-space-1)}.ev-ml-1{margin-left:var(--ev-space-1)}.ev-mr-1{margin-right:var(--ev-space-1)}.ev-mx-2{margin-left:var(--ev-space-2);margin-right:var(--ev-space-2)}.ev-my-2{margin-top:var(--ev-space-2);margin-bottom:var(--ev-space-2)}.ev-mt-2{margin-top:var(--ev-space-2)}.ev-mb-2{margin-bottom:var(--ev-space-2)}.ev-ml-2{margin-left:var(--ev-space-2)}.ev-mr-2{margin-right:var(--ev-space-2)}.ev-mx-3{margin-left:var(--ev-space-3);margin-right:var(--ev-space-3)}.ev-my-3{margin-top:var(--ev-space-3);margin-bottom:var(--ev-space-3)}.ev-mt-3{margin-top:var(--ev-space-3)}.ev-mb-3{margin-bottom:var(--ev-space-3)}.ev-ml-3{margin-left:var(--ev-space-3)}.ev-mr-3{margin-right:var(--ev-space-3)}.ev-mx-4{margin-left:var(--ev-space-4);margin-right:var(--ev-space-4)}.ev-my-4{margin-top:var(--ev-space-4);margin-bottom:var(--ev-space-4)}.ev-mt-4{margin-top:var(--ev-space-4)}.ev-mb-4{margin-bottom:var(--ev-space-4)}.ev-ml-4{margin-left:var(--ev-space-4)}.ev-mr-4{margin-right:var(--ev-space-4)}.ev-mx-5{margin-left:var(--ev-space-5);margin-right:var(--ev-space-5)}.ev-my-5{margin-top:var(--ev-space-5);margin-bottom:var(--ev-space-5)}.ev-mt-5{margin-top:var(--ev-space-5)}.ev-mb-5{margin-bottom:var(--ev-space-5)}.ev-ml-5{margin-left:var(--ev-space-5)}.ev-mr-5{margin-right:var(--ev-space-5)}.ev-mx-6{margin-left:var(--ev-space-6);margin-right:var(--ev-space-6)}.ev-my-6{margin-top:var(--ev-space-6);margin-bottom:var(--ev-space-6)}.ev-mt-6{margin-top:var(--ev-space-6)}.ev-mb-6{margin-bottom:var(--ev-space-6)}.ev-ml-6{margin-left:var(--ev-space-6)}.ev-mr-6{margin-right:var(--ev-space-6)}.ev-mx-8{margin-left:var(--ev-space-8);margin-right:var(--ev-space-8)}.ev-my-8{margin-top:var(--ev-space-8);margin-bottom:var(--ev-space-8)}.ev-mt-8{margin-top:var(--ev-space-8)}.ev-mb-8{margin-bottom:var(--ev-space-8)}.ev-ml-8{margin-left:var(--ev-space-8)}.ev-mr-8{margin-right:var(--ev-space-8)}.ev-mx-10{margin-left:var(--ev-space-10);margin-right:var(--ev-space-10)}.ev-my-10{margin-top:var(--ev-space-10);margin-bottom:var(--ev-space-10)}.ev-mt-10{margin-top:var(--ev-space-10)}.ev-mb-10{margin-bottom:var(--ev-space-10)}.ev-ml-10{margin-left:var(--ev-space-10)}.ev-mr-10{margin-right:var(--ev-space-10)}.ev-mx-12{margin-left:var(--ev-space-12);margin-right:var(--ev-space-12)}.ev-my-12{margin-top:var(--ev-space-12);margin-bottom:var(--ev-space-12)}.ev-mt-12{margin-top:var(--ev-space-12)}.ev-mb-12{margin-bottom:var(--ev-space-12)}.ev-ml-12{margin-left:var(--ev-space-12)}.ev-mr-12{margin-right:var(--ev-space-12)}.ev-mx-16{margin-left:var(--ev-space-16);margin-right:var(--ev-space-16)}.ev-my-16{margin-top:var(--ev-space-16);margin-bottom:var(--ev-space-16)}.ev-mt-16{margin-top:var(--ev-space-16)}.ev-mb-16{margin-bottom:var(--ev-space-16)}.ev-ml-16{margin-left:var(--ev-space-16)}.ev-mr-16{margin-right:var(--ev-space-16)}.ev-mx-20{margin-left:var(--ev-space-20);margin-right:var(--ev-space-20)}.ev-my-20{margin-top:var(--ev-space-20);margin-bottom:var(--ev-space-20)}.ev-mt-20{margin-top:var(--ev-space-20)}.ev-mb-20{margin-bottom:var(--ev-space-20)}.ev-ml-20{margin-left:var(--ev-space-20)}.ev-mr-20{margin-right:var(--ev-space-20)}.ev-overflow-auto{overflow:auto}.ev-overflow-hidden{overflow:hidden}.ev-overflow-visible{overflow:visible}.ev-overflow-scroll{overflow:scroll}.ev-overflow-x-auto{overflow-x:auto}.ev-overflow-y-auto{overflow-y:auto}.ev-overflow-x-hidden{overflow-x:hidden}.ev-overflow-y-hidden{overflow-y:hidden}.ev-px-0{padding-left:var(--ev-space-0);padding-right:var(--ev-space-0)}.ev-py-0{padding-top:var(--ev-space-0);padding-bottom:var(--ev-space-0)}.ev-pt-0{padding-top:var(--ev-space-0)}.ev-pb-0{padding-bottom:var(--ev-space-0)}.ev-pl-0{padding-left:var(--ev-space-0)}.ev-pr-0{padding-right:var(--ev-space-0)}.ev-px-1{padding-left:var(--ev-space-1);padding-right:var(--ev-space-1)}.ev-py-1{padding-top:var(--ev-space-1);padding-bottom:var(--ev-space-1)}.ev-pt-1{padding-top:var(--ev-space-1)}.ev-pb-1{padding-bottom:var(--ev-space-1)}.ev-pl-1{padding-left:var(--ev-space-1)}.ev-pr-1{padding-right:var(--ev-space-1)}.ev-px-2{padding-left:var(--ev-space-2);padding-right:var(--ev-space-2)}.ev-py-2{padding-top:var(--ev-space-2);padding-bottom:var(--ev-space-2)}.ev-pt-2{padding-top:var(--ev-space-2)}.ev-pb-2{padding-bottom:var(--ev-space-2)}.ev-pl-2{padding-left:var(--ev-space-2)}.ev-pr-2{padding-right:var(--ev-space-2)}.ev-px-3{padding-left:var(--ev-space-3);padding-right:var(--ev-space-3)}.ev-py-3{padding-top:var(--ev-space-3);padding-bottom:var(--ev-space-3)}.ev-pt-3{padding-top:var(--ev-space-3)}.ev-pb-3{padding-bottom:var(--ev-space-3)}.ev-pl-3{padding-left:var(--ev-space-3)}.ev-pr-3{padding-right:var(--ev-space-3)}.ev-px-4{padding-left:var(--ev-space-4);padding-right:var(--ev-space-4)}.ev-py-4{padding-top:var(--ev-space-4);padding-bottom:var(--ev-space-4)}.ev-pt-4{padding-top:var(--ev-space-4)}.ev-pb-4{padding-bottom:var(--ev-space-4)}.ev-pl-4{padding-left:var(--ev-space-4)}.ev-pr-4{padding-right:var(--ev-space-4)}.ev-px-5{padding-left:var(--ev-space-5);padding-right:var(--ev-space-5)}.ev-py-5{padding-top:var(--ev-space-5);padding-bottom:var(--ev-space-5)}.ev-pt-5{padding-top:var(--ev-space-5)}.ev-pb-5{padding-bottom:var(--ev-space-5)}.ev-pl-5{padding-left:var(--ev-space-5)}.ev-pr-5{padding-right:var(--ev-space-5)}.ev-px-6{padding-left:var(--ev-space-6);padding-right:var(--ev-space-6)}.ev-py-6{padding-top:var(--ev-space-6);padding-bottom:var(--ev-space-6)}.ev-pt-6{padding-top:var(--ev-space-6)}.ev-pb-6{padding-bottom:var(--ev-space-6)}.ev-pl-6{padding-left:var(--ev-space-6)}.ev-pr-6{padding-right:var(--ev-space-6)}.ev-px-8{padding-left:var(--ev-space-8);padding-right:var(--ev-space-8)}.ev-py-8{padding-top:var(--ev-space-8);padding-bottom:var(--ev-space-8)}.ev-pt-8{padding-top:var(--ev-space-8)}.ev-pb-8{padding-bottom:var(--ev-space-8)}.ev-pl-8{padding-left:var(--ev-space-8)}.ev-pr-8{padding-right:var(--ev-space-8)}.ev-px-10{padding-left:var(--ev-space-10);padding-right:var(--ev-space-10)}.ev-py-10{padding-top:var(--ev-space-10);padding-bottom:var(--ev-space-10)}.ev-pt-10{padding-top:var(--ev-space-10)}.ev-pb-10{padding-bottom:var(--ev-space-10)}.ev-pl-10{padding-left:var(--ev-space-10)}.ev-pr-10{padding-right:var(--ev-space-10)}.ev-px-12{padding-left:var(--ev-space-12);padding-right:var(--ev-space-12)}.ev-py-12{padding-top:var(--ev-space-12);padding-bottom:var(--ev-space-12)}.ev-pt-12{padding-top:var(--ev-space-12)}.ev-pb-12{padding-bottom:var(--ev-space-12)}.ev-pl-12{padding-left:var(--ev-space-12)}.ev-pr-12{padding-right:var(--ev-space-12)}.ev-px-16{padding-left:var(--ev-space-16);padding-right:var(--ev-space-16)}.ev-py-16{padding-top:var(--ev-space-16);padding-bottom:var(--ev-space-16)}.ev-pt-16{padding-top:var(--ev-space-16)}.ev-pb-16{padding-bottom:var(--ev-space-16)}.ev-pl-16{padding-left:var(--ev-space-16)}.ev-pr-16{padding-right:var(--ev-space-16)}.ev-px-20{padding-left:var(--ev-space-20);padding-right:var(--ev-space-20)}.ev-py-20{padding-top:var(--ev-space-20);padding-bottom:var(--ev-space-20)}.ev-pt-20{padding-top:var(--ev-space-20)}.ev-pb-20{padding-bottom:var(--ev-space-20)}.ev-pl-20{padding-left:var(--ev-space-20)}.ev-pr-20{padding-right:var(--ev-space-20)}.ev-relative{position:relative}.ev-absolute{position:absolute}.ev-fixed{position:fixed}.ev-sticky{position:sticky}.ev-static{position:static}.ev-rounded-none{border-radius:var(--ev-radius-none)}.ev-rounded-sm{border-radius:var(--ev-radius-sm)}.ev-rounded{border-radius:var(--ev-radius)}.ev-rounded-md{border-radius:var(--ev-radius-md)}.ev-rounded-lg{border-radius:var(--ev-radius-lg)}.ev-rounded-xl{border-radius:var(--ev-radius-xl)}.ev-rounded-full{border-radius:var(--ev-radius-full)}.ev-p-0{padding:var(--ev-space-0)}.ev-p-1{padding:var(--ev-space-1)}.ev-p-2{padding:var(--ev-space-2)}.ev-p-3{padding:var(--ev-space-3)}.ev-p-4{padding:var(--ev-space-4)}.ev-p-5{padding:var(--ev-space-5)}.ev-p-6{padding:var(--ev-space-6)}.ev-p-8{padding:var(--ev-space-8)}.ev-p-10{padding:var(--ev-space-10)}.ev-p-12{padding:var(--ev-space-12)}.ev-p-16{padding:var(--ev-space-16)}.ev-p-20{padding:var(--ev-space-20)}.ev-m-0{margin:var(--ev-space-0)}.ev-m-1{margin:var(--ev-space-1)}.ev-m-2{margin:var(--ev-space-2)}.ev-m-3{margin:var(--ev-space-3)}.ev-m-4{margin:var(--ev-space-4)}.ev-m-5{margin:var(--ev-space-5)}.ev-m-6{margin:var(--ev-space-6)}.ev-m-8{margin:var(--ev-space-8)}.ev-m-10{margin:var(--ev-space-10)}.ev-m-12{margin:var(--ev-space-12)}.ev-m-16{margin:var(--ev-space-16)}.ev-m-20{margin:var(--ev-space-20)}.ev-gap-0{gap:var(--ev-space-0)}.ev-gap-1{gap:var(--ev-space-1)}.ev-gap-2{gap:var(--ev-space-2)}.ev-gap-3{gap:var(--ev-space-3)}.ev-gap-4{gap:var(--ev-space-4)}.ev-gap-5{gap:var(--ev-space-5)}.ev-gap-6{gap:var(--ev-space-6)}.ev-gap-8{gap:var(--ev-space-8)}.ev-gap-10{gap:var(--ev-space-10)}.ev-gap-12{gap:var(--ev-space-12)}.ev-gap-16{gap:var(--ev-space-16)}.ev-gap-20{gap:var(--ev-space-20)}.ev-text-center{text-align:center}.ev-text-left{text-align:left}.ev-text-right{text-align:right}.ev-font-bold{font-weight:700}.ev-font-semibold{font-weight:600}.ev-font-medium{font-weight:500}.ev-font-normal{font-weight:400}.ev-text-xs{font-size:.75rem}.ev-text-sm{font-size:var(--ev-text-sm)}.ev-text-base{font-size:1rem}.ev-text-md{font-size:var(--ev-text-md)}.ev-text-lg{font-size:var(--ev-text-lg)}.ev-text-xl{font-size:var(--ev-text-xl)}.ev-text-2xl{font-size:var(--ev-text-2xl)}.ev-h1{font-size:clamp(32px,1.14943vw + 27.8621px,72px);font-weight:700}.ev-h2{font-size:clamp(28px,.91954vw + 24.6897px,60px);font-weight:700}.ev-h3{font-size:clamp(24px,.689655vw + 21.5172px,48px);font-weight:600}.ev-h4{font-size:clamp(20px,.45977vw + 18.3448px,36px);font-weight:600}.ev-h5{font-size:clamp(18px,.287356vw + 16.9655px,28px);font-weight:600}.ev-h6{font-size:clamp(16px,.172414vw + 15.3793px,22px);font-weight:600}.ev-p-small{font-size:clamp(14px,.114943vw + 13.5862px,18px)}.ev-p-normal{font-size:clamp(16px,.114943vw + 15.5862px,20px)}.ev-p-large{font-size:clamp(18px,.172414vw + 17.3793px,24px)}.ev-span-text{font-size:clamp(14px,.0574713vw + 13.7931px,16px)}
@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../media/7e832ad540183e91-s.0pw-43bjt5~5_.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2094fb60fd9c8287-s.13c6n_dh74ayc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../media/c875c6f5d3e977ac-s.p.0g_ng0t~d_b9n.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.0r1jrq7neqdsq.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6c55a692938ebbbc-s.0g6rbszwfgn9y.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bdc7e24a509eb931-s.0apt5mko2.qn3.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0da9c7f357bd9d4d-s.0ek5sshv8wk3m.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.1110aazvokzp..woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.0esuu2f5si~v8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.12skym0rqknxy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.0carvq6u72s58.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.106do9xzbuago.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_2024bc9-module__OvfM1W__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_2024bc9-module__OvfM1W__variable{--font-poppins:"Poppins", "Poppins Fallback"}
