/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Light.eot');
    src: local('Segoe UI Light'), local('../fonts/SegoeUI-Light'), url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Light.woff') format('woff'), url('../fonts/SegoeUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-SemiBold.eot');
    src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'), url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-SemiBold.woff') format('woff'), url('../fonts/SegoeUI-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: local('Segoe UI'), local('SegoeUI'), url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: local('Segoe UI Bold'), local('SegoeUI-Bold'), url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0px;
    /* overflow-y: hidden; */
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    background-color: #FFFFFF;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    height: auto;
    width: auto\9;
    vertical-align: middle;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    color: #2D2F35;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

button,
input[type="submit"],
input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* navbar-START */

.navbar {
    /* position: fixed; */
    top: 0;
    width: 100%;
    padding: 24px 16px;
    display: flex;
    justify-content: center;
    z-index: 30;
}

.navbar .container {
    width: 100%;
    max-width: 1538px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.navbar .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.brand {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    text-decoration: none!important;
    padding-right: 50px;
}

.logo img {
    margin-right: 8px;
    margin-bottom: 8px;
}

.logo span {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 21.5753px;
    line-height: 29px;
    /* identical to box height */
    color: #06090C;
}

.nav-begin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* justify-content: space-around; */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nav-end {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 315px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    list-style: none;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-item {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    text-decoration: none!important;
}

.sign-in-btn {
    margin-right: 30px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    text-decoration: none!important;
    padding-bottom: 6px;
}

.sign-up-btn {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    padding: 10px 25px;
    border: 1px solid #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none!important;
}

@media (max-width: 1024px) {
    .navbar .container {
        gap: 16px;
        align-items: center;
    }
    header .logo {
        padding-right: 24px;
    }
    .menu {
        justify-content: flex-start;
        gap: 12px;
    }
}
/*@media (max-width: 640px) {
    .nav-begin {
        flex-direction: column;
    }
    .nav-begin .menu {
        flex-wrap: wrap;
        min-width: unset;
        gap: 16px;
    }
}*/
/* navbar-END */

.main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


/* banner-begin */

.banner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 77px;
    margin-top: 70px;
    height: 682px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner__part {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #313131;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner__part-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.banner__part div .banner__title {
    max-width: 636px;
    margin-bottom: 25px;
    margin-top: 0px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 54.8508px;
    line-height: 60px;
}

.banner__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 631px;
    margin-bottom: 40px;
    margin-top: 0px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
}

.banner .banner__cover {
    margin-left: 154px;
}

.btn-start-trial {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    padding: 12px 30px;
    background: #23C550;
    border-radius: 5px;
    text-decoration: none;
}

.start-trial-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* banner-end */

.content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    width: 100%;
    max-width: 1528px;
    padding: 0 16px;
}

.content-cover {}

.content-block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-text {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 17.3694px;
    line-height: 26px;
    color: #4E4E4E;
}

h2.content-title {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #313131;
}

h1.content-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 52px;
    line-height: 64px;
    /* or 123% */
    color: #383838;
}
@media (max-width: 1024px) {
    .banner {
        flex-direction: column;
        gap: 16px;
    }
}
@media (max-width: 640px) {
    .banner .banner__cover {
        margin-left: 0;
    }
    .banner__part div .banner__title {
        font-size: 36px;
    }
}

/* steps-begin */

.steps {
    width: 100%;
    background: #F9F9F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.steps-wrapper {
    width: 100%;
    max-width: 1528px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 16px;
    padding-left: 16px;
    gap: 16px;
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    color: #333333;
}

.step-number {
    background: #F8DE2B;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    border-radius: 32px;
}

.text-content {
    max-width: 247px;
    height: 78px;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
}

.text-content#firstStepText {
    max-width: 211px;
}

.text-content#secondStepText {
    max-width: 205px;
}

.step-title {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 1024px) {
    .steps-wrapper {
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center
    }
    .step .text-content {
        width: 100%;
        max-width: 230px!important;
    }
}
@media (max-width: 440px) {
    .step .text-content {
        width: 180px;
    }
}
/* steps-end */


/* cleaner-code begin */

