.intro {
    position: relative;
    min-height: 100dvh;
    color: var(--base);
    background-color: var(--text);
    -webkit-box-flex: 1;
    -ms-flex: auto auto auto;
    flex: auto auto auto;
    padding-top: 7rem;
}

.intro.section {
    padding-top: 7rem;
}

.intro.intro-start {
    min-height: 40rem;
}

.intro.intro-start .section-header p {
    max-width: 100%;
}

.intro .container {
    position: relative;
    z-index: 2;
}

.intro .section-header a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--base);
}

.intro-styled {
    min-height: 40rem;
    background-image: url("../../img/intro-bg.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-color: #d95491;
    padding-top: 7rem;
    padding-bottom: 5rem;
    overflow: hidden;
}

.intro-styled.intro-styled-min {
    padding: 3rem 0 !important;
}

.intro-styled.intro-styled-h {
    min-height: 100dvh;
}

.intro-styled.intro-styled-pb0 {
    padding-bottom: 0;
}

.intro-styled::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../img/intro-bg-grid.svg");
    background-position: left top;
}

.intro-styled .intro-details {
    max-width: 38rem;
    padding-bottom: 2rem;
}

.intro-styled .section-header p {
    color: var(--base);
}

.intro-content {
    max-width: 60rem;
}

.intro-content.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro-content .section-header p {
    max-width: 100%;
}

.intro-details {
    max-width: 43rem;
}

.intro-details.md {
    max-width: 47rem;
}

.intro-details-center {
    max-width: 54rem;
    margin: 0 auto;
}

.intro-details-center.wide {
    max-width: 100%;
}

.intro-discount {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1rem;
}

.intro-img {
    margin: 0 auto;
}

.intro-img-abs {
    position: relative;
    width: 100%;
    max-width: 30rem;
    padding-left: 0.5rem;
    margin: 3rem 0 0 auto;
    z-index: 1;
}

.intro-img-abs img {
    width: 100%;
}

.intro-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.intro-bg,
.intro-bg-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.intro-bg-item {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.intro-bg-item.active {
    opacity: 1;
}

@media (min-width: 768px) {
    .intro-discount {
        font-size: 7.5rem;
    }

    .intro-styled .intro-details {
        padding-bottom: 0;
    }

    .intro-img-abs {
        max-width: 36.25rem;
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .intro-styled .intro-discount {
        font-size: 5.5rem;
    }

    .intro-styled .section-header.lg h1, .intro-styled .section-header.lg h2 {
        font-size: 2.875rem;
    }

    .intro-styled .section-header.lg p {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .intro-styled {
        padding-top: 7rem;
    }

    .intro-styled .intro-details {
        padding-bottom: 6rem;
    }

    .intro-img-abs {
        position: absolute;
        right: 0;
        bottom: 3rem;
        max-width: 30rem;
        margin: 0 0 3.125rem 0;
    }
}

@media (min-width: 1200px) {
    .intro-img-abs {
        max-width: 36.25rem;
        margin: 0;
    }
}

@media (min-height: 1024px) {
    .intro {
        min-height: 1024px;
    }

    .intro-styled {
        min-height: 40rem;
    }

    .intro-styled.intro-styled-h {
        min-height: 1024px;
    }
}

.avd-img {
    position: relative;
    font-size: 2.75vw;
    padding-left: 5em;
    max-width: calc(33.25rem + 5em);
}

.avd-img::before {
    content: "";
    position: absolute;
    right: -45%;
    top: 50%;
    width: 170%;
    height: 250%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../../img/pr-image-shadow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.avd-img img {
    position: relative;
    z-index: 1;
}

.avd-img-container {
    position: relative;
    z-index: 1;
}

.avd-img-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../img/pr-image-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

.avd-img-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10.5em;
    height: 10.5em;
    background-image: url("../../img/pr-sign.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.avd-img-center-text {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 0.875em;
    -webkit-transform: translate(-50%, 10%);
    -ms-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

.avd-img-box {
    position: absolute;
    font-size: 0.875em;
    padding: 1.375em;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 1em;
    z-index: 2;
    -webkit-box-shadow: 0 0.125em 2em 0 rgba(106, 120, 132, 0.2);
    box-shadow: 0 0.125em 2em 0 rgba(106, 120, 132, 0.2);
    max-width: 13.5em;
}

.avd-img-box-1 {
    left: 0%;
    top: 19%;
}

.avd-img-box-2 {
    right: 4%;
    top: 7%;
}

.avd-img-box-3 {
    left: 32%;
    bottom: 5%;
}

.avd-img-box-icon {
    width: 2.5em;
    min-width: 2.5em;
    height: 2.5em;
    margin-right: 0.75em;
}

.avd-img-box-heading {
    font-size: 0.875em;
    line-height: 1.33;
}

.avd-img-box-heading:first-letter {
    text-transform: uppercase;
}

.avd-img-box-desc {
    font-size: 0.75em;
    margin-top: 0.75em;
}

.avd-list {
    position: relative;
    font-size: 1.0625rem;
    font-weight: 500;
}

.avd-list > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
}

.avd-list > li::before {
    content: "";
    margin-right: 1rem;
    min-width: 2.25rem;
    width: 2.25rem;
    height: 3rem;
    background-image: url("../../img/ic-medals.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.avd-list > li:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .avd-img {
        font-size: 0.95rem;
    }
}

@media (min-width: 768px) {
    .avd-img {
        font-size: 1.125rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .avd-img {
        font-size: 0.825rem;
    }
}

@media (min-width: 1200px) {
    .avd-img {
        margin-left: auto;
    }
}