*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Outfit,sans-serif;background:#06090F;color:#fff;overflow-x:clip}nav{position:fixed;left:50%;transform:translateX(-50%);z-index:100;width:calc(100% - 5.25rem);padding:0 1.875rem;height:4.375rem;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);border-radius:50px;transition:top .3s ease,background .3s ease,box-shadow .3s ease}nav,nav.scrolled{top:1.4375rem;background:linear-gradient(90deg,#06090F,#06090F 10%,#122038 25%,#1a3050 38%,#00BFC9 50%,#1a3050 62%,#122038 75%,#06090F 90%,#06090F)}nav.scrolled{box-shadow:0 8px 32px rgba(0,0,0,.4)}.nav-logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.02em}.nav-logo span{color:#00BFC9}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.875rem;color:#fff;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#00BFC9}.nav-links a.nav-dropdown:hover{color:#1a3050}.nav-cta{background:#00BFC9;color:#06090F;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.5625rem 1.375rem;text-decoration:none;border-radius:50px}.footer-accreds{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.footer-accreds-label{font-size:.625rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.9);padding-left:4px}.footer-accreds-badges{display:flex;gap:.625rem;flex-wrap:wrap}.accred-badge{font-size:.75rem;font-weight:400;color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.07);padding:.5rem 1rem;transition:color .2s,border-color .2s}.accred-badge:hover{color:rgba(255,255,255,.65);border-color:rgba(255,255,255,.2)}.footer{padding:1.875rem 72px;background:#06090F;border-top:1px solid rgba(255,255,255,.05);position:relative;z-index:1}.footer-top{display:grid;grid-template-columns:1fr auto auto auto;grid-gap:6.125rem;gap:6.125rem}.footer-brand-name{font-size:1.375rem;font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:1rem}.footer-brand-name span{color:#00BFC9}.footer-brand-desc{font-size:.875rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.9);max-width:16.25rem;margin-bottom:1.25rem}.footer-brand-motto{font-family:Fraunces,serif;font-size:.9375rem;font-style:italic;color:#00BFC9}.footer-col h4{font-size:.625rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:1.25rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.625rem}.footer-col a{font-size:.875rem;font-weight:300;color:rgba(255,255,255,.9);text-decoration:none;transition:color .2s}.footer-col a:hover{color:rgba(255,255,255,.65)}.footer-col:last-child{display:flex;flex-direction:column}.footer-copyright{font-size:.6875rem;font-weight:300;color:rgba(255,255,255,.9);margin-top:auto;padding-top:1.25rem;text-align:right}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.nav-hamburger{display:none;background:none;border:none;cursor:pointer;width:2rem;height:2rem;flex-direction:column;justify-content:center;align-items:center;gap:5px;z-index:101}.nav-hamburger span{display:block;width:1.25rem;height:2px;background:#fff;transition:transform .3s,opacity .3s}.nav-hamburger.active span:first-child{transform:translateY(7px) rotate(45deg)}.nav-hamburger.active span:nth-child(2){opacity:0}.nav-hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:1024px){.footer{padding:1.875rem 3rem}.footer-top{gap:3rem}}@media (max-width:768px){.nav-hamburger{display:flex}nav{width:calc(100% - 2rem);padding:0 1.25rem;top:.75rem}.nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#0a1424;border:1px solid rgba(255,255,255,.06);border-radius:12px;margin-top:.5rem;padding:1.5rem;gap:1.25rem}.nav-links.open{display:flex}.nav-links a{font-size:1rem}.nav-cta{font-size:.625rem;padding:.5rem 1rem}.footer{padding:1.5rem 2rem}.footer-top{grid-template-columns:repeat(3,1fr);gap:2.5rem 2rem}.footer-brand{grid-column:1/-1}.footer-copyright{text-align:left}}@media (max-width:480px){nav{height:3.5rem}.nav-logo{font-size:1.25rem}.footer{padding:1.25rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.footer-brand-desc{max-width:100%}}.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background:#00BFC9;color:#06090F;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;border-radius:0 0 4px 4px;z-index:9999;transition:top .2s}.skip-link:focus{top:0}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#0B1220;border-top:1px solid rgba(255,255,255,.06);padding:1.5rem 3rem;display:none;align-items:center;justify-content:space-between;gap:2rem;font-family:Outfit,sans-serif}.cookie-banner.show{display:flex}.cookie-banner-text{flex:1 1}.cookie-banner-text h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.cookie-banner-text p{font-size:.8125rem;color:rgba(255,255,255,.8);line-height:1.6;max-width:52rem}.cookie-banner-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{font-family:Outfit,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.625rem 1.25rem;border-radius:2px;border:none;cursor:pointer;transition:opacity .2s}.cookie-btn:hover{opacity:.85}.cookie-btn-agree{background:#00BFC9;color:#06090F}.cookie-btn-decline{background:rgba(255,255,255,.08);color:#fff}.cookie-btn-prefs{background:transparent;color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.12)}.cookie-modal-overlay{position:fixed;inset:0;z-index:10000;background:rgba(6,9,15,.85);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center}.cookie-modal-overlay.show{display:flex}.cookie-modal{background:#0F1B2F;border:1px solid rgba(255,255,255,.06);border-radius:8px;width:90%;max-width:40rem;max-height:85vh;overflow:hidden;display:flex;font-family:Outfit,sans-serif}.cookie-modal-nav{width:12rem;flex-shrink:0;background:#0B1220;padding:1.5rem 0;border-right:1px solid rgba(255,255,255,.06);overflow-y:auto}.cookie-modal-nav button{display:block;width:100%;text-align:left;padding:.75rem 1.25rem;background:none;font-family:Outfit,sans-serif;font-size:.8125rem;font-weight:400;color:rgba(255,255,255,.6);cursor:pointer;transition:all .2s;border:none;border-left:2px solid transparent}.cookie-modal-nav button:hover{color:#fff}.cookie-modal-nav button.active{color:#00BFC9;border-left-color:#00BFC9;background:rgba(0,191,201,.04)}.cookie-modal-body{flex:1 1;padding:2rem;overflow-y:auto}.cookie-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.06)}.cookie-modal-header h2{font-size:1.125rem;font-weight:600;color:#fff}.cookie-modal-close{background:none;border:none;color:rgba(255,255,255,.5);font-size:1.5rem;cursor:pointer;line-height:1;padding:.25rem}.cookie-modal-close:hover{color:#fff}.cookie-panel{display:none}.cookie-panel.active{display:block}.cookie-panel h3{font-size:.9375rem;font-weight:600;color:#fff;margin-bottom:.75rem}.cookie-panel p{font-size:.8125rem;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:1rem}.cookie-toggle{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;background:rgba(255,255,255,.02);border-radius:4px}.cookie-toggle label{font-size:.8125rem;color:rgba(255,255,255,.7);flex:1 1}.cookie-switch{position:relative;width:2.5rem;height:1.25rem;flex-shrink:0}.cookie-switch input{opacity:0;width:0;height:0}.cookie-switch .slider{position:absolute;inset:0;background:rgba(255,255,255,.12);border-radius:1rem;cursor:pointer;transition:background .2s}.cookie-switch .slider:before{content:"";position:absolute;left:2px;top:2px;width:1rem;height:1rem;border-radius:50%;background:#fff;transition:transform .2s}.cookie-switch input:checked+.slider{background:#00BFC9}.cookie-switch input:checked+.slider:before{transform:translateX(1.25rem)}.cookie-switch input:disabled+.slider{opacity:.5;cursor:default}.cookie-modal-footer{padding:1.25rem 2rem;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:flex-end;gap:.75rem}.cookie-brand{font-size:.6875rem;color:rgba(255,255,255,.25);padding:.5rem 1.25rem}@media (max-width:768px){.cookie-banner{flex-direction:column;padding:1.25rem 1.5rem;gap:1rem}.cookie-banner-actions{width:100%}.cookie-banner-actions .cookie-btn{flex:1 1;text-align:center}.cookie-modal{flex-direction:column;max-height:90vh}.cookie-modal-nav{width:100%;flex-shrink:0;display:flex;overflow-x:auto;padding:0;border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}.cookie-modal-nav button{white-space:nowrap;border-left:none;border-bottom:2px solid transparent;padding:.75rem 1rem;font-size:.75rem}.cookie-modal-nav button.active{border-bottom-color:#00BFC9;border-left-color:transparent}}.privacy-overlay{display:none;position:fixed;inset:0;z-index:100000;background:rgba(6,9,15,.92);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:2rem}.privacy-overlay.show{display:flex}.privacy-modal{background:#0B1220;border:1px solid rgba(255,255,255,.06);border-radius:8px;max-width:52rem;width:100%;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.privacy-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.privacy-modal-header h2{font-size:1.25rem;font-weight:600;color:#fff}.privacy-modal-close{background:none;border:none;color:rgba(255,255,255,.5);font-size:1.5rem;cursor:pointer;line-height:1;padding:.25rem}.privacy-modal-close:hover{color:#fff}.privacy-modal-body{padding:2rem;overflow-y:auto;flex:1 1}.privacy-modal-body h3{font-size:1rem;font-weight:600;color:#fff;margin-top:2rem;margin-bottom:.75rem}.privacy-modal-body h3:first-child{margin-top:0}.privacy-modal-body p{font-size:.8125rem;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:.75rem}.privacy-modal-body ul{padding-left:1.25rem;margin-bottom:.75rem}.privacy-modal-body li{font-size:.8125rem;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:.35rem}.privacy-modal-body strong{color:rgba(255,255,255,.9);font-weight:600}@media (max-width:768px){.privacy-overlay{padding:1rem}.privacy-modal{max-height:92vh}.privacy-modal-body{padding:1.25rem}}.cookie-policy-overlay{display:none;position:fixed;inset:0;z-index:100000;background:rgba(6,9,15,.92);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:2rem}.cookie-policy-overlay.show{display:flex}.cookie-policy-modal{background:#0B1220;border:1px solid rgba(255,255,255,.06);border-radius:8px;max-width:52rem;width:100%;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.cookie-policy-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.cookie-policy-modal-header h2{font-size:1.25rem;font-weight:600;color:#fff}.cookie-policy-modal-close{background:none;border:none;color:rgba(255,255,255,.5);font-size:1.5rem;cursor:pointer;line-height:1;padding:.25rem}.cookie-policy-modal-close:hover{color:#fff}.cookie-policy-modal-body{padding:2rem;overflow-y:auto;flex:1 1}.cookie-policy-modal-body h3{font-size:1rem;font-weight:600;color:#fff;margin-top:2rem;margin-bottom:.75rem}.cookie-policy-modal-body h3:first-child{margin-top:0}.cookie-policy-modal-body p{font-size:.8125rem;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:.75rem}.cookie-policy-modal-body ul{padding-left:1.25rem;margin-bottom:.75rem}.cookie-policy-modal-body li{font-size:.8125rem;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:.35rem}.cookie-policy-modal-body strong{color:rgba(255,255,255,.9);font-weight:600}.cookie-policy-modal-body table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.cookie-policy-modal-body th{font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#00BFC9;text-align:left;padding:.75rem .75rem .75rem 0;border-bottom:1px solid rgba(0,191,201,.2)}.cookie-policy-modal-body td{font-size:.8125rem;color:rgba(255,255,255,.8);line-height:1.7;padding:.625rem .75rem .625rem 0;border-bottom:1px solid rgba(255,255,255,.04);vertical-align:top}.cookie-policy-modal-body td:first-child{color:rgba(255,255,255,.9);font-weight:400}@media (max-width:768px){.cookie-policy-overlay{padding:1rem}.cookie-policy-modal{max-height:92vh}.cookie-policy-modal-body{padding:1.25rem}.cookie-policy-modal-body table{font-size:.75rem}}#wf-toast-wrap{position:fixed;top:1.25rem;right:1.25rem;z-index:100000;display:flex;flex-direction:column;align-items:flex-end;gap:.6rem;max-width:min(92vw,380px);pointer-events:none}.wf-toast{display:flex;align-items:flex-start;gap:.75rem;background:#0a1628;color:#fff;border:1px solid rgba(255,255,255,.08);border-left:4px solid #00bfc9;border-radius:10px;padding:.9rem 1rem;box-shadow:0 12px 34px rgba(0,0,0,.4);font-family:Outfit,system-ui,-apple-system,sans-serif;font-size:.95rem;line-height:1.45;opacity:0;transform:translateY(-12px);transition:opacity .3s ease,transform .3s ease;pointer-events:auto}.wf-toast--in{opacity:1;transform:translateY(0)}.wf-toast--out{opacity:0;transform:translateY(-12px)}.wf-toast--error{border-left-color:#e5484d}.wf-toast__msg{flex:1 1}.wf-toast__close{background:none;border:0;color:rgba(255,255,255,.55);font-size:1.3rem;line-height:1;cursor:pointer;padding:0;margin-top:-1px}.wf-toast__close:hover{color:#fff}@media (max-width:480px){#wf-toast-wrap{left:1rem;right:1rem;top:1rem;max-width:none}}