::-webkit-scrollbar {
    background: #191919;
    border-radius: 11px;
    margin: 3px 2px;
    width: 11px
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
    -webkit-transition: all .3s;
    transition: all .3s
}

::-webkit-scrollbar-thumb {
    background: #ffffff0d;
    border: 3px solid #191919;
    border-radius: 7px
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff4d
}

.seo-description {
    display: none
}

.page {
    height: 100vh;
    margin-right: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    scroll-behavior: smooth;
    z-index: 1
}

.container {
    padding-left: 28px;
    padding-right: 28px
}

@media (min-width:768px) {
    .container {
        padding-left: 56px;
        padding-right: 56px
    }
}

@media (min-width:1700px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 2300px;
        padding-left: 104px;
        padding-right: 104px
    }
}

@media (min-width:768px) {
    .content {
        padding-top: 34px
    }
}

@media (min-width:1250px) {
    .content {
        padding-top: 54px
    }
}

.hide {
    opacity: 0;
    transition: all .3s
}

.banner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
    margin-top: 50px
}

@media (min-width:768px) {
    .banner {
        flex-direction: row;
        gap: 8px
    }
}

@media (min-width:1250px) {
    .banner {
        gap: 16px
    }
}

.banner-text-wrap {
    background: #ffffff0d;
    border-radius: 16px;
    display: flex;
    flex: none;
    flex-direction: column;
    padding: 20px
}

@media (min-width:768px) {
    .banner-text-wrap {
        padding: 32px;
        width: 241px
    }
}

@media (min-width:1250px) {
    .banner-text-wrap {
        padding: 32px;
        width: 475px
    }
}

@media (min-width:1700px) {
    .banner-text-wrap {
        padding: 56px;
        width: 754px
    }
}

.banner-title {
    color: #ffffffe6;
    font-size: 40px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.03em;
    margin-bottom: 16px;
    text-transform: uppercase
}

.banner-title,
.banner-title .accent {
    font-family: DIN Pro Cond;
    line-height: 1
}

.banner-title .accent {
    align-items: center;
    color: #db2777;
    display: inline-flex;
    font-style: normal;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.banner-title .accent svg {
    color: #201f1f;
    height: auto;
    left: -26px;
    position: absolute;
    top: 16px;
    width: 175px
}

@media (min-width:768px) {
    .banner-title .accent svg {
        left: -23px;
        top: 16px;
        width: 167px
    }
}

@media (min-width:1250px) {
    .banner-title .accent svg {
        left: -35px;
        top: 24.5px;
        width: 259px
    }
}

@media (min-width:1700px) {
    .banner-title .accent svg {
        left: -25px;
        top: 32px;
        width: 357px
    }
}

@media (min-width:768px) {
    .banner-title {
        margin-bottom: 32px
    }
}

@media (min-width:1250px) {
    .banner-title {
        font-size: 64px;
        margin-bottom: 84px
    }
}

@media (min-width:1700px) {
    .banner-title {
        font-size: 104px;
        margin-bottom: 124px
    }
}

.banner-description {
    display: flex;
    flex-direction: column;
    gap: 18px
}

@media (min-width:1250px) {
    .banner-description {
        gap: 26px
    }
}

@media (min-width:1700px) {
    .banner-description {
        gap: 32px
    }
}

.banner-description p {
    color: #fff6;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.3
}

@media (min-width:1250px) {
    .banner-description p {
        font-size: 20px
    }
}

@media (min-width:1700px) {
    .banner-description p {
        font-size: 24px
    }
}

.banner-description p span {
    color: #fffc
}

.banner-video {
    align-self: stretch;
    display: flex;
    height: 320px;
    position: relative;
    width: 100%
}

@media (min-width:768px) {
    .banner-video {
        flex: 1;
        height: auto
    }
}

.banner-video img,
.banner-video video {
    border-radius: 16px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.roadmap {
    background: #fafafa0d;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 32px;
    position: relative;
    z-index: 1
}

@media (min-width:1250px) {
    .roadmap {
        flex-direction: row
    }
}

.roadmap__title-wrap {
    flex: 1
}

.roadmap__title {
    display: flex;
    flex-direction: column;
    font-family: DIN Pro Cond;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 32px
}

@media (min-width:768px) {
    .roadmap__title {
        flex-direction: row
    }
}

@media (min-width:960px) {
    .roadmap__title {
        flex-direction: column;
        font-size: 64px
    }
}

@media (min-width:1700px) {
    .roadmap__title {
        font-size: 104px
    }
}

.roadmap__title .accent {
    color: #db2777;
    font-family: DIN Pro Cond
}

.roadmap__img {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    z-index: -1
}

@media (max-width:1440px) {
    .roadmap__img {
        bottom: -150px;
        left: -150px
    }
}

@media (min-width:1250px) {
    .roadmap__img {
        display: flex
    }

    .roadmap__img img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        vertical-align: top;
        width: 1060px
    }
}

@media (min-width:1700px) {
    .roadmap__img img {
        width: 1300px
    }
}

.roadmap__list {
    flex: none;
    min-width: -moz-fit-content;
    min-width: fit-content
}

@media (min-width:1250px) {
    .roadmap__list {
        padding: 50px
    }
}

.roadmap__list-item {
    align-items: center;
    display: flex;
    gap: 40px;
    margin-bottom: 70px;
    position: relative
}

@media (min-width:1700px) {
    .roadmap__list-item {
        flex: 1;
        gap: 80px;
        margin-bottom: 124px
    }
}

.roadmap__list-item:last-child {
    margin-bottom: 0
}

.roadmap__list-item:last-child .roadmap__list-item-number:after {
    display: none
}

.roadmap__list-item.active .roadmap__list-item-number {
    background: #db2777;
    color: #fff
}

.roadmap__list-item.active .roadmap__list-item-text {
    opacity: 1
}

.roadmap__list-item-number {
    align-items: center;
    background: #fafafa0d;
    border-radius: 16px;
    color: #ffffff80;
    display: flex;
    flex: none;
    font-size: 20px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    text-align: center;
    width: 44px
}

@media (min-width:768px) {
    .roadmap__list-item-number {
        font-size: 40px;
        height: 64px;
        position: relative;
        width: 64px
    }
}

.roadmap__list-item-number:after {
    background: #ffffff0d;
    border-radius: 16px;
    content: "";
    display: block;
    height: 70px;
    left: 22px;
    position: absolute;
    top: 100%;
    width: 2px
}

@media (min-width:768px) {
    .roadmap__list-item-number:after {
        left: auto
    }
}

@media (min-width:1700px) {
    .roadmap__list-item-number:after {
        height: 124px
    }
}

.roadmap__list-item-text {
    opacity: .6
}

.roadmap__list-item-label {
    color: #eceef1;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .roadmap__list-item-label {
        font-size: 32px
    }
}

