.player {
    margin-bottom: 64px;
}


.player .wrapper {
    margin: 0 auto;
    max-width: 1024px;
}

.player .title {
    margin-bottom: 16px;
    text-align: center;
}

.player .yt-player {
    border-radius: 16px;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.player .yt-player:not([_loaded])::after {
    animation: loading-circle 0.8s linear infinite;
    transform: scale(1);
}

.player .yt-player::after {
    border-bottom-color: var(--color--teal-normal);
    border-left-color: var(--color--teal-normal);
    border-radius: 50%;
    border-right-color: transparent;
    border-style: solid;
    border-top-color: var(--color--teal-normal);
    border-width: 3px;
    bottom: 0;
    content: "";
    display: block;
    height: 44px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    width: 44px;
}

.player iframe {
    background-color: var(--color--dark);
    border: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transform: scale(1);
    width: 100%;
}



.about {
    margin-bottom: 64px;
}


.about .title {
    margin-bottom: 16px;
    text-align: center;
}

.about .wp-content {
    margin-bottom: 24px;
    text-align: center;
}

.about ul {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
}

.about li {
    border: 1px solid var(--color--gray-light-active);
    border-radius: 16px;
    padding: 31px 23px;
}

.about .box-title {
    margin-bottom: 8px;
}

.about .text {
    margin: 0;
}



.steps {
    margin-bottom: 64px;
}


.steps .wrapper {
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
}

.steps .title {
    margin-bottom: 0;
}

.steps li {
    border-bottom: 1px solid var(--color--blue-light-active);
    column-gap: 16px;
    display: flex;
    padding: 14px 16px 12px;
}

.steps li::before {
    content: attr(data-text);
}

.steps li span {
    font-weight: 700;
}



.testimonials {
    margin-bottom: 64px;
}


.testimonials .title {
    margin-bottom: 16px;
    text-align: center;
}

.testimonials-content {
    align-items: center;
    display: grid;
    grid-template-columns: 512px calc(100% - 512px);
}

.testimonials .media {
    border-radius: 16px;
}

.testimonials-inner {
    height: calc(100% - 96px);
    max-height: 512px;
    position: relative;
}

.testimonials-inner::before {
    background-color: var(--color--white);
    border-radius: 0 16px 16px 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.testimonials-items {
    overflow: hidden;
    position: relative;
}

.testimonials-items ul {
    display: flex;
}

.testimonials-items ul[_animate] {
    transition: transform 0.24s linear;
}

.testimonials-items li {
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 32px 32px 0;
    width: calc(var(--width--container) - 512px);
}

.testimonial-meta {
    align-items: center;
    display: grid;
    grid-column-gap: 16px;
    grid-template-columns: 64px 1fr;
    margin-bottom: 20px;
}

.testimonial-image {
    border-radius: 50%;
}

.testimonial-title {
    font-size: 16px;
    margin: 0 0 4px;
}

.testimonial-subtitle {
    color: var(--color--gray-dark-hover);
    font-size: 14px;
    margin: 0;
}

.testimonials-items .wp-content {
    height: 198px;
    overflow: auto;
}

.testimonials-controls {
    bottom: 32px;
    column-gap: 12px;
    display: flex;
    left: 32px;
    position: absolute;
}

.testimonials-controls .control {
    align-items: center;
    border: 0;
    border-radius: 50%;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.testimonials-controls .control:first-child {
    background-color: var(--color--gray-light);
}

.testimonials-controls .control:last-child {
    background-color: var(--color--blue-normal);
    color: var(--color--white);
}



.faq {
    margin-bottom: 64px;
}


.faq .wrapper {
    margin: 0 auto;
    max-width: 1024px;
}

.faq .title {
    margin-bottom: 16px;
    text-align: center;
}

.faq .item {
    border-bottom: 1px solid var(--color--gray-normal);
}

.faq .item[_active] .icon svg:first-child {
    transform: scale(0);
}

.faq .item[_active] .icon svg:last-child {
    transform: scale(1);
}

.faq .item[_active] .item-wrapper {
    display: block;
}

.faq .item-title {
    margin-bottom: 0;
}

.faq .item-button {
    background-color: transparent;
    border: 0;
    column-gap: 16px;
    display: flex;
    justify-content: space-between;
    padding: 16px 0 15px;
    width: 100%;
}

.faq .item-button span {
    pointer-events: none;
}

.faq .item-button .icon {
    color: var(--color--blue-normal);
    position: relative;
    top: 2px;
}

.faq .item-button .icon svg:last-child {
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
}

.faq .item-wrapper {
    display: none;
}

.faq .wp-content {
    color: var(--color--gray-darker);
    padding: 8px 0 24px;
}



.call {
    margin-bottom: 64px;
    padding: 80px 0;
    position: relative;
}


.call .media {
    background-color: var(--color--blue-dark-hover);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.call .media::after {
    background-color: var(--color--black-transparent-65);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.call .text {
    align-items: center;
    color: var(--color--white);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 640px;
    position: relative;
    text-align: center;
}

.call .title {
    margin-bottom: 10px;
}

.call .description {
    margin: 0 0 24px;
}



@media (max-width: 1299px) {
    .steps .wrapper {
        display: block;
    }

    .steps .title {
        margin-bottom: 2px;
    }

    .steps li {
        padding-left: 0;
        padding-right: 0;
    }



    .testimonials-content {
        grid-template-columns: calc(var(--width--container) / 2) calc(100% - calc(var(--width--container) / 2));
    }

    .testimonials-inner {
        max-height: calc(var(--width--container) / 2);
    }

    .testimonials-items li {
        width: calc(var(--width--container) - calc(var(--width--container) / 2));
    }

    .testimonials-items .wp-content {
        height: 167px;
    }
}


@media (max-width: 1024px) {
    .player .title {
        text-align: inherit;
    }



    .about .title {
        text-align: inherit;
    }

    .about .wp-content {
        text-align: inherit;
    }

    .about ul {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .about li {
        border: 1px solid var(--color--gray-light-active);
        padding: 23px 19px;
    }



    .steps li {
        flex-direction: column;
        row-gap: 6px;
    }



    .testimonials .title {
        text-align: inherit;
    }


    .testimonials-content {
        background-color: var(--color--white);
        border-radius: 16px;
        display: block;
        padding-bottom: 32px;
        overflow: hidden;
    }

    .testimonials .media {
        border-radius: 0;
        padding-top: 60%;
    }

    .testimonials-inner {
        height: auto;
        max-height: none;
    }

    .testimonials-inner::before {
        display: none;
    }

    .testimonials-items li {
        padding: 24px 20px;
        width: var(--width--container);
    }

    .testimonials-items .wp-content {
        height: auto;
    }

    .testimonials-controls {
        padding: 0 20px;
        position: static;
    }



    .call {
        padding: 48px 0;
    }
}