/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: open-sans-regular-400, sans-serif
}

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

:focus {
    outline: 0
}

html {
    line-height: 1.45
}

body {
    min-width: 320px;
    background-color: #f1f7ff
}

body.fixed {
    overflow: hidden
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

button, input, textarea {
    -webkit-box-shadow: none;
    box-shadow: none
}

button:focus, input:focus, textarea:focus {
    outline: 0
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

a {
    text-decoration: none
}

a:focus {
    text-decoration: none;
    outline: 0
}

img {
    border: 0;
    display: inline-block;
    width: 100%
}

abbr, acronym {
    border: 0
}

@font-face {
    font-family: open-sans-regular-400;
    src: url(../fonts/opensans-regular-400.woff2) format("woff2"), url(../fonts/opensans-regular-400.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open-sans-bold-700;
    src: url(../fonts/opensans-bold-700.woff2) format("woff2"), url(../fonts/opensans-bold-700.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open-sans-semi-bold-600;
    src: url(../fonts/opensans-semibold-600.woff2) format("woff2"), url(../fonts/opensans-semibold-600.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

a, button {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

.container {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px
}

@-webkit-keyframes move-up-down-v2 {
    0%, 100% {
        bottom: calc(100% + 20px + 5px)
    }
    50% {
        bottom: calc(100% + 20px - 5px)
    }
}

@keyframes move-up-down-v2 {
    0%, 100% {
        bottom: calc(100% + 20px + 5px)
    }
    50% {
        bottom: calc(100% + 20px - 5px)
    }
}

@-webkit-keyframes move-up-down {
    0%, 100% {
        bottom: 5px
    }
    50% {
        bottom: -5px
    }
}

@keyframes move-up-down {
    0%, 100% {
        bottom: 5px
    }
    50% {
        bottom: -5px
    }
}

.move-up-down {
    position: relative;
    -webkit-animation: move-up-down 2s linear infinite;
    animation: move-up-down 2s linear infinite
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: open-sans-bold-700, sans-serif
}

.title-with-line {
    position: relative;
    padding-bottom: 44px
}

.title-with-line::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#002f6d), to(#ff3c1f));
    background: -o-linear-gradient(left, #002f6d 0, #ff3c1f 100%);
    background: linear-gradient(90deg, #002f6d 0, #ff3c1f 100%)
}

.section-title {
    font-family: open-sans-bold-700, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-transform: capitalize;
    color: #3c424d
}

.btn {
    padding: 12px 20px;
    height: 48px;
    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-radius: 12px;
    font-family: open-sans-bold-700, sans-serif;
    font-size: 18px;
    line-height: 100%;
    -webkit-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s
}

.btn svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 12px
}

.btn strong {
    font-family: open-sans-bold-700, sans-serif;
    display: inline-block;
    padding-right: 12px
}

.btn span {
    display: inline-block;
    font-family: open-sans-regular-400, sans-serif;
    position: relative;
    top: -1px
}

.btn.border-blue {
    border: 1px solid #002f6d;
    color: #002f6d
}

.btn.border-blue svg path {
    fill: #002f6d
}

.btn.border-blue:hover {
    opacity: .75
}

.btn.bran-blue {
    border: 2px solid #002f6d;
    background-color: #002f6d;
    border-radius: 12px;
    color: #fff
}

.btn.bran-blue:hover {
    background-color: #0054c3;
    border-color: #4383d9
}

.btn.bran-blue:active {
    background-color: #054aa5;
    border-color: #0054c3
}

.btn.disabled {
    background-color: #364e67;
    border-color: #364e67;
    pointer-events: none;
}

label {
    display: block;
    width: 100%;
    margin-bottom: 16px
}

label.error input {
    border-color: #fd70a3
}

label.error .error-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 20px
}

label.error .error-msg::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../img/icons/Warning.svg) no-repeat center;
    background-size: cover;
    width: 16px;
    height: 16px
}

input {
    width: 100%;
    opacity: 1;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 11px 16px;
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    -webkit-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s;
    height: 48px
}

input::-webkit-input-placeholder {
    color: #8e9094
}

input::-moz-placeholder {
    opacity: 1;
    color: #8e9094
}

input:-moz-placeholder {
    opacity: 1;
    color: #8e9094
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #8e9094
}

input:hover {
    border-color: #c1c3c7
}

input:focus {
    border-color: #69aaff
}

.error-msg {
    display: none;
    margin-top: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #fff
}

.error-msg img {
    max-width: 16px;
    margin-right: 4px
}

.blocker {
    z-index: 9999999999;
    background-color: rgba(60, 66, 77, .5);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding: 0
}

.modal {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 700px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0)
}

.modal .start-here-form {
    max-width: 100%;
    height: auto;
    overflow-y: auto;
    background: url(../img/start-here/form-bg-mob.jpg) no-repeat center;
    background-size: cover;
    border-radius: 30px;
    padding: 0 25px 40px 25px
}

@media screen and (max-width: 1023px) {
    .modal {
        height: 100vh;
        max-width: 100%
    }

    .modal .start-here-form {
        height: 100vh;
        border-radius: 0;
        padding: 0 16px
    }
}

.modal .start-here-form .modal__close {
    display: flex
}

.modal__close {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 5;
    padding: 12px 16px 24px
}

.modal__close a {
    display: inline-block;
    width: 48px;
    height: 48px;
    -webkit-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s;
    position: relative;
    right: -25px
}

.modal__close a:hover {
    opacity: .75
}

.benefits-include {
    padding-right: 48px
}

.benefits-include__title {
    font-family: open-sans-bold-700, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #3c424d;
    padding-bottom: 32px
}

.benefits-include__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.benefits-include__cell {
    width: 50%
}

.benefits-include__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    width: auto;
    padding: 12px 16px;
    margin: 0 20px 32px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(25, 25, 32, .15);
    box-shadow: 0 4px 12px rgba(25, 25, 32, .15);
    border-radius: 16px;
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #3c424d
}

.benefits-include__item img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 36px;
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 10px
}

.benefits-include__item span {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.benefits-include__img {
    width: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.benefits-include__start-here-mob {
    display: none;
    padding-top: 12px
}

.benefits-include__start-here-mob .btn {
    min-width: 343px;
    position: relative
}

.benefits-include__start-here-mob .btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: calc(100% + 20px);
    width: 100px;
    height: 100px;
    background: url(../img/start-here/arrow-bottom.svg) no-repeat center;
    background-size: cover;
    -webkit-animation: move-up-down-v2 2s linear infinite;
    animation: move-up-down-v2 2s linear infinite
}

.start-here__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: open-sans-bold-700, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: capitalize;
    color: #002f6d;
    margin-bottom: 28px
}

.start-here__title img {
    max-width: 52px
}

.start-here__title img:first-child {
    margin-right: 32px
}

.start-here__title img:last-child {
    margin-left: 32px
}

.start-here__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 32px
}

