.logo {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #2e323c;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
}

.wrapper {
  max-width: 1200px;
  background-color: transparent;
}

.wrapper.nav-bar-wrapper {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.services-big-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -120px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-dropdown-link {
  padding: 12px 24px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease, color 100ms ease;
  transition: background-color 100ms ease, color 100ms ease;
  color: #2e323c;
  font-size: 14px;
  line-height: 24px;
}

.nav-dropdown-link:hover {
  background-color: #7567f8;
  color: #fff;
}

.nav-dropdown-link.w--current {
  color: #7567f8;
}

.nav-dropdown-link.w--current:hover {
  color: #fff;
}

.nav-link {
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 16px;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.nav-link:hover {
  color: #7567f8;
}

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

.nav-link.dropdown {
  padding-right: 36px;
}

.nav-link.dropdown:hover {
  color: #27b0c2;
}

.nav-link.dropdown {
  padding-right: 36px;
}

.nav-dropdown-icon {
  margin-right: 18px;
  color: #a5aab6;
  font-size: 13px;
}

.nav-dropdown-list {
  margin-left: -5px;
}

.nav-dropdown-list.w--open {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.09);
}

.logo-link {
  padding: 25px 16px 23px 14px;
}

.text-block-7 {
  color: #fff;
}

.text-block-7:hover {
  color: #ff7a00;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16%;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 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;
  background-color: #000;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.nav-bar.nav {
  overflow: hidden;
}

.logo-text {
  display: inline-block;
  margin-left: 8px;
  padding-bottom: 4px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #a5aab6;
  font-size: 14px;
  line-height: 24px;
}

.section {
  display: block;
  margin-top: 0px;
}

.section.hero-wrapper {
  max-height: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 133, 0, 0)), to(rgba(255, 133, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 122, 0, 0.93)), to(rgba(255, 122, 0, 0.93))), url('../images/jefferson-santos-450403-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(255, 133, 0, 0), rgba(255, 133, 0, 0)), linear-gradient(180deg, rgba(255, 122, 0, 0.93), rgba(255, 122, 0, 0.93)), url('../images/jefferson-santos-450403-unsplash.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, fixed;
  font-family: Exo, sans-serif;
}

.div-block {
  display: block;
  width: 100%;
  height: 100%;
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.25);
}

