.Hero-module__gNeX-G__pageWrapper{background-color:#000;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.Hero-module__gNeX-G__heroContainer{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__regionBadge{color:#f97316;text-transform:uppercase;letter-spacing:.1em;border-radius:50px;margin-bottom:1.5rem;padding:.6rem 1.5rem;font-size:1rem;font-weight:700;display:inline-block}.Hero-module__gNeX-G__imageWrapper{z-index:1;position:absolute;inset:0}.Hero-module__gNeX-G__imageSlide{width:100%;height:100%;position:absolute;inset:0}.Hero-module__gNeX-G__backgroundImage{object-fit:cover;width:100%;height:100%}.Hero-module__gNeX-G__overlay{z-index:2;background:linear-gradient(#00000080 0%,#0009 100%);position:absolute;inset:0}.Hero-module__gNeX-G__content{z-index:10;text-align:center;width:90%;max-width:800px;padding:4rem 1.5rem;position:relative}.Hero-module__gNeX-G__title{color:#faf9f6;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,8vw,4rem);font-weight:900;line-height:1.1}.Hero-module__gNeX-G__title span{color:#3b82f6;display:block}.Hero-module__gNeX-G__description{color:#faf9f6;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,4vw,1.25rem);line-height:1.6}.Hero-module__gNeX-G__description strong{color:#fff;border-bottom:2px solid #f97316;font-weight:700}.Hero-module__gNeX-G__ctaGroup{justify-content:center;gap:1.5rem;display:flex}.Hero-module__gNeX-G__primaryBtn{color:#fff;text-transform:uppercase;cursor:pointer;background-color:#f97316;border:none;border-radius:100px;justify-content:center;align-items:center;gap:10px;padding:1.1rem 2.5rem;font-weight:700;transition:transform .2s,background-color .3s;display:inline-flex}.Hero-module__gNeX-G__btnIcon{flex-shrink:0;transition:transform .3s}.Hero-module__gNeX-G__primaryBtn:hover .Hero-module__gNeX-G__btnIcon{transform:translate(3px,-3px)}.Hero-module__gNeX-G__primaryBtn:active{transform:scale(.96)}@media (max-width:768px){.Hero-module__gNeX-G__heroContainer{height:auto;min-height:100svh;padding:60px 0}.Hero-module__gNeX-G__content{width:95%;padding:2rem 1rem}.Hero-module__gNeX-G__ctaGroup{flex-direction:column;align-items:center;gap:1rem}.Hero-module__gNeX-G__primaryBtn{width:100%;max-width:250px;padding:1rem 1.5rem;font-size:.85rem}}
:root{--primary-color:#fa6500;--text-dark:#1a1a1a;--bg-light:#fff;--transition-smooth:cubic-bezier(.76, 0, .24, 1);--transition-bounce:cubic-bezier(.8, 0, .1, 1);--transition-item:cubic-bezier(.22, 1, .36, 1);--separator-color:#fa6500;--overlay-padding:40px}.Nav-module__jmVfSG__navContainer{width:100%;padding:2rem 0;position:relative}.Nav-module__jmVfSG__navGrid{grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;display:grid}@media (max-width:1024px){.Nav-module__jmVfSG__navGrid{display:none}}.Nav-module__jmVfSG__gridItem{cursor:pointer;justify-content:center;align-items:center;padding:25px 10px;display:flex;position:relative}.Nav-module__jmVfSG__desktopLink{color:var(--text-dark);white-space:nowrap;font-size:clamp(1.1rem,2vw,1.3rem);font-weight:500;text-decoration:none;transition:color .3s}.Nav-module__jmVfSG__gridItem:hover .Nav-module__jmVfSG__desktopLink{color:var(--primary-color)}.Nav-module__jmVfSG__hamburger{cursor:pointer;z-index:200;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:8px;width:45px;height:45px;margin-left:auto;margin-right:20px;display:none;position:relative}.Nav-module__jmVfSG__line{background-color:var(--primary-color);width:32px;height:2px;transition:all .4s var(--transition-smooth)}.Nav-module__jmVfSG__hamburger .Nav-module__jmVfSG__line:last-child{width:20px}@media (max-width:1024px){.Nav-module__jmVfSG__hamburger{display:flex}}.Nav-module__jmVfSG__open .Nav-module__jmVfSG__line:first-child{width:32px;transform:translateY(5px)rotate(45deg)}.Nav-module__jmVfSG__open .Nav-module__jmVfSG__line:last-child{width:32px;transform:translateY(-5px)rotate(-45deg)}.Nav-module__jmVfSG__mobileOverlay{background-color:var(--bg-light);z-index:150;width:100%;height:100vh;transition:transform .8s var(--transition-bounce);will-change:transform;flex-direction:column;justify-content:center;display:flex;position:fixed;top:0;left:0;transform:translateY(-100%);box-shadow:0 20px 40px #0000001a}.Nav-module__jmVfSG__menuVisible{transform:translateY(0)}.Nav-module__jmVfSG__mobileList{width:100%;margin:0;padding:0;list-style:none}.Nav-module__jmVfSG__mobileListItem{width:100%;position:relative;overflow:hidden}.Nav-module__jmVfSG__mobileLink{color:var(--text-dark);width:100%;padding:.2rem var(--overlay-padding);text-align:left;text-transform:uppercase;letter-spacing:-.05em;transform-origin:0;transition:transform .9s var(--transition-item), color .3s ease, opacity .4s ease;will-change:transform;font-size:clamp(3.5rem,15vw,8rem);font-weight:900;line-height:.9;text-decoration:none;display:block;transform:translateY(110%)skewY(6deg)}.Nav-module__jmVfSG__menuVisible .Nav-module__jmVfSG__mobileLink{transform:translateY(0)skewY(0)}.Nav-module__jmVfSG__menuVisible .Nav-module__jmVfSG__mobileListItem:first-child .Nav-module__jmVfSG__mobileLink{transition-delay:.3s}.Nav-module__jmVfSG__menuVisible .Nav-module__jmVfSG__mobileListItem:nth-child(2) .Nav-module__jmVfSG__mobileLink{transition-delay:.38s}.Nav-module__jmVfSG__menuVisible .Nav-module__jmVfSG__mobileListItem:nth-child(3) .Nav-module__jmVfSG__mobileLink{transition-delay:.46s}.Nav-module__jmVfSG__menuVisible .Nav-module__jmVfSG__mobileListItem:nth-child(4) .Nav-module__jmVfSG__mobileLink{transition-delay:.54s}@media (hover:hover){.Nav-module__jmVfSG__mobileListItem:hover .Nav-module__jmVfSG__mobileLink{color:var(--primary-color);transform:translate(15px)}.Nav-module__jmVfSG__mobileList:hover .Nav-module__jmVfSG__mobileListItem:not(:hover) .Nav-module__jmVfSG__mobileLink{opacity:.2;filter:blur(1px)}}.Nav-module__jmVfSG__mobileOverlay:not(.Nav-module__jmVfSG__menuVisible) .Nav-module__jmVfSG__mobileLink{transition:transform .4s ease-in;transform:translateY(-100%)}
.Header-module__9fWxfa__header{pointer-events:none;will-change:transform;align-items:center;width:100%;height:100px;transition:height .3s;display:flex;top:0;left:0;transform:translateY(0);z-index:99999!important;position:fixed!important}.Header-module__9fWxfa__headerInner{box-shadow:none;box-sizing:border-box;pointer-events:auto;background-color:#0000;border:none;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 5%;transition:all .4s;display:flex}.Header-module__9fWxfa__logoContainer{flex-shrink:0;align-items:center;display:flex}.Header-module__9fWxfa__logo{width:auto;height:clamp(36px,4vw,60px);transition:transform .3s}.Header-module__9fWxfa__logo:hover{transform:scale(1.05)}.Header-module__9fWxfa__navWrapper{align-items:center;gap:clamp(16px,3vw,40px);display:flex}.Header-module__9fWxfa__navWrapper a{color:#fb6501;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 1px 3px #0000001a;white-space:nowrap;font-size:clamp(20px,1.2vw,24px);font-weight:500;text-decoration:none;transition:all .3s}.Header-module__9fWxfa__navWrapper a:hover{opacity:.6}.Header-module__9fWxfa__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;opacity:0;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Header-module__9fWxfa__modal{color:#1a1a1a;background:#fff;border-radius:16px;width:100%;max-width:600px;padding:40px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.Header-module__9fWxfa__closeBtn{cursor:pointer;z-index:10;background:#f4f4f4;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:20px;right:20px}.Header-module__9fWxfa__closeBtn:hover{color:#fff;background:#000;transform:rotate(90deg)}.Header-module__9fWxfa__header-modal-text h2{color:#000;text-transform:uppercase;letter-spacing:-.5px;margin-bottom:8px;font-size:2.2rem;font-weight:800;line-height:1.1}.Header-module__9fWxfa__header-modal-text h2 span{color:#fb6501}.Header-module__9fWxfa__form{flex-direction:column;gap:20px;display:flex}.Header-module__9fWxfa__inputRow{grid-template-columns:1fr 1fr;gap:20px;display:grid}.Header-module__9fWxfa__inputGroup{flex-direction:column;gap:8px;display:flex}.Header-module__9fWxfa__inputGroup input,.Header-module__9fWxfa__inputGroup textarea{background:#fafafa;border:2px solid #f0f0f0;border-radius:8px;outline:none;padding:14px 16px;font-size:1rem;transition:all .2s}.Header-module__9fWxfa__submitBtn{color:#fff;text-transform:uppercase;cursor:pointer;background:#fb6501;border:none;border-radius:8px;margin-top:10px;padding:18px;font-size:1rem;font-weight:700;transition:all .3s}@media (max-width:1024px){.Header-module__9fWxfa__navWrapper{gap:20px}}@media (max-width:600px){.Header-module__9fWxfa__header{height:80px}.Header-module__9fWxfa__headerInner{padding:0 20px}.Header-module__9fWxfa__navWrapper a{letter-spacing:-.02em;font-size:30px;font-weight:900;line-height:1;display:inline-block}.Header-module__9fWxfa__navWrapper{gap:15px}.Header-module__9fWxfa__overlay{align-items:flex-start;padding:10px;overflow-y:auto}.Header-module__9fWxfa__modal{margin-top:20px;padding:40px 20px 30px}.Header-module__9fWxfa__inputRow{grid-template-columns:1fr;gap:15px}.Header-module__9fWxfa__inputGroup input,.Header-module__9fWxfa__inputGroup textarea{padding:16px;font-size:16px}}
:root{--brand-accent:#fb6501;--text-main:#1a1a1a;--text-muted:#bbb;--border-light:#e0e0e0;--ease-out-expo:cubic-bezier(.16, 1, .3, 1)}.InquiryForm-module__oSLRTq__overlay{-webkit-backdrop-filter:blur(12px);z-index:9999;opacity:1;background:#0000004d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.InquiryForm-module__oSLRTq__modal{width:90%;max-width:550px;color:var(--text-main);animation:InquiryForm-module__oSLRTq__modalEnter .6s var(--ease-out-expo) forwards;will-change:transform, opacity;background:#fff;padding:60px;position:relative;box-shadow:0 40px 100px #00000026}.InquiryForm-module__oSLRTq__closeBtn{cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .3s;display:flex;position:absolute;top:25px;right:25px}.InquiryForm-module__oSLRTq__closeBtn:hover{transform:rotate(90deg)}.InquiryForm-module__oSLRTq__closeBtn:before,.InquiryForm-module__oSLRTq__closeBtn:after{content:"";background:var(--text-main);width:20px;height:1.5px;position:absolute}.InquiryForm-module__oSLRTq__closeBtn:before{transform:rotate(45deg)}.InquiryForm-module__oSLRTq__closeBtn:after{transform:rotate(-45deg)}.InquiryForm-module__oSLRTq__header{margin-bottom:40px}.InquiryForm-module__oSLRTq__header h2{letter-spacing:-.04em;text-transform:uppercase;font-size:clamp(1.8rem,5vw,2.2rem);font-weight:800;line-height:1.1}.InquiryForm-module__oSLRTq__header h2 span{color:var(--brand-accent);text-transform:none;font-style:italic;font-weight:400;display:block}.InquiryForm-module__oSLRTq__form{flex-direction:column;gap:30px;display:flex}.InquiryForm-module__oSLRTq__inputRow{grid-template-columns:1fr 1fr;gap:25px;display:grid}.InquiryForm-module__oSLRTq__inputGroup{flex-direction:column;display:flex}.InquiryForm-module__oSLRTq__inputGroup label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;font-size:.7rem;font-weight:700;transition:color .3s}.InquiryForm-module__oSLRTq__inputGroup input,.InquiryForm-module__oSLRTq__inputGroup textarea{border:none;border-bottom:1.5px solid var(--border-light);background:0 0;border-radius:0;padding:12px 0;font-size:1rem;transition:all .3s}.InquiryForm-module__oSLRTq__inputGroup input:focus,.InquiryForm-module__oSLRTq__inputGroup textarea:focus{border-bottom-color:var(--brand-accent);outline:none}.InquiryForm-module__oSLRTq__inputGroup:focus-within label{color:var(--brand-accent)}.InquiryForm-module__oSLRTq__submitBtn{background:var(--text-main);color:#fff;text-transform:uppercase;letter-spacing:.2em;cursor:pointer;border:none;margin-top:20px;padding:20px;font-size:.85rem;font-weight:700;transition:background .3s,letter-spacing .3s}.InquiryForm-module__oSLRTq__submitBtn:hover{background:var(--brand-accent);letter-spacing:.25em}@media (max-width:768px){.InquiryForm-module__oSLRTq__overlay{align-items:flex-end;padding:0}.InquiryForm-module__oSLRTq__modal:before{content:"";background:var(--border-light);border-radius:10px;width:40px;height:4px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.InquiryForm-module__oSLRTq__modal{-webkit-overflow-scrolling:touch;width:100%;height:75vh;max-height:75vh;animation:InquiryForm-module__oSLRTq__slideUpMobile .7s var(--ease-out-expo) forwards;border-radius:24px 24px 0 0;margin:0;padding:50px 25px 30px;overflow-y:auto}.InquiryForm-module__oSLRTq__inputRow{grid-template-columns:1fr;gap:25px}.InquiryForm-module__oSLRTq__header{margin-bottom:35px;padding-right:20px}.InquiryForm-module__oSLRTq__submitBtn{margin-bottom:env(safe-area-inset-bottom)}}@keyframes InquiryForm-module__oSLRTq__modalEnter{0%{opacity:0;transform:scale(.98)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes InquiryForm-module__oSLRTq__slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}
.About-module__Balj8a__aboutContainer{box-sizing:border-box;background-color:#faf9f6;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:60px 20px;display:flex}.About-module__Balj8a__contentWrapper{flex-wrap:wrap;align-items:center;gap:80px;width:100%;max-width:1400px;margin:0 auto;display:flex}.About-module__Balj8a__imageSide{flex:1;justify-content:center;min-width:400px;display:flex}.About-module__Balj8a__imageWrapper{flex-direction:column;align-items:flex-start;width:100%;max-width:600px;display:flex;position:relative}.About-module__Balj8a__aboutImage{object-fit:cover;cursor:pointer;z-index:2;border:1px solid #1a1a1a26;border-radius:8px;width:100%;height:auto;max-height:70vh;transition:transform .5s cubic-bezier(.25,1,.5,1),box-shadow .5s}.About-module__Balj8a__hoverText{color:#3b82f6;opacity:0;pointer-events:none;align-items:center;gap:12px;font-size:1.1rem;font-weight:600;transition:opacity .4s,transform .4s cubic-bezier(.25,1,.5,1);display:flex}.About-module__Balj8a__revealTop{margin-bottom:15px;transform:translateY(15px)}.About-module__Balj8a__revealBottom{margin-top:15px;transform:translateY(-15px)}@media (hover:hover){.About-module__Balj8a__imageWrapper:hover .About-module__Balj8a__aboutImage{transform:scale(1.01);box-shadow:0 15px 30px #00000014}.About-module__Balj8a__imageWrapper:hover .About-module__Balj8a__hoverText{opacity:1;transform:translateY(0)}}.About-module__Balj8a__textSide{flex:1;min-width:400px}.About-module__Balj8a__title{color:#1a1a1a;text-transform:uppercase;flex-direction:column;align-items:flex-start;margin-bottom:30px;font-size:clamp(2.5rem,3.5vw,4rem);font-weight:900;line-height:1.1;display:flex}.About-module__Balj8a__wordSwitcher{color:#f97316;height:1.15em;display:block;position:relative;overflow:hidden}.About-module__Balj8a__wordList{will-change:transform;flex-direction:column;display:flex}.About-module__Balj8a__wordList span{white-space:nowrap;height:1.15em;line-height:1.15;display:block}.About-module__Balj8a__description{color:#333;margin-bottom:35px;font-size:1.1rem;line-height:1.8}.About-module__Balj8a__features{margin-bottom:45px;padding:0;list-style:none}.About-module__Balj8a__features li{color:#1d3557;align-items:center;margin-bottom:15px;font-size:1.1rem;font-weight:500;display:flex}.About-module__Balj8a__icon{color:#3b82f6;margin-right:15px;font-weight:700}@media (max-width:1100px){.About-module__Balj8a__aboutContainer{height:auto;padding:60px 15px}.About-module__Balj8a__contentWrapper{text-align:center;flex-direction:column-reverse;gap:40px;width:100%}.About-module__Balj8a__imageSide,.About-module__Balj8a__textSide{flex:none;width:100%;min-width:0}.About-module__Balj8a__imageWrapper{align-items:center;max-width:100%}.About-module__Balj8a__title{text-align:center;word-break:break-word;align-items:center;font-size:clamp(1.8rem,8vw,2.8rem)}.About-module__Balj8a__description{padding:0 10px;font-size:1rem;line-height:1.6}.About-module__Balj8a__features li{justify-content:center;font-size:1rem}.About-module__Balj8a__hoverText{opacity:1;justify-content:center;margin:8px 0;font-size:.95rem;transform:translateY(0)}.About-module__Balj8a__revealTop,.About-module__Balj8a__revealBottom{opacity:1;margin:5px 0;transform:translateY(0)}.About-module__Balj8a__aboutImage{max-height:50vh}}@media (max-width:480px){.About-module__Balj8a__aboutContainer{padding:40px 10px}.About-module__Balj8a__title{font-size:1.5rem}}
.Benefits-module__YXF9Ba__pageWrapper{background-color:#faf9f6;width:100%;min-height:100vh;padding:6rem 1.5rem;overflow-x:hidden}.Benefits-module__YXF9Ba__container{flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.Benefits-module__YXF9Ba__contentHeader{text-align:center;margin-bottom:4rem}.Benefits-module__YXF9Ba__title{color:#1a1a1a;text-transform:uppercase;margin-bottom:1rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:900;line-height:1.1}.Benefits-module__YXF9Ba__title span{color:#f97316}.Benefits-module__YXF9Ba__description{color:#4b5563;max-width:600px;margin:0 auto;font-size:clamp(1rem,2.5vw,1.25rem)}.Benefits-module__YXF9Ba__grid{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:1100px;display:grid}.Benefits-module__YXF9Ba__glassCard{text-align:center;aspect-ratio:1;background:#fff;border-radius:24px;flex-direction:column;align-items:center;padding:3rem 1.5rem;transition:all .4s;display:flex;box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005}.Benefits-module__YXF9Ba__glassCard:hover{transform:translateY(-5px);box-shadow:0 25px 50px -12px #0000001a}.Benefits-module__YXF9Ba__iconWrapper{color:#3b82f6;background:#3b82f61a;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:2rem;display:flex}.Benefits-module__YXF9Ba__iconWrapper svg{width:35px;height:35px}.Benefits-module__YXF9Ba__cardTitle{color:#111827;text-transform:uppercase;margin-bottom:1.5rem;font-size:1.75rem;font-weight:800}.Benefits-module__YXF9Ba__cardTitle span{color:#3b82f6;display:block}.Benefits-module__YXF9Ba__cardText{color:#6b7280;max-width:400px;font-size:1.1rem;line-height:1.6}@media (max-width:1024px){.Benefits-module__YXF9Ba__grid{gap:1.5rem}.Benefits-module__YXF9Ba__glassCard{padding:2.5rem 1.25rem}}@media (max-width:768px){.Benefits-module__YXF9Ba__pageWrapper{padding:3rem 1rem}.Benefits-module__YXF9Ba__grid{grid-template-columns:1fr;gap:1.5rem;max-width:450px}.Benefits-module__YXF9Ba__glassCard{aspect-ratio:auto;padding:2.5rem 1.5rem}.Benefits-module__YXF9Ba__cardTitle{margin-bottom:1rem;font-size:1.5rem}.Benefits-module__YXF9Ba__iconWrapper{width:56px;height:56px;margin-bottom:1.25rem}.Benefits-module__YXF9Ba__iconWrapper svg{width:28px;height:28px}}
.Process-module__ae5FOa__outer{background-color:#faf9f6;width:100%}.Process-module__ae5FOa__processContainer{align-items:center;width:100%;height:100svh;display:flex;overflow:hidden}.Process-module__ae5FOa__processWrapper{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;width:100%;max-width:1400px;margin:0 auto;padding:0 5%;display:grid}.Process-module__ae5FOa__wordsColumn{flex-direction:column;display:flex;position:relative}.Process-module__ae5FOa__processWord{color:#eee;letter-spacing:-.02em;opacity:1;visibility:visible;margin:0;font-size:clamp(2.5rem,5.5vw,5rem);font-weight:900;line-height:1.1}.char{display:inline-block}.Process-module__ae5FOa__detailsFixedArea{width:100%;height:550px;position:relative}.Process-module__ae5FOa__detailItem{aspect-ratio:1;backface-visibility:hidden;-webkit-font-smoothing:antialiased;width:100%;max-width:500px;transform-style:preserve-3d;background:#fff;border:1px solid #1a1a1a;border-radius:40px;flex-direction:column;justify-content:center;padding:4rem;display:flex;position:absolute;top:50%;left:50%;box-shadow:0 15px 45px #0000000d}.Process-module__ae5FOa__iconWrapper{color:#1a1a1a;animation:30s linear infinite Process-module__ae5FOa__slowRotate;position:absolute;top:3rem;right:3rem}@keyframes Process-module__ae5FOa__slowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Process-module__ae5FOa__stepHeader{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.Process-module__ae5FOa__stepNumber{color:#1a1a1a;font-family:ui-monospace,monospace;font-size:1.2rem;font-weight:800}.Process-module__ae5FOa__line{opacity:.1;background:#1a1a1a;flex:1;height:1px}.Process-module__ae5FOa__descriptionText{color:#333;margin:0;font-size:1.2rem;line-height:1.75}@media (max-width:768px){.Process-module__ae5FOa__processWrapper{flex-direction:column;justify-content:center;gap:1rem;display:flex}.Process-module__ae5FOa__wordsColumn{justify-content:center;align-items:center;width:100%;height:80px;display:flex;position:relative}.Process-module__ae5FOa__processWord{text-align:center;white-space:nowrap;opacity:0;visibility:hidden;color:#1a1a1a;width:100%;font-size:2.2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Process-module__ae5FOa__detailsFixedArea{width:100%;height:420px}.Process-module__ae5FOa__detailItem{border-radius:30px;width:90%;max-width:380px;height:380px;padding:2.5rem;top:50%;left:50%}.Process-module__ae5FOa__descriptionText{font-size:1.05rem;line-height:1.6}}
.Contact-module__gQiC5G__aboutContainer{box-sizing:border-box;background-color:#faf9f6;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:120px 40px;display:flex}.Contact-module__gQiC5G__contentWrapper{grid-template-columns:1.2fr .8fr;align-items:flex-start;gap:100px;width:100%;max-width:1400px;display:grid}.Contact-module__gQiC5G__subTitle{text-transform:uppercase;letter-spacing:.3em;color:#888;margin-bottom:24px;font-size:.75rem;font-weight:500}.Contact-module__gQiC5G__title{color:#111;letter-spacing:-.01em;text-transform:uppercase;margin-bottom:60px;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:800;line-height:1.15}.Contact-module__gQiC5G__wordSwitcher{color:#f97316;font-weight:800;display:inline-block}.Contact-module__gQiC5G__contactMatrix{border-top:1px solid #00000014}.Contact-module__gQiC5G__matrixItem{border-bottom:1px solid #00000014;grid-template-columns:180px 1fr;padding:48px 0;display:grid}.Contact-module__gQiC5G__matrixLabel{text-transform:uppercase;color:#3b82f6;letter-spacing:.2em;padding-top:8px;font-size:.7rem;font-weight:500}.Contact-module__gQiC5G__valueWrapper a,.Contact-module__gQiC5G__addressText{color:#111;word-break:break-word;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.5;text-decoration:none;transition:opacity .3s;display:inline-block;position:relative}.Contact-module__gQiC5G__valueWrapper a:after{content:"";background-color:#111;width:0;height:1px;transition:width .4s cubic-bezier(.25,1,.5,1);position:absolute;bottom:-2px;left:0}.Contact-module__gQiC5G__valueWrapper a:hover:after{width:100%}.Contact-module__gQiC5G__valueWrapper a:hover{opacity:.85}.Contact-module__gQiC5G__imageSide{position:sticky;top:100px}.Contact-module__gQiC5G__imageFrame{aspect-ratio:.85;border-radius:8px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000a}.Contact-module__gQiC5G__aboutImage{object-fit:cover;border:1px solid #1a1a1a26;border-radius:8px;width:100%;height:100%}.Contact-module__gQiC5G__imageOverlayBadge{text-transform:uppercase;letter-spacing:.15em;white-space:nowrap;z-index:10;background:#fff;border-radius:50px;align-items:center;gap:12px;padding:12px 24px;font-size:.65rem;font-weight:500;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 12px 24px #0000000f}.Contact-module__gQiC5G__statusDot{background-color:#3b82f6;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #3b82f666}@media (max-width:1100px){.Contact-module__gQiC5G__aboutContainer{height:auto;padding:80px 32px}.Contact-module__gQiC5G__contentWrapper{grid-template-columns:1fr;gap:64px}.Contact-module__gQiC5G__title{margin-bottom:40px;font-size:clamp(2rem,8vw,2.8rem)}.Contact-module__gQiC5G__matrixItem{grid-template-columns:1fr;gap:16px;padding:36px 0}.Contact-module__gQiC5G__valueWrapper a,.Contact-module__gQiC5G__addressText{font-size:1.35rem}.Contact-module__gQiC5G__imageSide{order:-1;position:relative;top:0}.Contact-module__gQiC5G__imageFrame{aspect-ratio:16/10}}@media (max-width:480px){.Contact-module__gQiC5G__aboutContainer{padding:60px 20px}.Contact-module__gQiC5G__title{font-size:1.85rem;line-height:1.2}.Contact-module__gQiC5G__valueWrapper a,.Contact-module__gQiC5G__addressText{font-size:1.15rem;line-height:1.4}.Contact-module__gQiC5G__imageOverlayBadge{width:max-content;padding:10px 20px;display:flex;bottom:20px;left:50%;transform:translate(-50%)}}
.Advertise-module__xv5Ybq__advertiseHero{background-color:#faf9f6;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.Advertise-module__xv5Ybq__modelCanvasWrapper{z-index:10;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Advertise-module__xv5Ybq__advertiseOverlay{z-index:2;justify-content:center;width:90%;max-width:1400px;display:flex;position:relative}.Advertise-module__xv5Ybq__textWrapper{text-align:center;position:relative}.Advertise-module__xv5Ybq__headline{text-transform:uppercase;margin:0;font-size:clamp(2rem,6vw,5.5rem);font-weight:800;line-height:1.2}.Advertise-module__xv5Ybq__sentence{display:inline-block}.Advertise-module__xv5Ybq__baseLayer{color:#e5e5e5}.Advertise-module__xv5Ybq__fillLayer{color:#1a1a1a;clip-path:inset(100% 0% 0%);pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.Advertise-module__xv5Ybq__headline{font-size:clamp(1.5rem,8vw,2.5rem)}}
.Loader-module__1x-aLW__loaderContainer{z-index:9999;will-change:transform;background-color:#faf9f6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.Loader-module__1x-aLW__contentWrapper{flex-direction:column;align-items:center;width:90%;display:flex}.Loader-module__1x-aLW__logoContainer{line-height:0;display:block}.Loader-module__1x-aLW__logo{width:clamp(120px,15vw,250px);height:auto;margin-bottom:30px;display:block}.Loader-module__1x-aLW__sloganMask{padding:5px 0;overflow:hidden}.Loader-module__1x-aLW__slogan{will-change:transform;margin:0;padding:0;transform:translateY(105%)}.Loader-module__1x-aLW__sloganText{letter-spacing:.15rem;text-transform:uppercase;color:#333;white-space:nowrap;align-items:center;gap:20px;font-size:clamp(.8rem,2vw,1.2rem);font-weight:500;line-height:1;display:flex}.Loader-module__1x-aLW__sloganText:before,.Loader-module__1x-aLW__sloganText:after{content:"";background-color:#333;width:clamp(20px,5vw,40px);height:1.5px;display:inline-block}@media (max-width:480px){.Loader-module__1x-aLW__logo{margin-bottom:20px}.Loader-module__1x-aLW__sloganText{letter-spacing:.1rem;gap:12px}}
.Footer-module__nhiC3q__footer{box-sizing:border-box;background-color:#fff;flex-direction:column;justify-content:space-between;min-height:50vh;padding:5vh 0 0;display:flex}.Footer-module__nhiC3q__container{flex:1;justify-content:space-between;align-items:flex-start;padding:0 5vw;display:flex}.Footer-module__nhiC3q__section{flex-direction:column;flex:1;display:flex}.Footer-module__nhiC3q__rightSection{text-align:right;align-items:flex-end}.Footer-module__nhiC3q__heading{color:#888;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:clamp(.8rem,.9vw,1.1rem)}.Footer-module__nhiC3q__legalLinks,.Footer-module__nhiC3q__linkList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__nhiC3q__largeLink{color:#000;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;line-height:1.1;text-decoration:none;transition:opacity .2s;display:block}.Footer-module__nhiC3q__largeLink:hover{opacity:.6}.Footer-module__nhiC3q__bottomBar{color:#555;background-color:#fff;border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5vw;font-size:clamp(.7rem,.8vw,.95rem);font-weight:500;display:flex}.Footer-module__nhiC3q__bottomLeft,.Footer-module__nhiC3q__bottomRight{flex:1}.Footer-module__nhiC3q__bottomCenter{text-align:center;flex:2}.Footer-module__nhiC3q__bottomLeft{font-family:monospace}.Footer-module__nhiC3q__bottomRight{justify-content:flex-end;display:flex}.Footer-module__nhiC3q__bottomBar p{margin:0}.Footer-module__nhiC3q__backToTop{color:#000;font-size:inherit;letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-weight:700;transition:opacity .2s;display:flex}.Footer-module__nhiC3q__backToTop:hover{opacity:.6}@media (max-width:768px){.Footer-module__nhiC3q__footer{height:auto;min-height:85vh}.Footer-module__nhiC3q__container{text-align:center;flex-direction:column;align-items:center;gap:3.5rem;padding:3rem 8vw}.Footer-module__nhiC3q__rightSection{text-align:center;align-items:center}.Footer-module__nhiC3q__bottomBar{text-align:center;flex-direction:column;gap:1.2rem;padding:2rem 5vw}.Footer-module__nhiC3q__bottomLeft,.Footer-module__nhiC3q__bottomCenter,.Footer-module__nhiC3q__bottomRight{flex:none;justify-content:center}}
