.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 .relative {
    position: relative;
}

.dps-module .m-5 {
    margin: 1.25rem;
}

.dps-module .mb-4 {
    margin-bottom: 1rem;
}

.dps-module .mt-4 {
    margin-top: 1rem;
}

.dps-module .block {
    display: block;
}

.dps-module .flex {
    display: flex;
}

.dps-module .inline-flex {
    display: inline-flex;
}

.dps-module .cursor-pointer {
    cursor: pointer;
}

.dps-module .resize {
    resize: both;
}

.dps-module .items-center {
    align-items: center;
}

.dps-module .justify-center {
    justify-content: center;
}

.dps-module .p-2 {
    padding: 0.5rem;
}

.dps-module .text-tw-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dps-module .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.dps-module .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 768px) {

    .dps-module .md\:hidden {
        display: none;
    }
}

.dps-module * {
    box-sizing: border-box;
}

.dps-module body {
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 3rem;
}

.dps-module .item__list {
    display: flex;
}

.dps-module .item {
    position: relative;
    height: 420px;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
    transition: background-image 0.5s ease-out;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.dps-module .item-1 {
    background-image: url("https://www.spglobal.com/esg/solutions/find-your-answers-do_you_understand_sustainability_risks.png");
}

.dps-module .item-2 {
    background-image: url("https://www.spglobal.com/esg/solutions/find-your-answers-how_can_you_measure_your_nature_risk.png");
}

.dps-module .item-3 {
    background-image: url("https://www.spglobal.com/esg/solutions/find-your-answers-are_you_ready_for_TCFD.png");
}

.dps-module .item-4 {
    background-image: url("https://www.spglobal.com/esg/solutions/find-your-answers-can_you_maintain_broad_exposure.png");
}

.dps-module .item-5 {
    background-image: url("https://www.spglobal.com/esg/solutions/find-your-answers-what_is_your_physical_climate_risk_exposure.png");
}

.dps-module .item-6 {
    background-image: url("https://www.spglobal.com/esg/solutions/find-your-answers-how_green_is_your_bond-new.png");
}

.dps-module .item-7 {
    background-image: url("https://www.spglobal.com/esg/solutions/find-your-answers-whats_the_future_energy_outlook.png");
}

.dps-module .item-8 {
    background-image: url("https://www.spglobal.com/esg/solutions/find-your-answers-can_you_manage_sustainability_reporting_data.png");
}

.dps-module .item:hover {
    background-color: #eeeeee;
    background-image: none;
    transition: background-color 0.5s ease-in;
}

.dps-module .item h5 {
    font-size: 20px;
}

.dps-module .item p {
    font-size: 14px;
}

.dps-module .item:hover h5 {
    color: black;
    transition: opacity 0.5s ease-in;
}

.dps-module .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #eeeeee;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.dps-module .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dps-module .item a:hover~.item__overlay,
.dps-module .item a:focus~.item__overlay {
    transform: translate3d(0, 0, 0);
}

.dps-module .item {
    position: relative;
    height: 420px;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
    transition: background-image 0.5s ease-out;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.dps-module .item__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(238, 238, 238, 0.95);
    height: 100%;
    transform: translateY(420px);
    transition: transform 0.8s;
}

.dps-module .item__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    transform: translateY(420px);
    transition: transform 0.5s;
}

.dps-module .item:hover .item__overlay {
    transform: translateY(120px);
}

.dps-module .item:hover .item__body {
    transform: translateY(-200px);
}

.dps-module .item__body a {
    position: sticky;
}

.dps-module .item__body p {
    margin: 0;
}

@media (min-width: 768px) {
    .dps-module .item__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .dps-module .swiper-button-next,
    .dps-module .swiper-button-prev,
    .dps-module .swiper-pagination {
        display: none;
    }
}

@media (min-width: 1024px) {
    .dps-module .item__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .dps-module .item__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}