@font-face {
  font-family: Greatvibes;
  src: url('../fonts/GreatVibes-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-Black-Trial.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-Extralight-Trial.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-RegularItalic-Trial.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-ThinItalic-Trial.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-MediumItalic-Trial.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-Light-Trial.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-LightItalic-Trial.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-Semibold-Trial.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-SemiboldItalic-Trial.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-ExtralightItalic-Trial.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-Bold-Trial.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-BlackItalic-Trial.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-Medium-Trial.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-Thin-Trial.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-sea-green: #7ba791;
  --first-light: #7b76aa;
  --first-sight-blue: #487ab1;
  --white: white;
  --black: black;
  --goldenrod: #eeac20;
  --crimson: #c33d37;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

.body {
  color: #8792a4;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.footer {
  color: #595c64;
  text-align: center;
  background-color: #0d0b05;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Raleway, sans-serif;
}

.contact-popup {
  z-index: 3000;
  background-color: #1b1b1bb3;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.display-none {
  display: none;
}

.social-icons-box {
  position: absolute;
  bottom: 0;
  left: 0;
}

.social-icons-box.hero {
  margin-bottom: 40px;
  margin-left: 25px;
  display: flex;
}

.social-icon {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  transition: all .2s;
  display: flex;
}

.social-icon:hover {
  background-color: #fff;
}

.social-icon.facebook {
  background-image: url('../images/facebook_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.social-icon.twitter {
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.yelp {
  background-image: url('../images/yelp-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.social-icon.instagram {
  background-image: url('../images/instagram_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
}

.social-icon.google {
  background-image: url('../images/google_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.mobile-top-border {
  margin-top: 15px;
}

._55-percent-column {
  width: 55%;
  display: block;
  position: relative;
}

._55-percent-column.flex-center {
  justify-content: center;
  align-items: center;
}

.content-wrapper {
  color: #8492a6;
  flex: 1;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  position: relative;
}

.content-wrapper.flex-full-height {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.content-wrapper.white {
  color: #fff;
}

.image--footer-logo {
  height: 55px;
}

.link-box {
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
}

.bottom-separation {
  border-bottom: 1px solid #b1c2dbcc;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-right: 0;
  display: block;
}

.bottom-separation.top-border {
  margin-top: 60px;
}

.bottom-separation.top-border.no-line {
  border-bottom-style: none;
  margin-bottom: 30px;
}

.scale-on-hover {
  text-align: left;
  transition: transform .5s;
  position: static;
}

.scale-on-hover:hover {
  transform: scale(1.05);
}

.hover-box {
  background-image: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.hover-box.overflow-hidden {
  overflow: hidden;
}

.heading-1 {
  color: #3c4858;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 44px;
}

.heading-1.hero {
  color: #fff;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 62px;
}

.navbar-1 {
  z-index: 100;
  background-color: #000000b5;
  top: 0;
  left: 0;
  right: 0;
}

.line-2 {
  background-color: #6c7788;
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
}

.feature-1-item-5 {
  border-right: 1px solid #b1c2dbcc;
  flex-wrap: wrap;
  width: 50%;
  padding: 45px 5% 25px 4%;
  display: flex;
}

.feature-1-item-1 {
  border-bottom: 1px solid #b1c2dbcc;
  border-right: 1px solid #b1c2dbcc;
  width: 50%;
  padding: 45px 5% 35px 4%;
  display: flex;
}

.header-box.center-no-border {
  text-align: center;
  width: 50%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.header-box.center {
  text-align: center;
  width: 53%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.job-title {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to top, #6da88f, #8ad4b5);
  margin-bottom: 13px;
  padding: 7px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 9px;
  display: inline-block;
}

.job-title.bottom-paddin {
  margin-bottom: 30px;
}

.map {
  height: 700px;
}

.footer-section {
  background-color: #252629;
  padding-top: 105px;
  padding-bottom: 40px;
}

.back-to-top-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 10px;
  line-height: 10px;
  display: inline;
}

.mini-contact-us-box {
  text-align: center;
  background-color: #f1f3f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72%;
  margin-bottom: 30px;
  padding: 35px 40px 40px;
  display: flex;
}

._45-percent-column {
  width: 45%;
  display: flex;
}

._45-percent-column.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

._45-percent-column.flex-center.vert {
  flex-direction: column;
}

.intro-features-box {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
  display: flex;
}

.heading-4-tbd {
  color: #3c4858;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.heading-4-tbd.white {
  color: #fff;
}

.brand {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: opacity .35s;
  display: inline-block;
}

.brand:hover {
  opacity: .8;
}

.feature-text-box {
  flex: 1;
}

.button-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(#8ad4b5, #6da88f);
  border-radius: 55px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding: 16px 25px 9px;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-block;
}

.button-2:hover {
  background-image: linear-gradient(#6da88f, #6da88f);
}

.paragraph {
  font-size: 17.5px;
  line-height: 30px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.hero {
  font-size: 21.5px;
}

.content-section {
  color: #8492a6;
  padding-top: 90px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  overflow: hidden;
}

.content-section.bottom-padding {
  padding-bottom: 105px;
}

.content-section.bottom-padding.bg-photo {
  background-image: linear-gradient(#1b1b1bbd, #1b1b1bbd), url('../images/128615400_m_r.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.content-section.gray {
  background-color: #f1f3f7;
}

.text-content {
  width: 83%;
}

.text-content.right-padding {
  padding-right: 20px;
}

.text-content.left-padding {
  padding-left: 20px;
}

.logo-footer {
  cursor: pointer;
  transition: opacity .4s;
}

.heading-2 {
  color: #3c4858;
  margin-top: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 42px;
}

.heading-2.large-and-white {
  color: #fff;
  font-size: 33px;
  line-height: 48px;
}

._30-percent-column-with-padding {
  width: 30%;
  margin-bottom: 50px;
  margin-left: 1.65%;
  margin-right: 1.65%;
  position: relative;
}

._30-percent-column-with-padding.cms {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.button-1 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #8ad4b5;
  border: 2px solid #8ad4b5;
  border-radius: 55px;
  min-width: 130px;
  height: 45px;
  margin-top: 10px;
  padding: 14px 15px 9px;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.button-1:hover {
  color: #8ad4b5;
  background-color: #fff;
}

.mini-title-2 {
  color: #6da88f;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #6da88f;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 6px 5px 4px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 9.5px;
  display: inline-block;
}

.mini-title-2.white {
  color: #fff;
  border-color: #fff;
}

._50-percent-column-special {
  width: 50%;
  position: relative;
}

._50-percent-column {
  width: 50%;
  display: flex;
  position: relative;
}

._50-percent-column.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.anchor-menu-box {
  position: relative;
}

.feature-1-item-2 {
  border-bottom: 1px solid #b1c2dbcc;
  width: 50%;
  padding: 45px 4% 35px 5%;
  display: flex;
}

.mini-title-3 {
  color: #76b69b;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 16px;
}

.footer-notice-text {
  color: #5b5f68;
  letter-spacing: .5px;
  font-size: 14px;
  line-height: 24px;
}

.menu-horizontal {
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.line-3 {
  background-color: #6c7788;
  width: 18px;
  height: 2px;
}

.text-link {
  color: #6da88f;
  cursor: pointer;
  font-size: 15px;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .8;
}

.hero-section-slider {
  background-color: #fff;
  min-height: 945px;
  display: flex;
  position: relative;
}

.intro-icon {
  margin-bottom: 20px;
}

.mask {
  width: 100%;
}

.slide {
  background-image: linear-gradient(to top, #000000b5, #fff0 20%), url('../images/shutterstock_1016965924_reduced.jpg');
  background-position: 0 0, 181px;
  background-size: auto, cover;
}

.slide._3 {
  background-image: linear-gradient(to top, #000000b5, #fff0 20%), url('../images/13188849_m_r.jpg');
  background-position: 0 0, 26%;
}

.slide._2 {
  background-image: linear-gradient(to top, #000000b5, #fff0 20%), url('../images/114552595_m_r.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.flex-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.flex-wrapper.footer {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
}

.flex-wrapper.mobile-center {
  flex-wrap: wrap;
}

.flex-wrapper.space-between {
  justify-content: space-between;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.line-1 {
  background-color: #6c7788;
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
}

.back-to-top-link {
  font-weight: 100;
  text-decoration: none;
  display: inline;
}

.navlink {
  color: #fff;
  cursor: pointer;
  padding: 29px 24.5px 29px 23.5px;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .3s;
}

.navlink:hover, .navlink.w--current {
  color: #8ad4b5;
}

.hero-slide-arrow {
  opacity: .6;
  transition: opacity .2s;
}

.hero-slide-arrow:hover {
  opacity: .9;
}

.paragraph-2 {
  font-size: 17.5px;
}

.footer-social-links {
  flex-wrap: wrap;
  margin-top: 15px;
  display: flex;
}

.footer-social-links.no-top-border {
  margin-top: 0;
}

.heading-4 {
  color: #3c4858;
  margin-top: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.heading-4.no-bottom-border {
  margin-bottom: 0;
}

.footer-notice {
  border-top: 1px solid #464754;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 30px;
  display: flex;
}

.intro-feature {
  text-align: center;
  border-top: 1px solid #b1c2dbcc;
  border-bottom: 1px solid #b1c2dbcc;
  width: 30%;
  padding: 40px;
  font-size: 18px;
  line-height: 30px;
}

.footer-social-icon {
  border: 2px solid #5b5f68;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  transition: background-color .2s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: #5b5f68;
}

.footer-social-icon.twitter {
  background-image: url('../images/twitter_gray.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.footer-social-icon.facebook {
  background-image: url('../images/facebook_gray.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.footer-social-icon.instagram {
  background-image: url('../images/insta_gray.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
}

.footer-social-icon.yelp {
  background-image: url('../images/yelp_gray.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 21px;
}

.footer-social-icon.google {
  background-image: url('../images/google_gray.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 18px;
}

.intro-features-text {
  color: #515152;
  font-size: 22px;
  line-height: 33px;
}

.hero-text-box.center-text {
  text-align: center;
  background-image: linear-gradient(#29292969, #29292969);
  width: 72%;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 60px 25px;
}

.intro-text-box {
  text-align: center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-link {
  color: #5b5f68;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

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

.footer-link.horizontal {
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 25px;
}

.footer-link.horizontal.w--current {
  color: #79d9d6;
  text-decoration: underline;
}

.top-bar {
  z-index: 10000;
  color: #8492a6;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.description-box {
  z-index: 10;
  margin-top: 18px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.small-top-border {
  margin-top: 5px;
}

.feature-1-item-6 {
  flex-wrap: wrap;
  width: 50%;
  padding: 45px 4% 35px 5%;
  display: flex;
}

.bottom-seperation {
  border-bottom: 1px solid #b1c2dbcc;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-right: 0;
}

.bottom-seperation.half-padding {
  padding-bottom: 30px;
}

.bottom-seperation.half-padding.bottom-padding {
  margin-bottom: 60px;
}

.feature-icon-column {
  width: 60px;
  padding-bottom: 0;
  padding-right: 0;
}

.anchor-menu-link {
  z-index: 10;
  color: #000;
  cursor: pointer;
  margin-right: 50px;
  padding: 15px 5px 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  top: 1px;
}

.anchor-menu-link:hover {
  border-bottom: 1px solid #b2c0d4;
}

.anchor-menu-link.no-left-border {
  margin-right: 0;
}

.anchor-menu {
  text-align: center;
  border-bottom: 1px solid #b2c0d4;
  height: 57px;
}

.image--nav-logo {
  height: 70px;
  margin-top: 9px;
  margin-bottom: 9px;
}

.hero-section {
  background-image: url('../images/Hero-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 915px;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.hero-section.small {
  background-image: linear-gradient(#00000080, #00000080), url('../images/114552595_m_r.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
  min-height: 0;
  padding-top: 110px;
}

.content-wrapper-2 {
  flex: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.content-wrapper-2.flex-center {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5.large {
  color: #fff;
  font-size: 47px;
  font-weight: 100;
  line-height: 59px;
}

.heading-5.no-border {
  margin-bottom: 0;
  font-weight: 300;
}

.job-title-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-image: linear-gradient(#8770f7, #6554bb);
  border-radius: 3px;
  margin-bottom: 13px;
  padding: 4px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 9px;
  display: inline-block;
}

.menu-link-box {
  margin-bottom: 10px;
}

.content-section-2 {
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.flex-wrapper-2 {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.text-link-2 {
  color: #6045e0;
  font-size: 15px;
  font-weight: 300;
  transition: opacity .2s;
}

.text-link-2:hover {
  opacity: .8;
}

.text-link-2.gray {
  color: #8492a6;
}

.mini-title-1 {
  color: var(--dark-sea-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.mini-title-1.top-border {
  margin-top: 25px;
}

.paragraph-3.regular {
  font-weight: 400;
}

._50-percent-column-2 {
  width: 50%;
  position: relative;
}

._50-percent-column-2.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-picture {
  width: 88%;
}

.image--logo {
  width: 241px;
}

.div-block--navbar-wrapper {
  z-index: 1000;
  background-color: #000000a6;
  padding-top: 50px;
  padding-bottom: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  float: right;
  margin-top: 10px;
}

.link-block--nav-pages {
  float: left;
  color: #fff;
  text-align: center;
  min-width: 80px;
  margin-right: 15px;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: inline-block;
}

.link-block--nav-pages:hover {
  color: #51bd89;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.link-block--nav-pages:focus {
  font-family: Raleway, sans-serif;
}

.link-block--nav-pages.w--current {
  color: #51bd89;
}

.button {
  z-index: 50;
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
  position: static;
  top: 70px;
}

.button:hover {
  background-color: #4353ff;
  background-image: linear-gradient(#00000012, #00000012);
  margin-bottom: 10px;
}

.button:focus {
  height: 50px;
  margin-bottom: 10px;
  box-shadow: 1px 1px #0000;
}

.button.green {
  background-color: #51bd89;
  margin-right: 10px;
  box-shadow: inset 0 1px #ffffff80;
}

.button.green:hover {
  background-color: #2f91e0;
}

.button.dark {
  background-color: #6c8291;
  box-shadow: inset 0 1px #ffffff80;
}

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

.image--nav-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 7px;
}

.navigation {
  background-color: #0000;
}

.text--nav-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 400;
  transition: color .5s;
}

.text--nav-text:hover {
  border-radius: 2px;
}

.div-block--3d-hero-mockups {
  width: 900px;
  position: absolute;
  left: 49%;
}

.div-block--3d-hero-mockups.slide {
  background-image: none;
  top: 20px;
}

.slide-nav {
  display: none;
}

.slider-arrow-icon {
  background-color: #e3e3e3;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 27px;
  padding-left: 2px;
  font-size: 20px;
  transition: all .5s;
}

.slider-arrow-icon:hover {
  background-color: #2f91e0;
}

.slider-arrow-icon._2 {
  background-color: #00000017;
}

.slider-arrow-icon._2:hover {
  background-color: #000000e6;
}

.section--home-slider {
  height: 900px;
  position: relative;
}

.slider-text {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 51px;
  font-weight: 100;
  line-height: 47px;
  display: inline-block;
}

.slider-text._3 {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 100;
  line-height: 28px;
}

.slider-text._2 {
  opacity: .42;
  margin-bottom: -3px;
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
}

.div-block--side {
  width: 450px;
}

.image--slide1 {
  width: 800px;
  height: 654px;
  margin-top: -51px;
  margin-right: -280px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.slide-1 {
  background-image: linear-gradient(135deg, #2f91e0e8, #0c2437f7 80%);
  transition: background-color .5s;
}

.container--slider-overlay {
  z-index: 2;
  margin-top: 250px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.image--3d-hero-mockups {
  border-radius: 3px;
  height: 160px;
  margin-bottom: 23px;
  box-shadow: -1px 1px 6px #00000075;
}

.slide-2 {
  background-image: linear-gradient(135deg, #3c805fe6, #00bdd6);
  padding-bottom: 44px;
}

.container--slider-container {
  height: 100px;
  margin-top: 250px;
  position: relative;
}

.slider--hero {
  background-color: #212529;
  height: 100%;
}

.text--hero-button {
  color: #fff;
  border-right: 1px solid #0003;
  margin-right: 20px;
  padding-right: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.text--hero-button._2 {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
  font-weight: 300;
  display: inline-block;
}

.image--slide-3 {
  width: 800px;
  margin-top: -20px;
  margin-right: -280px;
  position: absolute;
  top: 43px;
  bottom: 0;
  right: 0;
}

.link-block--hero-button {
  z-index: 40;
  background-color: #54c28d;
  border-radius: 3px;
  margin-top: 30px;
  padding: 18px 35px 15px;
  text-decoration: none;
  transition: background-color .5s;
  position: relative;
  box-shadow: 0 0 3px #00000059, inset 0 1px #ffffff4d;
}

.link-block--hero-button:hover {
  background-color: #2f91e0;
}

.slide-3 {
  background-image: linear-gradient(135deg, #4d366ef0 27%, #509ee3f7);
}

.section--white {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.heading-7 {
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block--top-icon-block {
  text-align: center;
  background-color: #4f5a63;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .5s;
  display: flex;
}

.div-block--top-icon-block._2 {
  background-color: #509ee3;
}

.div-block--top-icon-block._4 {
  background-color: #946ccc;
}

.div-block--top-icon-block._3 {
  background-color: #7676c8;
}

.paragraph--top-info {
  color: #646f82;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph--top-info.centered {
  text-align: center;
}

.paragraph--top-info.centered.padding {
  margin-bottom: 37px;
}

.paragraph--top-info.white {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.link--light-blue {
  color: #2e95e8;
  margin-top: 25px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.link--light-blue:hover {
  color: #d2036e;
}

.link--light-blue._2 {
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
}

.link--light-blue.no-padding {
  margin-top: 0;
}

.link--light-blue.full {
  clear: left;
  color: #646f82;
  text-align: center;
  margin-top: 8px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 26px;
  display: block;
}

.link--light-blue.full:hover {
  color: var(--first-light);
}

.link--light-blue.footer {
  clear: left;
  border-right: 1px solid #d1d1d1;
  margin-top: 0;
  margin-right: 15px;
  padding-right: 15px;
  font-size: 13px;
  line-height: 26px;
  display: inline-block;
}

.link--light-blue.footer.end {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.link--light-blue.footerfirst {
  clear: left;
  border-right: 1px solid #d1d1d1;
  margin-top: 0;
  margin-right: 15px;
  padding-right: 15px;
  font-size: 13px;
  line-height: 26px;
  display: inline-block;
}

.link--light-blue.footerfirst.w--current {
  color: var(--first-light);
}

.link--light-blue.footerfirst.end {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.top-column {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.image--home-slider {
  width: 584px;
  height: 296px;
}

.slider--home-slider {
  z-index: 10;
  background-color: #0000;
  width: 1100px;
  height: 733px;
}

.home-slide {
  padding-top: 158px;
  padding-left: 270px;
}

.image--home-slider-bg {
  z-index: 1;
  width: 1100px;
  height: 733px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.slider-nav {
  display: none;
}

.section--gray {
  text-align: center;
  background-color: #f2f4f7;
  padding-top: 80px;
  padding-bottom: 150px;
}

.section--gray.home-slider {
  padding-bottom: 90px;
  overflow: hidden;
}

.section--gray.happy-clients {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block--home-slider {
  width: 1100px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .35s, color .3s;
  display: block;
  position: relative;
  top: -70px;
}

.container--home-slider {
  margin-top: 56px;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}

.heading-8 {
  z-index: 20;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 58px;
  font-weight: 100;
  position: relative;
}

.heading-8._2 {
  z-index: 20;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 34px;
}

.heading-8.new-website {
  z-index: 20;
  margin-bottom: 20px;
  position: relative;
}

.page-section {
  height: 590px;
  position: relative;
}

.page-section.right {
  z-index: 10;
}

.page-section.right.dark-blue {
  background-color: #0c2437f7;
  background-image: linear-gradient(315deg, #0c2437f7 20%, #2f91e0e8);
}

.row--features-list {
  margin-top: 32px;
  padding-left: 0;
  list-style-type: none;
}

.features-column {
  list-style-type: none;
}

.image--checkmark {
  float: left;
  width: 15px;
  margin-top: 6px;
  margin-right: 9px;
}

.page-section-image {
  float: right;
  background-image: url('../images/section4bg.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.page-section-image.left {
  background-image: url('../images/MultiPage_Website_Laptop.jpg');
  background-position: 50% 79%;
  width: 57%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  overflow: hidden;
}

.div-block--price {
  background-color: #6eab38;
  border-radius: 3px;
  margin-bottom: 13px;
  padding: 10px 20px;
  display: inline-block;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.features-lists {
  padding-left: 0;
  list-style-type: none;
}

.page-section-block {
  width: 50%;
  padding-top: 65px;
  padding-bottom: 45px;
  padding-right: 55px;
  position: absolute;
  top: 0;
  left: 0;
}

.features-list-item {
  list-style-type: none;
}

.text--price-title {
  float: left;
  opacity: .61;
  color: #fff;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
}

.text--price-title.price {
  opacity: 1;
  font-size: 26px;
  font-weight: 700;
}

.heading--9 {
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Raleway, sans-serif;
  font-size: 35px;
  font-weight: 200;
}

.heading--9.centered {
  text-align: center;
}

.heading--9.medium-white {
  color: #fff;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 32px;
}

.heading--9.white-bold {
  color: #fff;
  margin-bottom: 6px;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.heading--9.gray {
  color: #333;
  margin-bottom: 30px;
}

.heading--9.small-white {
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 32px;
}

.heading--9._30 {
  margin-bottom: 30px;
}

.text--extra-price {
  color: #acb3c0;
  margin-top: -20px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.white-content-block {
  z-index: 10;
  background-color: #fff;
  border-radius: 2px;
  width: 46%;
  height: 536px;
  margin-top: -50px;
  padding: 45px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 7px 7px 33px #00000059;
}

.div-block--responsive-websites-master {
  display: flex;
}

.image--responsive {
  height: 560px;
  position: absolute;
  top: -72px;
  right: -336px;
}

.div-block--responsive-websites-child {
  width: 25%;
}

.heading-10 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.column--happy-clients {
  text-align: center;
  padding-top: 34px;
  padding-left: 45px;
  padding-right: 45px;
}

.image--happy-clients {
  height: 500px;
  position: absolute;
  top: -120px;
  left: -190px;
}

.div-block--happy-clients-overlay {
  height: 100%;
  padding-top: 150px;
  padding-bottom: 222px;
}

.div-block--why-wait-overlay {
  text-align: left;
  background-image: linear-gradient(135deg, #041421, #7676c8 70%);
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.div-block--button-sub-container {
  display: inline-block;
}

.div-block--button-container {
  margin-top: 40px;
}

.div-block--why-wait-wrapper {
  z-index: 1;
  float: left;
  width: 460px;
  position: relative;
}

.heading-11 {
  z-index: 20;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 58px;
  font-weight: 100;
  position: relative;
}

.heading-11.white {
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 48px;
}

.text--arrow-up {
  color: #fff;
  font-family: Raleway, sans-serif;
  display: inline;
}

.column--footer-column {
  color: #333;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Raleway, sans-serif;
}

.div-block--footer-wrapper {
  margin-bottom: 20px;
}

.section--footer {
  color: #f2f4f7;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image--footer-logo-2 {
  width: 200px;
}

.link-block--footer-logo, .link-block--footer-logo.w--current {
  margin-bottom: 21px;
}

.link-block--go-to-top {
  z-index: 2000;
  opacity: .19;
  background-color: #6c8291;
  border-radius: 32px;
  width: 30px;
  height: 30px;
  margin-top: 21px;
  padding: 1px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
  position: fixed;
  bottom: 27px;
  right: 27px;
}

.link-block--go-to-top:hover {
  background-color: var(--first-sight-blue);
  opacity: 1;
}

.container--footer-2 {
  text-align: center;
  margin-top: 50px;
  padding-left: 120px;
  padding-right: 120px;
}

.heading--12.black {
  color: #333;
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.row--footer-row {
  border-bottom: 1px solid #00000017;
  padding-bottom: 50px;
}

.div-block--sub-page-large-overlay {
  background-image: linear-gradient(135deg, #142c4d 20%, #329cbfcc);
  padding-top: 230px;
  padding-bottom: 110px;
}

.container--sub-page-large {
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}

.text-block--new-project {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #51bd89;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 4px 10px;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
}

.heading-13 {
  z-index: 20;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 58px;
  font-weight: 100;
  position: relative;
}

.heading-13.white {
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 48px;
}

.heading-13.white.centered {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 65px;
  line-height: 60px;
}

.heading-13.medium-gray {
  opacity: .8;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.image--process {
  width: 100%;
  display: block;
  position: relative;
  left: 0;
}

.image--process.right {
  top: 72px;
}

.image--process.left {
  display: block;
  position: relative;
}

.paragraph--process {
  color: #646f82;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.div-block--process-line {
  z-index: 1;
  background-color: #dee1e3;
  width: 5px;
  min-width: 5px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -24px;
  bottom: 24px;
}

.section--process {
  z-index: 10;
  height: 550px;
  font-family: Raleway, sans-serif;
  position: relative;
}

.section--process.gray {
  background-color: #f2f4f7;
}

.process-title--step {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 200;
}

.process-content---left {
  float: left;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 370px;
  height: 100%;
  display: flex;
}

.div-block--process-right {
  float: right;
  width: 370px;
  height: 100%;
  padding-top: 65px;
}

.div-block--process-right.text {
  padding-top: 100px;
}

.div-block--process-number {
  text-align: center;
  background-color: #fff;
  border: 3px solid #dee1e3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: -22px;
  box-shadow: 0 0 0 6px #fff;
}

.container--process {
  height: 100%;
  position: relative;
}

.text--process-title-number {
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
}

.heading--14 {
  font-size: 14px;
}

.process-title--main {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 200;
}

.heading--15, .heading--16 {
  font-size: 14px;
}

.paragraph--small {
  color: #979fad;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}

.section--websites-bg {
  background-image: url('../images/ThankYou_Mac_Mock_Up.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.section--websites-bg.about {
  background-image: url('../images/about_us_office_desk.jpg');
  background-position: 50%;
  background-size: cover;
}

.section--websites-bg.contact {
  background-image: url('../images/contact_page_pen.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block--websites-overlay {
  background-color: #041421cc;
  width: 100%;
  height: 100%;
  padding-top: 240px;
  padding-bottom: 130px;
}

.heading-17 {
  z-index: 20;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 58px;
  font-weight: 100;
  position: relative;
}

.heading-17.white {
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 48px;
}

.heading-17.small-white {
  opacity: .8;
  color: #fff;
  text-align: left;
  margin-top: 18px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.div-block--hero-divider {
  background-color: #ffffff2b;
  width: 100%;
  height: 1px;
  margin-top: 27px;
}

.image--logo-2 {
  width: 223px;
}

.div-block--navbar-wrapper-2 {
  z-index: 1000;
  background-color: #000000a6;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-block--navbar-wrapper-2.sub-page-nav-wrapper.trans {
  background-color: #0000;
}

.nav-menu-3 {
  float: right;
}

.image--nav-icon-2 {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

.form-checkbox {
  margin-bottom: 7px;
}

.paragraph--white {
  color: #fff;
  margin-bottom: 3px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph--white.large {
  margin-top: 10px;
  margin-bottom: 56px;
  font-size: 27px;
  line-height: 34px;
}

.link-block--portfolio {
  background-image: url('../images/ipadportfolio_bg.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
}

.column--right {
  background-color: #e1e6ed;
  padding-top: 70px;
  padding-bottom: 30px;
  padding-left: 60px;
}

.column--right.white {
  background-color: #fff;
}

.form-submit {
  color: #fff;
  text-align: left;
  background-color: #51bd89;
  background-image: url('../images/submitarrow_white.png');
  background-position: 82%;
  background-repeat: no-repeat;
  background-size: auto 30px;
  border-radius: 60px;
  width: 245px;
  margin-top: 10px;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .25s, background-position .25s, padding .2s;
}

.form-submit:hover {
  background-color: #041421d4;
  background-image: url('../images/submitarrow_white.png');
  background-position: 130%;
  background-repeat: no-repeat;
  background-size: auto 30px;
  padding-left: 95px;
}

.form-field {
  color: #333;
  border: 2px solid #fff;
  height: 40px;
  margin-bottom: 30px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  box-shadow: inset 0 0 #000;
}

.form-field:hover {
  box-shadow: 0 0 0 1px #444;
}

.form-field.small-area {
  height: 90px;
}

.form-field.small-area.large {
  height: 200px;
}

.div-block--pricing-block {
  background-color: #509ee3;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 40px 30px;
}

.div-block--pricing-block._3 {
  background-color: #885fc1;
}

.div-block--pricing-block._2 {
  background-color: #7676c8;
}

.text--form-received {
  font-size: 16px;
}

.div-block--dark-divider {
  opacity: .2;
  background-color: #0000003b;
  width: 100%;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-block--image-overlay {
  background-color: #0414214a;
  width: 100%;
  height: 100%;
  padding: 155px 30px 35px;
  transition: background-color .5s;
}

.div-block--image-overlay:hover {
  background-color: #04142199;
}

.full-row {
  color: #6c8291;
  background-color: #e1e6ed;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.text--small {
  opacity: .55;
  color: #fff;
  margin-top: -5px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
}

.paragraph--website {
  line-height: 24px;
}

.field-label-dark {
  color: #333;
}

.field-label-dark:hover {
  color: #368edb;
}

.image--check {
  float: left;
  width: 15px;
  margin-top: 6px;
  margin-right: 9px;
}

.success {
  background-color: #0414210f;
}

.list--pricing {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.field-label {
  color: #21242b;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.field-label._2 {
  color: #8691a3;
  font-size: 14px;
  font-weight: 300;
}

.field-label.no-padding {
  margin-bottom: 5px;
}

.column--left {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 20px;
  padding-right: 0;
}

.column--left.tint {
  background-color: #e1e6ed;
  padding-bottom: 70px;
  padding-right: 60px;
}

.div-block--websites-right {
  float: left;
  width: 410px;
}

.div-block--form-extras {
  background-color: #0414210f;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 24px 30px 21px;
}

.div-block--websites-left-column {
  float: right;
  background-color: #fff;
  border-radius: 3px;
  width: 470px;
  margin-top: -70px;
  padding: 45px;
}

.list-item--pricing {
  padding-bottom: 4px;
}

.section--team {
  background-image: linear-gradient(135deg, #041421 12%, #7676c8f0 81%), url('../images/team_bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 122px;
  padding-bottom: 122px;
}

.text--team-title {
  color: #fff;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.team-right {
  padding-left: 80px;
}

.button--about-us {
  text-align: center;
  background-color: #041421d4;
  border-radius: 80px;
  margin-top: 30px;
  padding: 20px 35px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .35s, color .3s;
}

.button--about-us:hover {
  background-color: #509ee3;
}

.div-block--team-info {
  background-color: #04142121;
  margin-bottom: 11px;
  padding: 22px 22px 22px 32px;
}

.team-left {
  padding-right: 80px;
}

.heading--19.white-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 34px;
}

.text--team-info {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-21 {
  z-index: 20;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 58px;
  font-weight: 100;
  position: relative;
}

.heading-21.white {
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 48px;
}

.heading-21.small-white {
  opacity: .8;
  color: #fff;
  text-align: left;
  margin-top: 18px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

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

.box-with-stripe {
  border-right: 1px solid #00000017;
  width: 97%;
  padding-right: 35px;
}

.box-with-stripe._2 {
  border-right-style: none;
  width: 100%;
}

.heading-23 {
  z-index: 20;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 58px;
  font-weight: 100;
  position: relative;
}

.heading-23.white {
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 48px;
}

.heading-23.small-white {
  opacity: .8;
  color: #fff;
  text-align: left;
  margin-top: 18px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.link--light-blue-2 {
  color: #2e95e8;
  margin-top: 25px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.link--light-blue-2:hover {
  color: #d2036e;
}

.link--light-blue-2._3 {
  margin-top: 0;
}

.div-block--contact-form {
  float: right;
  background-color: #0000;
  border-radius: 3px;
  width: 470px;
  padding-left: 60px;
}

.heading--24.contact-tect {
  color: #333;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 600;
}

.button--sent-email {
  color: #fff;
  background-color: #4093d6;
  border-radius: 3px;
  margin-top: 15px;
  padding-top: 6px;
  padding-bottom: 7px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.button--sent-email:hover {
  background-color: #5a6973;
}

.section-flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-flex-center.cc-hp-vid-center {
  color: #000;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-flex-center.cc-hp-vid-center.cc-dark-grey {
  color: #fff;
  background-color: #1a1b1f;
  padding-left: 10%;
  padding-right: 10%;
}

.section-flex-center.cc-hp-vid-center.cc-dark-grey.white {
  background-color: #fff;
}

.section-flex-center.cc-hp-vid-center.cc-dark-grey.white.hide, .section-flex-center.cc-hp-vid-center.cc-dark-grey.hide {
  display: none;
}

.dark-section-wrapper {
  background-color: #000;
  background-image: radial-gradient(circle farthest-side at 109% 136%, #9085da, #35af82 19%, #000 71%);
  padding: 12% 50% 8% 10%;
}

.dark-section-wrapper.preface {
  background-image: radial-gradient(circle farthest-side at 109% 136%, #9085da, #35af82 19%, #000 71%);
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  padding-right: 10%;
  display: flex;
}

.success-message-2 {
  background-color: #ffffff36;
}

.text-field {
  background-color: #ffffff36;
  border-style: none;
  border-radius: 2px;
  margin-bottom: 1.6em;
}

.text-field._w-input {
  color: #ededed;
}

.brand-2 {
  align-items: center;
  margin-right: 17px;
  display: flex;
}

.error-message {
  background-color: #ffffff36;
  margin-left: 7%;
}

.h1-large {
  color: #ededed;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3.2em;
  font-weight: 100;
  line-height: 1em;
}

.site-name-2 {
  color: #ededed;
  margin-top: 9px;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 100;
  line-height: 33px;
}

.column-wrapper {
  flex: 60%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 3%;
}

.column-wrapper.form {
  flex: 40%;
  padding-top: 0;
  padding-left: 7%;
  padding-right: 2%;
}

.div-block {
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1em;
  display: flex;
}

.link {
  margin-right: 10%;
  font-size: 18px;
}

.link.white {
  color: var(--white);
}

.light-section-wrapper {
  align-items: flex-start;
  padding: 4% 10% 0%;
  display: flex;
}

.brand-3 {
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.form.editor {
  color: #666;
}

.ui_wrap {
  margin-top: 40px;
}

.text-block {
  color: #ededed;
}

.navbar {
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 10%;
  display: flex;
  position: fixed;
  box-shadow: 0 0 4px #2e2e2e;
}

.submit-button {
  background-color: #ffffff36;
  border-radius: 2px;
}

.main-content-wrapper-2 {
  flex: 1 0 65%;
  margin-bottom: 1.8em;
  padding-right: 3%;
  line-height: 1.8em;
}

.main-content-wrapper-2.black-text {
  color: #333;
}

.image-logo {
  width: 184px;
}

.field-label-2 {
  color: #666;
  font-weight: 400;
}

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

.paragraph-large-2 {
  color: #666;
  font-size: 19px;
  line-height: 1.6em;
}

.top-link {
  background-color: #ffffff36;
  border-radius: 2px;
  padding: 5px 8px;
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.top-link.w--current {
  background-color: #f1f1f133;
  border-radius: 2px;
  padding: 5px 8px;
}

.black {
  color: #000;
}

.aside-wrapper-2 {
  flex: 40%;
  padding-left: 2%;
  padding-right: 2%;
}

.form-header {
  color: #666;
  margin-top: 9%;
  font-weight: 100;
  line-height: 1em;
}

.brand-4 {
  align-items: center;
  margin-right: 17px;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1em;
  display: flex;
}

html.w-mod-js [data-ix="hide-popup"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load"], html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="move-left-on-load-2"] {
  opacity: 0;
  transform: translate(40px);
}

html.w-mod-js [data-ix="move-up-on-load-4"], html.w-mod-js [data-ix="move-up-on-load-3"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="show-on-hover-5"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="move-down-on-load"] {
  opacity: 0;
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="move-right-on-load-5"] {
  opacity: 0;
  transform: translate(-40px);
}

html.w-mod-js [data-ix="move-up-on-load-6"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="show-on-hover"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="move-right-on-load-1"] {
  opacity: 0;
  transform: translate(-40px);
}

html.w-mod-js [data-ix="move-left-on-load-6"] {
  opacity: 0;
  transform: translate(40px);
}

html.w-mod-js [data-ix="show-on-hover-3"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="move-up-on-load-8"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="show-on-hover-4"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="move-up-on-load-7"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="move-up-on-load"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="move-up-on-load-2"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="hero-move-up-on-load"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="move-up-on-load-9"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="move-up-on-load-10"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .line-2 {
    background-color: #8ad4b5;
  }

  .feature-1-item-5 {
    border-right-style: solid;
  }

  .header-box.center {
    width: 70%;
  }

  .text-content {
    width: 100%;
  }

  .logo-footer, .menu-horizontal {
    margin-bottom: 30px;
  }

  .line-3 {
    background-color: #8ad4b5;
  }

  .slide._3 {
    background-image: linear-gradient(to top, #000000b5, #fff0 20%), url('../images/13188849_m_r.jpg');
    background-position: 0 0, 78%;
  }

  .flex-wrapper.footer {
    flex-direction: column;
  }

  .flex-wrapper.mobile-center {
    justify-content: center;
    align-items: center;
  }

  .line-1 {
    color: #8ad4b5;
    background-color: #8ad4b5;
  }

  .navlink {
    color: #333;
    background-color: #fff;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .menu-button-2 {
    float: right;
    height: 60px;
    margin-top: 14px;
    padding: 24px 18px 18px;
  }

  .menu-button-2.w--open {
    background-color: #64646491;
  }

  .hero-text-box.center-text {
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._50-percent-column-2.flex-center.mobile-start {
    align-items: flex-start;
  }

  .menu-icon {
    float: left;
    color: #fff;
    margin-right: 7px;
    font-size: 34px;
  }

  .menu-button {
    background-color: #ffffff08;
    width: 140px;
    height: 57px;
    margin-top: -6px;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background-color .5s;
  }

  .menu-button:hover {
    background-color: #000000e6;
    border-radius: 6px;
  }

  .menu-title-block {
    margin-bottom: 15px;
    font-family: Raleway, sans-serif;
    font-size: 22px;
  }

  .div-block--navbar-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: 1000;
    color: #fff;
    background-color: #1d1e24fa;
    min-width: 200px;
    max-width: 300px;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block--nav-pages {
    float: none;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 8px;
    margin-right: 8px;
    display: block;
  }

  .div-block--menu-title-block {
    border-top: 1px solid #ffffff17;
    margin-top: 22px;
    padding-top: 30px;
  }

  .image--nav-icon {
    float: left;
    width: 25px;
    margin-right: 20px;
  }

  .navigation {
    height: 100px;
    padding-top: 27px;
    padding-left: 43px;
    padding-right: 19px;
  }

  .text--nav-text {
    text-align: left;
    margin-bottom: 8px;
    padding-top: 5px;
  }

  .heading--6 {
    color: #fff;
    margin-top: 4px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .heading--6.menu-title {
    margin-bottom: 0;
  }

  .paragraph--menu-text {
    color: #8e98ab;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }

  .section--home-slider {
    height: 620px;
  }

  .slider-text {
    font-size: 35px;
    line-height: 35px;
  }

  .slider-text._2 {
    line-height: 35px;
  }

  .div-block--side {
    width: 300px;
    margin-left: 65px;
  }

  .image--slide1 {
    width: 600px;
    height: auto;
    margin-right: -220px;
    left: 300px;
  }

  .slide-1 {
    padding-top: 35px;
  }

  .container--slider-overlay {
    margin-top: 172px;
  }

  .container--slider-container {
    margin-top: 123px;
  }

  .slider--hero {
    height: 620px;
  }

  .image--slide-3 {
    margin-top: 31px;
  }

  .link-block--hero-button {
    margin-top: 10px;
    padding: 10px 20px 9px;
  }

  .section--white {
    padding: 50px 40px 40px;
    overflow: hidden;
  }

  .paragraph--top-info {
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph--top-info.white {
    font-size: 16px;
    line-height: 21px;
  }

  .link--light-blue {
    font-size: 16px;
    line-height: 26px;
  }

  .image--home-slider {
    width: 366px;
    height: 185px;
  }

  .slider--home-slider {
    width: 690px;
    height: 460px;
  }

  .home-slide {
    padding-top: 99px;
    padding-left: 170px;
  }

  .image--home-slider-bg {
    width: 690px;
    height: 460px;
  }

  .section--gray.home-slider {
    padding: 30px 40px 35px;
  }

  .div-block--home-slider {
    width: 690px;
    height: 460px;
    top: -30px;
  }

  .heading-8.new-website {
    margin-bottom: 4px;
    font-size: 44px;
    line-height: 34px;
  }

  .page-section {
    height: 535px;
  }

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

  .page-section-block {
    padding: 35px 35px 35px 0;
  }

  .heading--9._30 {
    font-size: 32px;
  }

  .white-content-block {
    width: 48%;
    padding: 26px;
  }

  .image--responsive {
    height: 425px;
    top: -20px;
    right: -251px;
  }

  .image--happy-clients {
    height: 400px;
  }

  .div-block--happy-clients-overlay {
    padding-bottom: 150px;
  }

  .div-block--why-wait-overlay {
    padding: 75px 55px 85px;
  }

  .div-block--why-wait-wrapper {
    width: 410px;
  }

  .heading-11.white {
    font-size: 44px;
    line-height: 40px;
  }

  .column--footer-column {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .container--footer-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading--12 {
    color: #fff;
    margin-top: 4px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .div-block--sub-page-large-overlay {
    padding-top: 180px;
  }

  .heading-13.white {
    font-size: 44px;
    line-height: 40px;
  }

  .heading-13.white.centered {
    font-size: 48px;
    font-weight: 200;
    line-height: 43px;
  }

  .heading-13.medium-gray {
    line-height: 21px;
  }

  .image--process {
    width: 100%;
    display: block;
    position: static;
  }

  .image--process.right {
    position: relative;
  }

  .process-content---left {
    width: 320px;
  }

  .div-block--process-right {
    padding-left: 40px;
  }

  .div-block--process-number {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: -22px;
    right: auto;
  }

  .container--process {
    position: relative;
  }

  .process-title--main {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block--websites-overlay {
    padding-top: 180px;
    padding-bottom: 110px;
  }

  .heading-17.white {
    font-size: 44px;
    line-height: 40px;
  }

  .heading-17.small-white {
    margin-top: 12px;
    font-size: 18px;
  }

  .div-block--navbar-wrapper-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block--navbar-wrapper-2.sub-page-nav-wrapper.trans {
    background-color: #000000a6;
  }

  .nav-menu-3 {
    z-index: 1000;
    color: #fff;
    background-color: #1d1e24fa;
    min-width: 200px;
    max-width: 300px;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image--nav-icon-2 {
    float: left;
    width: 25px;
    margin-right: 20px;
  }

  .heading--18 {
    color: #fff;
    margin-top: 4px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .heading--18.menu-title {
    margin-bottom: 0;
  }

  .paragraph--white.large {
    font-size: 24px;
  }

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

  .paragraph--website {
    line-height: 20px;
  }

  .column--left.tint {
    padding: 25px;
  }

  .div-block--websites-right {
    width: 100%;
  }

  .div-block--websites-left-column {
    width: 100%;
    padding: 35px;
  }

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

  .heading--19, .heading--20 {
    color: #fff;
    margin-top: 4px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .heading--20.menu-title {
    margin-bottom: 0;
  }

  .heading-21.white {
    font-size: 44px;
    line-height: 40px;
  }

  .heading-21.small-white {
    margin-top: 12px;
    font-size: 18px;
  }

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

  .heading--22 {
    color: #fff;
    margin-top: 4px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .heading--22.menu-title {
    margin-bottom: 0;
  }

  .heading-23.white {
    font-size: 44px;
    line-height: 40px;
  }

  .heading-23.small-white {
    margin-top: 12px;
    font-size: 18px;
  }

  .link--light-blue-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block--contact-form {
    width: 100%;
    padding-left: 0;
  }

  .heading--24 {
    color: #fff;
    margin-top: 4px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .dark-section-wrapper {
    background-position: 88%, 0 0;
    background-size: 60%, auto;
    padding-left: 3%;
    padding-right: 34%;
  }

  .dark-section-wrapper.preface {
    padding-right: 3%;
  }

  .h1-large {
    font-size: 3em;
  }

  .site-name-2 {
    font-size: 18px;
  }

  .div-block {
    margin-top: 5px;
  }

  .link {
    font-size: 16px;
  }

  .light-section-wrapper, .navbar {
    padding-left: 3%;
    padding-right: 3%;
  }

  .form-header {
    font-weight: 100;
  }

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

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px;
  }

  .mobile-top-border {
    margin-top: 30px;
  }

  ._55-percent-column {
    width: 100%;
    display: block;
  }

  .bottom-separation.mobile-less-padding {
    padding-bottom: 10px;
  }

  .heading-1.hero {
    font-size: 39px;
    line-height: 48px;
  }

  .feature-1-item-5, .feature-1-item-1 {
    border-right-style: none;
    width: 80%;
  }

  .header-box.center-no-border {
    width: 85%;
  }

  .header-box.center {
    width: 80%;
  }

  .map {
    height: 300px;
  }

  ._45-percent-column {
    width: 100%;
  }

  .intro-features-box {
    justify-content: center;
    align-items: center;
  }

  .text-content.left-padding {
    padding-left: 0;
  }

  ._30-percent-column-with-padding {
    width: 46%;
    margin-bottom: 60px;
  }

  ._50-percent-column-special.bottom-border, ._50-percent-column {
    width: 100%;
  }

  .feature-1-item-2 {
    width: 80%;
  }

  .menu-horizontal {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .hero-section-slider {
    min-height: 745px;
  }

  .menu-button-2 {
    margin-top: 7px;
  }

  .intro-feature {
    border-bottom-style: none;
    width: 80%;
  }

  .hero-text-box.center-text {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .intro-text-box {
    width: 80%;
  }

  .footer-link.horizontal {
    margin-bottom: 15px;
  }

  .mobile-bottom-border {
    margin-bottom: 30px;
  }

  .feature-1-item-6 {
    width: 80%;
  }

  .image--nav-logo {
    height: 55px;
  }

  ._50-percent-column-2 {
    width: 100%;
  }

  ._50-percent-column-2.flex-center.mobile-start {
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .menu-icon {
    float: none;
    margin-right: 0;
  }

  .image--logo {
    width: 180px;
  }

  .menu-button {
    text-align: center;
    width: 60px;
    height: 60px;
    margin-top: -11px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block--navbar-wrapper {
    padding-top: 3px;
  }

  .navigation {
    height: 80px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 10px;
  }

  .heading--6.menu-title {
    display: none;
  }

  .section--home-slider {
    height: 390px;
  }

  .slider-text {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 200;
    line-height: 27px;
  }

  .slider-text._2 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block--side {
    width: 260px;
  }

  .image--slide1 {
    width: 400px;
    margin-top: -20px;
    margin-right: -105px;
    top: -21px;
    left: 218px;
  }

  .container--slider-overlay {
    margin-top: 125px;
  }

  .container--slider-container {
    margin-top: 73px;
  }

  .slider--hero {
    height: 390px;
  }

  .text--hero-button {
    font-size: 16px;
  }

  .image--slide-3 {
    width: 500px;
    top: 4px;
    left: 215px;
  }

  .link-block--hero-button {
    height: 49px;
    margin-top: 20px;
    padding: 2px 14px 0;
  }

  .section--white {
    padding: 30px;
  }

  .image--home-slider {
    width: 196px;
    height: 118px;
  }

  .slider--home-slider {
    width: 530px;
    height: 272px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-slide {
    padding-top: 61px;
    padding-left: 160px;
  }

  .image--home-slider-bg {
    width: 370px;
    height: 291px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section--gray.home-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block--home-slider {
    width: 100%;
    height: auto;
    font-family: Raleway, sans-serif;
    top: 18px;
  }

  .container--home-slider {
    margin-top: 0;
    margin-bottom: -29px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-8._2 {
    margin-top: 7px;
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
    line-height: 30px;
  }

  .heading-8.new-website {
    font-size: 34px;
  }

  .page-section {
    height: auto;
  }

  .page-section-image {
    float: none;
    width: 100%;
    height: 250px;
    position: relative;
  }

  .page-section-image.left {
    width: 100%;
    height: 300px;
  }

  .container {
    padding-left: 20px;
  }

  .features-lists {
    margin-bottom: 0;
  }

  .page-section-block {
    width: 100%;
    padding: 25px;
    position: relative;
  }

  .heading--9.medium-white {
    font-size: 25px;
  }

  .heading--9.gray {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 28px;
  }

  .heading--9._30 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .white-content-block {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: -34px;
    left: 0;
    right: 0;
  }

  .image--responsive {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .column--responsive-websites {
    padding-top: 17px;
  }

  .image--happy-clients {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .div-block--happy-clients-overlay {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .div-block--why-wait-overlay {
    padding: 60px 40px;
  }

  .div-block--why-wait-wrapper {
    width: 310px;
  }

  .heading-11.white {
    margin-bottom: 18px;
    font-size: 35px;
    line-height: 31px;
  }

  .column--footer-column {
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container--footer-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block--sub-page-large-overlay {
    padding-top: 122px;
    padding-bottom: 60px;
  }

  .container--sub-page-large {
    padding-left: 45px;
    padding-right: 45px;
  }

  .heading-13.white {
    margin-bottom: 18px;
    font-size: 35px;
    line-height: 31px;
  }

  .heading-13.white.centered {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-13.medium-gray {
    font-size: 16px;
  }

  .image--process {
    float: left;
    margin-top: 10px;
  }

  .image--process.right {
    top: 0;
  }

  .section--process {
    height: auto;
  }

  .process-content---left {
    float: none;
    text-align: left;
    width: 100%;
    height: auto;
    display: block;
  }

  .div-block--process-right {
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 0;
    display: block;
  }

  .div-block--process-right.text {
    width: 100%;
    padding-top: 0;
  }

  .div-block--process-number {
    display: none;
    top: 0;
    left: -22px;
  }

  .container--process {
    height: auto;
    padding: 25px;
  }

  .div-block--websites-overlay {
    padding-top: 132px;
    padding-bottom: 60px;
  }

  .heading-17.white {
    margin-bottom: 18px;
    font-size: 35px;
    line-height: 31px;
  }

  .heading-17.small-white {
    font-size: 16px;
  }

  .div-block--hero-divider {
    margin-top: 15px;
  }

  .image--logo-2 {
    width: 180px;
  }

  .div-block--navbar-wrapper-2 {
    padding-top: 3px;
  }

  .heading--18.menu-title {
    display: none;
  }

  .paragraph--white.large {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block--pricing-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .column--left {
    padding-right: 10px;
  }

  .div-block--websites-left-column {
    padding: 25px;
  }

  .section--team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text--team-title {
    font-size: 20px;
  }

  .team-right {
    margin-top: 40px;
    padding-left: 10px;
  }

  .team-left {
    padding-right: 10px;
  }

  .heading--19.white-large {
    font-size: 32px;
  }

  .heading--20.menu-title {
    display: none;
  }

  .heading-21.white {
    margin-bottom: 18px;
    font-size: 35px;
    line-height: 31px;
  }

  .heading-21.small-white {
    font-size: 16px;
  }

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

  .box-with-stripe {
    border-right-style: none;
    margin-bottom: 40px;
    margin-left: -10px;
  }

  .heading--22.menu-title {
    display: none;
  }

  .heading-23.white {
    margin-bottom: 18px;
    font-size: 35px;
    line-height: 31px;
  }

  .heading-23.small-white {
    font-size: 16px;
  }

  .dark-section-wrapper {
    background-image: radial-gradient(circle farthest-side at -31% -49%, #9085da, #0d0255 32%, #000 71%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 17%;
  }

  .dark-section-wrapper.preface {
    flex-direction: column;
  }

  .site-name-2 {
    margin-top: 11px;
    font-size: 16px;
    line-height: 12px;
  }

  .column-wrapper.form {
    padding-left: 0%;
  }

  .div-block {
    margin-top: 3px;
  }

  .link {
    font-size: 12px;
  }

  .form {
    padding-left: 0%;
  }

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

@media screen and (max-width: 479px) {
  .footer {
    padding: 22px;
  }

  .content-wrapper {
    padding-bottom: 0;
  }

  .heading-1.hero {
    margin-bottom: 6px;
    font-size: 29px;
    line-height: 38px;
  }

  .feature-1-item-5 {
    width: 100%;
  }

  .feature-1-item-1 {
    border-right: 0 #fff;
    width: 100%;
  }

  .header-box.center-no-border, .header-box.center {
    width: 100%;
  }

  .mini-contact-us-box {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.white.hero {
    font-size: 17.5px;
  }

  ._30-percent-column-with-padding {
    width: 100%;
  }

  ._50-percent-column-special.bottom-border {
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-1-item-2 {
    width: 100%;
  }

  .menu-horizontal {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .menu-button-2 {
    margin-top: 1px;
  }

  .intro-feature {
    width: 100%;
    max-width: 100%;
  }

  .hero-text-box.center-text {
    padding-left: 22px;
    padding-right: 22px;
  }

  .intro-text-box {
    width: 100%;
  }

  .footer-link.horizontal {
    margin-right: 0;
  }

  .feature-1-item-6 {
    width: 100%;
  }

  .feature-icon-column {
    margin-bottom: 10px;
  }

  .anchor-menu-link {
    width: 100%;
    margin-right: 0;
  }

  .anchor-menu {
    height: auto;
  }

  .image--nav-logo {
    height: 46px;
  }

  ._50-percent-column-2 {
    width: 100%;
  }

  .image--logo {
    width: 152px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    margin-top: -10px;
    padding-top: 9px;
  }

  .navigation {
    height: 70px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .section--home-slider {
    height: 310px;
  }

  .slider-text {
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 22px;
  }

  .slider-text._2 {
    font-size: 16px;
    line-height: 21px;
  }

  .div-block--side {
    width: 200px;
    margin-left: 30px;
  }

  .image--slide1 {
    width: 270px;
    margin-right: -190px;
    left: 153px;
  }

  .container--slider-overlay {
    margin-top: 100px;
  }

  .container--slider-container {
    margin-top: 70px;
  }

  .slider--hero {
    height: 310px;
  }

  .image--slide-3 {
    top: -19px;
    left: 147px;
  }

  .link-block--hero-button {
    height: 43px;
    margin-top: 1px;
    padding-top: 0;
    line-height: 7px;
  }

  .div-block--top-icon-block {
    width: 60px;
    height: 60px;
  }

  .link--light-blue.footer, .link--light-blue.footerfirst {
    border-bottom: 1px solid #e8e8e8;
    border-right-style: none;
    margin-bottom: 5px;
    margin-right: 0;
    padding-bottom: 5px;
    padding-right: 0;
    display: block;
  }

  .image--home-slider {
    width: 144px;
    height: 72px;
  }

  .slider--home-slider {
    width: 270px;
    height: 202px;
  }

  .home-slide {
    padding-top: 39px;
    padding-left: 66px;
  }

  .image--home-slider-bg {
    width: 270px;
    height: 180px;
  }

  .section--gray.home-slider {
    padding: 25px 25px 5px;
  }

  .container--home-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8._2 {
    line-height: 23px;
  }

  .heading-8.new-website {
    font-size: 24px;
  }

  .page-section-image {
    height: 140px;
  }

  .page-section-image.left {
    height: 240px;
  }

  .container {
    padding-left: 20px;
  }

  .page-section-block {
    padding: 20px 0;
  }

  .text--price-title.price {
    font-size: 22px;
  }

  .heading--9 {
    font-size: 24px;
    line-height: 32px;
  }

  .white-content-block {
    padding: 22px 22px 13px;
  }

  .div-block--responsive-websites-master {
    justify-content: center;
  }

  .div-block--responsive-websites-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-10 {
    font-size: 10px;
  }

  .div-block--why-wait-overlay {
    padding: 45px 25px;
  }

  .div-block--why-wait-wrapper {
    width: 243px;
  }

  .heading-11.white {
    font-size: 24px;
    line-height: 27px;
  }

  .container--footer-2 {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block--sub-page-large-overlay {
    padding-bottom: 40px;
  }

  .container--sub-page-large {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-13.white {
    font-size: 24px;
    line-height: 27px;
  }

  .div-block--websites-overlay {
    padding-top: 122px;
    padding-bottom: 40px;
  }

  .heading-17.white {
    font-size: 24px;
    line-height: 27px;
  }

  .heading-17.small-white {
    font-size: 14px;
    line-height: 18px;
  }

  .image--logo-2 {
    width: 152px;
  }

  .div-block--pricing-block {
    padding: 23px;
  }

  .div-block--websites-left-column {
    padding: 14px;
  }

  .text--team-title {
    font-size: 18px;
  }

  .div-block--team-info {
    padding-left: 22px;
  }

  .heading-21.white {
    font-size: 24px;
    line-height: 27px;
  }

  .heading-21.small-white {
    font-size: 14px;
    line-height: 18px;
  }

  .box-with-stripe {
    padding-right: 10px;
  }

  .heading-23.white {
    font-size: 24px;
    line-height: 27px;
  }

  .heading-23.small-white {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-3 {
    width: 177px;
  }

  .dark-section-wrapper {
    padding-top: 27%;
  }

  .h1-large {
    font-size: 30px;
    line-height: 38px;
  }

  .site-name-2 {
    font-size: 1em;
    font-weight: 400;
    display: none;
  }

  .div-block {
    margin-top: 2px;
    margin-left: 36px;
  }

  .link {
    margin-right: 12px;
    font-size: 14px;
    display: block;
  }

  .light-section-wrapper {
    flex-direction: column;
  }

  .navbar {
    padding-left: 0%;
    padding-right: 0%;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .image-logo {
    width: 144px;
  }

  .paragraph-large-2 {
    font-size: 15px;
  }

  .top-link, .top-link.w--current {
    display: none;
  }

  .aside-wrapper-2 {
    margin-bottom: 2%;
  }

  .div-block-4 {
    margin-top: 2px;
    margin-left: 36px;
  }
}


@font-face {
  font-family: 'Greatvibes';
  src: url('../fonts/GreatVibes-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-Black-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-Extralight-Trial.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-RegularItalic-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-ThinItalic-Trial.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-MediumItalic-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-Light-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-LightItalic-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-Semibold-Trial.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-SemiboldItalic-Trial.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-ExtralightItalic-Trial.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-BlackItalic-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-Thin-Trial.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}