body{
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.header{
    background: #fff;
   /* border-bottom: 1px solid #CCCCCC;*/
    position: relative;
    z-index: 991;
    font-size: 14px;
    color: #005EB8;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.05);
}
.brand img{
    display: block;
    width: 110px;
    height: auto;
}
.container{
    --bs-gutter-x: 30px;
}
.header .container{
    --bs-gutter-x: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /*padding-top: 16px;
    padding-bottom: 16px;*/
}

.header a{
    color: #005EB8;
    text-decoration: none !important;
}
.header ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header ul li{
    list-style: none;
}
.header .toggle-button{
    border: 0;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    outline: none !important;
    background: transparent;
    transition: background-color ease-in-out 300ms;
    position: relative;
    color: #005EB8;
	/*right: -10px;*/
}
.header .toggle-button span{
    display: none;
}
.header .toggle-button i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: opacity ease-in-out 300ms;
}

.header .toggle-button.toggle-search i:before {
	font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 400;
}
.header .toggle-search .fa-magnifying-glass,
.header .toggle-search .fa-search {
    opacity: 1;
}
.header.fx-open-search .toggle-search .fa-magnifying-glass,
.header.fx-open-search .toggle-search .fa-search {
    opacity: 0;
}
.header.fx-open-search .toggle-search .fa-xmark, 
.header.fx-open-search .toggle-search .fa-times {
    opacity: 1;
}
.header.fx-open-main-nav .toggle-nav .fa-bars{
    opacity: 0;
}
.header.fx-open-main-nav .toggle-nav .fa-xmark, 
.header.fx-open-search .toggle-search .fa-times {
    opacity: 1;
}
.header .toggle-nav .fa-bars{
    opacity: 1;
}
.header .toggle-search{
    font-size: 23px;
}
.header .toggle-nav{
    font-size: 21px;
}
.main-nav{
    display: flex;
    align-items: center;
}
.main-nav>ul>li>a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.main-nav h2{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #005EB8;
	
}
.main-nav .menu-item h3{
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #959595;
    letter-spacing: .05em;
	margin-bottom: 8px;
}

