/* Numbers */

@media only screen and (max-width: 1270px) {
    .s61-numbers .elementor-element.number {
        font-size: 50px;
    }

    .s61-numbers .elementor-element.title {
        font-size: 19px;
    }
}

@media only screen and (max-width: 990px) {
    .s61-numbers .elementor-element.number {
        font-size: 40px;
    }

    .s61-numbers .elementor-element.title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 830px) {
    .s61-numbers .elementor-element.number {
        font-size: 35px;
    }

    .s61-numbers .elementor-element.title {
        font-size: 14px;
    }
}

.s61-report .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.s61-report .dropdown>button {
    width: 100%;
        font-family: "AreaExtended", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    color: #001C54;
    outline: none;
    border: none;
    border-top: 1px solid #001C54;
    border-bottom: 1px solid #001C54;
    display: flex;
    gap: 100px;
    justify-content: space-between;
    align-items: center;
    padding: 25px 35px;
    cursor: pointer;
    transition: all .3s ease;
}

.s61-report .dropdown>button.active {
    background-color: #001C54;
    color: #fff;
}


.s61-report .dropdown>button .icon svg {
    stroke: #001C54;
    transform: rotate(90deg);
    transition: all .3s ease;
}

.s61-report .dropdown>button.active .icon svg {
    stroke: #fff;
    transform: rotate(-90deg);
}

.s61-report .dropdown #dropdown.dropdown-content {
    position: absolute;
    max-height: 0;
    font-family: "AreaNormal", Sans-serif;
    font-weight: 600;
    /* min-width: 223px; */
    width: 100%;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    background-color: #001C54;
    z-index: 2;
}

.s61-report .dropdown #dropdown.dropdown-content form {
    padding: 25px 25px 28px 25px;
}

.s61-report .dropdown #dropdown.dropdown-content.show {
    max-height: 500px;
}

.s61-report .dropdown #dropdown.dropdown-content {}

.s61-report .dropdown #dropdown.dropdown-content .checkbox {
    display: flex;
    gap: 10px;
    align-items: center;
}

.s61-report .dropdown #dropdown.dropdown-content .checkbox+.checkbox {
    margin-top: 20px;
}

.s61-report .dropdown #dropdown.dropdown-content .checkbox input[type=checkbox] {
    position: relative;
    top: 0;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.s61-report .dropdown #dropdown.dropdown-content .checkbox input[type=checkbox]::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    z-index: 1;
    width: 6px;
    height: 3px;
    border: 1px solid #001C54;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}

.s61-report .dropdown #dropdown.dropdown-content .checkbox input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
}

.s61-report .dropdown #dropdown.dropdown-content .checkbox input[type=checkbox]:checked::before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.s61-report .dropdown #dropdown.dropdown-content .checkbox label {
    font-size: 13px;
    font-weight: 600;
    margin-top: -2px;
    color: white;
}

.s61-report .dropdown #dropdown.dropdown-content .buttons {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
}

.s61-report .dropdown #dropdown.dropdown-content .buttons button {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    padding: 0;
}

.s61-report .dropdown #dropdown.dropdown-content .buttons button#clearFilters {
    font-family: "AreaNormal", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.s61-report .dropdown #dropdown.dropdown-content .buttons button[type="submit"] {
        font-family: "AreaExtended", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px;
    cursor: pointer;
}

.s61-report .dropdown #dropdown.dropdowns .dropdown-content .buttons button {}

@media only screen and (max-width: 1120px) {
    .s61-report .dropdown .dropdown>button {
        padding: 25px 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .s61-dropdown-filters .container .title {
        padding: 20px 0px;
        font-size: 12px;
    }

    .s61-dropdown-filters .container {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .s61-report .dropdown .dropdown {
        flex: 1;
    }

    .s61-report .dropdown .dropdown>button {
        width: 100%;
        border: 0;
        padding: 30px 15px;
        gap: 0;
    }

    .s61-report .dropdown .dropdown #dropdown.dropdown-content {
        min-width: 223px;
    }
}

.s61-slide-initiatives {}

.s61-slide-initiatives .container {}

.s61-slide-initiatives .container .swiper {
    width: 100%;
}

.s61-slide-initiatives .container .swiper .swiper-wrapper {}

.s61-slide-initiatives .container .swiper .swiper-wrapper .swiper-slide {}

.s61-slide-initiatives .container .swiper .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.s61-slide-initiatives .container .swiper .pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 17px;
    margin-top: 20px;
}

.s61-slide-initiatives .container .swiper .button-next,
.s61-slide-initiatives .container .swiper .button-prev {
    display: flex;
    align-items: center;
    stroke: #001C54;
    border: 1px solid #001C54;
    border-radius: 50px;
    padding: 15px 18px;
    cursor: pointer;
    transition: all .3s ease;
}

.s61-slide-initiatives .container .swiper .button-next:hover,
.s61-slide-initiatives .container .swiper .button-prev:hover {
    background-color: #001C54;
    stroke: #fff;
}

.s61-slide-initiatives .container .swiper .button-next {}

.s61-slide-initiatives .container .swiper .button-prev svg {
    rotate: 180deg;
}


@media only screen and (max-width: 1200px) {
    .initiatives .e-con-inner {
        --flex-direction: column;
        padding: 0 4%;
        --row-gap: 40px;
    }

    .initiatives .elementor-element.slide-col {
        --width: 50%
    }

    .initiatives .elementor-element.content {
        --width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .initiatives .e-con-inner {
        --row-gap: 68px;
    }

    .initiatives .elementor-element.slide-col {
        --width: 100%
    }
}