.mobileHeader ul, .mobileHeader ul {
    list-style: none
}

header #header:before {
    z-index: -1;
}

body {
    padding-top: 120px;
}

    body > .row {
        margin: 0;
    }

.mobileHeader {
    display: none;
}

.desktopHeader {
    display: block;
}

@media screen and (max-width: 1023.95px) {
    .mobileHeader {
        display: block;
    }

    .desktopHeader {
        display: none;
    }

    .lvl-1 li:not(:first-child) a:not(.ma5menu__btn--enter), .lvl-2 li:not(:first-child) a:not(.ma5menu__btn--enter) {
        font-family: 'EuclidCircularA-Light',Arial,sans-serif !important;
    }
}

@media screen and (max-width: 1023.95px) {
    body {
        padding-top: 73px;
    }

    header {
        background-color: #fff
    }

    a.ma5menu__btn--enter {
        padding-left: 30px !important;
    }

    header .logo img {
        width: 100%;
        height: 54px;
        margin-top: 10px;
        position: relative;
    }

    header .search {
        min-width: 70px;
        text-align: center;
        padding-left: 10px;
    }

        header .search .searchIconContainer {
            padding: 0;
            border: 0;
        }

        header .search img {
            width: 25px;
        }

    header .inputSearch {
        padding: 20px 0 0 0
    }

        header .inputSearch .searchBox {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative
        }

            header .inputSearch .searchBox input {
                border-radius: 10px;
                background: rgba(233, 233, 233, .5);
                height: 48px;
                border: none;
                font-family: "EuclidCircularA-Medium", Medium, sans-serif;
                font-size: 24px;
                color: #232323;
                padding-left: 10px;
                padding-right: 0;
                flex: 1;
                position: relative
            }

            header .inputSearch .searchBox img {
                width: 25px;
                height: 25px;
                position: absolute;
                right: 25px
            }

        header .inputSearch .inputSearchCloseButton {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center
        }

            header .inputSearch .inputSearchCloseButton p {
                margin-bottom: 0
            }

                header .inputSearch .inputSearchCloseButton p img {
                    width: 25px
                }


    header .menuContainer {
        min-width: 50px;
        text-align: center;
    }

        header .menuContainer .ma5menu__toggle {
            background-color: transparent;
            margin-top: 0;
            text-align: center;
            padding: 0;
            width: 30px;
            height: 30px;
        }

            header .menuContainer .ma5menu__toggle .bar1,
            header .menuContainer .ma5menu__toggle .bar2,
            header .menuContainer .ma5menu__toggle .bar3 {
                width: 25px;
                height: 2px;
                background-color: #333;
                margin: 6px 0;
                transition: .4s
            }

            header .menuContainer .ma5menu__toggle.change .bar1 {
                transform: rotate(-45deg) translate(-4px, 4px)
            }

            header .menuContainer .ma5menu__toggle.change .bar2 {
                opacity: 0
            }

            header .menuContainer .ma5menu__toggle.change .bar3 {
                transform: rotate(45deg) translate(-7px, -8px)
            }

            header .menuContainer .ma5menu__toggle.openedMenu .bar1 {
                transform: rotate(45deg) translate(-2px, 5px)
            }

            header .menuContainer .ma5menu__toggle.openedMenu .bar2 {
                display: none;
            }

            header .menuContainer .ma5menu__toggle.openedMenu .bar3 {
                transform: rotate(-45deg) translate(0px, -8px)
            }



    header .headerContainer {
        height: 50px;
    }

    .ma5menu--left:before,
    .ma5menu--right:before {
        content: none !important
    }

    .ma5menu__head {
        display: none !important
    }

    .ma5menu__container {
        background-color: transparent !important;
        box-shadow: none !important;
        margin-top: 72px !important;
        box-shadow: inset 0px 3px 20px -5px #5e5e5e !important;
    }

        .ma5menu__container a {
            font-size: 16px !important;
            color: #000 !important;
            border-bottom: none !important
        }

            .ma5menu__container a.topNavLink::before {
                font-family: "FontAwesome";
                content: "\f08e";
                position: absolute;
                right: 15px;
            }

            .ma5menu__container a.topNavLink {
                font-family: 'EuclidCircularA-Light',Arial,sans-serif;
                text-transform: capitalize;
            }

    .ma5menu__panel {
        top: 0 !important;
        background-color: #fff !important;
        box-shadow: inset 0px 5px 7px -4px #5e5e5e !important;
        z-index: 1000 !important;
    }

    .ma5menu__btn--enter {
        background-image: none !important;
        display: inline-block;
        height: 12px;
        position: relative;
        width: 12px;
        transform: none;
        background-color: transparent !important;
        right: 10px;
        padding: 10px;
        text-align: left;
    }

        .ma5menu__btn--enter::after {
            border-bottom-style: solid;
            border-bottom-width: 2px;
            border-right-style: solid;
            border-right-width: 2px;
            content: "";
            display: inline-block;
            height: 12px;
            right: 10px;
            position: absolute;
            top: 20px;
            width: 12px;
            transform: translateY(-50%) rotate(315deg);
            left: auto;
        }

        .ma5menu__btn--enter::after,
        .ma5menu__btn--enter .arrow::after {
            border-color: #000
        }

        .ma5menu__btn--enter::before,
        .ma5menu__btn--enter .arrow::before {
            background-color: transparent
        }

        .ma5menu__btn--enter:hover {
            background-color: transparent !important
        }

    .ma5menu__leave {
        color: #000 !important;
        text-align: left !important;
        padding-left: 20px !important;
        font-weight: 700 !important
    }

        .ma5menu__leave .ma5menu__btn--leave {
            background-image: none !important;
            display: inline-block;
            height: 12px;
            position: relative;
            width: 12px;
            transform: rotate(135deg);
            margin-right: 10px !important
        }

            .ma5menu__leave .ma5menu__btn--leave::after {
                border-bottom-style: solid;
                border-bottom-width: 2px;
                border-right-style: solid;
                border-right-width: 2px;
                content: "";
                display: inline-block;
                height: 12px;
                left: 0;
                position: absolute;
                top: 0;
                width: 12px
            }

            .ma5menu__leave .ma5menu__btn--leave::after,
            .ma5menu__leave .ma5menu__btn--leave .arrow::after {
                border-color: #000
            }

            .ma5menu__leave .ma5menu__btn--leave::before,
            .ma5menu__leave .ma5menu__btn--leave .arrow::before {
                background-color: #000
            }

            .ma5menu__leave .ma5menu__btn--leave::before {
                width: 0 !important
            }

        .ma5menu__leave .backTo {
            margin-right: 5px !important;
            font-weight: 500 !important
        }

    .menuFooter {
        display: flex !important;
        flex: 1 1 100% !important;
        justify-content: center !important;
        border: 1px solid #72c9f8 !important;
        padding: 10px !important;
        border-radius: 30px !important;
        font-weight: 700 !important
    }

        .menuFooter a {
            text-decoration: none !important;
            font-size: 18px !important
        }

    .ma5menu__panel > ul {
        background: #fff;
    }

    .mobileHeader {
        padding: 0 25px !important;
    }
}