.hero-video-vertical-wrapper {
  position: absolute;
  left: 0%;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 118px;
  margin-left: -100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-info {
  position: relative;
  margin-top: 56px;
  margin-left: 9%;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-video-vertical-line {
  width: 54px;
  height: 2px;
  margin-right: 16px;
  background-color: #fff;
}

.hero-video-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-top: 72px;
  padding-right: 8px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-8 {
  position: relative;
  left: 0px;
  top: 172px;
  right: 0px;
  bottom: 0px;
  margin-left: 0px;
  font-size: 112px;
  line-height: 100px;
  font-weight: 400;
  text-align: left;
}

.hero-video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-header {
  position: relative;
  left: 0px;
  top: 0px;
  margin-top: 0px;
  color: #fff;
  font-size: 200px;
  line-height: 180px;
  font-weight: 700;
  letter-spacing: 8px;
}

.link-arrow-text {
  display: inline-block;
}

.link-arrow-text.white-text {
  line-height: 16px;
}

.service-color-card {
  position: relative;
  left: 16.6666666%;
  z-index: 1;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 64px 100px 56px 64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #ff7a00;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  color: #fff;
  text-align: left;
}

.service-color-card.launch {
  background-color: #ff7a00;
}

.service-color-card.service-card-right {
  left: auto;
  right: 16.6666666%;
}

.service-color-card.service-card-right.color-2 {
  background-color: #27b0c2;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

.service-color-card-text {
  margin-right: 2px;
  margin-left: 0px;
  padding: 0px;
  color: #fff;
}

.section-2 {
  overflow: hidden;
  margin-top: 0px;
  padding: 90px 24px 37px;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.section-2.no-top-padding {
  padding-top: 0px;
}

.section-2.no-top-padding.no-bottom-padding {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: scroll;
  padding-bottom: 0px;
  clear: none;
  background-color: rgba(77, 77, 77, 0.87);
}

.section-2.grey-section {
  display: block;
}

.section-2.grey-section.no-top-padding.no-bottom-padding {
  margin-top: 0px;
}

.section-description {
  margin-bottom: 10px;
  color: #9096a4;
  font-size: 16px;
  line-height: 28px;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.service-color-card-icon {
  margin-bottom: -8px;
  margin-left: -2px;
}

.service-image {
  width: 66.66666667%;
  height: 560px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #e1e3ea;
}

.service-image.service-image-2 {
  background-image: url('../images/edho-pratama-152392-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image.service-image-1 {
  background-image: url('../images/domenico-loia-272251.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image.service-image-3 {
  background-image: url('../images/le-buzz-568441-unsplash.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/le-buzz-568441-unsplash.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 65px;
}

.link-arrow {
  color: #2e323c;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-small-header {
  margin-bottom: 44px;
  color: #7c7979;
  font-size: 34px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.service-card-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.service-card-big.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56px;
}

.big-map {
  display: block;
  width: 83.33%;
  height: 440px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  border-radius: 8px;
}

.contacts-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #9096a4;
}

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

.button {
  height: 48px;
  padding: 11px 24px;
  border-radius: 24px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.button:hover {
  box-shadow: 0 5px 18px 0 rgba(255, 165, 53, 0.5);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.button.footer-subscribe-button {
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}

.button.pricing-table-button {
  margin-top: 40px;
}

.button.form-button {
  padding-top: 7px;
}

.button.contact-button {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
}

.button.ghost-button {
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
}

.button.ghost-button:hover {
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #2e323c;
}

.button.ghost-button.coming-soon-contact-button {
  position: absolute;
  right: 32px;
  bottom: 40px;
  display: block;
  margin-right: 553px;
  border-style: none;
  border-color: #000;
  border-radius: 24px;
  background-image: linear-gradient(98deg, #ff7a00, #ffb731);
  box-shadow: 0 0 6px 3px #fff;
}

.button.subscribe-button {
  margin-left: 24px;
}

.button.contact-button {
  margin-top: 16px;
  padding-top: 7px;
}

.button.pricing-table-button {
  margin-top: 40px;
}

.contacts-column {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.contacts-column-header {
  margin-top: 0px;
  color: #2e323c;
}

.paragraph-small {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.footer-v3-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-right: 9%;
  padding-bottom: 56px;
  padding-left: 15px;
  -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;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.logo-2 {
  display: block;
  margin: 0px 0px 0px -20px;
  color: #2e323c;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.footer-bottom-link {
  color: #2e323c;
}

.footer-bottom-link:hover {
  text-decoration: underline;
}

.footer-v3-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #e1e3ea;
  color: #9096a4;
  font-size: 12px;
  line-height: 24px;
}

.footer-v3-social-link {
  display: block;
  width: 32px;
  height: 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;
}

.footer-v3-link {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  text-decoration: none;
}

.footer-v3-link:hover {
  text-decoration: underline;
}

.footer-v3-link.w--current {
  font-size: 12px;
}

.footer-v3-nav {
  width: 16.66666667%;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  color: #fff;
  text-align: justify;
}

.footer-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.form-error {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #f34568;
  font-size: 14px;
  line-height: 24px;
}

.form-error.window-error {
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.logo-line {
  display: block;
  width: 70%;
  height: 2px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

.footer-bottom-link-right {
  margin-left: 24px;
  color: #2e323c;
}

.footer-bottom-link-right:hover {
  text-decoration: underline;
}

.footer-logo {
  display: block;
  margin-top: 0px;
  margin-bottom: -16px;
  margin-left: 0px;
  padding: 24px 15px 24px 0px;
}

.footer-bottom-text-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-v3-subscribe {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding-top: 7px;
  padding-right: 0px;
  padding-left: 0px;
  border-color: #000 #000 #ccd0d9;
  border-top-style: none;
  border-top-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-size: 15px;
  line-height: 24px;
}

.input:hover {
  border-bottom-color: #9096a4;
}

.input:focus {
  border-bottom-color: #ffa535;
}

.input.footer-subscribe-input {
  margin-bottom: 24px;
  color: #fff;
}

.input.text-area {
  height: auto;
  min-height: 112px;
}

.input.subscribe-input {
  margin-bottom: 0px;
  padding-left: 56px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/subscribe-icon_1subscribe-icon.png');
  background-position: 8px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.form-success {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.form-success.window-success {
  margin-bottom: -40px;
  padding-right: 24px;
  padding-left: 24px;
}

.form-success.contact-split-form-success {
  text-align: left;
}

.body {
  font-family: Exo, sans-serif;
}

.heading {
  color: #fff;
  font-size: 18px;
}

.heading-2 {
  color: #000;
}

.heading-4 {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 6px rgba(250, 248, 248, 0.44);
}

.category {
  display: inline-block;
  height: 24px;
  padding-top: 4px;
  padding-right: 12px;
  padding-left: 13px;
  border-radius: 12px;
  background-color: #2e323c;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.category.pricing-table-category {
  margin-bottom: 24px;
}

.category.pricing-table-category.website {
  background-color: #ff7a00;
}

.category.pricing-table-category.branding {
  background-color: #ffa535;
}

.category.pricing-table-category.mobile {
  background-color: #ffb731;
}

.category.pricing-table-category.website {
  background-color: #f34568;
}

.category.pricing-table-category.mobile {
  background-color: #7567f8;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(26, 31, 46, 0.7);
}

.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-label {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pricing-table-price {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #2e323c;
}

.clients-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f5f6f9;
}

.clients-section.clients-color-section {
  background-color: #ff7a00;
  color: #fff;
}

.clients-section.clients-color-section {
  display: none;
  background-color: #7567f8;
  color: #fff;
}

.contact-window-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 28px 56px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
  color: #fff;
  text-align: center;
}

.page-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  margin-bottom: 0px;
  padding-top: 56px;
  -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: #7567f8;
  color: #fff;
}

.page-header-section.pricing-header-section {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: linear-gradient(127deg, #ff7a00 -1%, #ff7a00 0%, rgba(255, 183, 49, 0.81) 100%, #fff), url('../images/william-iven-19843-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.page-header-section.contact-1 {
  position: relative;
  top: -17px;
  overflow: hidden;
  width: 100%;
  margin-top: 130px;
  padding-top: 20px;
  background-image: linear-gradient(157deg, #ff7a00, rgba(255, 183, 49, 0.81)), url('../images/jaroslaw-ceborski-235039.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.page-header-section.about-2 {
  margin-top: 92px;
  margin-bottom: 2px;
  background-color: #2c2a2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/kate-serbin-31030.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/kate-serbin-31030.jpg');
  background-position: 0px 0px, 50% 3%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.footer-v4-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 9%;
  padding-bottom: 56px;
  padding-left: 15px;
  -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;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.logo-link-2 {
  padding: 25px 16px 23px 14px;
}

.text-block-9 {
  color: #fff;
}

.page-wrapper {
  overflow: hidden;
  margin-top: 0px;
}

.pricing-table {
  max-width: 33.33%;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 56px 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.section-header-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-bar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 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;
  background-color: #000;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.footer-v4-link {
  display: block;
  color: #9096a4;
  font-size: 14px;
  line-height: 32px;
}

.footer-v4-link:hover {
  text-decoration: underline;
}

.clients-header {
  display: block;
  max-width: 570px;
  margin: 8px auto 40px;
  text-align: center;
}

.pricing-table-feature {
  padding-top: 13px;
  padding-bottom: 11px;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 #e1e3ea, 0 1px 0 0 #e1e3ea;
  font-size: 14px;
  line-height: 24px;
}

.section-header-2 {
  margin-top: 20px;
  margin-bottom: 8px;
}

.client-logo {
  margin-right: 16px;
  margin-left: 16px;
  padding: 16px;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.section-small-header-2 {
  margin-bottom: 0px;
  color: #ffa535;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.footer-v4-column {
  padding-right: 15px;
  padding-bottom: 56px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-window-form {
  margin-right: 56px;
  margin-left: 56px;
  padding-top: 32px;
  text-align: center;
}

.paragraph-small-2 {
  font-size: 14px;
  line-height: 24px;
}

.contact-window {
  position: relative;
  overflow: hidden;
  width: 500px;
  margin-right: 9%;
  margin-bottom: 0px;
  margin-left: 9%;
  padding-top: 0px;
  padding-bottom: 48px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  text-align: left;
}

.contact-window.popup-window {
  z-index: 1000;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-transform: scale(0.86);
  -ms-transform: scale(0.86);
  transform: scale(0.86);
}

.clients-logotypes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.popup-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 300;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.nav-link-2 {
  color: #fff;
}

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

.nav-link-nav:hover {
  color: #fff;
}

.nav-link-nav.w--current {
  color: #7e7979;
}

.navlink {
  color: #fff;
  text-transform: capitalize;
}

.navlink.w--current {
  color: #777;
}

.navlink.w--current:hover {
  color: #fff;
  text-shadow: 0 2px 50px #fff, 2px 0 50px #fff;
}

.div-block-2 {
  position: relative;
  z-index: 4;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-3 {
  position: absolute;
  top: 422px;
  right: 91px;
  z-index: 4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 500;
}

.heading-5 {
  font-size: 64px;
}

.hero-video-vertical-wrapper-2 {
  position: absolute;
  left: 0%;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 118px;
  margin-left: -100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-video-section {
  height: 100vh;
  background-color: rgba(117, 103, 248, 0.75);
}

.video-play-button {
  width: 80px;
  height: 80px;
  margin-right: 24px;
  margin-left: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #ffa535;
  background-image: url('../images/play-icon.svg'), -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: url('../images/play-icon.svg'), linear-gradient(90deg, #ff753e, #ffb731);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

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

.wrapper-2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.wrapper-2.nav-bar-wrapper {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-2.nav-bar-wrapper {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-video-header-2 {
  color: #fff;
  font-size: 200px;
  line-height: 180px;
  font-weight: 900;
  letter-spacing: 8px;
}

.btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7a00), to(#ff7a00));
  background-image: linear-gradient(180deg, #ff7a00, #ff7a00);
}

.side-map-wrapper {
  overflow: hidden;
  width: 41.33%;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
  background-image: url('../images/christopher-gower-291246-unsplash.jpg');
  background-position: 30% 50%;
  background-size: cover;
}

.logo-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2e323c;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
}

.side-map {
  height: 640px;
}

.logo-link-3 {
  padding: 25px 16px 23px 14px;
}

.nav-bar-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 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;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.contact-split-form {
  padding-top: 0px;
}

.contact-side-header {
  margin-bottom: 48px;
}

.logo-text-2 {
  display: inline-block;
  margin-left: 8px;
  padding-bottom: 4px;
  float: left;
  color: #a5aab6;
  font-size: 14px;
  line-height: 24px;
}

.logo-line-2 {
  width: 62%;
  height: 2px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

.logo-line-2.white-line {
  background-color: #fff;
  background-image: none;
}

.section-3 {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 24px 120px;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.logo-wrapper {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-4 {
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 16px;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

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

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

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

.nav-link-4.dropdown {
  padding-right: 36px;
}

.contact-side-info {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 48px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.contact-side-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

.contact-side-map.contact-side-map-reversed {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.body-2 {
  font-family: Exo, sans-serif;
}

.body-3 {
  font-family: Exo, sans-serif;
}

.menu-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
}

.menu-line.menu-top-line {
  width: 20px;
  margin-bottom: 4px;
}

.menu-line.menu-middle-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.menu-line.menu-bottom-line {
  left: 12px;
  top: 12px;
  width: 12px;
  margin-top: 4px;
}

.logo-4 {
  margin-top: 2px;
  margin-bottom: 11px;
  color: #2e323c;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
}

.hero-promo-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 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;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

.coming-soon-info {
  width: 570px;
  padding: 24px 64px 64px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.27);
  text-align: center;
}

.coming-soon-social {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 24px 32px;
  -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;
}

.grey-text {
  color: #9096a4;
}

.coming-soon-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 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;
  background-color: #2e323c;
  background-image: linear-gradient(192deg, #ff7a00 -1%, #ff7a00 0%, #ff7a00 0, rgba(255, 123, 1, 0.75) 67%, rgba(255, 183, 49, 0.8)), url('../images/ricardo-gomez-angel-466758-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-wrapper-2 {
  overflow: hidden;
}

.coming-soon-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coming-soon-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coming-soon-copyright {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 40px 32px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 15px;
}

.page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  background-image: url('../images/preloader.svg');
  background-position: 50% 50%;
  background-size: 46px;
  background-repeat: no-repeat;
}

.div-block-4 {
  margin-top: 102px;
}

.text-span {
  font-size: 18px;
}

.side-map-wrapper-2 {
  overflow: hidden;
  width: 41.33%;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
}

.contact-side-info-2 {
  display: block;
  width: 33.33333333%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 48px;
  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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.body-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.text-block-10 {
  margin-bottom: -45px;
  color: #949494;
  font-weight: 500;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18);
}

.heading-6 {
  font-size: 68px;
}

.text-span-3 {
  font-weight: 600;
}

.team-member-color-role {
  position: absolute;
  left: -120px;
  top: 140px;
  overflow: hidden;
  width: 280px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 11px;
  line-height: 40px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-member-color-photo {
  position: relative;
  z-index: 5;
  height: 360px;
  border-radius: 8px;
  background-color: #ccd0d9;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.27);
  -webkit-transform: translate(40px, -40px);
  -ms-transform: translate(40px, -40px);
  transform: translate(40px, -40px);
}

.team-member-color-photo.team-member-3 {
  background-image: url('../images/team-member-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-color-photo.team-member-1 {
  background-image: url('../images/IMG_9486.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-color-photo.team-member-2 {
  background-image: url('../images/team-member-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-color-photo.team-member-1 {
  background-image: url('../images/IMG_9486.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-color-photo.team-member-1 {
  background-image: url('../images/IMG_9486.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-color-link {
  padding: 7px 8px 9px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.team-member-color-link:hover {
  text-decoration: underline;
}

.team-member-color-card {
  position: relative;
  width: 22.4%;
  border-radius: 8px;
  -webkit-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
}

.team-member-color-card.color-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7a00), to(#ff7a00));
  background-image: linear-gradient(180deg, #ff7a00, #ff7a00);
}

.team-member-color-card.color-2 {
  display: none;
}

.section-4 {
  overflow: hidden;
  padding: 120px 24px;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.section-4.grey-section {
  display: block;
}

.section-4.no-top-padding {
  padding-top: 0px;
}

.team-member-color-links {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-left: 40px;
  padding-right: 8px;
  -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;
}

.section-description-2 {
  color: #9096a4;
  font-size: 16px;
  line-height: 28px;
}

.section-header-wrapper-3 {
  display: block;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.team-color-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-v1-logo-column {
  width: 25%;
  padding-right: 64px;
  padding-bottom: 64px;
  padding-left: 15px;
}

.testimonials-cards-column {
  width: 33.33%;
  margin-bottom: -30px;
  padding-right: 15px;
  padding-left: 15px;
}

.subscribe-info {
  width: 41.66666667%;
  padding: 20px 24px 20px 15px;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.subscribe-header {
  margin-top: 7px;
  margin-bottom: 1px;
  color: #2e323c;
}

.testimonials-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-image {
  border-radius: 8px;
}

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

.footer-v1-column {
  width: 25%;
  padding: 8px 60px 64px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 24px;
}

.nav-bar-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 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;
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.contact-split-form-2 {
  padding-top: 0px;
}

.review-card {
  margin-bottom: 30px;
  padding: 16px 32px 32px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  text-align: left;
}

.review-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #edeff4;
  color: #9096a4;
  font-size: 13px;
  line-height: 16px;
}

.contact-split-info {
  max-width: 570px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 80px 7% 120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 8.33333333% 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-card-avatar {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
}

.footer-grey-link {
  color: #9096a4;
}

.footer-grey-link:hover {
  text-decoration: underline;
}

.about-text {
  margin-top: 72px;
  margin-bottom: -24px;
  color: #9096a4;
  text-align: left;
  text-indent: 5px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.footer-logo-2 {
  display: block;
  margin-top: 10px;
  margin-bottom: -16px;
  padding: 24px 15px 24px 0px;
}

.logo-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-split-image {
  width: 50%;
  min-height: 600px;
  background-color: #ccd0d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.15)), to(rgba(46, 50, 60, 0.15))), url('../images/grovemade-239358.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.15), rgba(46, 50, 60, 0.15)), url('../images/grovemade-239358.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav-link-5 {
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 16px;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #2e323c;
  font-size: 15px;
  line-height: 24px;
}

.nav-link-5:hover {
  color: #7567f8;
}

.nav-link-5.w--current {
  color: #2e323c;
}

.nav-link-5.dropdown {
  padding-right: 36px;
}

.footer-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  -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-align: left;
}

.section-header-3 {
  margin-top: 20px;
  margin-bottom: 8px;
}

.footer-v1-column-text {
  color: #9096a4;
}

.about-us {
  display: block;
  width: 83.33%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.team-member-color-role-2 {
  position: absolute;
  left: -120px;
  top: 140px;
  overflow: hidden;
  width: 280px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-member-color-link-2 {
  padding: 7px 8px 9px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

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

.team-color-cards-2 {
  display: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

html.w-mod-js *[data-ix="nav-bar"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="fade-right"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="fade-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="page-wrapper-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="play-button"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="preloader"] {
  display: block;
}

@media (max-width: 991px) {
  .menu-button {
    color: #2e323c;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #2e323c;
  }
  .logo {
    margin-bottom: 9px;
  }
  .nav-dropdown-link {
    padding-left: 32px;
    background-color: #f5f6f9;
  }
  .nav-dropdown-link:hover {
    background-color: #f5f6f9;
    color: #2e323c;
  }
  .nav-link {
    background-color: #fff;
  }
  .nav-link:hover {
    color: #2e323c;
  }
  .nav-dropdown-list.w--open {
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }
  .nav-menu {
    overflow: scroll;
    max-height: 100vh;
    border-bottom: 1px solid #e1e3ea;
  }
  .logo-link {
    padding-top: 21px;
    padding-bottom: 19px;
  }
  .nav-bar {
    padding-right: 0px;
    padding-left: 2px;
  }
  .hero-video-vertical-wrapper {
    margin-top: 92px;
    margin-left: -81px;
    font-size: 14px;
  }
  .hero-video-vertical-line {
    width: 38px;
    margin-right: 12px;
  }
  .hero-video-play {
    height: 560px;
    font-size: 13px;
    letter-spacing: 3px;
  }
  .text-block-8 {
    left: 83px;
    top: 96px;
    bottom: -134px;
  }
  .text-block-3 {
    font-size: 12px;
  }
  .hero-video-wrapper {
    margin-top: 110px;
    margin-bottom: 53px;
    padding-bottom: 0px;
  }
  .hero-header {
    font-size: 132px;
    line-height: 120px;
  }
  .service-color-card {
    left: 25%;
    padding: 40px 40px 32px;
  }
  .service-color-card.service-card-right {
    right: 25%;
  }
  .service-color-card-text {
    font-size: 15px;
  }
  .section-2 {
    margin-top: 0px;
    padding: 50px 8px 40px;
  }
  .section-2.no-top-padding.no-bottom-padding {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-description {
    font-size: 15px;
  }
  .section-header-wrapper {
    max-width: 66.66%;
    margin-top: -1px;
    padding-bottom: 56px;
  }
  .service-image {
    width: 75%;
    height: 440px;
  }
  .section-small-header {
    margin-top: 50px;
    line-height: 40px;
  }
  .service-card-big {
    padding-right: 8px;
    padding-left: 8px;
  }
  .big-map {
    display: block;
    height: 320px;
    margin-bottom: 64px;
  }
  .button.pricing-table-button {
    margin-top: 32px;
  }
  .button.contact-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button.ghost-button.coming-soon-contact-button {
    bottom: 32px;
  }
  .button.subscribe-button {
    margin-left: 16px;
  }
  .button.pricing-table-button {
    margin-top: 32px;
  }
  .footer-v3-about {
    padding-right: 4%;
    padding-bottom: 40px;
    padding-left: 8px;
  }
  .logo-2 {
    margin-bottom: 9px;
  }
  .footer-v3-social {
    margin-left: 25px;
  }
  .footer-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }
  .footer-v3-nav {
    padding-right: 8px;
    padding-bottom: 40px;
    padding-left: 8px;
  }
  .footer-v3 {
    padding-top: 14px;
  }
  .logo-line {
    margin-left: 25px;
  }
  .footer-v3-subscribe {
    padding-right: 8px;
    padding-left: 8px;
  }
  .icon {
    color: #fff;
  }
  .menu-button-2 {
    margin-top: 10px;
    color: #2e323c;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #2e323c;
  }
  .category {
    height: 20px;
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 11px;
    font-size: 8px;
  }
  .pricing-table-price {
    margin-bottom: 24px;
  }
  .clients-section {
    padding: 40px 16px;
  }
  .page-header-section {
    height: 320px;
    padding-top: 48px;
  }
  .page-header-section.pricing-header-section {
    margin-top: 75px;
    background-image: linear-gradient(126deg, rgba(255, 122, 0, 0.73), #ff7a00, rgba(255, 183, 49, 0.85)), url('../images/william-iven-19843-unsplash.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .page-header-section.contact-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: linear-gradient(126deg, #ff7a00, rgba(255, 183, 49, 0.85)), url('../images/jaroslaw-ceborski-235039.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }
  .footer-v4-about {
    padding-right: 8px;
    padding-left: 8px;
  }
  .logo-link-2 {
    padding-top: 21px;
    padding-bottom: 19px;
  }
  .page-wrapper {
    display: block;
    overflow: visible;
    margin-top: 0px;
  }
  .pricing-table {
    margin-right: 8px;
    margin-left: 8px;
    padding: 40px 24px;
  }
  .section-header-wrapper-2 {
    max-width: 66.66%;
    padding-bottom: 56px;
  }
  .nav-bar-2 {
    padding-right: 0px;
    padding-left: 2px;
  }
  .clients-header {
    margin-bottom: 32px;
  }
  .client-logo {
    margin-right: 8px;
    margin-left: 8px;
  }
  .footer-v4-column {
    padding-right: 8px;
    padding-left: 8px;
  }
  .contact-window.popup-window {
    width: 100%;
    max-width: 500px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .popup-wrapper {
    padding-right: 8.33%;
    padding-left: 8.33%;
  }
  .hero-video-vertical-wrapper-2 {
    margin-top: 92px;
    margin-left: -81px;
    font-size: 14px;
  }
  .hero-video-section {
    height: auto;
  }
  .video-play-button {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    margin-left: 16px;
    background-size: 20px, auto;
  }
  .wrapper-2 {
    position: relative;
    display: block;
    overflow: visible;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .hero-video-header-2 {
    font-size: 132px;
    line-height: 120px;
  }
  .side-map-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }
  .logo-3 {
    margin-bottom: 9px;
  }
  .side-map {
    height: 536px;
  }
  .nav-menu-2 {
    overflow: scroll;
    max-height: 100vh;
    border-bottom: 1px solid #e1e3ea;
  }
  .logo-link-3 {
    padding-top: 21px;
    padding-bottom: 19px;
  }
  .nav-bar-3 {
    padding-right: 0px;
    padding-left: 2px;
  }
  .section-3 {
    padding: 100px 8px 105px;
  }
  .nav-link-4 {
    background-color: #fff;
    color: #2c2a2a;
  }
  .nav-link-4:hover {
    color: #2e323c;
  }
  .contact-side-info {
    display: block;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-side-map {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .logo-4 {
    margin-bottom: 9px;
  }
  .coming-soon-social {
    padding-top: 36px;
    padding-bottom: 24px;
  }
  .coming-soon-copyright {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .side-map-wrapper-2 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .contact-side-info-2 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .team-member-color-role {
    left: -80px;
    top: 100px;
    width: 200px;
    font-size: 8px;
    line-height: 20px;
  }
  .team-member-color-photo {
    height: 280px;
    -webkit-transform: translate(40px, 0px);
    -ms-transform: translate(40px, 0px);
    transform: translate(40px, 0px);
  }
  .team-member-color-photo.team-member-1 {
    display: block;
  }
  .team-member-color-photo.team-member-1 {
    position: relative;
    display: block;
    -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-size: cover;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }
  .team-member-color-photo.team-member-1 {
    background-position: 48% 39%;
    background-repeat: repeat-xundefined;
    background-attachment: scroll;
  }
  .team-member-color-card {
    margin-right: 28px;
    margin-left: 28px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: translate(-20px, 0px);
    -ms-transform: translate(-20px, 0px);
    transform: translate(-20px, 0px);
  }
  .team-member-color-card.color-1 {
    position: relative;
  }
  .section-4 {
    padding: 100px 8px;
  }
  .section-description-2 {
    font-size: 15px;
  }
  .section-header-wrapper-3 {
    max-width: 66.66%;
    padding-bottom: 56px;
  }
  .team-color-cards {
    position: static;
    display: none;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-button-3 {
    color: #2e323c;
  }
  .menu-button-3.w--open {
    background-color: transparent;
    color: #2e323c;
  }
  .footer-v1-logo-column {
    padding-right: 32px;
    padding-bottom: 48px;
    padding-left: 8px;
  }
  .testimonials-cards-column {
    margin-bottom: -16px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .subscribe-info {
    padding-left: 24px;
  }
  .footer-v1-column {
    padding-right: 8px;
    padding-bottom: 48px;
    padding-left: 8px;
  }
  .nav-bar-4 {
    padding-right: 0px;
    padding-left: 2px;
  }
  .review-card {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .contact-split-info {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .subscribe-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-text {
    margin-top: 48px;
  }
  .contact-split-image {
    width: 33.33%;
  }
  .nav-link-5 {
    background-color: #fff;
  }
  .nav-link-5:hover {
    color: #2e323c;
  }
  .footer-v1 {
    padding-top: 12px;
  }
  .about-us {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .team-member-color-role-2 {
    left: -80px;
    top: 100px;
    width: 200px;
  }
  .team-color-cards-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .menu-button {
    position: static;
    width: 56px;
    height: 56px;
    margin-top: 60px;
    margin-right: 4px;
  }
  .wrapper.nav-bar-wrapper {
    display: block;
  }
  .wrapper.services-big-cards {
    margin-bottom: -80px;
  }
  .wrapper.nav-bar-wrapper {
    display: block;
  }
  .nav-link {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .nav-menu {
    position: static;
    display: inline-block;
    overflow: visible;
    clear: right;
  }
  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .logo-link.w--current {
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .nav-bar.nav {
    position: static;
    display: block;
  }
  .logo-text {
    display: none;
    margin-left: 0px;
    font-size: 13px;
  }
  .hero-video-vertical-wrapper {
    margin-top: 74px;
    margin-left: -72px;
  }
  .hero-video-play {
    height: 440px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .text-block-8 {
    left: 40px;
    right: -2px;
    font-size: 78px;
  }
  .hero-video-wrapper {
    margin-top: 90px;
  }
  .hero-header {
    font-size: 100px;
    line-height: 92px;
  }
  .service-color-card {
    position: relative;
    left: 0%;
    z-index: 1;
    width: auto;
    margin-top: -72px;
    margin-right: 16px;
    margin-left: 16px;
    padding: 24px;
    text-align: center;
  }
  .service-color-card.service-card-right {
    right: auto;
  }
  .service-color-card-text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }
  .section-2 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .section-description {
    font-size: 14px;
    line-height: 24px;
  }
  .section-header-wrapper {
    padding-bottom: 40px;
  }
  .service-image {
    width: 100%;
    height: 400px;
  }
  .section-header {
    margin-top: 16px;
  }
  .link-arrow {
    font-size: 11px;
    line-height: 32px;
  }
  .section-small-header {
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  .service-card-big {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-card-big.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .big-map {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
  }
  .button.contact-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button.ghost-button.coming-soon-contact-button {
    right: 24px;
    bottom: 24px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-v3-about {
    width: 50%;
  }
  .footer-subscribe-form {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }
  .footer-v3-nav {
    width: 25%;
  }
  .footer-v3 {
    max-width: 100%;
  }
  .footer-v3-subscribe {
    width: 100%;
    padding-right: 16.66%;
    padding-left: 16.66%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .input.footer-subscribe-input {
    margin-top: 16px;
    text-align: center;
  }
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-top: 25px;
    margin-right: 4px;
    padding-top: 18px;
  }
  .pricing-table-price {
    font-size: 24px;
    line-height: 32px;
  }
  .page-header-section {
    height: 240px;
    padding-top: 40px;
  }
  .page-header-section.pricing-header-section {
    margin-top: -2px;
    background-image: linear-gradient(137deg, #ff7a00, rgba(255, 183, 49, 0.87)), url('../images/william-iven-19843-unsplash.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }
  .footer-v4-about {
    width: 100%;
    padding-bottom: 16px;
  }
  .logo-link-2 {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .logo-link-2.w--current {
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .page-wrapper {
    margin-top: 90px;
  }
  .pricing-table {
    width: 66.66%;
    max-width: none;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-header-wrapper-2 {
    padding-bottom: 40px;
  }
  .section-header-2 {
    margin-top: 16px;
  }
  .client-logo {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-small-header-2 {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  .footer-v4-column {
    padding-bottom: 40px;
  }
  .footer-v4 {
    padding-top: 8px;
  }
  .hero-video-vertical-wrapper-2 {
    margin-top: 74px;
    margin-left: -72px;
  }
  .wrapper-2.nav-bar-wrapper {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
  }
  .wrapper-2.nav-bar-wrapper {
    display: block;
  }
  .hero-video-header-2 {
    font-size: 100px;
    line-height: 92px;
  }
  .side-map-wrapper {
    width: 50%;
  }
  .logo-3 {
    margin-top: 3px;
  }
  .logo-link-3 {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .nav-bar-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
  }
  .contact-split-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .logo-text-2 {
    display: none;
    margin-left: 0px;
    font-size: 13px;
  }
  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .logo-wrapper {
    display: inline-block;
    float: left;
  }
  .nav-link-4 {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .contact-side-info {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
  }
  .contact-side-map {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .coming-soon-info {
    width: 83.33%;
    padding: 16px 48px 48px;
  }
  .coming-soon-social {
    padding-top: 28px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .coming-soon-section {
    min-height: 440px;
  }
  .coming-soon-logo {
    padding-left: 8px;
  }
  .side-map-wrapper-2 {
    width: 50%;
  }
  .contact-side-info-2 {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
  }
  .team-member-color-photo {
    height: 240px;
  }
  .team-member-color-photo.team-member-1 {
    display: block;
    max-width: 100%;
  }
  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-description-2 {
    font-size: 14px;
    line-height: 24px;
  }
  .section-header-wrapper-3 {
    padding-bottom: 40px;
  }
  .menu-button-3 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .testimonials-cards-column {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 9%;
    padding-left: 9%;
  }
  .subscribe-info {
    width: 100%;
    text-align: center;
  }
  .testimonials-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-split-form-2 {
    padding-top: 0px;
  }
  .contact-split-info {
    margin-left: 0px;
    padding: 54px 8.33% 80px;
    text-align: center;
  }
  .subscribe-form {
    padding-right: 8.33%;
    padding-bottom: 32px;
    padding-left: 8.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-text {
    margin-top: 40px;
    -webkit-column-gap: 24px;
    column-gap: 24px;
  }
  .logo-wrapper-2 {
    display: inline-block;
    float: left;
  }
  .contact-split-image {
    display: none;
    width: 100%;
    height: 240px;
    min-height: 0px;
  }
  .nav-link-5 {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .section-header-3 {
    margin-top: 16px;
  }
}

@media (max-width: 479px) {
  .menu-button {
    position: static;
    left: 0px;
    top: 0px;
    overflow: visible;
    margin-top: -72px;
    margin-right: 0px;
    float: right;
  }
  .logo {
    position: relative;
    left: -36px;
    display: block;
    overflow: visible;
    width: 100%;
    max-width: 80%;
    margin: 15px auto 0px;
    float: left;
  }
  .wrapper {
    margin-bottom: 40px;
  }
  .wrapper.nav-bar-wrapper {
    width: 80%;
    max-width: 90%;
  }
  .wrapper.services-big-cards {
    margin-bottom: -80px;
  }
  .nav-link.dropdown {
    color: #bebdbd;
  }
  .nav-menu {
    top: 24px;
    right: -9px;
    bottom: -28px;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .logo-link {
    padding: 0px;
  }
  .nav-bar {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .nav-bar.nav {
    overflow: visible;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .logo-text {
    overflow: hidden;
  }
  .section.hero-wrapper {
    max-width: 100%;
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 122, 0, 0.91)), to(rgba(255, 122, 0, 0.91))), url('../images/jefferson-santos-450403-unsplash.jpg');
    background-image: linear-gradient(180deg, rgba(255, 122, 0, 0.91), rgba(255, 122, 0, 0.91)), url('../images/jefferson-santos-450403-unsplash.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .hero-info {
    margin-top: 80px;
    margin-left: 16.66%;
  }
  .hero-video-play {
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 80px;
  }
  .text-block-8 {
    left: 59px;
    top: 56px;
    margin-right: 40px;
    font-size: 78px;
    letter-spacing: 20px;
  }
  .hero-video-wrapper {
    margin-top: 30px;
    margin-bottom: 0px;
    -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;
  }
  .hero-header {
    margin-top: 25px;
    letter-spacing: 20px;
  }
  .service-color-card {
    margin-top: -48px;
  }
  .service-color-card.launch {
    background-color: #ff7a00;
  }
  .service-color-card.service-card-right.color-2 {
    background-color: #27b0c2;
  }
  .section-2 {
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .section-2.no-top-padding.no-bottom-padding {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444040), to(#444040));
    background-image: linear-gradient(180deg, #444040, #444040);
  }
  .section-description {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-weight: 200;
  }
  .section-header-wrapper {
    max-width: 100%;
    margin-top: 60px;
    padding-right: 8px;
    padding-left: 8px;
    font-weight: 400;
  }
  .service-image {
    height: 240px;
  }
  .service-image.service-image-2 {
    background-image: url('../images/lee-campbell-106610-unsplash.jpg');
  }
  .service-image.service-image-1 {
    background-image: url('../images/william-iven-19843-unsplash.jpg');
  }
  .service-image.service-image-3 {
    background-image: url('../images/carl-heyerdahl-181868-unsplash.jpg');
    background-position: 0px 50%;
    background-size: cover;
  }
  .section-header {
    font-weight: 600;
  }
  .section-small-header {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
  .contacts {
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button.pricing-table-button {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
    background-image: linear-gradient(90deg, #ff753e, #ffb731);
  }
  .button.ghost-button.coming-soon-contact-button {
    left: 30%;
    right: 30%;
    bottom: 80px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .button.subscribe-button {
    width: 100%;
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .contacts-column {
    padding-bottom: 32px;
  }
  .paragraph-small {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #000;
    text-align: center;
  }
  .footer-v3-about {
    width: 100%;
    margin-right: 1px;
    padding-right: 0%;
    padding-bottom: 16px;
  }
  .logo-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .footer-subscribe-form {
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer-v3-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
  }
  .footer-bottom {
    -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-v3-social-link {
    text-align: center;
  }
  .footer-v3-nav {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer-v3 {
    margin-top: 0px;
    padding-top: 15px;
  }
  .logo-line {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-bottom-link-right {
    margin-left: 16px;
  }
  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-bottom-text-left {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-v3-subscribe {
    padding-right: 8px;
    padding-left: 8px;
  }
  .heading {
    color: #999;
  }
  .heading-3 {
    font-weight: 700;
  }
  .heading-4 {
    color: #d3d3d3;
  }
  .menu-button-2 {
    margin-top: 25px;
  }
  .pricing {
    margin-bottom: -24px;
  }
  .clients-section.clients-color-section {
    display: block;
  }
  .contact-window-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-header-section {
    height: 200px;
  }
  .page-header-section.pricing-header-section {
    margin-top: 0px;
    background-color: transparent;
    background-image: linear-gradient(107deg, rgba(255, 117, 62, 0.88) 29%, rgba(255, 183, 49, 0.69) 100%, #0d0805 0, rgba(255, 183, 49, 0.79) 0, #ffb731), url('../images/william-iven-19843-unsplash.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .page-header-section.contact-1 {
    position: static;
    overflow: hidden;
    margin-top: 40px;
    background-color: transparent;
    background-image: linear-gradient(108deg, #ff753e, rgba(255, 117, 62, 0.89) 1%, #ffb731 98%, #ffb731 0, #ffb731 100%, rgba(255, 183, 49, 0.66)), url('../images/jaroslaw-ceborski-235039.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100%;
    background-repeat: repeat, repeat-y;
    background-attachment: scroll, scroll;
  }
  .page-header-section.about-2 {
    margin-top: 94px;
  }
  .footer-v4-about {
    padding-bottom: 40px;
  }
  .page-wrapper {
    margin-top: 59px;
  }
  .pricing-table {
    width: 100%;
    margin-bottom: 24px;
  }
  .section-header-wrapper-2 {
    max-width: 100%;
    padding-right: 8px;
    padding-bottom: 20px;
    padding-left: 8px;
  }
  .section-header-2 {
    font-size: 25px;
  }
  .footer-v4-column {
    width: 50%;
    margin-top: -32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact-window-form {
    margin-right: 16px;
    margin-left: 16px;
  }
  .contact-window {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clients-logotypes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popup-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .nav-link-nav {
    color: #8a8181;
  }
  .nav-link-3 {
    text-align: left;
  }
  .navlink {
    color: #777;
  }
  .navlink.w--current {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .hero-video-wrapper-2 {
    -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;
  }
  .side-map-wrapper {
    width: 100%;
    padding-top: 48px;
    padding-right: 8px;
  }
  .logo-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
  }
  .side-map {
    height: 440px;
  }
  .nav-bar-3 {
    left: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87));
  }
  .contact-split-form {
    text-align: center;
  }
  .logo-wrapper {
    width: 100px;
  }
  .nav-link-4 {
    color: #2e2b2b;
  }
  .nav-link-4:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 42, 42, 0.82)), to(rgba(44, 42, 42, 0.82)));
    background-image: linear-gradient(180deg, rgba(44, 42, 42, 0.82), rgba(44, 42, 42, 0.82));
    color: #fff;
  }
  .contact-side-info {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .contact-side-map {
    margin-top: -56px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-side-map.contact-side-map-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .icon-2 {
    color: #fff;
  }
  .coming-soon-info {
    width: 100%;
    padding: 8px 24px 40px;
  }
  .coming-soon-section {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coming-soon-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coming-soon-copyright {
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
  }
  .side-map-wrapper-2 {
    width: 100%;
    padding-top: 48px;
    padding-right: 8px;
  }
  .contact-side-info-2 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .text-span-2 {
    font-weight: 600;
  }
  .heading-6 {
    font-size: 38px;
  }
  .team-member-color-role {
    display: block;
    overflow: hidden;
    font-size: 8px;
    line-height: 20px;
  }
  .team-member-color-photo {
    height: 320px;
  }
  .team-member-color-link {
    display: block;
  }
  .team-member-color-card {
    width: 83.33%;
    margin-right: 16.33%;
    margin-bottom: 24px;
    margin-left: 16.33%;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .section-4.grey-section {
    margin-top: 0px;
  }
  .section-header-wrapper-3 {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .team-color-cards {
    display: none;
    margin-bottom: -24px;
    -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;
  }
  .footer-v1-logo-column {
    width: 100%;
    padding-bottom: 32px;
  }
  .subscribe-info {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-v1-column {
    width: 100%;
    margin-top: -24px;
    padding-top: 0px;
    padding-bottom: 32px;
  }
  .contact-split-form-2 {
    text-align: center;
  }
  .contact-split-info {
    padding-right: 16px;
    padding-left: 16px;
  }
  .subscribe-form {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-text {
    margin: 30px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .footer-v1 {
    padding-top: 0px;
  }
  .team-color-cards-2 {
    margin-bottom: -24px;
    -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;
  }
}

@media screen and (max-width: 991px) {
  #w-node-859fdec97b6c-e0844bbb {
    -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;
  }
}

