.menu-tree li {
    list-style: none;
}

.menu-tree .blueColor {
    color: rgb(60, 134, 200) !important;
    text-decoration: none !important;
    background: none !important;
}

.menu-tree .menu-tree-list {
    color: rgb(31, 31, 31);
    outline: none;
    list-style: none;
    text-align: right;
    min-width: auto;
    padding: 0px 32px 0px;
    box-shadow: unset;
    margin: unset;
    width: 100%;
    font-family: Ubuntu;
    font-size: 18px;
    overflow: auto;
}

@media screen and (min-width: 1200px) {
    .menu-tree .menu-tree-list {
        min-width: 400px;
        padding: 40px 32px 0px;
    }
}

.menu-tree .menu-tree-list-item {
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
    display: list-item;
    text-align: -webkit-match-parent;
}

    .menu-tree .menu-tree-list-item .submenu {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767px) {
    .menu-tree .menu-tree-list-item .submenu {
        text-overflow: initial;
        text-align: left;
        white-space: normal;
    }
}

.menu-tree .menu-tree-list-item-submenu-title {
    border-bottom: 1px solid rgb(217, 224, 236);
    border-radius: 4px 4px 0px 0px;
    color: rgb(74, 74, 74);
    text-decoration: none;
    background: none;
    padding: 0px;
    position: relative;
    white-space: nowrap;
    margin: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

    .menu-tree .menu-tree-list-item-submenu-title .submenu,
    .menu-tree .menu-tree-list-item-submenu-title .level0 {
        min-height: 50px;
        line-height: 3.5;
    }

@media (min-width: 1200px) {
    .menu-tree .menu-tree-list-item-submenu-title .submenu,
    .menu-tree .menu-tree-list-item-submenu-title .level0 {
        font-weight: 500;
        font-size: 16px;
        line-height: 40px;
        padding: 5px 30px 5px 0px;
        min-height: unset;
        line-height: unset;
    }
}

.menu-tree .menu-tree-list-item-submenu-title .submenu span,
.menu-tree .menu-tree-list-item-submenu-title .level0 span {
    color: rgb(74, 74, 74);
    text-decoration: none;
    background: none;
}

.menu-tree .menu-tree-list-item-submenu-title .submenu a,
.menu-tree .menu-tree-list-item-submenu-title .level0 a {
    color: rgb(74, 74, 74);
    text-decoration: none;
    background: none;
}

.menu-tree .menu-tree-list-item .icon img {
    width: 20px;
    height: 20px;
}

.menu-tree .menu-tree-list-item .icon .up {
    transform: rotate(90deg);
}

.menu-tree .menu-tree-list-item .icon .down {
    transform: rotate(-90deg);
}

.menu-tree .menu-tree-level1-list {
    box-shadow: none;
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    color: rgb(74, 74, 74);
    text-decoration: none;
    background: none;
    outline: none;
}

.menu-tree .menu-tree-level1-list-item {
    padding: 0px;
    color: rgb(74, 74, 74);
    text-decoration: none;
    background: none;
}

.menu-tree .menu-tree-level1-list-item-submenu-title {
    color: rgb(60, 134, 200);
    text-decoration: none;
    background: none;
    position: relative;
    display: block;
    white-space: nowrap;
    margin: 0px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

    .menu-tree .menu-tree-level1-list-item-submenu-title .submenu,
    .menu-tree .menu-tree-level1-list-item-submenu-title .level0 {
        padding: 5px 20px 5px 0px;
        color: rgb(60, 134, 200);
        text-decoration: none;
        background: none;
        box-sizing: border-box;
    }

@media (min-width: 768px) {
    .menu-tree .menu-tree-level1-list-item-submenu-title .submenu,
    .menu-tree .menu-tree-level1-list-item-submenu-title .level0 {
        padding: 5px 50px 5px 0px;
    }
}

.menu-tree .menu-tree-level1-list-item-submenu-title .submenu span,
.menu-tree .menu-tree-level1-list-item-submenu-title .level0 span {
    color: rgb(74, 74, 74);
    text-decoration: none;
    background: none;
}

.menu-tree .menu-tree-level1-list-item-submenu-title .submenu a,
.menu-tree .menu-tree-level1-list-item-submenu-title .level0 a {
    color: rgb(74, 74, 74);
    text-decoration: none;
    background: none;
}

.menu-tree .menu-tree-level1-list-item .icon {
    position: absolute;
    right: 0;
}

    .menu-tree .menu-tree-level1-list-item .icon img {
        width: 20px;
        height: 20px;
    }

.menu-tree .menu-tree-level1-list-item > .icon .down {
    transform: rotate(90deg);
}

.menu-tree .menu-tree-level1-list-item > .icon .up {
    transform: rotate(-90deg);
}

.menu-wrapper {
    height: 540px;
    background: #ffffff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
    position: fixed;
    z-index: 1000000000000000000;
    display: flex;
    right: 0px;
    top: 50px;
}

@media (min-width: 1200px) {
    .menu-wrapper {
        top: 0px;
        width: unset;
    }
}

.menu-wrapper-tree {
    overflow-x: hidden;
    overflow: auto;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: thin; /* for Firefox */
    /* Optional: show position indicator in red */
    width: 100%;
    max-width: 400px;
    user-select: none;
}

    .menu-wrapper-tree::-webkit-scrollbar {
        display: thin;
        width: 0; /* Remove scrollbar space */
        background: transparent; /* Optional: just make scrollbar invisible */
    }

    .menu-wrapper-tree::-webkit-scrollbar-thumb {
        display: none;
        background: transparent;
    }

    .menu-wrapper-tree.opened {
        width: 100%;
        width: 400px;
    }

.menu-wrapper-box {
    width: 60px;
    height: 100%;
    padding: 46px 18px 36px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
    order: 1;
}

.menu-wrapper-box-header {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.menu-wrapper-box .menu {
    cursor: pointer;
}

.menu-wrapper-box .menuline {
    margin-top: 17px;
}

.menu-wrapper-box .expand {
    margin-top: 20px;
}

.menu-wrapper-box .linkedin {
    margin-top: 20px;
    cursor: pointer;
}

.menu-wrapper-box .youtube {
    margin-top: 20px;
    cursor: pointer;
}

.menu-wrapper-box .menutitle {
    color: #004587;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

    .menu-wrapper-box .menutitle.en {
        margin-top: 15px;
    }

    .menu-wrapper-box .menutitle.menutitle {
        margin-top: 6px;
    }

.menu-wrapper-link .subtitle {
    color: #004587;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

    .menu-wrapper-link .subtitle.en {
        margin-top: 15px;
    }

    .menu-wrapper-link .subtitle.menutitle {
        margin-top: 6px;
    }

#header {
    position: relative;
    z-index: 9999;
}

.container-wrapper {
    margin-bottom: 50px;
}

@media screen and (min-width: 1200px) {
    .container-wrapper {
        margin-bottom: 0px;
    }
}

.header-desktop-wrapper {
    display: flex;
    width: 100%;
    background: #FFFF;
    max-height: 96px;
    height: fit-content;
    padding: 24px 96px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    /*    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04);
*/
}

@media screen and (max-width: 1320px) {
    .header-desktop-wrapper {
        padding: 24px 48px;
    }
}

.header-desktop-wrapper .text-input {
    display: flex;
    height: fit-content !important;
    padding: 10px 20px;
    align-items: center;
    gap: 12px;
    border-radius: 99px;
    background: #F4F7FB;
}

    .header-desktop-wrapper .text-input input {
        font-weight: 400 !important;
        border-width: initial !important;
        border-style: none !important;
        border-color: initial !important;
        border-image: initial !important;
        height: fit-content !important;
        font-family: Ubuntu;
        font-style: normal;
        line-height: 18px;
        font-size: 13px;
        display: inline-block;
        transition: all 0.3s ease 0s;
        margin: 0px 0px 0px 28px;
        overflow: visible;
        box-sizing: border-box;
        cursor: text;
        color: red;
        -webkit-rtl-ordering: logical;
        -webkit-appearance: textfield;
        text-rendering: auto;
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        text-align: start;
        background: transparent;
        padding: 0px !important;
    }

.header-desktop-wrapper .header-blog {
    color: #004587;
    /* Subtitle/Medium/S1 */
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: 28px; /* 140% */
}

.header-mobile-wrapper .header-blog {
    color: #004587;
    /* Subtitle/Medium/S1 */
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: 24px; /* 140% */
}


.header-desktop-wrapper input::placeholder {
    color: #004587 !important;
}



.desktop-header-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    height: -webkit-fill-available;
}

.horizontal-menu-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: flex-start;
}

    .horizontal-menu-item .menu-link {
        font-family: "Ubuntu";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-decoration: none;
        gap: 6px;
        display: flex;
        color: #000;
        cursor: pointer;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        transition: all 1s;
    }

.cursor-default {
    cursor: default !important;
}

.desktop-header-menu-popup {
    display: flex;
    opacity: 0;
    transform: translateY(10px);
    max-height: 0px;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    gap: 16px;
    position: absolute;
    top: 70px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.10);
}

    .desktop-header-menu-popup .menu-divider {
        width: 100%;
        height: 1px;
        background: #D9E0EC;
    }

    .desktop-header-menu-popup .sub-menu-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }

        .desktop-header-menu-popup .sub-menu-item .sub-menu-link {
            font-family: "Ubuntu";
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px;
            text-decoration: none;
            gap: 16px;
            display: flex;
            cursor: pointer;
            width: 100%;
            color: #000;
            align-items: center;
            justify-content: space-between;
            height: 100%;
            transition: all 1s;
        }

        .desktop-header-menu-popup .sub-menu-item .inner-sub-menu {
            display: flex;
            opacity: 0;
            margin-top: -16px;
            transform: translateY(10px);
            max-height: 0px;
            overflow: hidden;
            visibility: hidden;
            transition: all 0.3s ease;
            flex-direction: column;
            align-items: flex-start;
            padding-left: 10px;
            list-style: none;
            gap: 16px;
            background: #FFF;
        }

            .desktop-header-menu-popup .sub-menu-item .inner-sub-menu.expand-inner-sub-menu-popup {
                opacity: 1;
                transform: translateY(0);
                max-height: 5000px;
                visibility: visible;
                z-index: 9999;
                margin-top: 0px;
                display: flex;
                overflow: hidden;
                transition: all 0.3s ease;
                flex-direction: column;
                align-items: flex-start;
                padding-left: 10px;
                list-style: none;
                gap: 16px;
                background: #FFF;
            }

            .desktop-header-menu-popup .sub-menu-item .inner-sub-menu .inner-sub-menu-item {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                gap: 16px;
            }

                .desktop-header-menu-popup .sub-menu-item .inner-sub-menu .inner-sub-menu-item .inner-sub-menu-link {
                    font-family: "Ubuntu";
                    font-size: 15px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 18px;
                    text-decoration: none;
                    display: flex;
                    cursor: pointer;
                    color: #000;
                    align-items: center;
                    justify-content: center;
                    height: 100%;
                    transition: all 1s;
                }

