/* WELCOME */

.welcome {
    padding: 86px 0 50px;
}

.welcome-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}

.welcome-heading {
    margin-bottom: 24px;
}

.welcome-description {
    margin-bottom: 56px;
}

.welcome form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.welcome form .btn {
    margin-left: 8px;
    min-width: 176px;
}

.welcome-action {
    display: inline-block;
    margin-left: -15px;
}

/* CLIENTS */

.clients {
    padding: 50px 0 40px;
}

.clients .container {
    z-index: 0;
    overflow-x: hidden;
    position: relative;
}

.clients-title {
    text-align: center;
    margin-bottom: 24px;
}

#clients-slider .logos-list {
    padding: 10px 0;
}

/* ADVANTAGES */

.advantages {
    padding: 188px 0 100px;
    overflow: hidden;
}

.advantages-text {
    margin-bottom: 75px;
    /*opacity: 0;*/
}

.advantages.who-we-are-advantages .advantages-text {
    margin-bottom: 30px;
}

.advantages-text:last-child {
    margin-bottom: 0;
}

.skipBtn {
    min-width: 328px;
    max-width: 100%;
    margin: -100px auto 164px;
    /*transition: 0.2s ease-in-out;*/
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .skipBtn {
        display: none;
    }
}

.skipBtn-text {
    transition: 0.2s ease-in-out;
}

.skipBtn.active {
    border-radius: 50%;
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    right: 10%;
    bottom: 10%;
    margin: 0;
}

.skipBtn.active .skipBtn-text {
    display: none;
}

/* FEATURES */

.features {
    padding: 30px 0;
}

.features-overline {
    text-align: center;
    color: var(--additional-4-color);
    margin-bottom: 16px;
}

.features-heading {
    text-align: center;
    margin-bottom: 48px;
}

.features-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0 -11px 56px;
}

.features-item {
    margin: 0 11px;
    width: 176px;
    min-height: 176px;
}

.features-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bg-second-color);
    color: var(--secondary-light-color);
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.features-link:focus {
    outline: none;
}

.features-link:hover,
.features-link:focus {
    background-color: var(--primary-accent-color);
}

.features-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -16px;
}

.features-actions .btn {
    margin: 0 16px;
    min-width: 328px;
}

.features-wrapper {
    margin: 80px 0 0;
    display: flex;
    position: relative;
}

.features-content {
    min-width: calc(50% - 70px);
    width: calc(50% - 70px);
    margin-right: 100px;
}

.feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 80px 0;
    box-sizing: border-box;
}

.feature-title {
    margin-bottom: 16px;
}

.feature-description {
    margin-bottom: 40px;
}

.feature-imgWrapper {
    display: none;
}

.feature-description ul,
.feature-description ol {
    list-style: initial;
    padding-left: 2rem;
    margin: 1rem 0;
}

.features-images {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.features-images img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

.features-images img.active {
    opacity: 1;
    visibility: visible;
}


/* DREAMS */

.dreams {
    padding: 60px 0;
    background-image: url("../../../images/landing/home_delivery_banner.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.dreams-heading {
    text-align: center;
    max-width: 968px;
    margin: 0 auto 68px;
}

.dreams-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -16px;
}

.dreams-actions .btn {
    min-width: 344px;
    margin: 0 16px;
}

/* CONVINCE */
.convince {
    padding-top: 176px;
    padding-bottom: 96px;
    text-align: center;
}

.convince-list {
    display: flex;
    justify-content: space-between;
}

.convince-item {
    max-width: 368px;
    margin-top: 64px;
    margin-bottom: 56px;
}

.convince-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -16px;
}

.convince-actions .btn {
    min-width: 344px;
    margin: 0 16px;
}

.convince .twoColumnsBlock:first-child {
    margin-bottom: 86px;
}

.convince .twoColumnsBlock:first-child .twoColumnsBlock-imgWrapper {
    position: relative;
    right: -140px;
}