.bkOpacity.apply, .bkOpacityLang.apply {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.bkOpacityLang.apply {
    z-index: 100;
}

@media screen and (min-width: 1024px) {
    .bkOpacity.apply.desk {
        top: 120px
    }

    .bkOpacity.apply.lang {
        top: 0
    }

    .ma5menu__container {
        display: none !important;
    }

    header {
        height: 120px !important;
    }

    .minimise header {
        height: 86px !important;
    }

    .minimise .bkOpacity.apply.desk {
        top: 86px !important;
    }

    .minimise header .desktopHeader .lowerRow .navLinks .navLink .contentBody {
        top: 86px;
    }
}

@media screen and (max-width: 767px) {
    .bkOpacity.apply.desk {
        display: none;
    }

    .minimise header {
        height: 72px;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1024px) {
    .desktopHeader .lowerRow .logo {
        line-height: 6;
    }

        .desktopHeader .lowerRow .logo img {
            height: 50% !important;
            margin-left: 9px !important;
        }

    .desktopHeader .lowerRow .navLinks .navLink {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
}

.desktopHeader {
    height: 135px
}

    .desktopHeader::before {
        content: "";
        width: 309px;
        height: 125px;
        background: url(/-/media10/Themes/IFS/IFS/IFS/images/splodges.svg) no-repeat right;
        position: absolute;
        left: 293px;
        top: -12px;
        transition: all .2s ease-in-out
    }

    .desktopHeader a {
        text-decoration: none
    }

        .desktopHeader a:hover {
            text-decoration: underline
        }

    .desktopHeader .upperRow .leftSec .components {
        margin-top: 15px
    }

        .desktopHeader .upperRow .leftSec .components ul {
            margin-bottom: 0
        }

            .desktopHeader .upperRow .leftSec .components ul li {
                margin: 0 12px
            }

    .desktopHeader .upperRow .leftSec a {
        font-size: .85rem;
        color: #1e1e1e;
        text-decoration: none
    }

        .desktopHeader .upperRow .leftSec a:hover {
            text-decoration: underline
        }



    .desktopHeader .lowerRow .logo {
        text-align: center;
        height: 75px
    }

        .desktopHeader .lowerRow .logo img {
            height: 100%;
            width: auto;
            margin-left: 40px;
            margin-top: -19px;
            position: relative;
        }

    .desktopHeader .lowerRow .contactBtn a {
        border: none;
        font-size: 1em;
        position: relative;
        z-index: 0;
        color: #1e1e1e;
        padding: 9px 25px;
        display: inline-block;
        border-radius: 26px;
        transition: all .2s ease-in-out;
        z-index: 0;
        background: linear-gradient(0deg, #8522e3 0%, #73caf8 0%)
    }

.minimise .desktopHeader .lowerRow .contactBtn a {
    padding: 10px 25px;
}

.desktopHeader .lowerRow .contactBtn a:before {
    content: "";
    border-radius: 26px;
    opacity: 0;
    z-index: -1;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #8522e3 10%, #73caf8 90%)
}

.desktopHeader .lowerRow .contactBtn a:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border-radius: 26px;
    z-index: -1
}

.desktopHeader .lowerRow .contactBtn a:hover {
    color: #8522e3;
    background-color: #8522e3;
    text-decoration: none;
}

    .desktopHeader .lowerRow .contactBtn a:hover:before {
        opacity: 1
    }

.desktopHeader .lowerRow .searchIcon img {
    width: 24px;
    height: 24px;
    /* visibility:hidden;*/
}

.desktopHeader .lowerRow .navLinks > ul {
    border-radius: 15px;
    background: rgba(255, 255, 255, .8);
    padding: 5px;
    list-style-type: none;
}

.desktopHeader .lowerRow .navLinks.open > ul {
    z-index: 10;
}

.desktopHeader .lowerRow .navLinks .navLink {
    position: relative;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

    .desktopHeader .lowerRow .navLinks .navLink > a {
        color: #232323;
        font-family: 'EuclidCircularA-Medium', Arial, sans-serif;
        padding-left: 8px;
        transition: all 0.3s ease-in-out;
        transition-delay: .5s;
    }

        .desktopHeader .lowerRow .navLinks .navLink > a:hover {
            text-decoration: none;
        }

        .desktopHeader .lowerRow .navLinks .navLink > a:after {
            content: "";
            position: absolute;
            left: 3px;
            right: 0;
            bottom: -15px;
            margin: 0 auto;
            height: 4px;
            width: 100%;
            background-color: #ff6374;
            border-radius: 2px;
            visibility: hidden
        }

        .desktopHeader .lowerRow .navLinks .navLink > a::before {
            content: "";
            position: absolute;
            right: -14px;
            top: 7px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: url(/-/media10/Themes/IFS/IFS/IFS/images/icons/carousel/chevron-black.svg) no-repeat center;
            transform: rotate(-90deg)
        }

        .desktopHeader .lowerRow .navLinks .navLink > a:hover:after {
            visibility: visible;
            opacity: 0.1;
        }

.desktopHeader .lowerRow .navLinks li.open > a:after {
    visibility: visible;
    opacity: 1 !important;
}

.desktopHeader .lowerRow .navLinks .navLink .contentBody {
    display: none;
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    width: 1000px;
    background-color: #fff;
    min-height: 550px;
    max-height: 550px;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    transition-delay: .5s;
}

.desktopHeader .lowerRow .navLinks .navLink.open > a::before {
    transform: rotate(90deg)
}

.desktopHeader .lowerRow .navLinks .navLink.open .contentBody {
    display: flex
}

    .desktopHeader .lowerRow .navLinks .navLink.open .contentBody .closeIcon {
        position: absolute;
        top: 5px;
        right: 5px;
        border-radius: 50%;
        background: #fff;
        padding: 8px 0px 6px 8px;
        width: 36px;
        height: 35px;
        z-index: 100;
        cursor: pointer
    }

        .desktopHeader .lowerRow .navLinks .navLink.open .contentBody .closeIcon img {
            width: 20px;
            height: 20px;
        }



@media screen and (min-width: 1024px) {

    .minimise .desktopHeader .upperRow {
        opacity: 0;
        transition: all .4s ease-in-out;
    }

        .minimise .desktopHeader .upperRow li, .minimise .desktopHeader .upperRow .languageDropdown {
            height: 0;
            transition: all .2s ease-in-out;
        }


    .minimise .desktopHeader .lowerRow .logo img {
        height: 60px;
        margin-top: 0;
    }

    .desktopHeader .lowerRow .navLinks .navLink.open .contentBody .closeIcon {
        right: -50px
    }

    #header .studio-search-widget--wrapper {
        z-index: 1;
    }

    .minimise #header .studio-search-widget--wrapper {
        transition: all .3s ease-in-out;
        top: 34px;
    }

    .languageDropdown {
        margin-top: 14px !important;
    }

    .rightSec {
        padding-left: 0 !important;
    }

    .studio-search-widget--wrapper #div-widget-id .search-wrapper {
        width: 74vw !important;
        top: 0 !important;
    }
}

.desktopHeader .lowerRow .navLinks .navLink .leftCol {
    border-top: 2px solid #e9e9e9;
    min-width: 500px;
    max-width: 500px;
    padding: 1em;
}

    .desktopHeader .lowerRow .navLinks .navLink .leftCol .searchBox {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 10px;
        position: relative;
    }

        .desktopHeader .lowerRow .navLinks .navLink .leftCol .searchBox #searchTerm {
            border-radius: 10px;
            background: rgba(233, 233, 233, .5);
            height: 48px;
            border: none;
            font-size: 16px;
            color: #232323;
            padding-left: 50px;
            padding-right: 10px;
            width: 100%
        }

        .desktopHeader .lowerRow .navLinks .navLink .leftCol .searchBox img {
            top: 50%;
            left: 5px;
            transform: translateY(-50%);
            padding: 1rem !important;
        }

    .desktopHeader .lowerRow .navLinks .navLink .leftCol .content .sectionHeader {
        color: #330065;
        font-size: 22px;
        font-weight: 600;
        margin-left: 15px;
        margin-right: 15px
    }

    .desktopHeader .lowerRow .navLinks .navLink .leftCol .content ul {
        padding-left: 0
    }

        .desktopHeader .lowerRow .navLinks .navLink .leftCol .content ul li {
            cursor: pointer;
            position: relative;
            list-style: none;
        }

            .desktopHeader .lowerRow .navLinks .navLink .leftCol .content ul li a {
                font-family: 'EuclidCircularA-Light', Arial, sans-serif;
                font-size: 16px;
                color: #232323;
                text-decoration: none;
                display: flex;
                padding: 10px 15px;
                border-radius: 15px;
                margin-right: 15px
            }

                .desktopHeader .lowerRow .navLinks .navLink .leftCol .content ul li a:hover {
                    background-color: #33ff94
                }

            .desktopHeader .lowerRow .navLinks .navLink .leftCol .content ul li.hasChildren > a::after {
                content: "";
                position: absolute;
                right: 15px;
                top: 0;
                width: 3rem;
                height: 3rem;
                border-radius: 50%;
                background: url(./images/chevron-black.svg) no-repeat center
            }

    .desktopHeader .lowerRow .navLinks .navLink .leftCol .content .backBtn::before {
        content: "";
        position: absolute;
        left: 13px;
        top: 14px;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        background: url(./images/chevron-black.svg) no-repeat center;
        transform: rotate(180deg);
        background-size: 14px 14px;
    }

    .desktopHeader .lowerRow .navLinks .navLink .leftCol .content .backBtn a {
        padding-left: 30px
    }

        .desktopHeader .lowerRow .navLinks .navLink .leftCol .content .backBtn a:hover {
            background-color: transparent
        }

        .desktopHeader .lowerRow .navLinks .navLink .leftCol .content .backBtn a b {
            margin-left: 5px
        }

    .desktopHeader .lowerRow .navLinks .navLink .leftCol .content .lvl_0 ul {
        max-height: 400px;
        min-height: 400px;
        overflow-y: auto;
    }

    .desktopHeader .lowerRow .navLinks .navLink .leftCol .content .lvl_1 {
        display: flex
    }

        .desktopHeader .lowerRow .navLinks .navLink .leftCol .content .lvl_1 ul {
            overflow-y: auto;
            max-height: 300px;
            min-height: 300px
        }

