/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
    font-family: "SF UI Text";
    src: url("../fonts/SFUIText-Regular.eot");
    src: local("SF UI Text Regular"), local("SFUIText-Regular"),
        url("../fonts/SFUIText-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/SFUIText-Regular.woff2") format("woff2"),
        url("../fonts/SFUIText-Regular.woff") format("woff"),
        url("../fonts/SFUIText-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SF UI Display";
    src: url("../fonts/SFUIDisplay-Medium.eot");
    src: local("SF UI Display Medium"), local("SFUIDisplay-Medium"),
        url("../fonts/SFUIDisplay-Medium.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/SFUIDisplay-Medium.woff2") format("woff2"),
        url("../fonts/SFUIDisplay-Medium.woff") format("woff"),
        url("../fonts/SFUIDisplay-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SF UI Display";
    src: url("../fonts/SFUIDisplay-Light.eot");
    src: local("SF UI Display Light"), local("SFUIDisplay-Light"),
        url("../fonts/SFUIDisplay-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/SFUIDisplay-Light.woff2") format("woff2"),
        url("../fonts/SFUIDisplay-Light.woff") format("woff"),
        url("../fonts/SFUIDisplay-Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

body {
    margin: 0px;
    /* overflow-y: hidden; */
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    background-color: #fcfcfc;
}

*,
: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; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 0;
    width: 100%;
    padding: 16px 36px 16px 12%;
    z-index: 30;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    background: #6398d7;
}

.navbar .container {
    width: 100%;
    /* height: 56px; */
    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-start;
}

.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;
}

.logo img {
    /* margin-right: 8px;
    margin-bottom: 8px; */
}

.nav-begin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* justify-content: space-around; */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nav-end {
    height: 100%;
    margin-bottom: 7px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.request-btn {
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 159.61%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #49a36c;
    border-radius: 50px;
    padding: 7px 20px 6px;
    margin-bottom: 15px;
}

.contact-as-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.contact-as-block a {
    margin-left: 14px;
}

.menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 625px;
    padding: 0;
    margin: 0;
    margin-top: 24px;
    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 {
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 159.61%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.nav-decor {
    margin-left: 115px;
    margin-top: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/* 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: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 16%;
    padding-bottom: 25px;
    /* padding-bottom: 77px; */
    /* padding-top: 70px; */
    padding-left: 0% !important;
    height: 682px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    background: #6398d7;
}

.banner__wrapper {
    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: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 230px;
}

.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-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: 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: 483px;
    margin-bottom: 25px;
    margin-top: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 143.2%;
    color: #ffffff;
}

.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: 480px;
    margin-bottom: 63px;
    margin-top: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 143.2%;
    color: #ffffff;
}

.banner .banner__cover {
    margin-left: 154px;
}

.banner__cover img {
    width: 30vw;
    max-width: 800px;
}

.email-input {
    width: 330px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #d2d6de;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.email-input::-webkit-input-placeholder {
    padding-left: 16px;
}

.email-input::-moz-placeholder {
    padding-left: 16px;
}

.email-input:-ms-input-placeholder {
    padding-left: 16px;
}

.email-input::-ms-input-placeholder {
    padding-left: 16px;
}

.email-input::placeholder {
    padding-left: 16px;
}

.banner .request-btn {
    width: 180px;
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    /* identical to box height */
    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;
    padding: 14px 30px 13px;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #1e1e1e;
    border-radius: 2px;
}

.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;
}

.request-block {
    position: relative;
    margin-top: 10px;
    margin-left: 45px;
}

.btn-decor {
    margin-left: 10px;
    margin-bottom: -60px;
    width: 180px;
    height: 50px;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

.banner__decor {
    padding-left: 35px;
}

/* 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-around;
    padding-left: 12%;
    /* padding-right: 10%; */
    width: 100%;
}

.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;
}

/* features-begin */

.features {
    background: #ffffff;
    padding-top: 180px;
    padding-bottom: 195px;
    padding-right: 240px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}

.features-wrapper {
}

.feature {
}