@media screen and (max-width: 1199px) {
    .convince {
        padding-top: 80px;
        padding-bottom: 54px;
        text-align: center;
    }

    .convince-heading {
        margin-bottom: 56px;
    }

    .convince-list {
        flex-direction: column;
        align-items: center;
    }

    .convince-item {
        max-width: 90%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}







/* STEPS */

.steps {
    padding: 112px 0 104px;
    background-color: var(--secondary-light-color);
    color: var(--primary-dark-color);
}

.steps.home-steps {
    padding: 112px 0 0 !important;
}

.steps-heading {
    text-align: center;
    max-width: 776px;
    margin: 0 auto 48px;
}

.steps-heading span {
    color: var(--primary-accent-color);
}

.steps-heading.home-heading {
    max-width: 800px !important;
}

.steps-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -16px 60px;
}

.steps-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 268px;
    margin: 0 16px;
}

.steps-icon {
    width: 114px;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: var(--secondary-light-color);
    box-shadow: 0 4px 20px rgba(68, 64, 242, 0.1);
    margin-bottom: 16px;
    position: relative;
}

.steps-index {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: var(--secondary-light-color);
    box-shadow: 0 4px 20px rgba(68, 64, 242, 0.1);
    top: -9px;
    right: -12px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    color: var(--primary-accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-item:not(:last-child) .steps-icon:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='72' height='12' viewBox='0 0 72 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M61.7143 0L72 6L61.7143 12V7.03923H0V4.96077H61.7143V0Z' fill='%232E2EE5'/%3E%3C/svg%3E%0A");
    width: 72px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: calc(100% + 60px);
    animation: 1.25s linear infinite alternate runLeftRight;
}

@keyframes runLeftRight {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(30px);
    }
}

.steps-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -16px;
}

.steps-actions .btn {
    min-width: 272px;
    margin: 0 16px;
}

.steps-actions.home-steps .btn {
    margin: 0 5px;
}

/* SOLUTIONS */

.solutions {
    padding: 104px 0 100px;
    background-color: var(--secondary-light-color);
    color: var(--primary-dark-color);
}

.solutions-overline {
    color: var(--additional-4-color);
    text-align: center;
    margin-bottom: 16px;
}

.solutions-heading {
    text-align: center;
    margin-bottom: 86px;
}

.solutions-heading span {
    color: var(--primary-accent-color);
}

/* AWARDS */

.awards {
    background-color: var(--secondary-light-color);
    color: var(--primary-dark-color);
    padding: 72px 0 88px;
    text-align: center;
    position: relative;
    overflow-x: hidden;
}

.awards-title {
    margin-bottom: 24px;
}

.awards-title-icon {
    width: 48px;
    height: 48px;
}

.awards-lines {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    bottom: 0;
}

.awards-lines svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

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


/* KNOWLEDGE */

.knowledge {
    padding: 35px 0;
    /*background-color: var(--secondary-light-color);*/
    /*color: var(--primary-dark-color);*/
    text-align: center;
}

#knowledge-slider {
    padding: 25px;
}

.knowledge-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    text-align: left;
}

.knowledge-link {
    margin-left: 16px;
}

.knowledge-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 24px;
}

.knowledge-heading span {
    color: var(--primary-accent-color);
}

.knowledge-subheading {
    text-align: center;
    margin-bottom: 40px;
}

.knowledge-actions {
    margin: 56px -16px 0;
}

.knowledge-btn {
    display: inline-block;
    padding: 13px 35px;
    margin: 0 16px;
}

@media screen and (max-width: 767px) {
    .knowledge-header {
        margin-bottom: 0px;
    }
}

/* PARTNERS */

.partners {
    background-color: var(--secondary-light-color);
    color: var(--primary-dark-color);
}

.partners .container {
    overflow-x: hidden;
}

.partners .container h4 {
    margin-top: 1.5rem;
}

.partners-heading {
    text-align: center;
}

.partners-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-actions .btn {
    min-width: 272px;
}

.partners.home-partners .partners-actions {
    margin-bottom: 0.7rem;
}

#partners-slider {
    padding: 40px 0 44px;
}


/* TESTIMONIALS */

.testimonials {
    background-color: var(--secondary-light-color);
    color: var(--primary-dark-color);
    padding: 112px 0;
}

.testimonials-container {
    max-width: 1448px;
}

.testimonials-wrapper {
    background-color: rgba(239, 242, 247, 0.5);
    border-radius: 200px;
    padding: 128px 64px 230px;
    position: relative;
}