.desktopHeader .lowerRow .navLinks .navLink .rightCol {
    min-width: 500px;
    max-width: 500px;
    min-height: 550px;
    max-height: 550px;
    background-color: #f4f5f5
}

    .desktopHeader .lowerRow .navLinks .navLink .rightCol .contentImage {
        width: 500px
    }

    .desktopHeader .lowerRow .navLinks .navLink .rightCol .contentConatiner {
        padding: 5px 40px;
        display: flex;
        flex-wrap: wrap;
        background-color: #f4f5f5
    }

        .desktopHeader .lowerRow .navLinks .navLink .rightCol .contentConatiner h3 {
            font-size: 1.5rem
        }

        .desktopHeader .lowerRow .navLinks .navLink .rightCol .contentConatiner h3,
        .desktopHeader .lowerRow .navLinks .navLink .rightCol .contentConatiner p {
            flex: 0 0 100%;
            color: #1e1e1e;
        }


        .desktopHeader .lowerRow .navLinks .navLink .rightCol .contentConatiner a {
            color: #1e1e1e;
            padding: 15px 24px;
            border-radius: 26px;
            background-color: #f4f5f5;
            border: 1px solid #73caf8;
            line-height: 1;
            font-size: 16px;
            margin-top: 10px;
        }

.displayNone {
    display: none !important
}

