<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dps-module *,
.dps-module ::before,
.dps-module ::after {
    box-sizing: border-box;
    margin: 0;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
    padding: 0;

    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x))
        translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
        skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
}

.dps-module p {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: 0;
}

.dps-module table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

.dps-module .dps-swiper {
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 -1rem;
}

.dps-module .dps-swiper .swiper-pagination-bullet {
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #000;
    opacity: 1;
    background: transparent;
    transition: background-color 200ms;
    margin-right: 8px;
}

.dps-module .dps-swiper .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.dps-module .dps-swiper .swiper-pagination-bullet-active {
    background: #000;
}

.dps-module .toggle-sign-x,
.dps-module .toggle-sign-y {
    transition-property: transform;
    transition-duration: 300ms;
    transform-origin: center;
}

.dps-module .toggle-sign--active.toggle-sign-x {
    transform: rotateZ(180deg);
}

.dps-module .toggle-sign--active.toggle-sign-y {
    transform: rotateZ(270deg);
}

.dps-module .play-icon {
    transform: translate(-50%, -50%);
}

.dps-module .divider {
    display: block;
    width: 100%;
    border: 1px solid #CCCCCC;
}

.dps-module .plyr {
    --plyr-color-main: #999;
}

.dps-module .plyr__control {
    border-radius: 50%;
}

.dps-module .plyr--full-ui input[type=range] {
    color: #FFF;
}

.dps-module .ytwrapper {
    position: relative;
    padding-bottom: 56.25% !important; /* 16:9 */
    height: 0;
}

.dps-module .ytwrapper img {
    width: 100%;
    height: auto;
}

.dps-module .ytwrapper * {
    transition: all .25s cubic-bezier(.17,.67,.69,.85);
}
.dps-module .ytwrapper:hover svg circle {
    fill-opacity: .8;
}
.dps-module .ytwrapper:hover img {
    filter: brightness(90%);
}

.dps-module .ytwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Animations */
.dps-module .fade-in-enter-active,
.dps-module .fade-in-leave-active {
    transition-property: opacity;
    transition-duration: 300ms;
}
.dps-module .fade-in-enter,
.dps-module .fade-in-leave-to {
    opacity: 0;
}

.dps-module .fade-in-down-enter-active,
.dps-module .fade-in-down-leave-active {
    transition-property: transform opacity;
    transition-duration: 300ms;
}
.dps-module .fade-in-down-enter,
.dps-module .fade-in-down-leave-to {
    opacity: 0;
    transform: translateY(-16px);
}

.dps-module .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.dps-module .max-w-\[1355px\] {
    max-width: 1355px;
}

.dps-module .shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dps-module .human-rights-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dps-module .human-rights__select-container {
    position: relative;
    margin-bottom: 32px;
    margin-right: 32px;
    min-width: 240px;
}

.dps-module .human-rights__select-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 128%;
    margin-bottom: 8px;
}

.dps-module .human-rights__select {
    cursor: pointer;
    height: 58px;
    width: 275px;
    font-size: 16px!important;
    margin-bottom: 0;
    font-weight: 700;
    padding-right: 36px;
    padding-left: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(https://www.spglobal.com/esg/solutions/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: right 16px top 50%;
    background-size: 0.65rem auto;
    background-color: #fefefe;
    border: 1px solid #cacaca;
    padding-top: 16px;
}

.dps-module .human-rights__dropdown {
    display: none;
    position: absolute;
    top: 58px; /* Adjusted to align with the height of the select */
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
    z-index: 1;
    margin-left: 0!important;
    max-width: 350px;
}

.dps-module .human-rights__dropdown li {
    cursor: pointer;
    font-weight: 700;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
}

.dps-module .human-rights__dropdown li:hover {
    background-color: #f6f6f6;
    color: #D6002A;
}

.dps-module .human-rights__dropdown--active {
    display: block;
}

.dps-module .human-rights-legend {
    display: flex;
}

.dps-module .human-rights_legend-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-size: 14px;
}

.dps-module .human-rights_legend-item span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 50%;
}

.dps-module .human-rights-legend-item p {
    margin-bottom: 0;
    font-size: 14px;
}


@media screen and (max-width: 980px) {
    .dps-module .human-rights-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .dps-module .human-rights__select-container {
        margin-bottom: 16px;
    }

    .dps-module .human-rights__select {
        width: 100%;
    }

    .dps-module .human-rights__dropdown {
        top: 48px;
    }

    .dps-module .human-rights__dropdown li {
        line-height: 32px;
        min-height: 32px;
    }

    .dps-module .human-rights-legend {
        flex-direction: column;
        align-items: flex-start;
    }

    .dps-module .human-rights_legend-item {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1505px) and (min-width: 1024px) {
    .dps-module .human-rights-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .dps-module .human-rights__select-container {
        margin-bottom: 16px;
    }

    .dps-module .human-rights__select {
        width: 100%;
    }

    .dps-module .human-rights__dropdown {
        top: 48px;
    }

    .dps-module .human-rights__dropdown li {
        line-height: 32px;
        min-height: 32px;
    }

    .dps-module .human-rights-legend {
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .dps-module .human-rights_legend-item {
        margin-right: 8px;
        margin-bottom: 8px;
    }
    
}</pre></body></html>