.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #f3f4f7;
  font-family: 'Mukta Malar', sans-serif;
  color: #626975;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 22px;
  font-family: 'DM Serif Display', sans-serif;
  color: #202a3b;
  font-size: 60px;
  line-height: 1.15em;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #202a3b;
  font-size: 48px;
  line-height: 1.18em;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #202a3b;
  font-size: 36px;
  line-height: 1.18em;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #202a3b;
  font-size: 30px;
  line-height: 1.18em;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #202a3b;
  font-size: 26px;
  line-height: 1.28em;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 14px;
  font-family: 'DM Serif Display', sans-serif;
  color: #202a3b;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 400;
}

p {
  margin-bottom: 30px;
}

a {
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #4eaf4e;
  text-decoration: underline;
}

a:hover {
  color: #202a3b;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}

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

strong {
  color: #202a3b;
  font-weight: 700;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 2px 20px 2px 25px;
  border-left: 3px solid rgba(78, 175, 78, 0.3);
  font-family: 'DM Serif Display', sans-serif;
  color: #4eaf4e;
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  font-weight: 400;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 78px;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.block-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-top {
  display: block;
  width: 100%;
  height: 30px;
  max-width: 1300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: none;
}

.brand {
  padding: 10px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link {
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 500;
}

.nav-link:hover {
  color: #4eaf4e;
}

.nav-link.w--current {
  color: #4eaf4e;
}

.nav-link.w--current:hover {
  color: #4eaf4e;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-text {
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 500;
}

.dropdown-icon {
  font-size: 13px;
}

.dropdown-toggle {
  padding-right: 36px;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
}

.dropdown-toggle:hover {
  color: #4eaf4e;
}

.dropdown-toggle.w--open {
  color: #4eaf4e;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  margin-right: -10px;
  margin-left: -10px;
  padding: 12px 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 6px -6px rgba(32, 42, 59, 0.05);
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #4eaf4e;
}

.dropdown-link.w--current {
  color: #4eaf4e;
}

.dropdown-link.w--current:hover {
  color: #4eaf4e;
}

.button-dark {
  padding: 13px 26px;
  border-radius: 5px;
  background-color: #202a3b;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  color: #fff;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
}

.button-dark:hover {
  background-color: #4eaf4e;
  color: #fff;
}

.link-top-nav {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-top-nav:hover {
  color: #4eaf4e;
}

.link-top-nav.white {
  color: #fff;
}

.link-top-nav.white:hover {
  color: #4eaf4e;
}

.top-left-block {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.space-link {
  width: 1px;
  height: 12px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #cdd4e2;
}

.space-link.white {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.top-right-block {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input {
  display: inline-block;
  width: 115px;
  height: 22px;
  margin-bottom: 0px;
  padding: 9px 0px;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
  color: #202a3b;
  font-size: 13px;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-input:focus {
  width: 170px;
}

.search-input::-webkit-input-placeholder {
  color: rgba(32, 42, 59, 0.6);
}

.search-input:-ms-input-placeholder {
  color: rgba(32, 42, 59, 0.6);
}

.search-input::-ms-input-placeholder {
  color: rgba(32, 42, 59, 0.6);
}

.search-input::placeholder {
  color: rgba(32, 42, 59, 0.6);
}

.search-input.white {
  color: #fff;
}

.search-input.white::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.search-input.white:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.search-input.white::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.search-input.white::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.search-button {
  display: inline-block;
  width: 30px;
  padding: 0px 15px;
  background-color: transparent;
  background-image: url('../images/search.svg');
  background-position: 50% 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

.dropdown-toggle-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
}

.dropdown-toggle-language:hover {
  color: #4eaf4e;
}

.dropdown-toggle-language.w--open {
  color: #4eaf4e;
}

.dropdown-toggle-language.white {
  color: #fff;
}

.dropdown-toggle-language.white:hover {
  color: #4eaf4e;
}

.text-language {
  margin-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link-language {
  padding: 7px 15px;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link-language:hover {
  color: #4eaf4e;
}

.dropdown-list-language {
  border-radius: 5px;
}

.dropdown-list-language.w--open {
  margin-left: -14px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  box-shadow: 0 10px 6px -6px rgba(32, 42, 59, 0.05);
}

.dropdown-language {
  margin-right: 10px;
  margin-left: 10px;
}

.icon-language {
  max-width: none;
}

.grid-hero {
  width: 100%;
  min-height: 700px;
  margin-top: 0px;
  padding-top: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-circle-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 940px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.circle-border {
  position: absolute;
  width: 630px;
  height: 630px;
  border-style: solid;
  border-width: 1px;
  border-color: #cdd4e2;
  border-radius: 1000px;
}

.circle-border.type-1 {
  margin-top: -272px;
  margin-left: -998px;
}

.circle-border.type-2 {
  margin-top: -99px;
  margin-left: 885px;
}

.circle-border.type-3 {
  width: 315px;
  height: 315px;
  margin-left: -967px;
}

.circle-border.type-4 {
  margin-top: 151px;
  margin-left: 654px;
}

.circle-border.type-5 {
  left: -21px;
  top: 401px;
  width: 60px;
  height: 60px;
}

.image-circle-1 {
  position: absolute;
  left: 56px;
  top: -30px;
  width: 650px;
  height: 650px;
  max-width: none;
  border-radius: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-hero-right-block {
  position: relative;
  z-index: -50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-circle-2 {
  position: absolute;
  z-index: 100;
  display: block;
  width: 280px;
  height: 280px;
  max-width: none;
  margin-top: 240px;
  margin-left: 160px;
  border-radius: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.circle-white {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 1000px;
  background-color: #fff;
}

.circle-white.type-1 {
  left: 489px;
  top: 298px;
}

.circle-white.type-2 {
  left: -26px;
  top: 262px;
  width: 190px;
  height: 190px;
}

.grid-hero-left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-hero {
  margin-top: 0px;
}

.paragraph-hero {
  max-width: 530px;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 1.6em;
}

.button-green {
  padding: 13px 26px;
  border-radius: 5px;
  background-color: #4eaf4e;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  color: #fff;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
}

.button-green:hover {
  background-color: #202a3b;
  color: #fff;
}

.section-navbar-top {
  position: relative;
  z-index: 950;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-link-button-dark {
  padding-right: 33px;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
}

.link-button-dark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202a3b;
  text-decoration: none;
}

.icon-arrow-1-dark {
  position: absolute;
  right: 0%;
  max-width: none;
  margin-right: 15px;
}

.block-button-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-arrow-2-dark {
  position: absolute;
  right: 0%;
  display: none;
  max-width: none;
  margin-right: 15px;
}

.section-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.title-center {
  max-width: 820px;
  margin-top: 12px;
  margin-bottom: 22px;
  text-align: center;
}

.title-center.white {
  color: #fff;
}

.subtitle {
  color: #202a3b;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subtitle.white {
  color: #fff;
}

.grid-services {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.title-services {
  margin-top: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.paragraph-services {
  max-width: 340px;
  margin-bottom: 15px;
  text-align: center;
}

.service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.link-button-green {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202a3b;
  text-decoration: none;
}

.text-link-button-green {
  padding-right: 33px;
  color: #4eaf4e;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
}

.icon-arrow-2-green {
  position: absolute;
  right: 0%;
  display: none;
  max-width: none;
  margin-right: 15px;
}

.icon-arrow-1-green {
  position: absolute;
  right: 0%;
  max-width: none;
  margin-right: 15px;
}

.icon-services {
  max-width: none;
}

.space-block {
  width: 100%;
  height: 1px;
  margin-top: 55px;
  margin-bottom: 120px;
  background-color: #dee1ea;
}

.grid-2-columns {
  width: 100%;
  grid-auto-flow: row;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns.score-mob {
  display: none;
}

.grid-2-columns.workflow-mob {
  display: none;
}

.grid-2-columns.workshop-mob {
  display: none;
}

.grid-2-columns.score-mob {
  display: none;
}

.grid-2-columns.mobile-show {
  display: none;
}

.block-content-grid-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title {
  max-width: 720px;
  margin-top: 12px;
  margin-bottom: 22px;
  text-align: left;
}

.title.white {
  color: #fff;
}

.section-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.white-fill-navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: none;
}

.shadow-navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 14px 25px -25px rgba(32, 42, 59, 0.22);
}

.section-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f4f7;
}

.tabs {
  width: 100%;
  margin-top: 10px;
}

.tab-pane {
  padding: 20px 50px 20px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.block-content-tab {
  padding: 25px 35px;
}

.tab-link {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  font-family: 'DM Serif Display', sans-serif;
  color: #202a3b;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 400;
}

.tab-link:hover {
  background-color: #f3f4f7;
}

.tab-link.w--current {
  border-top: 2px solid #4eaf4e;
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
}

.tabs-menu {
  border-radius: 5px 5px 0px 0px;
  background-color: #e9ebf0;
}

.tabs-content {
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
}

.image-tab {
  width: 100%;
  max-width: 100%;
  min-height: 390px;
  margin-top: 30px;
  padding-top: 0px;
  padding-right: 0px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-grid {
  width: 100%;
  min-height: 450px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-tab {
  display: inline-block;
}

.tab-icon-and-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-tab {
  margin-right: 10px;
}

.section-dark {
  position: relative;
  padding: 120px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202a3b;
}

.block-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-border-dark {
  position: absolute;
  width: 630px;
  height: 630px;
  border-style: solid;
  border-width: 1px;
  border-color: #34435c;
  border-radius: 1000px;
}

.circle-border-dark.type-6 {
  top: -110px;
  margin-left: -764px;
}

.circle-border-dark.type-7 {
  top: 158px;
  margin-left: -621px;
}

.circle-border-dark.type-8 {
  bottom: -89px;
  width: 310px;
  height: 310px;
  margin-left: 748px;
}

.circle-border-dark.type-9 {
  bottom: 83px;
  width: 200px;
  height: 200px;
  margin-left: 858px;
}

.circle-border-dark.type-10 {
  top: 126px;
  width: 62px;
  height: 62px;
  margin-left: -170px;
}

.circle-border-dark.type-11 {
  bottom: -55px;
  width: 310px;
  height: 310px;
  margin-left: -781px;
}

.circle-border-dark.type-12 {
  bottom: 170px;
  width: 200px;
  height: 200px;
  margin-left: -867px;
}

.circle-border-dark.type-13 {
  bottom: 348px;
  width: 62px;
  height: 62px;
  margin-left: -736px;
}

.circle-border-dark.type-14 {
  top: 45px;
  width: 570px;
  height: 570px;
  margin-left: 815px;
}

.circle-border-dark.type-15 {
  top: 320px;
  width: 425px;
  height: 425px;
  margin-left: 636px;
}

.circle-border-dark.type-16 {
  top: 87px;
  width: 62px;
  height: 62px;
  margin-left: 493px;
}

.block-circle-image {
  width: 100%;
  min-height: 430px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-dark {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 1000px;
  background-color: #1b2333;
}

.circle-dark.type-1 {
  top: 65px;
  margin-left: -531px;
}

.circle-dark.type-2 {
  top: 316px;
  width: 280px;
  height: 280px;
  margin-left: -130px;
}

.image-circle-3 {
  position: absolute;
  top: -49px;
  right: 50%;
  overflow: hidden;
  width: 540px;
  height: 540px;
  max-width: none;
  margin-right: 100px;
  border-radius: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-circle-4 {
  position: absolute;
  top: 328px;
  right: 50%;
  z-index: 100;
  width: 250px;
  height: 250px;
  max-width: none;
  margin-right: 53px;
  border-radius: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-stories {
  width: 100%;
  height: auto;
  margin-top: 10px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  position: static;
  bottom: -65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 8px;
}

.quote-story {
  font-family: 'DM Serif Display', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.6em;
  font-style: italic;
  font-weight: 400;
}

.mask {
  height: auto;
}

.block-icon-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1b2333;
}

.block-story-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-name {
  color: #fff;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.text-profession {
  color: #fff;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
}

.text-profession.dark {
  color: #626975;
}

.block-story-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-list-news {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-wrapper-news {
  width: 100%;
  margin-top: 10px;
}

.empty-state {
  border-radius: 5px;
  background-color: #e9ebf0;
}

.text-empty {
  color: #202a3b;
  text-align: center;
}

.image-news {
  width: 100%;
  height: 264px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-text-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-img-news {
  width: 100%;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.link-img-news:hover {
  opacity: 0.85;
}

.link-title-news {
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #202a3b;
  font-size: 24px;
  line-height: 1.28em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link-title-news:hover {
  color: #4eaf4e;
}

.text-date-news {
  margin-top: 4px;
  color: #626975;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 500;
}

.grid-4-columns {
  width: 100%;
  margin-top: 10px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.title-pricing {
  margin-top: 4px;
  margin-bottom: 8px;
  text-align: center;
}

.space-pricing {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-color: #dee1ea;
}

.text-price {
  margin-right: 4px;
  margin-left: 2px;
  font-family: 'DM Serif Display', sans-serif;
  color: #4eaf4e;
  font-size: 54px;
  line-height: 1em;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-price-info {
  color: #4eaf4e;
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 500;
}

.paragraph-price {
  margin-top: 10px;
  margin-bottom: 22px;
  text-align: center;
}

.button-dark-small {
  padding: 9px 22px;
  border-radius: 5px;
  background-color: #202a3b;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  color: #fff;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
}

.button-dark-small:hover {
  background-color: #4eaf4e;
  color: #fff;
}

.collection-list-team {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-wrapper-team {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.block-text-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 24px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 0px 0px 5px 5px;
  background-color: #1b2333;
}

.link-block-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-decoration: none;
}

.collection-item-team {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-avatar {
  border-radius: 5px 5px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-green-for-dark {
  padding: 13px 26px;
  border-radius: 5px;
  background-color: #4eaf4e;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
  color: #fff;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
}

.button-green-for-dark:hover {
  background-color: #fff;
  color: #202a3b;
}

.image-grid-contact {
  width: 100%;
  min-height: 590px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-field {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transition: border-color 300ms ease-out;
  transition: border-color 300ms ease-out;
  color: #202a3b;
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 400;
}

.text-field:focus {
  border-color: #4eaf4e;
}

.text-field::-webkit-input-placeholder {
  color: rgba(32, 42, 59, 0.5);
}

.text-field:-ms-input-placeholder {
  color: rgba(32, 42, 59, 0.5);
}

.text-field::-ms-input-placeholder {
  color: rgba(32, 42, 59, 0.5);
}

.text-field::placeholder {
  color: rgba(32, 42, 59, 0.5);
}

.textarea {
  max-height: 200px;
  max-width: 100%;
  min-height: 85px;
  min-width: 100%;
  margin-bottom: 10px;
  padding: 8px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transition: border-color 300ms ease-out;
  transition: border-color 300ms ease-out;
  color: #202a3b;
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 400;
}

.textarea:focus {
  border-color: #4eaf4e;
}

.textarea::-webkit-input-placeholder {
  color: rgba(32, 42, 59, 0.5);
}

.textarea:-ms-input-placeholder {
  color: rgba(32, 42, 59, 0.5);
}

.textarea::-ms-input-placeholder {
  color: rgba(32, 42, 59, 0.5);
}

.textarea::placeholder {
  color: rgba(32, 42, 59, 0.5);
}

.form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ". ."
    ". Area-4"
    "Area Area"
    "Area-2 Area-2"
    "Area-3 Area-3";
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto;
}

.form.mobile-only {
  display: none;
}

.form-block {
  width: 100%;
}

.form-block.mobile-only {
  display: none;
}

.submit-button {
  padding: 13px 26px;
  border-radius: 5px;
  background-color: #4eaf4e;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  color: #fff;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #202a3b;
}

.text-success {
  color: #4eaf4e;
}

.success-message {
  border-radius: 5px;
  background-color: #e9ebf0;
}

.success-message.dark {
  background-color: #1b2333;
}

.error-message {
  padding-right: 17px;
  padding-left: 17px;
  border-radius: 5px;
  background-color: #e9ebf0;
}

.error-message.dark {
  background-color: #1b2333;
}

.text-error {
  color: #cf4547;
}

.section-footer {
  display: block;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ebf0;
}

.grid-footer {
  display: none;
  width: 100%;
  margin-bottom: 108px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-footer-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #cdd4e2;
}

.block-footer {
  width: 100%;
}

.title-footer {
  margin-bottom: 22px;
  color: #202a3b;
  line-height: 1.2em;
  font-weight: 500;
  text-align: left;
}

.link-footer {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #626975;
  font-size: 17px;
  line-height: 1.3em;
  text-decoration: none;
}

.link-footer:hover {
  color: #4eaf4e;
}

.paragraph-footer {
  max-width: 400px;
  margin-bottom: 20px;
  font-size: 17px;
}

.brand-footer {
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-footer {
  display: none;
}

.form-block-footer {
  width: 100%;
}

.form-footer {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit-button-footer {
  padding: 13px 26px;
  border-radius: 5px;
  background-color: #202a3b;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  color: #fff;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
}

.submit-button-footer:hover {
  background-color: #4eaf4e;
}

.block-content-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-text-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message-footer {
  border-radius: 5px;
  background-color: #dee1ea;
}

.error-message-footer {
  padding-right: 17px;
  padding-left: 17px;
  border-radius: 5px;
  background-color: #dee1ea;
}

.space-link-footer {
  width: 1px;
  height: 12px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #cdd4e2;
}

.link-down-footer {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-down-footer:hover {
  color: #4eaf4e;
}

.icon-social {
  max-width: none;
}

.link-social {
  display: none;
  padding: 6px 10px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.link-social:hover {
  opacity: 1;
}

.down-left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.down-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-hero-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 655px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  min-height: 920px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 12, 17, 0.5)), to(rgba(9, 12, 17, 0.5))), url('../images/hero_1.jpg');
  background-image: linear-gradient(180deg, rgba(9, 12, 17, 0.5), rgba(9, 12, 17, 0.5)), url('../images/hero_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.title-hero-white-center {
  max-width: 840px;
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.paragraph-hero-white {
  max-width: 590px;
  margin-bottom: 35px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6em;
  text-align: center;
}

.image-dark-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -120;
  overflow: hidden;
  min-height: 920px;
  background-color: #0a0d13;
}

.section-gray-under-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 45px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f4f7;
}

.block-services-white-bg {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #fff;
}

.content-under-hero {
  position: relative;
  top: -61px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-couple {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px;
  background-color: #fff;
}

.grid-couple.margin-30 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.image-grid-couple {
  width: 100%;
  min-height: 430px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-grid-couple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 15% 35px 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-grid-couple {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 22px;
}

.slider-hero-service {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 30px;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  background-color: transparent;
}

.mask-hero-service {
  overflow: visible;
}

.left-arrow-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 50px;
}

.right-arrow-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 50px;
}

.slide-nav-2 {
  position: static;
  height: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 8px;
}

.image-dark-bg-full {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -120;
  overflow: hidden;
  background-color: #0a0d13;
}

.block-hero-center-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-hero-service {
  margin-right: 15px;
  background-color: transparent;
}

.grid-hero-service {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-hero-service {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.paragraph-hero-service {
  margin-bottom: 0px;
  color: #fff;
}

.hero-service-title-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-hero-service {
  margin-right: 20px;
}

.block-full-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-bg-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  min-height: 920px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 12, 17, 0.5)), to(rgba(9, 12, 17, 0.5))), url('../images/hero_2.jpg');
  background-image: linear-gradient(180deg, rgba(9, 12, 17, 0.5), rgba(9, 12, 17, 0.5)), url('../images/hero_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.icon-arrow {
  font-size: 24px;
}

.link-hero-service {
  height: 100%;
  padding: 36px 40px;
  border-radius: 5px;
  background-color: #4eaf4e;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  text-decoration: none;
}

.link-hero-service:hover {
  background-color: #5fc05f;
}

.link-hero-service.extra-1 {
  background-color: #4eaf86;
}

.link-hero-service.extra-1:hover {
  background-color: #57c496;
}

.link-hero-service.extra-2 {
  background-color: #4ea4af;
}

.link-hero-service.extra-2:hover {
  background-color: #58bac7;
}

.link-hero-service.extra-3 {
  background-color: #4e7baf;
}

.link-hero-service.extra-3:hover {
  background-color: #5e93cf;
}

.link-hero-service.extra-4 {
  background-color: #4e59af;
}

.link-hero-service.extra-4:hover {
  background-color: #5662c2;
}

.title-hero-white {
  max-width: 840px;
  margin-top: 0px;
  color: #fff;
  text-align: left;
}

.block-content-grid-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-hero-dark {
  max-width: 530px;
  margin-bottom: 35px;
  color: #a5a9b0;
  font-size: 20px;
  line-height: 1.6em;
}

.form-block-dark {
  width: 100%;
}

.form-dark {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.text-field-dark {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #1b2333;
  -webkit-transition: border-color 300ms ease-out;
  transition: border-color 300ms ease-out;
  color: #fff;
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 400;
}

.text-field-dark:focus {
  border-color: #4eaf4e;
}

.text-field-dark::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.submit-button-dark {
  padding: 13px 26px;
  border-radius: 5px;
  background-color: #4eaf4e;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
  color: #fff;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
}

.submit-button-dark:hover {
  background-color: #fff;
  color: #202a3b;
}

.image-circle-5 {
  position: absolute;
  top: -88px;
  right: 50%;
  overflow: hidden;
  width: 640px;
  height: 640px;
  max-width: none;
  margin-right: 100px;
  border-radius: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-circle-6 {
  position: absolute;
  top: 328px;
  right: 50%;
  z-index: 100;
  width: 250px;
  height: 250px;
  max-width: none;
  margin-right: 53px;
  border-radius: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-become-a-client {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 95vh;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202a3b;
}

.block-single-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-hero-center {
  margin-top: 0px;
  text-align: center;
}

.paragraph-hero-center {
  max-width: 800px;
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 1.6em;
  text-align: center;
}

.grid-number {
  width: 100%;
  margin-top: 120px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.number-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #4eaf4e;
}

.number-block.extra-1 {
  background-color: #4eaf86;
}

.number-block.extra-2 {
  background-color: #4ea4af;
}

.title-number {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.paragraph-number {
  max-width: 340px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}

.number {
  font-family: 'DM Serif Display', sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.block-content-grid-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 10%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-transparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 120px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-transparent.business-models {
  padding-bottom: 40px;
}

.space-block-section {
  width: 100%;
  height: 1px;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  background-color: #cdd4e2;
}

.collection-list-wrapper-news-large {
  width: 100%;
}

.collection-list-news-large {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-news-large {
  width: 100%;
  height: 330px;
  border-radius: 5px 5px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-text-news-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
}

.collection-item-news-large {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-title-news-large {
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #202a3b;
  font-size: 30px;
  line-height: 1.18em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link-title-news-large:hover {
  color: #4eaf4e;
}

.collection-list-wrapper-team-large {
  width: 100%;
}

.collection-list-team-large {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-item-team-large {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-team-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-decoration: none;
}

.block-text-team-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px 15px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
}

.text-name-large {
  font-family: 'DM Serif Display', sans-serif;
  color: #202a3b;
  font-size: 26px;
  line-height: 1.28em;
  font-weight: 400;
  text-align: center;
}

.image-map {
  width: 100%;
  min-height: 450px;
  border-style: solid;
  border-width: 1px;
  border-color: #dee1ea;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-contact {
  width: 100%;
  margin-top: 120px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dee1ea;
  border-radius: 5px;
  background-color: #fff;
}

.title-contact {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #202a3b;
  text-align: center;
}

.paragraph-contact {
  max-width: 340px;
  margin-bottom: 0px;
  color: #626975;
  text-align: center;
}

.icon-contact {
  max-width: none;
}

.columns-team {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.column-1-team {
  padding-right: 0px;
  padding-left: 0px;
}

.image-avatar-single {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-2-team {
  padding: 30px 40px 30px 60px;
}

.rich-text-block p {
  margin-bottom: 15px;
}

.rich-text-block figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block img {
  border-radius: 5px;
}

.rich-text-block figcaption {
  font-size: 15px;
  line-height: 1.5em;
}

.rich-text-block h2 {
  margin-bottom: 16px;
}

.rich-text-block h3 {
  margin-bottom: 18px;
}

.rich-text-block h4 {
  margin-bottom: 15px;
}

.rich-text-block h5 {
  margin-bottom: 14px;
}

.subtitle-team-info {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #626975;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-team-info {
  display: inline-block;
  color: #202a3b;
}

.team-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #dee1ea;
}

.block-team-info {
  width: 100%;
  padding: 10px 25px;
}

.link-block-team-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #202a3b;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.link-block-team-contact:hover {
  background-color: #4eaf4e;
}

.team-info-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-link-team {
  display: -ms-grid;
  display: grid;
  margin-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 42px;
  grid-auto-rows: 42px;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -ms-grid-columns: 42px;
  grid-template-columns: 42px;
  -ms-grid-rows: 42px;
  grid-template-rows: 42px;
}

.utility-page-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.news-single-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
}

.image-news-single {
  width: 100%;
  height: 350px;
  margin-top: 15px;
  border-radius: 5px 5px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-content-790 {
  width: 100%;
  max-width: 790px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.space-single {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #dee1ea;
}

.title-news-single {
  margin-top: 8px;
}

.block-category-and-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-date-news-single {
  color: #626975;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 500;
}

.text-news-category {
  margin-right: 15px;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: rgba(78, 175, 78, 0.05);
  color: #4eaf4e;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 500;
}

.single-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.title-single {
  margin-top: 5px;
  margin-bottom: 25px;
}

.grid-style-color {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}

.color.type-1 {
  background-color: #4eaf4e;
}

.color.type-2 {
  background-color: #202a3b;
}

.color.type-3 {
  background-color: #626975;
}

.color.type-4 {
  background-color: #a5a9b0;
}

.color.type-5 {
  background-color: #f3f4f7;
}

.color.type-6 {
  background-color: #e9ebf0;
}

.color.type-7 {
  background-color: #dee1ea;
}

.color.type-8 {
  background-color: #cdd4e2;
}

.color.type-10 {
  background-color: #4ea4af;
}

.color.type-11 {
  background-color: #4e7baf;
}

.color.type-12 {
  background-color: #4e59af;
}

.color.type-9 {
  background-color: #4eaf86;
}

.color.type-13 {
  background-color: #34435c;
}

.color.type-14 {
  background-color: #1b2333;
}

.text-color {
  margin-top: 4px;
  color: #626975;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 500;
}

.grid-style-button {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.space-single-news {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 35px;
  background-color: #dee1ea;
}

.grid-photography-license {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.photography-license {
  width: 100%;
  height: 160px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-license {
  margin: 10px 12px;
}

.map-license {
  width: 100%;
  height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #dee1ea;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.search-page {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 790px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-search {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

.search-result-item {
  margin-bottom: 40px;
}

.title-utility-page {
  margin-top: 10px;
}

.paragraph-utility-page {
  margin-top: 10px;
  margin-bottom: 25px;
}

.body-become-a-client {
  background-color: #202a3b;
}

.div-block {
  width: 50px;
  height: 70px;
}

.section-dark-copy {
  position: relative;
  display: none;
  padding: 120px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202a3b;
}

.white {
  color: #fff;
}

.content-hidden {
  position: relative;
  z-index: 10;
  display: none;
  width: 100%;
  max-width: 1300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-gray-hidden {
  display: none;
  padding: 120px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f4f7;
}

.block-circle-hidden {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-dark-hidden {
  position: relative;
  display: none;
  padding: 120px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202a3b;
}

.grid-2-columns-tabs {
  width: 100%;
  margin-right: 0px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns-tabs {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.div-block-short {
  width: 50px;
  height: 30px;
}

.power-of-business-models-head {
  margin-bottom: 60px;
}

.block-content-950 {
  width: 100%;
  max-width: 950px;
  margin-top: 40px;
  margin-bottom: 70px;
}

.smart-tab.w--current {
  height: 100%;
  padding: 20px 40px;
  border-radius: 5px;
  background-color: #dee1ea;
}

.smart-tab.tab-blue {
  border-radius: 5px;
  background-color: #4ea4af;
}

.smart-tab.tab-blue.w--current {
  padding: 9px 30px;
}

.smart-tab.tab-teal {
  margin-right: 20px;
  padding: 9px 30px;
  border-radius: 5px;
  background-color: #4eaf86;
}

.hero-service-title-icon-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-pane-tab-2 {
  padding-top: 20px;
}

.rich-text-block-2 {
  padding-top: 20px;
}

.services-rich-text p {
  margin-bottom: 0px;
}

.services-rich-text h4 {
  margin-top: 40px;
}

.services-rich-text h2 {
  margin-bottom: 40px;
}

.dropdown-link-2 {
  color: #202a3b;
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 500;
}

.div-block-2.mobile-only {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 22px;
  }

  .nav-menu {
    padding: 0px 10px 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 10px 6px -6px rgba(32, 42, 59, 0.05);
  }

  .dropdown-list.w--open {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #fff;
    box-shadow: none;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon-menu {
    color: #202a3b;
  }

  .menu-button {
    margin-left: 8px;
    padding: 12px;
    border-radius: 5px;
    -webkit-transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out;
  }

  .menu-button.w--open {
    background-color: #fff;
    box-shadow: inset 0 3px 5px 0 rgba(32, 42, 59, 0.1);
  }

  .icon-language {
    margin-left: 10px;
  }

  .grid-hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-circle-2 {
    margin-top: 512px;
  }

  .grid-hero-left-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-hero {
    text-align: center;
  }

  .paragraph-hero {
    text-align: center;
  }

  .block-button-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-white {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-services {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .space-block {
    margin-top: 5px;
    margin-bottom: 70px;
  }

  .grid-2-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-gray {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image-tab {
    height: 400px;
  }

  .image-grid {
    height: 450px;
  }

  .section-dark {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .block-circle-image {
    min-height: 500px;
  }

  .image-circle-3 {
    left: 18%;
    top: -30px;
    right: auto;
  }

  .image-circle-4 {
    left: 60%;
    top: 279px;
    right: auto;
  }

  .collection-list-news {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-text-news {
    margin-top: 25px;
  }

  .link-title-news {
    max-width: 600px;
  }

  .grid-4-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-team {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-grid-contact {
    height: 460px;
    min-height: auto;
  }

  .section-footer {
    padding-top: 70px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-footer {
    margin-bottom: 58px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .block-content-contact {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-gray-under-hero {
    padding-bottom: 0px;
  }

  .block-services-white-bg {
    padding-right: 22px;
    padding-left: 22px;
  }

  .block-grid-couple {
    padding: 20px 38px;
  }

  .slider-hero-service {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-service-title-icon {
    margin-bottom: 10px;
  }

  .link-hero-service {
    padding: 30px 25px;
  }

  .title-hero-white {
    text-align: center;
  }

  .block-content-grid-hero {
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-hero-dark {
    text-align: center;
  }

  .form-block-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-dark {
    width: 100%;
    max-width: 700px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-circle-5 {
    left: 24%;
    top: -72px;
    right: auto;
    width: 500px;
    height: 500px;
    margin-right: 0px;
  }

  .image-circle-6 {
    top: 235px;
  }

  .section-become-a-client {
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .block-single-page {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .title-hero-center {
    margin-bottom: 10px;
  }

  .grid-number {
    margin-top: 70px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .number-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title-number {
    margin-top: 0px;
  }

  .number {
    font-size: 52px;
  }

  .block-content-grid-left {
    padding-left: 10%;
  }

  .section-transparent {
    padding-bottom: 70px;
  }

  .collection-list-news-large {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-news-large {
    height: 280px;
  }

  .collection-list-team-large {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-map {
    height: 400px;
    min-height: auto;
  }

  .grid-contact {
    margin-top: 70px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .column-2-team {
    padding: 12px 15px 12px 38px;
  }

  .block-team-info {
    padding-right: 12px;
    padding-left: 12px;
  }

  .block-link-team {
    -ms-grid-rows: 42px 42px;
    grid-template-rows: 42px 42px;
  }

  .image-news-single {
    height: 430px;
  }

  .block-content-790 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .collection-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-dark-copy {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-gray-hidden {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-dark-hidden {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-2-columns-tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .block-content-950 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-service-title-icon-tabs {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 46px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 34px;
  }

  h3 {
    margin-top: 10px;
    font-size: 28px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  .content {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-hero {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-top {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .top-left-block {
    display: none;
  }

  .space-link {
    display: none;
  }

  .top-right-block {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-circle-1 {
    left: 17px;
    width: 480px;
    height: 480px;
  }

  .grid-hero-right-block {
    min-height: 400px;
  }

  .image-circle-2 {
    width: 220px;
    height: 220px;
    margin-top: 368px;
    margin-left: 178px;
  }

  .grid-hero-left-block {
    margin-bottom: 60px;
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .title-hero {
    font-size: 43px;
  }

  .paragraph-hero {
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .button-green.w--current {
    margin-bottom: 0px;
  }

  .section-white {
    padding: 55px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-center {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title-services {
    margin-top: 18px;
    margin-bottom: 10px;
  }

  .service-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .space-block {
    margin-top: 35px;
    margin-bottom: 70px;
  }

  .grid-2-columns {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
  }

  .grid-2-columns.score-desk {
    display: block;
  }

  .grid-2-columns.score-mob {
    display: block;
  }

  .grid-2-columns.workflow-des {
    display: none;
  }

  .grid-2-columns.workflow-mob {
    display: block;
  }

  .grid-2-columns.workshop-des {
    display: none;
  }

  .grid-2-columns.workshop-mob {
    display: block;
  }

  .grid-2-columns.desktop-show {
    display: none;
  }

  .grid-2-columns.mobile-show {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .block-content-grid-right {
    padding: 10px 7%;
  }

  .title {
    margin-bottom: 14px;
  }

  .section-gray {
    padding: 55px 15px;
  }

  .tabs {
    display: none;
  }

  .block-content-tab {
    padding: 10px 14px;
  }

  .tab-link {
    padding: 15px;
  }

  .image-tab {
    height: 300px;
    min-height: auto;
  }

  .image-grid {
    position: static;
    width: 100%;
    height: 300px;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-dark {
    padding: 55px 15px;
  }

  .block-circle-image {
    min-height: 440px;
  }

  .image-circle-3 {
    left: 12%;
    width: 400px;
    height: 400px;
  }

  .image-circle-4 {
    left: 54%;
    width: 180px;
    height: 180px;
  }

  .block-pricing {
    padding: 10px 20px 30px;
  }

  .title-pricing {
    margin-top: 8px;
    margin-bottom: 1px;
  }

  .text-price {
    font-size: 42px;
  }

  .collection-list-team {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-grid-contact {
    height: 300px;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .form {
    grid-template-areas: "Area-5 Area-6"
      ". Area-4"
      "Area Area"
      "Area-2 Area-2"
      "Area-3 Area-3";
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
  }

  .form.mobile-only {
    display: block;
  }

  .form-block {
    display: block;
  }

  .form-block.mobile-only {
    display: none;
  }

  .form-block.mobile-only {
    display: block;
  }

  .form-block.desktop-only {
    display: none;
  }

  .section-footer {
    padding-top: 55px;
  }

  .grid-footer {
    margin-bottom: 43px;
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .block-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-footer {
    margin-bottom: 8px;
  }

  .paragraph-footer {
    text-align: center;
  }

  .brand-footer {
    margin-right: auto;
    margin-left: auto;
  }

  .block-content-contact {
    padding-bottom: 0px;
  }

  .space-link-footer {
    display: none;
  }

  .link-down-footer {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .down-left-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-hero-center {
    min-height: 480px;
  }

  .title-hero-white-center {
    font-size: 43px;
  }

  .paragraph-hero-white {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .content-under-hero {
    top: -41px;
  }

  .grid-couple {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-grid-couple {
    height: 300px;
    min-height: auto;
  }

  .block-grid-couple {
    padding: 30px;
  }

  .title-grid-couple {
    margin-bottom: 11px;
  }

  .slider-hero-service {
    padding-right: 14px;
    padding-left: 14px;
  }

  .block-hero-center-full {
    padding: 48px 15px;
  }

  .grid-hero-service {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-hero-dark {
    font-size: 18px;
    line-height: 1.5em;
  }

  .image-circle-5 {
    left: 16%;
    top: -30px;
    width: 400px;
    height: 400px;
  }

  .image-circle-6 {
    top: 177px;
  }

  .section-become-a-client {
    padding-top: 20px;
    padding-bottom: 55px;
  }

  .block-single-page {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .paragraph-hero-center {
    font-size: 18px;
    line-height: 1.5em;
  }

  .grid-number {
    margin-top: 55px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-content-grid-left {
    padding: 10px 7%;
  }

  .section-transparent {
    padding-right: 15px;
    padding-bottom: 55px;
    padding-left: 15px;
  }

  .collection-list-news-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-text-news-large {
    padding: 25px 18px;
  }

  .collection-list-team-large {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-map {
    height: 300px;
  }

  .grid-contact {
    margin-top: 55px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .title-contact {
    margin-bottom: 10px;
  }

  .column-1-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-2-team {
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-team-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-link-team {
    -ms-grid-rows: 42px;
    grid-template-rows: 42px;
  }

  .image-news-single {
    height: 250px;
  }

  .block-content-790 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .space-single {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-style-color {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-style-button {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-photography-license {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block.desk-show {
    display: none;
  }

  .section-dark-copy {
    padding: 55px 15px;
  }

  .section-gray-hidden {
    padding: 55px 15px;
  }

  .section-dark-hidden {
    padding: 55px 15px;
  }

  .grid-2-columns-tabs {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .power-of-business-models-head {
    margin-bottom: 35px;
    text-align: center;
  }

  .block-content-950 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-2 {
    width: 50px;
    height: 30px;
  }

  .div-block-2.mobile-only {
    display: block;
    height: 40px;
  }

  .mobile-only {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 19px;
  }

  .button-dark {
    position: static;
    display: block;
    width: auto;
  }

  .image-circle-1 {
    left: auto;
    right: 0.5%;
    width: 330px;
    height: 330px;
  }

  .grid-hero-right-block {
    min-height: 320px;
  }

  .image-circle-2 {
    left: -2.5px;
    width: 150px;
    height: 150px;
    margin-top: 420px;
    margin-left: 140px;
  }

  .title-hero {
    margin-bottom: 24px;
    font-size: 38px;
  }

  .button-green.w--current {
    margin-bottom: 0px;
    padding-bottom: 13px;
  }

  .link-button-dark {
    padding-top: 20px;
  }

  .section-white {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .service-block {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .block-content-grid-right {
    width: 90vw;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section-gray {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-pane {
    padding: 15px;
  }

  .block-content-tab {
    padding: 0px 4px;
  }

  .section-dark {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-circle-image {
    min-height: 400px;
  }

  .image-circle-3 {
    left: 3%;
    width: 330px;
    height: 330px;
  }

  .image-circle-4 {
    left: 42%;
    top: 220px;
  }

  .slide-nav {
    margin-top: 10px;
  }

  .quote-story {
    font-size: 20px;
    line-height: 1.4em;
  }

  .collection-list-news {
    grid-row-gap: 20px;
  }

  .image-news {
    height: 170px;
  }

  .block-text-news {
    margin-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-4-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-price {
    margin-bottom: 10px;
  }

  .collection-list-team {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper-team {
    margin-bottom: 10px;
  }

  .form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-footer {
    padding-top: 40px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .grid-footer {
    margin-bottom: 28px;
  }

  .form-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-content-contact {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-hero-white-center {
    font-size: 38px;
  }

  .block-services-white-bg {
    padding-right: 14px;
    padding-left: 14px;
  }

  .grid-couple {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .link-hero-service {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .block-content-grid-hero {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image-circle-5 {
    left: 12%;
    width: 350px;
    height: 350px;
  }

  .image-circle-6 {
    right: 39%;
    width: 200px;
    height: 200px;
  }

  .section-become-a-client {
    padding-bottom: 38px;
  }

  .grid-number {
    margin-top: 40px;
  }

  .number {
    font-size: 40px;
  }

  .section-transparent {
    padding-bottom: 40px;
  }

  .image-news-large {
    height: 210px;
  }

  .collection-list-team-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-text-team-large {
    padding: 14px 10px;
  }

  .text-name-large {
    font-size: 22px;
  }

  .grid-contact {
    margin-top: 40px;
  }

  .block-link-team {
    -ms-grid-columns: 42px;
    grid-template-columns: 42px;
    -ms-grid-rows: 42px 42px;
    grid-template-rows: 42px 42px;
  }

  .news-single-bg {
    padding-right: 18px;
    padding-left: 18px;
  }

  .space-single {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .text-news-category {
    margin-right: 8px;
    padding: 5px 9px;
  }

  .single-bg {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-style-color {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-style-button {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .space-single-news {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .grid-photography-license {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-dark-copy {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-gray-hidden {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-dark-hidden {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#w-node-130ed437c029-7b290f50 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a835d129b4df-7b290f50 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-fc59593863be-7b290f50 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-376f32124523-7b290f50 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-4e54366420b3-7b290f50 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ed224df01988-7b290f50 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a1def7f49bac-7b290f50 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-497d67d126f1-7b290f50 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-005366aa8864-7b290f50 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#email-form.w-node-482578bdeed7-7b290f50 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#Company-3.w-node-e2a6887e27ec-7b290f50 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Message.w-node-4189b7f2d1df-7b290f50 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Company-4.w-node-f24a19c873f8-7b290f50 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Message-2.w-node-f24a19c873f9-7b290f50 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-9696b3aa300b-b1290f6e {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-7a1f4a874c2a-b1290f6e {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-482578bdeed7-b1290f6e {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#field.w-node-4189b7f2d1df-b1290f6e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-130ed437c029-0a290f71 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-8c009d5ba04a-0a290f71 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-11a18f930af0-0a290f71 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-81c82ddab9dd-0a290f71 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a8caf2ff5e4b-58290f72 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-af861ece8267-43290f75 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-8a0ef1de6382-43290f75 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#field.w-node-8a0ef1de6391-43290f75 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #w-node-f802a50e28f0-7b290f50 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fa2094e387b2-43290f75 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #Message.w-node-4189b7f2d1df-7b290f50 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Message-2.w-node-f24a19c873f9-7b290f50 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #field.w-node-4189b7f2d1df-b1290f6e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #field.w-node-8a0ef1de6391-43290f75 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