.overflowYHidden {
    overflow-y: hidden !important
}

.contentBody ::-webkit-scrollbar {
    width: 5px
}

.content ul {
    scrollbar-width: thin;
}

.contentBody ::-webkit-scrollbar-thumb {
    background: #000
}

.overflowYHidden > li:first-child {
    padding-top: 0 !important
}

.desktopHeader ::marker, .mobileHeader ::marker {
    content: "";
}

.ma5menu__panel > ul li > .ma5menu__btn--enter + a {
    width: 80% !important;
}

.ma5menu__leave + .ma5menu__btn--enter {
    bottom: auto;
    height: auto;
    top: 74%;
}

.ma5menu__panel::-webkit-scrollbar {
    background-color: #fff;
}

.ma5menu__panel::-webkit-scrollbar-thumb {
    border-right: 3px solid #fff;
}


.fade-in {
    animation: fadeIn ease 0.5s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.studio-search-widget--wrapper {
    position: absolute !important;
    z-index: 100 !important;
    width: auto;
}


.rightSec .dropdown-menu ul {
    position: absolute;
    top: 10px;
    left: -55px;
    min-width: 123px;
    max-height: 165px;
    overflow-y: scroll;
    border-top-left-radius: 15px;
    background: #fff;
}

    .rightSec .dropdown-menu ul li {
        display: none;
    }

        .rightSec .dropdown-menu ul li a {
            color: #232323;
            font-size: .75rem;
            font-weight: 400;
        }



.rightSec .languageDropdown ul::-webkit-scrollbar {
    width: 9px
}

.rightSec .languageDropdown ul::-webkit-scrollbar-thumb {
    background-color: #e9e9e9;
    border: 3px solid #fff;
    border-radius: 20px;
}

.rightSec .languageDropdown ul {
    scrollbar-width: thin;
}


@media (min-width: 1024px) and (max-width: 1200px) {

    .desktopHeader .upperRow .leftSec {
        max-width: 90%;
    }

    .desktopHeader .lowerRow .contactBtn a {
        font-size: 0.9em;
        padding: 6px 15px;
    }

    .desktopHeader .lowerRow .searchIcon img {
        width: 20px;
        height: 20px;
        margin-top: 5px;
    }

    header {
        height: 121px !important;
    }

    .desktopHeader .lowerRow .navLinks .navLink .contentBody {
        width: 950px;
        transition: none;
        transition-delay: unset;
    }

    .desktopHeader .lowerRow .navLinks .navLink .leftCol, .desktopHeader .lowerRow .navLinks .navLink .rightCol {
        min-width: 475px;
    }

        .desktopHeader .lowerRow .navLinks .navLink .rightCol .contentImage {
            width: 475px;
        }

    .desktopHeader .lowerRow .navLinks .navLink.open .contentBody .closeIcon {
        right: -50px;
    }
}

.htmlComp img {
    width: 100%;
}

.studio-search-widget--wrapper #div-widget-id .studio-widget-search-icon:after {
    background-image: url(/-/media10/project/ifs/ifs/icons/search/search-black.svg) !important;
    background-size: 24px 24px;
    top: 0 !important;
}

