@font-face{font-display:swap;font-family:Bagoss Standard;font-style:normal;font-weight:600;src:url(fonts/BagossStandard-SemiBold.ttf) format("truetype")}@font-face{font-display:swap;font-family:Suisse Intl;font-style:normal;font-weight:400;src:url(fonts/SuisseIntl-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:Suisse Intl;font-style:normal;font-weight:500;src:url(fonts/SuisseIntl-Medium.ttf) format("truetype")}@font-face{font-display:swap;font-family:Suisse Intl;font-style:normal;font-weight:600;src:url(fonts/SuisseIntl-SemiBold.ttf) format("truetype")}:root{--ls-primary:#033230;--ls-secondary:#5360d5;--ls-cta:#4552c6;--ls-tertiary:#c0d1fa;--ls-bg:#fff;--ls-bg-2:#ecf1ff;--ls-bg-3:#ebebeb;--ls-neutral:#3c3c3c;--ls-beige:#edeee2;--ls-green-mid:#104947;--ls-grey-mid:#656565;--blue:var(--ls-secondary);--blue-cta:var(--ls-cta);--blue-dark:#3f4bb8;--blue-light:var(--ls-bg-2);--blue-mid:var(--ls-tertiary);--black:#0d0d0d;--grey-900:#1a1a2e;--grey-700:#4a4a6a;--grey-400:#9999b3;--grey-100:#f5f6fa;--white:var(--ls-bg);--beige:var(--ls-beige);--font-head:"Bagoss Standard",sans-serif;--font-body:"Suisse Intl",sans-serif;--radius:5px;--radius-lg:8px;--nav-h:72px;--max-w:1180px;--shadow:0 4px 24px rgba(69,82,198,.1);--shadow-lg:0 12px 48px rgba(69,82,198,.18)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--white);color:var(--black);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-head);font-weight:600}h1{font-size:clamp(36px,5vw,50px);line-height:1.14}h2{font-size:clamp(28px,3.5vw,40px);line-height:1.175}h3{font-size:clamp(18px,2vw,20px);line-height:1.5}h4{font-size:18px;line-height:1.33}p{color:var(--grey-700);font-size:16px;line-height:1.5}.text-xl{font-size:24px;line-height:1.25}.text-sm{font-size:14px;line-height:1.5}.highlight{color:var(--blue)}.container{margin:0 auto;max-width:var(--max-w);padding:0 24px}.section{padding:96px 0}.section--grey{background:var(--grey-100)}.section--beige{background:var(--beige)}.section--blue{background:var(--blue-cta);color:var(--white)}.section--dark{background:var(--grey-900);color:var(--white)}.badge{background:var(--blue-light);border-radius:100px;color:var(--blue);display:inline-block;font-family:var(--font-head);font-size:13px;font-weight:600;letter-spacing:.06em;margin-bottom:20px;padding:6px 14px;text-transform:uppercase}.section--blue .badge,.section--dark .badge{background:hsla(0,0%,100%,.15);color:var(--white)}.btn{align-items:center;border:none;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-family:var(--font-head);font-size:15px;font-weight:600;gap:8px;padding:14px 28px;transition:all .2s;white-space:nowrap}.btn--primary{background:var(--blue-cta);box-shadow:0 4px 16px rgba(69,82,198,.35);color:var(--white)}.btn--primary:hover{background:var(--blue-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn--outline{background:transparent;border:2px solid var(--blue-cta);color:var(--blue-cta)}.btn--outline:hover{background:var(--blue-light)}.btn--white{background:var(--white);box-shadow:var(--shadow);color:var(--blue-cta)}.btn--white:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn--sm{font-size:14px;padding:10px 20px}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(40px)}}.animate{opacity:0;transform:translateX(-40px)}.animate.visible{animation:slideInLeft .6s cubic-bezier(.4,0,.2,1) forwards}.animate.exit{animation:slideOutRight .4s cubic-bezier(.4,0,.2,1) forwards}.animate[data-delay="1"]{animation-delay:.1s}.animate[data-delay="2"]{animation-delay:.2s}.animate[data-delay="3"]{animation-delay:.3s}.animate[data-delay="4"]{animation-delay:.4s}.animate[data-delay="5"]{animation-delay:.5s}.hs-form{max-width:100%}.hs-form-field{margin-bottom:20px}.hs-form-field>label{color:var(--grey-900);display:block;font-family:var(--font-head);font-size:14px;font-weight:600;margin-bottom:6px}.hs-form-required{color:var(--blue-cta);margin-left:2px}.hs-form .hs-input,.hs-form input[type=email],.hs-form input[type=number],.hs-form input[type=tel],.hs-form input[type=text],.hs-form input[type=url],.hs-form textarea{-webkit-appearance:none;background:var(--white);border:2px solid var(--grey-100);border-radius:var(--radius);color:var(--black);font-family:var(--font-body);font-size:15px;outline:none;padding:12px 16px;transition:border-color .2s,box-shadow .2s;width:100%!important}.hs-form .hs-input:hover,.hs-form input:hover,.hs-form textarea:hover{border-color:var(--blue-mid)}.hs-form .hs-input:focus,.hs-form input:focus,.hs-form textarea:focus{border-color:var(--blue-cta);box-shadow:0 0 0 4px rgba(69,82,198,.1)}.hs-form textarea{min-height:120px;resize:vertical}.hs-form select{-webkit-appearance:none;background:var(--white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='none' stroke='%234a4a6a' stroke-width='2' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;border:2px solid var(--grey-100);border-radius:var(--radius);color:var(--black);cursor:pointer;font-family:var(--font-body);font-size:15px;outline:none;padding:12px 16px;transition:border-color .2s,box-shadow .2s;width:100%!important}.hs-form select:focus{border-color:var(--blue-cta);box-shadow:0 0 0 4px rgba(69,82,198,.1)}.hs-form .inputs-list{list-style:none;margin:0;padding:0}.hs-form .inputs-list li{margin-bottom:8px}.hs-form .inputs-list label{align-items:center;color:var(--grey-700);cursor:pointer;display:flex;font-family:var(--font-body);font-size:15px;gap:10px}.hs-form input[type=checkbox],.hs-form input[type=radio]{accent-color:var(--blue-cta);cursor:pointer;flex-shrink:0;height:20px;width:20px!important}.hs-form .hs-button,.hs-form input[type=submit]{align-items:center;background:var(--blue-cta);border:none;border-radius:var(--radius);box-shadow:0 4px 16px rgba(69,82,198,.35);color:var(--white);cursor:pointer;display:inline-flex;font-family:var(--font-head);font-size:15px;font-weight:600;justify-content:center;margin-top:8px;padding:14px 28px;transition:all .2s;width:100%}.hs-form .hs-button:hover,.hs-form input[type=submit]:hover{background:var(--blue-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.hs-form .hs-error-msgs{list-style:none;margin:4px 0 0;padding:0}.hs-form .hs-error-msgs li label{color:#e53e3e;font-family:var(--font-body);font-size:13px;font-weight:400}.hs-form .hs-input.error,.hs-form .hs-input.invalid{border-color:#e53e3e}.hs-form .hs-input.error:focus,.hs-form .hs-input.invalid:focus{box-shadow:0 0 0 4px rgba(229,62,62,.1)}.submitted-message{background:var(--blue-light);border-radius:var(--radius);color:var(--blue-cta);font-family:var(--font-body);font-size:16px;padding:24px;text-align:center}.hs-form .legal-consent-container{margin-top:16px}.hs-form .legal-consent-container .hs-richtext p,.hs-form .legal-consent-container p{color:var(--grey-400);font-size:13px;line-height:1.5}.hs-form fieldset{max-width:100%!important}.hs-form fieldset.form-columns-2{display:flex;gap:16px}.hs-form fieldset.form-columns-2 .hs-form-field{flex:1}.hs-form fieldset.form-columns-3{display:flex;gap:16px}.hs-form fieldset.form-columns-3 .hs-form-field{flex:1}.hs-form .hs-input::placeholder{color:var(--grey-400);opacity:1}@media (max-width:768px){.section{padding:64px 0}.hide-mobile{display:none!important}.hs-form fieldset.form-columns-2,.hs-form fieldset.form-columns-3{flex-direction:column;gap:0}}@media (min-width:769px){.hide-desktop{display:none!important}}