body {
    cursor: default;
}
.action-list__item {
    padding-top: 12px;
}
.action-list__cards {
    justify-content: center;
    margin-bottom: 32px;
}
.dz {
    font: 400 16px SamsungOne, sans-serif;
}
.dz img,
.dz video {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.dz video {
    width: 100%;
}
.dz sup {
    font-size: 70%;
    line-height: 1;
}
.dz-h3 sup {
    font-size: 60%;
    line-height: 1;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4, .dz-h5 {
    font-family: SamsungSharpSans, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    transition: all 0.2s ease;
}
.dz-h1 {
    font-size: 28px;
    line-height: 40px;
    border-right: 1px rgba(0, 0, 0, 0.1) solid;
    display: inline-block;
    margin-right: 40px;
    padding-right: 40px;
}
.dz-h2 {
    font-size: 48px;
    line-height: 120%;
}
.dz-h3 {
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.dz-h4 {
    font-size: 28px;
    line-height: 110%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.dz-h5 {
    font-size: 20px;
    line-height: 120%;
    text-align: center;
}
.dz-h1:not(:last-child),
.dz-h2:not(:last-child),
.dz-h5:not(:last-child) {
    margin-bottom: 8px;
}
.dz-h3:not(:last-child),
.dz-h4:not(:last-child) {
    margin-bottom: 16px;
}
.dz-text {
    transition: all 0.2s ease;
}
.dz-text em {
    font-style: normal;
    font-weight: 700;
}
.dz-text li:not(:last-child) {
    margin-bottom: 4px;
}
.dz-text ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 16px;
}
.dz-text ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}
.dz-text ol li {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
}
.dz-text ol li:before {
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;
    left: 0;
}
.dz-text p:not(:last-child),
.dz-text ul:not(:last-child),
.dz-text ol:not(:last-child) {
    margin-bottom: 16px;
}

/* Adaptation */
@media screen and (max-width: 980px) {
    .dz-h3 {
        font-size: 28px !important;
    }
    .dz-h4 {
        font-size: 24px !important;
    }
}
@media screen and (max-width: 900px) {
    .dz-h3 br,
    .dz-h4 br {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .g-breadcrumbs {
        margin-left: -12px;
    }
    .g-breadcrumbs .gm-swipe {
        align-items: flex-start;
    }
    .g-breadcrumbs__page {
        white-space: wrap;
    }
    .dz-h1 {
        line-height: 110%;
        border-right: none;
    }
    .dz-h3 {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 480px) {
    .dz-h3 {
        font-size: 20px !important;
    }
    .dz-h4 {
        font-size: 20px !important;
    }
}