.main-nav .menu-item ul{
    display: flex;
    flex-flow: column wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.search-form{
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    z-index: 9;
    padding: calc(var(--bs-gutter-x)* .5);
    background: #F2F7FB;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease-in-out 300ms;
    will-change: opacity;
}
.fx-open-search .search-form{
    visibility: visible;
    opacity: 1;
}
.search-form .form{
    display: block;
    position: relative;
}
.search-form input[type=text]{
    border: 2px solid #005EB8;
    color: #005EB8;
    background: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 130px 0 18px;
    outline: none !important;
    height: 52px;
    border-radius: 31px;
    width: 100%;
}
.search-form input::placeholder{
    color: #A5C7E6;
}
.search-form button {
	box-shadow: none !important;
}
.search-form button[type=reset]{
    display: block;
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: 0;
    width: 23px;
    height: 23px;
    padding: 0;
    background: transparent url('/wp-content/themes/the-finlab/img/icons/icon-search-reset.svg') no-repeat center;
    background-size: 23px 23px;
}

.search-form button[type=reset] span{
    display: none;
}

.search-form button[type=reset]:hover {
	background-color: transparent;
}

.search-form button[type=submit]{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    background: #005EB8;
    border: 2px solid #005EB8;
    text-align: center;
    color: #fff;
    height: 36px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 18px;
    gap: 4px;
    line-height: 19px;
	font-weight: 400 !important;
	text-transform: unset !important; 
}
.search-form button[type=submit] span{
    position: relative;
    top: -1px;
}
.search-form button[type=submit] *{
    pointer-events: none;
}

.search-form button[type=submit] i:before {
	font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 400;
}

.main-nav .sub-menu .btn{
    border: 2px solid transparent;
    transition: all ease-in-out 200ms;
    will-change: auto;
    border-radius:999px;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    padding: 6px 20px;
	border-color: #005EB8;
	text-transform: inherit;
	letter-spacing: unset;
}
.btn-outline{
    border-color: #005EB8;
}


.main-nav .sub-menu{
    display: none;
}
/*noinspection CssUnresolvedCustomProperty*/
.main-nav>ul>li.menu-item-has-children>a:after{
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 400;
}

.logged-in .header .user-nav{
    display: none;
}

/*.footer{
    border-top: 1px solid #00000033;
}*/
.footer-copyright{
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 12px;
    line-height: 18px;
    color: #A7A8A9;
}
.footer-copyright ul{
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-copyright ul li {
	font-size:14px;
	line-height: 20px;
	list-style: none;
}		
.footer-copyright ul a{
    color: #005EB8;
    text-decoration: none;
	font-weight: 400;
}
.footer .menu{
    font-size: 14px;
    line-height: 20px;
}
.footer .menu a{
    color: #000000;
    text-decoration: none;
}
.footer .menu ul{
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-flow: column wrap;
    gap: 8px;
}
.footer .menu ul li {
	font-size: 14px;
	line-height: 20px;
	list-style: none;
}
.footer .menu .social-media-page{
    flex-flow: row wrap;
    column-gap: 24px;
    font-size: 24px;
    line-height: 24px;
}
.footer .menu h2{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #005EB8;
    margin-bottom: 15px;
}
.footer .menu h3{
    font-size: 12px;
	line-height: 12px;
    letter-spacing: .05em;
    color: #959595;
    font-weight: 700;
	margin-bottom: 10px;
}
.footer .menu ul li a {
	font-weight: 400;
}
.masthead{
    position: relative;
    background: #96c0ed;
}
.animation-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.animation-wrapper:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.masthead iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.masthead video{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.masthead .heading{
    padding-top: 35px;
    position: relative;
    z-index: 9;
}
.masthead .actions{
    position: relative;
    z-index: 9;
}
.masthead h1{
    font-size: 28px;
    line-height: 36px;
    font-weight: 900;
    color: #005EB8;
    margin-bottom: 10px;
}
.masthead p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 21px;
    color: #005EB8;
}

.masthead .actions .inner a i:before {
	font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 400;
}
.homepage .stats{
    display: grid;
    grid-template-columns: 1fr;
    background: #F1F1F1;
    border-radius: 10px;
    /*border: 1px solid #C1C1C2;*/
    padding: 11px 16px;
    gap: 30px 38px;
    position: relative;
    z-index: 9;
    transform: translateY(50%);
}

.homepage .stats .number,
.homepage .stats .caption {
	display: block;
}
.homepage .stats .caption{
	margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
	color: #005EB8;
}
.homepage .stats .number{
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
	color: #005EB8;
}

.homepage .stats .item{
    position: relative;
}
.homepage .stats .item:not(:last-child):after{
    content: '';
    position: absolute;
    bottom: -21px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #C1C1C2;
}


.masthead .actions .select-instruction,
.masthead .actions .selected-label{
    display: none;
}

.hl-slider-wrapper{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.marquee-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 15px;
}
.marquee-slider-wrapper{
    display: flex;
    position: relative;
}
.marquee-slider-slides-wrapper{
    display: flex;
    position: relative;

}
.marquee-slider-wrapper .item{
    width: 367px;
}

.home .hl-card{
    display: block;
    background: #F7F6FE;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #005EB8;
    position: relative;
    box-shadow: 0 4px 8px 0 #0000001A;
    transition: box-shadow ease-in-out 300ms;
    will-change: box-shadow;
}
.home .hl-card img{
    display: block;
    width: 100%;
    height: auto;
}
.home .hl-card .desc{
    padding: 22px 20px;
}
.home .hl-card .type{
    font-size: 14px;
    line-height: 20px;
    color: #005EB8;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}
.home .hl-card h3{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
	margin-bottom: 10px;
}
.home .hl-card p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .05em;
    margin-bottom: 1em;
}
.home .hl-card .meta{
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home .hl-card .date{
    color: #A0A0A0;
}
.home .hl-card .more{
    font-weight: 700;
    color: #005EB8;
    display: flex;
    align-items: center;
    gap: 8px;
}
.highlight .section-title{
    margin-bottom: 20px;
}
.highlight .social-widget{
    margin-bottom: 20px;
}
.section-title{
    font-size: 24px;
    line-height: 24px;
    color: #005EB8;
    font-weight: 300;
}
.social-widget{
    background: #4262FF;
    border-radius: 10px;
    color: #fff;
    padding: 13px 12px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.social-widget strong{
    font-weight: 800;
    margin-right: 8px;
}
.social-widget ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 23px;
    font-size: 20px;
}
.social-widget a{
    color: #fff;
}


.call-to-action{
    padding-top: 27px;
    padding-bottom: 51px;
}
.cta-box{
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
}
.cta-box img{
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    border-bottom-right-radius: 10px;
    z-index: 3;
}
.cta-box:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 87%;
    border-radius: 10px;
    background: #0082FF;
    z-index: 1;
}
.cta-box:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 87%;
    border-radius: 10px;
    background: linear-gradient(152.9deg, rgba(255, 255, 255, 0) 26.2%, rgba(255, 255, 255, 0.8) 98.53%);
    z-index: 1;
}
.cta-box .details{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
}
.cta-box h2{
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}
.cta-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cta-box ul li:not(:last-child){
    margin-bottom: 16px;
}
.cta-box a{
    display: inline-block;
    box-shadow: 0 4px 0 0 #C3D9ED;
    color: #0082FF;
    background: #F8F8FB;
    padding: 2px 14px;
    border-radius: 36px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .05em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.subscription{
    padding-bottom: 55px;
}
.subs-box{
    position: relative;
    background: #EDF5FE;
    border-radius: 10px;
    padding: 20px;
}
.subs-box img{
    position: absolute;
    max-width: 100%;
    height: auto;
    top: -20px;
    right: 0;
}
.subs-box h2{
    font-size: 18px;
    line-height: 24px;
    color: #005EB8;
    font-weight: 700;
    margin-bottom: 15px;
    max-width: calc(100% - 125px);
}
.subs-box p{
    font-size: 16px;
    line-height: 24px;
    color: #005EB8;
    margin-bottom: 15px;
    /*max-width: calc(100% - 125px);*/
}
.subs-box a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 15px;
    border-radius: 36px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
    height: 28px;
    background: #0082FF;
    box-shadow: 0 4px 0 0 #005BB2;
}

.search-form button[type=reset]{
    opacity: 0;
    visibility: hidden;
}
.search-form.active button[type=reset],
body.search-results .search-form button[type=reset]
{
    opacity: 1;
    visibility: visible;
}


#marquee-slider{
    display: none;
    padding-top: 8px;
    padding-bottom: 15px;
}
.marquee-item{
    flex: 0 0 282px ;
}