.expand-header-menu-popup {
    opacity: 1;
    transform: translateY(0);
    max-height: 5000px;
    visibility: visible;
    z-index: 9999;
}

.expand-menu:hover {
    cursor: pointer;
}

.expand-header-sub-menu-popup {
    opacity: 1;
    transform: translateY(0);
    max-height: 5000px;
    visibility: visible;
    z-index: 9999;
}

.expand-inner-sub-menu-popup {
    opacity: 1;
    transform: translateY(0);
    max-height: 5000px;
    visibility: visible;
    z-index: 9999;
}


.horizontal-menu-item:hover .menu-link,
.desktop-header-menu-popup .sub-menu-item .sub-menu-link:hover,
.desktop-header-menu-popup .sub-menu-item .inner-sub-menu .inner-sub-menu-item .inner-sub-menu-link:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #004587;
}


.header-desktop .cursor-pointer {
    cursor: pointer;
}

.header-mobile-wrapper {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
    background: #fff;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #d9e0ec;
}

.text-input {
    position: relative;
}

    .text-input input {
        position: relative;
        display: inline-block;
        height: 42px;
        font-size: 12px;
        line-height: 14px;
        color: rgb(31, 31, 31);
        background-color: rgb(255, 255, 255);
        background-image: none;
        border-radius: 4px;
        transition: all 0.3s ease 0s;
        width: 100%;
        min-width: auto;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 400;
        border: 1px solid rgb(217, 224, 236);
        box-shadow: unset !important;
        padding: 0px 16px !important;
    }

        .text-input input::placeholder {
            color: #bdbdbd;
        }

        .text-input input:focus-visible {
            outline: 0;
        }

        .text-input input:focus,
        .text-input input:active,
        .text-input input:hover {
            box-shadow: none !important;
            border-color: #0a0ac8;
        }