.studio-search-widget--wrapper #div-widget-id.studio-search-widget.expanded .studio-widget-search-icon:after {
    top: -9px !important;
    padding: 0;
    background: url(/jscss/images/burger-close.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    line-height: 5.5;
}

@media screen and (max-width: 1355px) {
    .dropdown-menu {
    }
}

@media screen and (max-width: 1023px) {
    .studio-search-widget--wrapper {
        right: 86px !important;
        top: 20px !important;
        left: auto;
    }

        .studio-search-widget--wrapper #div-widget-id.studio-search-widget.expanded:before {
            box-shadow: 0 20px 26px -7px #5e5e5e !important;
        }

        .studio-search-widget--wrapper #div-widget-id .studio-widget-search-icon:after {
            top: -7px !important;
        }

        .studio-search-widget--wrapper #div-widget-id.studio-search-widget.expanded .studio-widget-search-icon:after {
            height: auto;
            top: -19px !important;
            right: -18px;
            left: auto;
            background-image: url(/jscss/images/burger-close.svg) !important;
            background-size: 20px 19px;
            height: 20px;
            width: 20px;
        }

        .studio-search-widget--wrapper #div-widget-id .search-wrapper {
            width: 82%;
            top: 58px;
        }

        .studio-search-widget--wrapper #div-widget-id.studio-search-widget.expanded .studio-widget-search-icon {
            right: -50px !important;
        }
}

