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

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: 34px 100px;
    z-index: 30;
    min-height: 51px;
}

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

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

.brand {
    padding-top: 5px;
    padding-bottom: 5px;
    -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;
}

.logo span {
    font-family: Patua One;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    /* identical to box height */
    color: #454545;
}

.nav-end {
    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 {
    padding: 0;
    margin: 0;
    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;
}

.menu-item {
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #777777;
}

.menu-item.active {
    color: #383838;
}

.icn-fold {
    display: none;
}

.purchase-btn {
    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;
    width: 202px;
    height: 51px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #383838;
    cursor: pointer;
}

.navbar .menu {
    width: 55%;
    min-width: 625px;
    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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

/* 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%;
    padding-right: 10%;
    margin-bottom: 77px;
    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: 972px;
    height: 681px;
    background: url(../images/banner-info-bg.svg);
    background-size: 972px 681px;
    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: 568px;
    margin-bottom: 25px;
    margin-top: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 50px;
    /* or 114% */
    text-transform: uppercase;
}

.banner__text {
    max-width: 465px;
    margin-bottom: 30.5px;
    margin-top: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    /* or 140% */
    color: #777777;
}

.banner .banner__cover {
    width: 47.5%;
    margin-left: -165px;
}

.banner__cover img {
    /* height: 511px;
    width: 908px; */
    max-width: 125%;
}

.btn-start-trial {
    z-index: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 13.0864px;
    line-height: 17px;
    /* or 128% */
    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;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 0.654321px 0.654321px rgba(0, 0, 0, 0.25);
    padding: 16.45px 56px;
    background: #fe5543;
    border: 0.654321px solid #fe5543;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-box-shadow: 0px 2.61728px 49.0741px rgba(35, 197, 80, 0.1);
    box-shadow: 0px 2.61728px 49.0741px rgba(35, 197, 80, 0.1);
    border-radius: 32.716px;
    min-width: 230px;
}

.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-part-decor {
    display: block;
    text-indent: -9999px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: flex-start;
    margin-right: 145px;
    margin-left: -30px;
    width: 137.52px;
    height: 127.98px;
    background: url(../images/banner-part-decor.svg);
    background-size: 137.52px 127.98px;
}

.trial-decor {
    display: block;
    text-indent: -9999px;
    width: 241.16px;
    height: 120.94px;
    margin-left: -134px;
    background: url(../images/under-trial.svg);
    background-size: 241.16px 120.94px;
}

/* features-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: 10%;
    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: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    color: #777777;
}

h2.content-title {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    /* identical to box height, or 106% */
    color: #383838;
}

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 {
    margin-bottom: 196px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.features-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

.feature {
    width: 32%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.feature-content {
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
}

.botom-border {
    height: 4px;
    width: 100%;
}

#firstFeature {
    border-radius: 8px 0px 0px 8px;
}

#thirdFeature {
    border-radius: 0px 8px 8px 0px;
}

#firstFeature .botom-border {
    background: #5763bb;
    border-radius: 8px 0px 0px 8px;
}

#secondFeature .botom-border {
    background: #fe5543;
}

#thirdFeature .botom-border {
    background: #5cac7c;
    border-radius: 0px 8px 8px 0px;
}

#thirdFeature .feature-title-text {
    width: 181px;
}

.title {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 23px;
}

.feature-icon {
    margin-top: 12px;
}

.feature-title-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 235px;
    max-height: 96px;
    margin-left: 30px;
    /* black_2 */
    color: #383838;
}

.text-content {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    /* or 130% */
    max-width: 400px;
    padding-left: 60px;
    /* max-height: 98px; */
    /* or 30px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* black_2 */
    color: #777777;
}

/* features-end */

/* conversion-start */

.conversion {
    margin-bottom: 135px;
}

.conversion .content-block-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-left: -105px;
    padding-top: 50px;
    padding-bottom: 48px;
    padding-left: 60px;
    padding-right: 54px;
}