.text-input-prefix {
    padding-left: 20px;
    fill: #004587;
}

.text-input .prefix {
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    color: rgb(31, 31, 31);
    z-index: 1;
    fill: #004587;
}

@media (max-width: 768px) {
    div.search-modal .modal-root-wrapper-document {
        top: 0;
        margin: 0;
        height: 100%;
        width: 100%;
    }

    div.search-modal .modal-root-wrapper-document-content {
        display: flex;
        flex-direction: column;
    }

    div.search-modal .modal-root-wrapper-document-content-body {
        height: auto;
        max-height: unset;
        flex-grow: 1;
    }
}

@media (min-width: 1200px) {
    div.search-modal .modal-root-wrapper-document {
        width: 1000px !important;
    }
}

div.search-modal .modal-root-wrapper-document-content-header {
    border: none;
}

    div.search-modal .modal-root-wrapper-document-content-header h5 {
        font-size: 18px;
        margin-bottom: 0;
        color: #004587;
    }

div.search-modal .search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    div.search-modal .search-wrapper button {
        margin: 0;
        width: 78px;
        background-color: #4aa0eb;
        margin-left: 8px;
    }

div.search-modal .search-result {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    z-index: 2;
}

    div.search-modal .search-result ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    div.search-modal .search-result .search-result-link {
        display: block;
        font-size: 14px;
        color: black;
        text-decoration: none;
        padding: 8px 10px 8px 40px;
    }

        div.search-modal .search-result .search-result-link:hover {
            background-color: #f4f7fb;
        }

div.search-modal .search-input {
    position: relative;
    width: 100%;
}

    div.search-modal .search-input input {
        width: 100%;
        margin-right: 8px;
        padding: 4px 10px 4px 40px;
        height: 42px;
        background-color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #000;
        border-radius: 8px;
        border: 1px solid #e0e0e0;
    }

        div.search-modal .search-input input:focus {
            box-shadow: none;
            outline: none;
        }

        div.search-modal .search-input input.active {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom: 0;
        }

    div.search-modal .search-input:after {
        content: "";
        background-image: url("./images/search-2.svg");
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        display: block;
    }

div.search-modal .modal-root-wrapper-document-content-body {
    display: block;
    padding: 9px 20px 12px;
}

    div.search-modal
    .modal-root-wrapper-document-content-body > div.frequent-searches {
        margin-top: 24px;
        padding-bottom: 12px;
        border-bottom: 1px solid #d9e0ec;
    }

        div.search-modal
        .modal-root-wrapper-document-content-body > div.frequent-searches
        h6 {
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 12px;
        }

        div.search-modal
        .modal-root-wrapper-document-content-body > div.frequent-searches
        div.fund-tag-wrapper {
            display: flex;
            flex-wrap: wrap;
        }

            div.search-modal
            .modal-root-wrapper-document-content-body > div.frequent-searches
            div.fund-tag-wrapper
            button.fund-tag {
                border-radius: 8px;
                padding: 12px;
                background-color: #f4f7fb;
                color: #004587;
                font-weight: 500;
                margin: 0 12px 12px 0;
                border: none;
            }

    div.search-modal .modal-root-wrapper-document-content-body > div.shortcuts {
        margin-top: 16px;
    }

        div.search-modal .modal-root-wrapper-document-content-body > div.shortcuts h6 {
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 12px;
        }

        div.search-modal
        .modal-root-wrapper-document-content-body > div.shortcuts
        div.shortcut-wrapper {
            display: flex;
            flex-wrap: wrap;
        }

            div.search-modal
            .modal-root-wrapper-document-content-body > div.shortcuts
            div.shortcut-wrapper
            button.shortcut {
                border-radius: 8px;
                padding: 10px 24px;
                border: 1px solid #d9e0ec !important;
                color: #004587;
                font-weight: 600;
                margin: 0 12px 12px 0;
                border: none;
                background-color: #fff !important;
            }