.start-here__logos img {
    height: 36px;
    width: auto
}

.start-here-form {
    display: block;
    margin: 0 auto;
    max-width: 688px;
    background: url(../img/start-here/form-bg.png) no-repeat center;
    background-size: cover;
    padding: 36px;
    border-radius: 50px;
    min-height: 400px
}

.start-here-form a {
    font-family: open-sans-bold-700, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s
}

.start-here-form a:hover {
    text-decoration: none
}

.start-here-form .btn {
    width: 100%
}

.start-here-form__title {
    text-align: center;
    font-family: open-sans-bold-700, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    padding-bottom: 20px
}

.start-here-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.start-here-form__row label {
    width: calc(50% - 8px)
}

.start-here-form__terms {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 12px 0 24px
}

.start-here-form__terms a {
    padding: 0 16px
}

.start-here-form__terms a:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 16px;
    background-color: #fff
}

.start-here-form__learn-more {
    text-align: center;
    max-width: 509px;
    margin: 0 auto
}

.start-here-form__learn-more p {
    padding: 0 0 4px;
    margin: 0;
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color: #fff
}

.start-here-form .modal__close {
    display: none
}

.header {
    padding: 32px 0 56px
}

.header .container {
    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
}

.header__logo {
    display: inline-block;
    max-width: 274px
}

.fs {
    padding-bottom: 80px
}

.fs h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
    color: #3c424d;
    margin-bottom: 44px
}

.fs .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fs__cell:first-child {
    width: 44%
}

.fs__cell:last-child {
    width: 56%
}

.google-rating {
    padding-top: 80px;
    padding-bottom: 80px
}

.google-rating .container {
    min-height: 394px;
}

.what-say {
    padding-top: 80px;
    padding-bottom: 40px
}

.what-say .section-title {
    text-align: center;
    padding-bottom: 60px
}

.what-say__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.what-say__cell {
    width: calc(50% - 20px);
    padding-bottom: 40px
}

