* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
:root {
    --font-mulish:"Mulish", sans-serif;
    --blue: #1870E3;
    --mid-blue:#488BE3;
    --light-blue:#BCD9FF;
    --dark-blue: #0D2443;
    --light-grey-1:#F7F9FC;
    --light-grey-2:#F2F6FB;
    --light-grey-3:#DAE4F0;
    --white: #FFF;
    --transition: all 400ms ease-in-out;
}

html {
	-ms-overflow-style: scrollbar;
	box-sizing: border-box;
	font-size: 100%;
}

*,
:after,
:before {
	box-sizing: inherit
}

body {
	font-family: var(--font-mulish);
	color: var(--dark-blue);
    font-size: 18px;
	letter-spacing: 0;
	line-height: 27px;
}
.container { max-width: 1270px; }

a {
	color: var(--orange);
	text-decoration: none;
	transition: .3s;
}
html, body {
    height: 100%;
    margin: 0;
  }
a:hover { color: var(--light-blue);}
p a{text-decoration: underline; color: var(--blue);}
p a:hover{color: var(--light-blue);text-decoration: underline;}
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { display: block; }
input:focus, textarea:focus { outline: none;  }
img { max-width: 100%; display: block; }
label { font-weight: inherit; }
input:focus, textarea:focus { outline: none;  }
video, iframe { width: 100% }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: var(--font-secondary); font-weight: 700;color: #12153E;}

h1,.h1 { font-size: 46px; line-height: 55px; font-weight: 700; margin: 0 0 25px; color: var(--dark-blue); font-family: var(--font-mulish);}
h2,.h2 { font-size: 40px; line-height: 48px; font-weight: 700;margin: 0 0 25px; color: var(--dark-blue); font-family: var(--font-mulish);}
h3,.h3 { font-size: 30px; line-height: 36px; font-weight: 700;margin: 0 0 25px; color: var(--dark-blue); font-family: var(--font-mulish);}
h4,.h4 { font-size: 24px; line-height: 29px; font-weight: 700;margin: 0 0 25px; color: var(--dark-blue); font-family: var(--font-mulish);}
h5,.h5 { font-size: 22px; line-height: 26px; font-weight: 700;margin: 0 0 25px; color: var(--dark-blue); font-family: var(--font-mulish);}
h6,.h6 { font-size: 18px; line-height: 22px; font-weight: 700;margin: 0 0 25px; color: var(--dark-blue); font-family: var(--font-mulish);}
.small-title{font-size: 15px; line-height: 22px;letter-spacing: 1.35px;
font-weight: 700;margin: 0 0 25px; color: var(--blue); font-family: var(--font-mulish);text-transform: uppercase;
}

