/*! 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: #f3f6fa
}

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-v1 {
  0%, 100% {
    top: calc(100% - 30px + 5px)
  }
  50% {
    top: calc(100% - 30px - 5px)
  }
}

@keyframes move-up-down-v1 {
  0%, 100% {
    top: calc(100% - 30px + 5px)
  }
  50% {
    top: calc(100% - 30px - 5px)
  }
}

@-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-v3 {
  0%, 100% {
    bottom: 35px
  }
  50% {
    bottom: 25px
  }
}

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

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

.section-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
}

.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: 60px;
  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 {
  background-color: #002f6d;
  color: #fff
}

.btn.bran-blue:hover {
  background-color: #0054c3
}

.btn.bran-blue:active {
  background-color: #054aa5
}

.btn.disabled {
  background-color: #6b6f78;
  border-color: #6b6f78;
  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: 1px solid #d2d9e2;
  border-radius: 60px;
  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: #3c424d
}

.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;
  border-radius: 30px;
  padding: 0 25px 40px 25px;
  background-color: #f3f6fa
}

.modal .start-here-form__title::after, .modal .start-here-form .btn::before {
  display: none
}

@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: 16px 0 0
}

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

.modal__close a:hover {
  opacity: .75
}

.benefits-include {
  padding: 3px 0 3px 40px;
  border-left: 1px dashed #0054c3
}

.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%;
  padding-bottom: 32px
}

.benefits-include__cell:last-child, .benefits-include__cell:nth-last-child(2) {
  padding-bottom: 0
}

.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;
  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: 32px;
  width: auto;
  height: auto;
  display: inline-block
}

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

.benefits-include__img {
  width: 32px;
  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;
  margin-right: 12px
}

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

.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: contain;
  -webkit-animation: move-up-down-v2 2s linear infinite;
  animation: move-up-down-v2 2s linear infinite
}

.start-here__title {
  max-width: 617px;
  margin: 0 auto 52px;
  font-family: open-sans-bold-700, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #002f6d;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 0;
  border-top: 1px dashed #0054c3;
  border-bottom: 1px dashed #0054c3
}

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

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

.start-here-form {
  display: block;
  margin: 0 auto;
  max-width: 617px
}

.start-here-form a {
  font-family: open-sans-semi-bold-600, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  text-decoration-line: underline;
  color: #0054c3;
  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%;
  position: relative
}

.start-here-form .btn::before {
  content: "";
  display: block;
  position: absolute;
  right: calc(100% + 2px);
  top: calc(100% - 30px);
  width: 106px;
  height: 106px;
  background: url(../img/start-here/curved-arrow-with-broken-line1.svg) no-repeat center;
  background-size: cover
}

.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%;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #3c424d;
  position: relative
}

.start-here-form__title::after {
  content: "";
  display: block;
  position: absolute;
  right: -52px;
  bottom: 30px;
  width: 106px;
  height: 124px;
  background: url(../img/start-here/arrow-bottom.svg) no-repeat center;
  background-size: cover;
  -webkit-animation: move-up-down-v3 2s linear infinite;
  animation: move-up-down-v3 2s linear infinite
}

.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: #d2d9e2
}

.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: #3c424d
}

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

.header {
  padding: 28px 0 40px
}

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

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

.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: 50%;
  padding-top: 104px;
  padding-right: 10px
}

.fs__cell:last-child {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

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

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

.what-say {
  padding-top: 70px;
  padding-bottom: 30px
}

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

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

.what-say__item {
  width: calc(50% - 20px);
  border: 1px solid #d2d9e2;
  border-radius: 16px;
  padding: 32px 60px;
  margin-bottom: 40px;
  position: relative;
  background-color: #fff
}

.what-say__item:first-child {
  margin-top: 100px;
  position: relative
}

.what-say__item:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: calc(100% + 40px);
  width: 100%;
  height: 60px;
  background: url(../img/what-say/what-say-top-decor.svg) no-repeat center;
  background-size: contain
}

.what-say__item:nth-child(4) {
  margin-top: -100px
}

.what-say__item:nth-child(4)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 40px);
  width: 100%;
  height: 60px;
  background: url(../img/what-say/what-say-bottom-decor.svg) no-repeat center;
  background-size: contain
}

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

.what-say__item p {
  position: relative;
  z-index: 5;
  padding: 0;
  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 {
  font-family: open-sans-bold-700, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #3c424d;
  padding-bottom: 16px
}

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

.what-we-do .section-title {
  padding-bottom: 60px
}

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

.what-we-do__cell:first-child {
  width: 45%;
  padding-right: 56px
}

.what-we-do__cell:last-child {
  width: 55%;
  padding: 30px 0 0
}

.what-we-do__cell:last-child p {
  padding: 0 40px 10px;
  font-family: open-sans-regular-400, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #3c424d;
  border-left: 1px dashed #0054c3;
  border-right: 1px dashed #0054c3
}

.what-we-do__cell:last-child p:last-child {
  padding-bottom: 0
}

.what-we-do__quote {
  padding: 40px 32px;
  border-top: 1px dashed #0054c3;
  border-bottom: 1px dashed #0054c3;
  font-family: open-sans-bold-700, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #3c424d
}

.services-provided {
  padding-top: 70px;
  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: 20px
}

.services-provided ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  border-top: 1px dashed #0054c3;
  font-family: open-sans-regular-400, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #3c424d;
  margin: 0 40px 40px
}

.services-provided ul li img {
  width: 32px;
  display: inline-block;
  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) {
  min-width: 420px;
  margin-bottom: 24px
}

.logos {
  padding: 50px 0 60px
}

.logos__box {
  background-color: rgba(255, 255, 255, .4);
  border: 1px dashed #d2d9e2;
  border-radius: 60px;
  padding: 32px 60px;
  max-width: 800px;
  margin: 0 auto
}

.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 dashed #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 .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: 100px
}

.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: 700px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 90px;
  text-align: center
}

.thank-you .content img {
  max-width: 110px;
  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: uppercase;
  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 .footer-text-page {
  background-color: #fff
}

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

.home .footer-text-page {
  background-color: #f3f6fa
}

@media screen and (max-width: 1200px) {
  .start-here__logos img {
    height: 24px
  }

  .start-here-form__title::after {
    display: none;
    -webkit-animation: inherit;
    animation: inherit
  }

  .fs__cell:first-child {
    padding-top: 50px
  }
}

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

@media screen and (max-width: 1023px) {
  .section-title {
    font-size: 34px;
    line-height: 128%
  }

  .btn {
    padding: 12px
  }

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

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

  .benefits-include {
    padding: 3px 0;
    border-left: 0
  }

  .benefits-include__row {
    padding: 3px 0 3px 32px;
    border-left: 1px dashed #0054c3;
    max-width: 70%
  }

  .benefits-include__cell {
    padding-bottom: 24px
  }

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

  .start-here-form {
    display: none
  }

  .start-here-form__title {
    font-size: 24px;
    padding-bottom: 24px
  }

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

  .header {
    padding: 20px 0 32px
  }

  .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: 34px;
    line-height: 128%;
    padding-bottom: 24px
  }

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

  .fs__cell:first-child {
    width: 100%;
    padding-top: 0;
    padding-right: 0
  }

  .fs__cell:last-child {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

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

  .what-say {
    padding-top: 60px;
    padding-bottom: 32px
  }

  .what-say__item {
    width: 100%;
    padding: 20px 24px;
    margin-bottom: 28px;
    overflow: hidden
  }

  .what-say__item:first-child {
    margin-top: 0
  }

  .what-say__item:first-child::before {
    display: none
  }

  .what-say__item:nth-child(4) {
    margin-top: 0
  }

  .what-say__item:nth-child(4)::before {
    display: none
  }

  .what-say__item::after {
    width: 103px;
    height: 72px;
    top: -6px;
    right: 3px
  }

  .what-say__name {
    padding-bottom: 12px
  }

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

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

  .what-we-do .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0
  }

  .what-we-do__cell:first-child {
    width: 100%;
    padding-right: 0
  }

  .what-we-do__cell:last-child {
    padding: 0 16px;
    width: 100%
  }

  .what-we-do__cell:last-child p {
    border: 0;
    padding: 0 0 10px
  }

  .what-we-do__quote {
    padding: 16px;
    margin-bottom: 24px
  }

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

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

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

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

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

  .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) {
  .benefits-include__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }

  .benefits-include__cell {
    width: 100%
  }

  .benefits-include__cell:last-child, .benefits-include__cell:nth-last-child(2) {
    padding-bottom: 24px
  }

  .benefits-include__cell:last-child {
    padding-bottom: 0
  }

  .start-here-form__title {
    text-align: left
  }

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

  .what-say__item {
    width: 100%
  }

  .services-provided ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

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

  .services-provided__btn .btn:not(:last-child) {
    min-width: auto
  }

  .logos {
    padding-bottom: 48px
  }

  .logos__box {
    text-align: center;
    background-color: inherit;
    border: 0;
    padding: 0;
    max-width: 100%;
    margin: inherit
  }

  .logos__box img {
    max-height: 24px;
    width: auto
  }

  .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__box img {
    width: 100%;
    height: auto
  }
}

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

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

  .services-provided ul li {
    margin-left: 0;
    font-size: 16px
  }
}