@media (min-width:1700px) {
    .roadmap__list-item-label {
        font-size: 40px
    }
}

.roadmap__list-item-description {
    color: #ffffff80;
    font-size: 16px;
    letter-spacing: -.01em
}

@media (min-width:768px) {
    .roadmap__list-item-description {
        font-size: 20px
    }
}

@media (min-width:1700px) {
    .roadmap__list-item-description {
        font-size: 24px
    }
}

.returning {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 16px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    background:
        radial-gradient(640px 360px at 0% 0%, rgba(219, 39, 119, .2), transparent 55%),
        radial-gradient(520px 320px at 100% 10%, rgba(244, 114, 182, .09), transparent 52%),
        linear-gradient(135deg, rgba(27, 24, 34, .98), rgba(12, 12, 18, .96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 24px 64px rgba(0, 0, 0, .22)
}

@media (min-width:768px) {
    .returning {
        padding: 32px
    }
}

@media (min-width:1250px) {
    .returning {
        padding: 40px
    }
}

.returning:before,
.returning:after {
    content: "";
    pointer-events: none;
    position: absolute
}

.returning:before {
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 42%)
}

.returning:after {
    right: -140px;
    bottom: -180px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(219, 39, 119, .22), rgba(219, 39, 119, 0) 70%);
    filter: blur(12px)
}

.returning__hero,
.returning__grid,
.returning__footer {
    position: relative;
    z-index: 1
}

.returning__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .66);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width:768px) {
    .returning__eyebrow {
        font-size: 12px;
        padding: 10px 14px
    }
}

.returning__hero-grid {
    display: grid;
    gap: 16px;
    margin-top: 18px
}

@media (min-width:960px) {
    .returning__hero-grid {
        grid-template-columns: minmax(0, 1.3fr) minmax(320px, .8fr);
        gap: 20px;
        align-items: stretch
    }
}

.returning__intro {
    display: flex;
    flex-direction: column
}

.returning__title {
    margin: 0 0 16px;
    color: #fffffff2;
    font-family: DIN Pro Cond;
    font-size: 48px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: .92;
    text-transform: uppercase;
    max-width: 11ch
}

@media (min-width:768px) {
    .returning__title {
        font-size: 64px
    }
}

@media (min-width:1250px) {
    .returning__title {
        font-size: 82px
    }
}