.modal-root {
    font-size: 14px;
    font-family: OpenSans, "YK-Font", Arial, sans-serif;
    letter-spacing: 0.01em;
}

.modal-root-mask {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(55, 55, 55, 0.6);
    height: 100%;
    z-index: 1000;
}

.modal-root-wrapper {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    overflow: auto;
    outline: 0px;
}

.modal-root-wrapper-document {
    position: relative;
    width: 80%;
    margin: 10px auto;
    top: 10vh;
    position: relative;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .modal-root-wrapper-document {
        top: 100px;
    }
}

@media(max-width:1200px) {
    .modal-root-wrapper-document {
        width: 100%;
        margin: 10px 0px;
    }

    .modal-root-wrapper {
        padding: 0px 16px;
    }
}

.modal-root-wrapper-document-content {
    position: relative;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 4px;
    font-size: 14px;
    font-family: OpenSans, "YK-Font", Arial, sans-serif;
    letter-spacing: 0.01em;
}

.modal-root-wrapper-document-content-button {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 9999;
    line-height: 1;
    opacity: 0.3;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: transparent;
    outline: none;
    text-decoration: none;
    font-family: OpenSans, "YK-Font", Arial, sans-serif;
    text-transform: none;
    overflow: visible;
    margin: 0px;
}

@media (min-width: 1200px) {
    .modal-root-wrapper-document-content-button {
        right: 24px;
        top: 24px;
    }
}

.modal-root-wrapper-document-content-header {
    padding: 24px 45px 15px 20px;
    border-radius: 4px 4px 0px 0px;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(207, 207, 207);
    font-size: 16px;
    font-weight: 500;
    color: rgb(20, 20, 20);
    margin: 0px;
}

.modal-root-wrapper-document-content-body {
    display: flex;
    max-height: 80vh;
    text-align: left;
    gap: 10px 10px;
    padding: 20px 24px;
    overflow: auto;
}

@media (min-width: 768px) {
    .modal-root-wrapper-document-content-body {
        max-height: calc(100vh - 220px);
    }
}

.modal-root.j-auto {
    display: none;
}

    .modal-root.j-auto.open {
        display: block;
    }

.button {
    color: rgb(255, 255, 255);
    background-color: rgb(70, 145, 251);
    border-color: rgb(70, 145, 251);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    outline: 0px;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    border-radius: 4px;
    margin: 0px 10px 0px 0px;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: relative;
    text-transform: none;
    overflow: visible;
    height: 42px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
}

    .button:hover {
        background-color: rgb(49, 111, 212);
        border-color: rgb(49, 111, 212);
    }

    .button:active {
        background-color: rgb(31, 81, 173);
        border-color: rgb(31, 81, 173);
    }

    .button.secondary {
        border-color: #d9e0ec !important;
        color: #3c86c8 !important;
        background-color: #ffffff !important;
    }

        .button.secondary:hover {
            color: #ffffff !important;
            background-color: #4aa0eb !important;
        }

fieldset[disabled] .multiselect {
    pointer-events: none;
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 40px;
    height: 38px;
    background: #fff;
    display: block;
}

    .multiselect__spinner:after,
    .multiselect__spinner:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        margin: -8px 0 0 -8px;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        border: 2px solid transparent;
        border-top-color: #41b883;
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent;
    }

    .multiselect__spinner:before {
        -webkit-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
        animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .multiselect__spinner:after {
        -webkit-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
        animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
    opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
    font-family: inherit;
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.multiselect {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e;
}

    .multiselect * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .multiselect:focus {
        outline: none;
    }

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: 0.6;
}

.multiselect--active {
    z-index: 50;
}

    .multiselect--active:not(.multiselect--above) .multiselect__current,
    .multiselect--active:not(.multiselect--above) .multiselect__input,
    .multiselect--active:not(.multiselect--above) .multiselect__tags {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .multiselect--active .multiselect__select {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.multiselect__input,
.multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    -webkit-transition: border 0.1s ease;
    transition: border 0.1s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top;
}

    .multiselect__input::-webkit-input-placeholder {
        color: #35495e;
    }

    .multiselect__input::-moz-placeholder {
        color: #35495e;
    }

    .multiselect__input:-ms-input-placeholder {
        color: #35495e;
    }

    .multiselect__input::-ms-input-placeholder {
        color: #35495e;
    }

    .multiselect__input::placeholder {
        color: #35495e;
    }

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
    width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
    border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
    border-color: #a8a8a8;
    outline: none;
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px;
}

.multiselect__tags-wrap {
    display: inline;
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px;
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #41b883;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 5px;
}

    .multiselect__tag-icon:after {
        content: "\D7";
        color: #266d4d;
        font-size: 14px;
    }

    .multiselect__tag-icon:focus,
    .multiselect__tag-icon:hover {
        background: #369a6e;
    }

        .multiselect__tag-icon:focus:after,
        .multiselect__tag-icon:hover:after {
            color: #fff;
        }

.multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 30px 0 12px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

.multiselect__current,
.multiselect__select {
    line-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}

.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

    .multiselect__select:before {
        position: relative;
        right: 0;
        top: 65%;
        color: #999;
        margin-top: 4px;
        border-color: #999 transparent transparent;
        border-style: solid;
        border-width: 5px 5px 0;
        content: "";
    }

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
    display: none;
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch;
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
    display: none;
}

