:root{--navy:#192140;--navy-2:#141a33;--header-bg:#161729;--card:#202139;--footer-bg:#0e0f19;--base:#FF3838;--light-card:#f8f8f8;--g1:#EB5C18;--g2:#F95055;--g3:#CA2DB8;--linear:linear-gradient(135deg,#EB5C18 0%,#F95055 45.72%,#CA2DB8 100%);--linear-90:linear-gradient(90deg,#EB5C18 0%,#F95055 45.72%,#CA2DB8 100%);--heading:"RecoletaAlt",Georgia,serif;--heading2:Unbounded,"Arial Black",sans-serif;--heading3:"Space Grotesk",Arial,sans-serif;--body:Inter,Arial,sans-serif;--ease:cubic-bezier(.22,.61,.36,1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;padding:0;font-family:var(--body);font-size:18px;line-height:1.579;color:#fff;background:var(--navy);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.locked{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}ul{margin:0;padding:0;list-style:none}.container{width:100%;max-width:1260px;margin:0 auto;padding:0 30px}.container-wide{width:100%;max-width:1330px;margin:0 auto;padding:0 30px}h1,h2,h3,h4{margin:0;font-family:var(--heading);font-weight:700;line-height:1.08}p{margin:0}:focus-visible{outline:2px solid var(--base);outline-offset:3px}.ph{position:relative;display:block;aspect-ratio:var(--r,4/3);background:#262b47;overflow:hidden}.ph:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(-45deg,transparent 0 14px,rgba(255,255,255,.035) 14px 28px)}.ph:after{content:"\2205  " attr(data-file);position:absolute;left:10px;bottom:8px;padding:3px 7px;border-radius:4px;background:#090b1ab8;color:#9aa1c0;font:10px/1.3 ui-monospace,Menlo,monospace;letter-spacing:.02em}.ph.round{border-radius:50%}.ph.light{background:#dfe0e6}.ph.light:before{background:repeating-linear-gradient(-45deg,transparent 0 14px,rgba(20,26,51,.05) 14px 28px)}.ph.light:after{background:#fffc;color:#5a5f7a}.sec-title .sub{position:relative;display:inline-block;padding-bottom:12px;color:var(--base);font-family:var(--heading3);font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.sec-title .sub:before{content:"";position:absolute;top:10px;right:-80px;width:72px;height:1px;background:var(--base)}.sec-title h2{color:#fff;font-size:clamp(32px,4.6vw,62px);font-weight:700;letter-spacing:-.02em}.sec-title h2 .stroke{color:transparent;-webkit-text-stroke:1.4px var(--base)}.sec-title h2 .fill{color:var(--base)}.sec-title.center{text-align:center}.sec-title.center .sub:after{content:"";position:absolute;top:10px;left:-80px;width:72px;height:1px;background:var(--base)}.sec-title p{padding-top:30px;color:#ffffffb3;max-width:560px}.btn{position:relative;display:inline-flex;align-items:center;gap:14px;padding:15px 64px 15px 30px;border-radius:100px;overflow:hidden;font-family:var(--heading);font-weight:600;font-size:16px;color:#fff;background:var(--linear);text-transform:uppercase;letter-spacing:.04em;transition:transform .4s var(--ease),box-shadow .4s var(--ease)}.btn:before{content:"";position:absolute;inset:0 auto 0 0;width:0;background:#0b0c0e3b;transition:width .5s ease;z-index:0}.btn:hover:before{width:100%}.btn:hover{transform:translateY(-3px);box-shadow:0 14px 30px #ca2db847}.btn span,.btn i{position:relative;z-index:1}.btn i{position:absolute;top:0;right:0;width:39px;height:60px;border-radius:50px 0 0 50px;background:#0b0c0e3b;display:grid;place-items:center;font-style:normal}.btn i svg{width:14px;height:14px;fill:#fff}.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.34);padding-right:30px}.btn-ghost:before{background:var(--linear);opacity:.9}.btn-ghost i{display:none}.site-header{position:absolute;top:0;left:0;z-index:40;width:100%;padding:22px 0;background:var(--header-bg);border-radius:0 0 50px 50px;box-shadow:0 1px #ff383880}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1290px;margin:0 auto;padding:0 30px}.brand{display:inline-flex;align-items:center;flex:0 0 auto}.brand img{height:36px;width:auto}.brand-word{font-family:var(--heading);font-weight:700;font-size:32px;line-height:1;letter-spacing:-.02em;color:#fff}.nav-desktop{display:flex;align-items:center;gap:34px}.nav-desktop a{position:relative;z-index:1;padding:8px 4px;font-size:15px;font-weight:600;color:#ffffffdb;transition:color .3s}.nav-desktop a:before{content:"";position:absolute;top:0;left:-5px;z-index:-1;width:22px;height:22px;border-radius:100%;background:var(--base);transform:scale(0);transition:transform .5s ease}.nav-desktop a:hover{color:#fff}.nav-desktop a:hover:before,.nav-desktop a.is-active:before{transform:scale(1)}.header-tools{display:flex;align-items:center;gap:26px;flex:0 0 auto}.cart-btn{position:relative;display:grid;place-items:center;width:32px;height:32px;color:#fff;font-size:17px}.cart-btn b{position:absolute;top:-3px;right:-8px;display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:var(--base);font-size:9px;font-weight:800}.burger{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--linear);color:#fff;transition:transform .4s var(--ease)}.burger:hover{transform:rotate(90deg)}.burger span{position:relative;display:block;width:20px;height:2px;background:#fff;border-radius:2px}.burger span:before,.burger span:after{content:"";position:absolute;left:0;width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .3s var(--ease)}.burger span:before{top:-6px}.burger span:after{top:6px}.header-mobile-toggle{display:none}.site-header.is-stuck{position:fixed;top:auto;bottom:40px;left:0;right:0;max-width:1200px;margin:0 auto;padding:14px 30px;border-radius:100px;background:#161729f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:fadeUp .5s var(--ease)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.side-panel{position:fixed;z-index:60;inset:0 0 0 auto;width:min(430px,100%);padding:120px 44px 44px;background:#0e0f1c;transform:translate(102%);transition:transform .55s var(--ease);overflow-y:auto}.side-panel.open{transform:none}.side-panel nav{display:grid;gap:6px;margin-bottom:44px}.side-panel nav a{font-family:var(--heading2);font-size:26px;letter-spacing:-.03em;color:#fff;padding:8px 0}.side-panel nav a:hover{color:var(--base)}.side-panel .panel-title{margin:0 0 14px;font-family:var(--heading3);font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--base)}.side-panel p{color:#ffffff9e;font-size:15px;line-height:1.75}.side-panel .panel-close{position:absolute;top:34px;right:34px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;font-size:20px}.panel-veil{position:fixed;z-index:55;top:0;right:0;bottom:0;left:0;background:#060812b8;opacity:0;visibility:hidden;transition:.4s}.panel-veil.open{opacity:1;visibility:visible}.hero{position:relative;overflow:hidden;background:var(--navy)}.hero-item{position:relative;z-index:1;min-height:880px;background:radial-gradient(58% 40% at 50% 86%,rgba(255,56,56,.2),transparent 72%)}.hero-layer{position:absolute;top:0;right:0;bottom:0;left:0;padding:230px 0 140px;opacity:0;visibility:hidden;transition:opacity .9s var(--ease)}.hero-layer.on{opacity:1;visibility:visible}.hero-sphere{position:absolute;top:190px;left:200px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle at 32% 28%,#fff6f2 0%,#ff8a8a 26%,var(--base) 62%,#8d1030 100%);box-shadow:0 30px 80px #ff383859;opacity:.9}.hero-sphere:after{content:"";position:absolute;top:-34px;right:-34px;bottom:-34px;left:-34px;border:1px dashed rgba(255,255,255,.16);border-radius:50%}.hero-title{position:relative;max-width:1300px;margin:0 auto;padding:0 30px}.hero-title h1{font-family:var(--heading);font-weight:700;text-transform:uppercase;letter-spacing:-.03em;line-height:1}.hero-line-1{position:relative;z-index:3;display:block;font-size:clamp(25px,6vw,96px);color:transparent;-webkit-text-stroke:2px var(--base)}.hero-line-2{position:relative;z-index:3;display:block;font-size:clamp(22px,5.35vw,86px);color:#fff}.hero-line-3{position:relative;z-index:3;display:block;font-size:clamp(60px,18.8vw,300px);font-weight:900;background:linear-gradient(180deg,#ff3838,#ff38380f);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:.86;margin-top:-.06em}.hero-note{position:absolute;z-index:5;top:50px;right:0;max-width:350px;text-align:right}.hero-note p{color:#fff;font-size:17px;line-height:1.7;padding-bottom:44px}.hero-person{position:absolute;z-index:2;left:0;right:0;bottom:20px;height:min(604px,69%);display:flex;justify-content:center;align-items:flex-end;pointer-events:none}.hero-person .ph{width:min(430px,44vw);height:92%}.hero-video{position:absolute;z-index:6;bottom:30px;left:max(30px,calc(50% - 400px));display:flex;align-items:center}.hero-video-icon{position:relative;display:grid;place-items:center;width:95px;height:95px;margin-right:30px;border-radius:100%;background:var(--base);color:#fff}.hero-video-icon b{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:100%;border:20px solid rgba(27,28,53,.7);opacity:0;animation:borderPulse 3.9s linear infinite}.hero-video-icon b:nth-child(2){animation-delay:1.3s}.hero-video-icon b:nth-child(3){animation-delay:2.6s}@keyframes borderPulse{0%{opacity:0;transform:scale(.6)}20%{opacity:1}to{opacity:0;transform:scale(1.5)}}.hero-video-text h4{color:#fff;font-size:24px;font-weight:600}.hero-video-text span{display:block;color:var(--base);font-family:var(--heading);font-size:15px}.hero-arrows .arrow-lg{position:absolute;z-index:5;bottom:155px;display:grid;place-items:center;width:150px;height:150px;border-radius:100%;color:#fff;font-size:50px;background:radial-gradient(circle at 50% 50%,#ff38383d,#19214000 72%);border:1px solid rgba(255,255,255,.12);transition:background .5s ease}.hero-arrows .arrow-lg:hover{background:radial-gradient(circle at 50% 50%,#ff383880,#19214000 72%)}.hero-arrows .prev{left:-75px}.hero-arrows .next{right:-75px}.hero-dots{position:absolute;z-index:6;left:30px;bottom:60px;display:flex;gap:9px}.hero-dots button{width:38px;height:3px;background:#ffffff42;transition:background .3s}.hero-dots button.on{background:var(--base)}.hero-item .anim{opacity:0;transform:translateY(38px);transition:opacity .9s ease,transform .9s ease}.hero-item.ready .anim{opacity:1;transform:none}.hero-item.ready .a-1{transition-delay:.5s}.hero-item.ready .a-2{transition-delay:1.2s}.hero-item.ready .a-3{transition-delay:1.4s}.hero-item.ready .a-4{transition-delay:1.5s}.about{position:relative;padding:150px 0;background:var(--navy)}.about-grid{display:grid;grid-template-columns:58% 42%;align-items:start;gap:40px}.about-media{position:relative;padding-bottom:175px}.about-media .glow-circle{position:absolute;left:-40px;bottom:90px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle at 40% 35%,rgba(249,80,85,.55),rgba(202,45,184,.28) 55%,transparent 72%);z-index:-1}.frame{position:relative;overflow:hidden;border-radius:10px}.frame:before,.frame:after{content:"";position:absolute;z-index:2;width:100px;height:50px;background:var(--navy);transform:rotate(-45deg)}.frame:before{top:-15px;left:-50px}.frame:after{bottom:-15px;right:-50px}.about-img-main{width:100%;aspect-ratio:4/4.4}.about-img-main .ph,.about-img-main img{width:100%;height:100%;object-fit:cover}.about-img-small{position:absolute;right:0;bottom:0;width:46%;aspect-ratio:4/3.4}.about-img-small .ph{width:100%;height:100%}.about-copy{position:relative;padding-top:265px}.about-copy .sec-title{position:absolute;top:35px;right:0;width:720px}.about-copy>.rv>p{color:#ffffffb3}.about-features{margin:30px 0 40px;padding:28px 0 0;border-radius:10px;background:linear-gradient(97.31deg,#eb5c181d,#f950551d 45.72%,#ca2db81d)}.about-features ul{display:flex;flex-wrap:wrap;justify-content:space-between}.about-features li{width:50%;display:flex;align-items:center;gap:15px;padding:0 25px 20px;color:#fff;font-family:var(--heading);font-size:18px;font-weight:500}.about-features i{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--base);color:#fff;font-size:14px;font-style:normal}.about-cta{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.call-mini{display:flex;align-items:center;gap:14px}.call-mini .ic{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#ff383829;color:var(--base);font-size:20px}.call-mini span{display:block;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#fff9}.call-mini strong{font-family:var(--heading);font-size:19px;color:#fff}.marquee{overflow:hidden;padding:26px 0;background:var(--navy)}.marquee-track{display:flex;width:max-content;animation:slide 34s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-track h3{margin:0 20px;font-family:var(--heading);font-size:clamp(58px,10.4vw,150px);font-weight:700;white-space:nowrap;color:transparent;-webkit-text-stroke:2px var(--base)}.marquee-track h3.solid{color:var(--base);-webkit-text-stroke:0}@keyframes slide{to{transform:translate(-50%)}}.marquee.alt .marquee-track h3{-webkit-text-stroke-color:#fff;opacity:.35}.marquee.alt .marquee-track h3.solid{color:#fff;-webkit-text-stroke:0;opacity:.9}.services{position:relative;padding:60px 0 110px;background:var(--navy);overflow:hidden}.services-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:60px}.services-rail{position:relative;width:100%;overflow:hidden;cursor:grab}.services-track{display:flex;width:max-content;animation:slide 46s linear infinite}.services-rail:hover .services-track{animation-play-state:paused}.service-card{position:relative;display:block;width:522px;max-width:78vw;margin:0 15px;border-radius:20px;overflow:hidden;flex:0 0 auto}.service-card .media{position:relative;aspect-ratio:522/560;overflow:hidden;border-radius:20px}.service-card .media .ph{width:100%;height:100%}.service-card img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.service-card:after{content:"";position:absolute;top:38%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#090b1af0);border-radius:0 0 20px 20px}.service-card:hover .media .ph:before{opacity:.5}.service-card .txt{position:absolute;z-index:2;left:0;right:0;bottom:30px;display:flex;align-items:center;justify-content:space-between;padding:0 40px}.service-card .txt h3{color:#fff;font-size:34px;font-weight:600;transition:letter-spacing .4s ease}.service-card:hover .txt h3{letter-spacing:2px}.service-more{display:grid;place-items:center;width:62px;height:62px;border-radius:100%;background:var(--linear);font-size:30px;color:#fff;flex:0 0 auto;transition:transform .4s var(--ease)}.service-card:hover .service-more{transform:rotate(-45deg)}.toss{position:relative;padding:120px 0 130px;background:linear-gradient(135deg,#3d2a5c,#1b1d38 52%,#2a2050);overflow:hidden;border-radius:0 0 100px 100px}.toss-head{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}.toss-badge{width:86px;height:86px;margin:0 auto 26px;border-radius:50%;background:var(--linear);display:grid;place-items:center;font-size:34px}.toss-badge .ph{width:100%;height:100%;border-radius:50%}.toss-head h2{color:#fff;font-size:clamp(32px,5.6vw,62px);font-weight:600;line-height:1.14}.toss-head h2 em{font-style:normal;color:transparent;-webkit-text-stroke:1.2px #fff}.toss-stage{position:relative;height:330px;margin-top:44px}.chip{position:absolute;display:inline-flex;align-items:center;gap:10px;padding:16px 30px;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#efeaff;font-family:var(--heading);font-size:20px;font-weight:600;white-space:nowrap;will-change:transform}.chip:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--base)}.chip.hi{border-color:var(--base);background:#ff383838}.chip.hi2{border-color:#c4e86b;background:#c4e86b29}.why{position:relative;padding:165px 0 130px;background:var(--navy)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.why-media{position:relative;max-width:720px;margin:0 auto}.why-blob{position:relative;width:100%;aspect-ratio:1/.98;overflow:hidden;border-radius:62% 38% 54% 46%/48% 56% 44% 52%;box-shadow:0 30px 80px #0006}.why-blob .ph{width:100%;height:100%}.why-float{position:absolute;border-radius:18px;overflow:hidden;box-shadow:0 22px 50px #00000059;border:6px solid var(--navy)}.why-f1{width:31%;aspect-ratio:1/1.2;right:2%;top:4%}.why-f2{width:26%;aspect-ratio:1/.82;left:-2%;bottom:8%}.why-float .ph{width:100%;height:100%}.why-ring{position:absolute;left:-6%;top:8%;width:150px;height:150px;border:1px dashed rgba(255,255,255,.24);border-radius:50%;z-index:-1}.why-check{display:flex;flex-wrap:wrap;margin:30px 0;font-family:var(--heading)}.why-check li{position:relative;width:50%;padding-left:50px;margin-bottom:22px;color:#fff;font-family:var(--heading);font-size:26px;font-weight:600}.why-check li:before{content:"";position:absolute;left:0;top:5px;width:34px;height:34px;background:var(--linear);border-radius:50%;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.6 17.4 4.2 12l1.6-1.6 3.8 3.8 8.6-8.6L19.8 7z'/%3E%3C/svg%3E") center/20px no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.6 17.4 4.2 12l1.6-1.6 3.8 3.8 8.6-8.6L19.8 7z'/%3E%3C/svg%3E") center/20px no-repeat}.exp{position:relative;padding:150px 0;background:var(--navy-2)}.exp-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.exp-media{position:relative}.exp-media .frame{aspect-ratio:1/.92}.exp-media .ph{width:100%;height:100%}.exp-steps{margin:34px 0 36px}.step{margin-bottom:26px}.step-top{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:12px}.step-top span{font-family:var(--heading);font-size:22px;font-weight:600;color:#fff}.step-top b{font-family:var(--heading2);font-size:14px;color:var(--base)}.step-bar{height:7px;border-radius:99px;background:#ffffff21;overflow:hidden}.step-bar i{display:block;height:100%;width:0;border-radius:99px;background:var(--linear-90);transition:width 1.4s var(--ease)}.step.on .step-bar i{width:var(--w,100%)}.faq{position:relative;padding:150px 0;background:var(--navy);overflow:hidden}.faq-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center}.faq-media{position:relative}.faq-media .frame{aspect-ratio:1/1.15;border-radius:120px 20px}.faq-media .ph{width:100%;height:100%}.faq-card{max-width:655px;padding:85px 90px 60px 65px;border-radius:10px;background:var(--light-card)}.faq-card .sec-title h2{color:#0d0d0d}.faq-card .sec-title p{color:#0d0d0da6}.acc{margin-top:26px;border-top:1px solid rgba(0,0,0,.9)}.acc-item{border-bottom:1px solid rgba(0,0,0,.9);padding-bottom:30px;margin-bottom:25px}.acc-item:last-child{margin-bottom:0}.acc-q{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;padding:0;text-align:left;color:#0d0d0d;font-family:var(--heading);font-size:23px;font-weight:700}.acc-q .sign{position:relative;flex:0 0 auto;width:26px;height:26px}.acc-q .sign:before,.acc-q .sign:after{content:"";position:absolute;left:50%;top:50%;width:16px;height:2px;background:var(--base);transform:translate(-50%,-50%);transition:transform .35s ease}.acc-q .sign:after{transform:translate(-50%,-50%) rotate(90deg)}.acc-item.open .acc-q .sign:after{transform:translate(-50%,-50%) rotate(0)}.acc-a{max-height:0;overflow:hidden;color:#4a4a4a;font-size:18px;line-height:1.667;transition:max-height .5s var(--ease)}.acc-a p{padding-top:14px;margin:0}.acc-item.open .acc-a{max-height:220px}.team{position:relative;padding:150px 0;background:var(--navy)}.team-head{text-align:center;margin-bottom:60px}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.team-card{position:relative;z-index:1;height:510px;margin:0 auto;max-width:410px;width:100%;padding:42px 45px;border-radius:20px;overflow:hidden;background:var(--card);box-shadow:0 0 20px #fff3 inset;text-align:center}.team-card:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:0;background:var(--linear);box-shadow:0 0 30px #1b1c35a6 inset;transition:opacity .5s ease}.team-card:hover:before{opacity:1}.team-media{width:298px;height:298px;max-width:100%;margin:0 auto 45px;transition:all .5s ease;border-radius:50%;overflow:hidden}.team-media .ph{width:100%;height:100%;border-radius:50%}.team-card:hover .team-media{width:222px;height:222px;padding:15px;background:#1b1c354d}.team-card h3{color:#fff;font-size:32px;font-weight:600;padding-bottom:15px}.team-card .role{color:var(--base);font-family:var(--heading);font-weight:500;transition:color .5s}.team-card:hover .role{color:#00071a}.team-social{display:flex;justify-content:center;gap:20px;margin-top:25px;opacity:0;visibility:hidden;transition:.5s}.team-card:hover .team-social{opacity:1;visibility:visible}.team-social a{display:grid;place-items:center;width:52px;height:52px;border-radius:100%;border:1px solid #fff;font-size:18px}.team-social a:hover{background:#fff;color:#fd6f23}.team-cta{text-align:center;margin-top:54px}.work{position:relative;padding:150px 0;background:var(--navy);overflow:hidden}.work-watermark{margin-bottom:-50px;text-align:center;font-family:var(--heading);font-size:clamp(60px,13vw,190px);font-weight:700;line-height:.9;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.1);pointer-events:none;-webkit-user-select:none;user-select:none}.work-head{position:relative;text-align:center;max-width:770px;margin:0 auto 70px}.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 70px;padding-top:70px}.work-item{display:block;max-width:610px;margin-bottom:70px}.work-item.offset{margin-top:110px}.work-thumb{position:relative;overflow:hidden;border-radius:20px;margin-bottom:30px;box-shadow:0 4px 27px #000000a6 inset}.work-item:nth-child(odd) .work-thumb{aspect-ratio:1/.78}.work-item:nth-child(2n) .work-thumb{aspect-ratio:1/.96}.work-thumb .ph{width:100%;height:100%}.work-item:hover .work-thumb .ph:before{opacity:.6}.work-thumb .peek{position:absolute;left:24px;bottom:22px;padding:11px 20px;border-radius:50px;background:#fff;color:#0d0d0d;font-family:var(--heading3);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(12px);transition:.4s var(--ease)}.work-item:hover .peek{opacity:1;transform:none}.work-item h3{color:#fff;font-size:38px;font-weight:700;padding-bottom:20px}.work-item:hover h3{color:var(--base)}.work-tags{display:flex;flex-wrap:wrap;gap:8px}.work-tags span{padding:8px 25px;border-radius:50px;background:#ffffff14;box-shadow:0 0 15px #00000042 inset;font-size:16px;color:#fff}.work-tags span:hover{background:var(--base)}.price{position:relative;padding:60px 0 130px;background:var(--navy)}.price-grid{display:grid;grid-template-columns:38% 62%;gap:40px;align-items:center}.price-stack{position:relative;margin-left:40px;min-height:520px;padding-right:120px}.price-card{position:relative;z-index:2;max-width:405px;padding-bottom:50px;border-radius:20px;background:var(--card);box-shadow:0 4px 40px #00000040 inset;transition:transform .3s linear}.price-card.behind{position:absolute;top:50%;right:0;z-index:1;transform:translateY(-50%) scale(.88);opacity:.96}.price-card.behind:hover{transform:translateY(-50%) scale(1);z-index:9}.price-stack.last-active .price-card.front{transform:scale(.88)}.price-stack.last-active .price-card.behind{transform:translateY(-50%) scale(1);z-index:9}.plan-title{max-width:78%;margin:0 auto 40px;padding:18px 0;border-radius:0 0 20px 20px;background:#ffffff05;box-shadow:0 1px #ff383880;color:#fff;font-family:var(--heading);font-size:20px;font-weight:600;text-align:center}.plan-price{margin-bottom:35px;text-align:center}.plan-price h3{display:inline-block;font-size:68px;font-weight:700;background:var(--linear-90);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.plan-price sub{bottom:0;font-size:54px;font-weight:300;background:var(--linear-90);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.plan-price span{display:block;font-family:var(--heading);font-size:30px;color:#fff6}.plan-list{padding:32px 70px;background:#ffffff0d}.plan-list li{position:relative;margin-bottom:15px;padding-bottom:15px;color:#fff;font-size:16px}.plan-list li:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1.1px;opacity:.5;background:radial-gradient(50% 50% at 50% 50%,#fff,#16232b00)}.plan-list li:last-child{margin-bottom:0;padding-bottom:0}.plan-list li:last-child:before{display:none}.plan-btn{margin-top:50px;text-align:center}.plan-btn .btn{padding:20px 70px}.counters{position:relative;z-index:1;padding:295px 0 155px;overflow:hidden;background:#101528}.counters-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#101528}.counters-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(60% 80% at 20% 90%,rgba(255,56,56,.18),transparent 60%),radial-gradient(50% 70% at 85% 30%,rgba(202,45,184,.14),transparent 65%)}.counters:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,var(--navy) 0%,transparent 45%,var(--navy) 100%)}.counters .container{position:relative;z-index:2}.counter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}.counter strong{display:block;font-family:var(--heading);font-size:clamp(46px,6vw,86px);font-weight:900;background:var(--linear-90);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.counter span{display:block;margin-top:8px;color:#ffffffc2;font-size:16px}.quotes{position:relative;padding:120px 0 150px;background:var(--navy);overflow:hidden}.quotes-head{text-align:center;max-width:750px;margin:0 auto}.q-nav{position:relative;display:flex;align-items:center;justify-content:center;gap:26px;margin:50px 0 40px}.q-rail{position:relative;width:200px;height:200px;flex:0 0 auto}.q-face{position:absolute;top:0;right:0;bottom:0;left:0;padding:10px;border-radius:100%;border:10px solid #313249;overflow:hidden;transform:scale(.5);opacity:.45;transition:transform .5s ease,opacity .5s ease,border-color .5s ease}.q-face .ph{width:100%;height:100%;border-radius:100%}.q-face:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;border-radius:100%;background:var(--linear);transform:scale(0);transition:transform .5s ease}.q-face.on{transform:scale(1);opacity:1;border-color:#f14a65}.q-face.on:before{transform:scale(1)}.q-arrow{display:grid;place-items:center;width:60px;height:60px;border-radius:50%;border:1px solid rgba(255,255,255,.28);color:#fff;font-size:22px;transition:.35s}.q-arrow:hover{background:var(--linear);border-color:transparent}.q-stage{position:relative;max-width:745px;margin:0 auto;min-height:300px}.q-item{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;text-align:center;transition:opacity .7s ease}.q-item.on{position:relative;opacity:1;visibility:visible}.q-item .author{margin-bottom:25px}.q-item .author h3{color:#fff;font-size:30px;font-weight:700}.q-item .author span{color:var(--base);font-family:var(--heading)}.q-item blockquote{position:relative;z-index:1;margin:0;padding-bottom:30px;color:#fff;font-size:22px;font-style:italic;font-weight:500;line-height:1.8}.q-item blockquote:before,.q-item blockquote:after{content:"\201d";position:absolute;font-family:var(--heading);font-size:230px;line-height:1;color:#fff;opacity:.1;z-index:-1}.q-item blockquote:before{top:-140px;left:-60px}.q-item blockquote:after{bottom:-150px;right:-60px}.q-stars{display:flex;justify-content:center;gap:6px;font-size:24px;background:linear-gradient(-90deg,#ff5412,#ffb85d 45.72%,#ff5412);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.screen{position:relative;padding:0 0 130px;background:var(--navy)}.screen-frame{position:relative;overflow:hidden;border-radius:26px;box-shadow:0 40px 90px #00000080}.screen-frame .ph{width:100%;aspect-ratio:16/8.6}.blog{position:relative;padding:0 0 150px;background:var(--navy)}.blog-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:56px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.blog-card{display:block;border-radius:20px;overflow:hidden;background:var(--card)}.blog-card .thumb{aspect-ratio:1/.74;overflow:hidden}.blog-card .thumb .ph{width:100%;height:100%}.blog-card .body{padding:28px 30px 34px}.blog-card .meta{color:var(--base);font-family:var(--heading3);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.blog-card h3{margin-top:12px;color:#fff;font-size:24px;font-weight:600;line-height:1.25}.blog-card:hover h3{color:var(--base)}.site-footer{background:var(--footer-bg);padding:90px 0 50px}.foot-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1.2fr;gap:50px}.widget-title{display:inline-block;position:relative;margin-bottom:23px;padding-bottom:5px;color:#fff;font-size:26px;font-weight:600}.widget-title:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#fff}.foot-about h3{color:#fff;font-size:40px;font-weight:700;padding-bottom:12px}.foot-about p{max-width:440px;color:#d4d4d4;font-size:15px;line-height:1.8}.foot-about .brand{margin-bottom:22px}.foot-menu li{margin-bottom:8px}.foot-menu a{position:relative;color:#e3e3e3;font-size:15px}.foot-menu a:before{content:"";position:absolute;left:0;right:0;bottom:0;width:0;height:1px;margin:0 auto;background:var(--base);transition:width .5s ease}.foot-menu a:hover{color:var(--base)}.foot-menu a:hover:before{width:100%}.foot-news p{color:#d4d4d4;font-size:15px;line-height:1.75;margin-bottom:18px}.foot-news form{display:flex;border-bottom:1px solid rgba(255,255,255,.3)}.foot-news input{width:100%;padding:11px 0;border:0;background:transparent;color:#fff;font-size:14px;outline:none}.foot-news button{padding:0 6px;color:var(--base);font-size:22px}.foot-social{display:flex;gap:14px;margin-top:22px}.foot-social a{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.24);font-size:15px}.foot-social a:hover{background:var(--linear);border-color:transparent}.foot-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:60px;padding-top:26px;border-top:1px solid rgba(255,255,255,.12);color:#ffffff8f;font-size:13px}.foot-bottom a{margin-left:20px}.foot-bottom a:hover{color:var(--base)}.rv{opacity:0;transform:translateY(34px);transition:opacity .9s ease,transform .9s ease}.rv.on{opacity:1;transform:none}.rv-clip{clip-path:inset(0 100% 0 0);transition:clip-path 1.1s var(--ease)}.rv-clip.on{clip-path:inset(0 0 0 0)}@media(max-width:1300px){.hero-arrows .arrow-lg{width:128px;height:128px;font-size:36px}.hero-arrows .prev{left:-64px}.hero-arrows .next{right:-64px}}@media(max-width:1100px){.header-inner{padding:0 22px;gap:22px}.nav-desktop{gap:20px}.nav-desktop a{font-size:14px}.about-grid,.why-grid,.exp-grid,.faq-grid{grid-template-columns:1fr;gap:60px}.about-copy{padding-top:40px}.about-copy .sec-title{position:static;width:auto}.about-media{padding-bottom:120px}.price-grid{grid-template-columns:1fr;gap:70px}.price-stack{margin-left:0;padding-right:80px}.work-grid{gap:0 40px}.work-item.offset{margin-top:70px}.foot-grid{grid-template-columns:1fr 1fr;gap:40px}.service-card{width:440px}.hero-video{left:30px}}@media(max-width:900px){.nav-desktop,.cart-btn{display:none}.header-mobile-toggle{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.3)}.site-header{padding:14px 0;border-radius:0 0 34px 34px}.site-header.is-stuck{bottom:20px;padding:12px 20px;border-radius:100px}.hero-item{min-height:auto}.hero-layer{padding:150px 0 110px}.hero-layer.on{position:relative}.hero-layer:not(.on){position:absolute}.hero-note{position:static;max-width:420px;margin-top:30px;text-align:left}.hero-person{position:relative;height:auto;bottom:auto;margin-top:-40px}.hero-person .ph{width:min(330px,72vw);height:auto;aspect-ratio:2/2.9;margin:0 auto}.hero-video{position:static;margin-top:34px}.hero-arrows{display:flex;position:static;justify-content:center;gap:20px;margin:100px 0 8px}.hero-arrows .arrow-lg{position:static;width:96px;height:96px;bottom:auto}.hero-arrows .prev,.hero-arrows .next{left:auto;right:auto}.hero-dots{position:static;margin-top:30px;left:auto;bottom:auto}.hero-sphere{width:120px;height:120px;top:120px;left:auto;right:24px}.team-grid,.blog-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}.team-card{height:auto;padding:38px 30px 42px}.work-grid{grid-template-columns:1fr;max-width:640px;margin:0 auto}.work-item,.work-item.offset{margin-top:0;margin-bottom:54px}.counter-grid{grid-template-columns:1fr 1fr;gap:44px 20px}.toss-stage{height:420px}.faq-card{padding:50px 34px 44px}.q-nav{gap:12px}.q-rail{width:150px;height:150px}.q-arrow{width:48px;height:48px;font-size:18px}.about-features li{width:100%}.why-check li{width:100%;font-size:22px}.price-stack{padding-right:0;min-height:0}.price-card.behind{position:static;transform:none;margin-top:26px;max-width:405px;margin-inline:auto}.price-card.behind:hover,.price-stack.last-active .price-card.front{transform:none}.marquee-track h3{-webkit-text-stroke-width:1.5px}}@media(max-width:620px){body{font-size:16px}.container,.container-wide{padding:0 20px}.hero-layer{padding:120px 0 80px}.hero-line-3{font-size:clamp(54px,15.5vw,120px)}.hero-video-icon{width:68px;height:68px;margin-right:18px}.hero-video-icon b{border-width:14px}.hero-video-text h4{font-size:18px}.services-head,.blog-head{display:block}.services-head .btn,.blog-head .btn{margin-top:24px}.service-card{width:300px}.service-card .txt{padding:0 22px;bottom:20px}.service-card .txt h3{font-size:24px}.service-more{width:48px;height:48px;font-size:22px}.toss{padding:90px 0 100px;border-radius:0 0 60px 60px}.toss-stage{height:520px}.chip{font-size:15px;padding:12px 20px}.about-media{padding-bottom:0}.about-img-small{position:static;width:100%;margin-top:16px}.about-img-main{aspect-ratio:4/3.4}.about-features li{font-size:16px;padding:0 18px 18px}.why-blob{aspect-ratio:1/1.1}.why-float{display:none}.plan-list{padding:26px 28px}.plan-title{max-width:88%}.plan-price h3{font-size:52px}.plan-btn .btn{padding:16px 34px}.faq-media .frame{border-radius:60px 16px}.work-watermark{margin-bottom:-24px}.work-item h3{font-size:26px}.foot-grid{grid-template-columns:1fr}.foot-bottom{display:block;line-height:2}.foot-bottom a{margin-left:0;margin-right:16px}.marquee-track h3{-webkit-text-stroke-width:1.2px}.q-item blockquote{font-size:18px}.q-item blockquote:before,.q-item blockquote:after{font-size:150px}.team-media{width:220px;height:220px}.ph:after{font-size:8px;padding:2px 5px}.counters{padding:170px 0 100px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee-track,.services-track,.hero-video-icon b{animation:none}.rv,.rv-clip{opacity:1;transform:none;clip-path:none;transition:none}.hero-item .anim{opacity:1;transform:none}.step-bar i,.hero-layer{transition:none}}.about-img-main img,.about-img-small img,.why-blob img,.why-float img,.exp-media img,.faq-media img,.team-media img,.work-thumb img,.blog-card .thumb img,.q-face img,.toss-badge img{width:100%;height:100%;object-fit:cover}.team-media img,.q-face img,.toss-badge img{border-radius:50%}.hero-person img{height:100%;width:auto;max-width:none;object-fit:contain;object-position:bottom center;transform:translate(190px)}.hero-layer[data-layer="1"] .hero-person{height:min(540px,62%)}.hero-layer[data-layer="1"] .hero-person img{transform:translate(150px)}@media(max-width:1100px){.hero-person{height:min(465px,53%)}.hero-person img{transform:translate(40px)}.hero-layer[data-layer="1"] .hero-person{height:min(415px,48%)}.hero-layer[data-layer="1"] .hero-person img{transform:translate(10px)}}.screen-frame img{width:100%;height:auto;object-fit:cover}.glow-circle img{width:100%;height:100%;object-fit:contain}@media(max-width:900px){.hero-person img{height:auto;width:min(320px,70vw);max-width:100%;margin:0 auto;transform:none}}.hero-medal{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:90%;height:90%;aspect-ratio:1/1;overflow:hidden;border-radius:50%;object-fit:cover;object-position:50% 18.2%;border:1px solid rgba(255,255,255,.22);pointer-events:none;box-shadow:0 0 0 6px #ffffff07,0 16px 34px #090a1980,0 0 30px #f14a6533,0 0 56px #965aff1a;transition:scale .55s var(--ease),box-shadow .55s var(--ease),border-color .55s var(--ease);animation:heroMedalFloat 6.5s ease-in-out infinite;will-change:transform}.hero-medal.m2{animation-delay:-3.2s}.arrow-ico{display:none}@keyframes heroMedalFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media(hover:hover)and (min-width:901px){.arrow-lg:hover .hero-medal{scale:1.045;border-color:#ffffff5c;box-shadow:0 0 0 8px #ffffff0a,0 20px 40px #090a198c,0 0 40px #f14a654d,0 0 76px #965aff26}}@media(prefers-reduced-motion:reduce){.hero-medal{animation:none;transition:none}}.mt-hero-v10-section{width:100vw;margin-left:calc(50% - 50vw);position:relative;background:var(--navy);padding:0}.mt-hero-v10-section .hero,.mt-hero-v10-section .hero-item{min-height:880px}.mt-hero-v10-section .hero-person{height:767px!important;bottom:20px!important}.mt-hero-v10-section .hero-layer[data-layer="0"] .hero-person img{transform:translate(190px)}.mt-hero-v10-section .hero-layer[data-layer="1"] .hero-person{height:685px!important}.mt-hero-v10-section .hero-layer[data-layer="1"] .hero-person img{transform:translate(150px)}.mt-hero-v10-section .hero-person img{height:100%;width:auto;max-width:none;object-fit:contain;object-position:bottom center}.mt-hero-v10-section .hero-medal.m1,.mt-hero-v10-section .hero-medal.m2{width:133px;height:133px}@media(max-width:1100px){.mt-hero-v10-section .hero-person{height:590px!important}.mt-hero-v10-section .hero-layer[data-layer="1"] .hero-person{height:527px!important}}@media(max-width:900px){.mt-hero-v10-section .hero-person,.mt-hero-v10-section .hero-layer[data-layer="1"] .hero-person{height:auto!important}.mt-hero-v10-section .hero-item{min-height:0}}.mt-hero-v10-section .hero-note{width:350px!important;max-width:350px!important;text-align:right!important}.mt-hero-v10-section .hero-note p{width:100%!important}.mt-hero-v10-section .hero-note .btn{width:auto!important;max-width:none!important}.mt-hero-v10-section .hero-video{left:max(30px,calc(50% - 400px))!important}@media(max-width:900px){.mt-hero-v10-section .hero{padding:0!important;min-height:0!important;height:auto!important}.mt-hero-v10-section .hero-item{min-height:0!important;background:radial-gradient(92% 24% at 50% 100%,rgba(255,56,56,.16),transparent 72%)!important}.mt-hero-v10-section .hero-arrows{position:static!important;display:flex!important;justify-content:center;align-items:center;gap:16px;margin:12px 0 2px!important;padding:0!important;width:100%;left:auto!important;right:auto!important;bottom:auto!important}.mt-hero-v10-section .hero-arrows .arrow-lg{position:static!important;width:52px!important;height:52px!important;left:auto!important;right:auto!important;bottom:auto!important;background:#1012268c!important;border:1px solid rgba(247,244,240,.28)!important;border-radius:100%!important}.mt-hero-v10-section .hero-arrows .hero-medal{display:none!important}.mt-hero-v10-section .hero-arrows .arrow-ico{display:grid!important;place-items:center;width:100%;height:100%;font-size:20px;color:#f7f4f0}.mt-hero-v10-section .hero-layer{padding:12px 0 30px!important}.mt-hero-v10-section .hero-title{padding:0 22px!important;max-width:640px!important;margin:0 auto!important}.mt-hero-v10-section .hero-line-1{font-size:clamp(24px,7.4vw,34px)!important;-webkit-text-stroke:1.4px var(--base)!important}.mt-hero-v10-section .hero-line-2{font-size:clamp(21px,6.6vw,31px)!important}.mt-hero-v10-section .hero-line-3{font-size:clamp(58px,17.6vw,92px)!important}.mt-hero-v10-section .hero-sphere{width:72px!important;height:72px!important;top:auto!important;bottom:44px!important;right:16px!important;left:auto!important;opacity:.85!important}.mt-hero-v10-section .hero-sphere:after{display:none!important}.mt-hero-v10-section .hero-note{position:static!important;width:100%!important;max-width:none!important;text-align:left!important;margin:14px 0 0!important}.mt-hero-v10-section .hero-note p{font-size:15px!important;line-height:1.55!important;padding-bottom:16px!important;width:100%!important}.mt-hero-v10-section .hero-note .btn{width:100%!important;max-width:none!important;display:flex!important;justify-content:center!important;padding:15px 18px!important}.mt-hero-v10-section .hero-person{position:relative!important;height:auto!important;bottom:auto!important;top:auto!important;left:auto!important;right:auto!important;margin:10px auto 0!important;max-width:min(272px,70vw)!important;display:block!important}.mt-hero-v10-section .hero-layer[data-layer="0"] .hero-person,.mt-hero-v10-section .hero-layer[data-layer="1"] .hero-person{height:auto!important}.mt-hero-v10-section .hero-person img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;transform:none!important;margin:0 auto!important}.mt-hero-v10-section .hero-layer[data-layer="0"] .hero-person img,.mt-hero-v10-section .hero-layer[data-layer="1"] .hero-person img{transform:none!important}.mt-hero-v10-section .hero-video{position:static!important;margin:12px auto 0!important;justify-content:center!important;left:auto!important;bottom:auto!important}.mt-hero-v10-section .hero-video-icon{width:52px!important;height:52px!important;margin-right:12px!important}.mt-hero-v10-section .hero-video-icon b{border-width:10px!important;animation:none!important}.mt-hero-v10-section .hero-video-text h4{font-size:15px!important}.mt-hero-v10-section .hero-video-text span{font-size:12px!important}.mt-hero-v10-section .hero-dots{position:static!important;margin:14px auto 0!important;justify-content:center!important;left:auto!important;bottom:auto!important}.mt-hero-v10-section .hero-dots button{width:30px!important}}@media(max-width:900px){.mt-hero-v10-section .hero-arrows .arrow-ico{font-size:0!important;position:relative}.mt-hero-v10-section .hero-arrows .arrow-ico:before{content:""!important;display:block;width:0;height:0}.mt-hero-v10-section .hero-arrows .prev .arrow-ico:before{border-right:11px solid #f7f4f0;border-top:8px solid transparent;border-bottom:8px solid transparent;margin-left:-4px}.mt-hero-v10-section .hero-arrows .next .arrow-ico:before{border-left:11px solid #f7f4f0;border-top:8px solid transparent;border-bottom:8px solid transparent;margin-right:-4px}.mt-hero-v10-section .hero-video-icon{font-size:0!important;position:relative}.mt-hero-v10-section .hero-video-icon:after{content:"";display:block;width:0;height:0;margin-left:4px;border-left:15px solid #fff;border-top:9px solid transparent;border-bottom:9px solid transparent}.mt-hero-v10-section .hero-sphere{top:58px!important;bottom:auto!important;right:18px!important;width:74px!important;height:74px!important}}@media(max-width:900px){.mt-hero-v10-section .hero-arrows{margin:6px 0 0!important;gap:10px!important}.mt-hero-v10-section .hero-arrows .arrow-lg{width:34px!important;height:34px!important;background:#10122680!important;border-color:#f7f4f038!important}.mt-hero-v10-section .hero-arrows .prev .arrow-ico:before{border-right:8px solid #f7f4f0;border-top:6px solid transparent;border-bottom:6px solid transparent;margin-left:-2px}.mt-hero-v10-section .hero-arrows .next .arrow-ico:before{border-left:8px solid #f7f4f0;border-top:6px solid transparent;border-bottom:6px solid transparent;margin-right:-2px}.mt-hero-v10-section .hero-layer{padding:4px 0 22px!important}.mt-hero-v10-section .hero-layer.on{display:flex!important;flex-direction:column}.mt-hero-v10-section .hero-title{display:contents!important}.mt-hero-v10-section .hero-title h1{order:1;padding:0 22px!important;margin:0 0 4px!important}.mt-hero-v10-section .hero-person{order:2;margin:0 auto!important;max-width:min(266px,68vw)!important}.mt-hero-v10-section .hero-note{order:3;margin:12px 0 0!important;padding:0 22px!important;width:auto!important}.mt-hero-v10-section .hero-video{order:4;margin:12px auto 0!important}.mt-hero-v10-section .hero-note p{font-size:14.5px!important;line-height:1.5!important;padding-bottom:12px!important}.mt-hero-v10-section .hero-note .btn{padding:13px 16px!important}.mt-hero-v10-section .hero-video-icon{width:46px!important;height:46px!important;margin-right:12px!important}.mt-hero-v10-section .hero-video-icon:after{border-left:12px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.mt-hero-v10-section .hero-video-text h4{font-size:14px!important}.mt-hero-v10-section .hero-dots{margin:14px auto 0!important}.mt-hero-v10-section .hero-sphere{width:60px!important;height:60px!important;top:66px!important;right:20px!important;background:radial-gradient(circle at 34% 30%,#ffe1d2,#ff8a5c 26%,#f14a65 58%,#a855f7)!important;box-shadow:0 12px 30px -10px #f14a6580!important;opacity:.92!important}.mt-hero-v10-section .hero-sphere:after{display:block!important;top:-8px!important;right:-8px!important;bottom:-8px!important;left:-8px!important;border:1px dashed rgba(247,244,240,.3)!important;border-radius:50%!important}.mt-hero-v10-section .hero-sphere:before{content:""!important;position:absolute;top:-7px;right:-5px;width:13px;height:13px;background:#f7f4f0;clip-path:polygon(50% 0%,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0% 50%,39% 39%);opacity:.9}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/mt-v10.css.map */
