body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #1C1C1C;
    /* background-color: #f7f8fa; */
    position: relative;
    background-size: 100%;
    background-repeat: repeat;
    background-size: contain;
}

a {
    color: unset;
    text-decoration: unset;
}

main {
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1140px;
    padding: 0 0;
    margin: auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.container-inner {
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
}

.header-inner, .footer-inner {
    padding-top: 42px;
    padding-bottom: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.header-logo img {
    width: 244px;
}

.header-wrapper {
    background: linear-gradient(94.81deg, #7BC3FF 5.49%, #B28AFF 98.17%);
    position: relative;
    z-index: 10;
}

.header-contact-now.to-contacts-button {
    font-family: Inter;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: #fff;
    padding: 18px 54px;
    border-radius: 49px;
    cursor: pointer;
}

.header-contact-now.to-contacts-button:hover {
    background: #f9f8fe;
}

.header-links {
    margin-left: auto;
}

a.header-link {
    margin-right: 48px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.top-section-wrapper {
    position: relative;
    padding: 240px;
    text-align: center;
}

.top-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
}

.top-section-bg img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.top-title {
    font-family: Fustat;
    font-weight: 400;
    font-size: 72px;
    line-height: 112px;
    text-align: center;
    vertical-align: middle;
}

.top-section-button {
    z-index: 9;
    position: relative;
    background: linear-gradient(94.81deg, #7BC3FF 5.49%, #B28AFF 98.17%);
    display: inline-block;
    font-family: Inter;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 24px 76px;
    border-radius: 50px;
    margin-top: 86px;
    color: #fff;
}

.top-section-subtitle {
    position: relative;
    z-index: 10;
    font-family: Inter;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #717171;
    margin-top: 24px;
}

.section-2-wrapper {
    position: relative;
}

.section-2-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-2-bg img {width: 100%;height: 100%;object-fit: cover;}

.section-2-wrapper .container-inner {
    padding-top: 112px;
    padding-bottom: 112px;
}

.section-2-block {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 30px;
}

.section-2-block-inner {
    padding: 32px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.section-2-block-image {
    background: linear-gradient(94.81deg, rgba(123, 195, 255, 0.1) 5.49%, rgba(178, 138, 255, 0.1) 98.17%);
    border-radius: 30px;
    padding: 12px 52px;
}

.section-2-block-title {
    margin-bottom: 44px;
}

.section-2-block-text {
    font-family: Inter;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
}

span.title-number {
    font-family: Fustat;
    font-weight: 200;
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
    color: #B28AFF;
}

span.title-text {
    font-family: Fustat;
    font-weight: 700;
    font-size: 52px;
    line-height: 100%;
    text-transform: capitalize;
    margin-left: 16px;
}

.section-2-wrapper .container-inner .section-2-block:last-child {
    margin-bottom: 0;
}

.section-2-block-image-inner {
    opacity: .5;
}

.section-3-wrapper {
    padding: 168px 0;
}

.our-products-line-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
}

.our-products-line-image {
    background: linear-gradient(94.81deg, rgba(123, 195, 255, 0.1) 5.49%, rgba(178, 138, 255, 0.1) 98.17%);
    border-radius: 30px;
    padding: 24px 44px;
    box-sizing: border-box;
}

.our-products-line {
    margin-bottom: 60px;
}

.our-products-line-image-inner {
    opacity: .5;
}

.button-title {
    background: linear-gradient(94.81deg, rgba(123, 195, 255, 0.15) 5.49%, rgba(178, 138, 255, 0.15) 98.17%);
    display: inline-block;
    font-family: Fustat;
    font-weight: 200;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #B28AFF;
    padding: 6px 32px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.our-products-line-title {
    font-family: Fustat;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.our-products-line-text {
    font-family: Fustat;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.our-products-line-button {
    background: linear-gradient(94.81deg, #7BC3FF 5.49%, #B28AFF 98.17%);
    margin-top: 24px;
    display: inline-block;
    color: #fff;
    font-family: Fustat;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    padding: 16px 42px;
    border-radius: 30px;
}

.form-wrapper {
    padding: 32px 0;
    text-align: center;
}

.form-title {
    font-family: Fustat;
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
}

.form-subtitle {
    font-family: Fustat;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}

.form-row {
    margin-bottom: 68px;
}

form {
    max-width: 1000px;
    margin: auto;
    margin-top: 48px;
}

form input {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: unset;
    background: transparent;
    outline: unset;
    font-family: Fustat;
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    vertical-align: middle;
}

.form-input {
    border-bottom: 2px solid #B28AFF;
}

.form.container {
    max-width: 800px;
}

.submit-form-button {
    background: linear-gradient(94.81deg, #7BC3FF 5.49%, #B28AFF 98.17%);
    display: inline-block;
    padding: 32px 132px;
    font-family: Fustat;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 78px;
    color: #fff;
    cursor: pointer;
}

.form-row.submit-row {
    margin-top: 64px;
    margin-bottom: 32px;
}

.form-row.form-recaptcha-message {
    font-size: 14px;
}

.form-row.form-recaptcha-message a {
    text-decoration: underline;
}

footer.container {
    text-align: center;
}

nav.footer-nav {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 20px;
}

.footer-copyright {
    margin-top: 96px;
    background: linear-gradient(94.81deg, #7BC3FF 5.49%, #B28AFF 98.17%);
    text-align: center;
    color: #fff;
}

.footer-copyright-container.container {
    padding-top: 44px;
    padding-bottom: 44px;
}

.footer-copyright-links {
    margin-top: 16px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.user-acquisition-image {
    border-radius: 30px;
    overflow: hidden;
    display: flex;
}

.user-acquisition-wrapper {
    padding: 32px 0 160px 0;
    text-align: center;
}

.user-acquisition-title {
    background: linear-gradient(94.81deg, #7BC3FF 5.49%, #B28AFF 98.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    font-family: Fustat;
    font-weight: 500;
    font-size: 72px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
}

.user-acquisition-text {
    font-family: Fustat;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 120px;
    margin-top: 44px;
}

.customer-journey-wrapper {
    position: relative;
}

.customer-journey-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.customer-journey-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-journey.container {
    padding-top: 96px;
    padding-bottom: 96px;
}

.customer-journey-title {
    font-family: Fustat;
    font-weight: 500;
    font-size: 56px;
    line-height: 78px;
    text-align: center;
    margin-bottom: 48px;
}

.customer-journey-elements {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 840px;
    margin: auto;
    gap: 24px;
}

.customer-journey-element {
    width: 100%;
    background: linear-gradient(94.81deg, #7bc3ff 5.49%, #b28aff 98.17%);
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 48px;
    box-sizing: border-box;
}

.element-icon {
    width: calc(100% - (100% - 80px));
    display: flex;
}

.element-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.element-text {
    width: calc(100% - 80px);
    text-align: left;
    font-family: Fustat;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    vertical-align: middle;
    color: #fff;
    box-sizing: border-box;
    padding-left: 24px;
}

.our-sources-wrapper {
    padding: 140px 0;
}

.our-sources-title {
    background: linear-gradient(94.81deg, #7BC3FF 5.49%, #B28AFF 98.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    font-family: Fustat;
    font-weight: 500;
    font-size: 72px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 80px;
}

.our-sources-items {
    display: flex;
    flex-flow: row wrap;
    gap: 54px 8px;
    justify-content: center;
}

.our-sources-item {
    width: calc((100% - (6 * 8px)) / 7);
    display: flex;
}

.our-sources-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contacts-top-section-wrapper {
    padding: 240px 0 128px 0;
}

.contacts-top-title {
    background: linear-gradient(94.81deg, #7BC3FF 5.49%, #B28AFF 98.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    font-family: Fustat;
    font-weight: 500;
    font-size: 72px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
}

.contacts-top-text {
    font-family: Fustat;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-top: 44px;
}

.contacts-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contacts-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-nav-item:hover {
    text-decoration: underline;
}

a.header-link:hover {
    text-decoration: underline;
}

.form-message {
    margin-top: 20px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.policy-text {
    margin-top: 72px;
}

.mobile-menu {
    display: none;
}

.header-mobile-menu-wrapper {
    display: none;
}


@media (max-width: 1200px) {

    .top-section-wrapper {
        padding: 160px 120px;
    }

    .top-title {
        font-size: 52px;
        line-height: 72px;
    }

    .top-section-button {
        font-size: 24px;
        padding: 20px 72px;
    }

    .top-section-subtitle {
        font-size: 28px;
    }

    .header-contact-now.to-contacts-button {
        font-size: 18px;
        padding: 16px 44px;
    }

    a.header-link {
        font-size: 20px;
        margin-right: 40px;
    }

    .header-inner, .footer-inner {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    a.header-logo img {
        width: 200px;
    }

    span.title-text {
        font-size: 36px;
    }

    span.title-number {
        font-size: 28px;
    }

    .section-2-block-title {
        margin-bottom: 32px;
    }

    .section-2-block-text {
        font-size: 20px;
    }

    .section-2-wrapper .container-inner {
        padding-top: 92px;
        padding-bottom: 92px;
    }

    .button-title {
        font-size: 28px;
        padding: 6px 24px;
    }

    .our-products-line-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .our-products-line-text {
        font-size: 20px;
        line-height: 24px;
    }

    .our-products-line-image-inner img {
        max-height: 280px;
    }

    .our-products-line-button {
        font-size: 20px;
        padding: 14px 36px;
    }

    .form-title {
        font-size: 56px;
    }

    .form-subtitle {
        font-size: 20px;
    }

    form input {
        font-size: 28px;
        line-height: 40px;
    }

    .form-row.submit-row {}

    .submit-form-button {
        font-size: 28px;
        padding: 24px 112px;
    }

    .contacts-top-section-wrapper {
        padding: 144px 0 128px 0;
    }

    .contacts-top-title {
        font-size: 64px;
    }

    .user-acquisition-title {
        font-size: 52px;
    }

    .user-acquisition-text {
        font-size: 24px;
        line-height: 32px;
    }

    .user-acquisition-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .user-acquisition-wrapper {
        padding: 32px 0 104px 0;
    }

    .customer-journey-title {
        font-size: 48px;
        line-height: 68px;
    }

    .element-text {
        font-size: 28px;
        line-height: 32px;
    }

    .customer-journey-element {
        padding: 20px 36px;
    }

    .our-sources-title {
        font-size: 52px;
    }

    .our-sources-item {
        width: calc((100% - (6* 8px)) / 10);
    }

    .our-sources-items {
        gap: 40px 8px;
    }

}

@media (max-width: 900px) {

    .header-links {
        display: none;
    }

    .header-contact-now.to-contacts-button {
        display: none;
    }

    .header-inner, .footer-inner {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    a.header-logo img {
        width: 156px;
    }

    .container-inner {
        padding-left: 32px;
        padding-right: 32px;
    }

    .top-section-wrapper {
        padding: 112px 77px;
    }

    .top-title {
        font-size: 40px;
        line-height: 48px;
    }

    .top-section-button {
        font-size: 20px;
        padding: 20px 72px;
        margin-top: 64px;
    }

    .top-section-subtitle {
        font-size: 20px;
    }

    .section-2-wrapper .container-inner {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .section-2-block-inner {
        padding: 24px 24px;
    }

    span.title-text {
        font-size: 32px;
        margin-left: 12px;
    }

    span.title-number {
        font-size: 24px;
    }

    .section-2-block-text {
        font-size: 18px;
    }

    .section-2-block {
        margin-bottom: 32px;
    }

    .our-products-line-image-inner img {
        max-height: 220px;
    }

    .section-3-wrapper {
        padding: 112px 0;
    }

    .button-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .our-products-line-title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .our-products-line-text {
        font-size: 18px;
        line-height: 22px;
    }

    .our-products-line-button {
        padding: 12px 36px;
    }

    .form-title {
        font-size: 52px;
    }

    form input {
        font-size: 24px;
        line-height: 28px;
    }

    .form-row {
        margin-bottom: 48px;
    }

    .form-row.submit-row {
        margin-top: 56px;
        margin-bottom: 28px;
    }

    .submit-form-button {
        font-size: 24px;
        padding: 20px 100px;
    }

    .footer-logo img {
        width: 200px;
    }

    .footer-copyright {
        margin-top: 80px;
    }

    .contacts-top-title {
        font-size: 56px;
    }

    .contacts-top-section-wrapper {
        padding: 100px 0 128px 0;
    }

    .user-acquisition-title {
        font-size: 40px;
    }

    .user-acquisition-text {
        font-size: 20px;
        line-height: 28px;
    }

    .user-acquisition-wrapper {
        padding: 32px 0 88px 0;
    }

    .customer-journey-title {
        font-size: 40px;
        line-height: 56px;
    }

    .customer-journey-element {
        padding: 16px 28px;
    }

    .element-text {
        font-size: 24px;
        line-height: 28px;
    }

    .element-icon img {}

    .element-icon {
        width: 64px;
    }

    .customer-journey.container {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .our-sources-wrapper {
        padding: 104px 0;
    }

    .our-sources-title {
        font-size: 44px;
        margin-bottom: 48px;
    }

    .our-sources-item {
        width: 64px;
    }

    .our-sources-items {
        gap: 16px 16px;
    }

    .mobile-menu-header {
        background: linear-gradient(94.81deg, #7BC3FF 5.49%, #B28AFF 98.17%);
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .header-mobile-menu-wrapper {
        display: flex;
        width: 33px;
        /* background: linear-gradient(180deg, #FFF659 0%, #FF9D16 100%); */
        border-radius: 0 0 44px 44px;
        /* position: absolute; */
        top: 0;
        right: 32px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #f8f9fa;
        z-index: 100003;
        background-image: url(/assets/img/top-section-bg.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        transition: .2s;
        background-size: cover;
    }

    .mobile-menu.opened {
        left: 0;
    }

    .mobile-menu-inner {
        padding: 120px 30px 64px 30px;
        height: calc(100% - 64px);
        box-sizing: border-box;
        position: relative;
    }

    .mobile-menu a.header-logo {
        display: inline-block;
    }

    .mobile-menu nav.header-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile-menu .header-nav-item {
        font-family: Fustat;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;
    }

    span.mobile-menu-nav-divider {
        width: 100%;
        height: 0px;
        background: #191614;
    }

    .header-mobile-menu {
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 20px;
        position: relative;
    }

    .header-mobile-menu:before {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 3px;
        left: 0;
        background: #fff;
        display: block;
        top: -12px;
        border-radius: 20px;
    }

    .header-mobile-menu:after {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 3px;
        right: 0;
        background: #fff;
        display: block;
        bottom: -12px;
        border-radius: 20px;
    }

    .mobile-menu-close {
        display: flex;
        width: 36px;
        border-radius: 0 0 44px 44px;
        top: 0;
        right: 32px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .mobile-menu-close-xmark:before {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 3px;
        left: 0;
        background: #fff;
        display: block;
        top: 16px;
        border-radius: 20px;
        z-index: 1;
        transform: rotate(45deg);
    }

    .mobile-menu-close-xmark {
        position: relative;
        width: 36px;
        height: 36px;
    }

    .mobile-menu-close-xmark:after {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 3px;
        left: 0;
        background: #fff;
        display: block;
        top: 16px;
        border-radius: 20px;
        z-index: 1;
        transform: rotate(-45deg);
    }

    .mobile-menu .header-contact-now.to-contacts-button {
        display: flex;
        background: linear-gradient(94.81deg, #7BC3FF 5.49%, #B28AFF 98.17%);
        font-family: Inter;
        font-weight: 400;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;
        padding: 16px 44px;
        border-radius: 50px;
        margin-top: 44px;
        color: #fff;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu span.header-contact-now-text {
        font-size: 20px;
        text-transform: capitalize;
    }

}

@media (max-width: 600px) {

    a.header-logo img {
        width: 132px;
    }

    .container-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-title {
        font-size: 28px;
        line-height: 36px;
    }

    .top-section-wrapper {
        padding: 88px 20px;
    }

    .top-section-button {
        font-size: 18px;
        padding: 18px 60px;
        margin-top: 64px;
    }

    .section-2-block-inner {
        flex-direction: column;
        padding: 20px 20px;
        gap: 28px;
    }

    span.title-number {
        font-size: 20px;
        font-weight: 300;
    }

    span.title-text {
        font-size: 28px;
        margin-left: 8px;
    }

    .section-2-block-text {
        font-size: 16px;
    }

    .section-2-block-title {margin-bottom: 24px;}

    .section-2-block-image {
        border-radius: 20px;
    }

    .our-products-line-container {
        flex-direction: column-reverse;
        gap: 28px;
    }

    .our-products-line.reverted .our-products-line-container {
        flex-direction: column;
    }

    .our-products-line-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .section-3-wrapper {
        padding: 64px 0;
        padding-bottom: 16px;
    }

    .our-products-line-image {
        padding: 16px 44px;
    }

    .form-title {
        font-size: 32px;
    }

    .form-subtitle {
        font-size: 16px;
    }

    .submit-form-button {
        font-size: 20px;
        padding: 16px 100px;
    }

    .footer-logo img {
        width: 180px;
    }

    .footer-copyright {
        margin-top: 64px;
    }

    .footer-copyright-links {
        gap: 8px;
        font-size: 12px;
    }

    .footer-copyright-text {
        font-size: 14px;
    }

    .footer-copyright-container.container {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .contacts-top-section-wrapper {
        padding: 64px 0 64px 0;
    }

    .contacts-top-title {
        font-size: 44px;
    }

    .user-acquisition-title {
        font-size: 32px;
    }

    .user-acquisition-text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 24px;
        margin-bottom: 64px;
    }

    .user-acquisition-wrapper {
        padding: 28px 0 20px 0;
    }

    .customer-journey-title {
        font-size: 32px;
        line-height: 42px;
    }

    .customer-journey-element {
        padding: 12px 16px;
        border-radius: 30px;
    }

    .element-icon {
        width: 36px;
    }

    .element-text {
        width: calc(100% - 36px);
        font-size: 16px;
        line-height: 20px;
        padding-left: 16px;
    }

    .customer-journey-elements {
        gap: 20px;
    }

    .our-sources-wrapper {
        padding: 64px 0;
    }

    .our-sources-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .our-sources-items {
        gap: 12px 12px;
    }

    .contacts-top-title {
        font-size: 32px;
    }

    .contacts-top-text {
        font-size: 18px;
        line-height: 24px;
    }

}
