.ds-container {
    width: 100%;
    @media (width >= 375px) {
        max-width: 375px;
    }
    @media (width >= 40rem /* 640px */) {
        max-width: 40rem /* 640px */;
    }
    @media (width >= 48rem /* 768px */) {
        max-width: 48rem /* 768px */;
    }
    @media (width >= 64rem /* 1024px */) {
        max-width: 64rem /* 1024px */;
    }
    @media (width >= 80rem /* 1280px */) {
        max-width: 80rem /* 1280px */;
    }
    @media (width >= 96rem /* 1536px */) {
        max-width: 96rem /* 1536px */;
    }
}

.ds-section {
    padding: 1rem;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ds-section * {
    font-family: "Avenir";
}

.ds-image-wrapper {
    width: 100%;
    position: relative;
}

.ds-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ds-image-mobile {
    display: block;
}

.ds-image-desktop {
    display: none;
}

.ds-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12%;
    height: 12%;
    z-index: 10;
    cursor: pointer;
}

.ds-box div {
    background-color: #D3A750;
    color: #FFF;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-box-1 {
    top: 13.5%;
    left: 7.4%;
}

.ds-box-2 {
    right: 5.5%;
    bottom: 14%;
}

.ds-box-3 {
    left: 7.3%;
    bottom: 14%;        
}

.ds-box-4 {
    top: 13.5%;
    right: 5.5%;
}

.ds-box-5 {
    top: 43%;
    left: -0.8%;
}

.ds-box-6 {
    top: 43%;
    right: -0.9%;
}

.ds-box-7 {
    top: -1.2%;
    left: 44%;
}

.ds-box-8 {
    bottom: -1.2%;
    left: 44%;
}

.ds-swiper-wrapper {
    width: 100%;
}

.ds-swiper-inner {
    background-color: #FFF;
    /* add a shadow behind card */
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.05);
    padding: 30px 25px 70px 25px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.ds-chevron-wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
    position: absolute;
    right: 40px;
    z-index: 10;
    bottom: 30px;
}

.ds-chevron-wrapper button svg {
    width: 17px;
    height: 17px;
}

.ds-nobutton {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
}


.ds-nobutton:hover {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
}

.ds-swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 100%;
}

.ds-header-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}

.ds-enum {
    background-color: #D3A750;
    border-radius: 16px;
    width: 28px;
    height: 28px;
    aspect-ratio: 1 / 1;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 28.5px;
}

.ds-heading {
    font-weight: 500;
    font-size: 19px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 10%;
    color: #2A2A2A;
}

.ds-content {
    font-size: 15px;
    line-height: 22px;
    color: #737373;
}

.ds-highlight {
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    color: #D3A750;
}

/* breakpoint md */
@media (width >= 48rem /* 768px */) {
    .ds-swiper-inner {
        padding: 100px 40px;
    }

    .ds-chevron-wrapper {
        bottom: 40px;
    }

    .ds-image-mobile {
        display: none;
    }

    .ds-image-desktop {
        display: block;
    }

    .ds-box {
        width: 10%;
        height: 10%;
    }

    .ds-box-1 {
        top: 13%;
        left: 8.3%;
    }

    .ds-box-2 {
        right: 8.9%;
        bottom: 14%;
    }

    .ds-box-3 {
        left: 8.3%;
        bottom: 14%;        
    }

    .ds-box-4 {
        top: 13%;
        right: 8.9%;
    }

    .ds-box-5 {
        top: 44.7%;
        left: -2%;
    }

    .ds-box-6 {
        top: 44.7%;
        right: -3%;
    }

    .ds-box-7 {
        top: -2.3%;
        left: 44%;
    }

    .ds-box-8 {
        bottom: -2.8%;
        left: 44%;
    }

    .ds-swiper-wrapper {
        width: 100%;
    }
}

/* breakpoint lg */
@media (width >= 64rem /* 1024px */) {
    .ds-section {
        flex-direction: row;
        gap: 0px;
        align-items: center;
    }

    .ds-image-wrapper,
    .ds-swiper-wrapper {
        flex: 1 1 50%; /* two equal columns */
        min-width: 0;
    }

    .ds-swiper-wrapper {
        padding-left: 50px;
        /* align-self: stretch; */
        display: flex;
    }

    .ds-swiper-inner,
    .swiper,
    .swiper-wrapper {
        height: 100%;
        min-height: 0;
    }

    .ds-swiper-slide {
        gap: 25px;
    }

    .ds-enum {
        width: 31px;
        height: 31px;
    }

    .ds-heading {
        font-size: 22px;
        line-height: 100%;
    }

    .ds-content {
        font-size: 19px;
        line-height: 27px;
    }

    .ds-highlight {
        font-size: 19px;
        line-height: 28.5px;
    }
}

/* breakpoint xl */
@media (width >= 80rem /* 1280px */) {
    .ds-swiper-wrapper {
        padding-left: 112px;
    }
}