﻿@import url("https://fonts.googleapis.com/css?family=Manrope:var(--paragraph-font-weight),400,800,var(--menu-font-weight),700");
@import url("reset.min.css");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html,
body {
    margin: 0 auto;
    height: 100%;
    width: 1440px;
}
/* a blue color as a generic focus style */
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

a {
    text-decoration: none;
}

:root {
    --gradient-blue: rgba(217, 217, 217, 1);
    --title-font-family: "Manrope", Helvetica;
    --title-font-weight: 600;
    --title-font-size: 40px;
    --title-letter-spacing: 0px;
    --title-line-height: 48px;
    --title-font-style: normal;
    --menu-font-family: "Manrope", Helvetica;
    --menu-font-weight: 700;
    --menu-font-size: 20px;
    --menu-letter-spacing: 0px;
    --menu-line-height: normal;
    --menu-font-style: normal;
    --title-BIG-font-family: "Manrope", Helvetica;
    --title-BIG-font-weight: 800;
    --title-BIG-font-size: 60px;
    --title-BIG-letter-spacing: 0px;
    --title-BIG-line-height: 65px;
    --title-BIG-font-style: normal;
    --paragraph-font-family: "Manrope", Helvetica;
    --paragraph-font-weight: 400;
    --paragraph-font-size: 20px;
    --paragraph-letter-spacing: 0px;
    --paragraph-line-height: normal;
    --paragraph-font-style: normal;
    --outerglow-light: 0px 0px 24px -2px rgba(0, 0, 0, 0.1);
    --variable-collection-dark-blue-text: rgba(27, 54, 93, 1);
    --variable-collection-white: rgba(255, 255, 255, 1);
    --variable-collection-grey-light: rgba(248, 248, 248, 1);
    --variable-collection-grey-middle: rgba(153, 153, 153, 1);
}

.body-class {
    background-color: #ffffff;
    margin: 0 auto;
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: center; */
    width: 100%;
}

    /*.body-class .container {
        background-color: #ffffff;
        position: relative;*/
    /* width: 1450px; */
    /*}*/
    .body-class .page-container {
        background-color: #ffffff;
        position: relative;
        /*width: 1450px;*/
    }

    .body-class .page-container-certificate {
        background-color: #ffffff;
        position: relative;
        /*width: 1450px;*/
        top: 300px;
    }

body-class .container-certificate {
    background-color: red;
    position: relative;
}

.body-class .HEADER {
    position: relative;
    /* width: 1450px; */
    height: 197px;
    top: -40px;
    background-color: var(--variable-collection-white);
    border-radius: 20px;
    box-shadow: var(--outerglow-light);
}

.body-class .HEADER-rectangle {
    /* width: 1650px; */

    height: 311px;
    top: -40px;
    background-color: var(--variable-collection-grey-light);
    /* position: absolute; */
    position: absolute;
    left: 0;
    right: 0;
}


.body-class .HEADER-rectangle-certificate {
    /* width: 1650px; */
    height: 250px;
    top: 0;
    background-color: var(--variable-collection-grey-light);
    position: absolute;
    left: 0;
    right: 0;
}

.body-class .HEADER-certificate img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 435px;
}