h1 span,.h1 span,h2 span,.h2 span,h3 span,.h3 span,h4 span,.h4 span,h5 span,.h5 span,h6 span,.h6 span{
    background: linear-gradient(90deg, #AA8CFF 0%, #7F52FF 100%);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

p { font-size: 18px; line-height: 27px; font-weight: 400;color: var(--dark-blue);margin-bottom: 30px;}
p:last-child{margin-bottom: 0px;}
p:empty { display: none; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.switch-column {
    flex-direction: row-reverse;
}
.overflow-hidden,.body-hidden{
    overflow: hidden;
}

/*gravity form*/

ul,
li,
ol {
    margin: 0;
    padding: 0;
}

.list-unstyled li::before {
    display: none;
}

.list-unstyled li,
.site-content .list-unstyled li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-content ul li{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding-left: 25px;
    margin: 0 0 16px;
    position: relative;
}
.site-content ol {
    list-style: none;
    counter-reset: list-counter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 16px;
    position: relative;
    color: var(--dark-blue);
}

.site-content ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 27px;
    margin-bottom: 16px;
}
.site-content ol li:last-child{
    margin-bottom: 0px;
}
.site-content ol li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    color: var(--blue);
    font-weight: bold;
}
.site-content ul li {
    list-style-type: none;
}
.site-content ul li b,.site-content ol li b  {
    color: var(--blue);
}

.site-content ul li ol li {
    list-style-type: inherit;
}

.site-content ul li ol li::before {
    display: none;
}

.site-content ul,
.site-content ol {
    margin-bottom: 30px;
}
.site-content ul:last-child, .site-content ol:last-child{
    margin-bottom: 0px;
}
.site-content ol li:last-child,
.site-content ul li:last-child {
    margin-bottom: 0;
}

.site-content ul li:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 5px;
    right: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--blue);
}
.site-content ul.checklist li:before{
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    right: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: url(images/icons/icon-check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-content ul li a,.site-content ol li a{
    text-decoration: underline;
    color: var(--blue);
}
.site-content ul li a:hover,.site-content ol li a:hover{
    color: var(--hover-text);
}
li::marker,
.menu li::marker {
    color: var(--brown);
}

a.btn{
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 10px 18px;
    border-radius: 8px;
    transition: var(--transition);
    background: var(--blue);
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    border: 2px solid var(--mid-blue);
    color: var(--white);
    display: inline-flex;
    text-decoration: none !important;
}
a.btn:hover{
    background: var(--mid-blue);
}
a.btn.outline{
    background: transparent;
    border: none; /* border will be handled by ::before */
    color: var(--blue);
    padding: 13.5px 18px;
}
a.btn.outline::before {
    content: "";
    position: absolute;
    inset: 0; /* covers whole button */
    padding: 2px; /* border thickness */
    border-radius: inherit;
    background: linear-gradient(90deg, #1870E3 0%, #BCD9FF 100%);
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: 1;
}
a.btn.outline:hover{
    background: var(--light-grey-2);
}
a + a {
    margin-left: 18px !important;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-70{
    margin-bottom: 70px;
}
.pb-80{
    padding-bottom: 80px;
}
/* .grecaptcha-badge {
    visibility: hidden;
    right: 0 !important;
} */
.inline-cta{
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: var(--blue);
    transition: var(--transition);
    text-decoration: none;
}
.inline-cta:hover{
    color: var(--mid-blue);
    text-decoration: none;
}
.inline-cta::after{
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(images/icons/icon-arrow-inline-cta.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 6px;
    transition: all 0.4s ease !important;
}
.inline-cta:hover::after{
    background-image: url(images/icons/icon-arrow-inline-cta-blue.svg);
}
hr{
    border-top: 1px solid rgba(29, 29, 60, 0.10);
    margin: 40px 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}
.separator-line {
    height: 1px;
    width: 100%;
    background: var(--light-grey-3);
    margin-bottom: 50px;
}
.lightgrey{
    background: var(--light-grey-1);
}
.white{
    background: var(--white);
}
/*----------- Gravity Form Start -------------*/
body img.gform_ajax_spinner {
    width: 30px;
    padding-left: 5px;
    background: transparent;
    flex-shrink: 0;
}

.gform_wrapper.gravity-theme .gform_footer input+input{
    margin-left: 0px !important;
}
body .gform_wrapper.gravity-theme .gfield_label{
    color: var(--white);
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0 0 14px;
    font-weight: 700;
    transition: var(--transition);
}
body .gform_wrapper.gravity-theme .gfield_required{
    font-size: 16px;
    line-height: 21px;
    font-style: normal!important;
    color: var(--black) !important;
}
body .gform_wrapper input, body select, body textarea{
    background-color: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.20) !important;
    border-radius: 8px !important;
    color: var(--white);
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 11.5px 44px 11.5px 18px !important;
    font-family: var(--font-reddit);
    transition: var(--transition);
}
body .gform_wrapper.gravity-theme input::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
    color: rgba(29, 29, 60, 0.60)
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 138px;
    resize: none;
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 30px;
    grid-row-gap: 24px;
}
body select, select:focus{
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(images/icons/form-select-down-arrow.svg);
    background-repeat: no-repeat;
    outline: none;
    background-position: calc(100% - 18px) 55%;
    padding: 12.5px 44px 12.5px 18px !important;
    width: 100%;
    font-weight: 400;
}
body select option{
    color: var(--dark-blue) !important;
}
body .gform_wrapper .gform_footer input[type=submit]:focus{
    outline: none;
}
body .gform_wrapper .gform_footer .gform_button {
    -webkit-appearance: none;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 10px 18px !important;
    border-radius: 8px;
    transition: var(--transition);
    background: var(--white);
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 700;
    border: 2px solid var(--mid-blue) !important;
    color: var(--blue);
    display: inline-flex;
    text-decoration: none !important;
    width: 100%;
    cursor: pointer;
}
body .gform_wrapper .gform_footer .gform_button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #1870E3 0%, #BCD9FF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
body .gform_wrapper .gform_footer{
    background: var(--bg-gredient);
    position: relative;
}
body .gform_wrapper .gform_footer .gform_button:hover{
    background-color: var(--light-grey-2);
}

body .gfield_html{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0px;
    font-weight: 400;
}
body .gfield_html a + a{
    margin-left: 0px !important;
}
body .gfield_html a{
    text-decoration: underline;
}
body .gfield_html a:hover{
    color: var(--light-grey-3) !important;
}
.resource-download .gform_wrapper.gravity-theme .gform_footer{
    margin-top: -10px !important;
}
.contact-form .gform_wrapper.gravity-theme .gform_footer{
    margin-top: -10px !important;
}
.gform_wrapper.gravity-theme .gform_footer{
    position: relative;
    margin: 0px !important;
    padding: 24px 0px 0px 0px !important;
}
.gform_wrapper.gravity-theme .gform_footer input{
    margin-bottom: 0px !important;
}
body .gform_wrapper input:focus, body .gform_wrapper textarea:focus {
    outline: none;
    border: 2px solid #fff !important;
    background: rgba(255, 255, 255, 0.40);
}

body .gform_wrapper.gravity-theme .isvalue .gfield_label,body .gform_wrapper.gravity-theme .isvalue .gfield_label .gfield_required{
    color: var(--dark-purple) !important;
}
  
.ginput_container.ginput_container_multiselect {
    display: grid;
    position: relative;
    width: 100%;
}


.resource-download .privacy_terms{
    margin-top: -25px;
    margin-bottom: 0px;
}

.gform_wrapper .gform_validation_errors{
    display: none;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
    background: transparent !important;
    border: none !important;
    font-size: 16px !important;
    margin-top: 0px !important;
    padding: 10px 0px 0px 0px !important;
    font-weight: 500;
    line-height: 19px !important;
    color: #ff3c10 !important;
}
.gform_body .ginput_container_phone .instruction{
    display: none;
}
.gform_confirmation_message_2{
    color: var(--font-black);
    font-size: 20px;
    font-weight: 500;
}
.gform_required_legend{
    display: none;
}

.gform_confirmation_message {
    font-size: 18px;
    line-height: 22px;
    color: var(--blue) !important;
    text-align: center;
    background-color: var(--white);
    font-family: var(--font-mulish);
    font-weight: 700;
    padding: 12px;
    border-radius: 8px;
}
/*----------- Gravity Form End -------------*/

/*---------- Header Start -----------*/
header.site-header {
    position: relative;
    width: 100%;
    z-index: 99;
    /* margin-bottom: 20px; */
    transition: top 0.3s ease, background 0.3s ease, transform 0.3s ease; 
    background:rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.site-header.sticky {
    top: 0px;
    position: fixed;
    background: rgba(255, 255, 255, 0.70);
    animation: goDown 0.8s ease-in-out forwards;
}

.site-header.default {
    position: relative; 
    top: 0px; 
    animation: goUp 0.8s ease-in-out forwards; 
}
@keyframes goUp {
    0% {
        transform: translateY(-60px);
    }
    100% {
        transform: translateY(0px); 
    }
}
@keyframes goDown {
    0% {
        transform: translateY(-60px);
    }
    100% {
      transform: translateY(0px);
    }
  }

.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}
.header-right{
    display: flex;
    align-items: center;
}
.main-navigation ul{
    display: flex;
    list-style: none;
}
.main-navigation ul li a{
    font-size: 18px;
    line-height: 120%;;
    font-weight: 500;
    color: var(--dark-blue);
    transition: var(--transition);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding: 18px 0px;
    display: inline-block;
}
.slider-svg-path {
    touch-action: none;
    cursor: pointer;
    pointer-events: none;
}
.main-navigation ul li a:hover,.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a{
    font-weight: 700;
    border-bottom: 2px solid var(--blue);
    color: var(--blue);
}
.main-navigation ul li{
    margin-right: 40px;
}
.site-branding img {
    max-width: 182px;
}
.button-wrap{
    display: flex;
    align-items: center;
}

.lang-btn{
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}
.lang-btn a{
    color: var(--dark-blue);
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.6;
    font-size: 18px;
    line-height: 27px;
}

.lang-btn::before {
    background-image: url(images/icons/icon-language.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    position: relative;
    opacity: 0.6;
}
.lang-btn a:hover,.lang-btn:hover::before{
    opacity: 1;
}
.lang-btn:hover{
    color: var(--hover-text);
}

.button-wrap a + div.lang-btn{
    margin-left: 30px !important;
}
.mobile-menu-icon{
    display: none;
}
.header-right .button-wrap a + a{
    margin-left: 20px !important;
}
/*---------- Header End -----------*/

/*---------- Footer Start -----------*/
.social-media{
    display: flex;
    align-items: center;
}
.social-media p{
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 0px;
}
.social-media-wrap a{
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 30px;
    background: var(--light-grey-2);
    display: block;
}
.social-media-wrap a:hover{
    background: var(--light-blue);
}
.social-media-wrap a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.social-media-wrap a + a {
    margin-left: 0px !important;
}
.social-media-wrap a:not(:last-child){
    margin-right: 18px;
}
.social-media-wrap{
    display: flex;
    margin-left: 18px;
}
.site-footer{
    padding: 28px 0px;
}
.site-footer .row{
    align-items: center;
}
.footer-link ul{
    display: flex;
}
.footer-link ul li{
    list-style: none;
}
.footer-link a{
    font-size: 14px;
    line-height: 17px;
}
.footer-link ul li:not(:last-child){
    margin-right: 20px;
}
.footer-link a + a{
    margin-left: 0px !important;
}
.footer-link a:hover{
    color: var(--blue);
}
.copyright-text p{
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    margin-bottom: 0px;
}
.footer-link{
    display: flex;
    justify-content: center;
}
/*---------- Footer End -----------*/

/*---------- Footer CTA Start -----------*/
.footer-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #0D2443 0%, #1870E3 100%);
}

.footer-cta-text{
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 144px 0px;
}

.footer-cta-image {
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0px;
}

/* .footer-cta-image::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #0D2443 0%, #1870E3 100%);
    display: block;
    overflow: hidden;
} */

.footer-cta-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.footer-cta-text-wrap * {
    color: var(--white);
}
.footer-cta-text-wrap{
    max-width: 541px;
}
/*---------- Footer CTA End -----------*/

/*------ 404 Start -------*/

.error-404{
    position: relative;
    overflow: hidden;
}
.error-wrapper{
    max-width: 500px;
    padding: 250px 0px;
    margin: 0 auto;
    text-align: center;
}
.error-image{
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 54%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.error-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.error-404 .container{
    position: relative;
}
/*------ 404 End -------*/

.gradient-separator{
    background: linear-gradient(180deg, rgba(247, 249, 252, 0.00) 0%, #F7F9FC 100%);
    height: 100px;
}