.what-say__item {
    background-color: #fff;
    -webkit-box-shadow: 0 16px 32px 2px rgba(42, 49, 89, .06);
    box-shadow: 0 16px 32px 2px rgba(42, 49, 89, .06);
    border-radius: 16px;
    padding: 32px 60px
}

.what-say__item p {
    padding: 0 0 20px;
    margin: 0;
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3c424d
}

.what-say__name {
    padding: 12px 0 0;
    font-family: open-sans-bold-700, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #3c424d;
    position: relative
}

.what-say__name::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 44px);
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#002f6d), to(#ff3c1f));
    background: -o-linear-gradient(left, #002f6d 0, #ff3c1f 100%);
    background: linear-gradient(90deg, #002f6d 0, #ff3c1f 100%)
}

.what-say__name::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 22px;
    background: url(../img/icons/quote.svg) no-repeat center;
    background-size: cover
}

.what-we-do {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.what-we-do::after, .what-we-do::before {
    content: "";
    display: block;
    position: absolute;
    width: calc((100% - 1260px) / 2);
    height: 2px;
    background-color: #002f6d
}

.what-we-do::before {
    left: 0
}

.what-we-do::after {
    bottom: 80px;
    right: 0
}

.what-we-do p {
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3c424d;
    padding-bottom: 10px
}

.what-we-do .container {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.what-we-do .container::after, .what-we-do .container::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 15px);
    height: 2px
}

.what-we-do .container::before {
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(#002f6d), to(#ff3c1f));
    background: -o-linear-gradient(left, #002f6d 0, #ff3c1f 100%);
    background: linear-gradient(90deg, #002f6d 0, #ff3c1f 100%)
}

.what-we-do .container::after {
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ff3c1f), to(#002f6d));
    background: -o-linear-gradient(left, #ff3c1f 0, #002f6d 100%);
    background: linear-gradient(90deg, #ff3c1f 0, #002f6d 100%)
}

.what-we-do__cell:first-child {
    width: 43%
}

.what-we-do__cell:last-child {
    width: 57%
}

.what-we-do__cell:last-child h1, .what-we-do__cell:last-child h2, .what-we-do__cell:last-child h3, .what-we-do__cell:last-child h4, .what-we-do__cell:last-child h5, .what-we-do__cell:last-child h6 {
    font-family: open-sans-bold-700, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3c424d;
    padding: 0 0 24px
}

.services-provided {
    padding-top: 80px;
    padding-bottom: 50px
}

.services-provided ul {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 52px
}

.services-provided ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 16px 12px;
    margin: 0 30px 28px;
    list-style-type: none;
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #3c424d;
    position: relative
}

.services-provided ul li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#002f6d), to(#ff3c1f));
    background: -o-linear-gradient(left, #002f6d 0, #ff3c1f 100%);
    background: linear-gradient(90deg, #002f6d 0, #ff3c1f 100%)
}

.services-provided ul li img {
    width: 21px;
    margin-right: 12px
}

.services-provided .section-title {
    text-align: center;
    padding-bottom: 60px
}

.services-provided__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.services-provided__btn .btn:not(:last-child) {
    margin-bottom: 28px
}

.logos {
    padding-top: 50px;
    padding-bottom: 40px
}

.logos img {
    height: 44px;
    width: auto
}

.logos .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer a {
    display: inline-block;
    margin: 0 16px;
    -webkit-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s;
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #0054c3;
    position: relative
}

.footer a:hover {
    text-decoration: underline
}

.footer a:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    right: -16px;
    top: 4px;
    width: 1px;
    height: 16px;
    background-color: #c1c3c7
}

.footer .container {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 32px;
    border-top: 1px solid #d2d9e2
}

.footer__copyright {
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3c424d;
    display: inline-block
}

.footer-text-page {
    background-color: #fff
}

.footer-text-page .container {
    padding-top: 12px;
    padding-bottom: 28px;
    border-top: 1px dashed #d2d9e2;
    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
}

.footer-text-page__copyright {
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3c424d
}

.footer-text-page__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-text-page__links a {
    font-family: open-sans-semi-bold-600, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #0054c3;
    -webkit-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s;
    margin: 0 20px;
    display: inline-block;
    position: relative
}

.footer-text-page__links a:last-child {
    margin-right: 0
}

.footer-text-page__links a:hover {
    text-decoration: none
}

.footer-text-page__links a:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    right: -16px;
    top: 4px;
    width: 1px;
    height: 16px;
    background-color: #c1c3c7
}

.thank-you {
    padding-top: 84px
}

.thank-you .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;
    max-width: 573px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 80px;
    text-align: center
}

.thank-you .content img {
    max-width: 140px;
    margin-bottom: 48px
}

.thank-you .content h1 {
    font-family: open-sans-bold-700, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: capitalize;
    color: #3c424d;
    padding-bottom: 16px;
    text-align: center
}

.thank-you .content p {
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #3c424d;
    padding-bottom: 32px
}

.text-page {
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3c424d
}

.text-page main {
    background-color: #fff;
    min-height: 100vh;
    position: relative;
    z-index: 5;
    border-top: 1px dashed #d2d9e2;
    padding: 60px 0
}

.text-page main h1, .text-page main h2, .text-page main h3, .text-page main h4, .text-page main h5, .text-page main h6 {
    font-family: open-sans-bold-700, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #002f6d;
    padding-bottom: 20px
}

.text-page main a {
    color: #0054c3;
    -webkit-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s;
    display: inline-block;
    font-family: open-sans-semi-bold-600, sans-serif
}

.text-page main a:hover {
    text-decoration: underline
}

.text-page main .container {
    max-width: 710px
}

.text-page p {
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3c424d;
    padding-bottom: 16px
}

.text-page p:only-child {
    padding-bottom: 0
}

.text-page strong {
    font-family: open-sans-bold-700, sans-serif
}

.text-page ul {
    padding: 0 0 0 35px;
    margin: 0
}

.text-page ul li {
    font-family: open-sans-regular-400, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3c424d;
    padding-bottom: 16px;
    list-style-type: none;
    position: relative
}

.text-page ul ul {
    padding-left: 16px
}

.text-page ul.blue-bullets > li::before {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4383d9
}

.text-page ul.blue-bullets > li:last-child {
    padding-bottom: 44px
}

.text-page ul.blue-bullets > li a {
    font-size: 18px;
    line-height: 140%;
    text-decoration: underline
}

.text-page ul.blue-bullets > li a:hover {
    text-decoration: none
}

.text-page ul.blue-bullets-border > li {
    padding-bottom: 12px
}

.text-page ul.blue-bullets-border > li:last-child {
    padding-bottom: 0
}

.text-page ul.blue-bullets-border > li::before {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #0054c3
}

.text-page ul.arrow {
    padding-left: 30px
}

.text-page ul.arrow > li {
    padding-bottom: 12px
}

.text-page ul.arrow > li:last-child {
    padding-bottom: 0
}

.text-page ul.arrow > li::before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../img/icons/ArrowBendDownRight.svg) no-repeat center;
    background-size: cover
}