.cleaner-code {
    margin-top: 235px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.cleaner-code .content-block-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cleaner-code .content-title {
    max-width: 580px;
    width: 100%;
    font-size: 54.8508px;
    line-height: 68px;
    color: #313131;
    margin-bottom: 40px;
}

.cleaner-code .content-block-info span.content-subtitle {
    padding-left: 30px;
    margin-bottom: 15px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 17.3694px;
    line-height: 26px;
    color: #4E4E4E;
}

.cleaner-code .content-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 477px;
    width: 100%;
    margin-bottom: 40px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 17.3694px;
    line-height: 26px;
    color: #4E4E4E;
}

.cleaner-code .content-text {
    max-width: 477px;
    width: 100%;
}

.check-mark {
    margin-right: 10.34px;
    margin-top: 10px;
}

.technologies-tags {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 30px;
}

.technologie-tag {
    border-radius: 15px;
    padding: 9px 25px;
}

.green-border {
    border: 1px solid #23C550;
    padding: 9px 20px;
}

.blue-border {
    border: 1px solid #4196D1;
    margin-left: 10px;
}

.red-border {
    border: 1px solid #FF5A4E;
    margin-left: 20px;
}

@media (max-width: 1024px) {
    .cleaner-code {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 640px) {
    .cleaner-code .content-block,
    .cleaner-code .content-title,
    .cleaner-code .content-text-block {
        max-width: unset;
    }
    .technologies-tags {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    .technologie-tag {
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }
}
@media (max-width: 440px) {
    .cleaner-code .content-title {
        font-size: 36px;
    }
}
/* cleaner-code end */


/* improve-conversion begin */

.improve-conversion {
    width: 100%;
    margin-top: 162px;
    margin-bottom: 88px;
    padding-bottom: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.improve-conversion-cover {
    margin-right: -246px;
    margin-bottom: -100px;
    z-index: 3;
}

.improve-conversion-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 284px;
    background: #F8DE2B;
    height: 500px;
    width: 66.5%;
    border-radius: 500px 0px 0px 500px;
}

.improve-conversion-text .banner__title {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 54.8508px;
    line-height: 64px;
    /* identical to box height, or 117% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
}

.improve-conversion-text .banner__text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    max-width: 504px;
    margin-bottom: 45px;
}

.improve-conversion-text .btn-start-trial {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 42px;
    padding: 0px 20px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    color: #333333;
    border: 1px solid #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

@media (max-width: 1440px) {
    .improve-conversion {
        justify-content: flex-start;
    }
    .improve-conversion-text {
        width: 100%;
        padding-left: 100px;
    }
}
@media (max-width: 800px) {
    .improve-conversion-cover {
        display: none;
    }
    .improve-conversion-text {
        padding-right: 16px;
    }
}
@media (max-width: 520px) {
    .improve-conversion-text {
        border: none;
        border-radius: unset;
        padding-left: 16px;
    }
}
/* improve-conversion end */


/* personalized-experience start */
.personalized-experience > div {
    width: 100%;
    max-width: 1528px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
    gap: 24px;
}
.personalized-experience {

    width: 100%;
    max-width: unset;
    padding-top: 85px;
    padding-bottom: 110px;
    background: #FBFBFB;
    align-items: center;
    justify-content: center;
}

.personalized-experience .content-block-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.personalized-experience .content-title {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 68px;
    /* or 162% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #313131;
    max-width: 686px;
    margin-bottom: 55px;
}

.personalized-experience .content-text {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 17.3694px;
    line-height: 26px;
    color: #4E4E4E;
    max-width: 590px;
    margin-top: 0px;
}

.personalized-experience .content-cover {
    margin-top: 51px;
}

@media (max-width: 1024px) {
    .personalized-experience > div {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
}
@media (max-width: 640px) {
    .personalized-experience .content-title {
        font-size: 36px;
        line-height: 50px;
    }
}
/* personalized-experience end */


/* customer-data start */

.customer-data {
    padding-top: 203px;
    padding-bottom: 236px;
    gap: 24px;
}

.customer-data .content-block-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.customer-data .content-title {
    max-width: 524px;
}

.customer-data .content-text {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 17.3694px;
    line-height: 26px;
    color: #4E4E4E;
    max-width: 453px;
    margin-top: 0px;
}

.customer-data-cover {
    width: 808px;
    height: 411px;
}

@media (max-width: 1024px) {
    .customer-data {
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .customer-data-cover {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 640px) {
    .customer-data .content-title {
        font-size: 36px;
        line-height: 50px;
    }
}
/* customer-data end */


/* solutions start */

.solutions {
    padding-bottom: 246px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    gap: 24px;
}

.solutions .content-cover {
    margin-bottom: 30px;
}

.solutions .content-block-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.solutions .content-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #4E4E4E;
    opacity: 0.7;
    max-width: 407px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
}

.solutions .content-title {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 58px;
    color: #313131;
    margin-bottom: 30px;
    padding-left: 5px;
}

.solution-blocks {
    margin-top: 50px;
}

.solution-blocks .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 653px;
}

.solution-block {}

.solution-title {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 159.61%;
    color: #2C2C2C;
    margin-bottom: 10px;
}

.solution-text {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #666666;
    max-width: 285px;
}

@media (max-width: 1024px) {
    .solutions {
        flex-direction: column;
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .solution-blocks .row {
        width: unset;
    }
    .solution-block {
        max-width: 285px;
        width: 100%;
    }
}
@media (max-width: 640px) {
    .solution-blocks .row {
        flex-direction: column;
    }
}
/* solutions end */


/* Begin footer */

.footer {
    background: #F7F7F7;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 55px;
    padding-bottom: 57.82px;
    display: flex;
    justify-content: center;
}

.footer-container {
    max-width: 1528px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-col-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer-col-end h2 {
    margin-top: 0px;
    margin-bottom: 41.5px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 43px;
    /* identical to box height */
    color: #4E4E4E;
}

.footer-link-at {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.footer-link-at span {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    /* identical to box height */
    color: #333333;
}

.right-arrow {
    margin-left: 16px;
}

.yellow-round {
    width: 56.7px;
    height: 56.7px;
    border-radius: 28px;
    margin-right: -34.55px;
    background: #FFDD65;
}

.footer-logo {
    margin-top: 20px
}

.footer-logo .logo img {
    margin-top: -16px;
}

.footer-logo .logo span {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 41.3627px;
    line-height: 55px;
    color: #06090C;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 315px;
    width: 100%;
    gap: 16px;
    margin-top: 20px;
    margin-right: 90px;
    white-space: nowrap;
}

.footer-links a {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    text-decoration: none;
}

.sign-in {
    margin-right: 5px;
}

.menu {
    padding-top: 5px;
}
@media (max-width: 1204px) {
    .footer-logo a{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-logo .logo span {
        font-size: 34px;
    }
    .footer-logo .logo {
        padding-right: 0;
    }
    .footer-logo .logo img {
        width: 40px;
        height: auto;
        margin-top: 0;
    }
    .footer .footer-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .footer-col {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 16px;
    }
    .footer-col-end {
        width: 100%;
        align-items: flex-end;
    }
}
@media (max-width: 640px) {
    .footer-links {
        flex-wrap: wrap;
    }
}
/* End footer */

/* burger menu */
.burger-menu {
    display: none;
}
.nav-m-header {
    display: none;
}
.header-menu__layout {
    display: none;
}
.prevent-scrolling {
    overflow-y: unset;
}
.count_scrollbar {
    overflow-y: unset;
}
@media (max-width: 800px) {
    .prevent-scrolling {
        overflow-y: hidden;
    }
    .count_scrollbar {
        overflow-y: scroll;
    }
    .burger-menu {
        display: block;
        cursor: pointer;
    }
    .nav-m-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .header-menu__layout__show {
        z-index: 3;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background: rgba(0,0,0,.44);
    }
    .nav-m {
        right: -310px;
        top: 0;
        position: fixed;
        transition: right 0.3s ease-in;
        padding-top: 24px;
        padding-left: 16px;
        padding-right: 16px;
        width: 310px;
        background-color: #FFF;
        height: 100vh;
        z-index: 5;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 24px;
        margin-top: 0;
    }
    .nav-b {
        right: -310px;
        bottom: 0;
        position: fixed;
        transition: right 0.3s ease-in;
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
        width: 310px;
        background-color: #FFF;
        height: auto;
        z-index: 5;
    }
    .header-menu .header-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-m__show {
        right: 0;
        top: 0;
        transition: right 0.3s ease-in;
    }
    .nav-b__show {
        right: 0;
        bottom: 0;
        transition: right 0.3s ease-in;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .nav-b__show > a {
        width: 100%;
        text-align: center;
    }
    .nav-m-header-close {
        cursor: pointer;
    }
}
