.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  cursor: none;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #f5f5f5;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #bbb;
  font-size: 16px;
  line-height: 22px;
}

a {
  text-decoration: underline;
  cursor: none;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  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;
}

.cursor-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  -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: 50%;
  background-color: #2cb67d;
}

.cursor-inner:hover {
  width: 20px;
}

.cursor-outer {
  position: absolute;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(44, 182, 125, 0.59);
  border-radius: 50%;
}

.cursor-outer:hover {
  width: 50px;
  height: 50px;
  background-color: #2cb67d;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 50vh;
  padding: 45px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #070707;
}

.btn {
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #1867ee;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.cursor-h-txt {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  font-family: Inconsolata, monospace;
  color: #e7e3e3;
}

.inline-link {
  color: #fff;
}

.new-btn {
  width: 100px;
  height: 100px;
  background-color: #000;
}

.nav-01 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  height: 80px;
  padding-right: 5%;
  padding-left: 5%;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 0px;
  background-color: hsla(0, 0%, 99.3%, 0);
}

.title-wrap {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav_dropdown {
  position: absolute;
  top: 70px;
  right: 0px;
  overflow: hidden;
  width: 0px;
  height: 0px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 40px 0 rgba(223, 225, 229, 0.57);
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  -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;
}

.dropdown-menu1 {
  position: absolute;
  right: 110px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 390px;
  -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;
}

.menu-title-t {
  margin-bottom: 4px;
  color: #1d1f31;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.menu_wrapper {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.menu-title-sub {
  color: #637178;
  font-size: 13px;
}

.nav-link {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #e9e9e9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.dropdown-menu2 {
  position: absolute;
  right: -20px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  height: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-menu3 {
  position: absolute;
  right: -35px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 390px;
}

.block-50-left {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 85px;
  padding-right: 15px;
  padding-left: 15px;
  -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-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Inconsolata, monospace;
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.nav-link-wrap:hover {
  color: #8c54ff;
}

.line-seperator {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: rgba(47, 41, 90, 0.06);
}

.nav_items {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.block-50-right {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.logo {
  width: 55px;
}

.container-flex-n1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.link-block {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.link-block:hover {
  border-radius: 6px;
  background-color: #f9fbff;
}

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #1a3066;
  font-size: 55px;
  line-height: 1;
  letter-spacing: -0.5px;
}

.phone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 15px;
  -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-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.phone-image {
  display: block;
  margin-right: 8px;
  text-align: center;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  min-height: 100px;
  padding: 25px 5%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.paragraph-hero {
  max-width: 490px;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  font-style: normal;
}

.content-block-hero {
  position: relative;
  max-width: 590px;
}

.phone-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #546681;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  -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;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  z-index: 7;
  min-width: 460px;
  padding-top: 15px;
  border-radius: 15px;
}

.dropdown-list.dropdown-smaller {
  left: -30px;
  min-width: 360px;
}

.navigation-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-navigation {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #484dff;
  font-size: 16px;
}

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

.feature-content-wrap {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding: 4px 16px;
  -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: rgba(45, 202, 115, 0.1);
  color: #2dca73;
  font-size: 12px;
}

.navigation-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-wrap-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.button {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 45px;
  background-color: #484dff;
  font-size: 16px;
}

.navigation-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.dropdown-list-wrap {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 15px 12px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(44, 62, 80, 0.1);
}

.link {
  padding-left: 36px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: #484dff;
}

.paragraph-small {
  max-width: 450px;
  margin-bottom: 0px;
  color: #3b4c5b;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 12px 15px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.feature-wrap:hover {
  background-color: rgba(72, 77, 255, 0.03);
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px;
  -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;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #484dff;
}

.dropdown-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.arrow-down {
  margin-right: 7px;
  margin-left: 8px;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.dropdown-mobile {
  display: none;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 72vh;
  margin-top: 146px;
  margin-bottom: 96px;
  padding: 228px 3% 80px;
  -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/bg_shade.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-button-link {
  display: none;
}

.link-block-2 {
  text-decoration: none;
}

.logo-image {
  width: 90px;
}

.short-title {
  margin-bottom: 2px;
  color: #2e3642;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.general-collection-wrapper {
  padding-top: 80px;
}

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

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.services {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5vw;
  -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: #16161a;
}

.services.no-top-padding {
  padding-top: 0px;
}

.wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1600px;
}

.wrapper.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.clip {
  position: relative;
  overflow: hidden;
}

.button-text {
  position: relative;
  z-index: 10;
  color: #fff;
}

.large-heading {
  font-family: 'Open Sans', sans-serif;
  color: #fffffe;
  line-height: 1.15em;
}

.services-card {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding: 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 1px none #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border-top: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
}

.tripple-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.card-circle {
  position: absolute;
  left: auto;
  top: -6vw;
  right: -6vw;
  bottom: auto;
  width: 6vw;
  height: 6vw;
  max-height: 800px;
  max-width: 800px;
  border-radius: 100%;
  background-color: #242629;
}

.card-hover-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding: 0px;
  -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;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none #f3f6fc;
  border-bottom: 1px none #f3f6fc;
  text-decoration: none;
}

.feature-card-description {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-2 {
  position: relative;
  display: none;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 28px;
  -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-style: solid;
  border-width: 1px;
  border-color: #090b19;
  border-radius: 100px;
  background-color: #7f5af0;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  border-color: #e2e7f1;
  background-color: #e2e7f1;
  color: #090b19;
}

.button-2.grey-outline {
  border-color: #e2e7f1;
  background-color: rgba(9, 11, 25, 0);
  color: #090b19;
}

.button-2.grey-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.button-2.white-outline {
  display: block;
  border-style: solid;
  border-width: 2px;
  border-color: #2cb67d;
  background-color: rgba(9, 11, 25, 0);
  color: #7f5af0;
}

.button-2.white-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.card-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  -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-style: solid;
  border-width: 1px;
  border-color: #2cb67d;
  border-radius: 100%;
  background-color: #2cb67d;
  font-family: 'Open Sans', sans-serif;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitle-wrapper {
  overflow: hidden;
  margin-bottom: 18px;
}

.body-display {
  font-family: 'Open Sans', sans-serif;
  color: #94a1b2;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.white {
  color: rgba(255, 255, 255, 0.9);
}

.heading-2 {
  position: relative;
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
  color: #fffffe;
}

.feature-card-info {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subtitle {
  position: relative;
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
  color: #bbbabe;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.subtitle.white {
  color: #fff;
}

.intro-wrapper {
  position: relative;
  z-index: 10;
  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;
}

.button-3 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 50px;
  min-width: 180px;
  -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: 4px;
  background-color: #f5f6f8;
}

.button-t {
  position: relative;
  z-index: 4;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  width: 180px;
  background-color: #5b3acc;
}

.button-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.quote_form {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  min-height: 100vh;
  padding: 45px;
  -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: #f6fcff;
}

.link-block-3 {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 15px;
  -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: #f6fcff;
}

.form_error_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exit {
  width: 12px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.form_alert_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project_form {
  position: relative;
  width: 100%;
  max-width: 550px;
  min-height: 400px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.rocket_icon {
  width: 25px;
  height: 25px;
}

.form05_icon {
  position: relative;
  width: 80px;
  padding: 5px;
  border: 3px solid #fff;
  border-radius: 100px;
  background-color: #fff;
}

.form05_title {
  padding-right: 7px;
  color: #637178;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.2px;
}

.quote_text {
  max-width: 400px;
  font-family: 'Varela Round', sans-serif;
  color: #b8becf;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.2px;
}

.form05_top_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
  -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;
}

.form05_input {
  display: inline-block;
  width: 200px;
  height: 40px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 8px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #ebecf0;
  opacity: 0.5;
  color: #ebecf0;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
}

.form05_input:focus {
  border-bottom-width: 2px;
  border-bottom-color: #7540ee;
  opacity: 1;
  color: #7540ee;
}

.form05_input::-webkit-input-placeholder {
  color: #4e5d78;
}

.form05_input:-ms-input-placeholder {
  color: #4e5d78;
}

.form05_input::-ms-input-placeholder {
  color: #4e5d78;
}

.form05_input::placeholder {
  color: #4e5d78;
}

.form05_input.date {
  width: 120px;
}

.form05_input.budget {
  width: 110px;
}

.form05_input.project {
  width: 240px;
}

.form_alert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -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-radius: 4px;
  background-color: #68c38a;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

.form_alert_text.white-text {
  color: #fff;
}

.arrow {
  position: fixed;
  left: auto;
  top: auto;
  right: 250px;
  bottom: 120px;
  width: 100px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.form_error {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -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-radius: 4px;
  background-color: #fe3e3e;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.form_alert_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

.field-label-copy {
  padding-right: 7px;
  clear: none;
  color: #c1c7d0;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form05_success {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #fff;
}

.form05_button {
  width: 100%;
  min-height: 55px;
  margin-top: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #7540ee;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.project_circle_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-left: 15px;
  -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: #7540ee;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.16);
}

.rocket_link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.project_quote {
  position: fixed;
  right: 80px;
  bottom: 80px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form05_h5 {
  margin-bottom: 25px;
  color: #0b1033;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.2px;
}

.form05_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

.form_error_paragraph.white-text {
  color: #fff;
}

.form_error_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

.horizontal-logo {
  margin-bottom: 25px;
  color: #dbd7d7;
}

.author-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8c8e92;
  font-size: 16px;
  font-weight: 500;
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, 0.18), 11px 0 20px -9px rgba(79, 94, 120, 0.1);
}

.play-button {
  position: absolute;
}

.horizontal-angle {
  position: absolute;
  left: auto;
  top: 0%;
  right: -2%;
  bottom: 0%;
  z-index: 99;
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover;
}

.right-arrow {
  top: 17px;
  right: -17px;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-color: #007bfc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.right-arrow:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.testimonial-section {
  display: none;
  overflow: hidden;
  min-height: 850px;
  padding: 120px 3%;
  -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: #16161a;
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-quote-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d8d8d8;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.slider-horizontal {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-arrow {
  left: -17px;
  top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 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;
  border-radius: 100px;
  background-color: #007bfc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.left-arrow:hover {
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}

.play-icon {
  width: 60px;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  top: 575.901px;
  display: none;
  max-width: 150px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.horizontal-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px 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;
}

.mask-horizontal {
  overflow: visible;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.author-job {
  color: rgba(125, 125, 126, 0.5);
}

.testimonial-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 350px;
  -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;
}

.column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author-image {
  width: 50px;
  margin-right: 14px;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.client-quote-credit {
  margin-left: -24px;
  padding-left: 24px;
  border-left: 2px solid #fff;
}

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

.pin-stripe {
  width: 1px;
  background-color: #f3f6fc;
}

.pin-stripe.white {
  background-color: rgba(255, 255, 255, 0.12);
}

.background-banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  height: 116%;
  background-image: url('../images/Space002.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-banner.video-banner {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  background-image: url('../images/fernando-hernandez-lVuV7AcfOrY-unsplash.jpg');
  background-position: 50% 0%;
  background-size: 1600px;
}

.background-banner.projects-banner {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  background-image: url('../images/farzad-nazifi-p-xSl33Wxyc-unsplash.jpg');
  -o-object-fit: fill;
  object-fit: fill;
}

.background-banner.newsletter-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 0% 50%;
}

.stripe-container {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dual-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.85fr;
  grid-template-columns: 1fr 0.85fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hover-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-style: solid;
  border-width: 1px;
  border-color: #2cb67d;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 11px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.about-us {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5vw;
  -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;
}

.about-us.video-section {
  z-index: 10;
  padding-top: 240px;
  padding-bottom: 160px;
  color: #fff;
}

.section-bottom-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  height: 0%;
  background-color: #fff;
}

.stripe-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-info {
  display: -ms-grid;
  display: grid;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.background-cover {
  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-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-overlay-quote {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: rgba(9, 11, 26, 0.51);
  opacity: 1;
}

.hover-link-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0vw;
  bottom: 5vw;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 148px;
  height: 148px;
  padding: 24px;
  -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;
}

.hover-link-wrapper.video-link-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0vw;
  bottom: 0vw;
  margin-left: -24px;
}

.banner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  -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;
}

.categories-grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-collection-list-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f3f6fc;
}

.call-to-action {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5vw;
  -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;
}

.call-to-action.no-bottom-padding {
  padding: 0px 0vw;
}

.banner-categories {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 36px;
}

.banner-intro {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
  text-align: center;
}

.image-cover-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 15;
  display: block;
  overflow: visible;
  width: 66.66%;
}

.project-categories-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-cover {
  z-index: 20;
  display: block;
  overflow: hidden;
  width: 0%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #16161a;
}

.steps-circle {
  position: absolute;
  left: -86px;
  top: 36px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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-style: none;
  border-width: 0px;
  border-color: rgba(192, 192, 211, 0.2);
  border-radius: 100px;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-circle.center {
  top: auto;
}

.card-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: -51px;
  bottom: auto;
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(8, 8, 9, 0.2);
  border-bottom-left-radius: 3px;
  background-color: #1c1d22;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/Villa0017.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-background-image.steps-background {
  background-image: url('../images/Family003.jpeg');
}

.background-load-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: none;
  height: 50%;
  background-color: #fff;
}

.steps-content {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-load-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 25;
  display: none;
  height: 50%;
  background-color: #fff;
}

.steps-icon {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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-style: solid;
  border-width: 1px;
  border-color: #2cb67d;
  border-radius: 100%;
  background-color: #1c1d22;
  color: #516381;
  font-weight: 700;
}

.body-display-2 {
  font-family: 'Open Sans', sans-serif;
  color: #94a1b2;
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-display-2.large {
  color: #94a1b2;
  font-size: 19px;
}

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

.subtitle-wrapper-2 {
  margin-bottom: 18px;
}

.how-it-works-fill {
  width: 100%;
  height: 0px;
  border-radius: 100px;
  background-color: #081c3a;
}

.horizontal-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(192, 192, 211, 0.2);
}

.subtitle-2 {
  color: #94a1b2;
  font-size: 11px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.how-to-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 200px;
  padding: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
}

.button-4 {
  display: none;
  padding: 16px 32px;
  -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-style: none;
  border-radius: 5px;
  background-color: #7f5af0;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 10px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #081c3a;
}

.steps-card {
  position: relative;
  display: -ms-grid;
  display: grid;
  min-height: 275px;
  padding: 24px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0.2);
  border-radius: 5px;
}

.steps-grid {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding-left: 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.steps-sticky-card {
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
  z-index: 30;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  padding: 18px 18px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(73, 73, 82, 0.2);
  border-radius: 12px;
  background-color: #2e2d2d;
  box-shadow: none;
  color: #72757e;
}

.steps-dot {
  position: relative;
  z-index: 10;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.2);
}

.steps-tracker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 100px;
  background-color: rgba(192, 192, 211, 0.2);
}

.process {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 0vw;
  -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: #16161a;
}

.steps-cards {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subtitle-intro-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.steps-circle-outline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  background-color: #1f1e1e;
}

.steps-circle-outline.two {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #1f1e1e;
}

.steps-intro {
  display: -ms-grid;
  display: grid;
  padding-right: 12px;
  padding-left: 12px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.steps-card-wrapper {
  display: -ms-grid;
  display: grid;
  min-height: 900px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.checklist-item {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checklist {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.newsletter-form-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  color: #fff;
}

.success-wrapper {
  display: -ms-grid;
  display: grid;
  min-height: 340px;
  padding: 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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.success-wrapper.dark {
  height: 100%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.service-menu-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #f3f6fc;
}

.service-menu-list.white {
  width: 100%;
  margin-right: 1px;
  margin-left: 1px;
  border-top-color: rgba(255, 255, 255, 0.15);
}

.text-field {
  min-height: 54px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.65);
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: #d4ddee;
  background-color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #6e7488;
}

.text-field:-ms-input-placeholder {
  color: #6e7488;
}

.text-field::-ms-input-placeholder {
  color: #6e7488;
}

.text-field::placeholder {
  color: #6e7488;
}

.text-field.light {
  border-color: rgba(255, 255, 255, 0.16);
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
}

.text-field.light:focus {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field.light::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.text-field.light:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.text-field.light::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.text-field.light::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.submit-button {
  min-width: 160px;
  padding: 16px 32px;
  border-radius: 100px;
  background-color: #090b19;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.submit-button.white {
  background-color: #fff;
  color: #090b19;
}

.newsletter-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(9, 11, 25, 0.9);
}

.radio-button {
  display: none;
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-top: 0px;
  margin-right: 18px;
  margin-left: 0px;
  border-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}

.radio-button.w--redirected-checked {
  border-color: #fff;
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.error-message {
  margin-top: 0px;
  padding: 12px 18px;
  background-color: #e2e7f1;
  color: #090b19;
}

.registration-form {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5vw;
  -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;
}

.registration-form.no-horizontal-padding {
  padding-right: 0vw;
  padding-left: 0vw;
  background-color: #16161a;
}

.list-heading-wrapper {
  display: -ms-grid;
  display: grid;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-wrapper-2 {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row;
  grid-auto-columns: minmax(5vw, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  position: relative;
  z-index: 20;
  margin-bottom: 0px;
}

.dark-cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -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: #090b19;
}

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

.form-column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
}

.radio-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-size: 16px;
  cursor: pointer;
}

.utility-message {
  height: 100%;
  margin-top: auto;
  padding: 0px;
  background-color: transparent;
}

.field-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.field-label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.list-item-text {
  cursor: pointer;
}

.sticky-services-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: nowrap;
}

.checklist-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 0px;
  -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-style: solid;
  border-width: 1px;
  border-color: #2cb67d;
  border-radius: 100px;
  background-color: #313131;
}

.newsletter-intro {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  padding: 60px 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  background-color: #181818;
  color: #333;
}

.newsletter-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-wrap {
  position: relative;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product5-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.item-overlay {
  position: absolute;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 29, 0.1)), to(rgba(24, 24, 29, 0.1)));
  background-image: linear-gradient(180deg, rgba(24, 24, 29, 0.1), rgba(24, 24, 29, 0.1));
  opacity: 0;
  text-decoration: none;
  cursor: pointer;
}

.size4-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #cac8c8;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-decoration: none;
}

.size4-link:hover {
  opacity: 0.7;
}

.section-2 {
  padding-right: 36px;
  padding-left: 36px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #181818;
}

.paragraph-70 {
  margin-bottom: 10px;
  opacity: 0.7;
  color: #817d7d;
}

.home-sections-label {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  bottom: 120px;
  width: 250px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.56);
  border-radius: 11px;
  background-color: #2e2d2d;
  box-shadow: 0 1px 1px 0 rgba(160, 157, 157, 0.26);
  text-align: center;
}