@media (min-width:1700px) {
    .returning__title {
        font-size: 108px
    }
}

.returning__title .accent {
    color: #db2777
}

.returning__lead {
    max-width: 62ch;
    color: #ffffffba;
    font-size: 16px;
    letter-spacing: -.01em;
    line-height: 1.72
}

@media (min-width:768px) {
    .returning__lead {
        font-size: 18px
    }
}

@media (min-width:1250px) {
    .returning__lead {
        font-size: 20px
    }
}

.returning__journey {
    display: grid;
    gap: 12px;
    margin-top: 22px
}

@media (min-width:768px) {
    .returning__journey {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.returning__journey-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04)
}

.returning__journey-step {
    color: #db2777;
    font-family: DIN Pro Cond;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: .95;
    text-transform: uppercase
}

.returning__journey-text {
    color: #ffffffe0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55
}

@media (min-width:1250px) {
    .returning__journey-text {
        font-size: 15px
    }
}

.returning__spotlight {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .03))
}

@media (min-width:768px) {
    .returning__spotlight {
        padding: 24px
    }
}

@media (min-width:1250px) {
    .returning__spotlight {
        padding: 28px
    }
}

.returning__spotlight:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, #db2777, rgba(219, 39, 119, 0));
    opacity: .9
}

.returning__spotlight-label {
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1;
    text-transform: uppercase
}

.returning__spotlight-title {
    color: #fffffff2;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.02;
    max-width: 12ch
}

@media (min-width:768px) {
    .returning__spotlight-title {
        font-size: 34px
    }
}

@media (min-width:1250px) {
    .returning__spotlight-title {
        font-size: 40px
    }
}

.returning__spotlight-text {
    color: #ffffffad;
    font-size: 15px;
    line-height: 1.7
}

@media (min-width:1250px) {
    .returning__spotlight-text {
        font-size: 16px
    }
}

.returning__metrics {
    display: grid;
    gap: 10px
}

@media (min-width:560px) {
    .returning__metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.returning__metric {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(12, 12, 18, .24)
}

.returning__metric strong {
    color: #ffffff;
    font-family: DIN Pro Cond;
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    line-height: .92;
    text-transform: uppercase
}

.returning__metric span {
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45
}

.returning__grid {
    display: grid;
    gap: 12px;
    margin-top: 18px
}

@media (min-width:768px) {
    .returning__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-top: 24px
    }
}

@media (min-width:1250px) {
    .returning__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.returning-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    transition: transform .35s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease
}

@media (min-width:768px) {
    .returning-card {
        padding: 24px
    }
}

.returning-card:before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(219, 39, 119, .65), rgba(219, 39, 119, 0))
}

.returning-card:hover {
    transform: translateY(-4px);
    border-color: rgba(219, 39, 119, .32);
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 16px 44px rgba(0, 0, 0, .18)
}

.returning-card--featured {
    background: linear-gradient(160deg, rgba(219, 39, 119, .18), rgba(255, 255, 255, .05) 60%)
}

@media (min-width:768px) {
    .returning-card--featured {
        grid-column: 1/-1
    }
}

@media (min-width:1250px) {
    .returning-card--featured {
        grid-column: span 2
    }
}

.returning-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px
}

.returning-card__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 52px;
    padding: 0 14px;
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
    font-family: DIN Pro Cond;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 1
}

.returning-card__tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .64);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1;
    text-transform: uppercase
}

.returning-card__title {
    margin-bottom: 12px;
    color: #fffffff0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.08
}

@media (min-width:768px) {
    .returning-card__title {
        font-size: 28px
    }
}

.returning-card__text {
    color: #ffffffab;
    font-size: 15px;
    line-height: 1.72
}

@media (min-width:1250px) {
    .returning-card__text {
        font-size: 16px
    }
}

.returning__footer {
    display: grid;
    gap: 12px;
    margin-top: 18px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03))
}

@media (min-width:960px) {
    .returning__footer {
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 18px
    }
}

.returning__footer-label {
    color: #db2777;
    font-family: DIN Pro Cond;
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: .92;
    text-transform: uppercase
}

@media (min-width:768px) {
    .returning__footer-label {
        font-size: 40px
    }
}

.returning__footer-text {
    color: #ffffffe6;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.7;
    max-width: 72ch
}

@media (min-width:768px) {
    .returning__footer-text {
        font-size: 18px
    }
}

@media (prefers-reduced-motion: reduce) {
    .returning-card {
        transition: none
    }

    .returning-card:hover {
        transform: none
    }
}