.testimonials-overline {
    text-align: center;
    color: var(--additional-8-color);
    margin-bottom: 16px;
}

.testimonials-heading {
    text-align: center;
    margin-bottom: 120px;
}

.testimonials-circles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.testimonials-circle {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background-color: var(--secondary-light-color);
    box-shadow: var(--shadow);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
}

.testimonials-circle:nth-child(1) {
    right: calc(100% + 32px);
    top: 40%;
}

.testimonials-circle:nth-child(2) {
    left: 75%;
    top: -28px;
}

.testimonials-circle:nth-child(3) {
    left: 60%;
    top: calc(100% + 7px);
}

.testimonials-circle:nth-child(4) {
    left: 114px;
    top: 137px;
}

.testimonials-circle:nth-child(5) {
    right: 116px;
    top: 248px;
}

.testimonials-circle:nth-child(6) {
    width: 76px;
    height: 76px;
    left: 72px;
    bottom: calc(100% + 8px);
}

.testimonials-circle:nth-child(7) {
    width: 56px;
    height: 56px;
    left: calc(100% + 106px);
    top: 50%;
}

.testimonials-circle:nth-child(8) {
    width: 56px;
    height: 56px;
    right: calc(100% + 28px);
    bottom: 140px;
}

.testimonials-circle:nth-child(9) {
    width: 96px;
    height: 96px;
    left: 196px;
    bottom: 30px;
}

.testimonials-circle:nth-child(10) {
    width: 76px;
    height: 76px;
    right: 96px;
    bottom: 64px;
}

.testimonials-circle.testimonials-circle--hasClick {
    cursor: pointer;
}

.testimonials-circle.testimonials-circle--hasClick img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-circle.testimonials-circle--hasClick:hover {
    border-color: var(--primary-accent-color);
}

.testimonial {
    display: grid;
    grid-template-columns: 1fr 424px;
    grid-gap: 64px;
}

.testimonial-imgWrapper {
    min-height: 543px;
    width: 100%;
    overflow: hidden;
    border-radius: 90px;
}

.testimonial-imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 150px;
}

.testimonial-text {
    position: relative;
}

@media screen and (min-width: 990px) {

    .testimonials .swiper-pagination-bullet {
        background-color: blue;
    }
}

.testimonial-text:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='136' height='112' viewBox='0 0 136 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' d='M31.1805 112C20.787 112 12.9366 108.321 7.62927 100.962C2.54309 93.3874 0 82.8908 0 69.4725C0 54.1063 3.86992 40.5797 11.6098 28.8927C19.3496 17.2058 31.1805 7.57489 47.1024 0L57.7171 20.7768C47.7659 25.7546 40.2472 31.4899 35.161 37.9826C30.2959 44.2589 27.8634 52.2667 27.8634 62.0058C28.5268 61.7894 29.6325 61.6812 31.1805 61.6812C38.2569 61.6812 44.2276 63.8454 49.0927 68.1739C54.1789 72.286 56.722 78.0213 56.722 85.3797C56.722 93.6039 54.2894 100.097 49.4244 104.858C44.5594 109.619 38.478 112 31.1805 112ZM109.463 112C99.0699 112 91.2195 108.321 85.9122 100.962C80.826 93.3874 78.2829 82.8908 78.2829 69.4725C78.2829 54.1063 82.1528 40.5797 89.8927 28.8927C97.6325 17.2058 109.463 7.57489 125.385 0L136 20.7768C126.049 25.7546 118.53 31.4899 113.444 37.9826C108.579 44.2589 106.146 52.2667 106.146 62.0058C106.81 61.7894 107.915 61.6812 109.463 61.6812C116.54 61.6812 122.511 63.8454 127.376 68.1739C132.462 72.286 135.005 78.0213 135.005 85.3797C135.005 93.6039 132.572 100.097 127.707 104.858C122.842 109.619 116.761 112 109.463 112Z' fill='%232E2EE5'/%3E%3C/svg%3E%0A");
    width: 136px;
    height: 112px;
    top: -57px;
    left: -36px;
}


