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

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

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

*,
: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;
}

* {
    box-sizing: border-box;
}
/* navbar-START */

.navbar {
    /* background: #F9F9F9; */
    top: 0;
    width: 100%;
    padding: 40px 16px 40px 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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

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

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

.logo {
    text-decoration: none;
}

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

.menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 380px;
    padding: 0;
    margin-bottom: 5px;
    margin-left: 112px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

.sign-up-btn {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 8px 34.5px;
    background: #00CC6A;
    box-shadow: 0px 4px 4px #00CC6A;
    border-radius: 50px;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .menu {
        margin-left: 16px;
        gap: 16px;
        justify-content: flex-start;
        min-width: unset;
    }
}
@media (max-width: 800px) {
    .nav-begin {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .navbar {
        padding: 20px 16px;
    }
    .navbar .container {
        width: 100%;
        justify-content: space-between;
    }
}
@media (max-width: 746px) {
    .menu {
        margin-left: 0;
    }
}
/* 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: 20px;
        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: 20px;
        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-right: 0;
    }
    .nav-m-header-close {
        cursor: pointer;
    }
}
/* burger menu 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;
}

.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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 10.5%;
    padding-right: 8%;
    /* 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: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #898989;
}

h2.content-title {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    color: #333333;
    /* or 70% */
    color: #38333C;
}

.content-subtitle {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */
    color: #A3A3A3;
    margin-bottom: 20px;
    margin-top: 0px;
}

.feature-number {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 106px;
    color: #D2D2D2;
}

.content-point-subtitle {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #898989;
}

.content-point-text {
    margin-top: 30px;
    margin-bottom: 70px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #898989;
}


/* banner-begin */

.banner {
    width: 100%;
    /*height: 721px;*/
    background: #F9F9F9;
    /* padding-left: 2%;
    padding-right: 2%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner__wrapper {
    width: 100%;
    padding-top: 160px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 50px;
    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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-between;
}

.banner__part {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    color: #313131;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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;
}

.banner__part-content .banner__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 565px;
    margin: 0px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 60px;
    color: #333333;
}

.banner__text {
    max-width: 498px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #898989;
    margin-top: 35px;
    margin-bottom: 45px;
}

.banner__part-content .btn-request {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14.5px 37.5px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #00CC6A;
    box-shadow: 0px 4px 20px rgba(0, 204, 106, 0.25);
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .banner__wrapper {
        padding-top: 50px;
    }
    .banner__part-content .banner__title {
        font-size: 36px;
    }
}
@media (max-width: 800px) {
    .banner__wrapper {
        flex-direction: column;
        padding-left: 16px;
        padding-right: 16px;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
}
/* banner-end */


/* next-gen start */

.next-gen {
    padding-top: 243px;
    padding-bottom: 240px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1560px;
    width: 100%;
    justify-content: space-between;
    gap: 24px;
}

.next-gen .feature-number {
    margin-top: -20px;
}

.next-gen .content-block-info {
    max-width: 498px;
}

.next-gen .next-gen-steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 48%;
    gap: 24px;
}

.next-gen .next-gen-steps :nth-child(1) {
    max-width: 315px;
}

.step {
    max-width: 294px;
}

.step-title {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-top: 15px;
}

.step-text {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #898989;
}

@media (max-width: 1200px) {
    .next-gen {
        align-items: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .next-gen .next-gen-steps {
        flex-direction: column;
    }
}
@media (max-width: 1024px) {
    .next-gen {
        flex-direction: column;
        justify-content: center;
        max-width: 498px;
        width: 100%;
    }
    .next-gen .feature-number {
        align-self: flex-start;
    }
    .next-gen .next-gen-steps {
        width: 100%;
    }
}

/* next-gen end */


/* map-personas start */

.map-personas {
    max-width: 1560px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 240px;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
    gap: 24px;
}

.map-personas .feature-number {
    margin-top: -20px;
}

.map-personas .content-block-info {
    max-width: 498px;
}

.map-personas .content-text {
    margin-bottom: 70px;
    margin-top: 0px;
}

.map-personas .content-cover {}

.map-personas .content-point-subtitle {
    margin-bottom: 0px;
    margin-top: 0px;
}

.map-personas .content-point-text {
    margin-top: 20px;
    margin-bottom: 70px;
}

@media (max-width: 1200px) {
    .map-personas {
        max-width: 498px;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 50px;
    }
    .map-personas .feature-number {
        align-self: flex-start;
    }
}
/* map-personas end */


/* boost-content start */

.boost-content {
    padding-top: 40px;
    padding-bottom: 236px;
    max-width: 1560px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
    gap: 24px;
}

.boost-content .feature-number {
    padding-top: 55px;
}

.boost-content .content-block-info {
    max-width: 498px;
    padding-top: 75px;
}

.boost-content .content-cover {}

.boost-content .content-text {
    margin-bottom: 80px;
    margin-top: 0px;
}

.boost-content .content-point-subtitle {
    margin-bottom: 0px;
    margin-top: 0px;
}

.boost-content .content-point-text {
    margin-top: 20px;
    margin-bottom: 75px;
}

@media (max-width: 1200px) {
    .boost-content {
        max-width: 498px;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 50px;
    }
    .boost-content .feature-number {
        order: 2;
    }
    .boost-content .content-block-info {
        padding-top: 0;
        order: 3;
    }
    .boost-content .content-cover {
        order: 1;
    }
    .boost-content .feature-number {
        align-self: flex-start;
    }
}
/* boost-content end */


/* uncover-critical start */

.uncover-critical {
    padding-bottom: 200px;
    max-width: 1560px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
    gap: 24px;
}

.uncover-critical .feature-number {
    margin-top: -10px;
}

.uncover-critical .content-block-info {
    max-width: 498px;
    padding-top: 15px;
}

.uncover-critical .content-cover {}

.uncover-critical .content-text {
    margin-bottom: 66px;
    margin-top: 0px;
}

.uncover-critical .content-point-subtitle {
    margin-bottom: 0px;
    margin-top: 0px;
}

.uncover-critical .content-point-text {
    margin-top: 20px;
    margin-bottom: 70px;
}
@media (max-width: 1200px) {
    .uncover-critical {
        max-width: 498px;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 50px;
    }
    .uncover-critical .feature-number {
        align-self: flex-start;
    }
}

/* uncover-critical end */


/* align-personas start */

.align-personas {
    padding-bottom: 220px;
    max-width: 1560px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
    gap: 24px;
}

.align-personas .feature-number {
    margin-top: -20px;
}

.align-personas .content-block-info {
    max-width: 498px;
}

.align-personas .content-cover {}

.align-personas .content-text {
    margin-bottom: 80px;
    margin-top: 0px;
}

.align-personas .content-point-subtitle {
    margin-bottom: 0px;
    margin-top: 0px;
}

.align-personas .content-point-text {
    margin-top: 20px;
    margin-bottom: 70px;
}
@media (max-width: 1200px) {
    .align-personas {
        max-width: 498px;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 50px;
    }
    .align-personas .feature-number {
        order: 2;
    }
    .align-personas .content-block-info {
        padding-top: 0;
        order: 3;
    }
    .align-personas .content-cover {
        order: 1;
    }
    .align-personas .feature-number {
        align-self: flex-start;
    }
}

/* align-personas end */


/* features-block start*/

.features-block {
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 140px;
}

.features-title {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 56px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 90px;
    max-width: 989px;
    width: 61.5%;
}

.features {
    display: flex;
    flex-direction: row;
    padding-left: 16px;
    padding-right: 16px;
}

.features-block .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.feature {
    display: flex;
    flex-direction: row;
    max-width: 730px;
    width: 100%;
    height: 221px;
    /* margin-right: 40px; */
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    align-items: center;
    /* justify-content: space-between; */
    padding-left: 64px;
    padding-right: 16px;
    margin-bottom: 30px;
    /* padding-right: ; */
}

.feature-icon {
    margin-right: 45px;
}

.feature-text-content {}

.feature-title {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    /* identical to box height */
    color: #333333;
    margin-top: 0px;
    margin-bottom: 15px;
}

.feature-text {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #7C7C7C;
    max-width: 464px;
    margin-bottom: 0px;
    margin-top: 0px;
}

@media (max-width: 980px) {
    .features-title {
        font-size: 36px;
    }
    .features {
        flex-direction: column;
    }
    .features .column {
        margin-right: 0!important;
    }
    .feature {
        padding-bottom: 16px;
        padding-left: 24px;
    }
}
@media (max-width: 640px) {
    .feature {
        height: auto;
    }
}
/* features-block end */


/* Form styles - START */

.quote-request {
    background-image: url(../images/request-form-bg.svg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    height: 958px;
    padding-top: 83px;
    padding-left: 16px;
    padding-right: 16px;
}

.quote-request-wrapper {
    width: 100%;
    max-width: 1412px;
    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: flex-start;
    justify-content: space-between;
    /* width: 1558px; */
    /* height: 581px; */
}

.request-quote-block {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 41.5%;
    height: auto;
    padding-left: 60px;
    padding-right: 70px;
    padding-bottom: 30px;
    padding-top: 58px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.request-quote-block h3 {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    color: #383838;
    margin: 0px;
}

.form-description {
    max-width: 450px;
    margin-bottom: 45px;
    margin-top: 35px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    text-align: 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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.input-group-container {
    margin-bottom: 35px;
    width: 100%;
}

.input-group-container input {
    background: #FFFFFF;
    border: 1px solid #D2D6DE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 199.22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6D6D6D;
    padding: 6px 16px 2px;
    width: 100%;
}

.input-group-container input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 199.22%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #6D6D6D;
}

.input-group-container input::-moz-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 199.22%;
    display: flex;
    align-items: center;
    color: #6D6D6D;
}

.input-group-container input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 199.22%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #6D6D6D;
}

.input-group-container input::-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 199.22%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #6D6D6D;
}

.input-group-container input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 199.22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6D6D6D;
}

