@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700;800&display=swap";:root{--text-light: #eef5ff;--text-dark: #2f3551;--muted-dark: #5f6684;--pill-border: rgba(255, 255, 255, .32);--ios-glass-bg: linear-gradient(180deg, rgba(255, 255, 255, .52) 0%, rgba(237, 244, 255, .36) 100%);--ios-glass-border: rgba(133, 151, 186, .46);--ios-arrow: #16294a}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%}body{margin:0;font-family:Plus Jakarta Sans,Noto Sans SC,sans-serif;background:#ecf1f9}.hero{position:relative;width:100vw;min-height:100vh;overflow:hidden}.slider{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;height:100%;transition:transform .46s cubic-bezier(.22,.61,.36,1);will-change:transform}.slider.no-transition{transition:none}.slide{position:relative;min-width:100%;min-height:100vh;background-position:center;background-size:cover;background-repeat:no-repeat;background-image:var(--bg-desktop);pointer-events:none}.slide.is-active{pointer-events:auto}.slide:not(.is-active) .hero-content,.slide:not(.is-active) .mobile-ui{visibility:hidden}.mobile-ui,.mobile-topbar{display:none}.glass-shell,.hero-content,.arrow{position:relative;z-index:2}.glass-shell{position:absolute;top:1.35rem;left:50%;transform:translate(-50%);width:min(96vw,1460px);display:flex;align-items:center;justify-content:center;gap:.9rem}.glass-nav{width:min(88vw,1220px);min-height:56px;padding:.3rem .6rem;border-radius:999px;border:1px solid rgba(255,255,255,.38);background:linear-gradient(180deg,#ffffff47,#ffffff24);-webkit-backdrop-filter:blur(14px) saturate(125%);backdrop-filter:blur(14px) saturate(125%);box-shadow:inset 0 1px #ffffff9e,inset 0 0 12px #ffffff47,inset 0 -8px 20px #ffffff14,0 0 16px #a7c4ff47,0 10px 24px #0010341f;display:flex;align-items:center;gap:.9rem;position:relative;overflow:hidden}.glass-nav:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,#ffffff5c,#ffffff24 36%,#ffffff08 66%,#fff0)}.glass-nav:after{content:"";position:absolute;inset:auto 10% -42% 10%;height:58%;border-radius:999px;pointer-events:none;background:radial-gradient(ellipse at center,#ffffff2e,#ffffff12 55%,#fff0);filter:blur(14px)}.theme-dark .glass-nav{border-color:#ffffff57;background:linear-gradient(180deg,#182e5f80,#12214659);box-shadow:inset 0 1px #ffffff73,inset 0 0 12px #fff3,inset 0 -10px 24px #ffffff0f,0 0 18px #72b4ff52,0 10px 26px #000a1c5c}.theme-dark .glass-nav:before{background:linear-gradient(180deg,#ffffff42,#ffffff0f 45%,#fff0)}.theme-dark .glass-nav:after{inset:auto 10% -42% 10%;height:58%;background:radial-gradient(ellipse at center,#fff3,#ffffff14 55%,#fff0);filter:blur(14px)}.brand{width:106px;min-width:106px;display:flex;justify-content:center;align-items:center}.brand-logo{width:90px;height:auto;object-fit:contain}.brand-logo.white{filter:brightness(0) invert(1)}.menu{display:flex;align-items:center;justify-content:center;gap:clamp(2rem,3.6vw,4.2rem);flex:1}.menu a{font-size:.86rem;letter-spacing:.01em;text-decoration:none;color:#2d3551}.theme-dark .menu a{color:#e8f3ff}.contact-btn{border:0;border-radius:999px;padding:.65rem 1.25rem;color:#fff;font-size:.78rem;background:linear-gradient(140deg,#368fff,#48cbff);cursor:pointer}.locale-btn{height:36px;border:0;border-radius:5px;padding:0 .8rem;background:#212b3fb8;color:#fff;font-size:.76rem;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;position:absolute;right:calc(-.2rem + env(safe-area-inset-right,0px))}.locale-icon-img{width:16px;height:16px;object-fit:contain;display:inline-block}.catalog-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#fff;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.catalog-overlay-shell{position:absolute;top:1.35rem;left:50%;transform:translate(-50%);width:min(96vw,1460px);z-index:2}.overlay-light-shell .glass-nav{border-color:#ffffff61;background:linear-gradient(180deg,#ffffff47,#ffffff24);box-shadow:inset 0 1px #ffffff9e,inset 0 0 12px #ffffff47,inset 0 -8px 20px #ffffff14,0 0 16px #a7c4ff47,0 10px 24px #0010341f}.overlay-light-shell .glass-nav:before{background:linear-gradient(180deg,#ffffff5c,#ffffff24 36%,#ffffff08 66%,#fff0)}.overlay-light-shell .glass-nav:after{inset:auto 10% -42% 10%;height:58%;background:radial-gradient(ellipse at center,#ffffff2e,#ffffff12 55%,#fff0);filter:blur(14px)}.overlay-light-shell .menu a{color:#2d3551}.overlay-light-shell .locale-btn{right:calc(-.2rem + env(safe-area-inset-right,0px))}.catalog-viewer{position:relative;height:100vh;background:#f7f9fc;padding-top:86px}.catalog-track{height:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:1.6rem 4.6rem 2.1rem 1.2rem;scrollbar-width:none;-ms-overflow-style:none}.catalog-track::-webkit-scrollbar{display:none}.catalog-pages{display:flex;gap:1rem;width:max-content}.catalog-page-card{border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 8px 24px #08112324;min-height:calc(100vh - 152px);min-width:320px}.catalog-page-image{display:block;height:calc(100vh - 152px);width:auto;object-fit:contain}.catalog-page-placeholder{height:calc(100vh - 152px);min-width:320px;display:grid;place-items:center;color:#6f7f98;font-size:.9rem;background:linear-gradient(180deg,#f2f5fa,#eef2f8)}.catalog-status{min-height:calc(100vh - 64px);display:grid;place-items:center;color:#25324e;font-size:1rem}.catalog-nav{position:absolute;top:50%;transform:translateY(-50%);padding:0;width:42px;height:42px;border-radius:999px;border:1px solid rgba(142,168,209,.65);background:#ffffffeb;color:#1f3f75;font-size:1.9rem;line-height:1;display:grid;place-items:center;cursor:pointer;z-index:2}.catalog-nav-icon{position:absolute;left:50%;top:50%;font-size:1.08rem;line-height:1;transform:translate(-50%,-50%);pointer-events:none}.catalog-nav-icon-left{transform:translate(calc(-50% - .4px),calc(-50% + 1.2px))}.catalog-nav-icon-right{transform:translate(calc(-50% + .4px),calc(-50% + 1.2px))}.catalog-nav-left{left:10px}.catalog-nav-right{right:10px}.catalog-dots{height:26px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 1rem 10px;background:#f7f9fc;position:relative;z-index:1}.catalog-dot{width:8px;height:8px;border:0;border-radius:999px;padding:0;background:#707f9657;cursor:pointer;transition:all .18s ease}.catalog-dot.active{width:20px;height:6px;background:#2f8dff}.catalog-mobile-topbar,.catalog-mobile-scroll,.cert-mobile-only{display:none}.cert-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:59;background:#fff;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.cert-shell{position:absolute;z-index:3}.cert-content{height:auto;min-height:100%;padding:108px clamp(2.2rem,4vw,4.2rem) 2.2rem;max-width:1600px;margin:0 auto}.cert-section+.cert-section{margin-top:1.9rem}.cert-title{margin:0;display:inline-flex;align-items:center;gap:.65rem;color:#232b3a;font-size:2rem;font-weight:600}.cert-title-icon{width:32px;height:32px;object-fit:contain}.cert-grid-wrap{margin-top:.9rem;width:100%}.cert-grid{display:grid;grid-template-columns:repeat(4,minmax(240px,1fr));gap:1rem;width:100%;justify-items:center;align-items:start}.cert-card{width:clamp(250px,24vw,360px);display:flex;flex-direction:column;align-items:center}.cert-image-frame{width:100%;height:clamp(400px,38vw,580px);border:0;border-radius:10px;background:#e6e6e6;padding:2px;display:grid;place-items:center;cursor:zoom-in;-moz-appearance:none;appearance:none;-webkit-appearance:none}.cert-image{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center;background:transparent;border-radius:6px}.cert-label{margin:1rem 0 0;text-align:center;color:#1f2533;font-size:1.08rem;line-height:1.25;min-height:1.5em}.cert-desktop-dots{margin-top:.9rem;display:flex;justify-content:center;gap:.5rem}.cert-desktop-dots .catalog-dot{width:9px;height:9px}@media (max-width: 1180px){.cert-grid{grid-template-columns:repeat(3,minmax(200px,1fr))}}@media (max-width: 920px){.cert-grid{grid-template-columns:repeat(2,minmax(170px,1fr))}}.cert-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:65;background:#080c14d1;display:grid;place-items:center;padding:2rem}.cert-lightbox-close{position:absolute;top:1.1rem;right:1.2rem;width:40px;height:40px;border:0;border-radius:999px;background:#fff3;color:#fff;font-size:1.6rem;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.cert-lightbox-close-icon{display:block;line-height:1;transform:translateY(-2px)}.cert-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(173,195,236,.68);border-radius:999px;background:#ffffff3d;color:#eef4ff;font-size:2rem;line-height:1;display:grid;place-items:center;cursor:pointer}.cert-lightbox-nav-icon{display:block;line-height:1;transform:translateY(-2px)}.cert-lightbox-nav:disabled{opacity:.36;cursor:not-allowed}.cert-lightbox-nav-left{left:clamp(12px,2vw,32px)}.cert-lightbox-nav-right{right:clamp(12px,2vw,32px)}.cert-lightbox-figure{margin:0;width:min(92vw,980px);max-height:90vh;display:grid;justify-items:center;gap:.9rem}.cert-lightbox-image{width:auto;max-width:100%;max-height:calc(90vh - 56px);object-fit:contain;border-radius:10px;background:#fff;box-shadow:0 20px 48px #00000059;display:block;margin:0 auto}.cert-lightbox-caption{color:#f4f8ff;font-size:.95rem;text-align:center}@media (max-width: 1024px){.locale-btn{right:calc(-.1rem + env(safe-area-inset-right,0px));transform:scale(.92);transform-origin:right center}}.hero-content{position:absolute;max-width:min(540px,88vw)}.hero-content h1{margin:0;font-size:clamp(2rem,4vw,3.35rem);line-height:1.12;white-space:pre-line}.hero-content p{margin:.55rem 0 0;font-size:clamp(.95rem,1.45vw,1.1rem);white-space:pre-line}.theme-light .hero-content{color:var(--text-dark)}.theme-light .hero-content p{color:var(--muted-dark)}.theme-dark .hero-content{color:var(--text-light)}.theme-dark .hero-content p{color:#d1e5ff}.actions{margin-top:1.45rem;display:flex;gap:.85rem}.actions.single{justify-content:flex-start}.actions-overlay{position:fixed;left:50%;transform:translate(-50%);margin-top:0;justify-content:center;z-index:3}.actions-overlay.single{justify-content:center}.actions-overlay-s4{top:calc(30% + 118px);bottom:auto;left:calc(clamp(1.8rem,8vw,8rem) + 2px);transform:none;justify-content:flex-start}.btn-primary,.btn-ghost{border:1px solid transparent;border-radius:999px;min-width:150px;padding:.72rem 1.05rem;font-family:inherit;font-size:.8rem;cursor:pointer}.btn-primary.ant-btn,.btn-ghost.ant-btn{display:inline-flex;align-items:center;justify-content:center;line-height:1;height:40px}.btn-primary.ant-btn>span,.btn-ghost.ant-btn>span{display:inline-flex;align-items:center;justify-content:center}.btn-primary{color:#fff;background:linear-gradient(130deg,#1761f0,#2ea4ff)}.btn-primary.ant-btn:not(:disabled):hover,.btn-primary.ant-btn:not(:disabled):focus{color:#fff;border-color:transparent;background:linear-gradient(130deg,#3f85ff,#62bbff)}.btn-ghost{color:#3f4a66;background:#ffffff73;border-color:#a7bcdf73}.theme-dark .btn-ghost{color:#e8f1ff;background:#ffffff1f;border-color:var(--pill-border)}.content-s1{top:18%;left:0;right:0;max-width:none;transform:none;text-align:center;height:calc(100vh - 18%);display:flex;flex-direction:column;align-items:center}.content-s1 h1{font-size:clamp(2.1rem,3.3vw,3.3rem);font-weight:600}.content-s1 p{margin-top:.4rem}.content-s1 .actions{margin-top:auto;margin-bottom:56px;justify-content:center}.content-s2{top:43%;left:clamp(1.8rem,9vw,10rem);transform:translateY(-50%);text-align:left}.content-s3{top:46%;left:clamp(50%,56vw,60%);transform:translateY(-50%);text-align:left}.content-s4{top:30%;left:clamp(1.8rem,8vw,8rem);text-align:left}.content-s5{top:15%;left:50%;transform:translate(-50%);text-align:center;max-width:min(900px,90vw)}.content-s6{top:43%;left:clamp(1.8rem,7.8vw,7.6rem);transform:translateY(-50%);text-align:left}.content-s5 h1{font-size:clamp(1.75rem,2.35vw,3rem);line-height:1.18;font-weight:500}.content-s5 .actions{justify-content:center}.content-s6 .actions{margin-top:1.2rem}.slide-company{isolation:isolate}.company-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:1;pointer-events:none}.company-layout{position:absolute;z-index:3;top:39%;left:50%;transform:translate(-50%,-50%);width:min(1080px,90vw);color:#fff;padding-left:clamp(0rem,1.2vw,1rem)}.company-layout h2{margin:0;text-align:center;font-size:clamp(2rem,3.1vw,3.1rem);font-weight:500}.company-columns{margin-top:clamp(1.8rem,2.9vw,2.9rem);display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:clamp(.7rem,1.8vw,1.9rem);width:max-content;transform:translate(clamp(-4.4rem,-5.4vw,-3.2rem))}.company-column h3{margin:0 0 .75rem;font-size:clamp(1.55rem,2vw,2.1rem);font-weight:500}.company-column{display:flex;flex-direction:column;align-items:flex-start}.company-column p{margin:.45rem 0 0;font-size:clamp(1rem,1.2vw,1.2rem);color:#f1f8fff2}.company-link{display:block;margin:.5rem 0 0;padding:0;border:0;background:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none;color:#f1f8fff2;font-size:clamp(1rem,1.2vw,1.2rem);font-family:inherit;line-height:1.3;text-align:left;cursor:pointer}.company-socials{margin-top:clamp(1.1rem,2vw,2rem);display:flex;gap:.65rem;transform:translate(clamp(-4.4rem,-5.4vw,-3.2rem))}.company-social-icon{width:42px;height:42px;object-fit:contain}.company-qrs{position:absolute;top:clamp(4.5rem,9vw,7.6rem);right:clamp(-5.6rem,-6vw,-3.6rem);display:flex;gap:clamp(.8rem,1.5vw,1.4rem)}.company-qr-item{display:grid;justify-items:center;gap:.4rem}.company-qr-item span{font-size:1.05rem}.company-qr-image{width:clamp(84px,7.8vw,110px);height:clamp(84px,7.8vw,110px);border-radius:10px;object-fit:cover}.copyright{position:absolute;right:clamp(1rem,2vw,2rem);bottom:clamp(.55rem,1.8vh,1rem);transform:none;margin:0;z-index:3;font-size:clamp(.7rem,.85vw,.88rem);letter-spacing:.01em;color:#0f1828e0;pointer-events:none;text-align:center}.copyright.light{color:#f5f9fff2}.icp-record{display:block;margin-top:.16rem;font-size:.9em;line-height:.8}.arrow{position:absolute;top:50%;display:grid;place-items:center;width:2.9rem;height:2.9rem;padding:0;border:1px solid rgba(156,182,226,.55);border-radius:50%;background:#22345880;-moz-appearance:none;appearance:none;-webkit-appearance:none;color:#eaf3ff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:inset 0 1px #ffffff38,0 6px 16px #030a1a59;font-size:1.55rem;line-height:1;text-align:center;cursor:pointer;transform:translateY(-50%);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.theme-dark .arrow{color:#f3f8ff;background:#1422428f;border-color:#adcdff9e}.arrow:hover{background:#2a406a9e;border-color:#bcd8ffc7;box-shadow:inset 0 1px #ffffff47,0 10px 20px #0610286b}.arrow.left{left:clamp(.7rem,2vw,2rem)}.arrow.right{right:clamp(.7rem,2vw,2rem)}.arrow-icon{position:absolute;left:50%;top:50%;font-size:1.02rem;line-height:1;color:currentColor;filter:drop-shadow(0 0 2px rgba(14,30,64,.35));transform:translate(-50%,-50%);pointer-events:none}.arrow-icon-left{transform:translate(calc(-50% - .6px),calc(-50% + 1px))}.arrow-icon-right{transform:translate(calc(-50% + .6px),calc(-50% + 1px))}@media (max-width: 1100px){.menu{display:none}.glass-nav{width:min(80vw,620px)}.hero-content{left:1rem!important;right:1rem!important;top:auto!important;bottom:5rem!important;transform:none!important;text-align:left!important;max-width:none}.content-s4 .actions{position:static;transform:none;margin-top:1.2rem}.content-s1{height:auto;display:block}.content-s1 .actions{margin-top:1.2rem;margin-bottom:0}.hero-content .actions{justify-content:flex-start!important;flex-wrap:wrap}}@media (max-width: 768px){.catalog-desktop-only{display:none!important}.cert-page{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#eef4fb;overflow-y:auto;-webkit-overflow-scrolling:touch}.cert-desktop-only{display:none!important}.cert-mobile-only{display:block}.cert-mobile-page{min-height:100%}.cert-mobile-topbar{position:fixed;top:-4px;left:0;right:0;z-index:62;height:calc(50px + env(safe-area-inset-top,0px));padding:calc(env(safe-area-inset-top,0px) + 6px) 1rem 6px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e6ebf5}.cert-mobile-content{min-height:100%;padding:calc(50px + env(safe-area-inset-top,0px) + .6rem) .75rem calc(1.1rem + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#edf5fff2,#edf5fff5),url(/bg_small_certifications.png) center top / cover no-repeat}.cert-mobile-title{margin:0;padding:.4rem 0 .7rem;text-align:center;color:#1f2738;font-size:1.05rem;font-weight:500}.cert-mobile-section{border-top:1px solid rgba(177,192,220,.58)}.cert-mobile-section:last-child{border-bottom:1px solid rgba(177,192,220,.58)}.cert-mobile-section-head{width:100%;border:0;padding:.6rem .06rem;background:transparent;color:#2a3348;display:flex;align-items:center;justify-content:space-between;gap:.45rem;text-align:left;font-family:inherit;font-size:.66rem;font-weight:500;cursor:pointer}.cert-mobile-section-label{display:inline-flex;align-items:center;gap:.38rem;min-width:0}.cert-mobile-section-icon{width:14px;height:14px;object-fit:contain;flex:0 0 auto}.cert-mobile-chevron{font-size:.8rem;color:#73809b;line-height:1;transform:rotate(180deg);transition:transform .18s ease}.cert-mobile-chevron.expanded{transform:rotate(0)}.cert-mobile-panel{padding:.2rem .2rem .85rem}.cert-mobile-item{background:#fffc;border-radius:8px;padding:.36rem .34rem .48rem;box-shadow:0 2px 10px #223e6e14;max-width:292px;margin:0 auto}.cert-mobile-item-image{width:100%;aspect-ratio:1 / 1.32;object-fit:contain;border-radius:6px;background:#fff;cursor:zoom-in}.cert-mobile-item-label{margin:.42rem 0 0;text-align:center;color:#1f2738;font-size:.7rem;line-height:1.25}.cert-mobile-dots{margin-top:.36rem;display:flex;justify-content:center;align-items:center;gap:6px}.cert-mobile-dots .catalog-dot{width:7px;height:7px;background:#95a3bb8c}.cert-mobile-dots .catalog-dot.active{width:16px;height:6px;background:#2187ff}.cert-mobile-copyright{margin:.35rem 0 0;text-align:center;color:#1f2738;font-size:.68rem}.cert-lightbox-nav{display:none}.cert-lightbox{padding:calc(env(safe-area-inset-top,0px) + .55rem) .85rem calc(env(safe-area-inset-bottom,0px) + .75rem)}.cert-lightbox-figure{width:100%;max-width:100%}.cert-lightbox-image{max-height:calc(100vh - 126px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))}.cert-lightbox-close{top:calc(env(safe-area-inset-top,0px) + .35rem);right:.9rem}.catalog-page{background:#fff}.catalog-mobile-topbar{position:fixed;top:-4px;left:0;right:0;z-index:62;height:calc(50px + env(safe-area-inset-top,0px));padding:calc(env(safe-area-inset-top,0px) + 6px) 1rem 6px;display:flex;align-items:center;justify-content:space-between;background:transparent;border-bottom:1px solid transparent;box-shadow:none;transition:background-color .22s ease,box-shadow .22s ease,border-color .22s ease,backdrop-filter .22s ease}.catalog-mobile-topbar.is-scrolled{background:#ffffffe6;border-bottom-color:#d5ddecd9;box-shadow:0 6px 16px #0a14281a;backdrop-filter:blur(10px) saturate(120%);-webkit-backdrop-filter:blur(10px) saturate(120%)}.catalog-mobile-brand{border:0;padding:0;background:transparent;display:inline-flex;align-items:center;cursor:pointer}.catalog-mobile-logo{width:84px;height:auto;object-fit:contain}.catalog-mobile-menu{width:20px;height:20px;border:0;padding:0;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:4px;cursor:pointer}.catalog-mobile-menu-line{width:20px;height:2px;border-radius:999px;background:#1f2937}.mobile-nav-dropdown.mobile-nav-dropdown-catalog{position:fixed;top:calc(50px + env(safe-area-inset-top,0px));right:.75rem;z-index:63}.catalog-mobile-scroll{display:block;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:calc(50px + env(safe-area-inset-top,0px) + .35rem) .95rem calc(1rem + env(safe-area-inset-bottom,0px));background:#fff}.catalog-mobile-title{margin:0;padding:.42rem 0 .8rem;text-align:center;color:#111827;font-size:1.32rem;font-weight:500}.catalog-mobile-status{min-height:55vh;background:#fff}.catalog-mobile-main{width:100%;border-radius:10px;overflow:hidden;background:#f5f7fb;box-shadow:0 8px 24px #08112314}.catalog-mobile-main-image{display:block;width:100%;height:auto;aspect-ratio:248 / 350;object-fit:cover;cursor:zoom-in}.catalog-mobile-main-placeholder{width:100%;aspect-ratio:248 / 350;display:grid;place-items:center;color:#6f7f98;font-size:.82rem;background:linear-gradient(180deg,#f2f5fa,#eef2f8)}.catalog-mobile-dots{margin-top:.62rem;display:flex;justify-content:center;align-items:center;gap:7px}.catalog-mobile-thumbs{margin-top:.9rem;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(54px,1fr);gap:.45rem;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:none;-ms-overflow-style:none}.catalog-mobile-thumbs::-webkit-scrollbar{display:none}.catalog-mobile-thumb{border:0;border-radius:8px;padding:0;background:transparent;overflow:hidden;cursor:pointer;opacity:.76;box-shadow:0 0 0 1px #a9b6cc61 inset}.catalog-mobile-thumb.active{opacity:1;box-shadow:0 0 0 2px #2f8dff inset}.catalog-mobile-thumb-image{display:block;width:100%;aspect-ratio:248 / 350;object-fit:cover}.catalog-mobile-thumb-placeholder{width:100%;aspect-ratio:248 / 350;background:linear-gradient(180deg,#f2f5fa,#eef2f8)}.catalog-mobile-copyright{margin:.9rem 0 0;text-align:center;color:#1f2738;font-size:.68rem}.catalog-mobile-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#070c16e6;display:grid;grid-template-rows:auto 1fr;padding:calc(env(safe-area-inset-top,0px) + .4rem) .7rem calc(env(safe-area-inset-bottom,0px) + .7rem)}.catalog-mobile-lightbox-close{justify-self:end;width:34px;height:34px;border:0;border-radius:999px;background:#fff3;color:#fff;font-size:1.45rem;line-height:1;display:grid;place-items:center;cursor:pointer}.catalog-mobile-lightbox-stage{align-self:center;width:100%;display:grid;place-items:center}.catalog-mobile-lightbox-image{width:100%;max-height:calc(100vh - 112px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));object-fit:contain;border-radius:10px;box-shadow:0 14px 34px #0006}.catalog-mobile-lightbox-placeholder{width:100%;min-height:52vh;display:grid;place-items:center;color:#dbe6ff;font-size:.95rem}.glass-shell,.actions-overlay,.hero-content,.company-layout,.company-overlay,.arrow{display:none}.copyright{left:50%;right:auto;bottom:calc(.42rem + env(safe-area-inset-bottom,0px));transform:translate(-50%);font-size:.7rem;letter-spacing:.008em}.copyright.mobile-hidden{display:none}.slide{background-image:var(--bg-mobile);background-position:center;min-height:100%}.slide-company{background-image:none;background-color:#fff}.slide:nth-child(5){background-position:58% center}.mobile-ui{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;padding:calc(50px + env(safe-area-inset-top,0px) + .65rem) 1rem calc(1.9rem + env(safe-area-inset-bottom,0px));color:#1f2a44}.mobile-ui-company{position:absolute;top:0;right:0;bottom:0;left:0;display:block;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:calc(50px + env(safe-area-inset-top,0px) + .05rem) 0 calc(1.4rem + env(safe-area-inset-bottom,0px));background:#fff}.mobile-company-page{width:100%;background:#fff;padding-bottom:.5rem}.mobile-company-hero{width:100%;aspect-ratio:1125 / 960;overflow:hidden;display:block}.mobile-company-hero-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.mobile-company-page h2{margin:0;padding:1.25rem .85rem .2rem;color:#122244;font-size:2rem;font-weight:500}.mobile-company-columns{margin-top:.9rem;padding:0 .85rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.mobile-company-column h3{margin:0 0 .4rem;color:#111827;font-size:1.02rem;font-weight:700}.mobile-company-link{display:block;margin:.5rem 0 0;padding:0;border:0!important;outline:0;box-shadow:none;background:transparent;font-family:inherit;font-size:.92rem;line-height:1.38;color:#111827;text-align:left;-moz-appearance:none;appearance:none;-webkit-appearance:none}.mobile-company-qrs{margin-top:.75rem;padding:0 .85rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:.95rem;column-gap:.85rem}.mobile-company-qr-item{display:grid;justify-items:center;gap:.3rem}.mobile-company-qr-image{width:min(100%,118px);aspect-ratio:1 / 1;object-fit:cover}.mobile-company-qr-item span{color:#111827;font-size:.76rem;font-weight:600}.mobile-company-socials{margin-top:.85rem;display:flex;justify-content:center;gap:.75rem}.mobile-company-social-icon{width:42px;height:42px;object-fit:contain}.mobile-ui-company .mobile-dots{margin-top:.55rem;display:flex;justify-content:center;width:100%}.mobile-company-copyright{margin:.5rem 0 0;text-align:center;color:#1f2738;font-size:.7rem}.mobile-topbar{position:fixed;top:-4px;left:0;right:0;height:calc(50px + env(safe-area-inset-top,0px));padding:calc(env(safe-area-inset-top,0px) + 6px) .9rem 6px;width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border-bottom:1px solid transparent;box-shadow:none;z-index:8;transition:background-color .22s ease,box-shadow .22s ease,border-color .22s ease,backdrop-filter .22s ease}.mobile-topbar.is-scrolled{background:#ffffffdb;border-bottom-color:#d5ddecd9;box-shadow:0 6px 16px #0a14281a;backdrop-filter:blur(10px) saturate(120%);-webkit-backdrop-filter:blur(10px) saturate(120%)}.mobile-brand{display:inline-flex;align-items:center;text-decoration:none}.mobile-brand-logo{margin-top:5px;width:84px;height:auto;object-fit:contain}.mobile-brand-logo.white{filter:brightness(0) invert(1)}html,body,#app{min-height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:auto;overscroll-behavior-x:none}.hero{height:auto;min-height:100svh;touch-action:pan-y}@supports (height: 100dvh){.hero{min-height:100dvh}}.slider{height:100%;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;transition-duration:.42s;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.mobile-menu{width:20px;height:20px;border:0;border-radius:0;background:transparent;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:0;cursor:pointer;z-index:6}.mobile-menu-line{width:14px;height:2px;border-radius:999px;background:#0f1728;box-shadow:none}.mobile-menu-line.white{background:#fff;box-shadow:0 0 0 .8px #0a122280,0 1px 2px #00000059}.mobile-menu:active{transform:none}.mobile-arrow{position:absolute;top:50%;width:2.65rem;height:2.65rem;padding:0;border:0;border-radius:50%;background:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);transform:translateY(-50%);cursor:pointer;z-index:5;display:grid;place-items:center;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease;box-shadow:0 8px 16px #08112333}.mobile-arrow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;border:1px solid rgba(182,203,242,.62);background:linear-gradient(180deg,#e7f1ff52,#c5d7f62e);box-shadow:inset 0 1px #ffffff6b,inset 0 0 0 1px #c1d4f53d;z-index:0}.mobile-arrow:after{content:"";position:absolute;left:12%;right:12%;bottom:6%;height:42%;border-radius:999px;pointer-events:none;background:radial-gradient(ellipse at 50% 100%,#e2f0ff85,#c6dafc42 48%,#aac4f000);filter:blur(2px);z-index:0}.mobile-arrow:active{transform:translateY(-50%) scale(.96);box-shadow:0 5px 10px #0811232e}.mobile-arrow-icon{width:1.06rem;height:1.06rem;display:block;color:#173764;z-index:1}.mobile-arrow-icon path{fill:none;stroke:currentColor;stroke-width:2.75;stroke-linecap:round;stroke-linejoin:round}.mobile-arrow-left{left:clamp(.45rem,2vw,.8rem)}.mobile-arrow-left .mobile-arrow-icon{transform:translate(-.02rem)}.mobile-arrow-right{right:clamp(.45rem,2vw,.8rem)}.mobile-arrow-right .mobile-arrow-icon{transform:translate(.02rem)}.mobile-nav-dropdown{position:fixed;top:calc(50px + env(safe-area-inset-top,0px) + .35rem);left:1rem;right:1rem;z-index:9;border-radius:14px;border:1px solid rgba(184,199,227,.7);background:#f0f5fdeb;-webkit-backdrop-filter:blur(10px) saturate(120%);backdrop-filter:blur(10px) saturate(120%);box-shadow:0 8px 26px #14224029;overflow:hidden;display:grid}.mobile-nav-dropdown a{padding:.85rem 1rem;color:#2d3551;text-decoration:none;font-size:.95rem;border-bottom:1px solid rgba(191,206,232,.52);display:flex;align-items:center;gap:.6rem}.mobile-nav-icon{width:18px;height:18px;object-fit:contain;flex:0 0 18px}.mobile-nav-link-text{line-height:1}.mobile-nav-dropdown a:last-child{border-bottom:0}.mobile-nav-enter-active,.mobile-nav-leave-active{transition:opacity .2s ease,transform .2s ease}.mobile-nav-enter-from,.mobile-nav-leave-to{opacity:0;transform:translateY(-8px)}.mobile-actions{margin-top:auto;display:grid;gap:.6rem;width:min(88%,280px)}.mobile-actions.single{grid-template-columns:1fr}.mobile-actions .btn-primary,.mobile-actions .btn-ghost{min-width:100%;padding:.75rem 1rem;font-size:.85rem;width:50px}.slide:nth-child(6) .mobile-actions .btn-primary{margin-top:.3rem}.mobile-dots{margin-top:.65rem;display:flex;gap:.45rem}.mobile-dots .dot{width:18px;height:3px;border-radius:999px;background:#1f294433;border:0;padding:0}.mobile-dots .dot.active{background:#1761f0}.slide:nth-child(2) .mobile-dots .dot,.slide:nth-child(4) .mobile-dots .dot,.slide:nth-child(6) .mobile-dots .dot{background:#ffffffa6}.slide:nth-child(2) .mobile-dots .dot.active,.slide:nth-child(4) .mobile-dots .dot.active,.slide:nth-child(6) .mobile-dots .dot.active{background:#1761f0}}