.benefits {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media (min-width:1700px) {
    .benefits {
        flex-direction: row
    }
}

.benefits-card {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.benefits-card__img {
    height: 179px;
    width: 100%
}

@media (min-width:768px) {
    .benefits-card__img {
        height: 364px
    }
}

@media (min-width:1250px) {
    .benefits-card__img {
        height: 526px
    }
}

.benefits-card__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.benefits-card__text-wrap {
    background: #fafafa0d;
    flex: 1;
    padding: 20px
}

@media (min-width:768px) {
    .benefits-card__text-wrap {
        padding: 50px 30px
    }
}

@media (min-width:1250px) {
    .benefits-card__text-wrap {
        padding: 56px
    }
}

.benefits-card__title {
    font-family: DIN Pro Cond;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -.05em;
    line-height: 1;
    margin-bottom: 28px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .benefits-card__title {
        font-size: 40px
    }
}

@media (min-width:1250px) {
    .benefits-card__title {
        font-size: 56px
    }
}

@media (min-width:1700px) {
    .benefits-card__title {
        font-size: 64px
    }
}

.benefits-card__title.col-reverse {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: inline-flex;
    flex-direction: column-reverse;
    max-width: 810px
}

.benefits-card__title .accent {
    color: #db2777;
    font-family: DIN Pro Cond;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -.05em;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width:768px) {
    .benefits-card__title .accent {
        font-size: 40px
    }
}

@media (min-width:1250px) {
    .benefits-card__title .accent {
        font-size: 56px
    }
}

@media (min-width:1700px) {
    .benefits-card__title .accent {
        font-size: 64px
    }
}

.benefits-card__description {
    color: #fffc;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.3
}

@media (min-width:768px) {
    .benefits-card__description {
        font-size: 16px
    }
}

@media (min-width:1250px) {
    .benefits-card__description {
        font-size: 20px
    }
}

@media (min-width:1700px) {
    .benefits-card__description {
        font-size: 24px
    }
}

.benefits-list {
    display: flex;
    gap: 8px
}

@media (min-width:768px) {
    .benefits-list {
        gap: 16px
    }
}

@media (min-width:1700px) {
    .benefits-list {
        flex: none;
        flex-direction: column;
        width: 224px
    }
}

.benefits-list__item {
    align-items: center;
    background: #fafafa0d;
    border-radius: 16px;
    color: #fff3;
    cursor: pointer;
    display: flex;
    flex: 1;
    height: 60px;
    justify-content: center;
    transition: all .3s
}

@media (min-width:768px) {
    .benefits-list__item {
        height: 118px
    }
}

@media (min-width:1700px) {
    .benefits-list__item {
        flex: none;
        height: 164px
    }
}

.benefits-list__item:hover {
    background: #fafafa26
}

.benefits-list__item.active {
    background: #db2777;
    color: #fff
}

.benefits-list__item-icon {
    height: 32px;
    width: 32px
}

@media (min-width:768px) {
    .benefits-list__item-icon {
        height: 64px;
        width: 64px
    }
}

@media (min-width:1250px) {
    .benefits-list__item-icon {
        height: 72px;
        width: 72px
    }
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media (min-width:768px) {
    .steps {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.steps-wrap .title {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: DIN Pro Cond;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    justify-content: center;
    letter-spacing: -.03em;
    line-height: 1;
    margin: 16px 0 41px;
    text-transform: uppercase
}

@media (min-width:1250px) {
    .steps-wrap .title {
        flex-direction: row;
        font-size: 64px;
        gap: 16px;
        margin-bottom: 60px
    }
}

@media (min-width:1700px) {
    .steps-wrap .title {
        font-size: 88px;
        margin-bottom: 60px
    }
}

.steps-wrap .title .accent {
    color: #db2777;
    font-family: DIN Pro Cond;
    font-style: italic;
    font-weight: 900
}

.steps-card {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@media (min-width:768px) {
    .steps-card {
        flex: 1
    }

    .steps-card:last-child {
        flex: none;
        flex-direction: row;
        width: 100%
    }

    .steps-card:last-child .steps-card__img,
    .steps-card:last-child .steps-card__text-wrap {
        flex: 1
    }

    .steps-card:last-child .steps-card__img {
        width: 100%
    }

    .steps-card:last-child .steps-card__text-wrap {
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center
    }
}

@media (min-width:1700px) {
    .steps-card {
        flex: 1
    }

    .steps-card:last-child {
        flex: 1;
        flex-direction: column
    }

    .steps-card:last-child .steps-card__img,
    .steps-card:last-child .steps-card__text-wrap {
        flex: 1
    }

    .steps-card:last-child .steps-card__img {
        width: 100%
    }

    .steps-card:last-child .steps-card__text-wrap {
        align-items: flex-start;
        display: flex;
        justify-content: flex-start;
        text-align: left
    }
}

.steps-card__img {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-end;
    min-height: 310px;
    padding: 30px 20px;
    position: relative;
    z-index: 0
}

@media (min-width:1250px) {
    .steps-card__img {
        padding: 40px
    }
}

.steps-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2
}

.steps-card__img img,
.steps-card__img:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.steps-card__img:before {
    background: linear-gradient(0deg, #0a0a0af2, #0a0a0a00);
    content: "";
    display: block;
    opacity: .85;
    z-index: -1
}

.steps-card__label {
    background: #db2777;
    border-radius: 5px;
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.4;
    padding: 5px 10px
}

@media (min-width:768px) {
    .steps-card__label {
        font-size: 16px
    }
}

@media (min-width:1250px) {
    .steps-card__label {
        font-size: 20px
    }
}

.steps-card__title {
    color: #f5f5f5;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1
}

@media (min-width:1250px) {
    .steps-card__title {
        font-size: 40px
    }
}

.steps-card__text-wrap {
    background: #fafafa0d;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px 30px
}

@media (min-width:768px) {
    .steps-card__text-wrap {
        gap: 30px
    }
}

@media (min-width:1250px) {
    .steps-card__text-wrap {
        padding: 40px 53px 63px
    }
}

@media (min-width:1700px) {
    .steps-card__text-wrap {
        padding: 40px 47px 63px
    }
}

.steps-card__action {
    font-size: 18px;
    font-weight: 700;
    width: 100%
}

@media (min-width:1250px) {
    .steps-card__action {
        font-size: 20px
    }
}

.steps-card__description {
    color: #ffffff80;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

@media (min-width:768px) {
    .steps-card__description {
        font-size: 16px
    }
}

@media (min-width:1250px) {
    .steps-card__description {
        font-size: 24px
    }
}

.media {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    justify-content: center
}

@media (min-width:1250px) {
    .media {
        display: flex;
        margin-left: auto;
        margin-right: auto
    }
}

.media-wrap {
    max-width: 1136px !important
}

@media (min-width:1250px) {
    .media-wrap {
        margin-left: auto;
        margin-right: auto
    }
}

.media-wrap .title {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: DIN Pro Cond;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    justify-content: center;
    letter-spacing: -.03em;
    line-height: 1;
    margin: 16px 0 41px;
    text-transform: uppercase
}

@media (min-width:1250px) {
    .media-wrap .title {
        flex-direction: row;
        font-size: 64px;
        gap: 16px;
        margin-bottom: 60px
    }
}

@media (min-width:1700px) {
    .media-wrap .title {
        font-size: 88px;
        margin-bottom: 60px;
        white-space: nowrap
    }
}

.media-wrap .title .accent {
    color: #db2777;
    font-family: DIN Pro Cond;
    font-style: italic;
    font-weight: 900
}

.media-item {
    align-items: center;
    aspect-ratio: 1/1;
    background: #141414;
    border-radius: 16px;
    color: #fffc;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.media-item:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: -1
}

.media-item:hover {
    color: #fff
}

.media-item:hover .media-item__icon {
    color: #fff !important
}

.media-item.hidden {
    display: none
}

.media-item.discord .media-item__icon {
    color: #5865f2
}

.media-item.discord:before {
    background: #5865f21a
}

.media-item.discord:hover:before {
    background: #5865f2
}

.media-item.telegram .media-item__icon {
    color: #2aabee
}

.media-item.telegram:before {
    background: #2aabee1a
}

.media-item.telegram:hover:before {
    background: #2aabee
}

.media-item.youtube .media-item__icon {
    color: red
}

.media-item.youtube:before {
    background: #ff00001a
}

.media-item.youtube:hover:before {
    background: red
}

.media-item.vk .media-item__icon {
    color: #07f
}

.media-item.vk .media-item__icon .secondary {
    color: #fff
}

.media-item.vk:before {
    background: #0077ff1a
}

.media-item.vk:hover .media-item__icon .secondary {
    color: #07f
}

.media-item.vk:hover:before {
    background: #07f
}

.media-item__icon {
    height: 40px;
    transition: all .3s;
    width: auto
}

@media (min-width:1250px) {
    .media-item__icon {
        height: 60px
    }
}

.media-item__icon .secondary {
    transition: all .3s
}

.media-item__label {
    display: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 24px;
    transition: all .3s
}

@media (min-width:1250px) {
    .media-item__label {
        display: block
    }
}