.text-page .pb32 {
    padding-bottom: 32px
}

.text-page .pb44 {
    padding-bottom: 44px
}

.text-page .pb52 {
    padding-bottom: 52px
}

.text-page .pt12 {
    padding-top: 12px
}

.text-page .brand-blue {
    color: #002f6d
}

.text-page .header .container {
    position: relative
}

.text-page .header .container::before {
    content: "";
    display: block;
    position: absolute;
    top: -32px;
    right: 358px;
    width: 210px;
    height: 264px;
    background: url(../img/text-page/ornament.svg) no-repeat center;
    background-size: cover
}

.text-page .quote {
    font-family: open-sans-bold-700, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #3c424d;
    padding: 20px 24px;
    background-color: #f3f6fa;
    border: 1px solid #d2d9e2;
    border-radius: 16px;
    margin-bottom: 44px
}

.text-page__title {
    font-family: open-sans-bold-700, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3c424d;
    padding-bottom: 60px
}

@media screen and (max-width: 1270px) {
    .benefits-include {
        padding-right: 10px
    }
}

@media screen and (max-width: 1200px) {
    .benefits-include__row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .benefits-include__cell {
        width: auto
    }

    .benefits-include__item {
        padding: 8px 16px;
        margin: 0 10px 20px 0
    }

    .start-here__logos img {
        height: 24px
    }
}

@media screen and (max-width: 1024px) {
    .what-say .section-title {
        padding-bottom: 36px
    }
}