.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-author-avatar {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.testimonial-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-author-name {
    margin-bottom: 10px;
    font-weight: 500;
}

.testimonial-author-position {
    color: var(--secondary-dark-color);
}

@media screen and (max-width: 767px) {

    .home-testimonials .swiper-horizontal>.swiper-pagination-bullets,
    .home-testimonials .swiper-pagination-bullets.swiper-pagination-horizontal,
    .home-testimonials .swiper-pagination-custom,
    .swiper-pagination-fraction {
        top: 227px;
    }
}

/* HESITATE */

.hesitate {
    background-color: var(--secondary-light-color);
    color: var(--primary-dark-color);
    background-image: url("../../../images/landing/hesitate/bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 43px 0 64px;
}

@media screen and (max-width: 400px) {
    .hesitate {
        background-image: url("../../../images/landing/hesitate/bg-mobile.png");
    }
}

@media screen and (min-width: 1200px) {
    .hesitate {
        background-size: contain;
    }
}

.hesitate .container {
    position: relative;
    padding: 169px 0 156px;
}

.hesitate-heading {
    margin-bottom: 56px;
}

.hesitate-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -16px;
}

.hesitate-actions .btn {
    min-width: 270px;
    margin: 0 16px;
}


/* SWITCH */

.switch {
    padding: 100px 0;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.switch-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.switch-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.switch-bg img:last-child {
    visibility: hidden;
    opacity: 0;
}

/* SWITCHER */

.switcher {
    background-color: #BFC1CC;
    border-radius: 220px;
    border: 25px solid #A3A5B3;
    padding: 54px 130px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.switcher-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: auto;
    max-width: 576px;
}

.switcher-title {
    margin-bottom: 40px;
}

.switcher-description {
    margin-bottom: 68px;
}

.switcher-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -16px;
}

.switcher-actions .btn {
    margin: 0 16px;
    min-width: 272px;
}

.switcher-circle {
    position: absolute;
    left: 18px;
    top: 50%;
    width: 350px;
    height: 350px;
    margin-top: -175px;
    border-radius: 50%;
    z-index: 10;
    background-color: var(--secondary-light-color);
    border: 2px solid rgba(80, 84, 123, 0.5);
    box-shadow: 0 4px 20px rgba(68, 64, 242, 0.1);
}

.switcher-circle-icon {
    position: absolute;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
}

.height-100 {
    height: 100vh;
}

@media only screen and (max-width: 1400px) {
    .switcher-circle {
        width: 300px;
        height: 300px;
        margin-top: -150px;
    }

    .switcher-title {
        margin-bottom: 24px;
    }

    .switcher-description {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .features-list {
        flex-wrap: wrap;
    }

    .features-list {
        margin: 0 -8px 40px;
    }

    .features-item {
        width: calc(100% / 3 - 16px);
        margin: 0 8px 16px;
    }

    .features-images {
        display: none;
    }

    .features-content {
        width: 100%;
        margin-right: 0;
    }

    .feature {
        height: auto;
        padding: 60px 0;
    }

    .feature-content {
        width: 100%;
        max-width: 570px;
        margin: 0 auto 40px;
    }

    .feature-imgWrapper {
        display: block;
    }

    .feature-img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .feature:first-child .feature-img {
        margin: 0 -24px 0 auto;
    }

    .convince .twoColumnsBlock:first-child .twoColumnsBlock-imgWrapper {
        position: static;
        right: auto;
    }


    .steps-list {
        flex-direction: column;
    }

    .steps-item:not(:last-child) {
        margin: 30px 16px 128px;
    }

    .steps-item:not(:last-child) .steps-icon:after {
        top: calc(100% + 130px);
        left: 50%;
        margin-top: 0;
        margin-left: -36px;
        animation: 1.25s linear infinite alternate runTopDown;
    }

    .steps-item:nth-child(3) .steps-icon:after {
        margin-top: -36px;
    }

    .steps-actions {
        flex-wrap: wrap;
    }

    @keyframes runTopDown {
        from {
            transform: rotate(90deg) translateX(0);
        }

        to {
            transform: rotate(90deg) translateX(30px);
        }
    }

    .switch {
        height: auto;
        padding: 150px 0;
    }

    .switch-bg img:first-child {
        visibility: hidden;
        opacity: 0;
    }

    .switch-bg img:last-child {
        visibility: visible;
        opacity: 1;
    }

    .switcher {
        background-color: #2E2EE5;
        border-color: #0707AF;
        padding: 34px 70px;
    }

    .switcher-title {
        font-size: 40px;
    }

    .switcher-description {
        font-size: 18px;
    }

    .switcher-actions {
        flex-direction: column;
    }

    .switcher-circle {
        right: 18px;
        left: auto;
    }

    .switcher-circle-icon {
        visibility: visible;
        opacity: 1;
    }

    .switcher-content {
        margin-left: 0;
        max-width: 476px;
    }

    .switcher-actions .btn:first-child {
        border: 2px solid var(--secondary-light-color);
        color: var(--primary-accent-color);
    }

    .switcher-actions .btn:first-child:before {
        background-color: var(--secondary-light-color);
    }

    .switcher-actions .btn:first-child:hover {
        color: var(--secondary-light-color);
    }

    .switcher-actions .btn:first-child {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .welcome-grid {
        grid-template-columns: 1fr;
    }

    .switcher {
        width: 500px;
        box-sizing: border-box;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 60px 54px 16px;
        border-radius: 300px;
    }

    .switcher-content {
        margin-bottom: 50px;
    }

    .switcher-circle {
        position: relative;
        margin-top: 0;
        right: auto;
    }

    .testimonials {
        padding: 20px 0;
    }

    .testimonials-circles {
        pointer-events: none;
        z-index: 2;
    }

    .testimonials-circle.testimonials-circle--hasClick {
        cursor: initial;
        pointer-events: none;
        user-select: none;
        animation: unset;
    }

    .testimonial {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .testimonial-content {
        padding-top: 0;
    }

    .testimonial-imgWrapper {
        border-radius: 32px;
        min-height: 360px;
        height: 360px;
    }

    .testimonial-text {
        margin-bottom: 24px;
    }

    .testimonial-author-avatar {
        width: 56px;
        height: 56px;
        min-width: 56px;
        margin-right: 8px;
    }

    .testimonials-wrapper {
        border-radius: 56px;
        padding: 32px 20px 56px;
    }

    .testimonials-overline {
        margin-bottom: 8px;
    }

    .testimonials-heading {
        margin-bottom: 16px;
    }

    .testimonial-text:before {
        width: 100px;
        height: 86px;
        background-size: contain;
        top: -8px;
        left: -4px;
    }

    .testimonials-circle:nth-child(1) {
        right: -16px;
        bottom: 30px;
        top: auto;
    }

    .testimonials-circle:nth-child(2) {
        top: 40px;
        left: -30px;
    }

    .testimonials-circle:nth-child(3),
    .testimonials-circle:nth-child(4),
    .testimonials-circle:nth-child(6),
    .testimonials-circle:nth-child(8),
    .testimonials-circle:nth-child(9),
    .testimonials-circle:nth-child(10) {
        display: none;
    }

    .testimonials-circle:nth-child(5) {
        right: -10px;
        top: -10px;
    }

    .testimonials-circle:nth-child(7) {
        left: auto;
        right: -4px;
    }
}

@media only screen and (max-width: 767px) {
    .advantages {
        padding: 40px 0;
    }

    .steps {
        padding: 48px 0 64px;
    }

    .steps-actions {
        flex-direction: column;
    }

    .steps-list {
        margin-bottom: 40px;
    }

    .steps-actions .btn:first-child {
        margin-bottom: 16px;
    }

    .solutions {
        padding: 40px 0 64px;
    }

    .solutions-heading {
        margin-bottom: 40px;
    }

    .knowledge {
        padding: 40px 0 24px;
    }

    .knowledge-title {
        font-size: 24px;
    }

    .knowledge-link {
        font-size: 12px;
    }

    .knowledge-heading {
        font-weight: 700;
        margin-bottom: 16px;
    }

    .knowledge-subheading {
        margin-bottom: 24px;
    }

    .knowledge-actions {
        margin-top: 40px;
    }

    .partners {
        padding: 24px 0;
    }

    .testimonial-imgWrapper {
        height: 224px;
        min-height: 224px;
    }

    .hesitate-actions {
        flex-direction: column;
    }

    .hesitate-actions .btn:first-child {
        margin-bottom: 16px;
    }

    .hesitate .container {
        padding: 70px 24px;
    }

    .hesitate-heading {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 1.19;
    }
}

@media only screen and (max-width: 575px) {
    .welcome {
        padding: 16px 0 40px;
    }

    .welcome form {
        flex-direction: column;
        align-items: center;
    }

    .welcome form .btn {
        margin-top: 82px;
        width: 100%;
        margin-left: 0;
    }

    .welcome-left {
        text-align: center;
    }

    .welcome-heading,
    .welcome-description {
        text-align: left;
    }

    .welcome-action {
        margin-left: 0;
    }

    .welcome-description {
        margin-bottom: 48px;
    }

    .clients {
        padding: 40px 0;
    }

    .features-overline {
        margin-bottom: 8px;
    }

    .features-heading {
        margin-bottom: 32px;
    }

    .features-item {
        width: calc(100% / 2 - 16px);
    }

    .features-wrapper {
        margin: 64px 0 0;
        flex-direction: column;
    }

    .features-content {
        width: 100%;
    }

    .feature {
        height: auto;
        padding: 40px 0;
    }

    .feature-description {
        margin-bottom: 32px;
    }

    .dreams-heading {
        font-size: 24px;
        margin: 0 auto 40px;
    }

    .dreams-heading br {
        display: none;
    }

    .awards {
        background-image: url("data:image/svg+xml,%3Csvg width='461' height='116' viewBox='0 0 461 116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.2148 14.4061C29.6525 20.4885 88.4271 122.21 138.715 78.7058C211.032 16.1439 216.359 98.5667 274.592 89.2569C332.825 79.9471 395.482 1 460.215 1' stroke='%23767E9D' stroke-width='0.206377' stroke-linecap='round' stroke-dasharray='1.24 1.24'/%3E%3Cpath d='M0.214844 104.962C2.65869 98.9161 82.1289 10.6349 132.545 53.8792C205.045 116.067 261.978 34.1804 320.359 43.4345C378.739 52.6887 371.317 115 436.215 115' stroke='%23767E9D' stroke-width='0.206377' stroke-linecap='round' stroke-dasharray='1.24 1.24'/%3E%3C/svg%3E%0A");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 32px 0;
    }

    .awards-lines {
        display: none;
    }

    .awards-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .switcher {
        width: 330px;
        padding: 80px 16px 16px;
    }

    .switcher-content {
        max-width: 100%;
    }

    .switcher-actions .btn {
        margin: 0;
    }

    .switcher-circle {
        width: 240px;
        height: 240px;
    }

    .switcher-circle-icon {
        height: 200px;
    }

    .switcher-actions {
        margin: 0;
        width: 100%;
    }

    .switcher-actions .btn {
        width: 100%;
        min-width: auto;
    }
}

/* LANDING CUSTOM */

.top-custom-landing {
    background-size: cover;
    background-position: center top;
    padding-bottom: 145px;
    background-repeat: no-repeat;
    padding-top: 145px;
    background-attachment: scroll;
    margin-top: 0;
    margin-bottom: 0;
}

.top-custom-container {
    width: 70%;
    display: grid;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.top-custom-container .top-custom-text {
    padding: 60px 20px;
    width: 500px;
    height: auto;
    position: relative;
    background: rgb(204, 204, 204);
    /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.943);
    margin: 70px;
    color: black;
}

.top-custom-container .top-custom-form iframe,
#bottom-form-container iframe {
    min-height: 820px;
}

.presentation-video {
    position: absolute;
    margin-left: 60px;
    width: 650px;
    height: 400px;
}

@media screen and (max-width: 990px) {
    .presentation-video {
        position: initial;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media screen and (max-width: 1660px) {
    .top-custom-container {
        grid-template-columns: 1fr;
    }

    .top-custom-container .top-custom-text {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 1470px) {
    .presentation-video {
        width: 550px;
    }
}

@media screen and (max-width: 1270px) {
    .presentation-video {
        width: 450px;
    }
}

@media screen and (max-width: 760px) {
    #sendingblue-form-container {
        display: grid !important;
    }

    .presentation-video {
        width: 320px;
    }
}

@media screen and (max-width: 600px) {
    .top-custom-container .top-custom-text {
        width: auto;
    }

    .top-custom-container .top-custom-form iframe,
    #bottom-form-container iframe {
        width: auto;
        max-width: none !important;
        min-height: 970px;
    }
}