/*
* 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.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 {
    top: 0;
    width: 100%;
    padding: 38px 16px 38px 16px;
    z-index: 30;
    display: flex;
    justify-content: center;
}

.navbar .container {
    width: 100%;
    max-width: 1560px;
    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-flow: row;
    flex-flow: 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;
}

.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-bottom: -2.5px;
}

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

.nav-end {
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
}

.menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 36px;
    padding: 0;
    margin: 0;
    padding-left: 65px;
    padding-top: 4.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: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    text-decoration: none;
}

.auth-btns-block {
    margin-top: 4.5px;
}

.sign-in-btn {
    margin-right: 30px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.sign-up-btn {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 8px 35px;
    background: #F47415;
    border: 2px solid #F47415;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .menu {
        padding-left: 32px;
        gap: 16px;
    }
    .sign-up-btn {
        padding: 8px 24px;
    }
}
@media (max-width: 800px) {
    .nav-begin {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 445px) {
    header .logo {
        width: 180px;
        height: auto;
    }
    .nav-begin {
        align-items: flex-end;
    }
}
/* navbar-END */
/* 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: 38px;
        padding-left: 16px;
        padding-right: 16px;
        width: 310px;
        min-width: 310px;
        max-width: 310px;
        background-color: #FFF;
        height: 100vh;
        z-index: 5;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 24px;
    }
    .nav-b {
        right: -310px;
        bottom: 0;
        position: fixed;
        transition: right 0.3s ease-in;
        padding-bottom: 38px;
        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;
        margin-left: 0;
    }
    .nav-m-header-close {
        cursor: pointer;
    }
}
/* burger menu */
.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;
}

.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: 15%; */
    /* 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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.content-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #9B9B9B;
}

h2.content-title {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 54px;
    text-align: right;
    color: #333333;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

span.content-subtitle {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 8px;
}


/* banner-begin */

.banner-and-navbar {
    width: 100%;
    max-width: 1920px;
    margin-bottom: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
.banner-and-navbar::before {
    content: "";
    background-image: url(../images/banner-cover.png);
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: top right;
    background-repeat: no-repeat;
}

.banner-content {
    width: 100%;
    max-width: 1560px;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 759px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;

}

.banner__cover {
    padding-left: 140px;
}

.banner__part {
    width: 100%;
    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;
    justify-content: flex-start;
    padding-bottom: 25px;
}

.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: 677px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    color: #333333;
}

.banner__subtitle {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    max-width: 677px;
    margin-bottom: 25px;
    margin-top: 24px;
}

.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: 677px;
    margin-bottom: 45px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #9B9B9B;
}

.banner__part-content .btn-start-trial {
    height: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 40px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #F47415;
    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;
    border: 2px solid #F47415;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

.banner__part-content .btn-start-trial img {
    margin-right: 8px;
}

@media (max-width: 1600px) {
    .banner-and-navbar::before {
        background-size: 600px auto;
    }
}
@media (max-width: 1300px) {
    .banner-and-navbar::before {
        background-size: 400px auto;
    }
}
@media (max-width: 1064px) {
    .banner-content {
        align-items: flex-end;
    }
}
@media (max-width: 744px) {
    .banner-and-navbar::before {
        opacity: 0.3;
    }
}
@media (max-width: 480px) {
    .banner-and-navbar::before {
        background-size: 250px auto;
    }
}
/* banner-end */

.block-separator {
    max-width: 1920px;
    width: 84%;
    margin-bottom: 130px;
    margin-top: 140px;
}
@media (max-width: 1024px) {
    .block-separator {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}


/* features start  */

.features-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.features-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    color: #333333;
    margin-bottom: 13px;
}

.features-title span {
    background: #FFCB44;
    border-radius: 3px;
    padding-left: 11px;
    padding-right: 18px;
}

.features-wrapper {

    background-image: url(../images/features-wrapper-bg.svg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    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;
    -ms-flex-pack: distribute;
    justify-content: center;
    gap: 300px;
    width: 100%;
    height: 917px;
}

.features-cover {
    padding-right: 16px;
}

.features-cover img {}

.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 16px;
}

.feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px;
}

.feature-icon {
    margin-right: 36px;
    margin-top: 5.5px;
}

.feature-text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.feature-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 39px;
    /* identical to box height */
    color: #333333;
    margin-bottom: 0px;
    margin-top: 0px;
}

.feature-text {
    margin-top: 10px;
    margin-bottom: 22px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #9B9B9B;
    max-width: 545px;
}

.feature-separator {
    max-width: 533px;
    width: 100%;
    height: 2px;
    background: #DBDBDB;
}
@media (max-width: 1600px) {
    .features-wrapper {
        justify-content: space-between;
        gap: 24px;
    }
    .features-cover img {
        width: 600px;
    }
}
@media (max-width: 1024px) {
    .features-cover img {
        display: none;
    }
    .features-title {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
    }
    .features-wrapper {
        height: auto;
    }
    .features {
        margin-top: 50px;
    }
}

/* features end */


/* we-market start */

.we-market {
    width: 100%;
    max-width: 1560px;
    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: center;
    padding-left: 16px;
    padding-right: 16px;
    align-items: center;
}

.we-market .content-title {
    max-width: 688px;
    margin-bottom: 32px;
    text-align: left;
}

.we-market .content-title span {
    background: #FFCB44;
    border-radius: 3px;
    padding-left: 17px;
    padding-right: 8px;
}

.we-market .content-text {
    max-width: 571px;
    text-align: left;
    margin: 0px;
}

