*,
:after,
:before {
  /*position: relative;*/
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
html {
  font-size: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  position: relative;
}
body {
  /*position: relative;*/
  min-height: 100%;
  overflow-x: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  font-family: -apple-system, "San Francisco", "Helvetica Neue", Roboto, "Segoe WP", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
button,
select {
  background: transparent;
  appearance: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #000000;
}
input,
textarea,
select {
  display: block;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
body {
  font-size: 15px;
  color: #000;
}
.ico {
  display: inline-flex;
}
.ico svg {
  width: inherit;
  height: inherit;
}
.w-form {
  margin: 0 0 15px;
}
.form-block {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.field-block {
  z-index: 1;
  display: flex;
  min-height: 20px;
  min-width: 50px;
  margin-bottom: 8px;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  border: 1px solid transparent;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: left;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.text-input {
  padding: 24px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #729b58;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
  color: rgba(36, 64, 48, 0.8);
  font-size: 15px;
  line-height: 1.4px;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
textarea {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}
a {
  color: #000;
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: color 0.3s;
}
.white {
  color: #fff;
}
.primary-button {
  border: 1px none #177660;
  background-color: #177660;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
  border-radius: 50px;
  padding: 30px 60px;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  transition: all 0.3s;
  display: inline-block;
  cursor: pointer;
}
.primary-button.mt-button {
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .primary-button.mt-button {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .primary-button {
    padding: 20px 40px;
  }
}
p {
  color: #a7aaad;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}
h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1em;
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 90px;
  }
}
@media screen and (min-width: 1920px) {
  h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
}
h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
}
@media screen and (min-width: 1920px) {
  h2 {
    text-transform: none;
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 46px;
  }
}
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1em;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 42px;
  }
}
h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1em;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 24px;
  }
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
}
@media screen and (min-width: 1440px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
}
.accent {
  color: #177660;
}
.navbar {
  position: fixed;
  z-index: 1000;
  left: 15px;
  top: 15px;
  right: 15px;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #193c34;
  box-shadow: 5px 7px 14px 3px rgba(16, 34, 22, 0.2);
}
@media screen and (min-width: 1920px) {
  .navbar {
    max-width: 1650px;
  }
}
.nav-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand {
  display: flex;
  margin-right: 18px;
  margin-left: 18px;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
}
.logo {
  height: 60px;
}
.nav-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav-button {
  display: flex;
  margin-right: 18px;
  margin-left: 18px;
  padding: 14px 27px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  flex: 1;
  border: none;
  background-color: #177660;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: none;
  border-radius: 6px;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
.banner-section {
  min-height: 86vh;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/home-hero-v2.jpg);
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 110px;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .banner-section {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .banner-section {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1920px) {
  .banner-section {
    align-items: flex-end;
  }
}
.base-container {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}
.base-container.full {
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .base-container {
    width: 1680px;
    max-width: 1680px;
  }
}
.section.contacts-section {
  overflow: hidden;
}
.contacts-3-form-wrapper {
  width: 100%;
  min-height: 200px;
  min-width: 100%;
  /*background-color: var(--primary-light);*/
  /*border: 1px solid #ccc;*/
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  /*padding: 40px;*/
  display: flex;
}
@media screen and (min-width: 1280px) {
  .contacts-3-form-wrapper {
    /*padding-top: 60px;*/
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts-3-form-wrapper {
    min-width: 1650px;
    margin-top: 60px;
  }
}
.contacts-3-form {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.contact-3-inputs-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
@media screen and (max-width: 991px) {
  .contact-3-inputs-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }
}
.contacts-3-input {
  height: 60px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.2em;
  transition: all 0.2s;
}
.contacts-textarea {
  max-height: 100%;
  max-width: 100%;
  min-height: 200px;
  min-width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px 30px;
  font-size: 16px;
}
.contacts-textarea.mt-20 {
  color: #000;
  font-size: 20px;
}
.h-captcha {
  margin-bottom: 40px;
}
.banner-heading-wrap {
  width: 100%;
  justify-content: flex-start;
  display: flex;
  align-self: flex-start;
}
@media screen and (min-width: 1920px) {
  .banner-heading-wrap {
    /*width: 80%;*/
  }
}
.left {
  text-align: left;
}
.banner-title-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.banner-title-text.left-mw-60 {
  /*max-width: 80%;*/
}
.banner-header-description {
  z-index: 50;
  /*max-width: 650px;*/
  margin-top: 20px;
  font-size: 40px;
  line-height: 1.2em;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .banner-header-description {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner-header-description {
    margin-top: 0;
    font-size: 20px;
  }
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.section.without-top-spacing {
  padding-top: 0;
}
.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}
.content-inner-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (min-width: 1280px) {
  .content-inner-gap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .content-inner-gap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .content-inner-gap {
    flex-direction: column;
  }
}
.title-wrapper-half {
  z-index: 10;
  max-width: 50%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .title-wrapper-half {
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .title-wrapper-half {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}
.content-wrap-accordion {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .content-wrap-accordion {
    width: 100%;
  }
}
.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}
.accordion-item-service {
  width: 100%;
  border-bottom: 1px solid #0e0e0e;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}
.accordion-toggle {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}
.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.flex {
  display: flex;
}
.flex.gap-20 {
  align-items: center;
}
.number-without-padding {
  color: #afafaf;
  font-family: Inter Tight, sans-serif;
}
.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
  display: none;
}
.w-dropdown-list {
  display: none;
}
.accordion-list {
  width: 100%;
  overflow: hidden;
}
.w-dropdown.active .accordion-list {
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}
.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}
.gradient-section-about {
  z-index: 1;
  width: 600px;
  height: 600px;
  filter: blur(120px);
  background-color: rgba(255, 220, 96, 0.6);
  border-radius: 1000px;
  position: absolute;
  top: -15%;
  left: -15%;
}
@media screen and (min-width: 1440px) {
  .gradient-section-about {
    width: 800px;
    height: 800px;
    filter: blur(180px);
    bottom: 20%;
    right: -13%;
  }
}
@media screen and (min-width: 1920px) {
  .gradient-section-about {
    width: 1000px;
    height: 690px;
    filter: blur(200px);
    background-color: rgba(25, 118, 96, 0.6);
    top: -24%;
    left: -24%;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .gradient-section-about {
    height: 430px;
    left: -38%;
  }
}
@media screen and (max-width: 479px) {
  .gradient-section-about {
    width: 290px;
  }
}
.gradient-section-about._1 {
  opacity: 0.51;
  background-color: rgba(25, 118, 96, 0.6);
}
.flex-block {
  width: 100%;
  display: flex;
}
.flex-block.space_b {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flex-block.space_b {
    flex-direction: column;
    align-items: flex-start;
  }
}
.paragraph-wrapper {
  max-width: 420px;
}
.link-wrapper {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .link-wrapper {
    margin-top: 0;
  }
}
.link-wrapper.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .link-wrapper.mt-40,
  .link-wrapper.button-mt {
    margin-top: 20px;
  }
}
.link-underline {
  height: 1px;
  background-color: #000;
  margin-top: 10px;
}
.services-list-wrap {
  width: 100%;
  height: 100%;
}
.grid-3c-2r {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.grid-3c-2r.mt-50 {
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .grid-3c-2r,
  .grid-3c-2r.mt-50 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1440px) {
  .grid-3c-2r.mt-50 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
.service-item-wrap {
  position: relative;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.service-item-inner {
  min-height: 410px;
  background-color: #d8e4e1;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}
@media screen and (min-width: 1280px) {
  .service-item-inner {
    min-height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .service-item-inner {
    padding: 35px;
  }
}
@media screen and (min-width: 1920px) {
  .service-item-inner {
    min-height: 410px;
  }
}
.flex-block.card-service {
  justify-content: space-between;
  align-items: center;
}
.service-heading {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
@media screen and (min-width: 1920px) {
  .service-heading {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.paragraph-dark {
  color: #000;
}
.grid-2c {
  z-index: 10;
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .grid-2c {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
}
@media screen and (max-width: 991px) {
  .grid-2c {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .grid-2c {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .grid-3c-2r.mt-50 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.text-content-wrap-half {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.paragraph-large {
  font-size: 34px;
  line-height: 1.2em;
}
.paragraph-large.mt-header-description {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .paragraph-large.mt-header-description {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph-large {
    font-size: 28px;
    line-height: 1.2em;
  }
}
.section.section-contact {
  width: 100%;
  height: auto;
  background-image: url(../img/banner-contact.webp);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
}
.flex.contact-section {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 1920px) {
  .flex.contact-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .mw-500 {
    max-width: 610px;
  }
}
.mw-500,
.mw-500.tablet-100 {
  max-width: 510px;
}
@media screen and (min-width: 1920px) {
  .mw-500.tablet-100 {
    max-width: 600px;
  }
}
.title-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
@media screen and (min-width: 1920px) {
  .title-wrap {
    align-items: stretch;
  }
}
.mt-15 {
  margin-top: 15px;
  display: block;
}
.mt-20 {
  margin-top: 20px;
  display: block;
}
.features-list {
  padding-left: 0;
  list-style-type: none;
}
.features-list.mt-20 {
  grid-row-gap: 10px;
}
li {
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}
.list-item {
  background-image: url(../img/ic_round-check.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.section.overflow-hidden {
  overflow: hidden;
}
.title-wrapper-small {
  width: 365px;
  min-width: 365px;
}
.title-wrapper-small.home-2,
.title-wrapper-small.home-3 {
  width: 438px;
}
@media screen and (min-width: 1920px) {
  .title-wrapper-small.home-2,
  .title-wrapper-small.home-3 {
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .title-wrapper-small,
  .title-wrapper-small.home-2,
  .title-wrapper-small.home-3 {
    width: 100%;
  }
}
/*
@media screen and (max-width: 991px){
  .title-wrapper-small.home-2 {
      width: 60%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
  }
}
*/
.people-image {
  width: 420px;
}
.people-image.mt-30 {
  width: 320px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .people-image.mt-30 {
    width: 200px;
    margin-top: 30px;
  }
}
.gradient-left-bottom-statistic-block {
  width: 410px;
  height: 200px;
  filter: blur(80px);
  background-color: #c7dcd6;
  border-radius: 300px;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: -48px;
  right: auto;
}
@media screen and (min-width: 1920px) {
  .gradient-left-bottom-statistic-block {
    filter: blur(200px);
    background-color: #7ec0ad;
    bottom: 37%;
  }
}
.gradient-right-top-statistic-block {
  width: 340px;
  height: 320px;
  background-color: #c7dcd6;
  filter: blur(130px);
  border-radius: 300px;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: auto;
  right: 5%;
}
@media screen and (min-width: 1280px) {
  .gradient-right-top-statistic-block {
    width: 499px;
    height: 460px;
    filter: blur(180px);
  }
}
.section-bg {
  background: #c8dbd6;
}
.section.gray-bg {
  background-color: #f9f9fa;
}
.services-collection {
  width: 100%;
}
.services-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}
@media screen and (min-width: 1280px) {
  .services-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1920px) {
  .services-collection-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
}
@media screen and (max-width: 991px) {
  .services-collection-list {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }
}
.service-item-home-2 {
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.heading-wrap {
  align-items: flex-end;
  display: flex;
}
@media screen and (min-width: 1280px) {
  .heading-wrap {
    min-height: auto;
  }
}
.services-home-2-heading {
  margin-bottom: 20px;
}
.dark {
  color: #000;
}
.dark-line {
  width: 100%;
  height: 1px;
  background-color: #000;
}
.link-wrapper.margin-top-20 {
  margin-top: 20px;
}
.link-with-icon {
  transition: all 0.3s;
  display: flex;
}
.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
  display: none;
}
.banner-title-wrap {
  z-index: 10;
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .banner-title-wrap {
    max-width: 100%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 0.75fr;
    grid-auto-columns: 1fr;
    align-items: flex-end;
    display: grid;
  }
}
.banner-title-wrap.title-grid {
  max-width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 0.5fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .banner-title-wrap.title-grid,
  .banner-title-wrap.banner-career-grid {
    grid-template-columns: 1.25fr 0.5fr;
  }
}
@media screen and (min-width: 1920px) {
  .banner-title-wrap.title-grid {
    grid-template-columns: 2fr 1fr;
    justify-content: center;
    justify-items: stretch;
  }
}
@media screen and (max-width: 991px) {
  .banner-title-wrap.title-grid {
    grid-template-columns: 1.25fr;
    justify-items: center;
  }
}
.primary-button-white {
  background-color: #fff;
  color: #000;
  text-align: center;
  letter-spacing: 0.5px;
  border: 1px #000;
  border-radius: 50px;
  align-items: center;
  padding: 30px 60px;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  transition: all 0.3s;
  justify-self: end;
}
@media screen and (max-width: 991px) {
  .primary-button-white.tablet-mt-40 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .primary-button-white {
    justify-self: start;
    margin-top: 40px;
  }
}
.block-griad-4c {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.block-griad-4c.mt-40 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .block-griad-4c.mt-40 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .block-griad-4c.mt-40 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .block-griad-4c.mt-40 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.white-bg-wrap {
  border: 1px solid #f9f9fa;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}
.feature-heading-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid rgba(167, 170, 173, 0.4);
  align-items: center;
  padding-bottom: 10px;
}
.feature-icon {
  width: 36px;
  margin-right: 10px;
}
.block-full-image-bg {
  height: 100%;
}
.full-height {
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: -webkit-sticky;
  position: sticky;
  max-height: 750px;
}
@media screen and (min-width: 1920px) {
  .full-height {
    width: 520px;
    min-width: 520px;
  }
}
.full-height.full-width-img {
  height: 100%;
}
@media screen and (min-width: 1920px) {
  .full-height.full-width,
  .full-height.full-width-img {
    width: 100%;
  }
}
.link-wrapper.button-mt {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .link-wrapper.button-mt {
    margin-top: 40px;
  }
}
.section.cta-section {
  overflow: hidden;
}
.gradient-cta {
  width: 1000px;
  height: 330px;
  opacity: 0.7;
  filter: blur(160px);
  background-color: #c8dbd6;
  border-radius: 600px;
  position: absolute;
  top: -10%;
  left: auto;
  right: 50%;
  transform: translate(50%);
}
@media screen and (min-width: 1440px) {
  .gradient-cta {
    height: 650px;
    filter: blur(200px);
    top: -20%;
  }
}
@media screen and (min-width: 1920px) {
  .gradient-cta {
    width: 80%;
    height: 450px;
    filter: blur(180px);
    border-radius: 600px;
    top: -20%;
  }
}
.text-wrapper-cta {
  z-index: 10;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .text-wrapper-cta {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .mb-25 {
    margin-bottom: 15px;
  }
}
.tablet-center {
  line-height: 1.2em;
}
@media screen and (max-width: 991px) {
  .tablet-center {
    text-align: center;
  }
}
.primary-button-hover-light {
  border: 1px solid #177660;
  background-color: #177660;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
  border-radius: 50px;
  padding: 30px 60px;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  transition: all 0.3s;
  display: inline-block;
}
.primary-button.mt-button {
  border-style: solid;
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .primary-button.mt-button,
  .primary-button-hover-light.mt-button-35,
  .primary-button-hover-light.mt-35 {
    margin-top: 50px;
  }
}
.section-form {
  background: #fff;
  border-radius: 6px;
}
.section-form-header {
  background: #c8dbd6;
  padding: 24px 32px;
  border-radius: 6px 6px 0 0;
}
.section-form-content {
  padding: 32px;
  border-radius: 0 0 6px 6px;
}
.contacts-form {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.contacts-input {
  height: 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.2em;
  transition: all 0.2s;
  display: block;
}
.contacts-action {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-form-header,
  .section-form-content {
    padding: 24px;
  }
  .section-form-header {
    padding: 14px 24px;
  }
}
.paragraph-wrapper p {
  color: #000;
}
.section-bg .service-item-inner {
  background: #d8e4e1;
}
.mb-40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1920px) {
  .mb-40 {
    margin-bottom: 60px;
  }
}
.paragraph-large.mb-40 {
  margin-bottom: 40px;
}
.section-title-wrapper {
  max-width: 740px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.gradient-cta-2 {
  width: 1000px;
  height: 330px;
  opacity: 0.7;
  filter: blur(160px);
  background-color: #c8dbd6;
  border-radius: 600px;
  position: absolute;
  top: 0;
  left: auto;
  right: 50%;
  transform: translate(50%);
}
.form-done {
  display: none;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 40px;
  width: 100%;
  padding: 20px 30px;
}
.form-done .message {
  font-size: 15px;
  line-height: 120%;
  font-weight: 500;
}
.form-done-success {
  background: #d8e4e1;
}
.form-done-success .message {
  color: #000;
}
.form-done-error {
  background: #ffe3e1;
}
.form-done-error .message {
  color: #f54848;
}
.section-footer {
  color: #fff;
  background: #193c34;
}
.footer-block {
  width: 100%;
}
.footer-grid {
  grid-auto-columns: 1fr;
  display: grid;
  grid-column-gap: 100px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .footer-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1.25fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .footer-grid {
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
  }
}
.footer-brand {
  display: flex;
  flex-direction: column;
}
.footer-brand p {
  color: #fff;
}
.footer-logo-link {
  margin-bottom: 14px;
  max-width: 100%;
}
.footer-logo-link img {
  height: 70px;
}
.footer-header {
  margin-top: 10px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
}
.footer-link-section {
  margin-bottom: 16px;
}
.footer-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.4s;
  display: block;
}
