/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.banner {
    width: 100%;
    height: 373px;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-popup:hover::before {
    content: url("/img/maximize.png");
    background: rgba(0, 139, 239, 0.5) !important;
    padding: 100%;
    color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 222;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-content {
    margin: auto;
    display: block;
    /* height: 80vh; */
    max-width: 100%;
    max-height: 100%;
}

.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

#close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9999999999;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.partner_org {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
}

.partner_content {
    margin-top: 20px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    /* or 179% */
    /* 0D1323 */
    color: #0d1323;
}

.partner_content_text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    /* or 179% */
    /* 0D1323 */
    color: #0d1323;
}

.partner_content_title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    /* or 179% */
    /* 0D1323 */
    color: #0d1323;
}

.partner_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partner_links_title {
    margin-top: 40px;
    width: 100%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* identical to box height, or 179% */
    /* 0D1323 */
    color: #0d1323;
}

.partner_link_icon {
    padding-left: 24px;
    /* width: 20px; */
    height: 20px;
}

.partner_link_button {
    padding: 11px 25px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--yellow);
    color: rgba(88, 88, 91, 1);
}

.partner_agreement_title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* 0D1323 */
    color: #0d1323;
}

.partner_logo img {
    border-radius: 10px;
}

.tab_wrapper {
    padding: 45px;
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 0px 10px 10px 10px;
}

.tab_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tab_item:first-child {
    border-radius: 10px 0px 0px 0px !important;
}

.tab_item:last-child {
    border-radius: 0px 10px 0px 0px !important;
}

.tab_item.active {
    background: #00aec9;
    color: #f5f5f5;
}

.tab_item {
    cursor: pointer;
    color: #00aec9;
    padding: 25px 20px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.tab_content {
    display: none;
    max-height: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.tab_content.active {
    display: block;
    max-height: 800px;
    overflow-y: scroll;
    visibility: visible;
}

.image-gallery {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    overflow: hidden;
}

.image-gallery>div {
    height: 400px;
    cursor: pointer;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* or flex: auto; */
    overflow: hidden;
}

.image-gallery::after {
    content: "";
    -webkit-box-flex: 999;
    -ms-flex-positive: 999;
    flex-grow: 999;
}

.image-gallery div img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 5px;
}

.partner_laws {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.partner_law_title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0d1323;
}

.partner_law {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.partner_law_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    gap: 15px;
}

.partner_law_item:hover,
.partner_law_item.active {
    background: #10afca;
    color: #ffffff;
}

.partner_law_item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.partner_law_item img {
    padding: 10px 20px;
}

.partner_law_item:hover img,
.partner_law_item.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.filter-green {
    -webkit-filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(200deg) brightness(118%) contrast(119%);
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(200deg) brightness(118%) contrast(119%);
}

.filter-white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.filter-white.active {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}


/* mobile */

@media (max-width: 768px) {
    .tab_menu {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-items: center;
    }
    .tab_item:first-child {
        border-radius: 10px 10px 0px 0px !important;
    }
    .tab_item:last-child {
        border-radius: 0px 0px 10px 10px !important;
    }
    .partner_laws {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .partner_org {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }
}