.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%;
  min-height: 200px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  opacity: 1;
}

.content.product {
  background-image: url('../images/istockphoto-1211342225-2048x2048.jpg');
  background-position: 50% 32%;
  background-size: 100vw;
}

.content.post-hero {
  background-image: none;
}

.content._1 {
  width: 100%;
  min-height: 200px;
  background-image: url('../images/Screen-Shot-2020-04-18-at-7.06.33-PM.png');
  background-position: 50% 80%;
  background-size: cover;
}

.content._2 {
  width: 100%;
  margin-bottom: 0px;
  background-image: url('../images/iStock-1211342225-lores.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.content._3 {
  margin-bottom: 0px;
  background-image: url('../images/iStock-521507110.jpg');
  background-position: 50% 70%;
  background-size: 100%;
}

.content._4 {
  margin-bottom: 0px;
  background-image: url('../images/iStock-1216189807.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content.about-hero {
  min-height: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/HandsUniteFlipped.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.content._5 {
  margin-bottom: 0px;
  background-image: url('../images/iStock-1148914800-lores.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content.management-image {
  height: 400px;
  min-height: 200px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/Hololens_Terran.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.content.management-image-nomask {
  height: 400px;
  background-image: url('../images/PuravitaTeam.jpg');
  background-position: 50% 55%;
  background-size: 1514px;
}

.content.home {
  min-height: 700px;
}

.section-hero {
  display: block;
  overflow: hidden;
  height: auto;
  margin-bottom: 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;
  opacity: 1;
}

.section-hero.main-hero {
  display: block;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/iStock-1217857551.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-hero.main-hero-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-hero.sightline-hero {
  background-image: url('../images/iStock-800998060-lores.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.section-hero.hidden {
  display: none;
}

.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-radius: 5px;
  background-color: #fff;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  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 {
  margin-right: 55px;
}

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

.nav-link {
  position: relative;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 500;
  text-align: left;
}

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

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

.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 {
  display: block;
}

.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: #4eaf86;
}

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

.dropdown-link.hidden {
  display: none;
}

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

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

.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;
  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: 536px;
  top: 401px;
  width: 60px;
  height: 60px;
}

.circle-border.type-5.hidden {
  display: none;
}

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

.image-circle-1.hidden {
  display: none;
}

.grid-hero-right-block {
  position: relative;
  z-index: -50;
  display: block;
  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;
  left: 3%;
  top: auto;
  right: auto;
  bottom: 20%;
  z-index: 100;
  width: 280px;
  height: auto;
  max-width: none;
  margin-top: 240px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 15px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-circle-2.hidden {
  display: none;
}

.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-1.hidden {
  display: none;
}

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

.circle-white.type-2.hidden {
  display: none;
}

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

.grid-hero-left-block.main-hero-grid {
  width: auto;
  height: auto;
  padding-top: 4px;
}

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

.title-hero.main-hero {
  margin-left: 91px;
  color: #dee1ea;
  font-size: 100px;
}

.title-hero.main-hero.one.blackbkgrnd {
  margin-left: 24px;
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}

.title-hero.main-hero.two {
  display: none;
  background-color: rgba(0, 0, 0, 0.01);
}

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

.paragraph-hero.less-padding-p {
  margin-bottom: 6px;
}

.paragraph-hero.less-padding-p.whitebkgrnd {
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.paragraph-hero.less-padding-p.whitebkgrnd.hidden {
  display: none;
}

.button-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  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;
}

.button-green.hidden {
  display: none;
}

.section-navbar-top {
  position: relative;
  z-index: 950;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.link-button-dark.gone {
  display: 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;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.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: 40px 20px 120px;
  -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;
}

.section-white.deprecated {
  display: none;
}

.title-center {
  max-width: 720px;
  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%;
  margin-bottom: 20px;
  grid-auto-flow: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-services {
  margin-top: 28px;
  margin-bottom: 20px;
  color: #f3f4f7;
  text-align: center;
  text-transform: uppercase;
}

.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: 0px 15px 31px;
  -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: #2b56a9;
  border-radius: 10px;
  background-color: #202a3b;
}

.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: 0px;
  color: #4fb5f7;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
}

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

.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-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 0.75fr 30px minmax(200px, 0.5fr);
  grid-template-columns: 0.75fr minmax(200px, 0.5fr);
  -ms-grid-rows: ;
  grid-template-rows: repeat(auto-fit, minmax(19px, 1fr));
}

.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 {
  margin-top: 100px;
  margin-bottom: 0px;
  text-align: center;
}

.title.white {
  color: #fff;
}

.section-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
}

.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: 60px 20px 120px;
  -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: transparent;
}

.section-gray.ventilator {
  display: none;
}

.section-gray.deprecated {
  display: none;
}

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

.section-gray.small.hidden {
  display: none;
}

.section-gray.hidden {
  display: none;
}

.tabs {
  width: 100%;
  margin-top: 10px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.tab-pane {
  padding: 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: #a5a9b0;
  -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%;
  min-height: 250px;
  border-radius: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.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;
  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: rgba(81, 119, 143, 0.2);
}

.section-dark.deprecated {
  display: none;
}

.block-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.block-circle.deprecated {
  display: none;
}

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

.button-green-for-dark.over-fade {
  position: static;
  display: block;
  width: 145px;
  margin-top: 18px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: fill;
  object-fit: fill;
}

.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;
  background-color: #e9ebf0;
  -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;
  background-color: #e9ebf0;
  -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;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.form.deprecated {
  display: none;
}

.form-block {
  width: 100%;
}

.submit-button {
  padding: 13px 26px;
  border-radius: 5px;
  background-color: #4e7baf;
  -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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 50px 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ebf0;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-footer {
  width: 100%;
  margin-bottom: 32px;
  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;
  grid-template-areas: ". . . Area";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 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 solid #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;
}

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

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

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

.block-hero-center.management-title {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.block-single-page.about-header {
  position: relative;
  left: auto;
  right: 200px;
}

.block-single-page.management-header {
  position: relative;
  top: -90px;
  display: block;
  margin-top: 0px;
  margin-bottom: -50px;
  margin-left: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
}

.title-hero-center {
  position: static;
  left: 339px;
  bottom: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: transparent;
  text-align: center;
}

.title-hero-center.title-5 {
  position: relative;
  left: -116px;
  bottom: 55px;
  margin-right: 500px;
  color: #fff;
}

.title-hero-center.title-7 {
  margin-top: 0px;
  margin-right: 800px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.title-hero-center.title-6 {
  margin-left: -205px;
  color: #f3f4f7;
}

.title-hero-center.respirator-title {
  position: relative;
  left: 120%;
}

.title-hero-center.respirator-title.whitebkgrnd {
  position: relative;
  left: 348px;
}

.title-hero-center.whitebkgrnd-all {
  padding-right: 7px;
  padding-left: 7px;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.title-hero-center.whitebkgrnd-tab {
  padding-right: 7px;
  padding-left: 7px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.title-hero-center.whitebkgrnd-tab.hide-smol {
  margin-right: 0px;
}

.title-hero-center.whitebkgrnd-tab.show-smol {
  display: none;
}

.paragraph-hero-center {
  max-width: 800px;
  margin-bottom: 22px;
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  font-size: 20px;
  line-height: 1.6em;
  text-align: center;
}

.paragraph-hero-center.subtitle-6 {
  margin-left: 311px;
  color: #cdd4e2;
}

.paragraph-hero-center.subtitle-6.blackbkgrnd {
  margin-left: -120px;
  padding-right: 7px;
  padding-left: 7px;
  background-color: rgba(0, 0, 0, 0.4);
}

.paragraph-hero-center.whitebkgrnd-tab {
  position: relative;
  top: 0px;
  margin-bottom: 22px;
  padding-right: 7px;
  padding-left: 7px;
  background-color: hsla(0, 0%, 100%, 0.6);
  background-image: none;
}

.paragraph-hero-center.whitebkgrnd-tab.no-margin {
  margin-bottom: 0px;
}

.paragraph-hero-center.whitebkgrnd {
  padding-right: 7px;
  padding-left: 7px;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.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.hidden {
  display: none;
}

.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;
  -ms-grid-row-align: center;
  align-self: center;
  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: 500px;
  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;
}

.grid {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.paragraph {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: left;
}

.grid-2 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  grid-column-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-3 {
  opacity: 0.5;
  font-size: 20px;
}

.image {
  position: relative;
}

.heading-4 {
  opacity: 0.5;
  font-size: 20px;
}

.paragraph-2 {
  font-weight: 400;
}

.image-2 {
  position: static;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-2 {
  width: auto;
  height: auto;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-5 {
  margin-bottom: 0px;
}

.heading-5._2 {
  color: #fff;
}

.paragraph-3 {
  text-align: justify;
}

.heading-6 {
  color: #fff;
}

.heading-7 {
  color: #fff;
}

.italic-text {
  color: #202a3b;
}

.button {
  border-radius: 5px;
  background-color: #ec383b;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
}

.form-block-2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.form-2 {
  width: auto;
  min-width: auto;
}

.grid-3 {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: center;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.heading-8 {
  text-align: right;
}

.paragraph-4 {
  text-align: right;
}

.div-block-3 {
  max-height: 40px;
  max-width: 80%;
}

.image-3 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  position: static;
  max-width: 80%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-4 {
  height: 17%;
  max-width: 80%;
}

.prdctimagdiv {
  max-height: 179.83750915527344px;
  max-width: 80%;
  padding-top: 3px;
  box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.86);
}

.image-5 {
  max-height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.prdctimag {
  height: 150px;
  max-height: 150px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-5 {
  text-align: left;
}

.paragraph-6 {
  text-align: left;
}

.italic-text-2 {
  color: #202a3b;
}

.sku {
  color: #202a3b;
}

.container-2 {
  margin-bottom: 13px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.sku-container {
  margin-bottom: 10px;
  text-align: center;
}

.heading-10 {
  width: 50%;
  margin-top: 0px;
  color: #ec11ce;
}

.heading-11 {
  width: 60%;
  color: #ff0ace;
  font-size: 40px;
  text-align: center;
}

.form-block-main {
  width: 50%;
}

.form-block-main.wide {
  width: 60%;
}

.grid-4 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-5 {
  width: auto;
  height: 100%;
  padding-left: 0%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.text-block {
  font-style: normal;
}

.grid-6 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.padded-container {
  padding-right: 50px;
  padding-left: 50px;
}

.grid-8 {
  margin-bottom: 29px;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.div-block-6 {
  height: 15px;
  margin-bottom: 0px;
}

.div-block-7 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.button-2 {
  display: inline-block;
  margin: 20px auto 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  display: block;
  width: 100%;
}

.div-block-8 {
  width: 100%;
}

.image-8 {
  display: inline;
  width: 100%;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-9 {
  max-width: none;
}

.image-10 {
  width: 100%;
}

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

.twitter-rss {
  display: block;
  width: 100%;
}

.news-p {
  overflow: hidden;
  height: 84px;
  margin-bottom: 0px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns {
  overflow: hidden;
  width: auto;
  height: 190px;
}

.columns.news-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  margin-bottom: 20px;
  -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;
}

.summary-fade-div {
  position: relative;
  top: -20px;
  bottom: 0px;
  padding-top: 20px;
}

.summary-fade {
  position: relative;
  margin-top: -24px;
  margin-bottom: -9px;
  padding-top: 35px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.01)), color-stop(57%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.01), #fff 57%);
}

.image-11 {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 7px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.employee {
  padding: 20px;
  border-radius: 7px;
  background-color: #202a3b;
  color: #e9ebf0;
}

.image-12 {
  max-height: 240px;
  max-width: 240px;
  border-radius: 5px;
}

.text-block-2 {
  text-align: center;
}

.text-block-3 {
  text-align: center;
}

.text-block-4 {
  max-width: 240px;
  color: #a5a9b0;
  font-style: italic;
  text-align: center;
}

.text-block-6 {
  text-align: center;
}

.management-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-clip: padding-box;
}

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

.mask-machinery-header {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column-2 {
  display: block;
  height: 210px;
  -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;
}

.div-block-9 {
  margin-top: 100px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.body {
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-10 {
  display: block;
}

.div-block-11 {
  overflow: hidden;
  height: 250px;
  margin-bottom: 20px;
}

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

@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;
  }
  .content {
    margin-bottom: 0px;
  }
  .section-hero.main-hero {
    background-position: 50% 0%;
    background-size: 4000px;
  }
  .logo {
    margin-right: 0px;
  }
  .nav-link {
    display: block;
  }
  .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-1 {
    display: none;
  }
  .image-circle-2 {
    bottom: 15%;
    display: none;
    margin-top: 492px;
  }
  .circle-white.type-2 {
    display: none;
  }
  .grid-hero-left-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .title-hero {
    text-align: center;
  }
  .title-hero.main-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    color: #fff;
    font-size: 90px;
  }
  .title-hero.main-hero.one {
    display: none;
  }
  .title-hero.main-hero.two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .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;
  }
  .text-link-button-green {
    overflow: visible;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: right;
  }
  .space-block {
    margin-top: 5px;
    margin-bottom: 70px;
  }
  .grid-2-columns {
    grid-template-areas: "Area";
    -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: 70px 40px 0px;
  }
  .grid-footer {
    margin-bottom: 58px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 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;
  }
  .block-single-page.about-header {
    left: 88px;
  }
  .title-hero-center {
    bottom: -24px;
    margin-bottom: 10px;
  }
  .title-hero-center.title-5 {
    position: static;
    margin-right: 402px;
  }
  .title-hero-center.title-7 {
    margin-right: 308px;
  }
  .title-hero-center.respirator-title {
    position: static;
    left: 194px;
  }
  .title-hero-center.respirator-title.whitebkgrnd {
    left: 0px;
    bottom: 0px;
    padding-right: 7px;
    padding-left: 7px;
    background-color: hsla(0, 0%, 100%, 0.6);
  }
  .title-hero-center.whitebkgrnd-all {
    background-color: hsla(0, 0%, 100%, 0.6);
  }
  .title-hero-center.whitebkgrnd-tab {
    padding-right: 7px;
    padding-left: 7px;
    background-color: hsla(0, 0%, 100%, 0.6);
  }
  .paragraph-hero-center.subtitle-6.blackbkgrnd {
    padding-right: 7px;
    padding-left: 7px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }
  .paragraph-hero-center.whitebkgrnd-tab {
    top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
  }
  .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;
  }
  .heading {
    text-align: center;
  }
  .paragraph {
    text-align: center;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .form-block-main.wide {
    width: 60%;
  }
  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid-4.wide {
    width: 100%;
  }
  .text-block {
    margin-bottom: 15px;
  }
  .grid-6 {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-6 {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }
  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .padded-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid-9 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .mask-machinery-header {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-11 {
    height: 270px;
  }
}

@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-top: 0px;
  }
  .content.post-hero {
    margin-top: 50px;
  }
  .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;
  }
  .grid-hero {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .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 {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .grid-hero-left-block.main-hero-grid {
    width: 100%;
    height: 100%;
  }
  .title-hero {
    font-size: 43px;
  }
  .title-hero.main-hero.one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .title-hero.main-hero.one.blackbkgrnd {
    background-color: transparent;
  }
  .title-hero.main-hero.two {
    display: none;
  }
  .paragraph-hero {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5em;
  }
  .section-white {
    padding: 55px 15px;
  }
  .title-center {
    margin-bottom: 14px;
  }
  .grid-services {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .title-services {
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .service-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .space-block {
    margin-bottom: 55px;
  }
  .grid-2-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .block-content-grid-right {
    padding: 10px 7%;
  }
  .title {
    margin-bottom: 14px;
  }
  .section-gray {
    padding: 55px 15px;
  }
  .block-content-tab {
    padding: 10px 14px;
  }
  .tab-link {
    padding: 15px;
  }
  .image-tab {
    height: 300px;
    min-height: auto;
  }
  .image-grid {
    height: 300px;
    min-height: auto;
  }
  .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;
  }
  .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;
  }
  .block-single-page.about-header {
    position: static;
  }
  .title-hero-center {
    left: 57%;
    bottom: -21px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .title-hero-center.title-5 {
    margin-right: 299px;
    background-image: none;
  }
  .title-hero-center.title-7 {
    margin-right: 0px;
  }
  .title-hero-center.title-6 {
    margin-left: -92px;
    background-image: none;
  }
  .paragraph-hero-center {
    padding-right: 7px;
    padding-left: 7px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
    font-size: 18px;
    line-height: 1.5em;
  }
  .paragraph-hero-center.subtitle-6 {
    display: none;
    background-image: none;
  }
  .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;
  }
  .form-block-main.wide {
    width: 80%;
  }
  .div-block-5 {
    position: relative;
    top: 294px;
  }
  .image-7 {
    display: none;
  }
  .columns.news-columns {
    height: 230px;
  }
  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-11 {
    height: 300px;
  }
}

@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;
  }
  .content.product {
    background-image: url('../images/istockphoto-1211342225-2048x2048.jpg');
    background-position: 50% 32%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-hero {
    padding-top: 0px;
    padding-bottom: 33px;
  }
  .section-hero.main-hero {
    background-image: url('../images/iStock-1217857551.jpg');
    background-position: 50% 150%;
    background-size: 3000px;
  }
  .section-hero.main-hero-copy {
    background-image: url('../images/iStock-1144800438.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .logo {
    margin-right: 5%;
  }
  .button-dark {
    display: none;
  }
  .image-circle-1 {
    left: auto;
    right: 0.5%;
    width: 330px;
    height: 330px;
  }
  .grid-hero-right-block {
    display: none;
    min-height: 320px;
  }
  .image-circle-2 {
    left: -2.5px;
    display: none;
    margin-top: 290px;
    margin-left: 0px;
  }
  .title-hero {
    font-size: 38px;
  }
  .title-hero.main-hero {
    color: #202a3b;
  }
  .title-hero.main-hero.one {
    margin-top: 35px;
  }
  .section-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-block {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .grid-2-columns {
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .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 {
    position: relative;
    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;
    grid-auto-columns: 1.5fr;
    grid-template-areas: ".";
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .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;
  }
  .title-hero-center {
    position: static;
  }
  .title-hero-center.title-5 {
    margin-right: 145px;
  }
  .title-hero-center.title-6 {
    margin-left: 0px;
  }
  .title-hero-center.respirator-title.whitebkgrnd {
    bottom: 0px;
  }
  .title-hero-center.whitebkgrnd-tab {
    display: block;
  }
  .title-hero-center.whitebkgrnd-tab.hide-smol {
    display: none;
  }
  .title-hero-center.whitebkgrnd-tab.show-smol {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
  }
  .paragraph-hero-center {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65));
  }
  .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;
  }
  .paragraph-6 {
    font-size: 18px;
    line-height: 1.6em;
  }
  .heading-9 {
    text-align: center;
  }
  .form-block-main.wide {
    width: 100%;
  }
  .div-block-5 {
    top: -180px;
    margin-top: 0px;
  }
  .grid-6 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .image-6 {
    display: none;
  }
  .column {
    clear: left;
  }
  .columns.news-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    clear: none;
  }
  .image-11 {
    height: 200px;
  }
  .text-block-5 {
    text-align: center;
  }
  .div-block-11 {
    height: 520px;
  }
  .grid-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

#Message.w-node-4189b7f2d1df-22c3e089 {
  -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-f5c3e0aa {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

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

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

#w-node-7def411adfd6-fac3e0ab {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-63d53cf53608-fac3e0ab {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-cf23b551f3bf-fac3e0ab {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-98bdbbf9f5bd-fac3e0ab {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-f65da5e2a27f-fac3e0ab {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

@media screen and (max-width: 991px) {
  #w-node-ef3d42a4d2fd-22c3e089 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-42724185dd27-22c3e089 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -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-22c3e089 {
    -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-240ab43bafec-b43bafea {
    -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;
  }
}