.homepage-layouts-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.projects.m0-100 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.product3-content-wrap {
  margin-top: 26px;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #18181d;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.home-item-wrap {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #eaedee;
}

.home-image {
  height: 100%;
}

.size1-text {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #c5c1c1;
  font-size: 44px;
  line-height: 52px;
  font-weight: 300;
  white-space: normal;
}

.label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(170, 170, 170, 0.2);
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.label.black-label {
  z-index: 40;
  border-style: none;
  border-width: 0px;
  background-color: #18181d;
  color: #fff;
}

.link-f11 {
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  text-decoration: none;
}

.link-f11:hover {
  color: #3898eb;
}

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

.form-newsletter-f11 {
  margin-bottom: 0px;
}

.link-subwrapper-f11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  padding-top: 6px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-subwrapper-f11.no-right-margin {
  margin-right: 0px;
}

.footer-f11 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.social-media-icon-f11 {
  margin-right: 6px;
}

.submit-button-2 {
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 6px;
  box-shadow: 1px 1px 3px 0 #cecece;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-weight: 500;
}

.submit-button-2:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.title-link-column-f11 {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.copyright-f11 {
  margin-top: 30px;
  color: #a8a8a8;
}

.newsletter-f11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.social-media-text-f11 {
  display: inline-block;
}

.newsletter-title-f11 {
  margin-bottom: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.social-media-link-f11 {
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  text-decoration: none;
}

.social-media-link-f11:hover {
  color: #3898eb;
}

.footer-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #e44545;
  border-radius: 0px;
  background-color: #181818;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

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

.text-field-2 {
  min-width: 240px;
  margin-right: 12px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #e9e9e9;
}

.brand-span {
  color: #35b8be;
}

.review-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: nowrap;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -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;
}

.hero-paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #94a1b2;
  font-size: 16px;
  line-height: 1.34;
  font-weight: 400;
}