.conversion .content-block-info .content-title {
    max-width: 375px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.conversion .content-block-info .content-text {
    width: 495px;
    height: 100px;
}

/* conversion-end */

.customer-masters {
    padding-right: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.customer-masters .content-cover {
    width: 814px;
    height: 640px;
}

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

.customer-masters .content-block-info .content-title {
    width: 584px;
    font-size: 52px;
    line-height: 61px;
    color: #383838;
}

.customer-masters .content-block-info .content-text {
    width: 481px;
    margin-top: 0px;
    margin-bottom: 55px;
    font-size: 24px;
    line-height: 34px;
    /* or 142% */
    color: #777777;
}

.customer-masters .content-block-info .start-trial-row {
}

.customer-masters .content-block-info .start-trial-row .trial-decor-customer {
    margin-left: 374px;
}

.trial-decor-customer {
    display: block;
    text-indent: -9999px;
    width: 137.52px;
    height: 127.98px;
    background: url(../images/second-under-trial.svg);
    background-size: 137.52px 127.98px;
}

.agnostic-platform {
    background: #fdfdfd;
    padding-bottom: 125px;
    padding-top: 125px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.agnostic-platform .content-cover {
    /* width: 693px;
    height: 457px; */
}

.agnostic-platform .content-block-info {
    /* padding-left: 150px; */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.agnostic-platform .content-block-info .content-title {
    font-size: 32px;
    line-height: 34px;
    /* identical to box height, or 106% */
    color: #383838;
}

.agnostic-platform .content-block-info .content-text {
    width: 633px;
    font-size: 24px;
    line-height: 34px;
    /* or 142% */
    color: #777777;
}

.leadership {
    margin-bottom: 148px;
    padding-top: 75px;
}

.leadership .content-block-info .content-title {
    width: 640px;
    height: 192px;
    margin: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 52px;
    line-height: 64px;
    /* or 123% */
    color: #383838;
}

.quote-request {
    padding-right: 0%;
    padding-left: 0%;
    background: -o-linear-gradient(top, #fcfcfc 0%, #f5f5f5 99.14%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fcfcfc),
        color-stop(99.14%, #f5f5f5)
    );
    background: linear-gradient(180deg, #fcfcfc 0%, #f5f5f5 99.14%);
}

.quote-request-wrapper {
    width: 80%;
    padding-bottom: 90px;
    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;
}

.quote-request-wrapper .content-cover img {
    width: 519px;
    height: 319px;
}

.request-quote-block {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding-top: 43px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 75px;
    margin-top: -105px;
}

.request-quote-block h3 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    /* identical to box height, or 131% */
    color: #383838;
}

/* Form styles - START */

.request-quote-form {
    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: center; */
}

.form-description {
    width: 622px;
    margin-bottom: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    color: #777777;
}

.inform-sign {
    margin-right: 20px;
}

.form-description-text {
    width: 470px;
    height: 40px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.03em;
    color: #777777;
}

.input-group {
    margin-bottom: 30px;
}

.input-group input {
    background: #ffffff;
    border: 1px solid #d2d6de;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    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;
    padding: 9px 16px 5px;
    width: 100%;
}

.input-group input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    /* identical to box height */
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #9e9e9e;
}

.input-group input::-moz-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    /* identical to box height */
    display: flex;
    align-items: center;
    color: #9e9e9e;
}

.input-group input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    /* identical to box height */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #9e9e9e;
}

.input-group input::-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    /* identical to box height */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #9e9e9e;
}

.input-group input::placeholder {
    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;
}

.personalInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.personalInfo .input-group {
    width: 48%;
}

.companyInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.companyInfo .input-group {
    width: 48%;
}

.message-text {
    width: 622px;
    height: 140px;
    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;
    padding: 9px 16px 5px;
    resize: none;
    color: #9e9e9e;
}

.request-quote-form textarea::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    /* identical to box height */
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #9e9e9e;
}

.request-quote-form textarea::-moz-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    /* identical to box height */
    display: flex;
    align-items: center;
    color: #9e9e9e;
}

.request-quote-form textarea:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    /* identical to box height */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #9e9e9e;
}

.request-quote-form textarea::-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    /* identical to box height */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #9e9e9e;
}

.request-quote-form textarea::placeholder {
    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;
}