.multiselect__element {
    display: block;
}

.multiselect__option {
    display: block;
    padding: 12px;
    min-height: 40px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

    .multiselect__option:after {
        top: 0;
        right: 0;
        position: absolute;
        line-height: 40px;
        padding-right: 12px;
        padding-left: 20px;
        font-size: 13px;
    }

.multiselect__option--highlight {
    background: #41b883;
    outline: none;
    color: #fff;
}

    .multiselect__option--highlight:after {
        content: attr(data-select);
        background: #41b883;
        color: #fff;
    }

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700;
}

    .multiselect__option--selected:after {
        content: attr(data-selected);
        color: silver;
        background: inherit;
    }

    .multiselect__option--selected.multiselect__option--highlight {
        background: #ff6a6a;
        color: #fff;
    }

        .multiselect__option--selected.multiselect__option--highlight:after {
            background: #ff6a6a;
            content: attr(data-deselect);
            color: #fff;
        }

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6;
}

.multiselect__option--disabled {
    background: #ededed !important;
    color: #a6a6a6 !important;
    cursor: text;
    pointer-events: none;
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e;
}

    .multiselect__option--group.multiselect__option--highlight {
        background: #35495e;
        color: #fff;
    }

        .multiselect__option--group.multiselect__option--highlight:after {
            background: #35495e;
        }

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff;
}

    .multiselect__option--group-selected.multiselect__option--highlight:after {
        background: #ff6a6a;
        content: attr(data-deselect);
        color: #fff;
    }

.multiselect-enter-active,
.multiselect-leave-active {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
    opacity: 0;
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}

[dir="rtl"] .multiselect {
    text-align: right;
}

[dir="rtl"] .multiselect__select {
    right: auto;
    left: 1px;
}

[dir="rtl"] .multiselect__tags {
    padding: 8px 8px 0 40px;
}

[dir="rtl"] .multiselect__content {
    text-align: right;
}

[dir="rtl"] .multiselect__option:after {
    right: auto;
    left: 0;
}

[dir="rtl"] .multiselect__clear {
    right: auto;
    left: 12px;
}

[dir="rtl"] .multiselect__spinner {
    right: auto;
    left: 1px;
}

@-webkit-keyframes spinning {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(2turn);
        transform: rotate(2turn);
    }
}

@keyframes spinning {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(2turn);
        transform: rotate(2turn);
    }
}

.multiselect__option--disabled {
    background: rgb(255, 255, 255) !important;
    color: rgb(31, 31, 31) !important;
    border: none !important;
}

.multiselect__tag {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(217, 224, 236);
    color: rgb(140, 140, 140);
}

.multiselect__option--selected {
    background: rgb(179, 193, 199);
}

.multiselect__option--highlight {
    background-color: rgb(232, 232, 232) !important;
    color: rgb(31, 31, 31) !important;
}

    .multiselect__option--highlight::after {
        display: none !important;
    }

.multiselect__tag {
    line-height: 24px;
    height: 34px;
}

.multiselect__tag-icon {
    line-height: 30px;
}

    .multiselect__tag-icon:focus,
    .multiselect__tag-icon:hover {
        background: rgb(255, 255, 255) !important;
        outline: none;
    }

        .multiselect__tag-icon:focus:after,
        .multiselect__tag-icon:hover:after {
            color: rgb(31, 31, 31);
        }

.multiselect__option {
    border-bottom: 1px solid #d9e0ec;
}

    .multiselect__option .option__checkbox {
        position: relative;
        top: 2px;
        left: 0px;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-width: 1px;
        border-style: solid;
        border-radius: 4px;
        background-color: rgb(255, 255, 255);
        border-color: rgb(0, 69, 135);
    }

        .multiselect__option .option__checkbox.checked {
            background: rgb(85, 184, 117);
            border-color: rgb(85, 184, 117);
        }

        .multiselect__option .option__checkbox:after {
            transform: rotate(45deg);
            position: absolute;
            left: 5px;
            top: 3px;
            display: table;
            width: 6px;
            height: 10px;
            content: " ";
            border-width: 0px 2px 2px 0px;
            border-style: solid solid;
            border-color: rgb(255, 255, 255);
            border-image: initial;
            border-top: 0px;
            border-left: 0px;
        }

.multiselect.empty-select .multiselect__tags {
    height: 40px;
}

.multiselect.empty-select .multiselect__placeholder {
    padding: 0px 0px 0px 8px;
}

.multiselect__select {
    height: 100%;
}

    .multiselect__select::before {
        top: 50%;
    }

.multiselect__placeholder {
    padding: 8px;
    padding-top: 0;
}

.contact-wrapper {
    z-index: 999;
    position: fixed;
    right: 0;
    bottom: 24px;
}

.contact-icon {
    margin-right: 10px;
    width: 26px;
}

.contact-kvkk {
    cursor: pointer;
    text-decoration-line: underline;
}

.contact-title {
    color: #004587;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}

@media (min-width: 1200px) {
    .contact-title {
        font-size: 32px;
        line-height: 37px;
    }
}

.contact-subtitle {
    color: #000;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin-top: 12px;
}

@media (min-width: 1200px) {
    .contact-subtitle {
        margin-top: 16px;
    }
}

.contact-button {
    background: #ffffff !important;
    color: #004587 !important;
    height: 44px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    padding: 0px 27px !important;
    margin: unset !important;
    border: none !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) !important;
    border-radius: 999px !important;
}

    .contact-button:hover,
    .contact-button:active {
        background-color: transparent;
        border-color: transparent;
    }