.leftSec ul li a, .rightSec ul li a {
    font-family: 'EuclidCircularA', Arial, sans-serif;
}

.mobile-top-right {
    display: flex;
    justify-content: end;
    padding: 0 !important;
    max-height: 40px;
    margin-top: 20px;
    border: none;
}

.languageDropdown {
    position: relative;
    background: white;
    height: 30px;
    z-index: 100;
    min-width: 74px;
    width: fit-content;
}

    .languageDropdown button {
        background: white;
        border: none;
        height: 30px;
        padding: 4px 28px 4px 10px;
        border-radius: 20px;
        font-size: 11px;
        border: 1px solid #232323;
        min-width: 100px;
        text-align: left;
    }

.dropdown-menu {
    position: absolute;
    top: 28px;
    left: auto;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 110px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border-radius: 10px;
    border-top-right-radius: 0;
    height: 150px;
    overflow: auto;
}

    .dropdown-menu li a {
        color: #232323;
        padding: 3px 15px;
        display: block;
        font-family: 'EuclidCircularA', Arial, sans-serif;
        font-size: 11px;
    }

.languageDropdown.open > .dropdown-menu {
    display: block;
    background: white;
}

.languageDropdown button::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: url(/-/media10/Themes/IFS/IFS/IFS/images/icons/carousel/chevron-black.svg) no-repeat center;
    transform: rotate(-90deg);
    cursor: pointer;
}

.languageDropdown.open button::before {
    content: "";
    transform: rotate(90deg);
}

.languageDropdown .crossIcon {
    display: none;
    position: absolute;
    right: -20px;
    top: 0;
    background: #fff;
    height: 16px;
    width: 16px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    cursor: pointer;
    color: #8522e3;
}

.languageDropdown.open .crossIcon {
    display: block;
}

.languageDropdown.open {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .languageDropdown.open button {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: none;
    }

html {
    overflow: none;
    overflow-x: hidden;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}


/* ::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #360065;
    border-radius: 20px;
} */

.languageDropdown.open:after {
    content: "";
    position: absolute;
    width: 108px;
    height: 24px;
    right: -2px;
    left: auto;
    top: 156px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);
    opacity: 0;
    animation: search-gradient .2s .3s forwards;
    /* z-index: 1000; */
}

.desktopHeader .upperRow, .desktopHeader .lowerRow {
    transition: all .5s ease-in-out;
}

.htmlComp img {
    width: 100%;
}

.assystHeader .desktopHeader .lowerRow .logo img {
    margin-top: -9px;
}

.assystHeader #header:before {
    background: none;
}


.assystHeader .bkOpacity.apply {
    top: 120px;
}

.assystHeader .studio-search-widget--wrapper {
    right: 51px;
}

html.ma5menu--active {
    overflow: hidden !important;
}

.no-scroll {
    overflow: hidden !important;
    margin-right: 8px;
}

    .no-scroll header {
        padding-right: 8px;
    }

header {
    transition: height 0.2s ease-in-out;
}
