.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 {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.upper-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.call-wrapper-upper-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.upper_nav_image_wrapper {
  margin-right: 10px;
}

.upper-left-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.upper-nav-socials-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 52px;
  margin-right: 10px;
  -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-image: url('../images/Group-272_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-wrapper:hover {
  background-image: url('../images/Group-272_2.svg');
}

.social-wrapper.insta {
  background-image: url('../images/Group-273.svg');
}

.social-wrapper.insta:hover {
  background-image: url('../images/Group-273_1.svg');
}

.social-wrapper.tube {
  background-image: url('../images/Group-274.svg');
}

.social-wrapper.tube:hover {
  background-image: url('../images/Group-274_1.svg');
}

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

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

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

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

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

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

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

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

.navbar-2 {
  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-link {
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 500;
}

.nav-link:hover {
  color: #139bfe;
}

.nav-link.w--current {
  color: #139bfe;
}

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

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
}

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

.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.3)), to(rgba(9, 12, 17, 0.3))), url('../images/kalden-hero.jpg');
  background-image: linear-gradient(180deg, rgba(9, 12, 17, 0.3), rgba(9, 12, 17, 0.3)), url('../images/kalden-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

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

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

.title-hero-white-center {
  max-width: 840px;
  margin-top: 0px;
  font-family: 'Avenir next lt pro', Arial, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.15em;
  font-weight: 700;
  text-align: center;
}

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

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

.link-button-green {
  position: absolute;
  bottom: 20px;
  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;
}

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

.icon-services {
  max-width: none;
  color: #000;
}

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

.button-blue:hover {
  background-color: #0e74be;
  color: #fff;
}

.title-services {
  margin-top: 28px;
  margin-bottom: 20px;
  font-family: 'Avenir nex tlt pro', Arial, sans-serif;
  color: #072338;
  font-size: 26px;
  line-height: 1.28em;
  font-weight: 400;
  text-align: center;
}

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

.paragraph-services {
  max-width: 340px;
  margin-bottom: 15px;
  color: #626975;
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
}

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

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

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

.subtitle.white {
  font-family: 'Mukta Malar', sans-serif;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.title {
  max-width: 720px;
  margin-top: 12px;
  margin-bottom: 22px;
  font-family: 'Avenir nex tlt pro', Arial, sans-serif;
  font-size: 36px;
  line-height: 1.18em;
  text-align: left;
}

.title.white {
  font-family: 'Avenir nex tlt pro', Arial, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 1.18em;
  font-weight: 400;
}

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

.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-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-8 {
  bottom: -89px;
  width: 310px;
  height: 310px;
  margin-left: 748px;
}

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

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

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

.text-error {
  color: #cf4547;
}

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

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

.text-field:focus {
  border-color: #139bfe;
}

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

.form-block {
  width: 100%;
}

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

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

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

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

.textarea:focus {
  border-color: #139bfe;
}

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

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

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

.submit-button-2 {
  padding: 13px 26px;
  border-radius: 5px;
  background-color: #139bfe;
  -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-2:hover {
  background-color: #0e74be;
}

.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;
  grid-template-rows: auto auto auto;
}

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

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

.block-footer {
  width: 100%;
}

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

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

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

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

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

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

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

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

.section-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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-services-2 {
  max-width: none;
}

.paragraph-services-2 {
  max-width: 340px;
  margin-bottom: 15px;
  font-family: 'Mukta Malar', sans-serif;
  color: #626975;
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
}

.heading-4 {
  margin-top: 50px;
  font-family: 'Avenir nex tlt pro', Arial, sans-serif;
}

.grid-contact {
  width: 100%;
  margin-top: 80px;
  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;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
}

.contact-block:hover {
  box-shadow: 1px 1px 3px 0 #dee1ea;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

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

.bold-text {
  font-family: 'Avenir next lt pro', Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 400;
}

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

.slider-2 {
  width: 100%;
  min-height: 600px;
  background-color: transparent;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_5716.jpg');
  background-position: 0% 75%;
  background-size: auto;
}

.lightbox-link._2 {
  background-image: url('../images/IMG_5717.jpg');
  background-size: cover;
}

.lightbox-link._3 {
  background-image: url('../images/IMG_5721.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.lightbox-link._4 {
  background-image: url('../images/IMG_5714.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link._5 {
  background-image: url('../images/IMG_5719.jpg');
  background-position: 0% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-video {
  width: 100%;
  height: 100%;
}

.content-gallery {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1040px;
  margin-top: 50px;
  margin-bottom: 50px;
  -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-nav-3 {
  display: none;
}

@media screen and (max-width: 991px) {
  .icon-menu {
    color: #202a3b;
  }

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

  .menu-button-2 {
    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-2.w--open {
    background-color: #fff;
    box-shadow: inset 0 3px 5px 0 rgba(32, 42, 59, 0.1);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .upper-nav-wrapper {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .title {
    margin-bottom: 14px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lightbox-link {
    background-position: 0% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .image-dark-bg {
    min-height: 480px;
  }

  .image-bg {
    width: 100%;
    min-height: 480px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/kalden-hero.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/kalden-hero.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

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

  .button-blue {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .link-down-footer {
    text-align: center;
  }

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

  .slider-2 {
    min-height: 350px;
    margin-bottom: 40px;
    background-color: transparent;
  }
}

#w-node-_92473237-b1f9-5ce8-a773-2b60243e96dc-6ba63c5a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0422152-d63e-c045-0b72-ec16b7dd3699-6ba63c5a {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#message.w-node-d0422152-d63e-c045-0b72-ec16b7dd36a8-6ba63c5a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #message.w-node-d0422152-d63e-c045-0b72-ec16b7dd36a8-6ba63c5a {
    -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;
  }
}

@font-face {
  font-family: 'Avenir nex tlt pro';
  src: url('../fonts/AvenirNextLTPro-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir next lt pro';
  src: url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir next lt pro';
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}