.contact-button-wrapper {
    display: flex;
    align-items: center;
}

.contact .text-input input {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    border: 1px solid #d9e0ec;
    box-shadow: unset !important;
    padding: 0px 16px !important;
    border-radius: 4px !important;
}

.contact .text-input ::placeholder {
    color: #bdbdbd !important;
}

.contact .modal-root-wrapper-document {
    width: unset !important;
    max-width: 800px !important;
}

.contact-form .form-item {
    padding-top: 24px;
}

.contact-form-checkbox {
    margin: 0px 10px 0px 0px;
}

.contact-form-checkbox-wrapper {
    display: flex;
}

.contact-form-submit {
    margin: 24px 0px 30px 0px;
}

    .contact-form-submit .button {
        background-color: #4aa0eb;
        border-color: #4aa0eb;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.14);
    }

.contact-form .multiselect__tags {
    height: 40px !important;
}

.contact-form .multiselect__select {
    height: 40px !important;
}

.kvkk-wrapper {
    display: flex;
    align-items: center;
}

.kvkk-title {
    color: #004587;
    font-family: Ubuntu;
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
}

.kvkk-icon {
    cursor: pointer;
    margin-right: 18px;
}

.checkbox-wrapper {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    line-height: 0;
    vertical-align: bottom;
    width: auto !important;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #9e9e9e;
    background-color: #ffffff;
}

    .checkbox-wrapper:focus {
        border-color: rgb(0, 69, 135);
        outline: 0px;
        box-shadow: rgba(83, 139, 173, 0.95) 0px 0px 3px 3px;
        border-right-width: 1px;
    }

    .checkbox-wrapper:hover {
        border-color: rgb(0, 69, 135);
    }

.checkbox-input {
    white-space: nowrap;
    position: absolute;
    inset: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
}

.checkbox-inner {
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.checkbox-inner-checked::after {
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
    display: table;
    width: 6px;
    height: 10px;
    border-width: 0px 2px 2px 0px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: rgb(0, 69, 135);
    border-bottom-color: rgb(0, 69, 135);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    border-left-style: initial;
    border-left-color: initial;
    content: " ";
}

.formitem input {
    border-radius: 8px !important;
}

.formitem-label {
    color: #004587;
    padding: 0px 0px 7px 0px;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
}

.formitem-message {
    color: #e64139;
    padding: 5px 0px 0px 0px;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
}

.formitem-invalid .textarea {
    border-color: #e64139;
}

    .formitem-invalid .textarea:focus,
    .formitem-invalid .textarea:active,
    .formitem-invalid .textarea:hover {
        border-color: #e64139;
    }

.formitem-invalid .checkbox-wrapper {
    border-color: #e64139;
}

    .formitem-invalid .checkbox-wrapper:focus,
    .formitem-invalid .checkbox-wrapper:active,
    .formitem-invalid .checkbox-wrapper:hover {
        border-color: #e64139;
    }

.formitem-invalid .text-input input {
    border-color: #e64139;
}

    .formitem-invalid .text-input input:focus,
    .formitem-invalid .text-input input:active,
    .formitem-invalid .text-input input:hover {
        border-color: #e64139;
    }

.textarea {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #d9e0ec;
    box-shadow: unset !important;
    padding: 12px 16px;
    height: 95px;
    resize: none !important;
    border-radius: 4px;
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

    .textarea::placeholder {
        color: #bdbdbd !important;
    }

@media (min-width: 1200px) {
    .textarea {
        height: 155px;
    }
}

.textarea:focus {
    border-color: rgb(0, 69, 135);
    outline: 0px;
    box-shadow: rgba(83, 139, 173, 0.95) 0px 0px 3px 3px;
    border-right-width: 1px;
}

.textarea:hover {
    border-color: rgb(0, 69, 135);
}

.textarea-counter {
    text-align: right;
    font-weight: 500;
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
}

.kvkk pre {
    color: #4a4a4a;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-wrap: wrap;
    margin: 0px;
}

.kvkk a {
    color: #4a4a4a;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline !important;
    cursor: pointer;
}

.success-image {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.success-subtitle {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    color: #4a4a4a;
    text-align: center;
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    max-width: 540px;
}

.success-button {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 70px;
}

    .success-button .button {
        width: 150px;
        background-color: #4aa0eb;
        border-color: #4aa0eb;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.14);
    }

@media (min-width: 1200px) {
    .success-image {
        margin-top: 60px;
    }
}

#cookie-policy-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    color: #000;
    background-color: #e6f5fb !important;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
}

    #cookie-policy-popup .container {
        background-color: #e6f5fb !important;
    }

    #cookie-policy-popup a {
        color: #004587;
        text-decoration: underline;
        font-weight: 500;
        cursor: pointer;
    }

    #cookie-policy-popup .cookie-policy-popup__close {
        cursor: pointer;
        font-size: 20px;
    }

    #cookie-policy-popup .cookie-policy-popup__content {
        margin-right: 20px;
    }

    #cookie-policy-popup .cookie-policy-popup__button {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #fff;
        padding: 10px 20px;
        background: linear-gradient(0deg, #4aa0eb 0%, #4aa0eb 100%);
        border: 1px solid #4aa0eb;
        border-radius: 10px;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        white-space: nowrap;
        word-wrap: normal;
        min-width: 154px;
    }

