@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 .foot-notes{margin:.5em 0;display:flex;justify-content:space-between;color:#6b7c87}footer .foot-notes a{text-decoration:none;padding-left:2em;color:#e3e8ee}footer .foot-notes a:visited{color:#e3e8ee}footer .disclaimer{font-size:.7em;max-width:80ch;text-align:left}@media (min-width: 768px){footer{padding:1em 64px .5em}}.button-wrapper a.button,.button-wrapper button{display:inline-block;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:none;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}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}@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:465px;height:fit-content}@media (min-width: 1024px){section.hero-cmp figure.hero-img{left:0;top:-5rem}}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}html{min-width:480px}body{font-family:Inter,sans-serif;background:#f7f9fa;color:#192b3d;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip;min-width:480px}body .main{max-width:1600px}body #root{position:relative;margin: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)}}
