.dp-refund {
    color: #000;
    font-family: "NespressoLucas", "Lucas", Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    font-size: 16px;
    line-height: normal;
    overflow: hidden;
}

.dp-refund * {
    box-sizing: border-box;
    line-height: normal;
}

.dp-refund-popin {
    color: #000;
    font-family: "NespressoLucas", "Lucas", Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    font-size: 16px;
}

.dp-refund-popin * {
    box-sizing: border-box;
    line-height: normal;
}

.dp-refund-title {
    font-weight: 600;
    font-size: 35px;

}

.dp-refund-button {
    height: 53px;
    border-radius: 100px;
    padding: 16px 24px 15px;
    gap: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    width: fit-content;
    transition: 0.3s;
    letter-spacing: 0;
}

.dp-refund-button:hover {
    filter: invert(1);
}

.dp-refund-button--black {
    background-color: #000;
    color: #fff;
}

.dp-refund-button--white {
    color: #000;
    border: solid 1px #000;
    background-color: #fff;
    font-weight: 500;
}


/************/
/** HEADER **/
/************/

.dp-refund-header {
    position: relative;
}

.dp-refund-header__visual {
    display: block;
    width: 100%;
    background-color: #f7ada5;
}

.dp-refund-header__visual img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    display: block;
}


.dp-refund-header__content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.dp-refund-header__content {
    padding-left: clamp(16px, calc(163 / 1512 * 100vw), 163px);
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1512px;
    width: 100%;
}

.dp-refund-header__title {
    font-weight: 600;
    font-size: 40px;
}