.hero-h1 {
  max-width: 580px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fffffe;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-top: 0px;
  -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;
}

.button-5 {
  min-height: 60px;
  padding: 20px 35px;
  border-style: solid;
  border-width: 3px;
  border-color: #2cb67d;
  border-radius: 3px;
  background-color: rgba(127, 90, 240, 0);
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.button-5:hover {
  background-color: #2cb67d;
}

.hero-image-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.review-text {
  color: #08090a;
  font-size: 16px;
}

.review-logo {
  margin-right: 16px;
  margin-bottom: 10px;
}

.hero-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding: 100px 3%;
  -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: #16161a;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.text-span {
  color: #2cb67d;
}

.body {
  background-color: #16161a;
}

.heading-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fffffe;
}

.heading-4 {
  font-family: 'Open Sans', sans-serif;
  color: #fffffe;
}

.text-block {
  color: #2cb67d;
}

.heading-5 {
  font-family: 'Open Sans', sans-serif;
  color: #fffffe;
}

.heading-6 {
  font-family: 'Open Sans', sans-serif;
  color: #fffffe;
}

.heading-7 {
  font-family: 'Open Sans', sans-serif;
  color: #fffffe;
}

.heading-8 {
  font-family: 'Open Sans', sans-serif;
  color: #fffffe;
}

