@charset "UTF-8";figure.logo-cmp img{height:3em}nav.navbar{position:sticky;top:0;z-index:1000;display:flex}nav.navbar .navbar__container{display:flex;align-items:center;justify-content:space-between;padding:16px 24px}nav.navbar .navbar__logo{font-weight:600;color:#192b3d;text-decoration:none}nav.navbar .navbar__links{display:none;gap:24px}nav.navbar .navbar__links a{text-decoration:none;color:#192b3d;font-weight:500}nav.navbar .navbar__links a:hover{color:#b8a07a}nav.navbar .navbar__actions{display:flex;align-items:center;gap:16px}nav.navbar .navbar__lang{background:transparent;border:none;cursor:pointer;font-weight:500;color:#192b3d;margin-left:2em}nav.navbar .navbar__burger{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer}nav.navbar .navbar__burger span{width:20px;height:2px;background:#192b3d}nav.navbar .navbar__mobile{display:none;flex-direction:column;padding:24px;gap:24px;border-bottom:1px solid #E3E8EE;position:absolute;background:#f7f9fa;top:100%;left:-34px}nav.navbar .navbar__mobile.active{display:flex}nav.navbar .navbar__mobile a{text-decoration:none;color:#192b3d;font-weight:500}@media (min-width: 768px){nav.navbar .navbar__links{display:flex}nav.navbar .navbar__burger{display:none}nav.navbar .navbar__mobile{display:none!important}}header.header-cmp{border-bottom:1px solid #E3E8EE;text-align:center;padding:1em 24px .5em}header.header-cmp .header-content{max-width:1600px;margin:auto;display:flex;justify-content:space-between}@media (min-width: 768px){header.header-cmp{padding:1em 64px .5em}}footer{text-align:center;padding:1em 24px .5em;background-color:#001326;color:#fff}footer hr{margin-top:1em;opacity:.2}footer .footer-top{display:flex;justify-content:space-between;align-items:center;width:100%}@media (max-width: 768px){footer .footer-top{flex-direction:column;gap:1.5rem}}footer .footer-right{display:flex;gap:1em}footer .footer-right a{color:#fff;font-size:1.3em;width:45px;height:45px;border-radius:50%;background-color:#ffffff1a;display:flex;justify-content:center;align-items:center}footer .foot-notes{margin:.5em 0;display:flex;flex-direction:column;align-items:center;gap:1.5em;color:#6b7c87}footer .foot-notes a{text-decoration:none;color:#e3e8ee}footer .foot-notes a:visited{color:#e3e8ee}@media (min-width: 768px){footer .foot-notes{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2em}}footer .policies-holder{display:flex;flex-wrap:nowrap;white-space:nowrap;justify-content:center;align-items:center;gap:1.5em}@media (max-width: 480px){footer .policies-holder{gap:1em}}@media (max-width: 360px){footer .policies-holder{flex-direction:column;gap:1em}}footer .disclaimer{font-size:.7em;max-width:80ch;text-align:center}@media (min-width: 768px){footer .disclaimer{text-align:left}}@media (min-width: 768px){footer{padding:1em 64px .5em}}.share-container{position:relative;display:inline-flex;align-items:center}.share-main-button{background:none;border:none;cursor:pointer;transition:opacity .2s ease;padding:0}.share-main-button:hover{opacity:.7}.share-panel{position:absolute;bottom:120%;right:-10px;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;min-width:280px;width:max-content;max-width:90vw;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;gap:1rem;z-index:100;transform-origin:bottom right;animation:popIn .2s ease-out forwards}@keyframes popIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 768px){.share-panel{position:fixed;left:48px;right:48px;bottom:64px;top:auto;width:auto;min-width:0;max-width:none;max-height:80vh;overflow-y:auto;transform-origin:bottom center}}.share-panel p{margin:0;font-size:1rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.8rem}.share-panel .social-icons{display:flex;justify-content:center;align-items:center;gap:1.5rem}.share-panel .social-icons a{display:flex;justify-content:center;padding:0!important;font-size:1.8rem;transition:transform .2s ease,color .2s ease}.share-panel .social-icons a:hover{transform:scale(1.1)}.share-panel button{border:none;border-radius:6px;padding:.7rem 1rem;cursor:pointer;font-size:1rem;transition:background-color .2s ease;width:100%;transition:transform .2s ease,color .2s ease}.share-panel button:hover{transform:scale(1.05)}.share-container.default .share-main-button,.share-container.default .share-main-button:hover{color:#fff}.share-container.default .share-panel{background-color:#fff;border-color:#0000001a}.share-container.default .share-panel p{color:#102132;border-bottom-color:#3a5f73}.share-container.default .share-panel .social-icons a{color:#102132}.share-container.default .share-panel .social-icons a:hover{color:#192b3d}.share-container.default .share-panel button.copy-btn{background-color:#102132;color:#fff}.share-container.default .share-panel button.copy-btn:hover{background-color:#192b3d}.share-container.white-gold .share-main-button,.share-container.white-gold .share-main-button:hover{color:#fff}.share-container.white-gold .share-panel{background-color:#fff;border-color:#0000001a}.share-container.white-gold .share-panel p{color:#8a734d;border-bottom-color:#8a734d}.share-container.white-gold .share-panel .social-icons a{color:#8a734d}.share-container.white-gold .share-panel .social-icons a:hover{color:#102132}.share-container.white-gold .share-panel button.copy-btn{background-color:#8a734d;color:#fff}.share-container.white-gold .share-panel button.copy-btn:hover{background-color:#102132}.share-container.navy-white .share-main-button,.share-container.navy-white .share-main-button:hover{color:#fff}.share-container.navy-white .share-panel{background-color:#001326;border-color:#0000001a}.share-container.navy-white .share-panel p{color:#fff;border-bottom-color:#fff}.share-container.navy-white .share-panel .social-icons a{color:#fff}.share-container.navy-white .share-panel .social-icons a:hover{color:#e3e8ee}.share-container.navy-white .share-panel button.copy-btn{background-color:#001326;border:.05rem solid rgb(255,255,255);color:#fff}.share-container.navy-700-white .share-main-button,.share-container.navy-700-white .share-main-button:hover{color:#fff}.share-container.navy-700-white .share-panel{background-color:#102132;border-color:#0000001a}.share-container.navy-700-white .share-panel p{color:#fff;border-bottom-color:#fff}.share-container.navy-700-white .share-panel .social-icons a{color:#fff}.share-container.navy-700-white .share-panel .social-icons a:hover{color:#e3e8ee}.share-container.navy-700-white .share-panel button.copy-btn{background-color:#102132;border:.05rem solid rgb(255,255,255);color:#fff}.share-container.navy-700-white .share-panel button.copy-btn:hover{background-color:#102132}.button-wrapper a.button,.button-wrapper button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,sans-serif;font-size:14px;font-weight:500;padding:14px 24px;border-radius:10px;cursor:pointer;transition:all .2s ease;text-decoration:none;border:3px solid transparent;margin-right:2em}.button-wrapper a.button:hover,.button-wrapper button:hover{transform:perspective(400px) translate3d(1px,-1px,10px);box-shadow:2px 2px 5px #0003}.button-wrapper a.button.btn-primary,.button-wrapper button.btn-primary{background:#192b3d;color:#fff}.button-wrapper a.button.btn-primary:hover,.button-wrapper button.btn-primary:hover{background:#102132}.button-wrapper a.button.btn-secondary,.button-wrapper button.btn-secondary{background:transparent;color:#192b3d;border:1px solid #192B3D}.button-wrapper a.button.btn-secondary:hover,.button-wrapper button.btn-secondary:hover{background:#192b3d;color:#fff}.button-wrapper a.button.btn-tertiary,.button-wrapper button.btn-tertiary{background:#b8a07a;color:#fff}.button-wrapper a.button.btn-tertiary:hover,.button-wrapper button.btn-tertiary:hover{background:#192b3d;color:#fff}.video-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;overflow-y:auto;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}@media (max-width: 768px){.video-modal-backdrop{overflow:hidden;touch-action:none;overscroll-behavior:none;-webkit-overflow-scrolling:auto}}@media (pointer: coarse) and (orientation: landscape) and (max-height: 500px){.video-modal-backdrop{overflow:hidden;padding:0}.video-modal-backdrop .modal-content-wrapper{width:100%;max-width:none;height:100%;margin:0;display:flex;flex-direction:column;box-shadow:none;border:none;border-radius:0}.video-modal-backdrop .modal-content-wrapper .video-container{flex:1 1 0%;min-height:0;aspect-ratio:auto;width:100%}.video-modal-backdrop .modal-content-wrapper .video-info-panel{flex:0 0 auto;flex-direction:row;align-items:center;padding:10px max(16px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));gap:8px}.video-modal-backdrop .modal-content-wrapper .video-info-panel h2{font-size:16px;margin:0}.video-modal-backdrop .modal-content-wrapper .video-info-panel p{font-size:12px;margin:0}}.modal-content-wrapper{width:min(850px,100% - 16px);margin:auto;border-radius:24px;overflow:hidden;box-shadow:0 10px 40px #0006;border:1px solid rgba(0,0,0,.4);animation:contentIn .3s ease forwards}.modal-content-wrapper.closing{animation:contentOut .3s ease forwards}.modal-content-wrapper.has-fake-fullscreen{animation:none}.video-ended-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#192b3d}.video-ended-overlay img{width:100%;height:100%;object-fit:cover;display:block}.video-info-panel{display:flex;justify-content:space-between;align-items:center;padding:clamp(14px,3vw,24px);background-color:#102132;gap:clamp(12px,2.5vw,24px)}.video-info-panel .info-text{min-width:0;display:flex;flex-direction:column;gap:8px}.video-info-panel h2{color:#fff;font-size:clamp(24px,2.5vw + 8px,24px);margin:0}.video-info-panel p{color:#6b7c87;font-size:clamp(10px,1vw + 9px,16px);margin:0}@media (max-width: 480px){.video-info-panel{flex-direction:column;align-items:flex-start}}.info-actions{flex-shrink:0}.info-actions .share-main-button{display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.4);border-radius:8px;padding:8px 24px;color:#fff;font-size:16px}.info-actions .share-main-button:hover{background-color:#ffffff1a}.video-container{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;animation:contentIn .3s ease forwards}.video-container.closing{animation:contentOut .3s ease forwards}.video-container .youtube-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%}.video-container .youtube-wrapper>div{width:100%!important;height:100%!important}.video-container .youtube-wrapper iframe{width:100%;height:100%;display:block;pointer-events:none}.video-container.fake-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;aspect-ratio:auto;border-radius:0;background:#000;z-index:1100}.video-container.fake-fullscreen .controls-bar{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));padding-bottom:max(24px,env(safe-area-inset-bottom))}.fullscreen-info{position:absolute;left:0;right:0;bottom:0;z-index:2;pointer-events:none;padding:48px max(16px,env(safe-area-inset-right)) calc(58px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:linear-gradient(to top,rgba(0,0,0,.85) 40%,transparent);opacity:0;transform:translateY(12px);transition:opacity .25s ease,transform .25s ease}.fullscreen-info.visible{opacity:1;transform:translateY(0)}.fullscreen-info h2{color:#fff;font-size:clamp(16px,2vw + 8px,20px);margin-bottom:4px}.fullscreen-info p{color:#e3e8ee;font-size:clamp(12px,1vw + 8px,14px)}.close-btn{position:absolute;top:max(15px,env(safe-area-inset-top));right:max(15px,env(safe-area-inset-right));z-index:10;background-color:#fff;border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border:none;font-size:20px;cursor:pointer;color:#192b3d;transition:transform .2s ease}.close-btn:hover{transform:scale(1.1)}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}@keyframes backdropOut{0%{opacity:1}to{opacity:0}}@keyframes contentIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes contentOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.85)}}.video-modal-backdrop{animation:backdropIn .3s ease forwards}.video-modal-backdrop.closing{animation:backdropOut .3s ease forwards}.play-toggle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#0009;color:#fff;font-size:38px;cursor:pointer;z-index:3;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .2s ease}.play-toggle.visible{opacity:1;pointer-events:auto}.play-toggle:hover{transform:translate(-50%,-50%) scale(1.04)}.controls-bar{position:absolute;bottom:0;left:0;right:0;z-index:3;display:flex;align-items:center;gap:12px;padding:24px 16px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);opacity:0;pointer-events:none;transition:opacity .25s ease}.controls-bar.visible{opacity:1;pointer-events:auto}.controls-bar button{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;display:flex}.controls-bar .rate{font-size:14px;font-weight:600}.controls-bar .time{color:#fff;font-size:12px;font-variant-numeric:tabular-nums}.controls-bar .progress{flex:1;cursor:pointer;background:linear-gradient(to right,#B8A07A var(--progress, 0%),rgba(255,255,255,.35) var(--progress, 0%))}.controls-bar .progress::-webkit-slider-thumb{background:#b8a07a}.controls-bar .progress::-moz-range-thumb{background:#b8a07a}.controls-bar .volume-container{position:relative;display:flex;align-items:center}@media (max-width: 768px){.controls-bar .volume-container{display:none}}.controls-bar .volume-container .volume-slider-wrapper{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(10px);opacity:0;pointer-events:none;transition:all .2s ease;border-radius:8px;width:32px;height:100px;display:flex;justify-content:center;align-items:center;padding-bottom:10px;z-index:10}.controls-bar .volume-container .volume-slider-wrapper .volume{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:80px;height:4px;transform:rotate(-90deg);margin:0;background:linear-gradient(to right,#B8A07A var(--progress, 0%),rgba(255,255,255,.35) var(--progress, 0%))}.controls-bar .volume-container .volume-slider-wrapper .volume::-webkit-slider-thumb{background:#b8a07a}.controls-bar .volume-container .volume-slider-wrapper .volume::-moz-range-thumb{background:#b8a07a}.controls-bar .volume-container:hover .volume-slider-wrapper{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(5%)}.controls-bar .slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:2px;background:linear-gradient(to right,#B8A07A var(--progress, 0%),rgba(255,255,255,.35) var(--progress, 0%))}.controls-bar .slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#b8a07a}.controls-bar .slider::-moz-range-thumb{width:12px;height:12px;border:none;border-radius:50%;background:#b8a07a}.controls-bar .share-container .share-main-button svg{width:20px!important;height:20px!important}section.hero-cmp{background-color:#eef2f5;padding:3em 24px}@media (min-width: 1024px){section.hero-cmp{padding-left:96px;padding-right:96px}}section.hero-cmp{padding-bottom:0;align-content:center}section.hero-cmp .hero-content-holder{max-width:1600px;display:flex;flex-direction:column-reverse;margin:auto;padding-bottom:2rem}@media (min-width: 1024px){section.hero-cmp .hero-content-holder{flex-direction:row}}section.hero-cmp .hero-content-holder .hero-content-left>h1,section.hero-cmp .hero-content-holder .hero-content-left>.buttons,section.hero-cmp .hero-content-holder .hero-content-left>p{margin-bottom:2rem}section.hero-cmp .hero-content-holder .hero-content-left .buttons{display:flex;flex-wrap:wrap;gap:1rem}section.hero-cmp .hero-content-holder .hero-content-left .buttons .button-wrapper a.button,section.hero-cmp .hero-content-holder .hero-content-left .buttons .button-wrapper button{margin-right:0}@media (min-width: 1024px){section.hero-cmp .hero-content-holder .hero-content-left{margin-top:2rem;max-width:50%}}section.hero-cmp .hero-content-holder .hero-content-left .infographics{display:flex;flex-direction:column;flex-wrap:wrap;gap:1em;align-items:normal}@media (min-width: 1024px){section.hero-cmp .hero-content-holder .hero-content-left .infographics{flex-direction:row;flex-wrap:nowrap;align-items:center;padding-top:2em}}section.hero-cmp figure.hero-img{position:relative;margin:0;top:-2rem;left:-1rem;overflow:hidden;min-width:0;width:100%;height:fit-content}@media (min-width: 1024px){section.hero-cmp figure.hero-img{left:0;top:-5rem;min-width:465px;width:auto}}section.hero-cmp figure.hero-img .hero-rings{position:absolute;width:71%;height:57%;top:0;right:0;bottom:0;left:0;margin:auto}section.hero-cmp figure.hero-img .ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid rgba(15,31,53,.18);animation:rotateSlow 30s linear infinite}section.hero-cmp figure.hero-img .ring-1{transform:scale(.75)}section.hero-cmp figure.hero-img .ring-2{transform:scale(.9);border-style:dashed;animation-duration:40s;animation-direction:reverse}section.hero-cmp figure.hero-img .ring-3{transform:scale(1.1);opacity:.5}section.hero-cmp figure.hero-img .gold{border-color:#c5a46d}section.hero-cmp figure.hero-img .ring-4{transform:scale(1.25);animation-duration:50s;width:50%;height:60%;margin-left:15%;margin-top:17%}section.hero-cmp figure.hero-img .ring-5{transform:scale(1.4);opacity:.35;animation-duration:70s;animation-direction:reverse}section.hero-cmp figure.hero-img .dots{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%}section.hero-cmp figure.hero-img .dots:before,section.hero-cmp figure.hero-img .dots:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#11233d;animation:pulse 4s ease infinite}section.hero-cmp figure.hero-img .dots-1:before{top:39%;left:57%;animation-delay:1.5s}section.hero-cmp figure.hero-img .dots-1:after{top:56%;left:19%}section.hero-cmp figure.hero-img .dots-2:before{background:#c5a46d;top:45%;left:35%;animation-delay:3s}section.hero-cmp figure.hero-img .dots-2:after{background:#c5a46d;top:55%;left:62%;animation-delay:4.5s}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.2}50%{opacity:1}}section.hero-cmp figure.hero-img .ring-3{animation:rotateSlow 50s linear infinite,pulse 3s ease infinite}section.hero-cmp figure.hero-img .hero-circuits{position:absolute;width:100%;height:100%;top:-5%;left:12%;overflow:visible;z-index:3}section.hero-cmp figure.hero-img .circuit{fill:none;stroke:#c5a46d;stroke-width:2;opacity:.8;stroke-linecap:round;stroke-dasharray:500;stroke-dashoffset:500;animation:drawLine 2s ease forwards}section.hero-cmp figure.hero-img .node{fill:transparent;stroke:#c5a46d;stroke-width:2}section.hero-cmp figure.hero-img .pulse{fill:#c5a46d;filter:drop-shadow(0 0 8px rgba(197,164,109,.7))}@keyframes drawLine{to{stroke-dashoffset:0}}.infographic-mini-cmp{display:flex;gap:1em;padding:1em 2em 1em 1em;position:relative;align-items:center}.infographic-mini-cmp svg,.infographic-mini-cmp picture{width:55px}.infographic-mini-cmp:after{content:"";height:2px;width:100%;background-color:#6b7c87;position:absolute;bottom:0;left:0;right:0;margin:auto}@media (min-width: 1024px){.infographic-mini-cmp{border-right:2px solid #6B7C87;margin-bottom:1rem;padding-left:0;margin-right:1rem;height:100px}.infographic-mini-cmp:last-child{border:0}.infographic-mini-cmp:after{display:none}}.infographics-six{display:grid;gap:2em;margin-top:2em;grid-template-columns:1fr}@media (min-width: 768px){.infographics-six{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.infographics-six{grid-template-columns:repeat(3,1fr)}}.infographic-cmp{display:flex;flex-direction:column;align-items:center;gap:1em;padding:1em 2em 1em 1em;border-radius:10px;border:2px solid #EEF2F5;width:100%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body,h1,h2,h3,p{margin:0}img{max-width:100%;display:block}body{font-family:Inter,sans-serif;background:#f7f9fa;color:#192b3d;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip}body .main{max-width:1600px}body #root{position:relative;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}body main{flex:1 0 auto}body h1,body h2,body h3,body h4,body h5,body h6{margin:0;font-family:Inter,sans-serif;font-weight:600;color:#192b3d;line-height:1.2;flex-direction:column}body .title-accent{color:#b8a07a}body .title-accent-grey{color:#6b7c87}body h1{font-size:32px}@media (min-width: 768px){body h1{font-size:42px}}@media (min-width: 1024px){body h1{font-size:52px}}body h2{font-size:24px}@media (min-width: 768px){body h2{font-size:32px}}body h3{font-size:20px;color:#b8a07a}@media (min-width: 768px){body h3{font-size:24px}}p{color:#6b7c87}.main-content,main{text-align:center}.main-content h3,main h3{font-size:1rem;margin-bottom:1rem}.main-content h2,main h2{margin-bottom:1rem}.main-content section,main section{text-align:left}.main-content section.padding-small,main section.padding-small{padding:0 24px}@media (min-width: 1024px){.main-content section.padding-small,main section.padding-small{padding-left:96px;padding-right:96px}}.main-content section.padding-medium,.main-content section:not(.padding-small),.main-content section:not(.padding-large),main section.padding-medium,main section:not(.padding-small),main section:not(.padding-large){padding:3em 24px}@media (min-width: 1024px){.main-content section.padding-medium,.main-content section:not(.padding-small),.main-content section:not(.padding-large),main section.padding-medium,main section:not(.padding-small),main section:not(.padding-large){padding-left:96px;padding-right:96px}}.main-content section.section-white,main section.section-white{background-color:#fff}.main-content section.section-grey,main section.section-grey{background-color:#6b7c87}.main-content section.section-lightgrey,main section.section-lightgrey{background-color:#eef2f5}.main-content section.section-navy,main section.section-navy{background:radial-gradient(ellipse 180% 180% at center,#192b3d,#102132 35%,#001326);color:#fff}.main-content .test-content,main .test-content{border:1px solid red}.main-content .content-list,main .content-list{display:flex;flex-direction:column;gap:1.5em;text-align:left}.main-content .content-list h3,main .content-list h3{color:#fff;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0}.main-content .content-list h2,main .content-list h2{margin:0;font-size:2.5rem;line-height:1.1;font-weight:700;color:#fff;max-width:30ch}.main-content .content-list>p,main .content-list>p{margin:0;color:#ffffffb3;line-height:1.7;max-width:55ch}.main-content .content-list ul,main .content-list ul{margin:1em 0 0;padding:0;display:flex;flex-direction:column;gap:1.5em}.main-content .content-list li,main .content-list li{display:flex;flex-direction:column;gap:.25em;padding-left:3rem;position:relative}.main-content .content-list li:before,main .content-list li:before{position:absolute;width:10px;height:10px;border-radius:50%;background-color:#b8a07a;content:"";left:0;top:50%;transform:translateY(-50%)}.main-content .content-list li p,main .content-list li p{margin:0;font-size:1.1rem;font-weight:600;color:#fff}.main-content .content-list li span,main .content-list li span{color:#ffffffb3;line-height:1.5}.process{background:#fff}.process__heading{text-align:center;margin-bottom:64px}.process__eyebrow{display:inline-block;margin-bottom:16px;color:#b8a07a;font-size:14px;font-weight:600;letter-spacing:.08em}.process h2{display:flex;flex-direction:column;gap:8px}.process__steps{display:flex;flex-direction:column;align-items:center;gap:24px}@media (min-width: 1024px){.process__steps{flex-direction:row;justify-content:center;align-items:stretch}}.process__arrow{display:none;font-size:2rem;color:#6b7c87}@media (min-width: 1024px){.process__arrow{display:flex;align-items:center}}.process-card{position:relative;background:#fff;border:1px solid #E3E8EE;border-radius:20px;padding:40px;width:100%;max-width:360px;display:flex;align-items:center;gap:24px;transition:.25s;box-shadow:0 10px 30px #0f2a380a}.process-card:hover{transform:translateY(-4px);border-color:#d6c2a3}.process-card--gold .process-card__number{background:#b8a07a}.process-card__number{position:absolute;top:-14px;left:-14px;width:42px;height:42px;border-radius:50%;background:#192b3d;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 8px 20px #0f2a381f}.process-card__icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0;color:#b8a07a}.process-card__content h3{margin-bottom:8px;color:#192b3d}.process-card__content p{color:#6b7c87;line-height:1.7}section.columns{padding:3em 24px}@media (min-width: 1024px){section.columns{padding-left:96px;padding-right:96px}}section.columns{display:flex;flex-direction:column;gap:4rem}@media (min-width: 1024px){section.columns{flex-direction:row;justify-content:space-between}section.columns>div{min-width:0}}section.columns figure{position:relative;height:fit-content;display:flex;align-items:baseline;flex-shrink:1.5}section.columns figure label{background-color:#192b3d;padding:.6em 1.4em;line-height:1.1em;border:2px solid #6B7C87;border-radius:20px;height:fit-content;width:fit-content;text-align:center;position:absolute;bottom:.5em;right:1em}section.columns figure label span{font-size:2em;line-height:1.2em}section.columns figure label div{font-size:1em;line-height:1.1;width:12ch}@media (min-width: 480px){section.columns figure label span{font-size:1.5em}section.columns figure label div{font-size:1.2em}}@media (min-width: 768px){section.columns figure label span{font-size:2em}section.columns figure label div{font-size:1.5em}}@media (min-width: 1024px){section.columns figure{flex-direction:row;position:relative}section.columns figure label{flex-shrink:1;background-color:#192b3d;padding:.6em 1em;line-height:1.1em;border:2px solid #6B7C87;border-radius:20px;height:fit-content;width:fit-content;position:relative;right:30%;text-align:center}section.columns figure label span{font-size:3vw}section.columns figure label div{font-size:2vw}}section.columns figure picture{width:100%;flex-shrink:.1}section.columns figure picture img{border-radius:15px;max-width:100%}.privacy-page{min-height:100vh;background:#fff}.privacy-page__hero{text-align:center;padding-top:96px;padding-bottom:64px}.privacy-page__intro{max-width:700px;margin:40px auto 0;color:#192b3d;font-size:18px;line-height:1.8}.policy-card{background:#fff;padding:40px;border-radius:16px;border:1px solid #EEF2F5;margin-bottom:24px;box-shadow:0 10px 30px #0f2a380a;transition:.25s}.policy-card:hover{transform:translateY(-2px);border-color:#d6c2a3}.policy-card h3{margin-bottom:16px;position:relative;padding-left:18px}.policy-card h3:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:#b8a07a}.policy-card p{color:#6b7c87;line-height:1.8}.policy-card a{color:#192b3d;text-decoration:none;font-weight:600}.policy-card a:hover{color:#b8a07a}.contact-section{overflow:hidden;position:relative;min-height:calc(100vh - 233px)}.contact-section:before{content:"";position:absolute;width:1000px;height:1000px;top:-30%;right:-15%;border-radius:50%;border:1px solid rgba(184,160,122,.08);pointer-events:none}.contact-section .contact-wrapper{display:grid;grid-template-columns:.9fr 1.1fr;gap:5rem;align-items:center}@media (max-width: 900px){.contact-section .contact-wrapper{grid-template-columns:1fr}}.contact-section .contact-info h3{color:#b8a07a;margin-bottom:1rem}.contact-section .contact-info h2{color:#fff;font-size:3rem;line-height:1.1}.contact-section .contact-info h2 span{color:#b8a07a}.contact-section .contact-info>p{color:#ffffffb3;max-width:50ch;line-height:1.8;margin-bottom:2rem}.contact-section .contact-highlights{display:flex;flex-direction:column;gap:1rem}.contact-section .highlight-item{display:flex;align-items:center;gap:1rem}.contact-section .highlight-item span{color:#b8a07a;font-size:1.2rem}.contact-section .highlight-item p{color:#fff;margin:0}.contact-section .contact-form{background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.08);padding:2rem;box-shadow:0 20px 60px #00000040}.contact-section .input-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}@media (max-width: 700px){.contact-section .input-grid{grid-template-columns:1fr}}.contact-section .form-group{margin-bottom:1rem}.contact-section .form-group input,.contact-section .form-group textarea,.contact-section .form-group select{width:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1rem 1.25rem;color:#fff;font-size:1rem;transition:.3s;outline:none;font-family:inherit}.contact-section .form-group input:focus,.contact-section .form-group textarea:focus,.contact-section .form-group select:focus{border-color:#b8a07a;box-shadow:0 0 0 4px #b8a07a1a}.contact-section .form-group input::placeholder,.contact-section .form-group textarea::placeholder,.contact-section .form-group select::placeholder{color:#fff6}.contact-section .form-group textarea{resize:none}.contact-section .form-group select{cursor:pointer}.contact-section .form-group small{display:block;margin-top:.5rem;color:#ff8c8c;font-size:.85rem}.contact-section .form-group button:disabled{opacity:.5;cursor:not-allowed}.contact-section .checkbox-wrapper{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0}.contact-section .checkbox-wrapper span{color:#ffffffb3;font-size:.9rem}.contact-section .checkbox-wrapper input{width:18px;height:18px;accent-color:#B8A07A}.contact-section .checkbox-wrapper+small{margin-top:-1.5em}.contact-section .custom-select{position:relative}.contact-section .custom-select:after{content:"";position:absolute;right:1.25rem;top:50%;width:10px;height:10px;border-right:2px solid #B8A07A;border-bottom:2px solid #B8A07A;transform:translateY(-70%) rotate(45deg);pointer-events:none}.contact-section .custom-select select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;background:#ffffff05;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1rem 3rem 1rem 1.25rem;cursor:pointer;transition:.3s}.contact-section .custom-select select:focus{border-color:#b8a07a;box-shadow:0 0 0 4px #b8a07a1a}.contact-section .custom-select select option{background:#192b3d;color:#fff}.contact-section .primary-button{width:100%}.thank-you-block{background:#fff;border:1px solid #E3E8EE;border-radius:20px;padding:96px;text-align:center;box-shadow:0 10px 30px #0f2a380d;animation:fadeIn .4s ease}.thank-you-block__icon{width:90px;height:90px;margin:0 auto 40px;border-radius:50%;background:#b8a07a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.thank-you-block h2{margin-bottom:16px}.thank-you-block p{max-width:50ch;margin:auto;color:#6b7c87}.feedback{margin-bottom:40px;padding:24px;border-radius:12px;border:1px solid rgba(220,70,70,.2);background:#dc46460f;color:#dc4646}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.feedback{display:flex;align-items:center;gap:24px;padding:24px;border-radius:16px;margin-bottom:40px;animation:fadeIn .3s ease}.feedback__icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.feedback--success{background:#b8a07a14;border:1px solid #D6C2A3}.feedback--success .feedback__icon{background:#b8a07a;color:#fff}.feedback--error{background:#dc46460f;border:1px solid rgba(220,70,70,.2)}.feedback--error .feedback__icon{background:#dc4646;color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}main:has(>.hero-cmp.notfound){display:flex;flex-direction:column}.hero-cmp.notfound{flex:1}.hero-cmp.notfound .hero-content-holder{align-items:center;justify-content:space-between}.hero-cmp.notfound .hero-content-left .error-code{display:flex;flex-direction:row;align-items:center;line-height:1;font-weight:700;font-size:clamp(84px,15vw,168px);margin-bottom:1.5rem;gap:8px}.hero-cmp.notfound .hero-content-left .error-code .digit.gold{color:#b8a07a}.hero-cmp.notfound .hero-content-left .error-code .digit.navy{color:#192b3d}.hero-cmp.notfound .hero-content-left .error-code .digit-bridge{width:clamp(7px,1vw,11px);height:auto;align-self:center}.hero-cmp.notfound .hero-content-left .error-code .digit-bridge path{fill:none;stroke:#b8a07a;stroke-width:3;stroke-linecap:round}.hero-cmp.notfound .hero-content-left .error-code .code-circuit{width:clamp(38px,5vw,60px);height:auto;align-self:center;margin-left:12px;overflow:visible}.hero-cmp.notfound .hero-content-left .error-code .code-circuit path{fill:none;stroke:#b8a07a;stroke-width:3;stroke-linecap:round}.hero-cmp.notfound .hero-content-left .error-code .code-circuit circle{fill:none;stroke:#b8a07a;stroke-width:3}.hero-cmp.notfound .hero-content-left .nf-title{font-size:clamp(24px,3.2vw,32px);font-weight:700;color:#192b3d;margin-bottom:1rem}.hero-cmp.notfound .hero-content-left>p{color:#6b7c87;max-width:440px}.hero-cmp.notfound .hero-content-left.hero-content-left .buttons{display:flex;flex-wrap:wrap;gap:28px;margin-bottom:2rem}.hero-cmp.notfound .hero-content-left.hero-content-left .buttons .button-wrapper{display:flex}.hero-cmp.notfound .hero-content-left.hero-content-left .buttons .button-wrapper a.button{width:230px;height:56px;margin-right:0}.hero-cmp.notfound figure.hero-img{min-width:0;width:100%;max-width:460px;margin:0 auto;top:0;left:0}@media (min-width: 1024px){.hero-cmp.notfound figure.hero-img{top:0;left:0;max-width:650px;margin:0 0 0 auto}}.hero-cmp.notfound figure.hero-img img{width:100%;height:auto;display:block}