.send-msg-btn {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 36px;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    background: #00ace4;
    border-radius: 4px;
}

.request-quote-form .send-msg-btn {
    margin-top: 25px;
}

/* Form styles - END */

/* Begin footer */

.footer {
    background: -o-linear-gradient(bottom, #303030, #303030),
        -o-linear-gradient(244.71deg, #306785 35.79%, #d832c7 130.54%);
    background: linear-gradient(0deg, #303030, #303030),
        linear-gradient(205.29deg, #306785 35.79%, #d832c7 130.54%);
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 58px;
    padding-bottom: 74px;
}

.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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
}

.footer-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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-logo .logo span {
    font-family: Patua One;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    /* identical to box height */
    color: #b6b6b6;
}

.footer-copyright, .footer-middle {
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #ffffff;
    opacity: 0.6;
}

.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;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 475px;
}

.footer-links a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-decoration: none;
}

/* End footer */

@media (max-width: 1480px) {
    .quote-request-wrapper .content-cover img {
        width: 20vw;
        height: auto;
    }
}
@media (max-width: 1312px) {
    .navbar {
        padding: 34px 40px;
    }
    .navbar .menu {
        min-width: 500px;
    }
    .banner__cover img {
        display: none;
    }
    .banner__part {
        background: none;
    }
    .banner__part {
        width: 100%;
        padding: 0 20px;
    }
    .features-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .feature {
        width: 100%;
        height: auto;
    }

    .content-cover img {
        max-width: 700px;
        width: 40vw;
    }
    .customer-masters img {
        display: none;
    }
    .trial-decor-customer {
        display: none;
    }
    .quote-request-wrapper .content-cover img {
        display: none;
    }
    .content-block.leadership {
        flex-direction: column;
        gap: 20px;
    }
    .agnostic-platform {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 992px) {
    .navbar .container {
        flex-wrap: wrap;
        gap: 20px;
    }
    .nav-end {
        gap: 20px;
    }
    .navbar .menu {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        min-width: 250px;
    }
    .footer {
        padding: 60px 20px;
    }
    .banner-part-decor {
        display: none;
    }
    .trial-decor {
        display: none;
    }
    .content-block.conversion {
        flex-direction: column;
        gap: 20px;
    }
    .agnostic-platform {
        padding-top: 0;
    }
    .conversion {
        margin-bottom: 40px;
    }
    .request-quote-block .personalInfo {
        flex-direction: column;
    }
    .request-quote-block .companyInfo {
        flex-direction: column;
    }
    .request-quote-block {
        padding: 30px 20px;
    }
    .request-quote-block .personalInfo .input-group {
        width: 100%;
    }
    .request-quote-block .companyInfo .input-group {
        width: 100%;
    }
    .request-quote-block {
        width: 100%;
    }
    .quote-request-wrapper {
        width: 100%;
    }
    .form-description {
        width: 100%;
        max-width: 600px;
    }
    .message-text {
        width: 100%;
    }
    .leadership .content-block-info .content-title {
        width: 100%;
        padding: 0 20px;
    }
    .agnostic-platform .content-block-info {
        width: 100%;
    }
    .content-cover img {
        width: 100%;
    }
    .conversion .content-block-info {
        padding: 50px 20px;
        margin: 0 15px;
    }
    .agnostic-platform .content-block-info .content-text {
        width: 100%;
        max-width: 600px;
    }
}
@media (max-width: 688px) {
    .footer-container {
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer-links {
        flex-wrap: wrap;
        gap: 20px;
        width: auto;
    }
    .banner {
        padding-right: 0;
    }
    .banner__part div .banner__title {
        font-size: 36px;
    }
    .content-block.leadership img {
        display: none;
    }
    .conversion .content-block-info .content-text {
        width: 100%;
    }
    .customer-masters .content-block-info .content-title {
        width: 100%;
        padding: 0 20px;
    }
    .leadership .content-block-info .content-title {
        height: auto;
    }
    .customer-masters .content-block-info .content-text {
        width: 100%;
    }
    .customer-masters .content-cover {
        display: none;
    }
    .feature-content {
        padding: 40px 20px;
    }
    .customer-masters .content-block-info .content-title {
        font-size: 40px;
    }
    .conversion .content-block-info .content-text {
        height: auto;
    }
    .leadership .content-block-info .content-title {
        font-size: 40px;
    }
    .agnostic-platform {
        padding-bottom: 60px;
    }
    .banner__part {
        height: auto;
    }
}

/* REMODAL styles - START */

.remodal-overlay {
    background: #3b3b3b;
    opacity: 0.55;
}

.remodal-wrapper {
    padding: 10px 10px 0;
}

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: left;
    background: #fff;
    width: 100%;
    /* margin-top: 155px; */
    margin-bottom: 10px;
    padding: 30px;
    padding-bottom: 35px;
    padding-left: 23px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}

.remodal-close {
    right: 0 !important;
    left: unset !important;
    color: #999999 !important;
    margin-top: 20px !important;
    margin-right: 25px !important;
}

.modal-header {
    margin-bottom: 14px;
}

.modal-header h3 {
    margin: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.03em;
    color: #282b31;
}

.title-separator {
    height: 1px;
    width: 100%;
    background: #f0f0f0;
    margin-bottom: 45px;
}

.iti__flag {
    background-image: url("../images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2/1),
    (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags@2x.png");
    }
}

.iti {
    width: 100%;
}

.input-group {
    margin-bottom: 30px;
}

.input-group input {
    background: #ffffff;
    border: 1px solid #d2d6de;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.03em;
    color: #777777;
    padding: 15px 18px 14px;
    width: 100%;
}

.input-group input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #777777;
}

.input-group input::-moz-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #777777;
}

.input-group input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #777777;
}