.text-content .feature-title {
    margin: 0px;
    max-width: 340px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 159.61%;
    color: #2c2c2c;
}

.feature:nth-child(2) .text-content .feature-title {
    max-width: 200px;
}

.text-content .feature-text {
    margin-top: 15px;
    max-width: 435px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #666666;
}

/* features-end */

/* key-benefits begin */

.key-benefits {
    padding-top: 90px;
    padding-bottom: 80px;
    padding-right: 12.7%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #fcfcfc;
    gap: 20px;
}

.benefits {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.benefit {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 55px;
    padding-left: 35px;
    padding-right: 16px;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.benefit:nth-child(1) .benefit-text {
    max-width: 292px;
}

.benefit:nth-child(2) .benefit-text {
    max-width: 292px;
}

.benefit:nth-child(2) {
    margin-top: 40px;
    margin-bottom: 40px;
}

.benefit-number {
    width: 49px;
    height: 49px;
    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;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 143.2%;
    /* or 52px */
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    border-radius: 25px;
    background: #49a36c;
}

.benefit-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 159.61%;
    /* identical to box height, or 35px */
    color: #2c2c2c;
    margin-top: 30px;
    margin-bottom: 10px;
}

.benefit-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */
    color: #666666;
    max-width: 420px;
}

.key-benefits .content-cover {
}

.key-benefits .content-cover .content-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 159.61%;
    /* identical to box height, or 80px */
    color: #2c2c2c;
    margin-top: 0px;
    margin-bottom: -35px;
}

/* key-benefits end */

/* audience-builder begin */

.audience-builder-bg {
    position: absolute;
    z-index: -1;
    margin-top: 185px;
}

.audience-builder {
    width: 100%;
    padding-left: 0%;
    margin-top: 100px;
    padding-bottom: 20px;
    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;
    /* Местоположение фоновой картинки */
    /* background-image: url(../images/audience-builder-bg.png); */
    /* Фоновое изображение выровнено по центру в горизонтальной и вертикальной плоскостях */
    background-position: center center;
    /* Фон не повторяется */
    background-repeat: no-repeat;
    /* Фон зафиксирован в области просмотра и потому не двигается, когда высота контента превышает высоту изображения */
    background-attachment: fixed;
    /* Это свойство заставляет фон менять масштаб при изменении размеров содержащего его контейнера*/
    background-size: cover;
    /* Цвет фона, который будет отображаться при загрузке фоновой картинки*/
    /* background-color: #464646; */
}

.audience-builder-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10%;
    padding-top: 120px;
    padding-bottom: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(
        357deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 19%,
        rgba(99, 152, 215, 1) 19%,
        rgba(99, 152, 215, 1) 77%,
        rgba(255, 255, 255, 1) 77%
    );
}

.audience-builder-cover {
    margin-right: -246px;
    margin-bottom: -100px;
    z-index: 3;
}

.audience-builder-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%;
    margin-left: 155px;
    /* border-radius: 500px 0px 0px 500px; */
}

.audience-builder-text .banner__title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 159.61%;
    /* identical to box height, or 80px */
    color: #383838;
}

.audience-builder-text .banner__title img {
    margin-right: 24px;
}

.audience-builder-text .banner__text {
    max-width: 720px;
    padding-left: 55px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */
    color: #383838;
}

/* .audience-builder end */

/* audience-optimizer begin */

.audience-optimizer {
    width: 100%;
    margin-top: 162px;
    padding-top: 110px;
    padding-bottom: 161px;
    padding-left: 275px;
    padding-right: 380px;
    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;
    background-color: #fcfcfc;
}

/* .audience-optimizer-cover {
            padding-left: 130px;
        } */

.audience-optimizer-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;
    /* border-radius: 500px 0px 0px 500px; */
}

.audience-optimizer-text .banner__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 159.61%;
    /* identical to box height, or 80px */
    color: #383838;
    margin-bottom: 20px;
}

.audience-optimizer-text .banner__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */
    color: #383838;
    max-width: 720px;
    padding-left: 60px;
}