.body-class .HEADER-certificate .HEADER-certificate-title {
    color: var(--Dark-Blue-Text, #1B365D);
    text-align: center;
    font-family: Manrope;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 55px;
}

    .body-class .HEADER-certificate .HEADER-certificate-title.inactive {
        color: var(--Green, #C10000);
    }

.section-certificate {
    width: 968px;
    text-align: center;
    background-color: #ffffff;
    margin: 0 auto;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--paragraph-font-size);
    text-align: center;
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
}

    .section-certificate.inactive {
        color: var(--Dark-Grey-Color, #646464);
    }

.certificate-company-card {
    position: relative;
    margin-top: 50px;
    width: 964px;
    /*height: 316px;*/
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 24px -2px rgba(0, 0, 0, 0.10);
}

.certificate-company-card table {
    table-layout: fixed;
    width: 100%;
}

.certificate-company-card .certificate-company-log {
    position: absolute;
    padding: 20px;
    display: block;
    text-align: left;
    max-height: 100px
}

.certificate-company-card .certificate-company-country-logo {
    position: absolute;
    padding: 20px;
    display: block;
    right: 20px;
    height: 74px;
}

.certificate-company-card .certificate-company-name {
    position: relative;
    padding: 20px;
    padding-top: 100px;
    text-align: left;
    font-family: Manrope;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.section-certificate .certificate-company-details {
    padding: 20px;
    width: 100%;
    text-align: left;
}

    .section-certificate .certificate-company-details table {
        width: 100%;
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .section-certificate .certificate-company-details table tr {
            width: 50%;
        }

        .section-certificate .certificate-company-details table td {
            padding: 10px;
        }

    .section-certificate .certificate-company-details img {
        margin-right: 10px;
    }

/*.section-certificate .certificate-company-details img.location_logo {
            background-image: url("/img/location_logo.svg");
            background-repeat: no-repeat;
            width: 23.691px;
            height: 33.694px;
        }

        .section-certificate .certificate-company-details img.email_logo {
            background-image: url("/img/email_logo.svg");
            background-repeat: no-repeat;
            width: 31.818px;
            height: 21.647px;
        }

        .section-certificate .certificate-company-details img.phone_logo {
            background-image: url("/img/phone_logo.svg");
            background-repeat: no-repeat;
            width: 30.728px;
            height: 30.728px;
        }

        .section-certificate .certificate-company-details img.website_logo {
            background-image: url("/img/website_logo.svg");
            background-repeat: no-repeat;
            width: 30.728px;
            height: 30.728px;
        }*/

/*.section-certificate.inactive .certificate-company-details img.location_logo {
    background-image: url("/img/location_inactive_logo.svg");
}

.section-certificate.inactive .certificate-company-details img.email_logo {
    background-image: url("/img/email_inactive_logo.svg");
}

.section-certificate.inactive .certificate-company-details img.phone_logo {
    background-image: url("/img/phone_inactive_logo.svg");
}

.section-certificate.inactive .certificate-company-details img.website_logo {
    background-image: url("/img/website_inactive_logo.svg");
}
*/

/* .section-certificate.inactive .certificate-company-details img {} */


.section-certificate .certificate-company-information {
    margin: 50px 20px;
    text-align: left;
    width: 100%;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}



    .section-certificate .certificate-company-information table {
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .section-certificate .certificate-company-information table tr {
            width: 50%;
        }

        .section-certificate.certificate-company-information table td {
            padding: 5px 0;
        }

            .section-certificate .certificate-company-information table td:nth-child(1) {
                padding-right: 150px;
            }

            .section-certificate .certificate-company-information table td:nth-child(2) {
                font-family: Manrope;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

.section-certificate .certificate-status-container {
    position: relative;
    margin-top: 80px;
    width: 964px;
    height: 100px;
    flex-shrink: 0;
    background: var(--white, #FFF);
    /* box-shadow: 0px 0px 24px -2px rgba(0, 0, 0, 0.10); */
    text-align: left;
}

.section-certificate .certificate-status-div {
    position: relative;
    left: 0;
    width: 50%;
    height: 67px;
    flex-shrink: 0;
    border-radius: 6px;
    box-shadow: 0px 0px 14px -2px var(--Green, #3D9348);
    background-color: var(--Green, #3D9348);
    color: var(--white, #FFF);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-certificate.inactive .certificate-status-div {
    box-shadow: 0px 0px 14px -2px var(--Red, #C10000);
    background-color: var(--Red, #C10000);
}

.section-certificate .certificate-status-div img {
    padding-top: 10px;
    padding-left: 20px;
}

.section-certificate .certificate-status-div span {
    display: block;
    margin-top: -40px;
    margin-left: 80px;
}

.section-certificate .certificate-status-container-hr {
    margin-top: 30px;
    width: 100%;
    height: 2px;
    background-color: #D9D9D9;
    margin-bottom: 20px;
}

.certificate-status-power-by img {
    width: 200px;
}

.section-certificate .certificate-status-container .certificate-status-power-by {
    position: absolute;
    right: 100px;
    top: 0;
}

    .section-certificate .certificate-status-container .certificate-status-power-by span {
        position: absolute;
        width: 144px;
        top: 10px;
        right: 120px;
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.section-certificate .certificate-status-container .certificate-status-verified-by {
    margin-top: 20px;
    color: var(--Green, #3D9348);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-certificate.inactive .certificate-status-container .certificate-status-verified-by {
    color: var(--Green, #C10000);
}

.section-certificate .certificate-status-container .certificate-status-verified-by a {
    color: var(--Green, #3D9348);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    padding-left: 30px;
}

.section-certificate.inactive .certificate-status-container .certificate-status-verified-by {
    color: var(--Green, #C10000);
}

    .section-certificate.inactive .certificate-status-container .certificate-status-verified-by a {
        color: var(--Green, #C10000);
    }




@media (min-width: 1441px) {
    .body-class .HEADER-rectangle {
        left: -100px;
        right: -100px;
    }
}

.HEADER-rectangle-title {
    position: relative;
    top: 220px;
    margin: 0 auto;
    font-family: "Manrope", Helvetica;
    font-weight: 800;
    color: var(--variable-collection-dark-blue-text);
    font-size: 52px;
    text-align: center;
    letter-spacing: 0;
    line-height: 65px;
}

.body-class .FOOTER {
    position: relative;
    background-color: transparent;
    margin-top: 50px;
}

.body-class .FOOTER-certificate {
    position: relative;
    /*background-color: transparent;*/
    margin-top: 100px;
    height: 100px;
}

    .body-class .FOOTER-certificate .footer-overlap {
        position: relative;
        height: 130px;
        bottom: 0;
        /*left: 0;*/
        background-color: var(--variable-collection-grey-light);
        border-radius: 20px;
    }

        .body-class .FOOTER-certificate .footer-overlap div {
            display: block;
            position: relative;
            margin: 0;
            text-align: center;
            padding-top: 50px;
        }

.body-class .menu-items {
    position: relative;
    top: 118px;
    /* left: 60%; */
    text-align: right;
    padding-right: 20px;
}

.body-class .menu-item {
    position: relative;
    display: inline-block;
    top: -1px;
    margin: 0 15px;
    padding: 0 5px;
    padding-bottom: 5px;
    font-size: var(--menu-font-size);
    text-align: center;
    font-family: var(--menu-font-family);
    font-weight: var(--menu-font-weight);
    color: var(--variable-collection-dark-blue-text);
    letter-spacing: var(--menu-letter-spacing);
    line-height: var(--menu-line-height);
    font-style: var(--menu-font-style);
}

    .body-class .menu-item:hover {
        text-decoration: none;
        border-bottom: 4px solid var(--gradient-blue);
    }

.body-class .menu-item-active,
.body-class .menu-item-active:hover {
    text-decoration: none;
    border-bottom: 4px solid var(--variable-collection-dark-blue-text);
}

.body-class .SME-LOGO {
    height: 151px;
    top: 46px;
    left: 7px;
    position: absolute;
    width: 363px;
}

.body-class .footer-overlap {
    position: absolute;
    /* width: 1450px; */
    width: 100%;
    height: 217px;
    top: 0;
    left: 0;
    background-color: var(--variable-collection-grey-light);
    border-radius: 20px;
}

.body-class .footer-social-logo {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 94px;
    left: 1354px;
}

.body-class .footer-text-wrapper-1 {
    width: 184px;
    top: 60px;
    left: 481px;
    font-size: 16px;
    position: absolute;
    font-family: "Manrope", Helvetica;
    font-weight: 700;
    color: var(--variable-collection-dark-blue-text);
    letter-spacing: 0;
    line-height: normal;
}

.body-class .footer-text-wrapper-2 {
    position: absolute;
    width: 184px;
    top: 60px;
    left: 1098px;
    font-family: "Manrope", Helvetica;
    font-weight: 700;
    color: var(--variable-collection-dark-blue-text);
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.body-class .footer-text-wrapper-3 {
    position: absolute;
    width: 62px;
    top: 60px;
    left: 1351px;
    font-family: "Manrope", Helvetica;
    font-weight: 700;
    color: var(--variable-collection-dark-blue-text);
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.body-class .p {
    position: absolute;
    /*width: 557px;*/
    top: 89px;
    left: 481px;
    font-family: "Manrope", Helvetica;
    font-weight: 400;
    color: var(--variable-collection-dark-blue-text);
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
}

.body-class .footer-issuers-col1 {
    position: absolute;
    width: 92px;
    top: 89px;
    left: 1098px;
    font-family: "Manrope", Helvetica;
    font-weight: 400;
    color: var(--variable-collection-dark-blue-text);
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
    text-decoration: underline;
}

    .body-class .footer-issuers-col1 a {
        color: var(--variable-collection-dark-blue-text);
    }

.body-class .footer-issuers-col2 {
    position: absolute;
    width: 92px;
    top: 89px;
    left: 1210px;
    font-family: "Manrope", Helvetica;
    font-weight: 400;
    color: var(--variable-collection-dark-blue-text);
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
    text-decoration: underline;
}

    .body-class .footer-issuers-col2 a {
        color: var(--variable-collection-dark-blue-text);
    }

.body-class .LOGO-blue-gold-2 {
    position: absolute;
    width: 382px;
    height: 159px;
    top: 14px;
    left: 25px;
}

.body-class .footer-copyright {
    position: absolute;
    width: 532px;
    top: 230px;
    left: 8px;
    font-family: "Manrope", Helvetica;
    font-weight: 400;
    color: #999999;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.body-class .privacy-policy-terms {
    position: absolute;
    width: 291px;
    top: 230px;
    left: 1159px;
    font-family: "Manrope", Helvetica;
    font-weight: 400;
    color: #999999;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0;
    line-height: normal;
}

.body-class .span {
    text-decoration: underline;
}

.body-class .footer-terms-of-use {
    font-family: "Manrope", Helvetica;
    font-weight: 400;
    color: #999999;
    font-size: 12px;
    letter-spacing: 0;
}

.section-HOLDERS {
    margin-top: 100px;
    background-color: #ffffff;
    width: 100%;
}

    .section-HOLDERS .section-HOLDERS-container {
        background-color: #ffffff;
        /* width: 1728px; */
        height: 2859px;
        position: relative;
    }

.table-holders {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 10px;
}

    .table-holders thead,
    .table-holders thead td {
        width: 100%;
        text-wrap: nowrap;
        font-family: "Manrope", Helvetica;
        font-weight: 700;
        color: var(--variable-collection-white);
        font-size: 16px;
        text-align: center;
        letter-spacing: 0;
        line-height: normal;
    }

        .table-holders thead td:nth-child(1),
        .table-holders thead th:nth-child(2) {
            text-align: left;
        }

        .table-holders thead td .header-column,
        .table-holders thead th {
            margin: 0 10px 0 0;
            padding: 15px 20px;
            color: var(--variable-collection-white);
            background-color: var(--variable-collection-dark-blue-text);
        }

        .table-holders thead td .header-column-last {
            margin: 0;
        }

    .table-holders tbody tr {
        height: 90px;
        font-family: "Manrope", Helvetica;
        font-weight: 400;
        color: var(--variable-collection-dark-blue-text);
        font-size: 18px;
        letter-spacing: 0;
        line-height: normal;
        align-content: center;
        text-align: center;
    }

        .table-holders tbody tr :nth-child(2) {
            text-align: left;
            padding-left: 10px;
        }

        .table-holders tbody tr td {
            padding-top: 13px;
        }

        .table-holders tbody tr:nth-child(even) {
            background-color: var(--variable-collection-white);
        }

        .table-holders tbody tr:nth-child(odd) {
            background-color: #f5f5f5;
        }

    .table-holders .img-container,
    .table-holders .img-container img {
        position: relative;
        width: 164px;
        height: 64px;
        background-color: var(--variable-collection-white);
        border: 1px solid;
        border-color: var(--variable-collection-grey-middle);
        align-content: center;
    }

    .table-holders tbody tr td:nth-child(1) {
        width: 170px;
        height: 66px;
    }

    .table-holders tbody tr .holder-name {
        text-align: left;
        display: inline-block;
        font-family: "Manrope", Helvetica;
        font-weight: 700;
        color: var(--variable-collection-dark-blue-text);
        font-size: 18px;
        letter-spacing: 0;
        line-height: normal;
        /*position: relative;
        left: -160px;*/
    }

    .table-holders tbody td a {
        font-family: "Manrope", Helvetica;
        font-weight: 800;
        color: var(--variable-collection-grey-middle);
        font-size: 14px;
        letter-spacing: 0;
        line-height: 38px;
        white-space: nowrap;
    }

.section-HOLDERS-filters {
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--paragraph-font-size);
    text-align: center;
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
}

.section-HOLDERS-filters-countries {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto;
}

.section-HOLDERS-filters-country {
    background-color: var(--variable-collection-white);
    border-radius: 10px;
    box-shadow: var(--outerglow-light);
    margin: 5px;
    width: 220px;
    padding: 15px 5px;
    font-family: "Manrope", Helvetica;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    font-weight: 700;
    color: #999999;
    font-size: 16px;
    cursor: pointer;
}

    .section-HOLDERS-filters-country a {
        color: #999999;
    }

    .section-HOLDERS-filters-country span {
        font-family: "Manrope", Helvetica;
        color: var(--variable-collection-dark-blue-text);
        font-size: 18px;
        font-weight: 700;
        color: #1b365d;
        padding-right: 15px;
    }

    .section-HOLDERS-filters-country.selected {
        background-color: var(--variable-collection-dark-blue-text);
        border-radius: 10px;
        box-shadow: var(--outerglow-light);
        color: #ffffff;
    }

        .section-HOLDERS-filters-country.selected span,
        .section-HOLDERS-filters-country.selected a {
            color: #ffffff;
        }

a.fill-div {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.section-HOLDERS-search {
    width: 70%;
    background-color: var(--variable-collection-white);
    border-radius: 10px;
    box-shadow: var(--outerglow-light);
    color: var(--variable-collection-grey-middle);
    line-height: var(--paragraph-line-height);
    margin-bottom: 20px;
    padding: 15px 5px;
    font-style: var(--paragraph-font-style);
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    font-size: var(--paragraph-font-size);
    letter-spacing: var(--paragraph-letter-spacing);
    white-space: nowrap;
    text-align: center;
    border: none;
    border-color: transparent;
    outline: none;
}

.section-ISSUERS {
    margin-top: 100px;
    background-color: #ffffff;
    width: 100%;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--paragraph-font-size);
    text-align: center;
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
}

    .section-ISSUERS .issuers-description {
        width: 55%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px auto;
    }

    .section-ISSUERS .issuers-country-list {
        /* width: 70%; */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }

    .section-ISSUERS .issuers-country-title-master {
        /* position: absolute; */
        margin-top: 40px;
        margin-bottom: 20px;
        font-family: var(--title-font-family);
        font-weight: var(--title-font-weight);
        color: var(--variable-collection-dark-blue-text);
        font-size: var(--title-font-size);
        text-align: center;
        letter-spacing: var(--title-letter-spacing);
        line-height: var(--title-line-height);
        font-style: var(--title-font-style);
    }

    .section-ISSUERS .issuers-country-title {
        font-family: "Manrope", Helvetica;
        font-weight: 700;
        color: var(--variable-collection-dark-blue-text);
        font-size: 28px;
        letter-spacing: 0;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .section-ISSUERS .issuers-country {
        width: 472px;
        height: 240px;
        background-color: var(--variable-collection-white);
        border-radius: 20px;
        box-shadow: var(--outerglow-light);
        padding: 20px;
        text-align: left;
        margin: 10px;
    }

        .section-ISSUERS .issuers-country p {
            height: 120px;
        }

    .section-ISSUERS .issuers-country-link a {
        font-family: "Manrope", Helvetica;
        font-weight: 800;
        color: var(--variable-collection-grey-middle);
        font-size: 14px;
        letter-spacing: 0;
        line-height: 38px;
        white-space: nowrap;
    }

    .section-ISSUERS .issuers-country:hover,
    .section-ISSUERS .issuers-country:hover .issuers-country-title {
        background-color: var(--variable-collection-dark-blue-text);
        color: #ffffff;
    }

        .section-ISSUERS .issuers-country:hover .issuers-country-link {
            background: linear-gradient( 180deg, rgb(253, 242, 155) 0%, rgb(247, 208, 56) 43%, rgb(186, 131, 16) 100% );
            -webkit-background-clip: text !important;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            text-emphasis-color: transparent;
            color: transparent;
        }

.section-FAQ {
    margin: 20px auto;
    margin-top: 130px;
    background-color: #ffffff;
    width: 100%;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--paragraph-font-size);
    text-align: center;
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
    /* width: 55%; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

    .section-FAQ .faq-question {
        position: relative;
        width: 962px;
        min-height: 80px;
        text-align: center;
        background-color: var(--variable-collection-white);
        border-radius: 20px;
        box-shadow: var(--outerglow-light);
        margin: 5px;
    }

        .section-FAQ .faq-question p {
            padding: 30px;
            width: 802px;
            text-align: left;
            font-family: var(--paragraph-font-family);
            font-weight: var(--paragraph-font-weight);
            color: var(--variable-collection-dark-blue-text);
            font-size: var(--paragraph-font-size);
            letter-spacing: var(--paragraph-letter-spacing);
            line-height: var(--paragraph-line-height);
            font-style: var(--paragraph-font-style);
        }

        .section-FAQ .faq-question img {
            padding: 0 30px;
            position: relative;
            right: -200px;
            float: right;
        }

.faq-question-collapsible {
    outline: none;
}

    .faq-question-collapsible .active > .faq-question-collapsible-show {
        display: none;
    }

    .faq-question-collapsible .faq-question-collapsible-show {
        display: block;
    }

    .faq-question-collapsible .active .faq-question-collapsible-hide {
        display: block;
    }

    .faq-question-collapsible .faq-question-collapsible-hide {
        display: none;
    }

.faq-question-content {
    /* position: relative; */
    display: none;
    min-height: 150px;
    /* overflow: hidden; */
    /* background-color: #f1f1f1; */
}

.section-EVALUATION {
    margin-top: 100px;
    background-color: #ffffff;
    width: 100%;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--paragraph-font-size);
    text-align: center;
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
}

.section-ISSUERS .evaluation-description {
    width: 55%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto;
}

.section-ISSUERS .evaluation-note {
    width: 55%;
    /* width: 472px; */
    /* height: 240px; */
    background-color: var(--variable-collection-grey-light);
    border-radius: 20px;
    box-shadow: var(--outerglow-light);
    padding: 0;
    padding-bottom: 20px;
    text-align: center;
    margin: 10px auto;
    margin-bottom: 50px;
}

.light {
    font-weight: 400;
}

.strong {
    font-weight: 700;
}

.strong2 {
    font-family: var(--title-font-family);
    font-weight: var(--title-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--title-font-size);
    letter-spacing: var(--title-letter-spacing);
    line-height: var(--title-line-height);
    font-style: var(--title-font-style);
}

.m-0 {
    margin: 0 !important;
}

.m-10 {
    margin: 10px !important;
}

.mh-10 {
    margin: 10px 0 !important;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.slideshow-container .section-INDEX-Slides .d-none {
    display: none !important;
}
/* .element-EVALUATION .overlap-10 {
  position: absolute;
  width: 758px;
  height: 85px;
  top: 550px;
  left: 485px;
  
}

.element-EVALUATION .note-evaluation-is {
  position: absolute;
  width: 623px;
  top: 20px;
  left: 68px;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-dark-blue-text);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
} */
.section-ISSUERS .evaluation-note img {
    position: relative;
    top: 10px;
    width: 41px;
    height: 41px;
    margin-right: 10px;
}

/* .section-ISSUERS .evaluation-description .evaluation-note .strong, */
/* .section-ISSUERS .evaluation-description  .bold, */
.section-ISSUERS .evaluation-note span {
    display: inline-flex;
    font-family: "Manrope", Helvetica;
    font-weight: 700;
    color: var(--variable-collection-dark-blue-text);
    letter-spacing: 0;
    line-height: normal;
}

.section-ABOUT {
    margin-top: 100px;
    background-color: #ffffff;
    width: 100%;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--paragraph-font-size);
    text-align: center;
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
}

    .section-ABOUT .section-ABOUT-subtitle {
        position: relative;
        font-family: var(--title-font-family);
        font-weight: var(--title-font-weight);
        color: var(--variable-collection-dark-blue-text);
        font-size: var(--title-font-size);
        text-align: center;
        letter-spacing: var(--title-letter-spacing);
        line-height: var(--title-line-height);
        font-style: var(--title-font-style);
    }

    .section-ABOUT .section-ABOUT-pillar {
        position: relative;
        width: 492px;
        height: 383px;
        margin: 50px 50px;
        /* top: 0; */
        /* left: 57px; */
        background-color: var(--variable-collection-dark-blue-text);
        border-radius: 20px;
        box-shadow: var(--outerglow-light);
        color: var(--variable-collection-white);
        padding: 30px 80px;
    }

.section-ABOUT-pillar-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* height: 383px; */
}

.section-ABOUT .section-ABOUT-pillar-title {
    position: relative;
    width: 382px;
    top: -320px;
    /* padding: 30px; */
    /* left: 6px; */
    text-align: left;
    font-family: "Manrope", Helvetica;
    font-weight: 700;
    color: var(--variable-collection-white);
    font-size: 28px;
    letter-spacing: 0;
    line-height: 38px;
}

.section-ABOUT .section-ABOUT-pillar p {
    position: relative;
    width: 382px;
    top: -310px;
    /* left: 100px; */
    text-align: left;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-white);
    font-size: var(--paragraph-font-size);
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
}

.section-ABOUT .section-ABOUT-pillar img {
    position: relative;
    width: 110px;
    height: 317px;
    /* padding-top: -80px; */
    top: 5px;
    left: -250px;
    object-fit: cover;
}

.section-ABOUT .section-ABOUT-after-pillar-wrapper {
    position: relative;
    width: 1450px;
    height: 123px;
    /* top: 857px;
  left: 139px; */
    background-image: url(.././img/rectangle-37.svg);
    background-size: 100% 100%;
    margin-bottom: 60px;
}

    .section-ABOUT .section-ABOUT-after-pillar-wrapper p {
        margin: 50px auto;
        position: relative;
        font-family: var(--paragraph-font-family);
        font-weight: var(--paragraph-font-weight);
        color: var(--variable-collection-dark-blue-text);
        font-size: var(--paragraph-font-size);
        text-align: center;
        letter-spacing: var(--paragraph-letter-spacing);
        line-height: var(--paragraph-line-height);
        font-style: var(--paragraph-font-style);
    }

.section-ABOUT .section-ABOUT-benefits-container {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.section-ABOUT .section-ABOUT-benefits {
    position: relative;
    width: 393px;
    /*height: 342px;*/
    margin: 10px;
    text-align: left;
    background-color: var(--variable-collection-white);
    border-radius: 20px;
    box-shadow: var(--outerglow-light);
    /* color: var(--variable-collection-white); */
}

.section-ABOUT .section-ABOUT-benefits-title {
    margin: 20px;
    font-family: "Manrope", Helvetica;
    font-weight: 700;
    color: var(--variable-collection-dark-blue-text);
    font-size: 28px;
    letter-spacing: 0;
    line-height: 38px;
}

.section-ABOUT .element-check-5 {
    top: 93px;
    left: 39px;
    position: absolute;
    width: 19px;
    height: 18px;
}

.section-ABOUT-benefits ul {
    margin: 0 50px;
    list-style-image: url(".././img/ul-check-19px.png");
}

.section-ABOUT .section-ABOUT-after-benefit-wrapper {
    position: relative;
    width: 1450px;
    height: 123px;
    margin-top: 50px;
}

.section-ABOUT .section-ABOUT-SME-market-wrapper {
    /* background-image: url(".././img/rectangle-20.svg");   */
    background-color: var(--variable-collection-dark-blue-text);
    color: var(--variable-collection-white);
    margin-top: -50px;
    margin-bottom: 100px;
    border-radius: 50px;
    box-shadow: var(--outerglow-light);
    height: 500px;
}

.section-ABOUT .section-ABOUT-SME-market-img {
    text-align: left;
    padding: 50px;
}

.section-ABOUT .section-ABOUT-SME-market-content {
    position: relative;
    text-align: left;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-white);
    font-size: var(--paragraph-font-size);
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
    top: -380px;
    left: 750px;
    width: 600px;
}

    .section-ABOUT
    .section-ABOUT-SME-market-content
    .section-ABOUT-SME-market-title {
        font-family: var(--title-font-family);
        font-weight: var(--title-font-weight);
        color: var(--variable-collection-white);
        font-size: var(--title-font-size);
        letter-spacing: var(--title-letter-spacing);
        line-height: var(--title-line-height);
        font-style: var(--title-font-style);
        padding-bottom: 50px;
    }

.section-INDEX .slider-arrow {
    display: block;
    width: 80px;
    height: 54px;
    border-radius: 10px;
    background: linear-gradient( 180deg, rgb(28, 54, 96) 0%, rgb(28, 54, 96) 41%, rgb(95, 149, 181) 77%, rgb(137, 208, 234) 100% );
    color: #fff;
    font-style: 700;
    text-align: center;
    padding-top: 10px;
    width: 64px;
    transform: rotate(180deg);
    font-family: "Manrope", Helvetica;
    font-weight: 800;
    color: var(--variable-collection-white);
    font-size: 30px;
    text-align: center;
    line-height: 38px;
    letter-spacing: 0;
}

.section-INDEX .slide-img {
    position: relative;
    width: 50%;
    float: right;
    border-radius: 20px;
}

.section-INDEX .section-INDEX-Slides {
    background-color: #ffffff;
    width: 100%;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--paragraph-font-size);
    text-align: left;
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    color: var(--variable-collection-dark-blue-text);
    /* font-size: 22px; */
    letter-spacing: 0;
    line-height: 34px;
    height: 545px;
}

.section-INDEX .section-INDEX-Slides-title {
    padding-top: 30px;
    font-weight: var(--title-BIG-font-weight);
    font-size: var(--title-BIG-font-size);
    line-height: var(--title-BIG-line-height);
    /* position: relative; */
    text-align: left;
    font-family: var(--title-BIG-font-family);
    color: var(--variable-collection-dark-blue-text);
    letter-spacing: var(--title-BIG-letter-spacing);
    font-style: var(--title-BIG-font-style);
}

.section-INDEX .section-INDEX-Slides-navigation {
    position: relative;
    text-align: center;
    width: 48%;
    /* top: 50px; */
    margin: 20px 0;
}

.section-INDEX .section-INDEX-Slide-content {
    height: 230px;
}

.section-INDEX .section-INDEX-Slides-navigation tr td {
    text-align: center;
}

    .section-INDEX .section-INDEX-Slides-navigation tr td:nth-child(1),
    .section-INDEX .section-INDEX-Slides-navigation tr td:nth-child(3) {
        width: 20px;
    }

.section-INDEX .section-INDEX-Slide-content p {
    width: 650px;
    margin-top: 20px;
    /* padding: 10px 20px; */
    padding-left: 20px;
    line-height: 24px;
}

.section-INDEX .bullet-point {
    width: 4px;
    background: linear-gradient( 180deg, rgb(253, 242, 155) 0%, rgb(247, 208, 56) 43%, rgb(186, 131, 16) 100% );
}

ul.market-benefits {
    padding: 0 20px;
    width: 400px;
    list-style-type: square;
    margin-bottom: 30px;
}

.market-benefits li {
    display: inline;
}

.section-INDEX .section-index-evaluate-container {
    position: relative;
    margin-top: 40px;
    background-image: url(.././img/rectangle-21.svg);
    background-size: 100% 100%;
    text-align: center;
    width: 1450px;
    height: 607px;
}

.section-INDEX .section-index-evaluate-button {
    position: relative;
    margin: 0 auto;
    width: 225px;
    height: 54px;
    border-radius: 10px;
    background: linear-gradient( 180deg, rgb(28, 54, 96) 0%, rgb(28, 54, 96) 41%, rgb(95, 149, 181) 77%, rgb(137, 208, 234) 100% );
}

.section-INDEX .section-index-evaluate-button-text {
    font-family: "Manrope", Helvetica;
    font-weight: 800;
    color: var(--variable-collection-white);
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 38px;
    position: relative;
    width: 180px;
    top: 7px;
    left: 22px;
}

    .section-INDEX .section-index-evaluate-button-text a {
        font-family: "Manrope", Helvetica;
        font-weight: 800;
        color: var(--variable-collection-white);
        font-size: 18px;
    }

.section-INDEX .section-index-evaluate-title {
    position: relative;
    font-family: var(--title-font-family);
    font-weight: var(--title-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--title-font-size);
    text-align: center;
    letter-spacing: var(--title-letter-spacing);
    line-height: var(--title-line-height);
    font-style: var(--title-font-style);
    top: 40px; /* margin-top: 20px; */
}

.section-INDEX .section-index-evaluate-2-rows {
    /* width: 90%; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto;
}

.section-INDEX .section-index-evaluate-2-row {
    margin: 10px;
    margin-top: 50px;
    width: 40%;
    /* width: 406px; */
    /* height: 393px; */
    padding: 15px 30px;
}


    .section-INDEX .section-index-evaluate-2-row ul {
        /* margin: 0 40px;   */
        list-style-image: url(".././img/7-check-11@2x.png");
        font-family: var(--title-font-family);
        font-weight: 700;
        color: var(--variable-collection-dark-blue-text);
        font-size: 22px;
        text-align: left;
        letter-spacing: var(--title-letter-spacing);
        /* line-height: var(--title-line-height); */
        font-style: var(--title-font-style);
    }

        .section-INDEX .section-index-evaluate-2-row ul li {
            padding: 10px;
        }


.section-INDEX .section-index-3-boxes {
    /* width: 90%; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto;
}

.section-INDEX .section-index-3-box {
    background-color: var(--variable-collection-white);
    border-radius: 10px;
    box-shadow: var(--outerglow-light);
    margin: 10px;
    width: 406px;
    height: 393px;
    padding: 15px 30px;
    text-align: left;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--paragraph-font-size);
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
}

.section-INDEX .section-index-3-boxes .section-index-3-box-title {
    text-align: left;
    font-family: "Manrope", Helvetica;
    font-weight: 600;
    color: var(--variable-collection-dark-blue-text);
    font-size: 30px;
    letter-spacing: 0;
    line-height: 38px;
    margin: 20px 0;
}

.section-INDEX .section-index-3-boxes img {
    width: 72px;
    /* height: 72px; */
    padding-top: 40px;
}

.lang_flag_icon {
    width: 25px;
    height: 16px;
    /*display: block;
    height: 74px;*/
}

.page_navigation .paginate_links {
    list-style: none;
    text-align: center;
    align-content: center;
    /*border-radius: 20px;
    background: var(--Grey-Light, #F8F8F8);*/
}

.page_navigation {
    display: inline-block;
    margin-top: 30px;
}

.paginate_links > a.paginate_link {
    /*font-size:16px;*/
    font-size: 1rem;
    border: solid 1px;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--white, #FFF);
    border-color: var(--Dark-Blue-Text, #1B365D);
    color: var(--Dark-Blue-Text, #1B365D);
}


    .paginate_links > a.paginate_link:disabled {
        background-color: var(--Grey-Light, #F8F8F8);
        border-color: var(--Dark-Blue-Text, #1B365D);
        color: var(--Dark-Blue-Text, #1B365D);
        cursor: default;
    }

    .paginate_links > a.paginate_link.number {
        background-color: var(--Dark-Blue-Text, #1B365D);
        color: var(--white, #FFF);
        cursor: default;
    }


.language_selector {
    background-color: var(--white, #FFF);
    border-color: var(--Dark-Blue-Text, #1B365D);
    color: var(--Dark-Blue-Text, #1B365D);
    border-radius: 5px;
}


.section-terms-of-use {
    background-color: var(--variable-collection-white);
    border-radius: 10px;
    box-shadow: var(--outerglow-light);
    padding: 15px 30px;
    text-align: left;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--paragraph-font-size);
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
    margin-top: 90px;
}

    .section-terms-of-use h1 {
        font-size: 28px;
        font-weight: bold;
        margin: 30px;
        text-align: center;
    }

    .section-terms-of-use h2 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .section-terms-of-use li {
        padding: 5px 20px;
    }


.section-privacy-policy {
    background-color: var(--variable-collection-white);
    border-radius: 10px;
    box-shadow: var(--outerglow-light);
    padding: 15px 30px;
    text-align: left;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--paragraph-font-size);
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
    margin-top: 90px;
}

    .section-privacy-policy h1 {
        font-size: 28px;
        font-weight: bold;
        margin: 30px;
        text-align: center;
    }

    .section-privacy-policy h2 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .section-privacy-policy ul {
        list-style: none;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -1em;
    }

    .section-privacy-policy li {
        padding: 5px 20px;
    }

        .section-privacy-policy li:before {
            content: "►";
        }


.section-ISSUERS-common {
    margin-top: 100px;
    padding: 15px 30px;
    text-align: left;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--paragraph-font-size);
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
}

    .section-ISSUERS-common h2 {
        font-size: 24px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .section-ISSUERS-common .validity-warining {
        background-color: var(--variable-collection-grey-light);
        border-radius: 20px;
        box-shadow: var(--outerglow-light);
        padding: 0;
        /*padding-bottom: 20px;*/
        /*text-align: center;*/
        margin: 10px auto;
        margin-top: 30px;
        margin-bottom: 50px;
    }

        .section-ISSUERS-common .validity-warining td {
            padding: 20px 15px;
            vertical-align: middle;
        }

/* .section-ISSUERS-common .validity-warining img
        {
            margin-top:10px;
            padding:20px;
        }
    
        .section-ISSUERS-common .validity-warining span {
            display: inline;
            padding: 20px;
        }*/

.issuers-contact-company-card-container {
    position: relative;
    display: flex;
    width: 100%;
    font-family: var(--paragraph-font-family);
    font-weight: var(--paragraph-font-weight);
    color: var(--variable-collection-dark-blue-text);
    font-size: var(--paragraph-font-size);
    letter-spacing: var(--paragraph-letter-spacing);
    line-height: var(--paragraph-line-height);
    font-style: var(--paragraph-font-style);
}

.issuers-contact-company-card {
    margin-right: 30px;
    position: relative;
    width: 572px;
    height: 264px;
    padding: 20px;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 24px -2px rgba(0, 0, 0, 0.10);
}

    .issuers-contact-company-card .issuers-contact-company-name {
        font-weight: bold;
    }

        .issuers-contact-company-card .issuers-contact-company-name span {
            font-weight: var(--paragraph-font-weight);
        }

    .issuers-contact-company-card .issuers-contact-company-details {
        margin-top: 10px;
    }

        .issuers-contact-company-card .issuers-contact-company-details img {
            width: 20.848px;
            height: 29.651px;
            flex-shrink: 0;
            margin: 0 20px;
            margin-right: 10px;
        }





/* Dropdown Button */
.lang-dropdown-btn {
    background-color: inherit;
    color: inherit;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
    /* Dropdown button on hover & focus */
    .lang-dropdown-btn:hover, .dropbtn:focus {
        /*background-color: #2980B9;*/
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.dropdown-content a {
    cursor: pointer;
}

.section-ISSUERS-common ul {
    list-style-type: disc;
    padding-left: 1.5em;
}
