:root {
  --royal-blue: #1f6fff;
  --lime-green: #1fdb6a;
  --medium-orchid: #b75dda;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  background-color: #424549;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 21px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #1f6fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #1fdb6a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 15px;
}

a {
  color: #1f6fff;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
}

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: #0000000a;
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.hero-section {
  background-color: #ececec;
  height: 800px;
  padding-top: 185px;
  position: relative;
  overflow: hidden;
}

.hero-section.color {
  color: #fff;
  background-color: #1f6fff;
  height: auto;
  padding-top: 225px;
  padding-bottom: 185px;
  font-weight: 600;
}

.navbar {
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.underline {
  border-bottom: 1px solid #fff3;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
}

.navbar.with-color-button {
  background-color: #0000001a;
  padding-bottom: 30px;
}

.navbar.white {
  background-color: #fff;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.w--current {
  margin-top: 13px;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-link {
  color: #242424;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 60px;
  margin-right: 4px;
  padding: 11px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: background-color .2s, border .2s;
  display: inline-block;
}

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

.nav-link.w--current {
  color: #046d0d;
  text-decoration: underline;
}

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

.nav-link.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-link.dropdown-toggle.light {
  padding-right: 40px;
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

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

.nav-link.light.w--current {
  border-color: #0000004d;
}

.nav-link.color {
  background-color: #cfcfcf1a;
  margin-bottom: 4px;
  margin-right: 0;
  display: block;
}

.nav-link.with-color {
  color: #fff;
  background-color: #1fdb6a;
  line-height: 20px;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  color: #fff;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

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

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.dropdown-list.sidebar.w--open {
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px #0000;
}

.dropdown-link {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #1f6fff;
}

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

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

.container {
  position: relative;
}

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

.container.testimonial-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.container.centered {
  text-align: center;
}

.container.download-hero {
  background-color: #ffffffd1;
  border-radius: 17px;
  padding: 25px;
  box-shadow: 0 0 20px 4px #00000042;
}

.container.home-intro-container {
  text-align: center;
  height: 610px;
  margin-top: -127px;
}

.container.bottom-footer {
  background-color: #313438;
  border-radius: 4px;
  padding: 21px 21px 18px;
}

.container.footer-container {
  border: 1px solid #0000001a;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px;
  font-size: 13px;
}

.container.team-container {
  margin-top: 40px;
}

.container.above-image-section {
  text-align: center;
  margin-bottom: -220px;
}

.hero-title {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 55px;
  display: block;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5f6a04;
  border-radius: 60px;
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 21px;
  padding-right: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #046d0d;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button.text-button {
  color: #fff;
  background-color: #1f6fff;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: inline-block;
}

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

.button.green {
  background-color: #1fdb6a;
}

.button.green:hover {
  background-color: #0abd51;
}

.button.green.full.outline:hover {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.button.purple {
  background-color: #b75dda;
}

.button.purple.full.outline:hover {
  background-color: #b75dda;
  border-color: #b75dda;
}

.button.full {
  text-align: center;
  display: block;
}

.button.full.outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button.full.outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button.icon-button {
  background-image: url('../images/Icon-download.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 10px;
  padding-left: 51px;
}

.button.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button.light {
  background-color: #fff3;
}

.button.submit-centered {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.hero-button {
  color: #fff;
  margin-top: 40px;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 10px;
}

.button.hero-button:hover {
  color: #fff;
}

.button.hero-button.white {
  color: #000;
  background-color: #fff;
}

.button.hero-button.white:hover {
  color: #fff;
  background-color: #030303;
}

.button.white-pricing-button {
  margin-top: 0;
}

.button.full-submit {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.button.submit-newsletter {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-top: 0;
}

.button.slider-button {
  background-color: #1fdb6a;
}

.button.slider-button.outline {
  background-color: #0000;
  border: 1px solid #fff9;
  margin-left: 10px;
}

.button.outline {
  background-color: #0000;
  border: 1px solid #fff;
}

.button.dark-outline {
  color: #000;
  background-color: #0000;
  border: 2px solid #e4e4e4;
}

.button.dark-outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button.pricing-start {
  text-align: center;
  margin-top: 0;
  display: block;
}

.button._2 {
  background-color: #0009;
  margin-left: 10px;
}

.button._2:hover {
  color: #1f6fff;
  background-color: #fff;
}

.button.square {
  border-radius: 5px;
}

.button.square-outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 5px;
}

.button.square-outline.full:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button.square-outline.full.green:hover {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.button.square-outline.full.purple:hover {
  background-color: #b75dda;
  border-color: #b75dda;
}

.button.top-padding {
  margin-top: 0;
}

.section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.section.tint {
  background-color: #f5f5f5;
}

.section.app-info-section {
  background-color: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 60px;
}

.section.dark {
  color: #fff;
  background-color: #3b3f46;
  border: 0 solid #000;
  overflow: hidden;
}

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

.section.top-line {
  border-top: 1px solid #ddd;
}

.section.overflow-none {
  overflow: hidden;
}

.section.bottom-space {
  padding-bottom: 150px;
}

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

.section.below-contact-form {
  background-color: #f0f2f5;
  padding-top: 240px;
}

.section.pricing-section {
  padding-bottom: 160px;
}

.section.bottom-line {
  border-bottom: 1px solid #e2e2e2;
}

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

.section.portoflio {
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.section.contact-us-section {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 55px;
  padding-bottom: 45px;
}

.section-title-wrapper {
  text-align: center;
  width: 55%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
}

.section-title-wrapper.full.info {
  margin-bottom: 30px;
}

.section-title-wrapper.full.below-video {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.section-title-wrapper.with-contact-form {
  margin-bottom: 50px;
}

.section-title-wrapper.info-block {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}

.section-title-wrapper.full-centered {
  width: 100%;
}

.section-title-wrapper.full-centered.contact {
  margin-bottom: 10px;
}

.section-title-wrapper.small-title, .section-title-wrapper.info {
  margin-bottom: 30px;
}

.section-title-wrapper.white-background {
  background-color: #ffffffe6;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 20px 6px #0000004f;
}

.section-title {
  color: #2e500e;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 46px;
}

.section-title.elements-title {
  margin-bottom: 0;
}

.section-title.small {
  font-size: 33px;
}

.section-title.white {
  color: #fff;
}

.section-description {
  color: #5f6a04;
  margin-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  line-height: 30px;
}

.section-description.faded {
  opacity: .6;
}

.section-description.small {
  width: 80%;
}

.section-description.elements {
  margin-top: 10px;
}

.video-lightbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 23px #0000004d;
}

.video-lightbox.large {
  margin-top: -180px;
}

.video-lightbox-block {
  background-image: url('../images/Photo-10.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 400px;
  overflow: hidden;
}

.video-lightbox-block.large {
  background-image: url('../images/Photo-8.jpg');
}

.video-lightbox-block.about-us {
  background-image: url('../images/Photo-6_1.jpg');
}

.video-lightbox-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-lightbox-button {
  text-align: center;
  background-color: #1f6fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-left: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px #00000080;
}

.video-lightbox-button.large {
  width: 90px;
  height: 90px;
  padding-top: 32px;
  position: static;
  transform: none;
}

.video-lightbox-button.large:hover {
  transform: scale(1.3);
}

.video-lightbox-button.large-color {
  background-color: #1fdb6a;
  width: 90px;
  height: 90px;
  padding-top: 32px;
  transition: background-color .2s;
  position: static;
  top: 0;
  transform: none;
}

.video-lightbox-button.large-color:hover {
  background-color: #3b3b3b;
}

.video-lightbox-button.green {
  background-color: #1fdb6a;
}

.video-lightbox-button.line {
  background-color: #0000;
  border: 2px solid #fff;
  padding-top: 16px;
  padding-left: 3px;
}

.video-lightbox-icon {
  height: 25px;
}

.portfolio-tabs-menu {
  text-align: center;
}

.portfolio-tab-button {
  background-color: #0000;
  border-radius: 130px;
  margin-left: 2px;
  margin-right: 2px;
  font-family: Montserrat, sans-serif;
  transition: background-color .2s;
}

.portfolio-tab-button:hover {
  background-color: #0000001a;
}

.portfolio-tab-button.w--current {
  color: #fff;
  background-color: #000000b3;
}

.portfolio-tab-pane {
  padding-top: 30px;
}

.portfolio-row {
  margin-bottom: 20px;
}

.portfolio-image-block {
  border-radius: 20px;
  width: 100%;
  height: 270px;
  display: block;
  position: relative;
  overflow: hidden;
}

.portfolio-image-block._2 {
  background-image: url('../images/snacks.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-image-block._3 {
  background-color: #fff;
  background-image: url('../images/starch-glue.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-image-block._4 {
  background-image: url('../images/fishfarm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-image-block.large-left {
  height: 560px;
}

.portfolio-image-block.medium-right {
  background-image: url('../images/Photo-8.jpg');
  height: 220px;
  margin-bottom: 10px;
}

.portfolio-image-block.medium-left-right {
  background-image: url('../images/Photo-12.jpg');
  height: 330px;
}

.portfolio-image-block.smallest-right {
  float: right;
  background-image: url('../images/Photo-1.jpg');
  width: 96%;
  height: 160px;
  margin-bottom: 10px;
}

.portfolio-image-block.smallest-right._2 {
  background-image: url('../images/Person-9.jpg');
  margin-bottom: 0;
}

.portfolio-image-block.large {
  background-image: url('../images/Photo-2_1.jpg');
  height: 560px;
}

.portfolio-image-block.small-1 {
  background-image: url('../images/Photo-14.jpg');
  margin-bottom: 20px;
}

.portfolio-image-block.small-2, .portfolio-image-block.small {
  background-image: url('../images/Photo-6_1.jpg');
}

.portfolio-image-block.small._2 {
  background-image: url('../images/Photo-8_1.jpg');
}

.portfolio-image-block._1 {
  background-image: url('../images/briquettes.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-image-block._5 {
  background-image: url('../images/foundries.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-image-block._6 {
  background-image: url('../images/spices.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-image-block._7 {
  background-image: url('../images/choc-chip-cookies.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-image-block._8 {
  background-image: url('../images/yellow_low_fat_maize_starch.jpg');
  background-position: 16%;
  background-repeat: no-repeat;
  background-size: auto 250%;
}

.portfolio-image-block._9 {
  background-image: url('../images/yellow_low_fat_maize_starch.jpg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: auto 250%;
}

.portfolio-image-block._10 {
  background-image: url('../images/yellow_low_fat_maize_starch.jpg');
  background-position: 73%;
  background-repeat: no-repeat;
  background-size: auto 250%;
}

.portfolio-image-block._11 {
  background-image: url('../images/yellow_low_fat_maize_starch.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 250%;
}

.portfolio-overlay-block {
  background-color: #2c2d31cc;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-overlay-content-wrapper {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.portfolio-block-title {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.testimonial-slider {
  background-color: #0000;
  height: 200px;
}

.testimonial-slider.white-blocks {
  text-align: center;
  height: 463px;
  padding-top: 20px;
}

.testimonial-slide {
  position: relative;
}

.testimonial-slide.one-third {
  width: 33%;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 5px;
}

.testimonial-slider-arrow {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-right: 30px;
  font-size: 15px;
  transition: border .2s, background-color .2s;
}

.testimonial-slider-arrow:hover {
  background-color: #0000001a;
  border-color: #0000;
}

.testimonial-slider-arrow.white-blocks-slider {
  margin-left: -80px;
  margin-right: -70px;
}

.testimonial-block {
  padding-left: 180px;
  padding-right: 40px;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
}

.testimonial-block.white {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 30px 40px;
  box-shadow: 0 0 10px #0000001a;
}

.testimonial-image {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-image.top {
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  position: static;
}

.testimonial-quote {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 29px;
}

.testimonial-quote.small {
  font-size: 12px;
  line-height: 20px;
}

.testimonial-info-block {
  margin-top: 20px;
}

.testimonial-name {
  color: #5f6a04;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-name.subtitle {
  color: #b3b3b3;
  margin-top: 5px;
  font-family: Merriweather, serif;
  font-size: 13px;
  font-weight: 400;
}

.testimonial-name.green {
  color: #1fdb6a;
}

.elements-wrapper.centered {
  text-align: center;
  margin-top: 10px;
}

.element-column.left {
  padding-right: 50px;
}

.footer {
  color: #a0a0a0;
  background-color: #3e4346;
  padding-top: 65px;
  padding-bottom: 65px;
}

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

.image-section {
  background-image: url('../images/logo-pattern.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.image-section.with-contact-form {
  background-image: url('../images/Photo-8.jpg');
}

.image-section.clients {
  background-image: url('../images/maize-field-background.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.image-section.get-the-app {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50% 30%;
}

.image-section.trial {
  color: #fff;
  background-image: linear-gradient(#1f6fffb3, #1f6fffb3), url('../images/Photo-1.jpg');
  background-position: 0 0, 50% 74%;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.image-section.quote {
  background-image: url('../images/Photo-2.jpg');
}

.image-section.pricing {
  background-image: url('../images/Photo-2_1.jpg');
}

.image-section.newsletter {
  background-image: url('../images/Photo-8.jpg');
}

.image-section.avatars {
  background-image: url('../images/Job-seeker-image.jpg');
  background-position: 50% 67%;
  background-size: contain;
}

.image-section.about-us {
  background-image: url('../images/Photo-6_1.jpg');
}

.image-section.about-us-2 {
  background-image: url('../images/Photo-1.jpg');
}

.image-section.about-us-3 {
  background-image: url('../images/Photo-5.jpg');
}

.image-section.ui-section {
  background-color: #eee;
  background-image: linear-gradient(86deg, #eee 39%, #0000), url('../images/UI-Photo.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 910px;
  background-attachment: scroll, scroll;
  padding-top: 90px;
  padding-bottom: 90px;
}

.image-section._2 {
  background-image: linear-gradient(#00000052, #00000052), url('../images/logo-pattern.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-section-overlay {
  color: #fff;
  background-color: #2c2e31b3;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 125px;
}

.image-section-overlay.pricing {
  background-color: #2c2e3166;
}

.image-section-overlay.color {
  background-color: #0000;
  background-image: none;
  padding-bottom: 145px;
  box-shadow: inset 0 0 20px #00000029;
}

.image-section-overlay.dark-gradient {
  background-color: #0000;
  background-image: linear-gradient(#2a2d3000 79%, #353b02 97%);
  padding-bottom: 145px;
}

.image-section-overlay.dark-gradient._404 {
  padding-top: 230px;
}

.image-section-overlay.dark {
  background-color: #1f6fffe6;
  padding-top: 115px;
  padding-bottom: 185px;
}

.image-section-overlay.black {
  background-color: #1b1c1f99;
}

.image-section-overlay.white-gradient {
  color: #000;
  background-color: #0000;
  background-image: linear-gradient(#fff, #0000);
  padding-top: 210px;
  padding-bottom: 240px;
}

.image-section-overlay-block {
  color: #fff;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-section-overlay-title {
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.image-section-overlay-title.subtitle {
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.image-section-overlay-title.subtitle.faded {
  opacity: .6;
}

.menu-button {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  transition: background-color .2s;
}

.menu-button:hover {
  background-color: #212429;
  border-color: #212429;
}

.menu-button.w--open {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.menu-button.blue.w--open {
  background-color: #25395e;
  border-color: #25395e;
}

.hero-mockup-image {
  width: 505px;
  position: absolute;
  top: -120px;
  right: 30px;
}

.hero-mockup-description-block {
  text-align: left;
  width: 400px;
}

.white-hero-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.small-hero-intro-title {
  opacity: .3;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.hero-description {
  color: #141414;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
  line-height: 26px;
}

.hero-description.light {
  color: #fff;
}

.devices-mockup-right {
  height: auto;
  position: absolute;
  top: -70px;
  right: -460px;
}

.info-block-left {
  width: 60%;
}

.info-block-left.ui {
  width: 45%;
}

.info-row {
  margin-top: 20px;
}

.info-icon {
  height: 30px;
  margin-bottom: 10px;
}

.info-title {
  margin-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.newsletter-form {
  color: #fff;
  background-color: #1f6fff;
  border-radius: 5px;
  height: 175px;
  margin-top: -235px;
  margin-bottom: 110px;
  padding: 40px;
  position: relative;
}

.newsletter-column-right {
  padding-top: 20px;
}

.newsletter-field {
  float: left;
  border: 0 solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 80%;
  height: 60px;
  padding-left: 34px;
}

.newsletter-submit {
  float: right;
  background-color: #1fdb6a;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 20%;
  height: 60px;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Montserrat, sans-serif;
}

.newsletter-submit:hover {
  background-color: #11b954;
}

.info-block-right {
  float: right;
  width: 50%;
}

.info-block-right.app-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.info-block-right.download-info {
  margin-top: 35px;
  margin-bottom: 40px;
}

.device-mockup-left {
  height: 580px;
  position: absolute;
  top: -163px;
  left: -90px;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-link {
  color: #949494;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

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

.footer-link.social {
  background-image: url('../images/Icon-facebook.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white.png');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google.png');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter.png');
}

.hero-title-variation {
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.hero-title-fat {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-overlay-video-lightbox {
  margin-top: 30px;
  display: block;
}

.features-row {
  margin-top: 50px;
}

.feature-block {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-block.wide {
  width: 94%;
}

.feature-icon {
  width: 40px;
  padding: 0;
}

.feature-icon.overall {
  margin-bottom: 20px;
}

.feature-icon-wrapper {
  text-align: center;
  border: 2px solid #1f6fff;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-bottom: 18px;
  padding-top: 26px;
  display: inline-block;
}

.feature-title {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.simple-footer {
  background-color: #2a2d30;
  padding-top: 45px;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #424549;
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
}

.footer-inline-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.footer-social-icon {
  text-align: center;
  background-color: #4a4f53;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 7px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-small-social-icon {
  height: 15px;
}

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

.hero-block-overlay {
  color: #fff;
  background-color: #00000040;
  padding-top: 270px;
  padding-bottom: 250px;
}

.hero-block-overlay.business {
  padding-top: 250px;
}

.hero-block-overlay.business-2 {
  background-color: #1f6fffcc;
  padding-top: 200px;
  padding-bottom: 0;
}

.hero-video-lightbox {
  margin-bottom: 30px;
}

.hero-description-title {
  opacity: .65;
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-row {
  text-align: left;
  margin-top: 20px;
}

.team-image-block {
  background-image: url('../images/Person-9.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
}

.team-image-block._2 {
  background-image: url('../images/Person-27.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.team-image-block-overlay {
  color: #fff;
  background-color: #0000004d;
  width: 100%;
  padding: 45px 35px 35px;
  overflow: hidden;
}

.team-block-title {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.team-block-title.subtitle {
  font-family: Merriweather, serif;
  font-size: 13px;
  font-weight: 400;
}

.team-block-title.subtitle.small-subtitle {
  margin-bottom: -5px;
  line-height: 21px;
}

.team-block-title.smaller {
  font-size: 15px;
}

.team-social-button {
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 6px;
  padding-top: 9px;
}

.team-social-button:hover {
  opacity: .55;
}

.team-social-button.dark {
  opacity: .4;
  margin-top: 0;
}

.team-social-button.dark:hover {
  opacity: 1;
}

.team-social-icon {
  height: 20px;
}

.team-social-icon.dark {
  height: 14px;
}

.team-outline-block {
  border: 1px solid #0000001a;
  border-radius: 4px;
  padding: 18px 25px 20px 95px;
  position: relative;
}

.team-outline-block.light {
  border-color: #fff3;
}

.team-portrait-image {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.small-section-title {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.logo-column {
  text-align: center;
}

.client-logo {
  opacity: .3;
  height: 50px;
  transition: opacity .2s;
}

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

.video-play-button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 60px;
  height: 44px;
  padding: 13px 23px;
  transition: border .2s, background-color .2s;
}

.video-play-button:hover {
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.image-hero {
  background-color: #0f1011;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.image-hero.coming-soon {
  background-image: url('../images/Photo-14.jpg');
  background-size: cover;
}

.image-hero.busines-2 {
  background-image: url('../images/Photo-5_1.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.image-hero.download {
  background-image: url('../images/maize-field-background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 230px;
  padding-bottom: 120px;
}

.play-video-title {
  float: left;
  font-family: Montserrat, sans-serif;
  line-height: 17px;
}

.video-play-icon {
  float: left;
  width: 16px;
  margin-right: 10px;
}

.hero-newsletter-form {
  width: 90%;
  margin: 65px auto 0;
  display: block;
}

.hero-field {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 23px;
  transition: border .2s;
}

.hero-field:hover {
  box-shadow: 0 0 30px #000000b3;
}

.hero-field:focus {
  border-color: #1fdb6a;
}

.hero-submit-button {
  text-transform: uppercase;
  background-color: #1fdb6a;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  font-family: Montserrat, sans-serif;
  transition: background-color .2s;
  display: block;
}

.hero-submit-button:hover {
  background-color: #1f6fff;
}

.contact-form {
  width: 550px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field {
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  font-family: Montserrat, sans-serif;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.email {
  text-align: center;
  margin-bottom: 0;
}

.field.rounded {
  background-color: #f2f3f7;
  border-radius: 8px;
  height: 40px;
  transition: background-color .2s, box-shadow .2s;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 15px #0003;
}

.field.rounded.area {
  height: 100px;
}

.field.line {
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0;
  height: 46px;
  margin-bottom: 5px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  transition: background-color .2s, border .2s;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.dark-social-icon {
  text-align: center;
  background-color: #2e3235;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 2px;
  padding-top: 10px;
  transition: background-color .2s;
}

.dark-social-icon:hover {
  background-color: #1f6fff;
}

.dark-social-small-icon {
  height: 13px;
}

.person-image-left {
  height: 670px;
  position: absolute;
  top: -60px;
  left: 15px;
}

.skills-row {
  margin-top: 20px;
}

.skill-block {
  width: 95%;
  padding-left: 80px;
  position: relative;
}

.skill-icon {
  width: 50px;
  position: absolute;
  top: 9px;
  left: 0;
}

.skill-title {
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.experience-timeline-list {
  margin-top: -40px;
  margin-bottom: 40px;
  margin-left: 25px;
}

.experience-timeline-list-item {
  border-left: 2px solid #fff3;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}

.experience-timeline-list-item.last {
  padding-bottom: 0;
}

.experience-timeline-list-item.first {
  padding-top: 55px;
}

.experience-title {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.experience-title.date {
  opacity: .5;
  font-size: 14px;
  font-weight: 400;
}

.experience-col-right {
  border-left: 1px solid #ffffff1a;
  padding-left: 30px;
}

.experience-icon-block {
  z-index: 10;
  text-align: center;
  background-color: #1f6fff;
  border: 3px solid #3b3f46;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  padding-top: 13px;
  position: absolute;
  top: 53%;
  left: -30px;
  transform: translate(0, -50%);
}

.experience-icon-block.first {
  top: 70%;
}

.experience-icon {
  height: 22px;
}

.experience-paragraph {
  opacity: .45;
  margin-bottom: 0;
  font-size: 13px;
}

.portfolio-column-right {
  padding-left: 0;
}

.success-message {
  color: #fff;
  background-color: #1fdb6a;
  border-radius: 50px;
  padding-top: 30px;
}

.success-message.transparant {
  background-color: #0000;
  padding-top: 42px;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.coming-soon-lightbox {
  margin-top: 40px;
}

.newsletter-column {
  padding-right: 0;
}

.newsletter-column.last {
  padding-right: 10px;
}

.large-hero-title {
  color: #fff;
  width: 71%;
  margin: 0 auto 30px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  display: block;
}

.large-hero-title-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-logo {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
}

.footer-logo.subtitle {
  opacity: .5;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 10px;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-paragraph.dark {
  color: #5f5e5e;
  font-family: Montserrat, sans-serif;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: #ffffffb3;
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.bottom-footer-link.color {
  color: #babdc2;
  text-decoration: none;
}

.bottom-footer-link.color:hover {
  color: #1f6fff;
}

.social-buttons-wrapper {
  margin-top: 30px;
}

.description-paragraph {
  color: #a3a3a3;
  font-size: 13px;
}

.experience-gradient-overlay {
  background-image: linear-gradient(#3b3f46, #3b3f4600);
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: -3px;
  right: 0;
}

.experience-item-row {
  background-color: #0000;
  border-radius: 4px;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 45px;
  transition: background-color .2s;
}

.experience-item-row:hover {
  background-color: #0000001a;
}

.contact-section {
  width: 100%;
  height: 500px;
  position: relative;
}

.contact-map {
  height: 100%;
  padding-right: 320px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.contact-section-overlay {
  z-index: 10;
  color: #fff;
  background-color: #1f6fffde;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  position: relative;
}

.outline-social-icon {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 13px;
}

.trial-form {
  width: 410px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.trial-field {
  float: left;
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 60%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 13px;
}

.trial-submit-button {
  float: right;
  background-color: #1f6fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
  height: 50px;
  font-family: Montserrat, sans-serif;
  transition: background-color .2s;
}

.trial-submit-button:hover {
  background-color: #1fdb6a;
}

.overall-video-lightbox {
  border-radius: 4px;
  width: 100%;
  height: 195px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #0000004d;
}

.overall-video-lightbox.hero-small {
  width: 250px;
  height: 161px;
  margin-top: 38px;
}

.overall-video-lightbox.in-slider {
  width: 430px;
  height: 280px;
  margin-left: 40px;
}

.overall-video-lightbox.large-hero {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 330px;
}

.overall-video-lightbox.in-page-header {
  height: 215px;
}

.video-lightbox-image-block {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Photo-2_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-lightbox-image-block.hero {
  text-align: center;
  background-image: url('../images/Person-27.jpg'), linear-gradient(#0000001a, #0000001a), url('../images/Photo-2_1.jpg');
  background-position: 50% 0, 0 0, 50%;
  background-size: cover, auto, cover;
}

.video-lightbox-image-block.small-hero {
  background-image: url('../images/Photo-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.video-lightbox-image-block.slider {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Person-9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.long-feature-block {
  margin-top: 25px;
  padding-left: 54px;
  position: relative;
}

.long-feature-block.title-only {
  margin-top: 25px;
  margin-bottom: -2px;
  padding-top: 7px;
  padding-left: 64px;
}

.left-feature-icon {
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.long-feature-title {
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.long-feature-title.uppercase {
  float: none;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
}

.mockup-slider {
  background-color: #0000;
  height: auto;
}

.dotted-slider-nav {
  margin-bottom: -30px;
  font-size: 6px;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.pricing-row {
  margin-bottom: 40px;
}

.pricing-block {
  text-align: center;
  background-color: #f0f4f7;
  border-radius: 4px;
  padding: 60px 40px;
  position: relative;
}

.pricing-block.image {
  color: #fff;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Photo-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pricing-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.pricing-price {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-paragraph {
  font-size: 12px;
}

.pricing-block-tag {
  text-transform: uppercase;
  background-color: #ff0052;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 9px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.plan-tabs {
  margin-top: -20px;
}

.plan-tabs-menu {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.tab-button-left {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-right-width: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.tab-button-left:hover {
  color: #fff;
  background-color: #fff3;
}

.tab-button-left.w--current {
  color: #000;
  background-color: #fff;
}

.tab-button-right {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-left-width: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tab-button-right:hover {
  color: #fff;
  background-color: #fff3;
}

.tab-button-right.w--current {
  color: #000;
  background-color: #fff;
}

.pricing-tab-pane {
  text-align: center;
  padding-top: 50px;
}

.white-pricing-block {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.white-pricing-block.color {
  color: #fff;
  background-color: #1f6fff;
}

.pricing-block-title {
  color: #b9b9b9;
  font-family: Montserrat, sans-serif;
}

.pricing-block-title.light {
  color: #ffffff80;
}

.pricing-block-price {
  color: #1f6fff;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.pricing-block-price.subtitle {
  color: #000;
  font-size: 11px;
  line-height: 20px;
}

.pricing-block-price.white {
  color: #fff;
}

.pricing-block-content-wrapper {
  padding: 24px;
}

.pricing-block-content-wrapper.bottom {
  background-color: #3e434d;
}

.pricing-feature-list {
  margin-bottom: 0;
}

.pricing-feature-item {
  border-top: 1px solid #0000001a;
  padding: 14px 18px 13px;
}

.pricing-feature-text {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.browser-mockup-right {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 600px;
  position: absolute;
  top: -35px;
  right: -248px;
}

.long-feature-icon-wrapper {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  position: absolute;
  top: 0;
  left: 0;
}

.long-feature-icon {
  height: 19px;
}

.overall-hero-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  font-weight: 700;
}

.overall-hero-description {
  opacity: .71;
}

.text-column {
  text-align: center;
  padding-left: 0;
}

.text-column.right {
  text-align: center;
  padding-right: 0;
}

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.top-line-block {
  border-top: 1px solid #0000001a;
  margin-top: 35px;
  padding-top: 40px;
}

.process-tab-pane {
  padding-top: 60px;
}

.process-tab-button {
  color: #c7c7c7;
  text-align: center;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border: 0 solid #0000;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: 0 0 30px #0000;
}

.process-tab-button:hover {
  color: #1f6fff;
  box-shadow: 0 0 30px #0000001a;
}

.process-tab-button.w--current {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-color: #0000001a;
  box-shadow: 0 0 30px #0000001a;
}

.process-tab-icon {
  height: 30px;
  margin-bottom: 6px;
}

.process-tab-menu {
  text-align: center;
  margin-top: -50px;
}

.process-tabs-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: 80px;
}

.process-tab-title {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.small-paragraph {
  color: #838383;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 19px;
}

.worldmap-left-wrapper {
  z-index: 1;
  width: 730px;
  position: absolute;
  top: 17px;
  left: -141px;
}

.map-contact-form {
  z-index: 10;
  float: right;
  background-color: #fffc;
  width: 380px;
  min-height: 450px;
  padding: 19px;
  position: relative;
}

.field-label {
  color: #5f6a04;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.map-marker {
  background-color: #1f6fff;
  border: 3px solid #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 145px;
  left: 86px;
}

.map-marker._2 {
  background-color: #5f6a04;
  inset: auto 334px 125px auto;
}

.dark-field {
  background-color: #edeef1;
  border: 0 solid #000;
  border-radius: 4px;
  height: 37px;
  margin-bottom: 7px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px #0003;
}

.dark-field.area {
  height: 148px;
  padding-top: 12px;
}

.white-footer {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.dark-footer-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.light-footer-link {
  color: #bfc4ce;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.color-social-button {
  text-align: center;
  background-color: #4e5f97;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin-right: 2px;
  padding-top: 4px;
}

.color-social-button:hover {
  opacity: .8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  margin-top: 20px;
  font-size: 13px;
}

.bottom-footer-block {
  border-top: 1px solid #0000001a;
  margin-top: 30px;
  padding-top: 30px;
}

.portfolio-item-block {
  background-image: url('../images/Photo-6.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  display: block;
}

.portfolio-item-block:hover {
  opacity: .9;
}

.portfolio-item-block._2 {
  background-image: url('../images/Photo-14.jpg');
}

.portfolio-item-block._3 {
  background-image: url('../images/Photo-3_1.jpg');
}

.portfolio-item-title {
  color: #000;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.portfolio-item-title:hover {
  color: #1f6fff;
}

.portfolio-item-description {
  color: #969696;
  font-size: 13px;
}

.hero-slider {
  background-color: #0000;
  height: 320px;
}

.hero-slider-arrow {
  opacity: .35;
  margin-left: -90px;
  margin-right: -90px;
  font-size: 18px;
  transition: opacity .2s;
}

.hero-slider-arrow:hover {
  opacity: 1;
}

.slider-bottom-nav {
  font-size: 10px;
}

.hero-slider-mockup {
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-slider-content-block {
  width: 410px;
  position: absolute;
  top: 20px;
  right: 0;
}

.hero-slider-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.hero-slider-text {
  color: #ffffff80;
}

.hero-slider-section {
  background-color: #1f6fff;
  padding-top: 190px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.hero-left-block {
  float: left;
  border-radius: 4px;
  width: 560px;
  margin: auto;
  padding: 15px;
}

.hero-title-large {
  color: #5f6a04;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 45px;
}

.hero-download-form {
  float: right;
  background-color: #fff;
  border-radius: 15px;
  width: 280px;
  height: 335px;
  margin-bottom: 0;
  padding: 24px;
}

.large-pricing-block {
  border-right: 2px solid #e4e4e4;
  padding-right: 51px;
}

.large-pricing-block._2 {
  border-right-width: 0;
  padding-left: 50px;
  padding-right: 0;
}

.large-pricing-icon {
  height: 50px;
  margin-bottom: 20px;
}

.large-pricing-title {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
}

.large-pricing-title.price {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.pricing-features-list {
  float: left;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-feature-list-item {
  margin-bottom: 6px;
  padding-left: 26px;
  position: relative;
}

.pricing-list-icon {
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.pricing-list-title {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.browser-mockup-left {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  width: 630px;
  position: absolute;
  top: -36px;
  left: -213px;
}

.feature-info-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.feature-info-column {
  padding-right: 20px;
}

.feature-info-block {
  text-align: left;
  position: relative;
}

.feature-info-icon {
  float: left;
  height: 35px;
  margin-right: 15px;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 19px;
  font-weight: 700;
}

.feature-info-paragraph {
  opacity: .8;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.checkbox {
  color: #979eac;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.checkbox:hover {
  color: #1f6fff;
}

.start-hero {
  background-color: #0098ff;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/insulin-levels.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 89px;
  padding-bottom: 215px;
}

.hero-main-title {
  color: #5f6a04;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 70px;
  line-height: 54px;
}

.hero-main-title.subtitle {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 400;
}

.main-hero-description {
  color: #5f6a04;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 21px;
  display: block;
}

.home-intro-wrapper {
  width: 30%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.home-intro-wrapper.mid {
  z-index: 10;
  width: 47%;
  top: -56px;
  left: 250px;
}

.home-intro-wrapper.right {
  top: 0;
  left: auto;
  right: 0;
}

.home-intro-link-block {
  background-image: url('../images/Home-Business-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 340px;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px #0000004d;
}

.home-intro-link-block._2 {
  background-image: url('../images/Home-App.jpg');
  background-size: cover;
  height: 450px;
}

.home-intro-link-block._3 {
  background-image: url('../images/Home-Download.jpg');
}

.intro-block-overlay {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-top: 135px;
  transition: background-color .2s, opacity .2s;
}

.intro-block-overlay:hover {
  opacity: 1;
  background-color: #0000004d;
}

.intro-block-overlay.large {
  padding-top: 185px;
}

.intro-block-text-wrapper {
  text-align: center;
  width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro-block-text-wrapper.mid {
  width: 65%;
}

.intro-block-text-wrapper.last {
  width: 240px;
  margin-left: auto;
  padding-left: 20px;
}

.intro-block-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.homepage-row {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.homepage-link-block {
  border-radius: 4px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #0000004d;
}

.homepage-link-block:hover {
  opacity: .8;
}

.homepage-screenshot {
  width: 100%;
}

.home-mockup {
  z-index: 3;
  width: 715px;
  position: absolute;
  top: 3px;
  left: -290px;
}

.home-mockup.ipad {
  z-index: 4;
  width: 251px;
  top: 59px;
  left: 85px;
}

.home-mockup.iphone {
  z-index: 5;
  width: 130px;
  top: 180px;
  left: 270px;
}

.simple-white-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding-top: 45px;
  padding-bottom: 45px;
}

.dark-bottom-footer {
  color: #ffffff80;
  background-color: #353b02;
  padding-top: 25px;
  padding-bottom: 55px;
}

.small-footer-title {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.download-image-left {
  width: 640px;
  position: absolute;
  top: -65px;
  left: -200px;
}

.hero-link {
  color: #99bdff;
}

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

.dropdown-icon {
  opacity: .4;
}

.right-nav-menu {
  text-align: left;
  background-color: #fff;
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  box-shadow: 0 0 60px #0000004d;
}

.iphone-hero {
  background-color: #353942;
  background-image: linear-gradient(135deg, #353942cc, #2a2e36), url('../images/Photo-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 130px;
  overflow: hidden;
}

.nav-menu-content-block {
  text-align: center;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}

.app-store-button {
  border-radius: 4px;
  height: 46px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: .8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  color: #1f6fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.ipad-mockup-right {
  height: 520px;
}

.mockup-right-wrapper {
  position: absolute;
  top: -24px;
  right: -680px;
}

.mockup-feature-block {
  position: absolute;
  top: 124px;
  left: 36px;
}

.mockup-feature-block._2 {
  top: 59px;
}

.mockup-feature-title {
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.mockup-feature-line {
  background-color: #0000001a;
  width: 330px;
  height: 1px;
}

.mockup-feature-line._2 {
  width: 490px;
}

.mockup-feature-icon {
  float: left;
  height: 20px;
  margin-top: -2px;
  margin-right: 10px;
}

.small-testimonial-block {
  margin-bottom: 28px;
}

.small-testimonial-image {
  float: left;
  border: 5px solid #fff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-top: 1px;
  margin-right: 20px;
  box-shadow: 0 0 0 2px #f3f3f3;
}

.small-testimonial-text {
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.small-testimonial-text.author {
  color: #acacac;
  margin-top: 10px;
  font-size: 13px;
}

.feature-line-circle {
  background-color: #1f6fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  right: 0;
}

.half-image-section {
  float: left;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 500px;
}

.half-image-section.right {
  float: right;
  background-image: url('../images/Photo-6.jpg');
}

.half-content-section {
  float: right;
  background-color: #fff;
  width: 50%;
  height: 500px;
  padding: 90px;
}

.half-content-section.left {
  float: left;
}

.content-section-block {
  float: left;
  max-width: 450px;
}

.content-section-block.left {
  float: right;
}

.full-hero-content-block {
  text-align: center;
  width: 80%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: #ffffffb3;
}

.blocks-row {
  margin-bottom: 20px;
}

.color-block {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  text-decoration: none;
  transition: transform .2s;
  display: block;
  position: relative;
  box-shadow: 0 0 30px #0000001a;
}

.color-block-title {
  z-index: 10;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  position: relative;
}

.color-block-paragraph {
  z-index: 10;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 19px;
  position: relative;
}

.color-block-icon {
  z-index: 1;
  opacity: 1;
  height: 40px;
  position: absolute;
  top: 18px;
  right: 30px;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0;
}

.white-pricing-column {
  border-right: 1px solid #0000000f;
  padding-left: 20px;
  padding-right: 20px;
}

.white-pricing-column:hover {
  color: #1f6fff;
}

.white-pricing-column.last {
  border-right-color: #d8d8d800;
}

.transparant-pricing-block {
  text-align: center;
  border-radius: 4px;
  padding: 34px 24px;
  transition: background-color .35s, box-shadow .35s, color .2s;
}

.transparant-pricing-block:hover {
  background-color: #fff6;
  box-shadow: 0 12px 33px #0003;
}

.transparant-pricing-block.highlight {
  background-color: #fff;
  box-shadow: 0 10px 30px #0000001a;
}

.white-pricing-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.pricing-icon-block {
  text-align: center;
  border: 2px solid #dfdfdf;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding-top: 29px;
  display: inline-block;
}

.pricing-icon {
  opacity: .28;
  width: 40px;
  height: 40px;
}

.white-price-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.white-pricing-paragraph {
  color: #252525;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 160px;
  padding-bottom: 100px;
}

.subpage-header.contact {
  color: #fff;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.contact-2 {
  background-image: linear-gradient(135deg, #1f6fffe6 24%, #1faeffe6), url('../images/Person-27.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.contact-1 {
  background-image: linear-gradient(#1f6fff99, #1f6fff99), url('../images/Photo-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.with-contact-info {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 230px;
  position: relative;
}

.subpage-header.pricing-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-6.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.subpage-header.pricing-3 {
  background-image: linear-gradient(#1f6fffb3, #1f6fffb3), url('../images/Photo-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.pricing-2 {
  background-image: url('../images/Photo-12.jpg');
  background-position: 50%;
  background-size: cover;
}

.subpage-header.pricing-4 {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-2_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.about-1 {
  text-align: left;
  background-image: linear-gradient(#191b1fcc, #191b1fcc), url('../images/Photo-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
}

.subpage-header.pricing-5 {
  background-image: linear-gradient(#1f6fffb3, #1f6fffb3), url('../images/Photo-6_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.subpage-header.about-2 {
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.about-5 {
  background-image: url('../images/Photo-8_1.jpg'), linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5_1.jpg');
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, cover;
  padding-top: 250px;
  padding-bottom: 170px;
}

.subpage-header.portfolio {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Photo-8_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.subpage-header.portfolio-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.subpage-header.ui {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-2_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 210px;
}

.white-contact-form {
  float: left;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  width: 60%;
  height: 515px;
  margin-bottom: 0;
  padding: 35px 45px;
}

.white-contact-form.centered {
  z-index: 10;
  float: none;
  margin-bottom: -265px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 0 0 30px #00000012;
}

.contact-info-block-right {
  float: right;
  width: 35%;
}

.form-title {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  line-height: 34px;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.subpage-title.smaller {
  font-size: 28px;
}

.page-subtitle {
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-subtitle.full {
  width: 100%;
}

.page-subtitle.large {
  font-size: 24px;
  line-height: 31px;
}

.contact-info-column {
  text-align: center;
}

.contact-info-title {
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.contact-info-list-item {
  margin-top: 9px;
  margin-bottom: 5px;
}

.contact-info-button {
  display: block;
}

.contact-info-button.white-text {
  color: #fff;
}

.contact-info-button.white-text:hover {
  color: #ffffff96;
}

.contact-info-icon {
  opacity: .7;
  height: 16px;
  margin-top: -2px;
  margin-right: 7px;
}

.contact-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-block {
  background-color: #fff;
  border-radius: 6px;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  box-shadow: 0 0 30px #0006;
}

.popup-contact-form {
  margin-bottom: 0;
}

.popup-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.popup-close-button {
  opacity: .2;
  position: absolute;
  top: 25px;
  right: 25px;
}

.popup-close-button:hover {
  opacity: .4;
}

.close-icon {
  height: 17px;
}

.contact-title-wrapper {
  margin-bottom: 30px;
}

.contact-info-block {
  text-align: left;
  border: 2px solid #ffffff40;
  border-radius: 10px;
  height: 515px;
  padding: 45px 45px 0;
}

.small-contact-info-title {
  opacity: .6;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.contact-info-small-block {
  margin-bottom: 30px;
}

.contact-info-description {
  font-size: 13px;
}

.contact-overlay-bar {
  color: #fff;
  border-top: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-form-block {
  border: 2px solid #00000014;
  border-radius: 10px;
  height: 445px;
  margin-bottom: 0;
  padding: 40px;
}

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

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

.contact-map-block {
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 468px;
}

.contact-map-wrapper {
  border: 0 solid #0000000f;
  border-radius: 20px;
  height: 445px;
  padding: 0;
  overflow: hidden;
}

.header-video-column-right {
  padding-left: 50px;
}

.cta-column-right {
  text-align: right;
}

.cta-title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.cta-title.subtitle {
  color: #a8a8a8;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 14px;
}

.feature-blocks-row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.feature-line-block {
  text-align: left;
  border: 1px solid #00000014;
  border-radius: 4px;
  padding: 25px 35px 25px 75px;
  display: block;
  position: relative;
}

.small-feature-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.small-feature-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.pricing-features-row {
  margin-top: -195px;
}

.features-pricing-block {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #0003;
}

.color-pricing-title {
  color: #1fdb6a;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
}

.pricing-price-title {
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.pricing-content-block {
  border-bottom: 1px solid #f0f0f0;
  padding: 28px;
}

.pricing-content-block.first {
  background-color: #f3f3f380;
  height: 115px;
}

.pricing-feature-title {
  color: #969696;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: inline-block;
}

.pricing-feature-title.bold {
  color: #000;
  margin-right: 7px;
  font-weight: 700;
}

.feature-list {
  margin-bottom: 0;
}

.feature-list-item {
  margin-bottom: 5px;
}

.pricing-decription {
  color: #a3a3a3;
  margin-bottom: 0;
  font-size: 13px;
}

._2-column-team-row {
  margin-bottom: 30px;
}

.team-wrapper {
  position: relative;
}

.team-image {
  float: left;
  background-image: url('../images/Testimonial-12.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 170px;
  height: 170px;
  margin-right: 40px;
}

.team-image._2 {
  background-image: url('../images/Testimonial-15.jpg');
}

.team-image._3 {
  background-image: url('../images/Testimonial-13.jpg');
  background-size: cover;
}

.team-image._4 {
  background-image: url('../images/Testimonial-14.jpg');
}

.team-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.team-title.title {
  color: #1f6fff;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}

.team-description {
  margin-bottom: 0;
  font-size: 13px;
}

.team-member-column {
  padding-left: 14px;
  padding-right: 14px;
}

.team-member-block {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 20px;
  box-shadow: 0 0 13px #00000017;
}

.team-member-image {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-bottom: 11px;
}

.team-member-name {
  font-family: Montserrat, sans-serif;
}

.team-member-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #1fdb6a;
  border-radius: 3px;
  margin-top: 4px;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 22px;
  display: inline-block;
}

.team-member-tag.blue {
  background-color: #1f6fff;
}

.team-member-tag.purple {
  background-color: #b75dda;
}

.team-member-tag.gray {
  background-color: #b7bfd3;
}

.team-member-description {
  color: #838383;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.team-small-social-button {
  opacity: .37;
  margin-left: 4px;
  margin-right: 4px;
}

.team-small-social-button:hover {
  opacity: 1;
}

.team-small-social-icon {
  height: 15px;
}

.image-block-right {
  background-image: url('../images/Photo-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 200px;
}

.small-icon {
  width: 35px;
  margin-bottom: 15px;
}

.text-column-left {
  padding-right: 40px;
}

.image-block {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.image-block-column-left {
  padding-right: 30px;
}

.image-block-description {
  color: #fff;
  background-image: linear-gradient(#0000, #000000b3);
  padding: 25px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.small-column-title {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.overall-text-column {
  padding-right: 15px;
}

.gallery-lightbox {
  margin-bottom: 20px;
  display: block;
}

.gallery-lightbox.small-gallery {
  width: 96%;
  margin-bottom: 10px;
}

.gallery-image-block {
  background-image: url('../images/Photo-10_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.gallery-image-block._2 {
  background-image: url('../images/Photo-3.jpg');
}

.gallery-image-block._3 {
  background-image: url('../images/Person-27.jpg');
}

.gallery-image-block.small {
  background-image: url('../images/Photo-12.jpg');
  height: 100px;
}

.gallery-image-block.small._2 {
  background-image: url('../images/Photo-13.jpg');
}

.gallery-image-block.small._3 {
  background-image: url('../images/Photo-14.jpg');
}

.gallery-image-block.small._4 {
  background-image: url('../images/Person-6.jpg');
}

.gallery-image-block.small._5 {
  background-image: url('../images/Photo-2_1.jpg');
}

.gallery-image-block.small._6 {
  background-image: url('../images/Photo-5.jpg');
}

.gallery-overlay-icon {
  text-align: center;
  background-color: #0006;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  transition: background-color .2s;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.gallery-overlay-icon:hover {
  background-color: #000000b3;
}

.view-icon {
  height: 35px;
}

.gallery-overlay-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: none;
}

.gallery-overlay-block:hover {
  background-color: #fff3;
}

.stats-row {
  margin-top: 50px;
}

.stats-block {
  padding-top: 14px;
  padding-left: 128px;
  position: relative;
}

.stats-number {
  color: #1f6fff;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 71px;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio-lightbox {
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}

.portfolio-lightbox.no-bottom-spacae {
  margin-bottom: 0;
}

.portfolio-overview-image-block {
  background-image: url('../images/Photo-6_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 400px;
  display: block;
  overflow: hidden;
}

.portfolio-overview-image-block.small {
  background-image: url('../images/Photo-8_1.jpg');
  height: 200px;
}

.portfolio-overview-image-block.small._2 {
  background-image: url('../images/Photo-6.jpg');
}

.portfolio-overview-image-block.small._5 {
  background-image: url('../images/Photo-8.jpg');
}

.portfolio-overview-image-block.small._7 {
  background-image: url('../images/Person-9.jpg');
}

.portfolio-overview-image-block._3 {
  background-image: url('../images/Photo-1.jpg');
}

.portfolio-overview-image-block._4 {
  background-image: url('../images/Photo-12.jpg');
}

.portfolio-overview-image-block._6 {
  background-image: url('../images/Photo-3.jpg');
}

.portfolio-overview-title {
  color: #b4b4b4;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.portfolio-overview-title._2 {
  color: #000;
  text-transform: none;
  margin-top: 6px;
  margin-bottom: 30px;
  font-size: 22px;
}

.intro-paragraph {
  color: #a8a8a8;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
}

.checklist-item {
  margin-bottom: -3px;
  padding-left: 37px;
  position: relative;
}

.check-icon {
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}

.small-dropdown-icon {
  opacity: .5;
  margin-right: 11px;
  font-size: 12px;
}

.elements-title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.social-button {
  text-align: center;
  background-color: #2f3538;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 14px;
  transition: background-color .2s;
}

.social-button:hover {
  background-color: #6b7479;
}

.social-button.twitter {
  background-color: #46a4d3;
}

.social-button.twitter:hover {
  opacity: .8;
}

.social-button.facebook {
  background-color: #5963ac;
}

.social-button.facebook:hover {
  opacity: .8;
}

.social-button.google {
  background-color: #ec4545;
}

.social-button.google:hover {
  opacity: .8;
}

.social-button.rss {
  background-color: #ebba1f;
}

.social-button.rss:hover {
  opacity: .8;
}

.social-button.line {
  background-color: #0000;
  border: 1px solid #0003;
  padding-top: 13px;
  transition: background-color .2s, border .2s;
}

.social-button.line:hover {
  background-color: #0000001a;
  border-color: #0000;
}

.social-icon {
  height: 20px;
}

.element-container {
  border-radius: 5px;
  max-width: 1090px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.element-container.navigation {
  background-color: #1f6fff;
  height: 100px;
}

.element-container.navigation._2 {
  background-color: #39404d;
}

.element-container.navigation._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 120px;
}

.logo {
  width: 450px;
  height: 100%;
  margin-top: 3px;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.video-section {
  width: 100%;
  height: auto;
}

.portfolio-bottom-block {
  color: #fff;
  text-align: left;
  background-image: linear-gradient(#0000, #0009);
  padding: 40px 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.portfolio-bottom-overlay-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  position: relative;
}

.portfolio-bottom-overlay-block:hover {
  background-color: #0000001a;
}

.dark-footer-link {
  color: #ffffffbf;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.dark-footer-link:hover {
  color: #fff;
}

.footer-paragraph {
  margin-bottom: 0;
}

.table-item-wrapper {
  border-bottom: 1px solid #00000017;
  padding: 14px 14px 14px 24px;
}

.table-item-wrapper.title {
  color: #fff;
  background-color: #1f6fff;
}

.table-title {
  font-family: Montserrat, sans-serif;
}

.license-image {
  border-radius: 4px;
  height: 60px;
}

.table-wrapper {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.temp-logo {
  margin-bottom: 33px;
}

.green2 {
  color: #04700a;
}

.dark-green {
  color: #046d0d;
}

.image-row {
  margin-bottom: 20px;
}

.navbar-background {
  z-index: 100;
  background-color: #fffffff2;
  width: 100%;
  height: 106px;
  position: fixed;
  box-shadow: 6px 6px 20px #00000063;
}

.spacer {
  height: 50px;
}

.paragraph, .paragraph-2 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

html.w-mod-js [data-ix="hide-block-title"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hide-block-description"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hide-block-button"] {
  opacity: 0;
}

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

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

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

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="slide-title"], html.w-mod-js [data-ix="slide-title-2"], html.w-mod-js [data-ix="slide-title-3"], html.w-mod-js [data-ix="slide-title-4"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="mockup-fade-in"], html.w-mod-js [data-ix="mockup-fade-in-2"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="mockup-move"] {
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-zoom"], html.w-mod-js [data-ix="fade-in-zoom-2"], html.w-mod-js [data-ix="fade-in-zoom-3"] {
  opacity: 0;
  transform: scale(.9);
}

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

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

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

html.w-mod-js [data-ix="navbar-background-initial"] {
  opacity: .5;
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .hero-section.color {
    padding: 185px 45px 115px;
  }

  .navbar {
    padding-top: 20px;
    padding-left: 20px;
  }

  .navbar.underline, .navbar.with-color-button, .navbar.white {
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #292c31;
    border-radius: 0;
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

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

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

  .nav-link.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-link.light:hover {
    background-color: #000;
  }

  .nav-link.light.w--current {
    border-color: #0000;
  }

  .nav-link.color {
    color: #000;
    border-radius: 60px;
    padding-left: 25px;
  }

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

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .container.team-container {
    margin-top: 20px;
  }

  .hero-title {
    width: 90%;
  }

  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .button.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
  }

  .button.dark-outline {
    margin-top: 10px;
  }

  .section {
    padding: 45px;
  }

  .section.tint.overflow-none {
    padding-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .section.pricing-section {
    padding-bottom: 180px;
  }

  .section.portoflio {
    padding: 25px;
  }

  .section-title-wrapper {
    width: 75%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 20px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-description {
    margin-top: 10px;
  }

  .section-description.faded {
    margin-top: 7px;
  }

  .video-lightbox-block.large {
    height: 270px;
  }

  .video-lightbox-block.about-us {
    height: 250px;
  }

  .portfolio-image-block {
    height: 210px;
  }

  .portfolio-image-block.large {
    height: 440px;
  }

  .portfolio-image-block.small-1, .portfolio-image-block.small-2 {
    height: 200px;
  }

  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }

  .portfolio-block-subtitle {
    margin-top: 5px;
    font-size: 11px;
  }

  .testimonial-slider.white-blocks {
    height: 410px;
    padding-top: 5px;
  }

  .testimonial-slide.one-third {
    width: 50%;
  }

  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 13px;
  }

  .testimonial-slider-arrow.white-blocks-slider {
    margin-left: -30px;
    margin-right: -30px;
  }

  .testimonial-block {
    padding-right: 0;
  }

  .testimonial-quote {
    font-size: 15px;
  }

  .footer {
    padding: 45px;
  }

  .image-section.trial {
    padding: 80px 45px;
  }

  .image-section.ui-section {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-left: 45px;
    padding-right: 45px;
  }

  .image-section-overlay, .image-section-overlay.color {
    padding: 90px 45px;
  }

  .image-section-overlay.dark-gradient {
    padding: 70px 45px;
  }

  .image-section-overlay.dark-gradient._404 {
    padding-top: 150px;
  }

  .image-section-overlay.dark {
    padding-top: 80px;
    padding-bottom: 190px;
  }

  .image-section-overlay.white-gradient {
    padding-bottom: 120px;
  }

  .image-section-overlay-block {
    width: 80%;
  }

  .menu-button {
    margin-right: 20px;
  }

  .hero-mockup-image {
    width: 385px;
    top: 0;
  }

  .hero-mockup-description-block {
    width: 350px;
  }

  .white-hero-title {
    font-size: 33px;
    line-height: 41px;
  }

  .small-hero-intro-title {
    margin-bottom: 10px;
  }

  .hero-description {
    font-size: 20px;
    line-height: 25px;
  }

  .devices-mockup-right {
    top: -21px;
    right: -408px;
  }

  .info-block-left.ui {
    width: 55%;
  }

  .newsletter-form {
    height: 165px;
    padding-top: 30px;
  }

  .device-mockup-left {
    height: 510px;
    top: -62px;
    left: -127px;
  }

  .features-row {
    margin-top: 30px;
  }

  .feature-block {
    width: 90%;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business {
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 150px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-description-title {
    width: 60%;
  }

  .team-block-title.smaller {
    font-size: 13px;
    line-height: 19px;
  }

  .team-outline-block {
    padding-left: 85px;
    padding-right: 5px;
  }

  .team-portrait-image {
    width: 50px;
    height: 50px;
    top: 27px;
  }

  .client-logo {
    height: 40px;
  }

  .image-hero.download {
    padding: 140px 45px 50px;
  }

  .person-image-left {
    height: 610px;
    left: -72px;
  }

  .skills-column {
    padding-right: 0;
  }

  .skill-block {
    padding-left: 70px;
  }

  .skill-icon {
    width: 40px;
    top: 3px;
  }

  .experience-timeline-list {
    margin-top: -10px;
  }

  .large-hero-title {
    width: 90%;
  }

  .experience-item-row {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .contact-section {
    height: 340px;
  }

  .contact-map {
    height: 100%;
    padding-right: 240px;
  }

  .contact-section-overlay {
    padding-top: 50px;
  }

  .overall-video-lightbox.in-slider {
    width: 280px;
    margin-left: 30px;
  }

  .overall-video-lightbox.in-page-header {
    height: 285px;
  }

  .info-column-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .info-column-right.responsive {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .pricing-block {
    padding: 50px 30px 30px;
  }

  .pricing-price {
    font-size: 34px;
    line-height: 30px;
  }

  .pricing-feature-text {
    font-size: 12px;
  }

  .browser-mockup-right {
    width: 540px;
    top: 9px;
    right: -288px;
  }

  .overall-hero-title {
    font-size: 51px;
    line-height: 53px;
  }

  .text-column {
    text-align: left;
  }

  .text-column-title {
    font-size: 13px;
  }

  .worldmap-left-wrapper {
    width: 670px;
    top: 27px;
    left: -101px;
  }

  .map-marker._2 {
    bottom: 117px;
    right: 304px;
  }

  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-slider-arrow {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-bottom-nav {
    text-align: left;
    margin-bottom: -20px;
    padding-left: 30px;
  }

  .hero-slider-mockup {
    height: 190px;
    top: 61px;
    left: 20px;
  }

  .hero-slider-content-block {
    width: 360px;
    top: 16px;
  }

  .hero-slider-title {
    font-size: 33px;
    line-height: 41px;
  }

  .hero-slider-section {
    padding: 140px 45px 70px 0;
  }

  .hero-left-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title-large {
    font-size: 36px;
    line-height: 36px;
  }

  .hero-download-form {
    width: 100%;
  }

  .large-pricing-block {
    padding-right: 30px;
  }

  .large-pricing-block._2 {
    padding-left: 30px;
  }

  .pricing-list-title {
    font-size: 11px;
    line-height: 18px;
  }

  .browser-mockup-left {
    width: 580px;
    top: 4px;
    left: -290px;
  }

  .feature-info-title {
    margin-top: 0;
    font-size: 17px;
  }

  .start-hero {
    padding-top: 175px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-main-title {
    font-size: 60px;
    line-height: 44px;
  }

  .hero-main-title.subtitle {
    margin-bottom: 30px;
    line-height: 34px;
  }

  .main-hero-description {
    width: 80%;
  }

  .home-intro-wrapper.mid {
    left: 181px;
  }

  .intro-block-text-wrapper {
    font-size: 13px;
  }

  .intro-block-text-wrapper.mid {
    width: 75%;
  }

  .homepage-row {
    width: 100%;
  }

  .homepage-column {
    padding-left: 9px;
    padding-right: 9px;
  }

  .home-mockup {
    top: -27px;
    left: -350px;
  }

  .home-mockup.ipad {
    top: 29px;
    left: 25px;
  }

  .home-mockup.iphone {
    top: 150px;
    left: 170px;
  }

  .dark-bottom-footer {
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .download-image-left {
    width: 560px;
    top: -23px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .iphone-hero {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 45px;
  }

  .ipad-mockup-right {
    height: 371px;
  }

  .mockup-right-wrapper {
    top: 40px;
    right: -408px;
  }

  .small-testimonial-text {
    font-size: 14px;
    line-height: 23px;
  }

  .half-image-section {
    height: 470px;
  }

  .half-content-section {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .full-hero-content-block {
    width: 100%;
    margin-bottom: 50px;
  }

  .color-block {
    padding: 25px;
  }

  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .color-block-icon {
    height: 30px;
    top: 20px;
    right: 20px;
  }

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

  .pricing-icon-block {
    width: 80px;
    height: 80px;
    padding-top: 25px;
  }

  .pricing-icon {
    width: 30px;
    height: 30px;
  }

  .white-price-title {
    font-size: 35px;
  }

  .white-pricing-paragraph {
    font-size: 13px;
    line-height: 20px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.contact-1 {
    padding-top: 110px;
  }

  .subpage-header.about-1 {
    padding-top: 140px;
  }

  .subpage-header.pricing-5 {
    padding-bottom: 170px;
  }

  .subpage-header.about-2 {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .subpage-header.about-5 {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .subpage-header.portfolio {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .subpage-header.portfolio-2 {
    padding-top: 120px;
  }

  .subpage-header.ui {
    padding: 150px 45px 50px;
  }

  .white-contact-form {
    padding: 25px;
  }

  .page-subtitle {
    width: 80%;
  }

  .contact-info-block {
    padding: 25px;
    font-size: 13px;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .pricing-features-row {
    margin-top: -160px;
  }

  .team-image {
    width: 120px;
    margin-right: 20px;
  }

  .team-member-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .team-member-image {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .image-block-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .overall-text-column {
    padding-left: 0;
    padding-right: 0;
  }

  .stats-block {
    padding-left: 118px;
  }

  .stats-title {
    font-size: 11px;
  }

  .portfolio-overview-image-block {
    height: 320px;
  }

  .portfolio-overview-title {
    font-size: 11px;
  }

  .portfolio-overview-title._2 {
    margin-bottom: 23px;
    font-size: 17px;
  }

  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .elements-title-wrapper {
    margin-bottom: 30px;
  }

  .logo {
    width: 350px;
  }

  .video-section {
    background-image: url('../images/Photo-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .transparant-menu-button {
    color: #fff;
    text-align: center;
    background-color: #0000001a;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: #0000004d;
  }

  .transparant-menu-button.w--open {
    background-color: #000;
  }

  .menu-button-line {
    color: #5f6a04;
    text-align: center;
    border: 1px solid #fff3;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-top: 16px;
    margin-right: 10px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
    transition: background-color .2s;
  }

  .menu-button-line:hover {
    background-color: #fff3;
  }

  .menu-button-line.w--open {
    background-color: #046d0d;
  }

  .pricing-column-left {
    padding-left: 0;
  }

  .pricing-column-right {
    padding-right: 0;
  }

  .dark-footer-link {
    font-size: 14px;
  }

  .fixed-nav-menu-button {
    color: #fff;
    text-align: center;
    background-color: #1f6fff;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .navbar-background {
    height: 90px;
  }

  .paragraph, .paragraph-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.color {
    padding: 120px 25px 60px;
  }

  .navbar {
    padding-top: 20px;
    padding-left: 10px;
  }

  .navbar.underline {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .container.testimonial-container {
    position: relative;
    top: 0%;
    transform: none;
  }

  .container.home-intro-container {
    height: auto;
  }

  .container.bottom-footer {
    border-radius: 0;
  }

  .container.footer-container {
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .container.above-image-section {
    margin-bottom: -180px;
  }

  .hero-title {
    font-size: 38px;
    line-height: 45px;
  }

  .button.full {
    margin-top: 10px;
  }

  .button.light {
    margin-top: 0;
  }

  .button.pricing-button, .button.slider-button {
    margin-top: 10px;
  }

  .section {
    padding: 25px;
  }

  .section.tint.overflow-none {
    padding-top: 25px;
  }

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

  .section.bottom-space {
    padding-bottom: 120px;
  }

  .section.pricing-section {
    padding-bottom: 130px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.full.below-video {
    margin-bottom: 0;
    padding-right: 0;
  }

  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .video-lightbox-block {
    height: 260px;
  }

  .video-lightbox-block.large {
    height: 250px;
  }

  .video-lightbox-button.large-color {
    width: 70px;
    height: 70px;
    padding-top: 22px;
  }

  .portfolio-tab-button {
    text-align: center;
    border: 1px solid #0000001a;
    width: 100%;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-tab-pane {
    padding-top: 20px;
  }

  .portfolio-row {
    margin-bottom: 0;
  }

  .portfolio-column {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-image-block {
    height: 150px;
  }

  .portfolio-image-block._2, .portfolio-image-block._3, .portfolio-image-block._4 {
    margin-bottom: 10px;
  }

  .portfolio-image-block.large-left {
    height: 300px;
    margin-bottom: 10px;
  }

  .portfolio-image-block.medium-left-right {
    height: 220px;
    margin-bottom: 10px;
  }

  .portfolio-image-block.smallest-right {
    width: 100%;
  }

  .portfolio-image-block.large {
    height: 280px;
  }

  .portfolio-image-block.small-1 {
    height: 150px;
    margin-bottom: 10px;
  }

  .portfolio-image-block.small-2 {
    height: 150px;
  }

  .portfolio-image-block._1, .portfolio-image-block._5, .portfolio-image-block._6 {
    margin-bottom: 10px;
  }

  .portfolio-image-block._8 {
    background-position: 50% 0;
    background-size: auto 500%;
    margin-bottom: 10px;
  }

  .portfolio-image-block._9 {
    background-position: 50% -74px;
    background-size: auto 350%;
    margin-bottom: 10px;
  }

  .portfolio-image-block._10 {
    background-position: 50% 60%;
    background-size: auto 350%;
    margin-bottom: 10px;
  }

  .portfolio-image-block._11 {
    background-position: 50% 100%;
    background-size: auto 350%;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-slider.white-blocks {
    height: auto;
    padding-bottom: 5px;
  }

  .testimonial-slide.one-third {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .testimonial-slider-arrow.white-blocks-slider {
    margin-left: -10px;
    margin-right: -10px;
  }

  .testimonial-block {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .testimonial-image {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    display: block;
    position: static;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 22px;
  }

  .element-column {
    padding-left: 0;
    padding-right: 0;
  }

  .element-column.left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.block, .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-column.last {
    padding-bottom: 0;
  }

  .image-section.trial {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section.ui-section {
    padding: 25px;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.pricing {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 25px;
  }

  .image-section-overlay.dark-gradient {
    padding: 45px 25px;
  }

  .image-section-overlay.dark {
    padding-top: 60px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .image-section-overlay-title {
    font-size: 30px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
  }

  .menu-button {
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-mockup-image {
    width: 70%;
    margin: 30px auto -40px;
    display: block;
    position: relative;
    right: 0;
  }

  .hero-mockup-description-block {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .devices-mockup-right {
    position: relative;
    top: 0;
    right: 0;
  }

  .info-block-left {
    width: 100%;
  }

  .info-row {
    margin-top: 0;
  }

  .info-column, .info-block {
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-form {
    text-align: center;
    height: auto;
    margin-top: -145px;
    margin-bottom: 60px;
    padding: 20px;
  }

  .newsletter-column-left, .newsletter-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-field {
    margin-bottom: 0;
  }

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

  .info-block-right.download-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .info-block-right.bio {
    z-index: 10;
    padding-left: 170px;
    position: relative;
  }

  .device-mockup-left {
    left: -170px;
  }

  .hero-title-variation {
    width: 90%;
    font-size: 28px;
    line-height: 35px;
  }

  .features-row {
    margin-top: 0;
  }

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

  .feature-column.last {
    padding-bottom: 0;
  }

  .feature-block {
    width: 100%;
  }

  .feature-icon.overall, .feature-title {
    margin-bottom: 10px;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .hero-block-overlay.business {
    padding: 90px 25px 60px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 110px;
  }

  .hero-block-overlay.coming-soon {
    padding-bottom: 30px;
  }

  .hero-description-title {
    opacity: .95;
    width: 80%;
    margin-top: 20px;
  }

  .team-row {
    margin-top: 10px;
  }

  .team-outline-block {
    padding-bottom: 16px;
    padding-left: 97px;
  }

  .team-portrait-image {
    width: 60px;
    height: 60px;
    top: 20px;
  }

  .logo-column {
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-hero.download {
    padding: 110px 25px 40px;
  }

  .hero-newsletter-form {
    margin-top: 25px;
  }

  .contact-form {
    width: 100%;
  }

  .field.email {
    margin-bottom: 10px;
  }

  .person-image-left {
    left: -132px;
  }

  .skills-row {
    margin-top: 0;
  }

  .skills-column {
    padding-left: 0;
  }

  .experience-timeline-list-item.first {
    padding-top: 5px;
  }

  .experience-col-left {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .experience-col-right {
    border-left-width: 0;
    padding-left: 0;
  }

  .experience-icon-block {
    top: 15px;
    transform: none;
  }

  .experience-icon-block.first {
    top: 17px;
  }

  .portfolio-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-column-right {
    padding-right: 0;
  }

  .newsletter-column {
    padding-bottom: 9px;
  }

  .newsletter-column.last {
    padding-right: 0;
  }

  .large-hero-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.right, .bottom-footer-paragraph.dark {
    float: none;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .experience-gradient-overlay {
    height: 10px;
  }

  .experience-item-row {
    padding-left: 25px;
  }

  .contact-section {
    height: 310px;
  }

  .overall-video-lightbox.hero-small {
    width: 100%;
    height: 190px;
    margin-top: 30px;
  }

  .overall-video-lightbox.in-slider {
    width: 100%;
    height: 200px;
    margin-left: 0;
  }

  .overall-video-lightbox.large-hero {
    height: 210px;
  }

  .overall-video-lightbox.in-page-header {
    height: 195px;
  }

  .mockup-slider {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .info-column-right, .info-column-right.responsive {
    padding-left: 0;
  }

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

  .pricing-block {
    padding: 30px;
  }

  .pricing-block.image {
    padding-top: 50px;
  }

  .pricing-price {
    margin-bottom: 20px;
  }

  .pricing-tab-pane {
    padding-top: 30px;
  }

  .browser-mockup-right {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    right: 0;
  }

  .overall-hero-title {
    font-size: 30px;
    line-height: 33px;
  }

  .text-column {
    text-align: center;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-column.last {
    padding-bottom: 0;
  }

  .text-column.right {
    text-align: center;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .process-tab-pane {
    padding-top: 40px;
  }

  .process-tab-col-left, .process-tab-col-right {
    padding-left: 0;
  }

  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .process-tab-icon {
    height: 23px;
  }

  .process-tab-menu {
    margin-top: -39px;
  }

  .worldmap-left-wrapper {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .map-contact-form {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .map-marker {
    top: 101px;
    left: 48px;
  }

  .map-marker._2 {
    bottom: 71px;
    right: 187px;
  }

  .white-footer {
    padding: 25px;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0;
  }

  .hero-slider {
    height: auto;
  }

  .slider-bottom-nav {
    text-align: center;
    padding-left: 0;
  }

  .hero-slider-mockup {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .hero-slider-content-block {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .hero-slider-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 31px;
  }

  .hero-slider-section {
    padding: 90px 0 25px;
  }

  .hero-left-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }

  .hero-download-form {
    width: 100%;
    margin-top: 30px;
  }

  .large-pricing-block {
    border-right-style: none;
    border-right-width: 0;
    padding-right: 0;
  }

  .large-pricing-block._2 {
    padding-left: 0;
  }

  .large-pricing-icon {
    float: left;
    margin-top: 7px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .large-pricing-title.price {
    font-size: 34px;
    line-height: 40px;
  }

  .pricing-features-list {
    margin-top: 10px;
  }

  .pricing-list-title {
    font-size: 13px;
    line-height: 20px;
  }

  .browser-mockup-left {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
  }

  .feature-info-row {
    margin-top: 0;
  }

  .feature-info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .start-hero {
    padding: 115px 25px 155px;
  }

  .hero-main-title {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .hero-main-title.subtitle {
    margin-top: 0;
    font-size: 16px;
  }

  .main-hero-description {
    width: 90%;
    font-size: 14px;
  }

  .home-intro-wrapper {
    width: 100%;
    position: static;
  }

  .home-intro-wrapper.mid {
    width: 100%;
  }

  .home-intro-link-block, .home-intro-link-block._2 {
    height: 300px;
  }

  .home-intro-link-block._3 {
    height: 270px;
  }

  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .intro-block-text-wrapper.last {
    width: 100%;
  }

  .homepage-column {
    padding-left: 0;
    padding-right: 0;
  }

  .home-mockup {
    width: auto;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    left: -350px;
    right: -350px;
  }

  .home-mockup.ipad {
    width: auto;
    height: 210px;
    top: 59px;
    right: -200px;
  }

  .home-mockup.iphone {
    width: auto;
    height: 170px;
    top: 106px;
    right: -220px;
  }

  .simple-white-footer {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dark-bottom-footer {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row-bottom {
    margin-bottom: 20px;
  }

  .download-image-left {
    width: 100%;
    margin-top: -80px;
    position: relative;
    left: 0;
    right: 0;
  }

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .iphone-hero {
    text-align: center;
    padding: 110px 25px 0;
  }

  .app-store-link-button {
    margin-left: 2px;
    margin-right: 2px;
  }

  .ipad-mockup-right {
    width: 100%;
    height: auto;
  }

  .mockup-right-wrapper {
    width: 420px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }

  .mockup-feature-block {
    top: 64px;
    left: -24px;
  }

  .mockup-feature-block._2 {
    top: 9px;
    left: -24px;
  }

  .mockup-feature-line._2 {
    width: 270px;
  }

  .small-testimonial-block {
    margin-bottom: 18px;
  }

  .half-image-section {
    width: 100%;
    height: 250px;
  }

  .half-content-section {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section.left {
    border-top: 1px solid #ececec;
  }

  .content-section-block.left {
    float: none;
  }

  .blocks-row {
    margin-bottom: 0;
  }

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

  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }

  .white-pricing-column {
    border-right-width: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-pricing-block {
    border: 1px solid #0000001a;
  }

  .subpage-header {
    padding: 100px 25px 40px;
  }

  .subpage-header.contact-1 {
    padding-top: 90px;
  }

  .subpage-header.with-contact-info {
    padding-bottom: 300px;
  }

  .subpage-header.about-1 {
    padding-top: 100px;
  }

  .subpage-header.about-2 {
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .subpage-header.about-3 {
    padding-top: 90px;
  }

  .subpage-header.about-5 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .subpage-header.portfolio {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .subpage-header.portfolio-2 {
    padding-top: 100px;
  }

  .subpage-header.ui {
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .white-contact-form {
    text-align: left;
    width: 100%;
    height: auto;
  }

  .white-contact-form.centered {
    margin-bottom: -245px;
  }

  .contact-info-block-right {
    width: 100%;
    margin-top: 20px;
  }

  .form-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .page-subtitle.large {
    font-size: 21px;
  }

  .contact-google-map {
    height: 270px;
  }

  .contact-info-column {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    width: 90%;
    margin-bottom: 25px;
    top: 25px;
    transform: none;
  }

  .contact-info-block {
    height: auto;
    padding-bottom: 6px;
  }

  .contact-overlay-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form-block {
    height: auto;
    padding: 25px;
  }

  .contact-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-map-block {
    height: 300px;
  }

  .contact-map-wrapper {
    height: auto;
  }

  .header-video-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-column-left {
    text-align: center;
  }

  .cta-column-right {
    text-align: center;
    padding-top: 0;
  }

  .feature-blocks-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-blocks-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-pricing-block {
    margin-bottom: 20px;
  }

  ._2-column-team-row {
    margin-bottom: 0;
  }

  .team-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .team-column-right {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .team-column-right.last {
    padding-bottom: 0;
  }

  .team-image {
    height: 150px;
  }

  .team-member-block {
    margin-bottom: 10px;
  }

  .text-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-block {
    height: 180px;
  }

  .gallery-image-block {
    height: 220px;
  }

  .gallery-image-block._2, .gallery-image-block._3 {
    height: 160px;
  }

  .gallery-image-block.small._2, .gallery-image-block.small._3 {
    height: 100px;
  }

  .stats-column {
    padding-left: 0;
  }

  .stats-block {
    padding-top: 0;
    padding-left: 0;
  }

  .stats-number {
    float: left;
    width: 80px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 50px;
    position: static;
  }

  .stats-title {
    margin-top: 16px;
    font-size: 13px;
  }

  .full-portfolio-column {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-lightbox {
    margin-bottom: 10px;
  }

  .element-container.navigation {
    height: 80px;
  }

  .logo {
    width: 300px;
    margin-top: 0;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .home-mockup-column {
    height: 290px;
  }

  .menu-button-line {
    margin-top: 10px;
  }

  .pricing-column-right {
    padding-top: 30px;
    padding-left: 0;
  }

  .mockup-slider-column {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-portfolio-slide {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-col-left {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .text-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .team-column-top, .team-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .field-column {
    padding-left: 0;
    padding-right: 0;
  }

  .white-footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-column-left {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-col-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-column-right-2, .gallery-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-gallery-column-left {
    padding-left: 0;
  }

  .bottom-gallery-column-right {
    padding-right: 0;
  }

  .image-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .image-row {
    margin-bottom: 0;
  }

  .navbar-background {
    height: 70px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .hero-section.color {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .container.download-hero {
    padding: 15px;
  }

  .hero-title {
    width: 100%;
    font-size: 26px;
    line-height: 35px;
  }

  .button {
    margin-top: 10px;
  }

  .button.icon-button.download.green {
    margin-top: 15px;
  }

  .button.hero-button {
    width: 100%;
    margin-top: 6px;
  }

  .button.slider-button {
    width: 100%;
    margin-top: 0;
  }

  .button.slider-button.outline {
    margin-top: 5px;
    margin-left: 0;
  }

  .section {
    padding: 25px;
  }

  .section.tint.overflow-none {
    padding: 20px;
  }

  .section.app-info-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.bio {
    padding-top: 35px;
  }

  .section.contact {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .section.pricing-section {
    padding-bottom: 120px;
  }

  .section.portoflio {
    padding: 20px;
  }

  .section.contact-us-section {
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .section-title-wrapper.full.info {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title-wrapper.with-contact-form {
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 23px;
    line-height: 24px;
  }

  .section-title.small {
    font-size: 28px;
  }

  .section-description {
    margin-top: 10px;
    font-size: 20px;
  }

  .section-description.small {
    width: 100%;
  }

  .video-lightbox-block {
    height: 170px;
  }

  .video-lightbox-block.large {
    height: 180px;
  }

  .video-lightbox-block.about-us {
    height: 140px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox-button.large {
    width: 60px;
    height: 60px;
    padding-top: 16px;
  }

  .video-lightbox-button.large-color {
    width: 60px;
    height: 60px;
    padding-top: 18px;
  }

  .video-lightbox-button.line {
    padding-top: 12px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .portfolio-image-block.large-left {
    height: 210px;
  }

  .portfolio-image-block.large {
    height: 220px;
  }

  .testimonial-slider-arrow {
    margin-left: -10px;
    margin-right: -10px;
  }

  .testimonial-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-image {
    width: 70px;
    height: 70px;
  }

  .testimonial-quote {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-section.trial {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-section.ui-section {
    background-image: linear-gradient(86deg, #eee 39%, #eee9), url('../images/UI-Photo.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

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

  .image-section-overlay.color {
    padding: 20px;
  }

  .image-section-overlay.dark {
    padding-top: 30px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .image-section-overlay-title {
    font-size: 23px;
    line-height: 29px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    line-height: 23px;
  }

  .menu-button {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-mockup-image {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .hero-mockup-description-block {
    width: 100%;
  }

  .white-hero-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 31px;
  }

  .small-hero-intro-title {
    font-size: 12px;
  }

  .info-block-left {
    width: 100%;
  }

  .info-block-left.ui {
    width: 75%;
  }

  .info-row {
    margin-top: 0;
  }

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

  .info-icon {
    float: left;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 11px;
  }

  .newsletter-form {
    margin-bottom: 40px;
  }

  .newsletter-field {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding-left: 0;
    font-size: 12px;
  }

  .newsletter-submit {
    border-radius: 5px;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    font-size: 13px;
  }

  .info-block-right.app-info {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .info-block-right.bio {
    padding-left: 70px;
  }

  .device-mockup-left {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .hero-title-variation {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
  }

  .feature-block.wide {
    font-size: 13px;
  }

  .feature-icon {
    width: 30px;
  }

  .feature-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
    padding-top: 17px;
  }

  .feature-title {
    margin-bottom: 13px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-video-lightbox {
    margin-bottom: 20px;
  }

  .hero-description-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .team-image-block-overlay {
    padding: 25px;
  }

  .team-outline-block {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
  }

  .team-portrait-image {
    top: 10px;
    left: 10px;
  }

  .logo-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .client-logo {
    height: 28px;
  }

  .image-hero.download {
    padding: 80px 20px 20px;
  }

  .hero-newsletter-form {
    width: 100%;
  }

  .hero-field {
    height: 40px;
  }

  .person-image-left {
    height: 430px;
    top: -20px;
    left: -122px;
  }

  .skill-block {
    width: 100%;
    padding-left: 60px;
  }

  .coming-soon-lightbox {
    margin-top: 0;
  }

  .newsletter-column {
    padding-bottom: 5px;
    padding-left: 0;
  }

  .large-hero-title {
    font-size: 20px;
    line-height: 26px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .contact-map {
    padding-right: 110px;
  }

  .trial-form {
    width: 100%;
  }

  .trial-field {
    border-radius: 40px;
    width: 100%;
    height: 40px;
  }

  .trial-submit-button {
    border-radius: 40px;
    width: 100%;
    height: 40px;
    margin-top: 10px;
  }

  .overall-video-lightbox, .overall-video-lightbox.hero-small {
    height: 140px;
  }

  .overall-video-lightbox.in-slider {
    height: 120px;
  }

  .overall-video-lightbox.large-hero {
    height: 130px;
  }

  .overall-video-lightbox.in-page-header {
    height: 145px;
  }

  .plan-tabs {
    margin-top: 0;
  }

  .tab-button-left {
    text-align: center;
    border-width: 1px;
    border-radius: 60px;
    margin-bottom: 4px;
  }

  .tab-button-right {
    text-align: center;
    border-width: 1px;
    border-radius: 60px;
  }

  .tab-button-right.w--current {
    border-radius: 60px;
  }

  .pricing-tab-pane {
    padding-top: 20px;
  }

  .overall-hero-title {
    font-size: 24px;
  }

  .overall-hero-description {
    font-size: 13px;
    line-height: 20px;
  }

  .top-line-block {
    margin-top: 30px;
    padding-top: 20px;
  }

  .process-tab-pane {
    padding-top: 20px;
  }

  .process-tab-button {
    border-width: 1px;
    border-color: #0000001a;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 9px;
    display: inline-block;
  }

  .process-tab-icon {
    height: 13px;
  }

  .process-tab-title {
    font-size: 20px;
    line-height: 27px;
  }

  .worldmap-left-wrapper {
    width: 260px;
  }

  .map-marker {
    top: 56px;
    left: 24px;
  }

  .map-marker._2 {
    bottom: 40px;
    right: 112px;
  }

  .dark-field.area {
    height: 98px;
  }

  .hero-slider-mockup {
    width: 70%;
  }

  .hero-slider-content-block {
    margin-top: 20px;
  }

  .hero-slider-title {
    font-size: 21px;
    line-height: 27px;
  }

  .hero-slider-text {
    font-size: 13px;
    line-height: 19px;
  }

  .hero-left-block {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title-large {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .large-pricing-icon {
    margin-right: 10px;
  }

  .large-pricing-title {
    font-size: 12px;
  }

  .large-pricing-title.price {
    line-height: 30px;
  }

  .pricing-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .pricing-list-title {
    line-height: 17px;
  }

  .feature-info-column.last {
    padding-bottom: 0;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .start-hero {
    padding-top: 75px;
    padding-bottom: 145px;
  }

  .hero-main-title {
    font-size: 36px;
    line-height: 37px;
  }

  .hero-main-title.subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 25px;
  }

  .main-hero-description {
    font-size: 11px;
    line-height: 19px;
  }

  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }

  .intro-block-title {
    margin-bottom: 10px;
  }

  .home-mockup {
    height: 160px;
  }

  .home-mockup.ipad {
    height: 120px;
    top: 30px;
    right: -115px;
  }

  .home-mockup.iphone {
    height: 100px;
    top: 52px;
    right: -61px;
  }

  .simple-white-footer {
    padding: 35px 15px;
  }

  .download-image-left {
    margin-top: -40px;
    margin-bottom: -20px;
  }

  .iphone-hero {
    padding: 80px 25px 35px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .mockup-right-wrapper {
    width: 260px;
  }

  .mockup-feature-block._2 {
    left: -4px;
  }

  .mockup-feature-title {
    background-color: #ffffffb3;
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
    display: inline-block;
  }

  .mockup-feature-line, .mockup-feature-line._2 {
    width: 200px;
  }

  .small-testimonial-image {
    width: 60px;
    height: 60px;
  }

  .small-testimonial-text {
    font-size: 13px;
    line-height: 20px;
  }

  .full-hero-content-block {
    margin-bottom: 30px;
  }

  .color-block {
    padding: 20px;
  }

  .bottom-paragraph {
    margin-top: 10px;
  }

  .white-pricing-title {
    margin-bottom: 5px;
  }

  .pricing-icon-block {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }

  .white-price-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.contact {
    padding-top: 80px;
  }

  .subpage-header.contact-2 {
    padding-top: 70px;
  }

  .subpage-header.contact-1 {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpage-header.with-contact-info {
    padding-top: 80px;
    padding-bottom: 280px;
  }

  .subpage-header.about-2 {
    padding: 90px 20px 20px;
  }

  .subpage-header.about-3 {
    padding-top: 80px;
  }

  .subpage-header.about-5 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .subpage-header.portfolio, .subpage-header.portfolio-2 {
    padding-top: 90px;
  }

  .subpage-header.ui {
    padding: 94px 25px 30px;
  }

  .white-contact-form.centered {
    margin-bottom: -225px;
  }

  .form-title {
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .subpage-title.smaller {
    font-size: 22px;
    line-height: 25px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 12px;
  }

  .page-subtitle.large {
    font-size: 12px;
    line-height: 25px;
  }

  .contact-google-map {
    height: 200px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .contact-info-small-block {
    margin-bottom: 10px;
  }

  .cta-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .feature-line-block {
    padding: 15px 25px 15px 55px;
  }

  .small-feature-icon {
    top: 15px;
    left: 15px;
  }

  .pricing-content-block {
    padding: 15px;
  }

  .pricing-content-block.first {
    height: auto;
  }

  .team-image {
    width: 70px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .team-member-column {
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-block {
    margin-bottom: 12px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .image-block-right {
    height: 140px;
  }

  .text-column-left {
    text-align: center;
  }

  .image-block {
    height: 140px;
  }

  .gallery-image-block {
    height: 150px;
  }

  .gallery-image-block._2, .gallery-image-block._3 {
    height: 120px;
  }

  .gallery-image-block.small, .gallery-image-block.small._2, .gallery-image-block.small._3 {
    height: 60px;
  }

  .stats-row {
    margin-top: 30px;
  }

  .stats-title {
    margin-top: 6px;
  }

  .portfolio-overview-image-block {
    height: 220px;
  }

  .portfolio-overview-column {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-overview-title {
    font-size: 10px;
    line-height: 13px;
  }

  .portfolio-overview-title._2 {
    margin-bottom: 16px;
  }

  .elements-title-wrapper {
    margin-bottom: 20px;
  }

  .element-container.navigation {
    height: 60px;
    margin-top: 10px;
  }

  .element-container.navigation._3 {
    height: 70px;
  }

  .logo {
    width: 200px;
    margin-top: 4px;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .home-mockup-column {
    height: 180px;
  }

  .menu-button-line {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding-top: 9px;
  }

  .license-image {
    height: 40px;
  }

  .navbar-background {
    height: 60px;
  }
}

#w-node-_57d8cf95-ed6c-2527-55f3-14201ce44cd4-63adf2a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