.audience-optimizer-text .banner__title img {
    margin-right: 24px;
}

/* .audience-optimizer end */

/* quote-request start */

.quote-request {
    width: 100%;
    background: #fcfcfc;
    padding-top: 93px;
    padding-bottom: 118px;
    padding-left: 0px;
    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;
}

.request-quote-block {
}

.request-quote-block h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    /* identical to box height, or 131% */
    color: #383838;
    margin-bottom: 30px;
    margin-top: 0px;
}

.request-quote-block .form-description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    color: #777777;
    margin-bottom: 50px;
    max-width: 622px;
}

.request-quote-form {
}

.request-quote-form .form-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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.request-quote-form .form-row .inputs-col {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .request-quote-form .form-row .inputs-col .input-group {}
                 */

.request-quote-form .form-row .inputs-col .input-group input {
    background: #ffffff;
    border: 1px solid #d2d6de;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 304px;
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9e9e9e;
    border-radius: 3px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.request-quote-form .form-row .message-text {
    height: 260px;
    width: 816px;
    margin-left: 50px;
    background: #ffffff;
    border: 1px solid #d2d6de;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    /* identical to box height */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9e9e9e;
    border-radius: 3px;
}

.request-quote-form .form-row .message-text::-webkit-input-placeholder {
    padding-left: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.request-quote-form .form-row .message-text::-moz-placeholder {
    padding-left: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.request-quote-form .form-row .message-text:-ms-input-placeholder {
    padding-left: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.request-quote-form .form-row .message-text::-ms-input-placeholder {
    padding-left: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.request-quote-form .form-row .message-text::placeholder {
    padding-left: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.request-quote-form .btn-row {
    padding-right: 190px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.request-quote-form .btn-row .send-msg-btn {
    z-index: 3;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    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;
    color: #ffffff;
    background: #1e1e1e;
    width: 260px;
    height: 50px;
    margin-right: -260px;
}

.request-quote-form .btn-row .btn-decor {
    z-index: 2;
    margin-left: 10px;
    margin-bottom: -10px;
    width: 260px;
    height: 50px;
    border: 1px solid #bfbfbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

/* quote-request end */

/* Begin footer */

.footer {
    background: #262626;
    padding-left: 19%;
    padding-right: 17%;
    padding-top: 116px;
    padding-bottom: 86px;
}

.footer-container {
    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;
    font-style: normal;
    font-weight: normal;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.footer-begin {
}

.footer-logo {
    /* margin-top: 20px */
}

.footer-logo .logo img {
    margin-top: -16px;
}

.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;
    width: 315px;
    margin-top: 111px;
    margin-right: 90px;
}

.footer-links a {
    font-family: SF UI Text;
    font-size: 16px;
    line-height: 138.27%;
    /* or 22px */
    color: #b6b6b6;
    text-decoration: none;
    margin: 10px;
}

.footer-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: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 35px;
}

.footer-end-begin {
    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: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #ffffff;
    margin-bottom: 111px;
}

.footer-end-begin .in-touch {
    font-family: SF UI Text;
    font-size: 18px;
    line-height: 138.27%;
    margin-bottom: 25px;
}

.footer-end-begin .link {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 138.27%;
    padding-right: 5px;
    /* identical to box height, or 22px */
}

.footer-copyright {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 138.27%;
    /* identical to box height, or 21px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c4c4c4;
}

.logout-btn {
    padding-top: 50px;
}

/* End footer */

@media (max-width: 1480px) {
    .navbar .container {
        flex-wrap: wrap;
        gap: 20px;
    }
    .nav-end {
        height: auto;
    }
    .footer {
        padding: 90px 150px;
    }
    .banner .banner__cover {
        margin-left: 40px;
    }
    .banner__wrapper {
        padding-left: 50px;
    }
}
@media (max-width: 1312px) {
    .footer {
        padding: 90px 60px;
    }
    .footer-end {
        padding-right: 0;
    }
    .request-quote-form .form-row .message-text {
        width: 400px;
    }
    .audience-builder-content {
        background: rgba(99, 152, 215, 1);
    }
    .audience-builder-text {
        margin-left: 30px;
    }
    .audience-builder-content {
        padding-left: 0;
    }
    .audience-optimizer {
        padding-left: 150px;
        padding-right: 150px;
    }
    .audience-optimizer-text .banner__text {
        padding-left: 0;
    }
    .audience-optimizer {
        margin-top: 30px;
    }
    .features {
        padding-right: 150px;
    }
}
@media (max-width: 992px) {
    .nav-decor {
        display: none;
    }
    .menu {
        min-width: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .navbar {
        padding: 16px 36px;
    }
    .footer {
        padding: 90px 20px;
    }
    .footer-links {
        margin-right: 20px;
    }
    .request-quote-form .form-row {
        flex-direction: column;
    }
    .request-quote-form .form-row .message-text {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .request-quote-form .form-row .inputs-col .input-group input {
        width: 100%;
    }
    .request-quote-form .form-row .inputs-col {
        width: 100%;
    }
    .input-group {
        width: 100%;
    }
    .request-quote-form .form-row .message-text {
        width: 100%;
    }
    .quote-request {
        padding-right: 20px;
        padding-left: 20px;
    }
    .request-quote-form .btn-row {
        padding-right: 0;
    }
    .audience-builder-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .audience-optimizer {
        flex-direction: column-reverse;
        gap: 30px;
        align-items: center;
    }
    .audience-builder-text {
        padding-left: 0;
    }
    .audience-builder-text .banner__text {
        padding-left: 0;
        text-align: left;
    }
    .audience-optimizer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .audience-builder-text {
        width: 100%;
    }
    .audience-builder-cover {
        margin: 0;
    }
    .audience-builder-content {
        padding: 40px 20px;
    }
    .key-benefits {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .content-block {
        padding-left: 20px;
    }
    .key-benefits {
        padding-right: 20px;
    }
    .key-benefits .content-cover {
        margin-left: 0;
    }
    .content-cover img {
        max-width: 450px;
        width: 100%;
    }
    .features {
        padding-right: 20px;
    }
    .banner__wrapper {
        flex-direction: column;
    }
    .banner__cover img {
        width: 70%;
        max-width: 400px;
        margin-top: 40px;
    }
}
@media (max-width: 688px) {
    .navbar {
        padding: 16px;
    }
    .footer-container {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .footer-links {
        width: 280px;
        margin-top: 50px;
        margin-right: 0;
        flex-wrap: wrap;
    }
    .footer-end-begin {
        margin-bottom: 50px;
    }
    .audience-builder-content > img {
        width: 50%;
    }
    .audience-optimizer > img {
        width: 50%;
    }
    .audience-builder-text {
        height: auto;
    }
    .benefit {
        padding-left: 15px;
        padding-right: 15px;
    }
    .key-benefits .content-cover .content-title {
        font-size: 36px;
        margin: 0;
    }
    .features {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .feature:nth-child(2) {
        margin: 0;
    }
    .features {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .start-trial-row {
        flex-direction: column;
        gap: 20px;
    }
    .banner {
        height: auto;
    }
    .email-input {
        width: 100%;
    }
    .form-row .input-group {
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
    .audience-builder-text .banner__text {
        font-size: 18px;
    }
    .audience-builder-text .banner__title {
        font-size: 26px;
    }
    .audience-optimizer-text .banner__text {
        font-size: 18px;
    }
    .audience-optimizer-text .banner__title {
        font-size: 24px;
    }
    .audience-builder {
        padding-bottom: 40px;
    }
    .audience-builder {
        margin-top: 0;
        padding-top: 0;
    }
    .audience-optimizer {
        padding-bottom: 0;
    }
}

/* ================================== MOBILE MENU ================================== */

.mobile-menu {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    color: #042d4d;
    z-index: 12;
    width: 275px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition: 350ms ease-in-out;
    -o-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out;

    padding: 20px;
}
.mobile-menu-list {
    list-style: none;
    margin-top: 30px;
}
.mobile-menu-list li {
    margin-bottom: 20px;
}
.mobile-menu-list li a {
    color: #2b8dcb;
    text-decoration: none;
    font-family: "OpenSans-400", sans-serif;
}

.mobile-menu-buttons button {
    width: 80px;
    height: 40px;
    border-radius: 6px;
    background: #291ad9;
    color: #fff;
    border: 0;
    padding: 8px;
}
.mobile-menu-buttons {
    display: flex;
    align-items: center;
}
.mobile-menu-buttons button:first-child {
    margin-right: 12px;
    width: 65px;
}
.mobile-menu-buttons button:last-child {
    width: 130px;
}
.brand .logo {
    background-color: #6398d7;
    padding: 6px;
    border-radius: 6px;
}

@media (max-width: 800px) {
    header .logout-btn,
    header .nav-end,
    header .menu {
        display: none;
    }

    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    header .logo {
        padding-top: 0;
    }
    .mobile-menu {
        padding: calc(20px + 20 * ((100vw - 360px) / 910));
    }
    .header-container .menu a,
    .header-container .buttons {
        display: none;
    }
    .header-container .menu a:first-child {
        display: block;
    }
}
.mobile-menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.mobile-menu__top {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.mobile-menu__close {
    width: 32px;
    height: 32px;
    background-color: transparent;
}
.mobile-menu__close svg {
    width: 100%;
    height: 100%;
}
.mobile-menu__close svg path {
    -webkit-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    stroke: var(--color-dark);
}
.mobile-menu__list {
    margin-bottom: 32px;
    width: 100%;
}

.mobile-menu__link {
    font-size: 16px;
    width: 100%;
    display: block;
    color: #353535;
    padding: 12px 8px;
    transition: 200ms ease;
}
.mobile-menu__link:hover {
    color: var(--color-white);
    background-color: var(--color-accent);
}

.mobile-menu__link span {
    border-bottom: 1px solid transparent;
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
.mobile-menu__link:hover span {
    border-bottom-color: var(--color-dark);
}
.mobile-menu__bottom {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.mobile-menu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    width: 100%;
    height: 47px;
}
.mobile-menu__btn:not(:last-child) {
    margin-bottom: 10px;
}
.mobile-menu__btn:last-child {
    margin-bottom: 10px;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu__item:not(:last-child) {
    margin-right: 15px;
}
@media (max-width: 800px) {
    .menu__item:not(:last-child) {
        margin-right: calc(9px + 6 * (100vw - 991px) / 279);
    }
}
.menu__link {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
}
@media (max-width: 800px) {
    .menu__link {
        font-size: calc(10px + 2 * (100vw - 991px) / 279);
    }
}
.menu__link:hover {
    color: var(--color-accent);
}

/* *===== Toggle Menu Button =====* */
.header__toggle {
    display: none;
}
@media (max-width: 800px) {
    .header__toggle {
        background-color: transparent;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 23px;
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* z-index: 1; */
        -webkit-transition: 100ms ease;
        -o-transition: 100ms ease;
        transition: 100ms ease;
        margin-left: 20px;
    }
}
@media (max-width: 800px) {
    .header__toggle-line {
        border-radius: 3px;
        width: 100%;
        height: 2px;
        background-color: #042d4d;
        position: relative;
        -webkit-transition: 150ms ease-in;
        -o-transition: 150ms ease-in;
        transition: 150ms ease-in;
    }
    .header__toggle-line::after,
    .header__toggle-line::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: inherit;
        -webkit-transition: 450ms ease-in;
        -o-transition: 450ms ease-in;
        transition: 450ms ease-in;
        border-radius: 3px;
    }
    .header__toggle-line::after {
        top: -7px;
    }
    .header__toggle-line::before {
        bottom: -7px;
    }
}

.mobile-menu-close-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mobile-menu-buttons {
    display: flex;
}

/* *==== Overlay ====* */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background-color: rgba(51, 51, 51, 0.7);
    -webkit-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 550ms ease;
    -o-transition-delay: 550ms ease;
    transition-delay: 550ms ease;
}
