:root{--primary:#e09d21;--headline:#060606;--headline-white:#fff;--body:#51515c;--secondary-text:#31313e;--border-subtle:#e9eaec;--container:1280px;--radius-pill:99px;--font-main:"Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);color:var(--headline-white);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#1f1f1f}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.icon{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:1em;height:1em;display:inline-block}.flexibl-hero{isolation:isolate;background:#1f1f1f;min-height:100svh;position:relative;overflow:hidden}.hero-bg-img{z-index:-3;object-fit:cover;object-position:center;will-change:transform;width:100%;height:100%;animation:1.6s cubic-bezier(.22,1,.36,1) forwards heroZoomOut;position:absolute;inset:0;transform:scale(1.08)}.flexibl-hero:after{content:"";z-index:-2;pointer-events:none;background:linear-gradient(#00000038 0%,#00000029 32%,#00000094 72%,#1f1f1f 100%),linear-gradient(90deg,#00000094 0%,#0000002e 40%,#00000061 100%);position:absolute;inset:0}.hero-warm-overlay{z-index:-1;pointer-events:none;background:radial-gradient(circle at 72% 18%,#e09d2142 0%,#e09d2114 32%,#0000 62%);position:absolute;inset:0}.navbar{z-index:20;width:min(var(--container), calc(100% - 32px));opacity:0;justify-content:space-between;align-items:center;height:68px;padding:16px 60px;animation:.85s cubic-bezier(.22,1,.36,1) .18s forwards navbarSlideDown;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%,-120%)}.nav-links{flex:1 0 0;align-items:center;gap:32px;display:flex}.nav-links.right{justify-content:flex-end}.nav-link{letter-spacing:-.02em;color:#ffffffeb;font-size:16px;font-weight:600;line-height:150%;transition:color .22s;position:relative}.nav-link:after{content:"";transform-origin:100%;background:#fff;width:100%;height:1px;transition:transform .26s;position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.nav-link:hover{color:#fff}.nav-link:hover:after{transform-origin:0;transform:scaleX(1)}.nav-logo{justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nav-logo img{width:auto;height:26px}.hero-inner{z-index:5;width:min(var(--container), calc(100% - 32px));flex-direction:column;justify-content:flex-end;gap:clamp(48px,7vw,84px);min-height:100svh;margin:0 auto;padding:120px 0 48px;display:flex;position:relative}.hero-main{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:48px;display:grid}.hero-copy{max-width:860px}.hero-title{max-width:780px;color:var(--headline-white);letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(38px,5vw,60px);font-weight:600;line-height:120%}.hero-subtitle{color:#ffffffad;letter-spacing:0;max-width:890px;font-size:clamp(14px,1.35vw,16px);font-weight:500;line-height:150%}.btn{border-radius:var(--radius-pill);min-height:64px;font-family:var(--font-main);cursor:pointer;white-space:nowrap;border:0;justify-content:center;align-items:center;gap:10px;padding:18px 24px;transition:transform .24s,box-shadow .24s,background-color .24s,border-color .24s;display:inline-flex}.btn .icon{width:20px;height:20px;font-size:20px;line-height:1}.btn-primary{background:var(--primary);color:#fff;letter-spacing:-.02em;font-size:20px;font-weight:700;line-height:120%;box-shadow:0 18px 42px #e09d213d}.btn-primary:hover{background:#eca72a;transform:translateY(-3px);box-shadow:0 24px 54px #e09d2157}.btn-secondary{border:1px solid var(--border-subtle);color:var(--secondary-text);letter-spacing:-.02em;background:#fff;font-size:16px;font-weight:600;line-height:120%}.btn-secondary:hover{border-color:#d9dbe0;transform:translateY(-2px);box-shadow:0 12px 28px #00000014}.hero-chips{justify-content:space-between;align-items:center;gap:18px;width:100%;display:flex;position:relative}.hero-chip{-webkit-backdrop-filter:blur(100px);color:#fff;white-space:nowrap;background:linear-gradient(#0003 0% 100%),#ffffff1f;border-radius:99px;justify-content:center;align-items:center;gap:8px;padding:8px 12px 8px 16px;font-size:14px;font-weight:500;line-height:150%;display:inline-flex}.hero-chip .icon{width:16px;height:16px;color:var(--primary);flex:none;justify-content:center;align-items:center;font-size:16px;display:inline-flex}.stagger-up{opacity:0;animation:.85s cubic-bezier(.22,1,.36,1) forwards staggerUp;animation-delay:var(--delay,0s);will-change:transform, opacity;transform:translateY(28px)}@keyframes heroZoomOut{0%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes navbarSlideDown{0%{opacity:0;transform:translate(-50%,-120%)}to{opacity:1;transform:translate(-50%)}}@keyframes staggerUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (width<=1100px){.navbar{padding-inline:32px}.hero-main{grid-template-columns:1fr;gap:32px}.hero-cta{justify-self:start}.hero-chips{flex-wrap:wrap;justify-content:center}}@media (width<=768px){.flexibl-hero{min-height:100svh}.hero-bg-img{object-position:center top}.navbar{height:60px;padding:14px 20px;top:12px}.nav-links{display:none}.nav-logo img{height:24px}.hero-inner{width:min(100% - 32px, var(--container));gap:36px;padding:104px 0 32px}.hero-title{max-width:100%;margin-bottom:18px}.hero-subtitle{max-width:100%}.btn{width:100%;min-height:58px;padding:16px 22px}.btn-primary{font-size:18px}.hero-chips{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.hero-chips::-webkit-scrollbar{display:none}.hero-chip{flex:none}}@media (width<=480px){.hero-inner{padding-bottom:28px}.hero-title{font-size:clamp(34px,11vw,42px)}.hero-subtitle{font-size:14px}.hero-chip{font-size:13px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important}}.flexibl-hero{isolation:isolate}.hero-bg-img{z-index:0!important;will-change:auto!important;animation:none!important;transform:none!important}.flexibl-hero:after{z-index:1!important}.hero-warm-overlay{z-index:2!important}.hero-inner{z-index:3!important}.navbar{z-index:4!important}.hero-title.stagger-up{opacity:1!important;will-change:auto!important;animation:none!important;transform:none!important}.hero-subtitle.stagger-up{animation-delay:80ms!important}.hero-cta.stagger-up{animation-delay:.16s!important}.overview-horizontal{height:var(--h-scroll-height,220svh);background:#212121;position:relative;overflow:clip}.overview-horizontal__pin{align-items:center;height:100svh;display:flex;position:sticky;top:0;overflow:hidden}.overview-horizontal__track{width:1920px;height:620px;transform:translate3d(var(--h-x,64px), 0, 0);will-change:transform;flex:none;position:relative}.h-overview-card{opacity:0;will-change:transform, opacity;background:#ffffff0a;border-radius:22px;position:absolute;overflow:hidden;transform:translateY(30px)scale(.96)}.h-overview-card.is-popup-visible{animation:.9s cubic-bezier(.22,1,.36,1) forwards hOverviewPopup;animation-delay:var(--delay,0s)}.h-overview-card__image-wrap{border-radius:inherit;width:100%;height:100%;overflow:hidden}.h-overview-card img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1);transform:scale(1.001)}.h-overview-card:hover img{transform:scale(1.075)}.h-overview-card--1{width:270px;height:336px;top:145px;left:0}.h-overview-card--2{border-radius:24px;width:520px;height:560px;top:55px;left:318px}.h-overview-card--3{width:250px;height:370px;top:240px;left:858px}.h-overview-card--4{border-radius:24px;width:560px;height:380px;top:95px;left:1130px}.h-overview-card--5{border-radius:24px;width:330px;height:480px;top:100px;left:1710px}@keyframes hOverviewPopup{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1024px){.overview-horizontal__track{width:1600px;height:540px}.h-overview-card{border-radius:20px}.h-overview-card--1{width:220px;height:280px;top:130px;left:0}.h-overview-card--2{width:430px;height:470px;top:40px;left:258px}.h-overview-card--3{width:210px;height:310px;top:210px;left:708px}.h-overview-card--4{width:460px;height:310px;top:82px;left:940px}.h-overview-card--5{width:280px;height:400px;top:90px;left:1420px}}@media (width<=768px){.overview-horizontal{height:auto;padding:72px 16px 84px;overflow:hidden}.overview-horizontal__pin{scrollbar-width:none;align-items:flex-start;height:auto;position:relative;overflow:auto hidden}.overview-horizontal__pin::-webkit-scrollbar{display:none}.overview-horizontal__track{will-change:auto;width:1220px;height:420px;transform:none!important}.h-overview-card{border-radius:18px}.h-overview-card--1{width:170px;height:220px;top:92px;left:0}.h-overview-card--2{width:330px;height:370px;top:20px;left:190px}.h-overview-card--3{width:170px;height:250px;top:150px;left:540px}.h-overview-card--4{width:330px;height:230px;top:48px;left:730px}.h-overview-card--5{width:210px;height:310px;top:54px;left:1080px}}@media (width<=480px){.overview-horizontal{padding-block:64px 76px}.overview-horizontal__track{width:1120px;height:390px}.h-overview-card--1{width:150px;height:195px}.h-overview-card--2{width:300px;height:340px;left:170px}.h-overview-card--3{width:150px;height:220px;left:490px}.h-overview-card--4{width:300px;height:210px;left:660px}.h-overview-card--5{width:190px;height:280px;left:980px}}@media (prefers-reduced-motion:reduce){.overview-horizontal,.overview-horizontal__pin,.overview-horizontal__track,.h-overview-card,.h-overview-card img{opacity:1!important;will-change:auto!important;transition:none!important;animation:none!important;transform:none!important}}.statement-section{background:#fff;width:100%;min-height:180svh;position:relative;overflow:visible}.statement-camera{background:#fff;align-items:center;width:100%;min-height:100svh;padding:clamp(88px,10vw,140px) 16px;display:flex;position:sticky;top:0;overflow:hidden}.statement-container{width:min(1280px,100%);margin:0 auto}.statement-icon{color:#060606;opacity:0;justify-content:center;align-items:center;margin-bottom:clamp(40px,4.2vw,56px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);display:inline-flex;transform:translateY(18px)scale(.96)}.statement-section.is-active .statement-icon{opacity:1;transform:translateY(0)scale(1)}.statement-icon .icon{width:48px;height:48px;font-size:48px;line-height:1}.statement-text{color:#060606;letter-spacing:-.03em;max-width:1180px;font-size:clamp(26px,3vw,36px);font-weight:600;line-height:140%}.statement-word{opacity:var(--word-opacity,.14);transform:translateY(var(--word-y,18px));will-change:opacity, transform;transition:opacity .18s linear,transform .3s cubic-bezier(.22,1,.36,1);display:inline-block}.statement-word-space{display:inline}@media (width<=1024px){.statement-section{min-height:155svh}.statement-container{width:min(900px,100%)}.statement-text{max-width:900px}.statement-icon .icon{width:44px;height:44px;font-size:44px}}@media (width<=768px){.statement-section{min-height:165svh}.statement-camera{min-height:100svh;padding:84px 20px}.statement-text{font-size:clamp(24px,7vw,32px);line-height:138%}.statement-icon{margin-bottom:32px}.statement-icon .icon{width:40px;height:40px;font-size:40px}}@media (width<=480px){.statement-camera{padding-inline:18px}.statement-text{letter-spacing:-.035em;font-size:25px}}@media (prefers-reduced-motion:reduce){.statement-section{min-height:auto}.statement-camera{min-height:auto;position:relative}.statement-icon,.statement-word{opacity:1!important;will-change:auto!important;transition:none!important;transform:none!important}}.customize-section{color:#060606;background:#fff;padding:clamp(88px,9vw,128px) 16px;position:relative;overflow:hidden}.customize-container{width:min(1280px,100%);margin:0 auto}.customize-header{grid-template-columns:minmax(0,720px) auto;align-items:end;gap:32px;margin-bottom:clamp(48px,6vw,72px);display:grid}.customize-title{color:#060606;letter-spacing:-.04em;max-width:720px;margin-bottom:24px;font-size:clamp(36px,4.9vw,64px);font-weight:600;line-height:112%}.customize-subtitle{color:#51515c;letter-spacing:-.01em;max-width:640px;margin-bottom:32px;font-size:16px;font-weight:600;line-height:150%}.customize-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.customize-btn{letter-spacing:-.02em;cursor:pointer;border:0;border-radius:99px;justify-content:center;align-items:center;gap:10px;min-height:56px;padding:16px 22px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:16px;font-weight:700;line-height:120%;transition:transform .24s,box-shadow .24s,background-color .24s,border-color .24s;display:inline-flex}.customize-btn .icon{width:20px;height:20px;font-size:20px;line-height:1}.customize-btn--primary{color:#fff;background:#e09d21;box-shadow:0 16px 36px #e09d2138}.customize-btn--primary:hover{background:#eca72a;transform:translateY(-2px);box-shadow:0 22px 48px #e09d214d}.customize-btn--secondary{color:#31313e;background:#fff;border:1px solid #e9eaec}.customize-btn--secondary:hover{border-color:#d9dbe0;transform:translateY(-2px);box-shadow:0 14px 34px #00000014}.customize-nav{justify-content:flex-end;align-items:center;gap:12px;display:flex}.customize-nav-btn{color:#fff;cursor:pointer;background:#060606;border:0;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .22s,background-color .22s,opacity .22s;display:inline-flex}.customize-nav-btn .icon{width:24px;height:24px;font-size:24px;line-height:1}.customize-nav-btn:hover{background:#1f1f1f;transform:translateY(-2px)scale(1.03)}.customize-nav-btn:disabled{opacity:.28;cursor:not-allowed;transform:none}.customize-carousel{width:100%;position:relative;overflow:hidden}.customize-track{will-change:transform;gap:16px;width:max-content;display:flex}.customize-card{width:272px;transform:translate3d(calc(var(--customize-x,0) * 1px), 0, 0);transition:transform .72s cubic-bezier(.22,1.18,.36,1),opacity .4s;transition-delay:var(--move-delay,0s);will-change:transform;flex:0 0 272px}.customize-card-media{aspect-ratio:272/336;background:#f5f6f8;border-radius:12px;width:100%;margin-bottom:28px;position:relative;overflow:hidden}.customize-card-media img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1);transform:scale(1.001)}.customize-card:hover .customize-card-media img{transform:scale(1.075)}.customize-card-title{color:#060606;letter-spacing:-.035em;margin-bottom:14px;font-size:24px;font-weight:700;line-height:120%}.customize-card-desc{color:#51515c;letter-spacing:-.01em;font-size:15px;font-weight:600;line-height:150%}.customize-reveal{opacity:0;transform:translateY(28px)}.customize-section.is-visible .customize-reveal{animation:.9s cubic-bezier(.22,1,.36,1) forwards customizeStaggerUp;animation-delay:var(--reveal-delay,0s)}@keyframes customizeStaggerUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.customize-header{grid-template-columns:1fr;align-items:start}.customize-nav{justify-content:flex-start}.customize-card{flex-basis:260px;width:260px}}@media (width<=768px){.customize-section{padding:80px 16px 92px}.customize-header{gap:28px;margin-bottom:40px}.customize-title{margin-bottom:20px;font-size:clamp(34px,10vw,48px);line-height:116%}.customize-subtitle{margin-bottom:28px;font-size:15px}.customize-actions{align-items:stretch}.customize-btn{width:100%;min-height:54px}.customize-nav{justify-content:space-between;width:100%}.customize-nav-btn{width:52px;height:52px}.customize-carousel{scrollbar-width:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overflow:auto hidden}.customize-carousel::-webkit-scrollbar{display:none}.customize-track{gap:14px;width:max-content;padding-right:16px}.customize-card{scroll-snap-align:start;flex-basis:min(78vw,292px);width:min(78vw,292px);transition-delay:0s!important;transform:none!important}.customize-card-media{margin-bottom:22px}.customize-card-title{font-size:22px}.customize-card-desc{font-size:14px}}@media (width<=480px){.customize-section{padding-inline:18px}.customize-card{flex-basis:82vw;width:82vw}}@media (prefers-reduced-motion:reduce){.customize-reveal,.customize-card,.customize-card-media img{opacity:1!important;will-change:auto!important;transition:none!important;animation:none!important;transform:none!important}}.customize-track{transform:translate3d(var(--customize-track-x,0px), 0, 0);will-change:transform;transition:transform .76s cubic-bezier(.22,1.12,.36,1)}.customize-card{transition-delay:0s;transform:none}.customize-card.is-bounce-next{animation:.56s cubic-bezier(.22,1.08,.36,1) both customizeCardBounceNext;animation-delay:var(--bounce-delay,0s)}.customize-card.is-bounce-prev{animation:.56s cubic-bezier(.22,1.08,.36,1) both customizeCardBouncePrev;animation-delay:var(--bounce-delay,0s)}@keyframes customizeCardBounceNext{0%{transform:translate(0)}36%{transform:translate(-10px)}to{transform:translate(0)}}@keyframes customizeCardBouncePrev{0%{transform:translate(0)}36%{transform:translate(10px)}to{transform:translate(0)}}@media (width<=768px){.customize-track{transition:none!important;transform:none!important}.customize-card{animation:none!important}}.intermezzo-section{isolation:isolate;background:#060606;justify-content:center;align-items:center;width:100%;min-height:100svh;padding:24px 16px;display:flex;position:relative;overflow:hidden}.intermezzo-bg{z-index:-3;object-fit:cover;object-position:center;opacity:0;will-change:transform, opacity;width:100%;height:100%;transition:transform 1.6s cubic-bezier(.22,1,.36,1),opacity .9s;position:absolute;inset:0;transform:scale(1.1)}.intermezzo-section.is-visible .intermezzo-bg{opacity:1;transform:scale(1)}.intermezzo-section:after{content:"";z-index:-2;pointer-events:none;background:linear-gradient(#0000002e 0%,#0003 42%,#00000052 100%),radial-gradient(circle,#0000000a 0%,#0000003d 72%);position:absolute;inset:0}.intermezzo-content{z-index:2;perspective:900px;flex-direction:column;justify-content:center;align-items:center;gap:28px;display:flex;position:relative}.intermezzo-logo-card{-webkit-backdrop-filter:blur(30px);transform:translate3d(var(--logo-x,0px), var(--logo-y,0px), 0) rotateX(var(--logo-rotate-x,0deg)) rotateY(var(--logo-rotate-y,0deg)) scale(var(--logo-scale,1));will-change:transform;background:#d7d7d730;border-radius:99px;justify-content:center;align-items:center;padding:24px 50px;transition:transform .18s ease-out,background-color .26s,box-shadow .26s;display:inline-flex;box-shadow:0 28px 80px #00000038,inset 0 1px #ffffff1f}.intermezzo-logo-card:hover{--logo-scale:1.035;background:#d7d7d73d;box-shadow:0 34px 96px #00000047,inset 0 1px #ffffff29}.intermezzo-logo-card img{pointer-events:none;user-select:none;width:clamp(260px,28vw,430px);height:auto;display:block}.intermezzo-actions{justify-content:center;align-items:center;gap:12px;display:flex}.intermezzo-btn{letter-spacing:-.02em;cursor:pointer;white-space:nowrap;border:0;border-radius:99px;justify-content:center;align-items:center;gap:10px;min-height:56px;padding:16px 24px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:16px;font-weight:700;line-height:120%;text-decoration:none;transition:transform .24s,box-shadow .24s,background-color .24s,border-color .24s;display:inline-flex}.intermezzo-btn .icon{width:20px;height:20px;font-size:20px;line-height:1}.intermezzo-btn--secondary{color:#31313e;background:#fff;border:1px solid #e9eaec}.intermezzo-btn--secondary:hover{border-color:#d9dbe0;transform:translateY(-2px);box-shadow:0 16px 34px #00000029}.intermezzo-btn--primary{color:#fff;background:#e09d21;box-shadow:0 18px 42px #e09d213d}.intermezzo-btn--primary:hover{background:#eca72a;transform:translateY(-2px);box-shadow:0 24px 54px #e09d2152}.intermezzo-reveal{opacity:0;transform:translateY(24px)scale(.98)}.intermezzo-section.is-visible .intermezzo-reveal{animation:.9s cubic-bezier(.22,1,.36,1) forwards intermezzoReveal;animation-delay:var(--intermezzo-delay,0s)}@keyframes intermezzoReveal{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1024px){.intermezzo-logo-card{padding:22px 42px}.intermezzo-logo-card img{width:clamp(240px,36vw,380px)}}@media (width<=768px){.intermezzo-section{min-height:92svh;padding:24px 18px}.intermezzo-bg{object-position:center}.intermezzo-content{gap:24px}.intermezzo-logo-card{border-radius:999px;padding:18px 32px}.intermezzo-logo-card img{width:clamp(210px,62vw,300px)}.intermezzo-actions{flex-direction:column;width:100%;max-width:360px}.intermezzo-btn{width:100%;min-height:54px}}@media (width<=480px){.intermezzo-section{min-height:88svh}.intermezzo-logo-card{padding:16px 28px}.intermezzo-logo-card img{width:min(230px,68vw)}}@media (prefers-reduced-motion:reduce){.intermezzo-bg,.intermezzo-logo-card,.intermezzo-reveal{opacity:1!important;will-change:auto!important;transition:none!important;animation:none!important;transform:none!important}}.intermezzo-logo-wrap{perspective:900px;justify-content:center;align-items:center;display:inline-flex}.intermezzo-logo-card{transform-style:preserve-3d;transform:translate3d(var(--logo-x,0px), var(--logo-y,0px), 0) rotateX(var(--logo-rotate-x,0deg)) rotateY(var(--logo-rotate-y,0deg)) scale(var(--logo-scale,1))}.intermezzo-logo-card img{transform:translateZ(34px)}.process-section{color:#060606;background:#fff;padding:clamp(88px,9vw,128px) 16px;position:relative;overflow:hidden}.process-container{width:min(1280px,100%);margin:0 auto}.process-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.process-reveal{opacity:0;transform:translateY(28px)scale(.98)}.process-section.is-visible .process-reveal{animation:.9s cubic-bezier(.22,1,.36,1) forwards processStaggerUp;animation-delay:var(--process-delay,0s)}@keyframes processStaggerUp{0%{opacity:0;transform:translateY(28px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.process-intro{text-align:center;justify-content:center;align-items:center;min-height:240px;padding:24px;display:flex}.process-intro-inner{max-width:410px}.process-eyebrow{color:#e09d21;letter-spacing:-.03em;margin-bottom:18px;font-size:14px;font-weight:800;line-height:140%}.process-title{color:#060606;letter-spacing:-.04em;margin-bottom:20px;font-size:clamp(30px,3vw,42px);font-weight:600;line-height:118%}.process-subtitle{color:#51515c;letter-spacing:-.01em;font-size:15px;font-weight:600;line-height:150%}.process-card{background:#f6f7f9;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:240px;padding:28px;display:flex}.process-number{color:#060606;letter-spacing:-.03em;font-size:24px;font-weight:600;line-height:120%}.process-card-content{padding-top:48px}.process-card-title{color:#060606;letter-spacing:-.04em;margin-bottom:14px;font-size:24px;font-weight:700;line-height:120%}.process-card-desc{color:#51515c;letter-spacing:-.01em;font-size:15px;font-weight:500;line-height:150%}.process-cta-card{background:#f6f7f9;border-radius:18px;flex-direction:column;grid-column:span 2;justify-content:space-between;min-height:360px;padding:clamp(28px,3.4vw,44px);display:flex}.process-cta-copy{max-width:760px}.process-cta-title{color:#060606;letter-spacing:-.04em;margin-bottom:18px;font-size:clamp(30px,3vw,42px);font-weight:600;line-height:120%}.process-cta-desc{color:#51515c;letter-spacing:-.01em;font-size:16px;font-weight:500;line-height:150%}.process-cta-bottom{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.process-license{color:#31313e;letter-spacing:-.02em;background:#fff;border-radius:99px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:8px 14px;font-size:13px;font-weight:700;line-height:120%;display:inline-flex}.process-license .icon{color:#e09d21;width:16px;height:16px;font-size:16px}.process-license-info{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.process-company{color:#060606;margin:0;font-size:14px;font-weight:700;line-height:1.4}.process-license-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}@media (width<=640px){.process-license-row{flex-direction:column;align-items:flex-start}}.process-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.process-btn{letter-spacing:-.02em;cursor:pointer;border:0;border-radius:99px;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:15px 22px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:16px;font-weight:700;line-height:120%;text-decoration:none;transition:transform .24s,box-shadow .24s,background-color .24s,border-color .24s;display:inline-flex}.process-btn .icon{width:20px;height:20px;font-size:20px}.process-btn--secondary{color:#31313e;background:#fff;border:1px solid #e9eaec}.process-btn--secondary:hover{border-color:#d9dbe0;transform:translateY(-2px);box-shadow:0 14px 34px #00000014}.process-btn--primary{color:#fff;background:#e09d21;box-shadow:0 16px 36px #e09d2138}.process-btn--primary:hover{background:#eca72a;transform:translateY(-2px);box-shadow:0 22px 48px #e09d214d}.process-image-card{background:#f6f7f9;border-radius:18px;min-height:360px;overflow:hidden}.process-image-card img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .76s cubic-bezier(.22,1,.36,1);transform:scale(1.001)}.process-image-card:hover img{transform:scale(1.075)}@media (width<=1024px){.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-intro{order:-1;grid-column:1/-1;min-height:auto;padding:0 0 28px}.process-intro-inner{max-width:720px}.process-cta-card{grid-column:1/-1}.process-image-card{grid-column:1/-1;min-height:420px}}@media (width<=768px){.process-section{padding:80px 16px 92px}.process-grid{grid-template-columns:1fr;gap:14px}.process-grid>:first-child{order:1}.process-grid>:nth-child(2){order:0}.process-grid>:nth-child(3){order:5}.process-grid>:nth-child(4){order:2}.process-grid>:nth-child(5){order:3}.process-grid>:nth-child(6){order:4}.process-grid>:nth-child(7){order:6}.process-grid>:nth-child(8){order:7}.process-intro{text-align:left;justify-content:flex-start;padding-bottom:24px}.process-title{font-size:clamp(32px,10vw,44px)}.process-card{min-height:220px;padding:24px}.process-card-content{padding-top:44px}.process-card-title{font-size:22px}.process-card-desc{font-size:14px}.process-cta-card{grid-column:auto;gap:56px;min-height:auto;padding:26px}.process-cta-title{font-size:clamp(28px,8vw,38px)}.process-cta-desc{font-size:15px}.process-actions,.process-btn,.process-license{width:100%}.process-image-card{aspect-ratio:1;grid-column:auto;min-height:auto}}@media (width<=480px){.process-section{padding-inline:18px}.process-card,.process-cta-card,.process-image-card{border-radius:16px}}@media (prefers-reduced-motion:reduce){.process-reveal,.process-image-card img{opacity:1!important;will-change:auto!important;transition:none!important;animation:none!important;transform:none!important}}.why-section{isolation:isolate;color:#fff;background:#0067bd;padding:clamp(72px,7vw,96px) 16px clamp(64px,7vw,96px);position:relative;overflow:hidden}.why-bg-sky{z-index:0;object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;transform:translate3d(0, var(--why-sky-y,0px), 0) scale(1.06);will-change:transform;position:absolute;inset:0}.why-bg-front{z-index:1;object-fit:cover;object-position:bottom center;pointer-events:none;width:100%;height:auto;min-height:58%;transform:translate3d(0, var(--why-front-y,0px), 0) scale(1.03);will-change:transform;position:absolute;bottom:0;left:0;right:0}.why-section:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#005eb00a 0%,#005eb005 44%,#0000001f 100%);position:absolute;inset:0}.why-container{z-index:4;width:min(1280px,100%);margin:0 auto;position:relative}.why-header{text-align:center;max-width:760px;margin:0 auto}.why-title{color:#fff;text-align:center;letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(34px,4vw,48px);font-weight:600;line-height:140%}.why-subtitle{color:#fff;text-align:center;max-width:660px;margin:0 auto;font-size:clamp(13px,1.2vw,14px);font-weight:500;line-height:150%}.why-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:32px;display:flex}.why-btn{letter-spacing:-.02em;white-space:nowrap;cursor:pointer;border:0;border-radius:99px;justify-content:center;align-items:center;gap:10px;min-height:56px;padding:16px 24px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:16px;font-weight:700;line-height:120%;text-decoration:none;transition:transform .24s,box-shadow .24s,background-color .24s,border-color .24s;display:inline-flex}.why-btn .icon{width:20px;height:20px;font-size:20px;line-height:1}.why-btn--secondary{color:#31313e;background:#fff;border:1px solid #e9eaec}.why-btn--secondary:hover{border-color:#d9dbe0;transform:translateY(-2px);box-shadow:0 16px 34px #00000024}.why-btn--primary{color:#fff;background:#e09d21;box-shadow:0 18px 42px #e09d213d}.why-btn--primary:hover{background:#eca72a;transform:translateY(-2px);box-shadow:0 24px 54px #e09d2152}.why-cards{grid-template-columns:minmax(0,1fr) minmax(220px,1fr) minmax(0,1fr);align-items:stretch;gap:24px;margin-top:100px;display:grid}.why-column{gap:24px;display:grid}.why-column--middle{pointer-events:none}.why-reveal{opacity:0;transform:translateY(28px)scale(.98)}.why-section.is-visible .why-reveal{animation:.9s cubic-bezier(.22,1,.36,1) forwards whyStaggerUp;animation-delay:var(--why-delay,0s)}@keyframes whyStaggerUp{0%{opacity:0;transform:translateY(28px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.why-card{cursor:grab;user-select:none;touch-action:none;-webkit-backdrop-filter:blur(60px)saturate(1.25);min-height:210px;transform:translate3d(var(--why-drag-x,0px), var(--why-drag-y,0px), 0) rotate(var(--why-drag-r,0deg)) scale(var(--why-scale,1));will-change:transform;background:#ffffff3d;border:1px solid #ffffff5c;border-radius:24px;padding:32px 24px;transition:transform .62s cubic-bezier(.22,1.25,.36,1),background-color .26s,border-color .26s,box-shadow .26s;position:relative;overflow:hidden;box-shadow:0 28px 84px #00000024,inset 0 1px #ffffff47}.why-card:before{content:"";z-index:0;pointer-events:none;filter:blur(22px)saturate(1.18);opacity:.78;background-image:linear-gradient(#ffffff29,#ffffff14),url(/assets/mengapa-front.webp),url(/assets/mengapa-back.webp);background-position:50%,bottom,50%;background-repeat:no-repeat;background-size:cover,cover,cover;background-attachment:fixed;position:absolute;inset:-34px;transform:scale(1.08)}.why-card:after{content:"";z-index:1;pointer-events:none;border-radius:inherit;background:linear-gradient(#ffffff4d 0%,#fff3 100%);position:absolute;inset:0}.why-card-title,.why-card-desc{z-index:2;position:relative}.why-card-title{color:#060606;letter-spacing:-.04em;margin-bottom:18px;font-size:clamp(22px,2vw,28px);font-weight:700;line-height:125%}.why-card-desc{color:#31313ec7;letter-spacing:-.01em;font-size:16px;font-weight:500;line-height:150%}.why-card:hover{--why-scale:1.018;background:#ffffff4d;border-color:#ffffff7a;box-shadow:0 34px 96px #0000002e,inset 0 1px #ffffff57}.why-card:hover:before{opacity:.88;filter:blur(26px)saturate(1.24)}.why-card.is-dragging{cursor:grabbing;z-index:20;transition:none;box-shadow:0 42px 110px #00000038,inset 0 1px #ffffff57}@media (width<=1024px){.why-cards{grid-template-columns:1fr 1fr;margin-top:72px}.why-column--middle{display:none}.why-card{min-height:220px}.why-bg-front{min-height:48%}}@media (width<=768px){.why-section{padding:72px 16px 80px}.why-title{margin-bottom:18px;font-size:clamp(32px,9vw,42px);line-height:118%}.why-subtitle{max-width:100%}.why-actions{width:100%;margin-top:28px}.why-btn{width:100%;min-height:54px}.why-cards{grid-template-columns:1fr;gap:16px;margin-top:56px}.why-column{gap:16px}.why-card{-webkit-backdrop-filter:blur(18px)saturate(1.18);border-radius:20px;min-height:auto;padding:26px 22px}.why-card:before{filter:blur(18px)saturate(1.14);opacity:.72;background-attachment:scroll}.why-card-title{font-size:24px}.why-card-desc{font-size:15px}.why-bg-sky{object-position:center top}.why-bg-front{opacity:.94;min-height:42%}}@media (width<=480px){.why-section{padding-inline:18px}.why-card{border-radius:18px}}@media (prefers-reduced-motion:reduce){.why-bg-sky,.why-bg-front,.why-reveal,.why-card{opacity:1!important;will-change:auto!important;transition:none!important;animation:none!important;transform:none!important}.why-card:before{filter:blur(16px)saturate(1.1)}}.pillars-section{color:#060606;background:#fff;padding:clamp(88px,9vw,128px) 16px;position:relative;overflow:hidden}.pillars-container{width:min(1280px,100%);margin:0 auto}.pillars-heading{color:#060606;text-align:center;letter-spacing:-.03em;max-width:1120px;margin:0 auto clamp(56px,6vw,80px);font-size:clamp(34px,4vw,48px);font-weight:600;line-height:140%}.pillars-list{width:100%}.pillar-item{border-bottom:1px solid #d8dde5;justify-content:space-between;align-self:stretch;align-items:flex-start;gap:clamp(32px,8vw,120px);padding:28px 16px;display:flex}.pillar-title{color:#060606;letter-spacing:-.04em;flex:0 0 min(42%,500px);font-size:clamp(22px,2vw,28px);font-weight:700;line-height:130%;transition:transform .26s cubic-bezier(.22,1,.36,1)}.pillar-item:hover{background-color:#f6f7f9}.pillar-item:hover .pillar-title{transform:translate(20px)}.pillar-desc{color:#51515c;letter-spacing:-.01em;flex:1;max-width:690px;font-size:16px;font-weight:500;line-height:150%}.pillars-reveal{opacity:0;transform:translateY(28px)}.pillars-section.is-visible .pillars-reveal{animation:.85s cubic-bezier(.22,1,.36,1) forwards pillarsStaggerUp;animation-delay:var(--pillars-delay,0s)}@keyframes pillarsStaggerUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.pillar-item{gap:48px}.pillar-title{flex-basis:38%}}@media (width<=768px){.pillars-section{padding:80px 16px 92px}.pillars-heading{text-align:left;margin-bottom:40px;font-size:clamp(32px,9vw,42px);line-height:118%}.pillar-item{flex-direction:column;gap:16px;padding:26px 0}.pillar-title{flex:none;width:100%;font-size:24px}.pillar-desc{max-width:100%;font-size:15px}.pillar-item:hover .pillar-title{transform:translate(6px)}}@media (width<=480px){.pillars-section{padding-inline:18px}.pillar-title{font-size:22px}.pillar-desc{font-size:14px}}@media (prefers-reduced-motion:reduce){.pillars-reveal,.pillar-title{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}}.faq-cta-section{color:#060606;background:#fff;padding:clamp(88px,9vw,128px) 16px;position:relative;overflow:hidden}.faq-cta-container{width:min(1280px,100%);margin:0 auto}.faq-header{max-width:960px;margin-bottom:clamp(40px,5vw,56px)}.faq-eyebrow{color:#e09d21;margin-bottom:18px;font-size:14px;font-weight:500;line-height:150%}.faq-title{color:#060606;letter-spacing:-.04em;max-width:980px;font-size:clamp(32px,4vw,44px);font-weight:600;line-height:125%}.faq-list{border-top:1px solid #e9eaec;max-width:920px}.faq-item{border-bottom:1px solid #e9eaec}.faq-question{color:#060606;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:24px 1fr;align-items:center;gap:16px;width:100%;padding:20px 0;font-family:Plus Jakarta Sans,system-ui,sans-serif;display:grid}.faq-icon{color:#1f3557;justify-content:center;align-items:center;transition:transform .26s cubic-bezier(.22,1,.36,1);display:inline-flex;transform:rotate(0)}.faq-icon .icon{width:20px;height:20px;font-size:20px;line-height:1}.faq-item.is-open .faq-icon{transform:rotate(90deg)}.faq-question-text{color:#060606;letter-spacing:-.035em;font-size:17px;font-weight:700;line-height:140%}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.22,1,.36,1);display:grid}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-answer-inner{overflow:hidden}.faq-answer-inner p{color:#51515c;letter-spacing:-.01em;max-width:760px;padding:0 0 20px 40px;font-size:16px;font-weight:500;line-height:150%}.faq-cta-card{isolation:isolate;background:#060606;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;min-height:208px;margin-top:clamp(56px,6vw,72px);padding:clamp(28px,3.5vw,40px);display:grid;position:relative;overflow:hidden}.faq-cta-bg{z-index:-3;object-fit:cover;object-position:center;opacity:0;will-change:transform, opacity;width:100%;height:100%;transition:transform 1.6s cubic-bezier(.22,1,.36,1),opacity .9s;position:absolute;inset:0;transform:scale(1.1)}.faq-cta-card:after{content:"";z-index:-2;pointer-events:none;background:linear-gradient(90deg,#000000c7 0%,#00000094 52%,#00000047 100%);position:absolute;inset:0}.faq-cta-section.is-visible .faq-cta-bg{opacity:1;transform:scale(1)}.faq-cta-copy{max-width:860px}.faq-cta-title{color:#fff;letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(28px,3vw,36px);font-weight:600;line-height:125%}.faq-cta-desc{color:#ffffffe0;letter-spacing:-.01em;max-width:860px;font-size:16px;font-weight:500;line-height:150%}.faq-cta-btn{color:#fff;letter-spacing:-.02em;white-space:nowrap;background:#e09d21;border-radius:99px;justify-content:center;align-items:center;gap:10px;min-height:58px;padding:16px 24px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:20px;font-weight:700;line-height:120%;text-decoration:none;transition:transform .24s,box-shadow .24s,background-color .24s;display:inline-flex}.faq-cta-btn .icon{width:20px;height:20px;font-size:20px;line-height:1}.faq-cta-btn:hover{background:#eca72a;transform:translateY(-2px);box-shadow:0 22px 48px #e09d214d}.faq-reveal{opacity:0;transform:translateY(28px)}.faq-cta-section.is-visible .faq-reveal{animation:.85s cubic-bezier(.22,1,.36,1) forwards faqStaggerUp;animation-delay:var(--faq-delay,0s)}@keyframes faqStaggerUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.faq-list{max-width:100%}.faq-cta-card{grid-template-columns:1fr;align-items:start}.faq-cta-action{justify-self:start}}@media (width<=768px){.faq-cta-section{padding:80px 16px 92px}.faq-title{font-size:clamp(30px,9vw,40px);line-height:118%}.faq-question{grid-template-columns:22px 1fr;gap:12px;padding:18px 0}.faq-question-text{font-size:16px}.faq-answer-inner p{padding-left:34px;font-size:15px}.faq-cta-card{align-content:end;min-height:320px;padding:28px 22px}.faq-cta-card:after{background:linear-gradient(#0000003d 0%,#000000b8 100%)}.faq-cta-btn{width:100%;min-height:56px;font-size:18px}}@media (width<=480px){.faq-cta-section{padding-inline:18px}.faq-cta-card{border-radius:14px}.faq-cta-title{font-size:27px}.faq-cta-desc{font-size:15px}}@media (prefers-reduced-motion:reduce){.faq-reveal,.faq-cta-bg,.faq-answer,.faq-icon{opacity:1!important;will-change:auto!important;transition:none!important;animation:none!important;transform:none!important}}.flexibl-footer{color:#060606;background:#fff;padding:clamp(72px,8vw,104px) 16px 0;position:relative;overflow:hidden}.footer-container{width:min(1280px,100%);margin:0 auto}.footer-reveal{opacity:0;transform:translateY(28px)}.flexibl-footer.is-visible .footer-reveal{animation:.85s cubic-bezier(.22,1,.36,1) forwards footerStaggerUp;animation-delay:var(--footer-delay,0s)}@keyframes footerStaggerUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.footer-logo{justify-content:center;margin-bottom:clamp(36px,5vw,56px);display:flex}.footer-logo img{width:auto;height:clamp(44px,5vw,62px)}.footer-photo-stage{width:min(820px,100%);height:300px;margin:0 auto clamp(52px,6vw,72px);position:relative}.footer-photo-card{opacity:0;width:132px;height:190px;transform:translate3d(var(--x), var(--y), 0) rotate(var(--r)) scale(.72);transform-origin:50%;will-change:transform, opacity;border-radius:18px;position:absolute;top:50%;left:50%}.flexibl-footer.is-visible .footer-photo-card{animation:.98s cubic-bezier(.18,1.22,.36,1) forwards footerCardPop;animation-delay:var(--footer-delay,0s)}@keyframes footerCardPop{0%{opacity:0;transform:translate3d(var(--x), calc(var(--y)34px), 0) rotate(var(--enter-r)) scale(.72)}64%{opacity:1;transform:translate3d(var(--x), calc(var(--y) - 8px), 0) rotate(calc(var(--r)2deg)) scale(1.04)}to{opacity:1;transform:translate3d(var(--x), var(--y), 0) rotate(var(--r)) scale(1)}}.footer-photo-inner{border-radius:inherit;background:#fff;width:100%;height:100%;padding:4px;transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s;overflow:hidden;box-shadow:0 18px 44px #0000001a,0 0 0 1px #ffffffeb}.footer-photo-card:hover{z-index:10}.footer-photo-card:hover .footer-photo-inner{transform:translateY(-16px) rotate(var(--hover-r)) scale(1.035);box-shadow:0 28px 72px #00000029,0 0 0 1px #fff}.footer-photo-inner img{object-fit:cover;border-radius:14px;width:100%;height:100%;display:block}.footer-photo-card--1{--x:-320px;--y:-8px;--r:-16deg;--enter-r:-32deg;--hover-r:-4deg;z-index:1}.footer-photo-card--2{--x:-185px;--y:-62px;--r:-8deg;--enter-r:18deg;--hover-r:3deg;z-index:2}.footer-photo-card--3{--x:-58px;--y:-86px;--r:0deg;--enter-r:-15deg;--hover-r:-2deg;z-index:3}.footer-photo-card--4{--x:78px;--y:-62px;--r:9deg;--enter-r:24deg;--hover-r:3deg;z-index:2}.footer-photo-card--5{--x:210px;--y:-8px;--r:15deg;--enter-r:-20deg;--hover-r:-4deg;z-index:1}.footer-main-title{color:#060606;text-align:center;letter-spacing:-.03em;max-width:900px;margin:0 auto;font-size:clamp(34px,4vw,44px);font-weight:600;line-height:140%}.footer-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(24px,4vw,44px);margin-top:clamp(36px,4vw,48px);display:flex}.footer-nav a{color:#060606;letter-spacing:-.02em;font-size:16px;font-weight:500;line-height:150%;text-decoration:none;transition:color .22s,transform .22s}.footer-nav a:hover{color:#e09d21;transform:translateY(-2px)}.footer-contact{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(24px,4vw,40px);margin-top:24px;display:flex}.footer-contact a{color:#060606;letter-spacing:-.02em;align-items:center;gap:10px;font-size:16px;font-weight:500;line-height:150%;text-decoration:none;transition:color .22s,transform .22s;display:inline-flex}.footer-contact a:hover{color:#e09d21;transform:translateY(-2px)}.footer-contact .icon{width:22px;height:22px;font-size:22px;line-height:1}.footer-bottom{border-top:1px solid #d8dde5;margin-top:clamp(72px,8vw,104px)}.footer-bottom-inner{justify-content:space-between;align-items:center;gap:24px;width:min(1280px,100% - 32px);min-height:72px;margin:0 auto;display:flex}.footer-bottom p{color:#060606;letter-spacing:-.02em;font-size:16px;font-weight:500;line-height:150%}@media (width<=1024px){.footer-photo-stage{width:min(720px,100%);height:270px}.footer-photo-card{width:118px;height:174px}.footer-photo-card--1{--x:-280px;--y:-4px}.footer-photo-card--2{--x:-165px;--y:-52px}.footer-photo-card--3{--x:-58px;--y:-72px}.footer-photo-card--4{--x:56px;--y:-52px}.footer-photo-card--5{--x:170px;--y:-4px}}@media (width<=768px){.flexibl-footer{padding-top:72px}.footer-photo-stage{width:100%;max-width:420px;height:260px;margin-bottom:48px}.footer-photo-card{width:96px;height:146px}.footer-photo-card--1{--x:-176px;--y:0px;--r:-15deg}.footer-photo-card--2{--x:-106px;--y:-44px;--r:-8deg}.footer-photo-card--3{--x:-36px;--y:-62px;--r:0deg}.footer-photo-card--4{--x:36px;--y:-44px;--r:8deg}.footer-photo-card--5{--x:106px;--y:0px;--r:15deg}.footer-main-title{font-size:clamp(30px,9vw,40px);line-height:124%}.footer-nav,.footer-contact{flex-direction:column;gap:14px}.footer-bottom-inner{flex-direction:column;align-items:flex-start;min-height:auto;padding:24px 0}}@media (width<=480px){.footer-photo-stage{max-width:340px;height:232px}.footer-photo-card{border-radius:14px;width:82px;height:128px}.footer-photo-inner img{border-radius:10px}.footer-photo-card--1{--x:-140px;--y:8px}.footer-photo-card--2{--x:-86px;--y:-32px}.footer-photo-card--3{--x:-30px;--y:-48px}.footer-photo-card--4{--x:28px;--y:-32px}.footer-photo-card--5{--x:84px;--y:8px}.footer-bottom p{font-size:14px}}@media (prefers-reduced-motion:reduce){.footer-reveal,.footer-photo-card,.footer-photo-inner{transform:translate3d(var(--x,0px), var(--y,0px), 0) rotate(var(--r,0deg)) scale(1)!important;opacity:1!important;will-change:auto!important;transition:none!important;animation:none!important}}@media (width<=768px){.customize-carousel{scrollbar-width:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;width:100%!important;margin-top:0!important;padding-bottom:8px!important;display:block!important;overflow:auto visible!important}.customize-carousel::-webkit-scrollbar{display:none}.customize-track{will-change:auto!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:14px!important;width:max-content!important;min-width:max-content!important;padding-right:18px!important;transition:none!important;display:flex!important;transform:none!important}.customize-card{scroll-snap-align:start;opacity:1!important;visibility:visible!important;flex:0 0 82vw!important;width:82vw!important;min-width:260px!important;max-width:292px!important;transition-delay:0s!important;animation:none!important;display:block!important;transform:none!important}.customize-card-media{aspect-ratio:272/336!important;width:100%!important;margin-bottom:22px!important;display:block!important}.customize-card-media img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.customize-card-title,.customize-card-desc{opacity:1!important;visibility:visible!important;display:block!important}}
