.footer{--footer-line-progress:0;color:#f7f4ed;background:#000;position:relative;overflow:hidden}.footer:before{content:"";z-index:1;height:1px;transform:scaleX(var(--footer-line-progress));transform-origin:0%;pointer-events:none;background:#f7f4ed1f;position:absolute;bottom:88px;left:clamp(18px,2vw,30px);right:clamp(18px,2vw,30px)}.footerShell{z-index:1;grid-template-rows:1fr auto;min-height:min(760px,100vh);padding:clamp(28px,3vw,46px) clamp(18px,2vw,30px) 24px;display:grid;position:relative}.footerGrid{grid-template-columns:minmax(320px,.92fr) minmax(420px,1fr);align-items:stretch;gap:clamp(38px,5vw,86px);display:grid}.footerHero,.footerAside{min-width:0}.footerHero{grid-template-rows:auto auto minmax(180px,1fr) auto;align-content:start;display:grid}.footerTitle{color:#fff;letter-spacing:-.055em;max-width:13ch;margin:0;font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:clamp(2.35rem,5.4vw,5.8rem);line-height:.94}.footerTitleTextLine{display:block}.footerTitleAccent{color:#0581ce}.footerLead{color:#f7f4ed94;max-width:46ch;margin:14px 0 0;font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:clamp(.98rem,1.08vw,1.1rem);line-height:1.45}.footerBuilding{width:min(100%,440px);margin:clamp(40px,7vh,96px) 0 clamp(34px,6vh,72px);overflow:hidden}.footerBuilding img{aspect-ratio:16/9;object-fit:cover;filter:grayscale()contrast(1.08)brightness(.82);opacity:.86;width:100%;display:block}.footerBrandLogo{color:#0581ce;align-self:end;align-items:center;gap:clamp(24px,3vw,46px);width:fit-content;max-width:100%;margin:0 0 40px;display:inline-flex}.footerBrandLogoSvg,.footerBrandLogoSvg svg{height:auto;display:block}.footerBrandLogoSvg{flex:none;width:clamp(210px,18vw,300px)}.footerBrandLogoSvg svg{object-fit:contain;width:100%;overflow:visible;height:auto!important}.footerBrandWord{color:#f7f4ed;letter-spacing:-.03em;text-transform:lowercase;gap:0;font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:clamp(2rem,4.2vw,4.6rem);font-weight:600;line-height:.78;display:grid}.footerBrandWord>span{display:block}.footerBrandWord>span:nth-child(2){transform:translate(-.42em)}.footerBrandWordBottom{width:fit-content;display:block;position:relative}.footerBrandTags{color:#0581ce;letter-spacing:.1em;text-transform:uppercase;gap:.2em;width:max-content;padding-top:0;font-size:clamp(.48rem,.56vw,.64rem);font-weight:400;line-height:1;display:grid;position:absolute;top:50%;left:calc(100% + clamp(8px,.85vw,13px));transform:translateY(-44%)}.footerBrandTags span{display:block}.footerAddress,.footerContactBlock{color:#f7f4eda3;gap:10px;font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif;display:grid}.footerAddress a,.footerContactBlock a{color:#f7f4ed;text-decoration:none;transition:color .22s}.footerAddress a:hover,.footerContactBlock a:hover{color:#0581ce}.footerSmallLabel{color:#f7f4ed7a;font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:.92rem;line-height:1}.footerAside{align-content:start;display:grid}.footerMenu{display:grid}.footerMenuItem{color:#f7f4ed9e;text-transform:uppercase;border-bottom:1px solid #f7f4ed21;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:clamp(74px,8.6vh,90px);font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:clamp(.9rem,1vw,1rem);line-height:1;text-decoration:none;transition:background-color .22s,color .22s,padding .22s;display:grid;position:relative}.footerMenuItem>span{position:relative}.footerMenuItem:hover{color:#fff;background:#f7f4ed38;padding-left:18px;padding-right:22px}.footerSocials{border-bottom:1px solid #f7f4ed21;grid-template-columns:repeat(5,1fr);align-items:center;min-height:clamp(92px,10vh,112px);display:grid}.footerSocial{color:#0581ce;filter:drop-shadow(0 0 #0581ce00);place-self:center;place-items:center;width:62px;height:62px;text-decoration:none;transition:color .22s,filter .22s,transform .22s;display:inline-grid;position:relative}.footerSocial:before{content:"";opacity:0;border:1px solid #0581ce52;transition:opacity .24s,transform .24s,border-color .24s;position:absolute;inset:7px;transform:scale(.72)rotate(45deg)}.footerSocial svg{z-index:1;fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:36px;height:36px;position:relative}.footerSocial:hover{color:#39b6ff;filter:drop-shadow(0 0 14px #0581ce8a);transform:translateY(-4px)scale(1.08)}.footerSocial:hover:before{opacity:1;border-color:#0581ceb8;transform:scale(1)rotate(45deg)}.footerSocial[data-social=facebook]{color:#39b6ff}.footerSocial[data-social=facebook] svg{filter:drop-shadow(0 0 10px #0581ce75)}.footerSocial[data-social=facebook] .footerFacebookStem{stroke-dasharray:74;stroke-dashoffset:74px;animation:3.8s cubic-bezier(.22,1,.36,1) infinite footerFacebookDraw}.footerSocial[data-social=facebook] .footerFacebookSpark{stroke-dasharray:10;stroke-dashoffset:10px;opacity:0;animation:3.8s infinite footerFacebookSpark}.footerSocial[data-social=facebook]:hover .footerFacebookStem,.footerSocial[data-social=facebook]:hover .footerFacebookSpark{animation-duration:1.8s}@keyframes footerFacebookDraw{0%{stroke-dashoffset:74px;opacity:0;transform:translateY(2px)scale(.9)}18%{opacity:1}46%,78%{stroke-dashoffset:0;opacity:1;transform:translateY(0)scale(1)}88%,to{stroke-dashoffset:-74px;opacity:.32;transform:translateY(-1px)scale(.96)}}@keyframes footerFacebookSpark{0%,34%{stroke-dashoffset:10px;opacity:0;transform:scale(.72)}46%,58%{stroke-dashoffset:0;opacity:1;transform:scale(1)}72%,to{stroke-dashoffset:-10px;opacity:0;transform:scale(1.18)}}.footerContactGrid{grid-template-columns:minmax(0,1fr) minmax(140px,.7fr) minmax(190px,auto);gap:clamp(22px,3vw,34px);padding-top:clamp(34px,5vh,46px);display:grid}.footerContactBlock a{font-size:clamp(1.25rem,1.6vw,1.62rem);line-height:1.2}.footerContactBlockRight{text-align:right;justify-items:end}.footerContactBlockAddress{text-align:center;justify-items:center}.footerBottom{color:#f7f4edc2;text-transform:uppercase;justify-content:center;align-items:end;min-height:72px;font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:.76rem;display:flex}.footerTitle,.footerLead,.footerBuilding,.footerBrandLogo,.footerAddress,.footerSocial,.footerContactBlock,.footerBottom{will-change:transform, opacity, filter}@media (width<=980px){.footerShell{min-height:auto}.footerGrid{grid-template-columns:1fr}.footerHero{grid-template-rows:auto auto auto auto}.footerBuilding{margin:36px 0 32px}.footerBrandLogo{margin:0 0 34px}.footerContactGrid{grid-template-columns:1fr}.footerContactBlockAddress,.footerContactBlockRight{text-align:left;justify-items:start}}@media (width<=640px){.footerShell{padding:28px 18px 20px}.footerTitle{font-size:clamp(2.2rem,13vw,4rem)}.footerLead{font-size:.96rem}.footerBuilding{width:min(100%,360px)}.footerBrandLogo{gap:18px}.footerBrandLogoSvg{width:150px}.footerBrandWord{font-size:clamp(2rem,12vw,3.2rem)}.footerBrandTags{letter-spacing:.08em;font-size:.46rem;left:calc(100% + 7px)}.footerMenuItem{min-height:68px}.footerSocials{min-height:78px}.footerContactBlock a{font-size:1.18rem}}:root{color-scheme:light;color:#07111f;background:#f3f0e8;font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif}html{scroll-behavior:smooth;scroll-padding-top:108px}body{color:#07111f;background:#f3f0e8;min-width:320px;margin:0}*{box-sizing:border-box}a{color:inherit}img,video{max-width:100%;display:block}button,input,textarea,select{font:inherit}[id]{scroll-margin-top:50px}@media (width<=720px){html{scroll-padding-top:60px}[id]{scroll-margin-top:60px}}._cursorLayer_15j38_1{z-index:9999;pointer-events:none;opacity:0;position:fixed;inset:0}._cursorLayer_15j38_1[data-enabled=true]{opacity:1}._cursorRing_15j38_11,._cursorDot_15j38_12{pointer-events:none;opacity:0;will-change:transform, opacity, width, height, border-color, background-color;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}._cursorRing_15j38_11{clip-path:none;width:36px;height:36px;box-shadow:none;z-index:2;background:0 0;border:0;border-radius:0;place-items:center;transition:width .18s,height .18s,border-color .18s,background-color .18s,opacity .16s;display:grid;position:fixed}._cursorRing_15j38_11:after{content:"";z-index:-1;clip-path:none;opacity:.5;pointer-events:none;background:radial-gradient(circle,#0581ce47 0%,#0581ce00 58%);border-radius:50%;animation:1.85s ease-in-out infinite _cursorGlint_15j38_1;position:absolute;inset:-14px;transform:translate(-8px,-6px)scale(.88)}._cursorLogo_15j38_48{object-fit:contain;opacity:.96;filter:brightness(0)saturate()invert(42%)sepia(91%)saturate(1900%)hue-rotate(177deg)brightness(91%)contrast(96%)drop-shadow(0 0 4px #ffffff80)drop-shadow(0 0 10px #0581ce94);width:30px;height:30px;transition:width .18s,height .18s,opacity .16s,transform .18s;display:block;transform:scale(1)}._cursorDot_15j38_12{clip-path:polygon(18% 8%,92% 50%,18% 92%);z-index:1;background:#0581ce;border-radius:0;width:13px;height:13px;transition:width .16s,height .16s,opacity .14s,background-color .16s;transform:translate(-46%,-50%);box-shadow:0 0 12px #0581ce9e,0 0 22px #f7f4ed29}body.is-cursor-visible ._cursorRing_15j38_11,body.is-cursor-visible ._cursorDot_15j38_12{opacity:1}body.is-cursor-interactive ._cursorRing_15j38_11{background:0 0;width:48px;height:48px}body.is-cursor-interactive ._cursorLogo_15j38_48{width:38px;height:38px}body.is-cursor-interactive ._cursorDot_15j38_12{background:#f7f4ed;width:18px;height:18px}body.is-cursor-pressed ._cursorRing_15j38_11{background:0 0;width:30px;height:30px}body.is-cursor-pressed ._cursorLogo_15j38_48{width:26px;height:26px;transform:scale(.92)}body.has-custom-cursor,body.has-custom-cursor *{cursor:none!important}@keyframes _cursorGlint_15j38_1{0%,to{opacity:.42;transform:translate(-10px,-7px)scale(.82)}48%{opacity:.82;transform:translate(-5px,-4px)scale(1.06)}}@media (pointer:coarse),(prefers-reduced-motion:reduce){._cursorLayer_15j38_1{display:none}}._navbarHeader_1jg1j_1{z-index:120;border-bottom:0;align-items:center;width:100%;height:96px;padding:0 28px;transition:background-color .25s,background .25s,border-color .25s,backdrop-filter .25s,box-shadow .25s;display:flex;position:fixed;top:0;left:0}@media (width>=768px){._navbarHeader_1jg1j_1{padding:0 28px}}@media (width>=1200px){._navbarHeader_1jg1j_1{padding:0 46px}}._navbarHeaderOverlay_1jg1j_24{background:linear-gradient(#050b14ad 0%,#050b1438 72%,#050b1400 100%)}._navbarHeaderSolid_1jg1j_27{backdrop-filter:blur(16px);background:radial-gradient(circle at 0 0,#38bdf81f,#0000 30%),linear-gradient(#07111f 0%,#050b14 100%);box-shadow:0 14px 40px #050b1447}._headerContainer_1jg1j_32{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}._logoLink_1jg1j_39{color:#f7f4ed;align-items:center;text-decoration:none;display:inline-flex}._logoMark_1jg1j_45{color:#f7f4ed;width:clamp(58px,5.6vw,74px);height:auto;margin-left:-2px;display:block}._logoMark_1jg1j_45 svg{width:100%;height:auto;display:block;overflow:visible}._logoMark_1jg1j_45 path{filter:drop-shadow(0 0 8px #ffffff14)}._menuContainer_1jg1j_61{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:22px;display:flex}._menuItem_1jg1j_68{color:#f7f4edcc;text-transform:uppercase;align-items:center;min-height:44px;padding:0 2px;font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}._menuItem_1jg1j_68:after{content:"";transform-origin:50%;background:#0581ce;height:1px;transition:transform .2s;position:absolute;bottom:6px;left:0;right:0;transform:scaleX(0)}._menuItem_1jg1j_68:hover{color:#0581ce}._menuItem_1jg1j_68:hover:after{transform:scaleX(1)}._mobileMenuButton_1jg1j_100{backdrop-filter:blur(10px);color:#f7f4ed;cursor:pointer;background:#07111f57;border:1px solid #f7f4ed2e;border-radius:999px;align-items:center;gap:10px;min-height:42px;padding:0 14px;transition:border-color .22s,background-color .22s,color .22s;display:none}._mobileMenuButton_1jg1j_100:hover{color:#0581ce;background:#07111f80;border-color:#0581ce61}._mobileMenuButtonLabel_1jg1j_119{text-transform:uppercase;font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:700}._mobileMenuIcon_1jg1j_125{font-size:1.2rem;line-height:1}._mobileOverlay_1jg1j_129{z-index:129;backdrop-filter:blur(10px);background:#030a1270;position:fixed;inset:0}._mobileDrawer_1jg1j_136{z-index:130;background:radial-gradient(circle at 0 0,#38bdf81f,#0000 30%),linear-gradient(#07111f 0%,#050b14 100%);border-left:1px solid #f7f4ed14;flex-direction:column;width:min(360px,100vw);padding:20px 20px 28px;display:flex;position:fixed;inset:0 0 0 auto;box-shadow:-18px 0 48px #050b1461}._mobileHeader_1jg1j_148{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}._mobileBrand_1jg1j_155{gap:10px;display:grid}._mobileBrandLogo_1jg1j_159{width:54px;height:auto}._mobileLabel_1jg1j_163{color:#f7f4ed9e;text-transform:uppercase;font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:700}._mobileCloseButton_1jg1j_170{color:#f7f4ed;text-transform:uppercase;cursor:pointer;background:#ffffff08;border:1px solid #f7f4ed24;border-radius:999px;min-height:40px;padding:0 12px;font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:.78rem;font-weight:700;transition:border-color .22s,color .22s,background-color .22s}._mobileCloseButton_1jg1j_170:hover{color:#0581ce;background:#ffffff0d;border-color:#0581ce5c}._mobileNav_1jg1j_189{flex-direction:column;gap:8px;display:flex}._mobileLink_1jg1j_194{color:#f7f4ed;background:#ffffff05;border:1px solid #f7f4ed14;border-radius:14px;grid-template-columns:42px 1fr;align-items:center;gap:12px;padding:16px 14px;text-decoration:none;transition:opacity .15s,border-color .22s,background-color .22s,transform .22s;display:grid}._mobileLink_1jg1j_194:hover{opacity:1;background:#ffffff0a;border-color:#0581ce42;transform:translate(2px)}._mobileIndex_1jg1j_213{color:#f7f4ed9e;font-family:Manrope,Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:700}._mobileText_1jg1j_219{color:#f7f4edcc;text-transform:uppercase;font-family:Bebas Neue,Telegraf,Helvetica Neue,Arial Narrow,Arial,sans-serif;font-size:1.4rem;font-weight:800;line-height:.96}._menuItem_1jg1j_68,._mobileMenuButtonLabel_1jg1j_119,._mobileLabel_1jg1j_163,._mobileCloseButton_1jg1j_170,._mobileIndex_1jg1j_213{font-weight:600}@media (width<=720px){._navbarHeader_1jg1j_1{height:auto;padding-top:18px;padding-bottom:14px}._menuContainer_1jg1j_61{display:none}._logoMark_1jg1j_45{width:54px;margin-left:-2px}._mobileMenuButton_1jg1j_100{display:inline-flex}}