@media(max-width:991px) {
    #cookie-policy-popup .cookie-policy-popup__button {
        width: 100%;
        min-width: 154px;
    }
}

.cookie-options-form-title {
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #004587;
}

.cookie-options-form-subtitle {
    margin-top: 24px;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.cookie-options-form-switch {
    margin-top: 24px;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #4aa0eb;
    display: flex;
    justify-content: flex-end;
    align-items: start;
}

.cookie-options-form-content {
    margin-top: 12px;
    font-family: Ubuntu;
    font-size: 13px;
    white-space: normal;
    word-wrap: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.cookie-options-form-divider {
    margin-top: 24px;
    border-top: 1px solid #d9e0ec;
}

.cookie-options-form-submit {
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.cookie-options-form .button {
    color: #fff;
    padding: 10px 24px;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    background: #4aa0eb;
    border: 1px solid #4aa0eb;
    border-radius: 10px;
    text-align: center;
    margin: unset;
    margin-bottom: 24px;
    height: unset;
    cursor: pointer;
}

.form-check-input {
    width: 44px;
    height: 24px;
    cursor: pointer;
}

.form-switch .form-check-input {
    width: 44px;
    border-radius: 24px;
}

.form-check-input:focus {
    box-shadow: unset;
}

.form-check-input:checked {
    background-color: #0588da;
    border-color: #0588da;
}

.form-check-input:disabled {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    opacity: unset;
}

.form-check-input:checked::after {
    display: inline-block;
    content: " ";
    width: 12px;
    height: 12px;
    background-image: url("./images/check.svg");
    transform: translate(25.5px, -1.5px);
}

.form-check-input:checked:disabled::after {
    display: inline-block;
    content: " ";
    width: 12px;
    height: 12px;
    background-image: url("./images/check-disabled.svg");
    transform: translate(25.5px, -1.5px);
}

.desktop-footer {
    display: flex;
    width: 100%;
    padding: 32px 150px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background-color: #3C86C8;
    color: white;
    word-wrap: normal;
    white-space: nowrap;
}

.fixed-cookie-options-icon {
    position: fixed;
    left: 24px;
    bottom: 24px;
    cursor: pointer;
    z-index: 10000;
}

@media(max-width:1200px) {
    .desktop-footer {
        display: none;
    }
}

.desktop-footer .divider {
    height: 1px;
    width: 100%;
    background: #4C9EE7;
}

.desktop-footer .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

    .desktop-footer .top-section .social-section {
        display: flex;
        align-items: center;
        gap: 12px;
    }

.desktop-footer .footer-menu-wrapper {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

    .desktop-footer .footer-menu-wrapper .title {
        color: #FFFF;
        font-family: Ubuntu;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        padding: 0px;
        margin: 0px;
    }

    .desktop-footer .footer-menu-wrapper .menu-item {
        color: #FFFF;
        font-family: Ubuntu;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin: 0px;
        padding: 0px;
    }

    .desktop-footer .footer-menu-wrapper .menu-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        flex: 1 0 0;
    }

        .desktop-footer .footer-menu-wrapper .menu-col .menu-items {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
        }

            .desktop-footer .footer-menu-wrapper .menu-col .menu-items .menu-item {
                color: #FFFF;
                font-family: Ubuntu;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px;
                text-decoration: none;
            }

.desktop-footer .bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
    gap: 32px;
    align-self: stretch;
}

    .desktop-footer .bottom-section .copyright-section {
        flex: 1 0 0;
        color: #FFFF;
        font-family: Ubuntu;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .desktop-footer .bottom-section .bottom-menu-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

        .desktop-footer .bottom-section .bottom-menu-wrapper .bottom-menu-item {
            color: #FFFF;
            font-family: Ubuntu;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            text-decoration: none;
        }

.desktop-footer .upper-footer-wrapper {
    background: #fff;
}

    .desktop-footer .upper-footer-wrapper .upper-footer {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500;
        color: #4a4a4a;
        padding: 20px 0px;
    }

        .desktop-footer .upper-footer-wrapper .upper-footer .cookie-policy {
            display: flex;
            align-items: center;
        }

        .desktop-footer .upper-footer-wrapper .upper-footer .cookie-policy-link,
        .desktop-footer .upper-footer-wrapper .upper-footer .cookie-policy-link :hover,
        .desktop-footer .upper-footer-wrapper .upper-footer .cookie-policy-link :focus,
        .desktop-footer
        .upper-footer-wrapper
        .upper-footer
        .cookie-policy-link
        :active {
            font-family: "Ubuntu";
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            text-align: left;
            text-decoration: none;
            cursor: pointer;
            text-align: center;
        }

            .desktop-footer .upper-footer-wrapper .upper-footer .cookie-policy-link.asset,
            .desktop-footer
            .upper-footer-wrapper
            .upper-footer
            .cookie-policy-link.asset
            :hover,
            .desktop-footer
            .upper-footer-wrapper
            .upper-footer
            .cookie-policy-link.asset
            :focus,
            .desktop-footer
            .upper-footer-wrapper
            .upper-footer
            .cookie-policy-link.asset
            :active {
                color: #ffffff;
                text-decoration: underline;
            }

@media (min-width: 1200px) {
    .desktop-footer .upper-footer-wrapper .upper-footer .cookie-policy-link,
    .desktop-footer
    .upper-footer-wrapper
    .upper-footer
    .cookie-policy-link
    :hover,
    .desktop-footer
    .upper-footer-wrapper
    .upper-footer
    .cookie-policy-link
    :focus,
    .desktop-footer
    .upper-footer-wrapper
    .upper-footer
    .cookie-policy-link
    :active {
        font-size: 12px;
        font-weight: 500;
    }

    .desktop-footer .upper-footer-wrapper .upper-footer .cookie-policy-link-text {
        margin-left: 10px;
    }

        .desktop-footer .upper-footer-wrapper .upper-footer .cookie-policy-link-text,
        .desktop-footer
        .upper-footer-wrapper
        .upper-footer
        .cookie-policy-link-text
        :hover,
        .desktop-footer
        .upper-footer-wrapper
        .upper-footer
        .cookie-policy-link-text
        :focus,
        .desktop-footer
        .upper-footer-wrapper
        .upper-footer
        .cookie-policy-link-text
        :active {
            color: #4a4a4a;
        }

    .desktop-footer .upper-footer-wrapper .upper-footer .cookie-policy-link.asset,
    .desktop-footer
    .upper-footer-wrapper
    .upper-footer
    .cookie-policy-link.asset
    :hover,
    .desktop-footer
    .upper-footer-wrapper
    .upper-footer
    .cookie-policy-link.asset
    :focus,
    .desktop-footer
    .upper-footer-wrapper
    .upper-footer
    .cookie-policy-link.asset
    :active {
        color: #004587;
    }
}

.desktop-footer .upper-footer-wrapper .upper-footer .cookie-policy-link-text {
    font-family: "Ubuntu";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

@media (min-width: 1200px) {
    .desktop-footer .upper-footer-wrapper .upper-footer .cookie-policy-link-text {
        font-size: 12px;
        font-weight: 500;
        text-align: left;
        color: #4a4a4a;
    }

        .desktop-footer
        .upper-footer-wrapper
        .upper-footer
        .cookie-policy-link-text.cookie {
            color: #4a4a4a;
        }
}

.desktop-footer .upper-footer-wrapper .upper-footer .briefing-text {
    font-family: "Ubuntu";
    font-weight: 400;
    line-height: 16px;
    color: #4a4a4a;
    text-align: center;
}

.desktop-footer .upper-footer-wrapper .upper-footer .briefing-text-link {
    color: #004587;
}

    .desktop-footer .upper-footer-wrapper .upper-footer .briefing-text-link:hover,
    .desktop-footer .upper-footer-wrapper .upper-footer .briefing-text-link:focus,
    .desktop-footer .upper-footer-wrapper .upper-footer .briefing-text-link:active {
        color: #004587;
    }

.desktop-footer .lower-footer-wrapper {
    background: #3c86c8;
}

    .desktop-footer .lower-footer-wrapper .lower-footer {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0px;
    }

    .desktop-footer .lower-footer-wrapper .lower-footer-left-side {
        display: flex;
    }

        .desktop-footer
        .lower-footer-wrapper
        .lower-footer-left-side
        .information-society,
        .desktop-footer .lower-footer-wrapper .lower-footer-left-side .plan {
            font-size: 12px;
            font-weight: 500;
            color: #fff !important;
            text-decoration: none !important;
        }

    .desktop-footer .lower-footer-wrapper .lower-footer .divider::after {
        content: " ";
        border-left: 1px solid #d9e0ec !important;
        margin: 0px 14px 0px 14px;
    }

    .desktop-footer .lower-footer-wrapper .lower-footer-right-side {
        font-size: 12px;
        font-weight: 500;
        color: #fff !important;
        text-decoration: none !important;
    }

.mobile-footer {
    margin: unset;
    margin-top: auto;
    background: #3c86c8;
    max-width: 100%;
    width: 100%;
    padding: 24px 16px;
    font-family: "Ubuntu";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    text-align: center;
}

.mobile-footer-background {
    display: none;
    margin-top: auto;
}

    .mobile-footer-background .container {
        background: #3c86c8;
    }

    .mobile-footer-background .container-fluid {
        background: #3c86c8;
    }

@media (max-width: 1199px) {
    .mobile-footer-background {
        display: block;
    }
}

/*.mobile-footer .social-link:not(:last-child) {
    margin-right: 50px;
}*/

.mobile-footer .link {
    color: #fff;
}

    .mobile-footer .link:not(.briefing-text) {
        text-decoration: none;
    }

.mobile-footer .row:not(:first-child) {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .mobile-footer .row > .information-col {
        /*        margin-top: 24px;
*/
    }
}

#footerAccordion .accordion-button {
    background-color: transparent;
    padding: 0;
    border: none;
    color: #fff !important;
    margin: 0;
    box-shadow: none !important;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
    border-radius: 0;
}

    #footerAccordion .accordion-button::after {
        background-image: url('icons/angle-up.svg');
        transform: rotate(180deg);
    }

    #footerAccordion .accordion-button:not(.collapsed)::after {
        transform: rotate(0deg);
    }

#footerAccordion .accordion-item {
    background-color: transparent;
    padding: 0;
    margin: 0 0 24px 0;
    border: none;
    box-shadow: none !important;
    border-radius: 0;
    color: #fff !important;
}

#footerAccordion .accordion-body {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none !important;
    border-radius: 0;
    color: #fff !important;
}

#footerAccordion .menu-items {
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    color: #fff !important;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

    #footerAccordion .menu-items .menu-item {
        text-decoration: none;
        color: #fff !important;
        font-family: Ubuntu;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }
