.tab-panel-wrap {
    position: relative;
    overflow: hidden;
}
.headerSectionInner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}
.megaMenuItemWrapperIMG,
.menu-img-cards-wrap{
    padding: 16px;
    border-radius: 12px;
    background: #F1F2F2;
}
.menu-img-card-title{
    font-size:18px !important;
    line-height:1.3 !important;
    color:#252526 !important;
    font-weight:500 !important;
}
.menu-img-cards-wrap {
    display: flex;
    flex-flow: column;
    gap: 12px;
}
.menu-img-card-link-text a{
    font-size:14px !important;
    line-height:1.2 !important;
    color:#252526 !important;
    font-weight:500 !important;
    position:relative;
    padding-bottom:2px !important;
}
.menu-img-card-link-text a:before{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:1px;
    background:#252526;
}
.menu-img-card-img-wrap img{
    display:block;
    width:100%;
    aspect-ratio:2/1;
    border-radius:12px;
    object-fit:cover;
}
.for-desk-link a{
    color:#252526 !important;
    font-size:16px !important;
    line-height:1.3 !important;
    font-weight:500 !important;
}
.megaMenuItemWrapperImg-wrap img{
    display: block;
    max-width: 100%;
    object-fit: contain;
}
.submenu.level-1 > li.has-submenu > a{
    color: #4E5665;
    font-size: 16px;
    font-weight: 500;
}
label.menu-arrow {
    display: none;
}
.submenu.level-1 > li.menuParent a:focus,
.submenu.level-1 > li.menuParent a:focus-visible{text-decoration:none !important;}
.meg-menu-cards-link{
    padding: 4px 0 !important;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}
.meg-menu-cards-link svg{
    fill:none;
    width:14px;
    height:14px;
    display:block;
    object-fit:contain;
}
.tab-btn-bottom-btn .btn-primary.small{padding:13px 24px !important;width:100%;display:flex;gap:10px;align-items:center;justify-content:center;}
.tab-btn-bottom-btn .btn-primary.small:before,
.tab-btn-bottom-btn .btn-primary.small:after{display:none !important;}
.tab-btn-bottom-btn .btn-primary.small svg{fill:none;}
.headerLanguageCurrent {
    height: 80px;
    transition:all 0.3s ease-in-out;
}
.headerLanguageCurrent:hover{
    background: var(--brand_blue_50);
}
.mwb-lang-switcher.lang-open .headerLanguageCurrent:hover{
    background: var(--brand_greyscale_0);
}
a.lang_switcher_link img {
    width: 24px;
    height: 17px;
    aspect-ratio: 24 / 17;
    display: block;
}
.card-icn-title .link-icon{display:none;}
.headerSection{border-bottom:1px solid var(--brand_greyscale_900);}
.slide-title {
    margin-top: 32px;
}
.card-icon-sec{display:none;}
.for-mob .link-tag{display:none;}
.menu-col-btn.mob-btn-col,
.megaMenuColumnBody-icon .card-icn-title{
    display:none;
}
.menu-col-btn.mob-btn-col .btn-primary.small{
    padding:9px 9.5px !important;
}
.menu-col-btn.mob-btn-col .btn-primary.small:before,
.menu-col-btn.mob-btn-col .btn-primary.small:after{display:none !important;}
.tab-banner-mob-des{
    display:none;
    margin-top:40px;
    text-align: center;
}
.sec-btn .button,
.firs-btn .button-2{padding:8px 24px;}
.tab-banner-right-wrap ul{
    margin:0 0 0 0;
    padding:0 0 0 30px;
    list-style:none;
    display:flex;
    flex-flow:column;
    gap:23px;
}
.tab-banner-right-wrap ul li{
    padding:0 0 0 20px !important;
    position:relative;
}
.tab-banner-left-subtitle {
    text-align: center;
}
.mwb-lang-switcher {
    position: relative;
}