.message-text {
    width: 100%;
    height: 249px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 199.22%;
    display: flex;
    align-items: center;
    color: #6D6D6D;
    background: #FFFFFF;
    border: 1px solid #D2D6DE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 16px 8px;
    resize: none;
}

.request-quote-form textarea::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 199.22%;
    /* identical to box height, or 36px */
    display: flex;
    align-items: center;
    color: #6D6D6D;
    border-radius: 3px;
}

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

.request-quote-form textarea:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 199.22%;
    /* identical to box height, or 36px */
    display: flex;
    align-items: center;
    color: #6D6D6D;
    border-radius: 3px;
}

.request-quote-form textarea::-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 199.22%;
    /* identical to box height, or 36px */
    display: flex;
    align-items: center;
    color: #6D6D6D;
    border-radius: 3px;
}

.request-quote-form textarea::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 199.22%;
    /* identical to box height, or 36px */
    display: flex;
    align-items: center;
    color: #6D6D6D;
    border-radius: 3px;
}

.send-msg-btn {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 35.5px;
    background: #00CC6A;
    border-radius: 50px;
    margin-top: 17px;
}

.quote-request .content-block-info {
    padding-top: 85px;
    padding-left: 80px;
}

.quote-request .content-title {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 65px;
    /* or 108% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    max-width: 646px;
    margin-bottom: 35px;
}

.quote-request .content-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    color: #FFFFFF;
    opacity: 0.7;
    max-width: 365px;
    margin-top: 0px;
    margin-bottom: 0px;
}
@media (max-width: 1400px) {
    .request-quote-block {
        width: 60%;
    }
    .quote-request-wrapper .content-block-info br {
        display: none;
    }
    .quote-request-wrapper .content-block-info {
        padding-left: 24px;
    }
    .quote-request .content-title {
        font-size: 44px;
    }
}
@media (max-width: 1024px) {
    .quote-request {
        padding-bottom: 24px;
    }
    .quote-request-wrapper .content-block-info {
        padding-left: 24px;
        padding-top: 0;
        width: 90%;

    }
    .quote-request-wrapper {
        flex-direction: column-reverse;
        align-items: center;
        gap: 24px;
    }
    .quote-request {
        height: auto;
    }
    .request-quote-block {
        width: 90%;
    }
}
@media (max-width: 640px) {
    .quote-request-wrapper .content-block-info, .request-quote-block {
        width: 100%;
    }
    .request-quote-block {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* Form styles - END */


/* 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: 61.5px;
    padding-bottom: 77px;
    background: #424242;
}

.footer-container {
    width: 100%;
    height: 100%;
    max-width: 1560px;
    padding-left: 16px;
    padding-right: 16px;
    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%;
    width: fit-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: 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;
}

.footer-text {
    padding-top: 30px;
    max-width: 498px;
    width: 35%;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #898989;
}

.copyright {
    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-end {
    padding-top: 30px;
    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;
    justify-content: space-between;
}

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

.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: 1200px) {
    .footer-container {
        flex-wrap: wrap;
    }
    .footer-begin {
        width: 50%;
    }
    .footer-text {
        order: 3;
        width: 60%;
    }
    .footer-end {
        order: 2;
        width: 50%;
    }

}
@media (max-width: 800px) {
    .footer-container {
        flex-direction: column;
    }
    .footer-end {
        align-self: center;
        width: 100%;
    }
}
@media (max-width: 460px) {
    .footer-links {
        width: 100%;
        flex-wrap: wrap;
    }
    .footer-text {
        width: 100%;
    }
}
/* End footer */