.dp-refund-header__links-container {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.dp-refund-header__link-offer {
    background-color: #257A58;
    color: #fff;
}

.dp-refund-header__link-offer:hover {
    background-color: #1d5e44;
    filter: none;
}

.dp-refund-header__link-learn {
    background-color: transparent;
}

.dp-refund-header__link-learn:hover {
    background-color: #fff;
    filter: none;
}

.dp-refund-header__content-inner {
    max-width: 581px;
    width: 100%;
}


.dp-refund-header__mention {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
}


@media (max-width: 767px) {
    .dp-refund-header__content-wrapper {
        position: initial;
        padding: 24px 16px;
    }

    .dp-refund-header__content {
        padding: 0;
    }

    .dp-refund-header__title {
        font-size: 24px;
        max-width: 100%;
    }

    .dp-refund-header__links-container {
        margin-top: 24px;
    }

    .dp-refund-header__visual img {
        height: auto;
    }
}

/*************/
/** BENEFIT **/
/*************/

.dp-refund-benefit {
    padding-top: 88px;
    padding-bottom: 51px;
    padding-inline: 16px;
}

.dp-refund-benefit__container {
    max-width: 1184px;
    width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.dp-refund-benefit__steps {
    margin-top: 32px;

}

.dp-refund-benefit__step-nb {
    width: 27px;
    height: 27px;
    background-color: #FFBDBC;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.dp-refund-benefit__step-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.dp-refund-benefit__step-description {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
}

.dp-refund-benefit__step-link {
    margin-top: 16px;
    height: 48px;
}

.dp-refund-benefit__col--text {
    max-width: 530px;
    width: 100%;
}

.dp-refund-benefit__col--video {
    max-width: 579px;
    width: 100%;
}

.dp-refund-benefit__video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 8px;
}

.dp-refund-benefit__step-item {
    display: flex;
    gap: 8px;
}

.dp-refund-benefit__step-item:not(:first-child) {
    margin-top: 32px;
}

@media (max-width: 1160px) {
    .dp-refund-benefit__container {
        flex-direction: column;
    }

    .dp-refund-benefit__col--video,
    .dp-refund-benefit__col--text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .dp-refund-benefit {
        padding-block: 32px;
    }

    .dp-refund-benefit__steps {
        margin-top: 24px;
    }
}

/**************/
/** DISCOUNT **/
/**************/

.dp-refund-discount {
    padding-top: 56px;
    padding-bottom: 93px;
    padding-inline: 16px;
    background-color: #F9F9F9;
}

.dp-refund-discount__header {
    text-align: center;
    max-width: 581px;
    width: 100%;
    margin-inline: auto;
}

.dp-refund-discount__description {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
}

.dp-refund-discount__container {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    gap: 25px;
    flex-wrap: wrap;
}

.dp-refund-discount__item {
    max-width: 278px;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: column;
}

.dp-refund-discount__visual {
    display: block;
    width: 100%;
    background-color: #fce3e5;
}

.dp-refund-discount__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.dp-refund-discount__item-body {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dp-refund-discount__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}

.dp-refund-discount__item-title .and {
    line-height: 22px;
}

.dp-refund-discount__item-list {
    margin-top: auto;
}

.dp-refund-discount__item-list-el:not(:first-child) {
    margin-top: 16px;
}

.dp-refund-discount__item-list-el {
    display: flex;
    gap: 16px;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
}

.dp-refund-discount__item-list-el img {
    flex-shrink: 0;
}

.dp-refund-discount__item-list-el .green {
    color: #257A58;
    font-weight: 700;
}

.dp-refund-discount__value {
    height: 26px;
    gap: 8px;
    border-radius: 4px;
    padding: 8px 12px;
    background-color: #F3EEE6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

.dp-refund-discount__redirect {
    margin-top: 48px;
    margin-inline: auto;
}

@media (max-width: 767px) {
    .dp-refund-discount {
        padding-block: 32px;
    }

    .dp-refund-discount__header {
        max-width: 100%;
        text-align: left;
    }

    .dp-refund-discount__container {
        margin-top: 32px;
        gap: 24px;
    }

    .dp-refund-discount__item {
        max-width: 343px;
    }

    .dp-refund-discount__redirect {
        margin-top: 32px;
    }
}

@media (max-width: 500px) {
    .dp-refund-discount__item {
        max-width: 100%;
    }
}

/**************/
/** FLEXIBLE **/
/**************/

.dp-refund-flexible {
    padding-top: 110px;
    padding-bottom: 149px;
    padding-inline: 16px;
}

.dp-refund-flexible__container {
    display: flex;
    justify-content: space-between;
    max-width: 1159px;
    width: 100%;
    gap: 32px;
    margin-inline: auto;
    flex-wrap: wrap;
}

.dp-refund-flexible__description {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
}

.dp-refund-flexible__redirect {
    margin-top: 24px;
}

.dp-refund-flexible__col--left {
    max-width: 480px;
    width: 100%;
}

.dp-refund-flexible__col--right {
    max-width: 552px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 249px);
    gap: 16px;
    justify-content: space-between;
}

.dp-refund-flexible__item-title {
    margin-top: 12px;
    font-weight: 600;
    font-size: 16px;
}

.dp-refund-flexible__item-description {
    margin-top: 12px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .dp-refund-flexible {
        padding-block: 32px;
    }

    .dp-refund-flexible__col--right,
    .dp-refund-flexible__col--left {
        max-width: 100%;
    }

    .dp-refund-flexible__redirect {
        margin-top: 32px;
    }

    .dp-refund-flexible__col--right {
        grid-template-columns: 1fr;
    }

    .dp-refund-flexible__item {
        display: flex;
        gap: 16px;
        padding-block: 24px;
    }

    .dp-refund-flexible__item-title {
        margin-top: 0;
    }

    .dp-refund-flexible__item:not(:first-child) {
        border-top: solid 1px #F3EEE6;
    }
}

/*********/
/** FAQ **/
/*********/

.dp-refund-faq {
    padding-top: 96px;
    padding-bottom: 98px;
    padding-inline: 16px;
}

.dp-refund-faq__title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 16px;
}

.dp-refund-faq__inner {
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
}

.dp-refund-faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 16px;
    padding: 18.5px 0;
    text-align: left;
}

.dp-refund-faq__item:not(:last-child) {
    border-bottom: solid 1px #e7e7e7;
}

.dp-refund-faq__question::after {
    content: url(./images/chevron-down.svg);
    height: 24px;
    transition: all 0.3s;
}

.dp-refund-faq__question-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.25px;
}

.dp-refund-faq__container {
    max-width: 756px;
    width: 100%;
    margin: 0 auto;
}

.dp-refund-faq__answer {
    display: none;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.25px;
    padding-bottom: 16px;
}

.dp-refund-faq__answer a {
    color: #17171a;
}

.dp-refund-faq__answer ul {
    list-style-type: disc;
    padding-left: 20px;
}

.dp-refund-faq__answer ul ul {
    list-style-type: square;
}

.dp-refund-faq__question[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .dp-refund-faq {
        padding: 32px 16px;
    }

    .dp-refund-faq__question {
        padding: 16px 0;
        gap: 40px;
    }
}