.div-block {
  position: fixed;
  z-index: 8;
  width: 100vh;
  height: 100vh;
  min-height: 100vh;
  min-width: 100vh;
  background-color: #000;
}

.div-block-3 {
  position: fixed;
  z-index: 5;
  width: 200vh;
  height: 100vh;
  background-color: #000;
}

.div-block-4 {
  position: static;
  width: 800px;
  height: 600px;
  margin: auto;
  background-color: #fff;
}

.image-2 {
  width: 100%;
}

.image-3 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-4 {
  width: 100%;
}

.image-5 {
  width: 100%;
}

.form-slide {
  width: 100%;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.success-message {
  padding: 0px;
  background-color: transparent;
}

.note {
  margin-top: 60px;
  padding: 60px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(197, 56, 122, 0.4);
  border-radius: 20px;
  background-color: rgba(197, 56, 122, 0.1);
  color: #c5387a;
  font-size: 24px;
  text-align: center;
}

.radio-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-heading {
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
}

.page {
  display: none;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-area-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.radio-button-label {
  display: none;
}

.form-back {
  position: static;
  width: 48%;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 13px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #7f58e2;
  border-radius: 10px;
  background-color: rgba(127, 88, 226, 0.1);
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-back:hover {
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, 0.3);
  letter-spacing: 3px;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px rgba(127, 88, 226, 0.6);
}

.checkbox {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
  transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
}

.checkbox:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.checkbox.w--redirected-checked {
  border-color: rgba(127, 88, 226, 0.5);
  background-color: rgba(127, 88, 226, 0.3);
  background-image: url('../images/done-violet.svg');
  background-size: 16px;
}

.checkbox.w--redirected-focus {
  border-color: rgba(127, 88, 226, 0.5);
  box-shadow: none;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.form-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 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;
}

.form-step.last-step {
  margin-bottom: 0px;
  padding-bottom: 70px;
}

.text-field-done {
  position: relative;
  width: 1px;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #7f58e2;
  border-radius: 50%;
  background-color: rgba(127, 88, 226, 0.2);
  background-image: url('../images/done-violet.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: height 300ms cubic-bezier(.25, .46, .45, .94), width 300ms cubic-bezier(.25, .46, .45, .94);
  transition: height 300ms cubic-bezier(.25, .46, .45, .94), width 300ms cubic-bezier(.25, .46, .45, .94);
}

.text-field-done.area-done {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0%;
  bottom: auto;
  width: 10px;
  height: 10px;
}

.radio-button-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 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;
  text-align: center;
}

.container-3 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.step-number {
  width: 100%;
  color: rgba(127, 88, 226, 0.5);
  font-size: 16px;
  font-weight: 900;
}

.section-3 {
  padding: 120px 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-3.grey {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
  -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;
  background-color: #fcfcfc;
  background-image: url('../images/wave.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-block-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -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;
}

.radiobutton {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-transition: border-width 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
  transition: border-width 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
}

.radiobutton:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.radiobutton.w--redirected-checked {
  border-width: 9px;
  border-color: rgba(127, 88, 226, 0.5);
  background-color: rgba(127, 88, 226, 0.3);
}

.radiobutton.w--redirected-focus {
  border-color: rgba(127, 88, 226, 0.5);
  box-shadow: none;
}

.area-label {
  position: absolute;
  top: 10px;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  -webkit-transition: font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  transition: font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 600;
}

.field-label-2 {
  position: relative;
  top: 0px;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: background-color 300ms ease, font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 300ms ease, font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.slide-nav-2 {
  display: none;
}

.text-area {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  min-height: 240px;
  padding-top: 12px;
  padding-right: 50px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
}

.text-area:hover {
  display: block;
  border-color: rgba(0, 0, 0, 0.15);
}

.text-area:focus {
  border-color: rgba(127, 88, 226, 0.5);
}

.text-field-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 19px 2px 15px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.text-field-wrapper.third {
  width: 31%;
}

.text-field-wrapper.half {
  width: 48%;
}

.note-heading {
  font-size: 40px;
  font-weight: 900;
}

.bg-blob-top {
  position: absolute;
  left: 5%;
  top: -10%;
  right: auto;
  bottom: auto;
}

.form-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.radiobutton-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.radiobutton-field:hover {
  color: #7f58e2;
}

.form-next {
  position: static;
  width: 48%;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #7f58e2;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-next:hover {
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, 0.6);
  letter-spacing: 3px;
}

.form-next:active {
  border: 1px none #000;
}

.form-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: -40px;
  margin-bottom: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.bg-blob {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 5%;
}

.form-block-2 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 80px 70px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 20px 50px -50px rgba(32, 45, 73, 0.2);
}

.hero-img-wrap {
  width: 40%;
  margin-top: -60px;
}

.form-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #7f58e2;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, 0.6);
  letter-spacing: 3px;
}

.form-button:active {
  border: 1px none #000;
}

.form-button:focus {
  border: 1px none #000;
}

.form-3 {
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.checkbox-field:hover {
  color: #7f58e2;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.fields-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 60px;
  padding-right: 50px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
}

.text-field-3:hover {
  display: block;
  border-color: rgba(0, 0, 0, 0.15);
}

.text-field-3:focus {
  border-color: rgba(127, 88, 226, 0.5);
}

.button-6 {
  position: static;
  display: inline-block;
  min-height: 60px;
  padding: 15px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #7f58e2;
  border-radius: 10px;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-6:hover {
  letter-spacing: 3px;
}

.button-6:active {
  border: 1px none #000;
}

.radio-button-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fcfcfc;
  border-radius: 10px;
  background-color: #fcfcfc;
  cursor: pointer;
}

.radio-button-2:hover {
  background-color: rgba(127, 88, 226, 0.2);
}

.radio-button-2.w--redirected-checked {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(127, 88, 226, 0.5);
  background-color: rgba(127, 88, 226, 0.3);
  -webkit-transition: border-color 300ms ease, background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 300ms ease, background-color 300ms cubic-bezier(.25, .46, .45, .94);
}

.radio-button-2.gender {
  background-image: url('../images/genders-02.svg');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  -webkit-transition: border-color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
}

.radio-button-2.gender:hover {
  border-color: rgba(127, 88, 226, 0.2);
}

.radio-button-2.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button-2.gender.male {
  background-image: url('../images/genders-01.svg');
}

.radio-button-2.gender.male.w--redirected-focus {
  box-shadow: none;
}

.hero-content-3 {
  width: 50%;
}

.note-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  -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-style: dashed;
  border-width: 2px;
  border-color: rgba(197, 56, 122, 0.4);
  border-radius: 10px;
  background-color: rgba(197, 56, 122, 0.2);
  color: #c5387a;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}

.note-link:hover {
  background-color: rgba(197, 56, 122, 0.3);
}

.link-2 {
  color: #7f58e2;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.creator {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 40px;
  font-size: 16px;
  text-align: center;
}

.subtitle-3 {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  color: #7c89a5;
  font-size: 20px;
}

.form-subtitle-cf10 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #969696;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-cf10 {
  margin-top: 0px;
  border: 2px solid transparent;
  border-radius: 6px;
  background-color: #f4f6fc;
  font-size: 16px;
  text-align: left;
}

.text-field-cf10:focus {
  border-width: 2px;
  border-color: #f76874;
}

.text-field-cf10.other {
  width: 50%;
  margin-top: 10px;
}

.text-field-cf10.big {
  height: 100px;
  margin-top: 10px;
}

.text-field-cf10.extra-left {
  margin-left: 20px;
}

.checkbox-wrapper-cf10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-subwrapper-cf10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-cf10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-cf10 {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 18px;
}

.checkbox-cf10.w--redirected-checked {
  border-color: #f76874;
  background-color: #f76874;
}

.success-message-cf10 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.submit-button-cf10 {
  margin-top: 20px;
  padding: 10px 26px;
  border-style: solid;
  border-width: 2px;
  border-color: #f76874;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #dfdfdf;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #f76874;
  font-size: 14px;
  font-weight: 600;
}

.submit-button-cf10:hover {
  border-color: #f7404f;
  background-color: #f7404f;
  color: #fff;
}

.field-label-cf10 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.checkbox-field-cf10 {
  width: 40%;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 7px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f3f6fb;
  color: #999;
  font-size: 14px;
}

.contact-form-wrapper {
  width: 90%;
  height: auto;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.contact-form-wrapper.extra-large {
  display: none;
}

.error-message-cf10 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form-title-cf10 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.text-field-4 {
  min-height: 62px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.13);
  background-color: transparent;
  font-size: 16px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 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;
}

.unique {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #94a1b2;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.unique:hover {
  opacity: 0.5;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 92px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

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

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

.form-block-3 {
  margin-top: 40px;
}

.footer-title-button {
  margin-right: 20px;
  color: #fffffe;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

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

.button-7 {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #ffd2dd;
  color: #5e4dcd;
  font-size: 16px;
}

.footer-title {
  margin-bottom: 22px;
  font-family: 'Open Sans', sans-serif;
  color: #f3f1f1;
  font-size: 17px;
  font-weight: 600;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.secondary-link {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.submit-button-3 {
  min-height: 62px;
  min-width: 62px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #2cb67d;
  color: #5e4dcd;
  font-size: 17px;
}

.footer-01 {
  padding: 132px 3%;
  border-top: 5px solid #2cb67d;
  background-color: #292924;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  width: 8%;
  height: 10%;
}

.div-block-5 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  overflow: visible;
  width: 400px;
  height: 70%;
  margin-left: -191px;
}

.div-block-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 70%;
  height: 100%;
  -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;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  background-color: #1d1d1d;
}

.div-block-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.div-block-11 {
  overflow: hidden;
}

.right-arrow-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 60px;
}

.div-block-16 {
  position: absolute;
  right: -31%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 13px;
  -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;
}

.div-block-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-color: #fff;
}

.text-block-2 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 100px;
  font-weight: 100;
}

.link-block-4 {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  font-style: normal;
  text-decoration: none;
}

.image-6 {
  position: relative;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  background-image: url('../images/06.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-color: #fff;
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.link-block-5 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  -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-style: solid;
  border-width: 3px;
  border-color: #fff;
  text-decoration: none;
}

.icon-2 {
  background-color: transparent;
}

.text-block-4 {
  position: static;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.div-block-19 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 60px;
  background-color: #1d1d1d;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 400px;
  margin-left: 10px;
  -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;
}

.best-projects {
  height: 100vh;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 100px;
  font-weight: 900;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  max-width: 56%;
  margin-left: 115px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
}

.left-arrow-2 {
  left: auto;
  top: auto;
  right: 100px;
  bottom: 0%;
  height: 60px;
}

.paragraph {
  margin-top: 20px;
  margin-left: 24px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 10px;
}

.div-block-9 {
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.text-block-6 {
  position: static;
  margin-bottom: 35px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  white-space: nowrap;
}

.text-block-3 {
  position: relative;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.text-block-7 {
  color: #2cb67d;
}

.text-block-8 {
  color: #2cb67d;
}

.text-block-9 {
  color: #2cb67d;
}

.body-2 {
  cursor: default;
}

.page-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lottie-animation-2 {
  position: static;
  z-index: 5;
  display: block;
}

.lottie-animation-3 {
  cursor: pointer;
}

.link-3 {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link-4 {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link-5 {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.div-block-21 {
  padding: 11px;
}

.button-8 {
  padding: 12px 25px;
  background-color: #2cb67d;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.body-3 {
  background-color: #1b1b1b;
}

.columns {
  height: 50px;
}

.image-8 {
  height: 50px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.noise {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  -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/5c06f51d6e75c933fe05c728_giphy.gif');
  background-position: 0px 0px;
  background-size: 256px;
  opacity: 0.12;
}

.btn-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 24%;
  bottom: 12%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -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;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.project-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 33vh;
  margin-bottom: 33vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 3500px;
  perspective: 3500px;
  -webkit-transform: perspective(3500px);
  transform: perspective(3500px);
}

.heading-h1 {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 30vh;
  margin-bottom: 0px;
  margin-left: 16vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  color: #fff;
  font-size: 7.5vw;
  line-height: 10vw;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}

.heading-h1.solid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
}

.heading-h1.outline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: block;
  color: hsla(0, 0%, 100%, 0.41);
}

.btn-line {
  width: 56px;
  height: 2px;
  margin-right: 24px;
  background-color: #fff;
}

.project {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 66%;
  height: 90vh;
  -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-perspective: 3500px;
  perspective: 3500px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(3500px);
  transform: perspective(3500px);
}

.page-3 {
  overflow: hidden;
}

.img {
  position: relative;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 1280px) {
  .cursor-wrapper {
    cursor: none;
  }

  .nav-link {
    font-size: 14px;
  }

  .button-wrap-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link {
    padding-left: 35px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .services {
    padding-bottom: 301px;
  }

  .services-card {
    border-top-color: transparent;
  }

  .card-hover-item {
    padding: 0px;
    border-top-color: rgba(151, 107, 53, 0.01);
  }

  .button-2 {
    display: none;
  }

  .button-2.grey-outline.small {
    display: block;
  }

  .button-2.white-outline {
    display: block;
    border-color: #2cb67d;
  }

  .icon {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .testimonial-section {
    display: none;
  }

  .background-banner.newsletter-banner {
    background-image: url('../images/domenico-loia-hGV2TfOh0ns-unsplash.jpg');
    background-position: 100% 50%;
    background-size: contain;
  }

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

  .section-bottom-cover {
    background-color: #2cb67d;
  }

  .stripe-wrapper {
    padding-top: 0px;
    padding-left: 5vw;
  }

  .image-overlay-quote {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .image-cover {
    background-color: #2cb67d;
  }

  .background-load-bottom {
    background-color: #2cb67d;
  }

  .background-load-top {
    background-color: #2cb67d;
  }

  .steps-icon {
    border-color: #2cb67d;
  }

  .button-4 {
    display: none;
  }

  .steps-card {
    padding: 36px;
  }

  .steps-grid {
    grid-column-gap: 100px;
    -ms-grid-columns: 0.8fr 1fr;
    grid-template-columns: 0.8fr 1fr;
  }

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

  .steps-intro {
    padding-right: 18px;
    padding-left: 18px;
  }

  .newsletter-form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-intro {
    margin-left: -72px;
    padding: 80px 48px;
    background-color: #16161a;
  }

  .link-f11 {
    color: #fff;
  }

  .title-link-column-f11 {
    color: #fff;
  }

  .copyright-f11 {
    color: hsla(0, 0%, 65.9%, 0.44);
  }

  .social-media-text-f11 {
    color: #fff;
  }

  .newsletter-title-f11 {
    color: rgba(158, 154, 154, 0.41);
  }

  .footer-wrapper {
    width: 100%;
    max-width: 1600px;
    background-color: #0f0f0f;
  }

  .hero-h1 {
    font-size: 50px;
  }

  .container-flex {
    padding-top: 0px;
  }

  .button-5 {
    border-style: solid;
    border-width: 3px;
    border-color: #2cb67d;
    border-radius: 3px;
    background-color: rgba(127, 90, 240, 0);
  }

  .button-5:hover {
    background-color: #2cb67d;
  }

  .hero-content-2 {
    padding-right: 0px;
    padding-left: 40px;
  }

  .text-span {
    color: #2cb67d;
  }

  .lottie-animation {
    max-height: 550px;
    margin-top: -10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block {
    color: #2cb67d;
  }

  .div-block {
    display: block;
    margin-left: 0px;
  }

  .div-block-2 {
    position: fixed;
    z-index: 8;
    background-color: #000;
  }

  .div-block-3 {
    position: fixed;
    z-index: 8;
    width: 200vh;
    height: 100vh;
    background-color: #000;
  }

  .div-block-4 {
    position: static;
    width: 1000px;
    height: 600px;
    margin: auto;
    background-color: #fff;
  }

  .image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-2 {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  .image-4 {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-block-7 {
    background-color: #16161a;
  }

  .div-block-18 {
    width: 100vh;
    height: 100vh;
    padding-top: 0px;
  }

  .link-block-5 {
    display: none;
  }

  .div-block-19 {
    background-color: #16161a;
  }

  .best-projects {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #16161a;
  }

  .text-block-5 {
    display: none;
  }

  .paragraph {
    display: none;
  }

  .div-block-9 {
    margin-top: 49px;
  }

  .text-block-6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .text-block-7 {
    color: #2cb67d;
  }

  .text-block-8 {
    color: #2cb67d;
  }

  .text-block-9 {
    color: #2cb67d;
  }

  .body-2 {
    display: block;
    cursor: none;
  }

  .div-block-21 {
    padding-left: 31px;
  }

  .img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (min-width: 1440px) {
  .cursor-h-txt {
    display: none;
  }

  .nav-01 {
    height: 80px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #fff;
  }

  .nav {
    height: 100vh;
  }

  .nav-link {
    font-family: 'Varela Round', sans-serif;
    color: #f5f5f5;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .logo {
    width: 70px;
  }

  .button-wrap-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link {
    padding-left: 35px;
  }

  .header {
    min-width: 100px;
    margin-top: 170px;
    padding-right: 0%;
    padding-left: 0%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wrapper {
    max-width: 1600px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .large-heading {
    color: #c5c2c2;
  }

  .services-card {
    padding: 48px;
  }

  .button-3 {
    width: 180px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .button-t {
    display: block;
    width: 120px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-cover {
    width: 180px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .button-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .dual-wrapper {
    -ms-grid-columns: 0.9fr 1fr;
    grid-template-columns: 0.9fr 1fr;
  }

  .call-to-action.no-bottom-padding {
    margin-top: 1px;
    padding-top: 1px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .steps-grid {
    grid-column-gap: 140px;
    -ms-grid-columns: 0.8fr 1fr;
    grid-template-columns: 0.8fr 1fr;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-h1 {
    font-size: 64px;
  }

  .container-flex {
    padding-top: 0px;
  }

  .header-2 {
    background-image: none;
  }

  .container-3 {
    cursor: default;
  }

  .body-2 {
    cursor: default;
  }
}

@media screen and (max-width: 991px) {
  .card {
    width: 45vw;
  }

  .heading {
    text-align: center;
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(84, 102, 129, 0.13);
  }

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

  .content-block-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -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;
  }

  .hero-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .navigation-block-right {
    width: 100%;
  }

  .navigation-link-wrap {
    display: none;
  }

  .hero-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .container-navigation {
    position: relative;
    z-index: 99;
  }

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-toggle {
    padding: 0px;
  }

  .dropdown-link {
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
    color: #3b4c5b;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: rgba(115, 167, 213, 0.09);
  }

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

  .dropdown-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 15px;
  }

  .header {
    padding-top: 160px;
  }

  .mobile-button-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 17px;
    border-radius: 50px;
    background-color: rgba(84, 102, 129, 0.08);
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-card {
    padding: 36px 24px;
  }

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

  .tripple-grid {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .form05_title {
    display: inline;
    line-height: 50px;
  }

  .arrow {
    display: none;
  }

  .field-label-copy {
    display: inline;
    line-height: 50px;
  }

  .project_quote {
    right: 35px;
    bottom: 35px;
  }

  .testimonial-image {
    position: relative;
  }

  .container-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .horizontal-content-block {
    padding-right: 40px;
    padding-left: 25px;
  }

  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0%;
  }

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

  .about-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-us.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .call-to-action {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-categories {
    padding-top: 0px;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .project-categories-wrapper {
    margin-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .grid-wrapper {
    -ms-grid-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .steps-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .steps-sticky-card {
    position: relative;
    top: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .process {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
  }

  .registration-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sticky-services-menu {
    position: relative;
    top: 0px;
  }

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

  .product5-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .home-sections-label {
    position: static;
    margin-bottom: 30px;
  }

  .homepage-layouts-grid {
    grid-column-gap: 24px;
  }

  .link-subwrapper-f11 {
    margin-right: 40px;
  }

  .footer-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .review-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .hero-image-wrap-2 {
    width: 100%;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-content-2 {
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .header-2 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-3 {
    padding: 100px 40px;
  }

  .bg-blob {
    left: -10%;
    bottom: 0%;
  }

  .hero-img-wrap {
    width: 50%;
    margin-top: 0px;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .footer-column {
    padding-right: 20px;
  }

  .project-container {
    margin-top: 20vh;
    margin-bottom: 20vh;
  }

  .heading-h1 {
    margin-left: 5vw;
  }

  .project {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 100vh;
  }

  .card {
    width: 75vw;
  }

  .container-flex-n1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .phone-wrap {
    display: none;
  }

  .button-navigation {
    display: none;
  }

  .navigation-link-wrap {
    display: none;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .collection-grid {
    margin-top: 0px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .tripple-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quote_form {
    padding-right: 3%;
    padding-left: 3%;
  }

  .project_form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form05_title {
    display: inline;
    line-height: 40px;
  }

  .form05_input {
    padding: 5px;
  }

  .field-label-copy {
    display: inline;
  }

  .form05_wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .testimonial-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .horizontal-angle {
    display: none;
  }

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

  .slider-horizontal {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0%;
  }

  .about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .call-to-action {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .category-collection-item {
    border-bottom: 1px solid #e2e7f1;
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid #e2e7f1;
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .grid-wrapper {
    -ms-grid-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .steps-grid {
    padding-left: 0px;
  }

  .process {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

  .newsletter-form-wrapper {
    padding-top: 36px;
    padding-bottom: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .registration-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-wrapper-2 {
    grid-row-gap: 120px;
  }

  .dark-cover {
    background-color: transparent;
  }

  .form-column.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .newsletter-intro {
    padding: 36px 24px;
  }

  .product5-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .homepage-layouts-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .top-wrapper-f11 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-subwrapper-f11 {
    min-width: 50%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
  }

  .footer-f11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .submit-button-2 {
    padding-right: 26px;
    padding-left: 26px;
    font-size: 16px;
  }

  .newsletter-title-f11 {
    font-size: 16px;
  }

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

  .text-field-2 {
    min-width: 250px;
  }

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

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

  .header-2 {
    padding-bottom: 60px;
  }

  .form-slide {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .note {
    padding: 40px;
    font-size: 20px;
  }

  .radio-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radio-buttons.genders {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-heading {
    font-size: 24px;
  }

  .form-back {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .form-step {
    height: 100%;
  }

  .section-3 {
    padding: 40px 20px;
  }

  .section-3.grey {
    padding-top: 60px;
    background-position: 100% 100%;
    background-size: 1000px;
  }

  .hero-block-2 {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .note-heading {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .bg-blob-top {
    width: 70%;
  }

  .form-next {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .bg-blob {
    display: none;
  }

  .form-block-2 {
    padding: 40px 40px 50px;
  }

  .hero-img-wrap {
    width: 80%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .button-6 {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .hero-content-3 {
    width: 100%;
  }

  .subtitle-3 {
    font-size: 20px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .text-field-cf10.other {
    width: 60%;
  }

  .field-label-cf10 {
    font-size: 16px;
  }

  .checkbox-field-cf10 {
    width: 60%;
  }

  .contact-form-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-form-wrapper.extra-large {
    height: auto;
  }

  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .footer-column {
    padding-right: 0px;
  }

  .project-container {
    margin-top: 15vh;
    margin-bottom: 15vh;
  }

  .project {
    height: 90vh;
  }
}

@media screen and (max-width: 479px) {
  .card {
    width: 90vw;
    padding: 30px;
  }

  .phone-wrap {
    display: none;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-image-wrap {
    padding: 10px;
  }

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

  .button {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large-heading {
    font-size: 36px;
  }

  .services-card {
    padding: 36px 18px;
  }

  .tripple-grid {
    width: 100%;
    margin-bottom: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon {
    margin-bottom: 36px;
  }

  .quote_form {
    padding-right: 5%;
    padding-left: 5%;
  }

  .form05_title {
    display: inline;
    line-height: 25px;
  }

  .form05_input {
    display: block;
    width: 95%;
    height: 40px;
    padding-left: 0px;
  }

  .form05_input.date {
    width: 80%;
    padding-left: 2px;
  }

  .form05_input.budget {
    display: inline;
    width: 90px;
  }

  .form05_input.project {
    width: 100%;
  }

  .field-label-copy {
    display: inline;
    line-height: 33px;
  }

  .form05_h5 {
    line-height: 25px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 20%;
    bottom: -3%;
  }

  .author-block {
    margin-top: 15px;
  }

  .left-arrow {
    left: 20%;
    top: auto;
    right: auto;
    bottom: -3%;
  }

  .horizontal-content-block {
    padding-right: 15px;
    padding-bottom: 70px;
    padding-left: 15px;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .client-quote-credit {
    margin-left: 0px;
    padding-left: 18px;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0%;
  }

  .about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-us.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .video-info {
    padding-left: 0px;
    grid-row-gap: 48px;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .categories-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .call-to-action {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px none #000;
  }

  .image-cover-wrapper {
    padding-top: 149px;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .steps-circle {
    display: none;
  }

  .grid-wrapper {
    -ms-grid-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 12px 12px 24px;
  }

  .steps-tracker {
    display: none;
  }

  .steps-cards {
    width: 100%;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .steps-intro {
    grid-row-gap: 24px;
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .registration-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .list-heading-wrapper {
    width: 100%;
    padding-left: 18px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .grid-wrapper-2 {
    grid-row-gap: 100px;
  }

  .radio-item {
    padding-left: 18px;
  }

  .product5-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .homepage-layouts-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-small.white-small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .top-wrapper-f11 {
    max-width: none;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-subwrapper-f11 {
    min-width: 0%;
    padding-left: 0px;
  }

  .footer-f11 {
    width: 100%;
  }

  .footer-wrapper {
    width: 100%;
    border-radius: 0px;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .hero-h1 {
    margin-top: 1px;
    padding-top: 100px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 35px;
  }

  .button-5 {
    width: 100%;
    max-width: 250px;
  }

  .review-logo {
    margin-bottom: 12px;
  }

  .hero-content-2 {
    margin-bottom: 0px;
  }

  .header-2 {
    padding-top: 115px;
  }

  .lottie-animation {
    margin-top: -75px;
  }

  .note {
    padding: 30px 20px 20px;
    font-size: 18px;
  }

  .form-back {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section-3 {
    padding: 60px 10px;
  }

  .section-3.grey {
    background-position: 50% 100%;
    background-size: 700px;
  }

  .text-field-wrapper.half {
    width: 100%;
  }

  .note-heading {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .form-next {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-block-2 {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
  }

  .button-6 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .subtitle-3 {
    font-size: 18px;
  }

  .contact-form {
    width: 100%;
  }

  .text-field-cf10.other {
    width: 80%;
  }

  .text-field-cf10.extra-left {
    margin-left: 0px;
  }

  .form-subwrapper-cf10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-field-cf10 {
    width: 80%;
    margin-right: 0px;
  }

  .contact-form-wrapper {
    width: 100%;
    border-radius: 0px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

  .footer-wrapper-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-title-button {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .div-block-13 {
    position: fixed;
  }

  .div-block-19 {
    z-index: 5;
    margin-top: 0px;
    padding-top: 0px;
  }

  .best-projects {
    width: auto;
    max-width: 479px;
  }

  .div-block-21 {
    position: absolute;
    z-index: 5;
  }

  .button-8:hover {
    border-style: solid;
    border-width: 3px;
    border-color: #2cb67d;
    border-radius: 0px;
    background-color: rgba(44, 182, 125, 0);
  }

  .heading-h1 {
    margin-top: 20vh;
    margin-left: 24px;
    font-size: 12vw;
    line-height: 14vw;
  }

  .project {
    width: 80%;
    height: 80vh;
  }

  .img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

#w-node-f716ad97-c473-873d-52da-4fbfdc65a7d6-72570b14 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_72544cd0-ec5a-d38d-1c1a-e8037ea4a235-72570b14 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117ba6-72570b14 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117ba7-72570b14 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bb6-72570b14 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bb9-72570b14 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bba-72570b14 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bbd-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bbe-72570b14 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bc0-72570b14 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bc6-72570b14 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bc7-72570b14 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bca-72570b14 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bd4-72570b14 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bd5-72570b14 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bd8-72570b14 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117be2-72570b14 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117be3-72570b14 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117be6-72570b14 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bf0-72570b14 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bf1-72570b14 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2a863403-21dd-2040-a9e9-7614e9117bf4-72570b14 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_84eb45a8-eb81-2183-f66f-f636611cb366-72570b14 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941a0-72570b14 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941a1-72570b14 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941a9-72570b14 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941ab-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941ad-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941b0-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941b2-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941b5-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941b7-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941b9-72570b14 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941bb-72570b14 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#radio.w-node-_4763a31c-68f9-0606-42b5-b58aea0941bf-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941c0-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#radio.w-node-_4763a31c-68f9-0606-42b5-b58aea0941c3-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941c4-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941c6-72570b14 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#radio-2.w-node-_4763a31c-68f9-0606-42b5-b58aea0941c7-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941c8-72570b14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941d6-72570b14 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941e2-72570b14 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941a0-d065efe2 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941a1-d065efe2 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941a9-d065efe2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941ab-d065efe2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941ad-d065efe2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941b0-d065efe2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941b2-d065efe2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941b5-d065efe2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941b7-d065efe2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941b9-d065efe2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941bb-d065efe2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#radio.w-node-_4763a31c-68f9-0606-42b5-b58aea0941bf-d065efe2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941c0-d065efe2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#radio.w-node-_4763a31c-68f9-0606-42b5-b58aea0941c3-d065efe2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941c4-d065efe2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941c6-d065efe2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#radio-2.w-node-_4763a31c-68f9-0606-42b5-b58aea0941c7-d065efe2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941c8-d065efe2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941d6-d065efe2 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4763a31c-68f9-0606-42b5-b58aea0941e2-d065efe2 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (min-width: 1440px) {
  #w-node-_2a863403-21dd-2040-a9e9-7614e9117ba6-72570b14 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_2a863403-21dd-2040-a9e9-7614e9117ba7-72570b14 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_2a863403-21dd-2040-a9e9-7614e9117ba6-72570b14 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_4763a31c-68f9-0606-42b5-b58aea0941a1-72570b14 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_4763a31c-68f9-0606-42b5-b58aea0941a1-d065efe2 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_72544cd0-ec5a-d38d-1c1a-e8037ea4a22e-72570b14 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2a863403-21dd-2040-a9e9-7614e9117ba6-72570b14 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_2a863403-21dd-2040-a9e9-7614e9117ba7-72570b14 {
    -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;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_2a863403-21dd-2040-a9e9-7614e9117bb9-72570b14 {
    -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-_2a863403-21dd-2040-a9e9-7614e9117bbe-72570b14 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }

  #w-node-_4763a31c-68f9-0606-42b5-b58aea0941a1-72570b14 {
    -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-_4763a31c-68f9-0606-42b5-b58aea0941b9-72570b14 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4763a31c-68f9-0606-42b5-b58aea0941e2-72570b14 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_4763a31c-68f9-0606-42b5-b58aea0941a1-d065efe2 {
    -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-_4763a31c-68f9-0606-42b5-b58aea0941b9-d065efe2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4763a31c-68f9-0606-42b5-b58aea0941e2-d065efe2 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_72544cd0-ec5a-d38d-1c1a-e8037ea4a22e-72570b14 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_72544cd0-ec5a-d38d-1c1a-e8037ea4a235-72570b14 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4763a31c-68f9-0606-42b5-b58aea0941d6-72570b14 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-e138fe3e-5c52-67e4-3f9e-11c28cf6ef2e-72570b14 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_4763a31c-68f9-0606-42b5-b58aea0941d6-d065efe2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-e138fe3e-5c52-67e4-3f9e-11c28cf6ef2e-d065efe2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2a863403-21dd-2040-a9e9-7614e9117bba-72570b14 {
    -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-_2a863403-21dd-2040-a9e9-7614e9117bc0-72570b14 {
    -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-e138fe3e-5c52-67e4-3f9e-11c28cf6ef2e-72570b14 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e138fe3e-5c52-67e4-3f9e-11c28cf6ef2e-d065efe2 {
    -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;
  }
}