.menu-desktop{
    display: none;
}

@media(min-width: 1440px){
    .container{
        max-width: calc(1146px + 1.5rem)
    }
    /*.header .container{
        max-width: calc(1340px + 1.5rem) !important;
    }*/
    .homepage .stats .item{
        flex: 0 1 auto !important;
    }
}
@media(min-width: 1200px){
    /*.header .container{
        max-width: calc(1235px + 1.5rem);
        padding-top: 26px;
        padding-bottom: 26px;
    }*/
    .brand img{
        width: 150px;
    }
    .main-nav>ul{
        gap: 0 24px !important;
    }
    .header .main-nav>ul>li>a{
        font-size: 20px;
        line-height: 24px;
    }
    .header .header .user-nav ul li a{
        font-size: 16px;
    }
    .header .main-nav .sub-menu .menu{
        column-gap: 70px;
    }
    .header .main-nav .sub-menu{
        gap: 60px !important;
    }
    .header .main-nav .sub-menu .heading:after{
        right: -15px;
    }
    body .footer .footer-widget.fw-wide{
        flex: 0 1 55%;
        max-width: 55%;
    }
    .footer .footer-widget.fw-wide .item>div:nth-child(3){
        order: 2;
        width: 30%;
        flex: 0 1 30%;
    }
    .footer .footer-widget.fw-wide .item>div:nth-child(4){
        order: 4;
        width: 30%;
        flex: 0 1 30%;
    }
    .footer .footer-widget.fw-wide .item{
        /* justify-content: space-between; */
        column-gap: 60px;
        width: fit-content;
    }

    .homepage .stats{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 42px;
        padding: 23px 24px;
    }
    .homepage .stats:before, .homepage .stats:after{
        display: none;
    }
    .homepage .stats .item{
        flex: 0 1 22%;
    }
    .homepage .stats .item:after{
        content: '';
        position: absolute;
        top: 0 !important;
        right: -21px !important;
        height: 100% !important;
        width: 1px !important;
        background: #C1C1C2;
    }
    .homepage .stats .item:last-child:after{
        display: none;
    }
    .masthead .actions{
        max-width: 60%;
    }
    .masthead .heading {
        max-width: 55% !important;
    }
	.homepage .stats .item>h2{
        width: fit-content;
        margin: 0 auto;
    }
    .cta-box h2 br:first-child,
    .cta-box h2 br:nth-child(3)
    {
        display: none;
    }
    .cta-box .details{
        padding: 35px !important;
    }
    .cta-box h2{
        font-size: 40px !important;
        line-height: 48px !important;
        margin-bottom: 37px !important;
    }
    .cta-box a{
        font-size: 18px !important;
        line-height: 24px !important;
        padding: 8px 24px !important;
    }
    .cta-box:before, .cta-box:after{
        border-radius: 20px;
    }
    .cta-box img{
        border-bottom-right-radius: 20px
    }
    .main-nav h2{
        font-size: 36px !important;
        line-height: 48px !important;
    }
    .main-nav p{
        margin-bottom: 26px !important;
    }
    .main-nav>ul{
        column-gap: 24px;
    }
}
@media(min-width: 992px) and (max-width: 1200px){
    .footer .footer-widget.fw-wide .item>div{
        flex: 0 1 50%;
        max-width: 50%;
    }
}
@media(min-width: 992px){
    /*.header .container{
        padding-top: 26px;
        padding-bottom: 26px;
    }*/
    .brand img{
        display: block;
        width: 150px;
        height: auto;
    }
    .toggle-nav{
        display: none;
    }
    .btn-outline:hover{
        background: #005EB8;
        color: #fff;
    }
    .main-nav .btn-outline:hover{
        background: #005EB8 !important;
        color: #fff !important;
    }
    .header .user-nav ul{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .header .user-nav ul li a{
        display: flex;
        align-items: center;
        color: #005EB8;
        text-decoration: none;
        background: transparent;
        transition: background-color ease-in-out 300ms;
        line-height: 24px;
        padding: 6px 16px;
        border-radius: 36px;
        gap: 10px;
        border: 2px solid transparent;
        font-size: 14px;
        letter-spacing: .05em;
        font-weight: 600;
    }
    .header .user-nav ul li.signup-link a{
        border-color: #005EB8;
    }
    .header .user-nav ul li.login-link a:hover{
        background-color: #F2F7FB;
    }
    .header .user-nav ul li.signup-link a:hover{
        background-color: #005EB8;
        color: #fff;
    }

    .main-nav>ul{
        display: inline-flex;
        flex-flow: row wrap;
        gap: 0 14px;
        align-items: center;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .main-nav>ul>li>a{
        display: flex;
        align-items: center;
        color: #005EB8;
        text-decoration: none;
        background: transparent;
        transition: background-color ease-in-out 300ms;
        padding: 8px 24px;
        border-radius: 36px;
        gap: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .main-nav>ul li a:hover{
        background-color: #F2F7FB;
    }
    .header .toggle-button{
        width: 40px;
        height: 40px;
    }
    .header .toggle-button:hover{
        background-color: #F2F7FB;
    }

    .header p {
        font-size: 16px;
		line-height: 1.5;
    }
    .header .container .brand,
    .header .container .header .user-nav{
        flex: 0 1 24%;
    }
    .header .container .main-nav{
        /*flex: 0 1 57%;*/
        justify-content: center;
        column-gap: 24px;
    }
    .logged-in .header .container .main-nav{
        justify-content: flex-end;
    }
    .main-nav .sub-menu{
        position: absolute;
        width: calc(100% - var(--bs-gutter-x));
        left: calc(var(--bs-gutter-x)* .5);
        top: calc(100% + 15px);
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out 300ms;
        border: 2px solid #C2D8EE;
        border-radius: 20px;
        background: #F2F7FB;
        padding: 36px 44px;
        display: grid;
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 30px;
    }
    .main-nav .fx-open-sub-menu .sub-menu{
        opacity: 1;
        visibility: visible;
    }
    .main-nav .fx-open-sub-menu>a{
        background: #005EB8 !important;
        color: #fff !important;
    }
    .main-nav .sub-menu .heading{
        position: relative;
        padding-right: 15px;
    }
    .main-nav .sub-menu .heading:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background: #C2D8EE;
    }
    .main-nav .sub-menu .menu{
        display: flex;
        gap: 30px;
    }
    .main-nav .menu-item ul{
        gap: 8px;
    }
	.main-nav .menu-item ul li {
        font-size: 16px;
		line-height: 1.5;
    }
    .main-nav .menu-item ul:last-child{
        margin-bottom: 0;
    }
    .main-nav h2{
        font-size: 30px;
        margin-bottom: 16px;
    }
    .main-nav p{
        margin-bottom: 21px;
    }

    /* .footer .menu{
       padding-top: 48px;
        padding-bottom: 37px;
    }*/
    .footer-copyright{
        font-size: 14px;
        line-height: 24px;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
    }
    .footer-copyright .copyright{
        order: 1;
    }
    .footer-copyright ul{
        order: 2;
        justify-content: flex-end;
    }

    .footer .menu{
        display: flex;
        flex-flow: row wrap;
        column-gap: 30px;
        justify-content: space-between;
        color: #383838;
    }
    .footer .menu a{
        color: #383838;
    }
    .footer .footer-widget.fw-wide{
        flex: 0 1 45%;
        max-width: 45%;
        column-gap: 30px;

    }
    .footer .footer-widget.fw-wide .item>div:nth-child(1){
        order: 1;
    }
    .footer .footer-widget.fw-wide .item>div:nth-child(2){
        order: 3;
    }
    .footer .footer-widget.fw-wide .item>div:nth-child(3){
        order: 2;
    }
    .footer .footer-widget.fw-wide .item>div:nth-child(4){
        order: 4;
    }
    .footer .footer-widget .item{
        display: flex;
        flex-flow: row wrap;
    }
    .main-nav>ul>li>a{
        font-weight: 400;
    }

    .masthead .heading{
        padding-top: 48px;
        max-width: 73%;
    }
    .masthead h1 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 20px;
    }
    .masthead p {
        font-size: 20px;
        line-height: 28px;
        max-width: 80%;
        margin-bottom: 34px;
    }

    .homepage .stats .caption{
        font-size: 16px;
        line-height: 24px;
    }
    .homepage .stats .item{
        position: relative;
    }

    .masthead .actions .inner{
        display: flex;
        flex-flow: row wrap;
        gap: 20px 13px;
        margin-bottom: 16px;
    }
    .masthead .actions a{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 48px;
        padding: 0 20px;
        font-size: 20px;
        line-height: 28px;
        gap: 10px;
        font-weight: 500;
        text-decoration: none;
        border: 2px solid #005EB8;
        background: #E9EDFF80;
        border-radius: 24px;
        color: #005EB8;
        transition: background-color ease-in-out 300ms;
        will-change: background-color;
    }
    .masthead .actions a:hover{
        background: #f3f4fc;
    }

    .masthead:after{
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.465) 32.5%, rgba(255, 255, 255, 0.320333) 65%, rgba(255, 255, 255, 0) 100%);
    }
    .masthead:before{
        content: '';
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 231px;
        background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.79) 36.5%, rgba(255, 255, 255, 0.456606) 70.5%, rgba(255, 255, 255, 0) 100%);
    }

    .social-widget{
        width: 446px;
        max-width: 100%;
        margin-left: auto;
        margin-right: 0;
        font-size: 20px;
        gap: 38px;
        padding: 15px 30px;
        border-radius: 18px;
    }
    .social-widget ul{
        font-size: 28px;
        gap: 32px;
    }
    .highlight .section-title{
        margin-bottom: 30px;
        font-size: 34px;
        line-height: 1.125;
    }
    .highlight .social-widget{
        margin-bottom: 30px;
    }

    .call-to-action{
        padding-bottom: 83px;
        padding-top: 83px;
    }
    .cta-box h2{
        font-size: 30px;
        line-height: 38px;
        font-weight: 900;
        margin-bottom: 16px;
    }
    .cta-box a{
        font-size: 14px;
        line-height: 20px;
        padding: 6px 24px;
        transition: background-color ease-in-out 300ms, box-shadow ease-in-out 300ms;
        will-change: background-color, box-shadow;
    }
    .cta-box a:hover{
        background: #E1E7F0;
        box-shadow: 0 4px 0 0 #C3D9ED;
    }

    .subscription{
        padding-bottom: 88px;
    }
    .subs-box{
        padding: 36px 36px 36px 320px;
        border-radius: 20px;
    }
    .subs-box img {
        top: -40px;
        right: auto;
        left: 3%;
    }
    .subs-box h2{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 9px;
    }
    .subs-box p{
        font-size: 20px;
        line-height: 32px;
    }
    .subs-box a{
        height: 40px;
        border-radius: 36px;
        font-size: 18px;
        line-height: 24px;
        padding-left: 24px;
        padding-right: 24px;
        transition: background-color ease-in-out 300ms, box-shadow ease-in-out 300ms;
        will-change: background-color, box-shadow;
    }
    .subs-box a:hover{
        background-color: #005EB8;
        box-shadow: 0 4px 0 0 #005bb2;
    }

    .header .search-form{
        width: calc(100% - var(--bs-gutter-x));
        left: calc(var(--bs-gutter-x)* .5);
        top: calc(100% + 15px);
        border: 2px solid #C2D8EE;
        border-radius: 20px;
        background: #F2F7FB;
        padding: 32px 44px;
    }
    .header .search-form input[type=text]{
        height: 62px;
        padding-left: 33px;
        font-size: 24px;
        line-height: 32px;
        padding-right: 195px;
    }
    .header .search-form button[type=submit]{
        height: 46px;
        padding-left: 26px;
        padding-right: 26px;
        font-size: 20px;
        border-radius: 23px;
        right: 55px;
    }
    .header .search-form button[type=reset]{
        right: 205px;
    }
    .header .toggle-search{
        border-radius: 23px;
    }
    .header.fx-open-search .toggle-search{
        background: #005EB8;
        color: #fff;
    }
    .main-nav .sub-menu .btn{
        padding: 6px 20px;
        font-size: 16px;
        line-height: 28px;
    }
    .highlight .row{
        align-items: center;
    }
    .masthead iframe{
        display: none;
    }
    .masthead video{
        display: block;
    }
    .menu-mobile{
        display: none !important;
    }
    .menu-desktop{
        display: block;
    }
}
@media(min-width: 768px){
    #marquee-slider{
        display: block;
    }
    .hl-slider-wrapper{
        display: none;
    }
    .marquee-item{
        flex: 0 0 367px ;
    }
    .home .hl-card{
        border-radius: 20px;
    }
    .home .hl-card:hover{
        box-shadow: 0px 8px 12px 0px #0000001A;
    }
    .home .hl-card .desc{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity ease-in-out 300ms;
        will-change: opacity;
        background: #F7F6FE;
        border-radius: 20px;
        padding: 25px 20px;
    }
    .home .hl-card .desc .text{
        position: relative;
        height: calc(100% - 25px);
        overflow: hidden;
    }
    .home .hl-card .desc .text:after{
        content: '';
        position: absolute;
        bottom: 0;
        height: 35%;
        width: 100%;
        left: 0;
        z-index: 1;
        opacity: 0.8;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(251,250,254,1) 80%, rgba(247,246,254,1) 100%);
    }
    .home .hl-card:hover .desc{
        opacity: 1;
        visibility: visible;
    }
    .home .hl-card .meta{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px 20px;
        background: #F7F6FE;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        z-index: 3;
    }
    .swiper-wrapper{
        -webkit-transition-timing-function: linear !important;
        -o-transition-timing-function: linear !important;
        transition-timing-function: linear !important;
    }
}
@media(max-width: 991px){
    .container{
        max-width: 100%;
    }
    .header .user-nav{
        display: none !important;
    }

    .main-nav>ul{
        position: absolute;
        top: calc(100% + 11px);
        left: 0;
        width: 100%;
        z-index: 9;
        background: #fff;
        visibility: hidden;
        transition: opacity ease-in-out 300ms;
        will-change: opacity;
        opacity: 0;
    }
    .header.fx-open-main-nav .main-nav>ul{
        visibility: visible;
        opacity: 1;
    }
    .main-nav>ul>li.menu-item-has-children.fx-open-sub-menu>a:after{
        content: "\f077";
    }
    .main-nav>ul>li.fx-open-sub-menu>a{
        background: #005EB817;
    }
    .main-nav>ul>li>a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #F2F7FB;
        padding: 12px 15px;
    }
    .menu-item-has-children .sub-menu{
        background: #005EB817;
    }
    .main-nav h2{
        display: none;
    }
    .main-nav .sub-menu{
        display: none;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 1px;
    }
    .fx-open-sub-menu>.sub-menu{
        display: block;
    }
    .main-nav .sub-menu .heading{
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #C2D8EE;
    }
    .main-nav h3{
        margin-bottom: 14px;
    }
    .footer-widget .item{
        background: #F2F4F8;
        padding-right: calc(.5* var(--bs-gutter-x));
        padding-left: calc(.5* var(--bs-gutter-x));
        padding-bottom: 12px;
        display: none;
    }
    .footer-widget.fx-open-footer-item .item{
        display: block;
    }
    .footer .menu{
        margin-right: calc(-.5* var(--bs-gutter-x));
        margin-left: calc(-.5* var(--bs-gutter-x));
    }
    .footer .menu h2{
        margin-bottom: 0;
        padding: 12px calc(.5 * var(--bs-gutter-x));
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    /*noinspection CssUnresolvedCustomProperty*/
    .footer .menu h2:after{
        content: "\f107";
        font-family: "Font Awesome 6 Pro";
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-weight: 400;
    }
    .footer .footer-widget.fx-open-footer-item h2:after{
        content: "\f077";
    }
    .footer .footer-widget.fx-open-footer-item h2{
        background: #F2F4F8;
    }
    .footer .menu .item>div:last-child ul{
        margin-bottom: 16px;
    }

    .masthead:after{
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.465) 32.5%, rgba(255, 255, 255, 0.320333) 65%, rgba(255, 255, 255, 0) 100%);
    }
    .masthead:before{
        content: '';
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.79) 45.5%, rgba(255, 255, 255, 0.456606) 80%, rgba(255, 255, 255, 0) 100%);
    }

    .masthead .heading{
        max-width: 100%;
        width: 345px;
    }

    .masthead .actions{
        position: relative;
        border: 2px solid #005EB8;
        background: #E9EDFFCC;
        border-radius: 24px;
    }

    /*noinspection CssUnresolvedCustomProperty*/
    .masthead .actions:before{
        position: absolute;
        top: 9px;
        right: 20px;
        z-index: -1;
        content: "\f107";
        font-family: "Font Awesome 6 Pro";
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-weight: 400;
        font-size: 28px;
        color: #005EB8;
    }
    .masthead .actions.fx-open-masthead-nav:before{
        content: "\f077";
    }
    .masthead .actions .inner{
        max-height: 286px;
        overflow: auto;
        flex-flow: column;
        gap: 15px;
        display: none;
        padding-bottom: 15px;
    }
    .masthead .actions a{
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        height: 28px;
        text-decoration: none;
        font-size: 16px;
        line-height: 28px;
        color: #005EB8;
        font-weight: 500;
        padding-left: 20px;
        padding-right: 20px;
    }
    .masthead .selected-label{
        display: block !important;
        height: 44px;
        position: relative;
    }
    .masthead .selected-label a{
        height: 44px;
        padding: 0 20px;
    }
    .masthead .select-instruction{
        position: absolute;
        display: flex !important;
        align-items: center;
        height: 44px;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0 20px;
        color: #005EB880;
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
        visibility: hidden;
        z-index: 1;
    }
    .masthead .actions.fx-open-masthead-nav .select-instruction{
        visibility: visible;
    }
    .masthead .actions.fx-open-masthead-nav .selected-label{
        opacity: 0;
        z-index: 9;
    }
    .masthead .actions.fx-open-masthead-nav .inner{
        display: flex;
    }

    .action-wrapper{
        min-height: 335px;
    }

    .marquee-slider .desc{
        display: none;
    }
    .home .hl-card.fancybox__content{
        padding: 0;
        outline: none !important;
        max-width: 345px;
        margin: 20px auto;
        background: #F7F6FE;
        border: 0 !important;
    }
    .toggle-nav .fa-xmark{
        font-size: 1.4em;
    }
    .toggle-search .fa-xmark {
        font-size: 1.1em;
    }
}
@media(max-width: 767px){
    .home .hl-card.fancybox__content{
        max-height: 90vh;
        overflow: auto;
    }
    .footer .menu ul{
        gap: 16px;
    }
	.hl-slider-wrapper{
        padding-left: 15px;
    }

    .marquee-item{
        flex: 0 0 250px;
    }
}
@media(max-width: 375px){
    .action-wrapper {
        min-height: 154px;
    }
    .cta-box h2{
        margin-bottom: 55px;
    }
}

.hl-card.fancybox__content .f-button.is-close-btn {
	background-color: rgba(0, 0, 0, 0.5);
	padding: unset;
	box-shadow: unset;
}

/*Footer Logo*/
.footer .footer-brand {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer .footer-brand {
    margin-bottom: 4rem;
  }
}

.footer .footer-brand img {
  height: 3rem;
}

@media (min-width: 768px) {
  .footer .footer-brand img {
    height: 4.8rem;
  }
}
