.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;
    }
}

.prt-body {
    max-width: 785px;
}

.prt-logos {
    padding: 2rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 0.375rem;
    min-height: 180px;
}

.prt-logos svg {
    display: block;
    margin: 0 1.5rem;
}

.prt-logo {
    max-height: 5rem;
}

.prt-logo img {
    display: block;
    max-width: 100%;
    max-height: 5rem;
    height: auto;
    width: auto;
}

.prt-sidebar {
    padding: 2rem 1.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0.125rem 2rem 0 rgba(173, 179, 186, 0.4);
    box-shadow: 0 0.125rem 2rem 0 rgba(173, 179, 186, 0.4);
}

.prt-sidebar-heading {
    font-size: 1.5rem;
}

.prts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
}

.prts-item:last-child {
    margin-bottom: 0;
}

.prts-item::before {
    content: url("../../img/ic-point.svg");
    min-width: 1.5rem;
    margin-right: 1rem;
}

.prts-heading {
    font-weight: 500;
}

.prts-desc {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (min-width: 576px) {
    .prt-logos svg {
        margin: 0 2rem;
    }

    .prt-sidebar {
        padding: 2.5rem 3rem;
    }
}

@media (min-width: 768px) {
    .prt-logos svg {
        min-height: 240px;
    }
}