@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800&family=Roboto:ital,wght@0,400;1,400&display=swap");@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700;800&family=DM+Sans:ital,wght@0,400;1,400&display=swap");:root{--primary-font:"Roboto",sans-serif;--secondary-font:"DM Sans",sans-serif;--color-blue-button-hover:#2a94c9;--color-blue-light:#56aae8;--color-blue-dark:#1d2b57;--color-purple:#5e58f6;--color-bg-white:#fbfcff;--color-secondary-2:#f2f1ff;--color-essential-blue-100:#2caeef}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg-white);color:#000;font-family:var(--primary-font);font-size:14px;font-weight:400;line-height:1.42}img{height:auto;max-width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--secondary-font);font-weight:700;line-height:1.3}h1{font-size:44px}h2{font-size:36px}h3{font-size:28px}h4{font-size:24px}h5{font-size:20px}h6,p{font-size:18px}p{font-family:var(--primary-font);font-weight:400;line-height:1.6}a{color:var(--color-blue-light);transition:.3s ease}a:hover{color:var(--color-purple)}a.cta-button{align-items:center;background-color:var(--color-essential-blue-100);border-radius:12px;border-radius:10px;color:#fff;display:inline-block;display:inline-flex;font-size:18px;font-size:16px;font-weight:700;justify-content:center;line-height:20px;line-height:24px;margin-top:0;object-fit:contain;padding:10px 24px;position:static;text-align:center;text-decoration:none;transform-style:preserve-3d;transition:background-color .3s,transform .3s,color .3s;width:auto}a.cta-button:hover{background:var(--color-blue-button-hover);transform:translate3d(0,-3px,.01px)}form{text-align:left}form .hs-form-field label{color:#33475b;display:block;float:none;font-family:var(--primary-font);font-size:14px;font-weight:500;line-height:20px;margin-bottom:4px;padding-top:0;width:130px;width:auto}form .hs-form-field label:not(.hs-error-msg){color:#1d2b57;font-family:DM Sans;font-size:16px}.hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),.hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]){box-sizing:border-box;min-height:27px;padding:0 15px}form .hs-input{background-color:#f5f8fa;border:1px solid #cbd6e2;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;box-sizing:border-box;color:#33475b;display:inline-block;font-size:16px;font-weight:400;height:40px;line-height:22px;max-width:100%;padding:9px 10px;width:100%}form .hs-input:focus{box-shadow:0 0 1px 1px #cbd6e2;outline:none}.text-gradient{text-align:center;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(100.35deg,#2badee,#526ceb);font-size:80px;font-weight:700;line-height:120%;margin-bottom:0;margin-top:0;text-decoration:none}@media (max-width:768px){h1{font-size:36px}h2{font-size:28px}h3{font-size:24px}p{font-size:16px}}