@media (max-width: 1024px) {
    .we-market {
        flex-direction: column-reverse;
    }
    .we-market .content-cover {
        width: 70%;
    }
}
@media (max-width: 600px) {
    .we-market .content-title {
        font-size: 34px;
    }
}
/* we-market end */


/* committed-to start */

.committed-to {
    width: 100%;
    max-width: 1560px;
    padding-top: 100px;
    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: center;
    padding-left: 16px;
    padding-right: 16px;
    align-items: center;
}

.committed-to .content-block-info {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.committed-to .content-title {
    max-width: 833px;
    text-align: right;
    margin-bottom: 44px;
}

.committed-to .content-title span {
    background: #FFCB44;
    border-radius: 3px;
    padding-left: 13px;
    padding-right: 8px;
}

.committed-to .content-text {
    max-width: 571px;
    text-align: right;
    margin: 0px;
}
@media (max-width: 1024px) {
    .committed-to {
        flex-direction: column;
    }
    .committed-to .content-cover {
        width: 70%;
    }
}
@media (max-width: 600px) {
    .committed-to .content-title {
        font-size: 34px;
    }
}

/* committed-to end */

.quote-request {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.quote-request-wrapper {
    width: 100%;
    max-width: 1392px;
    padding-top: 120px;
    margin-bottom: -150px;
    padding-left: 16px;
    padding-right: 16px;
    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;
}

.quote-request-wrapper h3 {
    margin-top: 0px;
    margin-bottom: 26px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #333333;
}


/* Form styles - START */

.request-quote-block {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    /* justify-content: center; */
}

.form-description {
    max-width: 656px;
    margin-bottom: 93px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #9B9B9B;
}

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

.input-group input {
    background: #FFFFFF;
    border: 1px solid #858585;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 199.22%;
    /* identical to box height, or 32px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #646464;
    padding: 11px 20px 7px;
    width: 100%;
}

.input-group input::-webkit-input-placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9E9E9E;
}

.input-group input::-moz-placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9E9E9E;
}

.input-group input:-ms-input-placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9E9E9E;
}

.input-group input::-ms-input-placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9E9E9E;
}

.input-group input::placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    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: 100%;
    height: 350px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 199.22%;
    display: flex;
    align-items: center;
    color: #646464;
    border-radius: 3px;
    background: #FFFFFF;
    border: 1px solid #858585;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px 8px;
    resize: none;
}
@media (max-width: 1920px) {
    .message-text, .companyInfo, .personalInfo {
        width: 80% !important;
    }
}
@media (max-width: 666px) {
    .message-text {
        height: 250px;
    }
    .message-text, .companyInfo, .personalInfo {
        width: 95% !important;
    }
}
@media (max-width: 444px) {
    .message-text {
        height: 150px;
    }
    .free-trial-form-bg {
        margin-top: 50px;
    }
}
.request-quote-form textarea::-webkit-input-placeholder {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 199.22%;
    /* identical to box height, or 32px */
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #646464;
    border-radius: 3px;
}

.request-quote-form textarea::-moz-placeholder {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 199.22%;
    /* identical to box height, or 32px */
    display: flex;
    align-items: center;
    color: #646464;
    border-radius: 3px;
}

.request-quote-form textarea:-ms-input-placeholder {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 199.22%;
    /* identical to box height, or 32px */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #646464;
    border-radius: 3px;
}

.request-quote-form textarea::-ms-input-placeholder {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 199.22%;
    /* identical to box height, or 32px */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #646464;
    border-radius: 3px;
}

.request-quote-form textarea::placeholder {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 199.22%;
    /* identical to box height, or 32px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #646464;
    border-radius: 3px;
}

.send-msg-btn {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15.5px 118px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F47415;
    border-radius: 4px;
    margin-top: 25px;
}


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

.content-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.check-mark {
    padding-right: 24px;
    margin-top: 6px;
}

.advantages .content-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
    margin-bottom: 57px;
}

.advantages .content-text span {
    max-width: 650px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
}

@media (max-width: 600px) {
    .personalInfo, .companyInfo {
        flex-direction: column!important;
    }
    .personalInfo .input-group,
    .companyInfo .input-group{
        width: 100% !important;
    }
    .send-msg-btn {
        padding: 15.5px 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
/* Form styles - END */

.free-trial-form-bg {
    height: auto;
    width: 100%;
    margin-bottom: -1px;
    z-index: -1;
}


/* Begin footer */

.footer {
    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;
    height: auto;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 77px;
    padding-left: 16px;
    padding-right: 16px;
    background: #424242;
}

.footer-container {
    width: 100%;
    max-width: 1560px;
    height: 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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-begin {
    height: 100%;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-logo {
    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;
}

.footer-logo .logo {
    text-decoration: none;

}

.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    color: #FFFFFF;
    text-decoration: none;
}

.copyright, .address {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */
    color: #FFFFFF;
    opacity: 0.6;
}

.footer-middle{
    padding-top:15px;
}

.footer-end {
    height: 100%;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.footer-links {
    padding-top: 12px;
    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: 380px;
    padding-bottom: 40px;
}

.footer-links a {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    opacity: 0.6;
    text-decoration: none;
}
@media (max-width: 666px) {
    .footer-container {
        flex-direction: column;
    }
    .footer-begin {
        flex-direction: row;
        width: 100%;
        gap: 24px;
        flex-wrap: wrap;
    }
    .footer-links {
        width: 100%;
        gap: 12px;
        flex-wrap: wrap;
    }
    .footer {

    }
}
@media (max-width: 400px ) {
    .sign-up-btn {
        padding-left: 8px;
        padding-right: 8px;
    }
}
/* End footer */