.input-group input::-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #777777;
}

.input-group input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #777777;
}

.input-group input:focus {
    outline: 1px solid #4183d5;
}

.personalInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.personalInfo .input-group {
    width: 48%;
}

.select-country {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.03em;
    color: #333333;
    background: #ffffff;
    border: 1px solid #d2d6de;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 15px 18px 14px;
    width: 100%;
}

.select-country:focus {
    outline: 1px solid #4183d5;
}

.iti__selected-flag:focus {
    outline: 1px solid #4183d5;
}

select.select-country {
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/arrow-down.svg);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 16px 17px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

select.select-country:focus {
    /* background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0; */
}

.companyInfo {
}

.companyInfo.hidden {
    display: none;
}

.passwordBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.passwordBlock .input-group {
    width: 48%;
}

.check {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.03em;
    color: #282b31;
    padding-top: 6px;
    margin: 0px;
}

.check {
    cursor: pointer;
}

.check a {
    -webkit-text-decoration: underline #282b31;
    text-decoration: underline #282b31;
    color: #282b31;
    padding-right: 3px;
    padding-left: 3px;
}

#accept_terms[type="checkbox"]:not(:checked),
#accept_terms[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

#accept_terms[type="checkbox"]:not(:checked) + label,
#accept_terms[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.95em;
    cursor: pointer;
}

#accept_terms[type="checkbox"]:not(:checked) + label:before,
#accept_terms[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #bdbdbd;
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
}

#accept_terms[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#accept_terms[type="checkbox"]:not(:checked) + label:after,
#accept_terms[type="checkbox"]:checked + label:after {
    content: "\2714";
    position: absolute;
    /* width: 10.5px;
    height: 7.5px; */
    top: 0.25em;
    left: 0.22em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #005dfb;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}

.sign-up {
    width: 144px;
    height: 48px;
    margin-top: 40px;
    background: #fe5543;
    border: 1px solid #fe5543;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 20px rgba(95, 158, 249, 0.1);
    box-shadow: 0px 4px 20px rgba(95, 158, 249, 0.1);
    border-radius: 50px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 159% */
    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;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

/* REMODAL styles - END */

/* ================================== 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: 60px;
}
.mobile-menu-buttons button:last-child {
    width: 130px;
}

@media (max-width: 800px) {
    .header .nav a,
    .nav-end {
        display: none;
    }
    .header .nav .logo {
        display: block;
    }

    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;
}