.mwb-lang-switcher:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background: #000000;
    opacity: 0;
}
.mwb-lang-switcher.lang-open:before{opacity:1;}
.tab-banner-right-wrap ul li:before{
    content:'';
    position:absolute;
    top:5px;
    left:0px;
    width:16px;
    height:16px;
    display:block;
    background-position:center !important;
    background-size:contain !important;
    background-repeat:no-repeat !important;
    background:url(https://145915907.fs1.hubspotusercontent-eu1.net/hubfs/145915907/banner-list-icon.svg);
}
/* .tabs-content.tab_content_banner{padding:24px 40px !important;} */

.tab-banner-block-row{display:flex;align-items:center;}
.tab-banner-block-left-col,
.tab-banner-block-right-col{flex:1;}
.tab-banner-left-wrap{
    padding:0 15px;
}
.tab-banner-btns{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:12px;
}
.tab-banner-sign-in a{

    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22.4px;
    letter-spacing: 1%;
    display:flex;
    align-items:center;
    gap:4px;
}
.sign-in-icon{width:17px;height:17px;}
.sign-in-icon svg{width:100%;height:100% !important;display:block;object-fit:contain;}
.tab-banner-button a{

    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 22.4px;
    letter-spacing: 1%;
}
.tab-banner-btns{margin-top:48px;}
.tab-banner-left-title{margin-top:16px;text-align:center;line-height:140% !important;}
.tab-banner-left-logo{
    height:28px;
}
.tab-banner-left-logo img{
    width:100%;
    height:100% !important;
    display:block;
    object-fit:contain;
}
.tab-banner-block{
    padding:40px 16px 40px 16px;
    border-radius:6px;
    background:var(--brand_green_300);
}
.bottom-card-block{padding-bottom:24px;padding-left:52px;padding-right:52px;}
.bottom-card-wrap {
    display: flex;
    align-items: center;
}
.bottom-card-text-col{padding:10px 24px;}
.bottom-card-title{

    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.61px;
    color:#262626;
}
.in-mob-device{
    display:none;
    font-size: var(--M_20_T3) !important;
    font-weight: 500 !important;
}
.icon-list-bottom-btn-wrap {
    margin-top: 24px;
    text-align:center;
}

.bottom-card-link a{
    margin-top:4px;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 160%;
    color:#1834D4;
    display:flex;
    align-items:center;
    gap:4px;
}
.bottom-card-sec{
    border-radius:6px;
    overflow:hidden;
    background:#ffffff;
}
.bottom-card-img img{
    width:100%;
    display:block;
    object-fit:cover;
}
.mega-menu-strip-wrap{
    padding-bottom:24px;
    padding-top:16px;
}
.icon-list-sec-btn{margin-top:30px !important;}
.icon-list-sec-wrap ul{margin:0 0 0 0;padding:0 0 0 0;list-style:none;display:flex;flex-flow:column;gap:16px;}
.icon-list-sec-wrap ul li{padding:0 0 0 0 !important;}
.icon-list-sec-wrap :where(p, span, small, div):last-child,
.icon-list-sec-wrap :where(p, span, small, div):last-child span{margin:0 0 0 0;}
.strip-content-sec :where(p, span, small, div):last-child,
.strip-content-sec :where(p, span, small, div):last-child span{margin:0 0 0 0;}
.strip-icon{
    width:20px;
    height:20px;
}
.strip-icon img{
    width:100%;
    display:block;
    object-fit:contain;
    height:100% !important;
}
.strip-content-btn{padding-left:24px;}
.strip-content-btn a{

    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 160%;
    display:flex;
    align-items:center;
    gap:4px;
    color:#1834D4;
}
.mega-menu-strip-sec{
    border-radius:6px;
    padding:8px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.icon-list-or-card-row{
    display:flex;
    flex-wrap:wrap;
    margin-left:-16px;
    margin-right:-16px;
    justify-content: space-between;
}
.icon-list-or-card-col{
    padding:0 16px;
}
.icon-card-img-block img{
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    display:block;
    aspect-ratio: 2 / 1;
}
.icon-list-or-card-sec {
    padding: 0 0px;
}
.icon-card-tag{
    background:var(--alt_orange_400);
    padding:2px 8px;
    border-radius:2px;
    color:var(--brand_greyscale_900);
    font-weight: 600;
    font-size: 10px;
    line-height: 160%;
    letter-spacing: 0.44px;
    text-transform: uppercase;
}
.icon-card-tag-date{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:16px;
    margin-top:16px;
}
.icon-card-date{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top:16px;
} 
.icon-card-date svg{
    fill:none;
}
.icon-card-title-sec{
    line-height: 140%;
    margin-top:16px;
}
.icon-card-link-sec{margin-top:16px;}
.icon-card-link-sec a{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:4px;
}
.icon-list-sec-btn a{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:4px;
}
.icon-card-link-icon svg,
.icon-list-sec-btn a svg{
    height:16px;
    width:16px;
    display:block;
    margin-top: 2px;
    object-fit:contain;
}
.tab-bottom-btn-icon svg{
    height:25px;
    width:25px;
    display:block;
    object-fit:contain;
}
.tab-btn-bottom-btn .button{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.tab-btn-bottom-btn .button:hover .tab-bottom-btn-icon svg path{fill:#314CE8;}
.tab-card-logo{margin-top:16px;display: flex;align-items: center;flex-wrap: wrap;gap: 20px;}
.tab-card-logo img{height:18px !important;display:block;object-fit:contain;}
.megaMenuColumn {padding-top:0px !important;padding-bottom:0px !important;}
.tab-menu-left {
    flex: 0 0 28%;
    max-width: 28%;
    border-right: 1px solid #E2E2E2;
}

.tab-menu-right {
    flex: 0 0 72%;
    max-width: 72%;
    background: #F9F9F9;
    position: relative;
}

.tab-menu-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -300%;
    bottom: 0;
    background: #F9F9F9;
    z-index: -1;
}
.megaMenuColumnBody-row {
    display: flex;
    gap: 20px;
    width: 100%;
}
.megaMenuColumnBody-icon-img{
    width:56px;
    height:56px;
}
.megaMenuColumnBody-icon-img img{
    width:100%;
    height:100% !important;
    display:block;
    object-fit:contain;
}
.tabs-content {
    padding: 64px 16px 64px 64px;
}
.icon-card-link-icon svg path,
.icon-list-sec-btn a svg path{
    fill:var(--brand_greyscale_900);
}
.link-tag{
    background:var(--alt_orange_400);
    color:var(--brand_greyscale_900);
    border-radius: 2px;
    padding-top: 1px;
    padding-right: 6px;
    padding-bottom: 0px;
    width: max-content;
    padding-left: 6px;
    margin-left:8px;
}
.menu-col-btn{margin-top:24px;}
.menu-col-btn .button{font-size:14px !important;font-weight:600 !important;}
.link-sec {
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-links-wrap {
    display: flex;
    flex-flow: column;
    gap: 12px;
    margin-top: 0px;
}

.for-desk-link a:hover{
    color:#216C59 !important;
}

.menu-link-title{
    color:#727777 !important;
    font-size:14px !important;
    font-weight:500 !important;
    line-height:1.28 !important;
}


.link-sec a{
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0px 0px !important;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
.link-sec a:hover{
    background:var(--brand_blue_50);
}
/* .link-sec a:active,
.link-sec a:focus,
.link-sec a:focus-visible{
background:var(--brand_blue_50);
} */
.link-icon svg path{fill:var(--brand_greyscale_900);}
.link-icon svg{
    width:14px;
    height:14px;
    display:block;
}
.meg-menu-bottom-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.bottom-link-wrap a{
    font-size: 16px !important;
    color: #404040 !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    transition:all 0.3s ease-in-out;
    padding: 18px 16px 16px 16px !important;
}

.bottom-link-wrap a:hover{
    background: #F8F8F8;
    border-radius: 8px;
}

.link-img-sec img{
    height: auto;
    max-width: 100%;
    width: 25px;
}

.tab-content{
    display: none;
    background: #ededed;
    padding: 15px;
}

.for-mobile-dev{display:none;}

.tab-content.current{
    display: inherit;
}
.tab-panel {
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
    transition: left 0.4s ease;
    opacity: 0;
    pointer-events: none;
}

.tab-panel.active {
    left: 0;
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.tab-panel.previous {
    left: -100%;
    opacity: 0;
    pointer-events: none;
}



.tab-content-title{
    color: #A4A4A4;
    font-weight: 400;
    font-size: 14px;
    margin-bottom:16px;
}
.tab-wrap.for-mobile {
    display: none;
}
.for-mobile-list{display:none !important;}
.submenu-header{display:none;}
{

    border-radius: 24px;

    width: 95% !important;
    margin: auto;
    right: 0;
    top:0px !important;

}

header.headerSection.headerSticky .megaMenu:before{
    top: -42.56px;
    height:50px;
}

header.headerSection.headerSticky .white-space{display:none;}
header.headerSection.headerSticky nav.navigation-primary{
    background:none;
    backdrop-filter:unset;
    padding:0;
    box-shadow:none;
    position: relative;
}

.lang_list_class li a{
    font-size:var(--R_14_secondary_text) !important;
    color:var(--brand_greyscale_900) !important;
}

header.headerSection.headerSticky .navigation-primary .level-1 > li > a{
    color:var(--brand_greyscale_900) !important;
}

header.headerSection.headerSticky span.menu-arrow-icon {
    border-bottom: 1px solid var(--brand_greyscale_900);
    border-right: 1px solid var(--brand_greyscale_900);
}
.headerOutter .headerSection.isMegaMenuEnable.headerSticky .container.top-container {
    background: var(--brand_greyscale_0);
}

span.menu-arrow-icon {
    border-bottom: 1px solid var(--brand_greyscale_900);
    border-right: 1px solid var(--brand_greyscale_900);
    content: "";
    cursor: pointer;
    display: block;
    height: 8px;
    position: relative;
    right: 0;
    top: -2px;
    width: 8px;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.submenu.level-1 > li.menuParent:hover span.menu-arrow-icon {
    transform: rotate(226deg);
    top:3px;
}
.megaMenuInner {
    background: #ffffff;
    border: 1px solid var(--Grey-10, #F1F2F2);
    box-shadow: 0px 0px 40px 0px #0000001A;
    border-radius: 16px;
    padding: 16px;
}

.column-border .megaMenuColumnBody{border-left: 1px solid #E2E2E2;padding-left:40px;}


.megaMenu:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    height: 22px;
    z-index:9999;
    background: transparent;
}

.tab-card-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.tab-card-block {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 16px;
}
.tab-card-title-sec{
    margin-top:16px !important;
}
.tab-card-des-sec :where(p, span, small, div):last-child,
.tab-card-des-sec :where(p, span, small, div):last-child span{
    margin:0 0 0 0;
}

.tab-card-img-wrap img{
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    display:block;
    aspect-ratio: 2 / 1.3;
}

.simple-btn-icon svg{
    width:16px;
    height:16px;
    display:block;
    object-fit:contain;
}

.tab-list-siimple-btn a{
    color: #404040 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding-left: 14px !important;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 16px;
}

.tab-menu-wrap ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 8px;
}
.tab-content-rich-text img{width:100% !important;display:block;margin-bottom:11px;}
.tab-content-rich-text :where(p){margin-bottom:8px;}
.tab-content-rich-text :where(p, span, small, div):last-child,
.tab-content-rich-text :where(p, span, small, div):last-child span{margin:0 0 0 0;}
.tab-list-title{
    font-weight: 500;
    font-size: 14px;
    color: #747474;
    margin-bottom:16px;
    padding-left:14px;
    display:none;
}
.tab-menu-wrap ul li{padding:0px !important;}
.tab-menu-wrap ul li a{display:block;transition:all 0.3s ease-in-out;border-radius:4px;}
.tab-menu-wrap ul li a .tab-menu-btn-text{
    padding: 17px 16px;
    border-radius:4px;
    transition:all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-weight:400 !important;
}
.tab-menu-wrap ul li a{font-weight:400;}
.tab-menu-wrap ul li a:hover{background: var(--brand_blue_50);font-weight:500 !important;}
.tab-menu-wrap ul li.active a{background: var(--brand_blue_50);font-weight:500 !important;}
.tab-menu-wrap ul li.active a .tab-menu-btn-text{font-weight:500 !important;}
.tab-menu-wrap ul li a:hover .tab-menu-btn-text,
.tab-menu-wrap ul li.active a .tab-menu-btn-text{
    color:var(--brand_greyscale_900);
}

.tab-btn-text-icon{
    opacity:0;
    transition:all 0.3s ease-in-out;
}

.tab-menu-wrap ul li a:hover .tab-btn-text-icon,
.tab-menu-wrap ul li.active a .tab-btn-text-icon{opacity:1;}

.tab-menu-wrap ul li.active a:focus{text-decoration: none;}

.tab-btn-text-icon svg{
    width:15px;
    height:15px;
    display:block;
    fill:none;
    object-fit:contain;
}

.tab-list-icon-img{
    width:24px;
    height:24px;
}

.tab-list-icon-img img{
    width:100%;
    height:100% !important;
    display:block;
    object-fit:contain;
}

.tab-list-title-text{
    display: flex;
    align-items: center;
    gap: 8px;
}

.title-icon-img svg{
    width:20px;
    height:20px;
    display:block;
    object-fit:contain;
}

.tab-list-title-des {
    margin-top: 5px;
}
.tab-list-title-des :where(p, span, small, div):last-child,
.tab-list-title-des :where(p, span, small, div):last-child span{margin:0 0 0 0;}
.tab-list-title-des :where(p, span, small, div){

    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color:#737373;
}
.tab-btn-bottom-btn{margin-top:24px;}
.tab-content-card-btn{margin-top: 24px;text-align: center;}
.tab-btn-bottom-btn .button,
.tab-content-card-btn .button{padding:14px;font-size:14px !important;}
.tab-menu-wrap {
    height: 100%;
    display: flex;
    flex-flow: column;
    padding-right:24px;
    padding-top:64px;
    padding-bottom:64px;
}

/* .tabs-content {
padding-left: 30px;
} */
.lang_list_class li:first-child{
    padding-top:0px !important;
}
.lang_list_class li:last-child{
    padding-bottom:0px !important;
}
.lang_list_class li:last-child a{
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
}
.lang_list_class li a{
    transition:all 0.3s ease-in-out;
}
.lang_list_class li a:hover{
    background:var(--brand_blue_50);
    font-weight:500 !important;
}
.lang_list_class li a:focus{
    outline:none !important;
    background:var(--brand_blue_100);
    font-weight:600 !important;
}
.tab-menu-sec {
    margin-left: -16px;
    margin-right: -16px;
    position:relative;
    z-index:3;
}
.tab-menu-row {
    display: flex;
}

.tab-list-sec a {
    border-radius: 0px;
    background: transparent;
    display: flex;
    gap: 10px;
    transition: all 0.3s ease-in-out;
    padding: 0px !important;
}

.content-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
    gap: 32px 0;
    justify-content: space-between;
}


.content-col-one{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 8px;
}
.content-col-two {
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0 8px;
}
.content-col-three {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 8px;
}
.headerOutter .container.top-container{
    padding-top: 0px;
    padding-bottom: 0px;
}

.col-border{
    border-right: 1px solid #0000001A
}

.col-border .megaMenuColumnBody{padding-right:40px;}
.padding-left .megaMenuColumnBody{padding-left:40px;}

.megaMenuList .list-title {
    font-size: 16px;
    color: #404040;
    transition: all 0.3s ease-in-out;
}

.megaMenuItemListRow+.megaMenuItemListRow {
    transition: all 0.3s ease-in-out;
}

.megaMenuItemListRow:hover {
    background: #EDF8EF;
    border-radius: 12px;
}
.megaMenuItemListRow {
    padding: 16px;
    transition: all 0.3s ease-in-out;
}

.megaMenuItemWrapperList a:hover .list-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    background: linear-gradient(93.39deg, #2CA1CE 1.93%, #139A9F 79.13%);
}

.megaMenuList .list-des {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
}

.megaMenuItemListRow>a {
    display: flex;
    gap: 12px;
}

.bg-change{background:#ffffff !important;}

.card-icon-des{margin-top:8px;    font-weight: 400;}

.unset-position{position:unset !important;}

.meg-menu-cards {
    transition:all 0.3s ease-in-out;
}
.meg-menu-cards:hover {

}
/* .card-icon-sec {
width: 32px;
height: 32px;
}
*/
.bottom-sec-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-icon-title {
    display: flex;
    gap: 0px;
    align-items: center;
}

.card-icon-sec img {
    max-width:100%;
    display: block;
    object-fit: contain;
}

.bottom-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
}

.card-icn-title {
    color:var(--brand_greyscale_900);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.25%;
}

.card-icn-title svg {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
}

.white-space {
    position: absolute;
    left: -16px;
    top: -21px;
    width: 213px;
    z-index: -1;
}

.white-space:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 30px;
    background: #ffffff;
    content: '';
}

.white-space img {
    width: 100%;
}

.header-btn-block{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-left:24px;
}
.headerParent.for-desk {
    padding: 0px 20px;
    margin-top: 16px;
    border: 1px solid #F1F2F2;
    border-radius: 16px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background: #ffffff;
    min-height: 36px;
}
.header-btn-block .sec-btn .button{
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    font-size: 16px;
    line-height: 115%;
    border-radius: 12px;
}

.header-btn-block .firs-btn a.login_cta {
    padding: 0 0px 0 0;
    color: #040F24;
    font-weight: 600;
}

/* .sec-btn .button{
border: none;
backdrop-filter: blur(40px);
border-radius: 100px;
color: rgba(0, 0, 0, 1.0);
} */

nav.navigation-primary ul li{
    padding: 20px 12px ;
}
.card-icon-des{
    color:#737373;

    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}
nav.navigation-primary ul li.hs-item-has-children{
    padding-right:32px;
}


nav.navigation-primary ul li a:not(.button, .btn-primary, .btn-secondary, .text-btn, .btn-white){
    font-weight: 400;
    font-size: var(--R_14_secondary_text);
    padding:0px;
}


nav.navigation-primary ul li.hs-item-has-children{
    position:relative;
}

/* nav.navigation-primary ul li.hs-item-has-children:before{
content:'';
height: 16px;
width: 16px;
display:block;
background:url(https://21115950.fs1.hubspotusercontent-na1.net/hubfs/21115950/menu-drop-ar.svg);
background-repeat:no-repeat !important;
background-size:contain !important;
background-position:center !important;
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
} */

.header .dnd-section { padding: 0; }

.headerSection { background-color:transparent; }
/* Header content */
/* .headerSection p,
.headerSection h1,
.headerSection h2,
.headerSection h3,
.headerSection h4,
.headerSection h5,
.headerSection h6,
.headerSection a:not(.button a),
.headerSection span,
.headerSection div,
.headerSection li,
.headerSection blockquote {
color: #ffffff;
} */

header.headerSection {  }
.headerParent { display: flex; align-items: center; }
.headerLogo { width: auto;max-width: 196px }
.headerNavigation { display: flex;width:100%;margin-left: 20px;}

/* Submenus */
.submenu{float:none;list-style:none;margin:0;padding:0;}

/* HubSpot Editor Styles */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2{visibility:hidden;}

ul.submenu.level-2 li { margin: 0; padding: 0;}
ul.submenu.level-2 li a { display: block;}

.navigation-primary input[type=checkbox] { display: none;}

/* Color // Main Navigation */

.navigation-primary .level-1 > li > a {
    font-weight: 500;
    font-size: 18px;

    color: var(--brand_greyscale_900);
    padding:0px;
}
/* Main Navigation - Child Menus */
.navigation-primary .submenu:not(.level-1) .menu-link {
    font-weight: 700;
    font-size: 14px;

    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}

/* Header Sticky */
.headerSticky .headerSection{position:fixed; top:0; left:0; width:100%; animation:headerAnim 0.5s;}
header.headerSection.headerSticky { position: fixed; top: 0; left: 0; width: 100%; animation: headerAnim 0.5s;z-index:99;background:var(--brand_greyscale_0);}
@keyframes headerAnim { from {transform : translateY(-100%) } to {transform : translateY(0%)}}
/* End Header Sticky */

.headerNavigation .navigationParent {
    width: 100%;
}

.headerNavigation .navigationParent .navigationParentInner {
    width: 100%;
    justify-content: space-between;
}
ul.submenu.level-2 li {
    border-bottom: 1px solid #d1d6dc;
}
/*  */
.mwb-header--search-container {
    margin-right: 20px;
    position: relative
}
.mwb-btn-search--icon {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 15px;
    top: -15px;
    width: 24px;
    z-index: 9
}
.mwb-header--search .hs-search-field {
    overflow: hidden
}
.mwb-header--search form {
    background: transparent;
    border: none;
    padding: 0
}
.mwb-header--search .hs-search-field__bar {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -22px;
    transition: all .3s linear;
    z-index: 9
}
.mwb-header--search .hs-search-field.open .hs-search-field__bar {
    left: -260px;
    opacity: 1
}
.mwb-header--search .hs-search-field__bar .hs-search-field__input {
    border: 1px solid #d7d9e3;
    border-radius: 40px;
    max-width: 260px;
    padding: 10px 0;
    width: 100%
}
.mwb-header--search .hs-search-field__bar .hs-search-field__input:focus {
    outline: none
}
.mwb-header--search .hs-search-field.open .hs-search-field__input {
    padding: 10px 40px 10px 15px;
    width: 100%
}
.tab-banner-btns .firstbann-btn.btn-primary.small:before,
.tab-banner-btns .firstbann-btn.btn-primary.small:after{
    background:none !important;
}
.tab-banner-btns .firstbann-btn.btn-primary.small{padding: 8px 24px !important;}
.mwb-header--search .hs-search-field__input::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.mwb-btn-search--close,
.mwb-header--search .open .mwb-btn-search--open {
    display: none
}
.mwb-header--search .open .mwb-btn-search--close {
    display: block
}

.mwb-header--search.mobileSerch {
    display: block;
}

.lang_switcher_class .globe_class {
    background-image: none;
    width: 0;
    height: 0;
}

.mwb-lang-switcher .lang_list_class:after, 
.mwb-lang-switcher .lang_list_class:before {
    border: none;
}

.headerLanguageCurrent{
    cursor: pointer;
}

.headerLanguageSwitcher.langEnable .headerLanguageCurrent span>svg {
    display: block;
    fill:none;
}
.mwb-lang-switcher.lang-open .headerLanguageSwitcher.langEnable .headerLanguageCurrent span>svg {

}
.headerLanguageSwitcher.langEnable .headerLanguageCurrent span.ar-ic>svg {
    transform: rotate(180deg);
}
.mwb-lang-switcher.lang-open .headerLanguageSwitcher.langEnable .headerLanguageCurrent span.ar-ic>svg {
    transform: rotate(0deg);
}
span.headerLanguageText {
    display: flex;
    align-items: center;
    gap: 4px;
}
.headerLanguageCurrent {
    display: flex;
    align-items: center;
    gap: 20px;
    width:134px;
}

.headerLanguageSwitcher .headerLanguageCurrent span>svg {
    display: none;
}

.navigation-primary .level-1>li:focus .childExpand::before,
.navigation-primary .level-1>li:hover .childExpand::before{
    border-bottom-color: #000000;
    border-right-color :#000000;
}
.headerLanguageSwitcher .headerLanguageCurrent span>svg path{
    stroke: currentColor;
}
.headerLanguageSwitcher .headerLanguageCurrent,
.headerLanguageSwitcher .headerLanguageCurrent span{

}

.mwb-lang-switcher .headerLanguageCurrent:hover,
.mwb-lang-switcher .headerLanguageCurrent:hover .headerLanguageText{
    font-weight:500 !important; 
}
.mwb-lang-switcher.lang-open .headerLanguageText{font-weight:600 !important;}

.mwb-btn-search--open svg path,
.mwb-btn-search--close svg path{
    stroke: #000000;
}

.mwb-btn-search--open:hover svg path,
.mwb-btn-search--close:hover svg path{
    stroke: #000000;
}


/* Mega Menu */
.megaMenuColumnBody{background:#fff;flex:1;}
.megaMenuColumn{display:flex}
.topHeadingMegaMenu{padding-bottom:20px;margin-bottom:20px;border-bottom:solid 1px #f684354D}
.gap10{gap:10px;padding:10px;flex-wrap:nowrap}
.megaMenuItemWrapperList{display:flex;flex-direction:column;gap:8px}
.listCardStyleImg .megaMenuItemWrapperList .megaMenuItemImg img{height:50px!important;width:100px;object-fit:cover;border-radius:2px}
.listCardStyleImg .megaMenuList p{margin:0}
.megaMenuList p{margin:0;font-size:14px;line-height:1.714}
.megaMenuColumn:last-child .megaMenuColumnBody{margin:0}
.icon-list-img-wrap {
    width: 48px;
    height: 48px;
}
.megaMenuItemWrapperList .megaMenuItemImg img, .megaMenuItemWrapperList .megaMenuItemImg svg{width:100%;height:100%!important;object-fit:contain}
.megaMenuColumnBody{position:relative;z-index:9}
.megaMenuVectorImage{position:absolute;right:5px;bottom:0;width:100%;z-index:-1}
.megaMenuColumnBody{overflow:hidden}
.megaMenuVectorImage img{width:100%}
.megaMenuVectorImage img{width:100%;height:auto}
.megaMenuItemListRow a{transition:all .3s ease-in-out;border-radius:6px}
.megaMenuItemImg{line-height:0}
.megaMenuItemListRow a .megaMenuItemImg svg{transition:all .3s ease-in-out}
.twoColumnList .megaMenuItemWrapperList{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}
.twoColumnList .megaMenuItemWrapperList .megaMenuItemListRow{flex:1 1 45%}
.megaMenuCardButton a{position:relative;color:#f68435!important;font-weight:600;transition:all .3s ease-in-out}
.megaMenuCardButton a:before{content:'';background:url(https://19490924.fs1.hubspotusercontent-na1.net/hubfs/19490924/arrow-right-2.svg);width:14px;height:10px;display:inline-block;float:right;background-repeat:no-repeat!important;background-position:center!important;position:absolute;right:-20px;top:6px;transition:all .3s ease-in-out}
.megaMenuCardButton{width:fit-content}
.megaMenuCardButton a:hover:before{right:-25px}
.twoColumnList .megaMenuItemWrapperList .megaMenuItemListRow a.d-flex.align-center.gap10{align-items:flex-start}
.megaMenuItemWrapperList .megaMenuItemListRow a.d-flex.align-center.gap10 .megaMenuList p strong{font-weight:500}
.megaMenuCardContent p{font-size:14px;line-height:1.71}
.megaMenuCardContent{margin-bottom:10px}

.threeColumnList .megaMenuItemWrapperList{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0}
.threeColumnList .megaMenuItemWrapperList a.d-flex.align-center.gap10{flex-wrap:wrap}
.threeColumnList .megaMenuItemWrapperList a.d-flex.align-center.gap10 .megaMenuItemImg img{width:100px!important;height:50px!important;border-radius:2px}
.threeColumnList .megaMenuItemListRow{border-bottom:1px solid #8d90A74D;padding-bottom:30px;margin-bottom:30px;padding-left:5px;padding-right:5px}
.threeColumnList .megaMenuItemListRow a{position:relative}
.threeColumnList .megaMenuItemListRow a:before{content:'';position:absolute;right:-15px;top:0;background:#8d90A74D;width:1px;height:100%}
.threeColumnList .megaMenuItemListRow:nth-child(3n - 2){padding-right:15px}
.threeColumnList .megaMenuItemListRow:nth-child(3n + 2){padding-left:15px;padding-right:15px}
.threeColumnList .megaMenuItemListRow:nth-child(3n){padding-left:15px;border-right:none}
.threeColumnList .megaMenuItemListRow:nth-child(3n) a:before{display:none}
.threeColumnList.flex-list a.d-flex.align-center.gap10{flex-wrap:nowrap;align-items:self-start}

.innerBanner 
.subHeadingIcon {
    line-height: 0;
}

.innerBanner 
.subHeadingText {
    line-height: 1.35;
}

.innerBanner .subHeading {
    align-items: center;
}

.imageWithList .listContent p strong {
    font-weight: 600;
}

.headingFullWidth .topHeading {
    max-width: 100%;
}

@media(min-width:1200px){
    .megaMenu,
    .tab-menu-sec,
    .tab-menu-row{height:500px;}
    .submenu.level-1 > li.menuParent{
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }
    .expandMenu {
        display: none;
    }
    .mobnavigationParent {
        display: none;
    }
    .mwb-lang-switcher .lang_switcher_class {
        display: block;
    }
    .mwb-lang-switcher .lang_list_class li:first-child {
        border-top: none;
    }

    .mwb-lang-switcher .lang_list_class li:last-child {
        border-bottom: none;
    }
    .mwb-lang-switcher.lang-open .lang_list_class {
        display: block;
    }
    /*   .mwb-header--search-container {
    margin-right: 1.389vw;
}
    .mwb-btn-search--icon {
    height: 1.667vw;
    right: 1.042vw;
    top: -1.042vw;
    width: 1.667vw;
}
    .mwb-header--search .hs-search-field__bar {
    top: -1.528vw;
}
    .mwb-header--search .hs-search-field.open .hs-search-field__bar {
    left: -18.056vw;
}
    .mwb-header--search .hs-search-field__bar .hs-search-field__input {
    border-radius: 2.778vw;
    max-width: 18.056vw;
    padding: 0.694vw 0;
}
    .mwb-header--search .hs-search-field.open .hs-search-field__input {
    padding: 0.694vw 2.778vw 0.694vw 1.042vw;
} */
    .childExpand {
        border: none;
        padding: 0;
        position: absolute;
        transform: translateY(-50%);
        vertical-align: middle;
        z-index: 2;
        margin-left: 8px;
        right: 25.6px;
        top: 48%;
    }
    .childExpand::before {
        content: '';
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        cursor: pointer;
        display: block;
        position: absolute;
        top: 48%;
        transform: translateY(-50%) rotate(45deg);
        transition: transform .25s ease-in-out;
        height: 10.6752px;
        right: -6.6624px;
        width: 10.6752px;
    }

    .mwb-lang-switcher ul.lang_list_class {
        background: #fff;
        padding: 0;
        border-top:none;
        border:1px solid var(--brand_greyscale_300);
        border-bottom-left-radius:4px;
        border-bottom-right-radius:4px;
        min-width: 134px;
        top: 3px;
    }
    .mwb-lang-switcher .lang_list_class li {
        padding: 0px 0px;
        font-size: inherit;
        line-height: normal;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: none;
        text-align: left;
        background:unset;
    }
    .mwb-lang-switcher .lang_list_class li a {
        padding: 9px 10px;
        font-size: inherit;
        line-height: normal;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: none;
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 6px;
        justify-content: flex-end;
    }

    ul.submenu.level-2 li>a::before,
    ul.submenu.level-2 li>a::after {
        bottom: -2.6688px;
        height: 5.3376px;
        content: "";
        left: 50%;
        position: absolute;
        right: 50%;
        transition: all .3s linear;
        background: ;
    }
    ul.submenu.level-2 li>a:hover::before {
        left: 0;
    }
    ul.submenu.level-2 li>a:hover::after {
        right: 0;
    }

    .headerBtnWrp .button a {
        border-radius: 26.6688px;
        border-bottom-right-radius: 0;
        padding: 13.3248px 20px;
    }
    .headerBtnWrp .button a::before {
        border-radius: 26.6688px;
        border-bottom-right-radius: 0;
    }
    .headerSection .content-wrapper {
        max-width: 1693.329px;
    }
    .navigation-primary .level-1 > li > a {
        font-weight: 500;
        font-size: 18px;
        color: var(--brand_greyscale_900);
        padding: 0px;
    }
    .navigation-primary .submenu:not(.level-1) .menu-link {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
    }
    .mwb-header--search.mobileSerch {
        display: none !important;
    }
    .headerSection.isMegaMenuEnable {
        padding: 0;
    }
    .navigationRight, .navigationParentInner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .navigation-primary {
        display: inline-block;
        float: right;
    }
    .submenu.level-1 {
        display: inline-block;
        font-size: inherit;
    }
    .submenu.level-1 > li {
        padding: 25px 14px;
        position: relative;
        cursor:pointer;
    }
    .submenu.level-1 > li.has-submenu > a {
        padding-right: 33.2992px;

    }
    .submenu.level-1 > li {
        display: inline-block;
        margin: 0;
        position: relative;

    }
    .navigation-primary ul.submenu.level-2 li a {
        padding: 13.3248px;
        position: relative;
    }
    .navigation-primary .submenu.level-2 {
        left: 0;
        top: 100%;
    }
    .navigation-primary .submenu.level-2,
    .navigation-primary .submenu.level-3 {
        border-radius: 2.6688px;
        box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .2);
        border: none;
        opacity: 0;
        position: absolute;
        width: 360px;
        visibility: hidden;
        transition: opacity ease .4s;
        right: 0;
        pointer-events: none;
    }
    .navigation-primary .submenu.level-3 {
        top: 0;
    }
    .navigation-primary .submenu.level-1 > li:hover .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus .submenu.level-2 {
        left: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: inherit !important;
    }
    .navigation-primary .submenu.level-1 > li:hover:last-child .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus:last-child .submenu.level-2 {
        left: auto;
        right: 0;
    }
    .navigation-primary .submenu.level-2 > li .submenu.level-3 {
        left: 100%;
    }
    .navigation-primary .submenu.level-2 > li:hover .submenu.level-3,
    .navigation-primary .submenu.level-2 > li.focus .submenu.level-3 {
        opacity: 1;
        visibility: visible;
        pointer-events: inherit !important;
    }
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item:hover .submenu.level-3,
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item.focus .submenu.level-3 {
        left: auto;
        right: 100%;
    }
    .navigationParent,
    .navigation-primary .submenu {
        display: block !important;
    }
    .navigation-primary .level-1 > li:hover,
    .navigation-primary .level-1 > li:focus {
        background-color: transparent;
    }
    .navigation-primary .level-1 > li:hover > a,
    .navigation-primary .level-1 > li:focus > a {
        color: #262626;
    }
    .navigation-primary .level-1 > li:active {
        background-color: transparent;
    }
    .navigation-primary .level-1 > li:active > a {
        color: #262626;
    }
    .navigation-primary .level-1 > li.active-item {
        background-color: transparent;
    }
    .navigation-primary .level-1 > li.active-item > a {
        color: #ffffff;
    }
    /* Main Navigation - Child Menus */
    .navigation-primary .submenu:not(.level-1) {
        background-color: ;
    }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus > a {
        background-color: transparent;
        color: #000000;
    }
    .navigation-primary .submenu:not(.level-1) .menu-item:active {
        background-color: #000000;
    }
    .navigation-primary .submenu:not(.level-1) .menu-item:active > a {
        color: #000000;
    }
    .mwb-btn-search--open svg {
        width: 32px;
        height: 32px;
    }
    .megaMenuColumnBody {
        background: #fff;
        flex: 1;
    }
    .topHeadingMegaMenu {
        padding-bottom: 26.6688px;
        margin-bottom: 26.6688px;
        border-bottom: solid 1.331px #f684354D;
    }
    .gap10 {
        gap: 13.3325px;
        padding: 13.3325px;
        flex-wrap: nowrap;
    }
    .megaMenuItemWrapperList {
        display: flex;
        flex-direction: column;
        gap: 6.674px;
    }
    .listCardStyleImg .megaMenuItemWrapperList .megaMenuItemImg img {
        height: 66.668px !important;
        width: 133.3328px;
        object-fit: cover;
        border-radius: 2.6688px;
    }
    .megaMenuList p {
        margin: 0;
        font-size: 18.6758px;
        line-height: 1.714;
    }
    .megaMenuVectorImage {
        position: absolute;
        right: 6.674px;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }
    .megaMenuItemListRow a {
        transition: all .3s ease-in-out;
        border-radius: 8px;
    }
    .twoColumnList .megaMenuItemWrapperList {
        display: flex;
        flex-direction: row;
        gap: 13.3325px;
        flex-wrap: wrap;
    }
    .megaMenuCardButton a:before {
        content: '';
        background: url(https://19490924.fs1.hubspotusercontent-na1.net/hubfs/19490924/arrow-right-2.svg);
        width: 18.6758px;
        height: 13.3325px;
        display: inline-block;
        float: right;
        background-repeat: no-repeat !important;
        background-position: center !important;
        position: absolute;
        right: -26.6688px;
        top: 8px;
        transition: all .3s ease-in-out;
    }
    .megaMenuCardButton {
        width: fit-content;
    }
    .megaMenuCardButton a:hover:before {
        right: -33.333px;
    }
    .megaMenuCardContent p {
        font-size: 18.6758px;
        line-height: 1.71;
    }
    .megaMenuCardContent {
        margin-bottom: 13.3325px;
    }



    .menuParent span.childExpand:before {
        display: none;
    }
    .menuParent a.menu-link {
        position: relative;
        padding: 0 !important;
    }

    /*   .menuParent a.menu-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #181445;
    height: 1px;
    width: 0;
    transition: all 0.3s ease-in-out;
} */

    .menuParent:hover a.menu-link:before {
        width: 100%;
    }

    .megaMenuColumnWrapper.row {
        gap: 0px;
    }
    .megaMenu .container{position: relative;top: 8px;}
    .megaMenu {overflow:hidden;position: absolute; left: 0; top: 91px; background-color: var(--brand_greyscale_0); width:100%;z-index:99; opacity: 0; visibility: hidden; transition:opacity 0.3s ease-in-out; pointer-events: none; display:block !important;} 
    .submenu.level-1 > li.menuParent { transition:all 0.3s ease-in-out;position: static;border-bottom:0px solid transparent;}
    .submenu.level-1 > li.menuParent:hover{border-bottom:4px solid var(--brand_greyscale_900);background: var(--brand_blue_50);}
    .submenu.level-1 > li.menuParent:hover a{font-weight:500;}
    .submenu.level-1 > li.menuParent:hover .megaMenu { opacity: 1; visibility: visible; pointer-events: inherit !important; }
    .headerLogo img {
        width: 136px;
        display: block;
    }
}
.mobile-logo-shape{display:none;}
.for-mob{display:none;}
@media (min-width: 1200px) and (max-width: 1220px) {
    .submenu.level-1 > li {padding: 27.2px 24px;}
}
@media(max-width:1199px){
    .meg-menu-bottom-link{display:none !important;}
    .headerLogo img {
        width: 120.63px;
        display: block;
    }
    .mobile-menu-header .panel-logo img{
        width: 102px;
        display: block;
    }
    .mobile-menu-header {
        margin-top:16px;
        padding: 18px 36px 18px 36px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: inherit;
        gap: 24px;
        border-bottom: 1px solid var(--brand_greyscale_900);
        justify-content: space-between;
    }

    .mwb-toggler-close {
        width: 18px;
        height: 18px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 8px;
    }
    .mwb-toggler-close img{
        width: 100%;
        display: block;
    }
    .headerParent{position:unset;}
    .mobile-btn-or-closeham {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .mwb-toggler-close img {
        width: 16px;
        height: 16px;
        display: block;
    }
    .headerNavigation {
        display: flex;
        justify-content: space-between;;
        padding-left: 26px;
        width: 100%;
        align-items:center;
        gap:5px;
        margin-left: 0;
        margin-right: 0px;
    }
    .headerNavigation{display:none;}
    header.headerSection.headerSticky .headerNavigation{display:flex;}
    header.headerSection.headerSticky{
        border-bottom: 1px solid var(--brand_greyscale_900);
    }
    .expandMenu{padding-left: 0px;}
    .for-desk{display:none;}
    .for-mob{display:flex;}
    .link-sec .for-mob{display:flex;align-items:center;justify-content:center;width:100%;}

    .white-space{display:none;}

    .mobile-logo-shape {
        position: absolute;
        top: 1.8px;
        left: 14px;
        bottom: 0;
        display:block;
        z-index: -1;
    }
    .mobile-logo-shape svg {
        display: block;
        width: 159px;
        height: 108px;
    }
    /*     .headerOutter .container.top-container {
    padding-top: 29.5px;
    padding-bottom: 29.5px;
} */
    .headerSection{border-bottom:none;}
    .megaMenuVectorImage {
        display: none;
    }
    .mobile-logo-sec img{
        max-width:100%;
        display:block;
    }
    .btn-ot-ham .sec-btn .button{
        background: #EDF8EF;
        border-color: #EDF8EF;
        color: #005043;
        padding-top: 8px;
        padding-right: 14px;
        padding-bottom: 8px;
        padding-left: 14px;
        font-size: 16px;
        line-height: 115%;
        border-radius: 12px;
    }
    .headerParent.for-mob {
        padding: 20px;
        margin-top: 16px;
        border: 1px solid #F1F2F2;
        border-radius: 16px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        background: #ffffff;
        justify-content: space-between;
    }
    .megaMenu {background-color: #EFF2F6; padding:0px; width:100%;}
    .headerSectionInner .content-wrapper {
        max-width: 100%;
    }
    .mwb-lang-switcher.lang-open .headerLanguageSwitcher .lang_switcher_class {
        display: block;
    }
    .lang_switcher_class .globe_class {
        width: 100%;
        height: 100%;
    }
    .headerLanguageSwitcher .lang_switcher_class {
        display: none; 
        width: 100%;
    }
    ul.lang_list_class {
        z-index: 1;
        position: relative;
        transform: none;
        left: 0;
        top: 0;
        padding: 0;
        display: block;
    }
    .lang_switcher_class .lang_list_class li {
        margin: 0;
        border: 0;
        font-size: inherit;
        padding: 10px;
        width: 100%;
        line-height: inherit;
        display: inline-block;
    }
    .lang_list_class li:first-child{padding-top:0px !important;}
    .lang_switcher_class .lang_list_class li:first-child {
        border: 0;
        padding: 0;
    }
    .lang_switcher_class .lang_list_class li:last-child {
        border: 0;
        padding: 0;
    }
    ul.submenu.level-2 li:last-child {
        border: 0;
    }
    .lang_switcher_class .lang_list_class li a {
        padding: 8px;
        display: flex;
        text-align: left;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        gap: 16px;
    }
    .childExpand.open::before {
        transform: translateY(-50%) rotate(45deg);
    }
    .headerLanguageCurrent {
        padding: 11px 16px;
        justify-content: center;
        margin-top: 16px;
        width:auto;
    }
    .navigation-primary .submenu.level-1 > li:last-child a {
        border-bottom: 1px solid var(--Grey-25, #C7CACA);
    }
    .span.headerLanguageText{gap:10px;}
    .childExpand {
        background: transparent;
        height: 24px;
        width: 24px;
        border: none;
        margin-left: 6px;
        padding: 0;
        vertical-align: middle;
        display: block;
        float: right;
        margin-top: -34px;
        position: relative;
    }

    .childExpand::after {
        content: '';
        right: 10px;
        transform: translateY(-50%) rotate(-45deg);
        border-bottom: 1.8px solid #252526;
        border-right: 1.8px solid #252526;
        cursor: pointer;
        display: block;
        height: 10px;
        position: absolute;
        top: -14%;
        transition: transform .25s ease-in-out;
        width: 10px;
    }
    .mwb-toggler--image {
        cursor: pointer;
        width: 28px;
        height: 28px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mwb-toggler--image img {
        width: 100%;
        height:24px;
        display: block;
    }
    .btn-ot-ham {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .mobnavigationParent {
        width: 100%;
        height:100vh;
        transition: all .3s linear;
        position: fixed;
        top: 0px;
        right: -150%;
        left: auto;
        background:#ffffff;
        overflow:hidden;
        z-index:9;
    }
    .column-border .megaMenuColumnBody {
        border-left: 0px solid #E2E2E2;
        padding-left: 0px;
    }
    .divActive .mobnavigationParent {
        right:0;
    }
    .headerSticky .divActive .mobnavigationParent {
        top:0;
    }
    .mobnavigationParent .mobMenu{
        width: 100%;
        margin-top: 10px;
        transition: all .3s linear;
    }
    .navigation-primary .submenu.level-1 > li:not(:last-child) {
        border-bottom: none;
    }
    .mwb-header--search.mobileSerch {
        position: absolute;
        right: 30px;
        top: 42px;
    }
    .headerSticky{transition: all .3s linear;}
    body.menu-stuck .headerSticky {
        width: 100% !important;
    }
    .mwb-header--search .hs-search-field__bar {
        top: -42px;
    }
    .mwb-btn-search--icon {
        top: -37px;
        right: 0;
    }
    .mwb-header--search .open .mwb-btn-search--close {
        padding-top: 4px;
    }
    .headerBtnWrp {
        width: 100%;
        display: block;
        margin: 15px 0;
    }
    .headerBtnWrp .button a {
        border-radius: 20px;
        border-bottom-right-radius: 0;
        display: block;
        text-align: center;
    } 
    .headerBtnWrp .button a::before {
        border-radius: 20px;
        border-bottom-right-radius: 0;
    }
    .headerNavigation .navigationParent {
        position: absolute;
        top: 74px;
        background-color: ;
        left: 0;
        width: 100%;
        right: 0;
        display: none;
        max-height: calc(100vh - 74px);
        overflow: auto;
    }
    header.headerSection{

    }
    /*-=-=-=-  Expand Menu   -=-=-=*/  

    .navigation-primary .level-1 > li:hover > a,
    .navigation-primary .level-1 > li:focus > a { color: #262626;}
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus > a { {#;#} color: ; }
    /*-=-=-=-  Header Section   -=-=-=*/
    /*   .navigationParent { position: absolute; left: 0; top: 88.89px; width: 100%; display:none; } */
    .navigation-primary .submenu:not(.level-1),.navigation-primary .megaMenu { display: none;}
    .navigation-primary .submenu.level-1 > li { margin: 0; padding: 0 16px; } 
    .navigation-primary .submenu.level-1 > li > a { 
        padding: 24px 0;
        display: block;
        font-weight: 600 !important;
        font-size: 23px !important;
        line-height: 1.21 !important;
        color: #252526;
        border-top: 1px solid var(--Grey-25, #C7CACA);
    }

    /*-=-=-=-  Second Level   -=-=-=*/
    /*   .navigation-primary .menu-item { position: relative; } */
    .navigation-primary .submenu li:not(first-child):before { content: ''; position: absolute; top: 0; width: 100%; height: 1px; background-color: rgba(255,255,255,0.1); }
    .navigation-primary ul.submenu.level-2 > li > a{padding:10px}
    .navigation-primary ul.submenu.level-3 > li > a{padding: 10px}
    .navigation-primary .level-1 > li > a{color:#252526 !important;font-size:16px;}
    /*-=-=-=-  End Header Section   -=-=-=*/

    /*   Button   */
    .navigationRight { padding: 0; display: flex; flex-wrap: wrap;}

    /*   Color   */

    .headerLogo{position: relative;top: -15px;}

    header.headerSection.headerSticky .mobile-logo-shape{display:none;}
    header.headerSection.headerSticky .headerLogo{position: relative;top: 0;}
    /*     .headerOutter .headerSection.isMegaMenuEnable.headerSticky .container.top-container {
    padding-top: 29.5px;
    padding-bottom: 29.5px;
} */
    header.headerSection.headerSticky .container{
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
    header.headerSection.headerSticky .mwb-toggler--image img{filter: brightness(0);}
    .submenu{width:100%;}
    .nav.navigation-primary {flex-direction:column;}
    span.menu-arrow-icon{display:none;}
    nav.navigation-primary{
        background:none;
        backdrop-filter:unset;
        padding:0;
        box-shadow:none;
        position: relative;
    }
    .megaMenu {
        position: absolute;
        top: 0;
        left:0;
        right:0;
        bottom:0;
        display:block !important;
        opacity:0;
        background: white;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transition: all 0.3s ease;
        z-index: 1;
    }
    .megaMenu.active {
        opacity:1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .megaMenuColumn {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .megaMenuItemListRow{padding-left:0px;padding-right:0px;}
    .back-svg {
        font-weight:600;
        line-height: 160%;
        letter-spacing: 0.18px;
        font-size:var(--SB_16);
        line-height: 160%;
        text-align: center;
        color: var(--brand_greyscale_600);
        display: flex;
        align-items: center;
        gap: 10px;
    }
    /*     .mwb-lang-switcher.lang-open .headerLanguageSwitcher .lang_switcher_class {
    display: unset;
    bottom: -60px;
}
    .headerLanguageSwitcher .lang_switcher_class {
    display: unset;
    width: 100%;
    position: absolute;
    bottom: -1000%;
    transition: all 0.3s ease-in-out;
} */
    /*     .meg-menu-cards .card-icn-title{display:none;} */
    .submenu-header{display:block;padding-left:25px;padding-right:25px;}
    .submenu-header .back-btn{display: flex;align-items: center;gap: 4px;padding: 24px 0 !important;border-top: 1px solid var(--Grey-25, #C7CACA);}
    .megaMenu:before {display:none;}
    .back-svg svg{width:24px;height:16px;display:block;position: relative;top: 0px;fill:#252526;}
    .back-svg svg path{fill:var(--brand_greyscale_600);}
    .col-border .megaMenuColumnBody {padding-right: 0px;padding-bottom: 24px;padding-top: 20px;}
    .padding-left .megaMenuColumnBody{padding-left:0;padding-top:24px;}
    .col-border {border-right: none;border-bottom: 1px solid #0000001A;}
    .meg-menu-cards{background:#ffffff;}
    body.menu-stuck,
    html.menu-stuck{
        overflow: hidden !important;
        overflow-x: hidden !important;
    }
    .mobile-menu-panel {
        height: 85vh;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .mobile-main-btn {
        padding-top: 138px;
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
        flex-flow: column;
        gap: 16px;
    }
    .mobile-main-btn .sec-btn .button,
    .mobile-main-btn .firs-btn .button-2{

        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 160%;
        letter-spacing: 0%;
        text-align: center;
        padding: 13.5px 46px;
        border-radius: 4px !important;
    }
    .for-mobile-list{
        display:block !important;
        border-top: 1px solid #0000001A;
        padding-top: 24px;
        margin-top: 24px;
        padding-bottom: 50px;
    }
    .bottom-sec{display:none;}
    .mb__tab{margin-top:32px !important;}
    .mobile-tab-content .submenu-header{padding-left:0px;}
    .tab-menu-wrap {padding-right:0px;border-right:0px;width:100%;}
    .tabs-content {padding:0 0 0 0 !important;}
    .tab-menu-sec{position:inherit;margin-left:0px !important;margin-right:0px !important;}
    .tab-menu-wrap{padding-top:0px;padding-bottom:0px;height: 60vh;justify-content: space-between;}
    .tab-btn-text-icon{display:none !important;}
    .tab-menu-wrap ul li a .tab-menu-btn-text{padding:12px 0;}
    .tab-menu-row {display: block;}
    .content-col-one,
    .content-col-two,
    .content-col-three{flex: 0 0 100%;max-width: 100%;}
    .content-row{gap:8px;margin-top:32px;}
    .tab-list-sec a{padding: 8px 0px 8px 0px !important;}
    #industries-tab__2 .tab-list-title-text{font-size:var(--M_20_T3) !important;font-weight:400 !important;}
    .megaMenu.active{height:85vh;         overflow-y: auto;
        overflow-x: hidden;}
    .tab-card-block {flex: 0 0 100%;max-width: 100%;}
    .tab-card-row{gap:8px 0;}
    .tab-menu-wrap ul li a:hover .tab-menu-btn-text, .tab-menu-wrap ul li.active a .tab-menu-btn-text{
        color: #454545 !important;
        background: #ffffff;
        -webkit-text-fill-color: unset;
        background-clip: unset !important;
    }
    .tab-content-card-btn .text-btn.medium{font-weight:600 !important;font-size:18px !important;}
    .tab-menu-sec.for-desktop{display:none;}
    .tab-wrap.for-mobile {
        display: block;
    }
    .tab-list-siimple-btn a {
        padding-left: 0px !important;
        margin-bottom: 0px;
        padding-top: 20px !important;
        padding-bottom: 12px !important;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text !important;
        background: linear-gradient(93.39deg, #2CA1CE 1.93%, #139A9F 79.13%);
    }
    .simple-btn-icon svg path {
        stroke: #2CA1CE;
    }
    .mobile-tab-content{display:none;}

    .mobile-tab-content{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block !important;
        opacity: 0;
        background: white;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transition: all 0.3s ease;
        z-index: 1;
    }
    .mobile-tab-content.hover_div{
        opacity: 1;
        padding: 0 16px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .tab-btn-bottom-btn {
        margin-top: 30px;
    }
    .tab-content-rich-text {
        padding-top: 20px;
    }
    .mobile-tab-content .submenu-header {
        padding-top: 0px;
    }
    .tab-content-cards-sec {
        padding-top: 32px;
    }
    .for-mobile-dev{display:block;}
    .tab-menu-right:before{display:none;}
    .tab-menu-left,
    .tab-menu-right{flex:0 0 100% !important;max-width:100% !important;position:inherit !important;}
    .megaMenuColumnBody-row {
        flex-flow: column;
    }
    .card-icon-title a{
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .in-mob-device{display:block;}
    .in-desk-device{display:none;}
    .menu-links-wrap .link-sec a{font-size:16px !important;font-weight:500 !important;}
    .menu-links-wrap{gap:24px;margin-top:16px;}
    .card-icon-title{justify-content: space-between;margin-bottom:24px;}
    .megaMenuColumnBody-icon{display:none !important;}
    a.last-previous {
        color: #000 !important;
        font-size: 16px !important;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .tab-card-img-wrap{display:none;}
    .tab-card-block {padding:8px 16px;}
    .tab-list-title-des{display:none;}
    .tab-list-text {width: 100%;}
    .tab-list-title-text{width: 100%;justify-content: space-between;font-size:var(--M_20_T3) !important;gap:5px;}
    .tab-banner-block {padding:40px 16px;margin-top: 16px;border-radius:8px;}
    .tab-banner-block-row{flex-flow:column;}
    .tab-banner-left-logo {height: 40px;}
    .tab-banner-left-wrap{padding:0 0px;}
    .tab-banner-right-wrap ul{padding:0 0 0 0 ;}
    .tab-banner-right-wrap{display:none;}
    .tab-banner-btns{flex-flow:column;gap:16px;}
    .tab-banner-btns {margin-top: 40px;max-width:235px;margin-left:auto;margin-right:auto;}
    .tab-banner-mob-des{display:block;}
    .tab-banner-btns .firstbann-btn.btn-primary.small{padding:13px 24px !Important;width:100%;text-align:center;}
    .tab-banner-left-title{font-size:var(--section-title-1) !important;}
    .tab-banner-left-subtitle{font-size:var(--M_16_T4) !important;}
    .tab-btn-bottom-btn.for-mobile-dev{display:none;}
    .icon-card-wrap-sec{display: flex;flex-flow: column;}
    .icon-list-or-card-col{padding:0 16px;flex:0 0 100% !important;max-width:100% !important;}
    .icon-list-or-card-row{gap:16px;margin-top:32px;}
    .icon-list-or-card-col-wrap{position:relative;}
    .megaMenuInner{margin:0 0px;box-shadow:none;border:none;}
    .for-desk .link-tag{display:none;}
    .for-mob .link-tag{display:block;}
    .link-tag{
        background:var(--alt_orange_400);
        color:var(--brand_greyscale_900);
        border-radius:2px;
        padding:5px 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        text-transform: capitalize;
    }
    .megaMenuColumnBody-icon {
        display: flex;
        flex-wrap:wrap;
        align-items: center;
        gap: 8px;
        width:100%;
    }
    .megaMenuInner {
        padding: 0 16px;
    }
    .megaMenuColumnBody-icon-img {
        width: 40px;
        height: 40px;
    }
    /*     .card-icon-des{display:none;} */
    /*     .menu-links-wrap .link-sec{display:none;} */
    .menu-col-btn.mob-btn-col{display:block;margin-top:0px;width:100%;}
    .megaMenuColumnBody-icon .card-icn-title{display:block;}
    .menu-col-btn.menu-btn-desk-col{display:none;}
    .link-sec a{width:100%;gap:8px;padding:0px 0px !important;line-height:140% !important;}
    .link-sec a:hover{background:unset;}
    .link-sec a:active,
    .link-sec a:focus,
    .link-sec a:focus-visible{background:unset;}
    .tabs-content.tab_content_banner{padding:0 !important;}
    .card-icon-sec {
        display: block;
        width:40px;
        margin-right: 8px;
    }
    .card-icn-title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .tab-card-logo{gap:10px;}
    .tab-menu-wrap ul li a .tab-menu-btn-text{font-weight:500 !important;}
    .link-icon svg{width:24px;height:24px;}
    .link-icon svg path{fill:#262626;}
    .icon-list-sec-wrap ul{display:none;}
    .tab-content-card-btn {margin-top: 40px;}
    .tab-card-title-sec{margin-top: 14px !important;font-weight:400 !important;}
    .tab-card-title-sec.body-text-primary.medium{font-weight:400 !important;}
    .tab-banner-button a,
    .tab-banner-sign-in a{font-size:16px !important;font-weight:600;line-height:160%;padding: 13.5px 20px !important;min-width: 213px !important;display: inline-flex;text-align: center;justify-content: center;}
    .tab-banner-left-title{margin-top: 40px;}
    .tab-card-block a{position:relative;width: calc(100% - 40px);display:block;}
    .tab-card-block a:before{
        content: '';
        position: absolute;
        top: 50%;
        right: -40px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background: url(https://145915907.fs1.hubspotusercontent-eu1.net/hubfs/145915907/Arrow%20Right_bl.svg);
    }
    .icon-card-tag{
        font-size:var(--M_14_Fono_CAPS) !important;
    }
    .icon-card-link-sec a{
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 160% !important;
        letter-spacing: 0.18px !important;
        border-radius:2px;
        background:var(--brand_greyscale_900);
        color:var(--brand_greyscale_0);
        padding: 13px 24px !important;
        justify-content: center;
        gap: 10px;
    }
    .icon-card-link-icon svg path{fill: var(--brand_greyscale_0);}
    .icon-card-link-icon svg{height: 24px;width: 24px;margin-top:2px;}
    .icon-card-link-sec {margin-top: 24px;}
    .icon-list-sec-btn a{
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 160% !important;
        letter-spacing: 0.18px !important;
        border-radius:2px;
        background:var(--brand_greyscale_0);
        color:var(--brand_greyscale_900);
        padding: 9px 24px !important;
        justify-content: center;
        gap: 10px;
    }
    .meg-menu-cards-link{justify-content: space-between;}
    .meg-menu-cards-link svg {width:24px;height:24px;}
    .icon-list-sec-btn a svg path{fill: var(--brand_greyscale_900);}
    .icon-list-sec-btn a svg{height: 24px;width: 24px;margin-top:2px;}
    .icon-list-sec-btn {margin-top: 0px !important;}
    .icon-list-sec-btn a:focus,
    .icon-list-sec-btn a:focus-visible,
    .icon-card-link-sec a:focus,
    .icon-card-link-sec a:focus-visible{
        text-decoration:none;
        border-radius:2px;
        outline: 3px solid var(--brand_blue_600);
    }
    .tab-banner-btns a {
        font-size:18px !important;
        letter-spacing:0.18px !important;
        padding-top:13px !important;
        padding-bottom:13px !important;
    }
    .tab-content-card-btn a{
        font-size:18px !important;
        letter-spacing:0.18px !important;
    }
    .tab-content-card-btn a:before {
        width: 24px !important;
        height: 24px !important;
        right:0px !important;
    }
    a:focus{outline:none !important;}
}

@media(max-width:992px){
    .headerLogo{position: relative;top: -10px;}
    header.headerSection.headerSticky .headerLogo{position: relative;top: 0;}


    .tab-menu-btn-text {position: relative;}

    .tab-menu-btn-text:before {
        content: '';
        right: 10px;
        transform: translateY(-50%) rotate(-45deg);
        border-bottom: 1.8px solid #000000;
        border-right: 1.8px solid #000000;
        cursor: pointer;
        display: block;
        height: 10px;
        position: absolute;
        top: 48%;
        transition: transform .25s ease-in-out;
        width: 10px;
    }
}

@media(max-width:375px){
    .headerNavigation{padding-left: 8px !important;}
}