@media screen and (max-width: 1023px) {
    .title-with-line {
        padding-bottom: 24px
    }

    .section-title {
        font-size: 36px;
        line-height: 120%
    }

    .btn {
        padding: 12px
    }

    .btn svg {
        width: 20px;
        height: 20px
    }

    .modal .start-here-form {
        display: block;
        padding-bottom: 80px
    }

    .benefits-include {
        padding-right: 0
    }

    .benefits-include__title {
        font-size: 24px;
        padding-bottom: 20px
    }

    .benefits-include__row {
        -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
    }

    .benefits-include__start-here-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .start-here__title {
        display: none
    }

    .start-here__logos {
        margin-top: 40px
    }

    .start-here-form {
        display: none
    }

    .start-here-form__title {
        font-size: 20px
    }

    .start-here-form .modal__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header {
        padding: 25px 0 37px
    }

    .header .btn.border-blue {
        font-size: 0;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .header .btn.border-blue svg {
        margin-right: 0
    }

    .header__logo {
        max-width: 192px
    }

    .fs {
        padding-bottom: 60px
    }

    .fs h1 {
        font-size: 30px;
        margin-bottom: 24px
    }

    .fs .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .fs__cell:first-child {
        width: 100%
    }

    .fs__cell:last-child {
        width: 100%
    }

    .google-rating {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .what-say {
        padding-top: 32px
    }

    .what-say__cell {
        width: calc(50% - 10px);
        padding-bottom: 28px
    }

    .what-say__item {
        padding: 20px 24px
    }

    .what-say__name::after {
        width: 28px;
        height: 19px
    }

    .what-we-do {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .what-we-do .container {
        padding-top: 52px;
        padding-bottom: 52px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .what-we-do .section-title {
        text-align: center;
        padding-bottom: 36px
    }

    .what-we-do__cell:first-child {
        width: 100%
    }

    .what-we-do__cell:last-child {
        width: 100%
    }

    .services-provided {
        padding-top: 60px
    }

    .services-provided .section-title {
        padding-bottom: 36px
    }

    .services-provided__btn .btn:not(:last-child) {
        margin-bottom: 24px
    }

    .logos {
        padding-bottom: 48px
    }

    .logos img {
        height: 24px
    }

    .footer__copyright {
        display: block;
        text-align: center;
        width: 100%;
        padding-bottom: 24px
    }

    .footer-text-page .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-text-page__copyright {
        width: 100%;
        text-align: center;
        padding-bottom: 24px
    }

    .footer-text-page__links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .footer-text-page__links a:last-child {
        margin-right: 20px
    }

    .thank-you {
        padding-top: 43px
    }

    .thank-you .content {
        padding-bottom: 60px
    }

    .thank-you .content img {
        max-width: 112px;
        margin-bottom: 40px
    }

    .thank-you .content h1 {
        font-size: 32px;
        line-height: 120%;
        padding-bottom: 12px
    }

    .thank-you .content p {
        font-size: 18px;
        padding-bottom: 24px
    }

    .text-page main {
        padding: 48px 0
    }

    .text-page .header .container::before {
        display: none
    }

    .text-page__title {
        font-size: 34px;
        line-height: 128%;
        padding-bottom: 24px
    }
}

@media screen and (max-width: 767px) {
    .start-here-form__row label {
        width: 100%
    }

    .start-here-form__terms {
        padding: 16px 0 12px
    }

    .start-here-form__terms a {
        padding: 0 21px;
        margin-bottom: 20px
    }

    .start-here-form__learn-more p {
        padding-bottom: 12px
    }

    .what-say__cell {
        width: 100%
    }

    .services-provided ul {
        -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
    }

    .services-provided ul li {
        margin-left: 0;
        margin-right: 0
    }

    .footer a:not(:last-of-type) {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .footer a:not(:last-of-type)::after {
        height: 1px;
        width: 16px;
        top: 100%;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }

    .footer .container {
        padding-top: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-text-page__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-text-page__links a:last-child {
        margin-right: 0;
        margin-left: 0
    }

    .footer-text-page__links a:not(:last-of-type) {
        margin: 0 0 20px;
        padding-bottom: 20px
    }

    .footer-text-page__links a:not(:last-of-type)::after {
        height: 1px;
        width: 16px;
        top: 100%;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }
}

@media screen and (max-width: 425px) {
    .start-here__logos img {
        height: auto;
        width: 100%
    }

    .logos img {
        height: auto;
        width: 100%
    }
}

@media screen and (max-width: 375px) {
    .benefits-include__start-here-mob .btn {
        min-width: inherit;
        width: 100%
    }
}

@media screen and (max-width: 374px) {
    .btn {
        font-size: 16px
    }

    .benefits-include__start-here-mob .btn::after {
        width: 60px;
        height: 60px
    }

    .start-here-form__terms a:not(:last-child)::after {
        display: none
    }

    .services-provided ul li {
        font-size: 16px
    }
}
