:root {
  --white: white;
  --black: black;
  --base-1: #282b31;
  --base-2: #676b75;
  --base-3: #999ea8;
  --base-4: #babdc3;
  --base-5: #d3d5da;
  --base-6: #e7e8ea;
  --base-7: #f8f9fa;
  --highlight: #469af4;
  --success: #a0d61d;
  --warning: #ffc250;
  --error: #ff4876;
  --gradient-1-left: #7956ec;
  --gradient-1-right: #2fb9f8;
  --menu-color: #374878;
  --navajo-white: #ffd588;
  --light-pink: #ffb7c9;
  --khaki: #cfeb8d;
}

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

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

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

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

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

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

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

h1 {
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
}

h2 {
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

p {
  color: #676b75;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #469af4;
  text-decoration: none;
}

ul, ol {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  font-size: 15px;
  line-height: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid #ffc250;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 30px;
  font-size: 20px;
  font-style: italic;
  line-height: 35px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #999ea8;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.hero-section {
  height: 720px;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec, #2fb9f8);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section.video {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .9), rgba(47, 185, 248, .9));
}

.hero-section.desktop {
  height: 820px;
  margin-bottom: -20px;
  overflow: hidden;
}

.hero-section.web {
  margin-bottom: 540px;
}

.hero-section.all-platforms {
  margin-bottom: 360px;
}

.hero-section.phone {
  height: 1024px;
  background-image: url('../images/EksireBlokker.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 0;
}

.hero-section.tablet {
  margin-bottom: 120px;
}

.logo {
  float: left;
  color: #fff;
  margin-top: -2px;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.body {
  color: #282b31;
  background-color: #f8f9fa;
  background-image: linear-gradient(135deg, #ffd588, #ffb7c9);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  overflow: auto;
}

.nav-section {
  z-index: 99;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: #fff;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

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

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

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

.wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.wrapper.hero-2-cols {
  justify-content: space-between;
  display: flex;
}

.wrapper.center {
  text-align: center;
}

.wrapper.side-reviews {
  z-index: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.button {
  height: 50px;
  color: #282b31;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 6px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.button:hover {
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.button.nav-panel-button {
  height: 40px;
  float: right;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 20px;
}

.button.feature-video-button {
  margin-top: 60px;
  margin-bottom: -50px;
}

.button.beta {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 20px;
  position: fixed;
  top: 30px;
  right: 30px;
}

.button.hero-second-button {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-panel {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 25px 15px;
  display: flex;
  position: relative;
}

.nav-menu {
  float: right;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 15px;
  display: block;
  position: relative;
}

.grey-section {
  background-color: #f8f9fa;
  padding-top: 90px;
  padding-bottom: 110px;
  overflow: hidden;
}

.grey-section.second-phone-feature {
  margin-top: -70px;
  padding-top: 0;
}

.grey-section.reviews {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.grey-section.second-web-feature {
  padding-top: 65px;
  padding-bottom: 145px;
}

.grey-section.first-web-feature {
  padding-top: 145px;
  padding-bottom: 70px;
}

.hero-heading {
  max-width: 570px;
  color: #fff;
  margin-bottom: 36px;
  font-family: Nevis, sans-serif;
}

.heading-accent {
  color: #333;
  font-weight: 800;
}

.hero-intro-left {
  flex: 1;
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.app-icon {
  width: 90px;
  border-radius: 20px;
  margin-bottom: 34px;
  display: block;
  box-shadow: 0 0 12px 5px rgba(40, 43, 49, .08);
}

.app-icon.coming-soon-icon-v1 {
  margin-bottom: 19px;
}

.app-icon.coming-soon-icon-v2 {
  margin-top: -45px;
  margin-bottom: 20px;
}

.hero {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 183px;
  display: flex;
}

.section-header {
  max-width: 570px;
  margin: 14px auto 20px;
  display: block;
}

.feature-big-icon {
  text-shadow: 0 -1px rgba(255, 255, 255, .25);
  border-radius: 15px;
  margin-bottom: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
}

.feature-text-small {
  color: #676b75;
  margin-top: -3px;
  font-size: 14px;
  line-height: 25px;
}

.feature-big {
  flex-basis: 33.3333%;
  padding: 26px 30px 70px;
}

.white-section {
  background-color: #fff;
  margin-bottom: 1px;
  padding-top: 90px;
  padding-bottom: 110px;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.white-section.press {
  z-index: 1;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.white-section.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.press-link {
  opacity: .7;
  padding: 15px 25px;
  transition: opacity .2s;
}

.press-link:hover {
  opacity: 1;
}

.background-section {
  color: #fff;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec, #2fb9f8);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-top: 90px;
  padding-bottom: 110px;
}

.background-section.page-top {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .53), #2fb9f8);
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-bottom: 80px;
}

.footer-v1 {
  color: #fff;
  flex-wrap: wrap;
  padding-bottom: 0;
  display: flex;
}

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

.footer-description {
  max-width: 220px;
  opacity: .8;
  margin-top: 17px;
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.footer-link-v1 {
  float: left;
  clear: left;
  color: #fff;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

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

.footer-bottom-v1 {
  width: 100%;
  color: rgba(255, 255, 255, .8);
  border-top: 1px solid rgba(255, 255, 255, .3);
  justify-content: space-between;
  margin-top: 60px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.heart-icon {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/heart-icon-red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.heart-icon.white-heart-icon {
  background-image: url('../images/heart-icon-white.svg');
  background-size: auto;
}

.author-dark-link {
  color: #282b31;
  font-weight: 700;
  text-decoration: none;
}

.author-dark-link:hover {
  text-decoration: underline;
}

.social-button {
  border: 1px solid #e7e8ea;
  line-height: 0;
}

.social-button.left-button {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.social-button.left-button.white {
  border-color: rgba(255, 255, 255, .3);
}

.social-button.right-button {
  border-left-style: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.social-button.right-button.white {
  border-color: rgba(255, 255, 255, .3);
}

.social-button.middle-button {
  border-left-style: none;
}

.social-button.middle-button.white {
  border-color: rgba(255, 255, 255, .3);
}

.video-tour-section {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .85), rgba(47, 185, 248, .85));
}

.video-tour-section.phone {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .85), rgba(47, 185, 248, .85)), url('../images/video-tour-phone.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
  overflow: hidden;
}

.video-tour-section.tablet {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .85), rgba(47, 185, 248, .85)), url('../images/video-tour-tablet.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.video-tour-phone {
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  text-decoration: none;
  display: flex;
}

.video-tour-phone:hover {
  text-decoration: none;
}

.video-tour-text {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
}

.video-tour-text:hover {
  text-decoration: none;
}

.big-side-feature {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.big-side-feature.second {
  flex-direction: row-reverse;
}

.big-side-feature.side-feature-blocks {
  margin-bottom: -30px;
  padding-top: 85px;
}

.big-feature-info {
  width: 33.3333%;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
}

.big-feature-info.big-device {
  width: 33.3333%;
  margin-left: 0%;
  margin-right: 0%;
}

.feature-text-big {
  color: #676b75;
  margin-top: 16px;
  line-height: 30px;
}

.feature-device {
  text-align: center;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  top: 0;
  left: 0;
}

.feature-device.laptop {
  width: 66.6667%;
}

.feature-device.desktop {
  width: 66.6667%;
  margin-top: -20px;
  margin-bottom: -90px;
  padding-left: 100px;
}

.feature-device.web {
  width: 66.6667%;
  padding-left: 100px;
  padding-right: 100px;
}

.feature-device.tab-device {
  width: 66.6667%;
  flex: 0 auto;
  overflow: visible;
}

.feature-device.phone {
  padding-top: 20px;
  padding-bottom: 20px;
}

.stars-center {
  margin: 20px auto 30px;
  display: block;
}

.testimonials-v1 {
  height: 420px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 50px;
}

.review-slide-v1 {
  width: 33.3333%;
  perspective-origin: 50%;
  border-radius: 12px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.review-v1 {
  color: #282b31;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  position: relative;
  box-shadow: 0 10px 20px rgba(40, 43, 49, .16);
}

.review-v1-avatar {
  width: 70px;
  height: 70px;
  background-color: #999ea8;
  border-radius: 100%;
  margin-bottom: -17px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -35px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .16);
}

.review-author {
  color: #999ea8;
  border-top: 1px solid #e7e8ea;
  margin-top: 17px;
  padding-top: 15px;
  padding-bottom: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.reviews-nav-dots {
  height: 10px;
  padding-top: 0;
  font-size: 10px;
  position: relative;
}

.hero-device {
  width: 50%;
  text-align: center;
  flex: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-device.desktop {
  padding-top: 40px;
  position: relative;
  left: -90px;
}

.footer-section-v1 {
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 40px;
}

.footer-section-v4 {
  background-color: #fff;
  border-top: 1px solid #e7e8ea;
}

.footer-v4 {
  color: #999ea8;
  text-align: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 12px;
  display: flex;
}

.author-link-white {
  color: #fff;
  text-decoration: none;
}

.author-link-white:hover {
  text-decoration: underline;
}

.footer-logo {
  text-align: left;
  flex: 1;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 800;
}

.author-copyright {
  flex: 40%;
  padding-top: 10px;
  line-height: 30px;
}

.social-buttons {
  text-align: right;
  flex: 1;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.white-text {
  color: #fff;
}

.store-badge {
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.store-badge:hover {
  box-shadow: 0 12px 24px rgba(40, 43, 49, .24);
}

.store-badges {
  justify-content: center;
  padding-top: 26px;
  display: flex;
}

.feature-cards-big {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 66px;
  display: flex;
}

.feature-small-icon {
  margin-top: 8px;
  display: block;
  position: absolute;
}

.feature-small-heading {
  margin-left: 45px;
}

.feature-small-container {
  width: 33.3333%;
  padding: 20px 15px 25px;
}

.feature-small-text {
  color: #676b75;
  margin-left: 45px;
  font-size: 14px;
}

.feature-card-v2 {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex: 20%;
  margin: 15px;
  padding: 50px 30px;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.footer-section-v2 {
  background-color: #fff;
  border-top: 1px solid #e7e8ea;
  padding-top: 30px;
}

.footer-v2 {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.footer-right-links {
  width: 30%;
  text-align: right;
  flex: 1;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-link-v2 {
  float: right;
  clear: right;
  color: #282b31;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

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

.footer-bottom-v2 {
  width: 100%;
  color: #999ea8;
  text-align: center;
  border-top: 1px solid #e7e8ea;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.footer-store-badge {
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.footer-store-badge:hover {
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.hero-play-button {
  margin-top: 190px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.phone-center-features {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
}

.phone-side-features {
  width: 25%;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-feature {
  padding-top: 22px;
  padding-bottom: 25px;
}

.highlight-icon {
  border-radius: 11px;
  margin-bottom: 11px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .12);
}

.text-left {
  text-align: left;
}

.phone-center {
  width: 33.3333%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.features-small {
  flex-wrap: wrap;
  margin-bottom: -20px;
  display: flex;
}

.footer-store-badges {
  width: 46%;
  flex: 0 auto;
  justify-content: center;
  padding-top: 30px;
  display: flex;
}

.feature-icon-50 {
  width: 50px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.feature-card-big {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 60px 30px 62px;
  display: flex;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.feature-card-heading {
  margin-bottom: 15px;
}

.feature-card-icon {
  width: 70px;
  max-width: none;
  border-radius: 15px;
  margin-bottom: 21px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.feature-card-link {
  margin-top: 15px;
  font-size: 14px;
}

.feature-tabs-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.feature-tabs {
  width: 33.3333%;
  flex: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.feature-tabs.big {
  width: 41.6667%;
}

.feature-tab-v2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 31px;
  padding-bottom: 26px;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.feature-tab-v2:hover {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.feature-tab-v2.w--current {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.feature-tab-v2.tab-1.w--current {
  background-image: url('../images/tab-reload-icon.svg');
  background-position: 107%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.feature-tab-v2.tab-2.w--current {
  background-image: url('../images/tab-inbox-icon.svg');
  background-position: 107%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.feature-tab-v2.tab-3.w--current {
  background-image: url('../images/tab-clock-icon.svg');
  background-position: 107%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.feature-tab-heading {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.download {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: -36px;
  margin-bottom: -50px;
  display: flex;
}

.download-text {
  width: 50%;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.device-big-image {
  max-width: none;
}

.device-big-image.fright {
  float: right;
}

.device-big-image.tab-big-device {
  float: right;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
}

.press-container {
  max-width: 770px;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 66px auto 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.press-color-link {
  width: 33.3333%;
  text-align: center;
  background-color: #fff;
  padding: 40px 10px;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.gradient-button {
  height: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  border-radius: 6px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.gradient-button:hover {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.gradient-button.hero-first-button {
  background-image: linear-gradient(135deg, #469af4, #ff4876);
  margin-right: 10px;
}

.gradient-button.pricing-buy-button {
  margin-top: 30px;
  display: block;
}

.gradient-button.pricing-free-button {
  background-image: linear-gradient(135deg, #009fc5, #3cecb0);
  margin-top: 40px;
  display: block;
}

.gradient-button.trial-button {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.gradient-button.buy-button {
  margin-right: 20px;
}

.gradient-button.blue {
  background-image: linear-gradient(135deg, #7956ec, #2fb9f8);
}

.square-features-container {
  background-color: #fff;
  flex-wrap: wrap;
  margin: 30px 15px 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.square-feature {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  padding-left: 105px;
  padding-right: 105px;
  display: flex;
}

.download-buttons-contaner {
  padding-left: 15px;
  padding-right: 15px;
}

.square-feature-image {
  width: 50%;
  height: 560px;
  background-color: #469af4;
  flex: 0 auto;
}

.square-feature-image.image-1 {
  background-image: url('../images/tablet-feature-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.square-feature-image.image-2 {
  background-image: url('../images/tablet-feature-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.square-feature-image.image-3 {
  background-image: url('../images/all-platforms-feature-1.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.square-feature-image.image-4 {
  background-image: url('../images/all-platforms-feature-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-tour-tablet {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: block;
}

.section-description {
  max-width: 570px;
  color: #676b75;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}

.section-description.white-text {
  color: #fff;
  display: inline-block;
}

.section-description.white-transparent-text {
  color: rgba(255, 255, 255, .8);
}

.contact-window {
  width: 64%;
  color: #282b31;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  margin: 60px auto 10px;
  padding: 70px 60px;
  display: block;
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.contact-window.popup {
  z-index: 1000;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.input {
  height: 50px;
  background-color: #f8f9fa;
  border: 1px solid #d3d5da;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  line-height: 30px;
}

.input.text-area {
  min-height: 180px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 21px 30px;
}

.input.contact-input {
  width: 50%;
  flex: 1;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.input.subscribe-input {
  background-color: #fff;
  background-image: url('../images/mail-icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  border-style: none;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 10px;
  padding-left: 50px;
}

.input.trial-input {
  flex: 1;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.input.trial-white-input {
  background-color: #fff;
  border-style: none;
  flex: 1;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.input.footer-subscribe {
  background-color: #fff;
  border-style: none;
  margin-top: 24px;
  margin-bottom: 30px;
}

.input.trial-email-input {
  margin: 20px 10px 25px;
}

.input.notify-input {
  background-image: url('../images/mail-icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 50px;
}

.input.password-input {
  text-align: center;
  border-color: #fff;
  margin-top: 16px;
  margin-bottom: 24px;
}

.contact-form {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.contact-form.form-block {
  margin: 55px auto;
  display: inline-block;
}

.reviews-left-wrapper {
  z-index: 0;
  width: 33%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.reviews-left-container {
  width: 33.3333%;
  background-color: #fff;
  border-right: 1px solid #e7e8ea;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 150px 30px 170px 15px;
  display: flex;
}

.stars-left {
  margin-bottom: 44px;
}

.reviews-right-container {
  flex: 1;
  padding: 110px 15px 110px 60px;
}

.review-v2 {
  max-width: 570px;
  float: left;
  background-color: #fff;
  border-radius: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 15px 21px;
  display: flex;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.review-v2.review-reversed {
  float: right;
  flex-direction: row-reverse;
}

.review-v2-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
}

.review-v2-text {
  flex: 1;
  margin-top: -7px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

.review-v2-author-info {
  width: 100%;
  color: #999ea8;
  border-top: 1px solid #e7e8ea;
  justify-content: space-between;
  margin-top: 22px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 13px;
  font-size: 12px;
  line-height: 25px;
  display: flex;
}

.review-v2-author-info.author-info-reversed {
  flex-direction: row-reverse;
}

.review-v2-icon {
  width: 16px;
  height: 16px;
  opacity: .25;
  background-image: url('../images/twitter-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-top: 4px;
  transition: opacity .2s;
}

.review-v2-icon:hover {
  opacity: .5;
}

.reviews-v2-header {
  flex: 1;
}

.reviews-v2-more-text {
  color: #999ea8;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}

.reviews-v2-store-link {
  color: #282b31;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.reviews-v2-store-link:hover {
  text-decoration: underline;
}

.arrow-icon {
  margin-right: 12px;
}

.pricing-v1 {
  justify-content: center;
  display: flex;
}

.pricing-v1-info {
  width: 33.3333%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.pricing-v1-plans {
  flex: 1;
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pricing-v1-plan {
  z-index: 1;
  width: 350px;
  color: #fff;
  background-color: #0098ff;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding: 50px 50px 60px;
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
}

.pricing-v1-plan-name {
  height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .07);
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-v1-price {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 300;
  line-height: 80px;
}

.pricing-v1-plan-feature {
  align-items: center;
  font-size: 15px;
  line-height: 30px;
  display: flex;
}

.pricing-feature-yes-icon {
  opacity: .6;
  margin-right: 14px;
}

.pricing-v1-free-plan-name {
  height: 40px;
  color: #676b75;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f8f9fa;
  border-top: 1px solid #e7e8ea;
  border-bottom: 1px solid #e7e8ea;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-v1-free-plan {
  width: 335px;
  color: #676b75;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -15px;
  padding: 50px 50px 60px;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.pricing-v1-free {
  color: #282b31;
  text-align: center;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 3px;
  font-size: 40px;
  font-weight: 300;
  line-height: 100px;
}

.features-video {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 46px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.features-video-list {
  width: 50%;
  flex-wrap: wrap;
  align-content: center;
  display: flex;
}

.features-video-preview {
  width: 50%;
  height: 360px;
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .85), rgba(47, 185, 248, .85)), url('../images/video-tour-laptop.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.feature-video-list-item {
  width: 50%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 27px;
  padding-right: 45px;
}

.feature-video-header {
  margin-top: 20px;
}

.hero-desktop-bottom {
  height: 120px;
  background-color: #f8f9fa;
  margin-top: -76px;
}

.device-big-center {
  margin-top: 57px;
  margin-bottom: -214px;
}

.trial-form {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.trial-form-wrapper {
  width: 66.6667%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.trial-text {
  color: rgba(255, 255, 255, .8);
  margin-top: 40px;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 22px;
}

.trial-text.light-grey-text {
  width: 100%;
}

.white-bold-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.white-bold-link:hover {
  text-decoration: underline;
}

.questions-list {
  column-count: 2;
  flex-wrap: wrap;
  column-gap: 0;
  margin-bottom: -20px;
  padding-top: 50px;
  display: block;
}

.question {
  text-align: left;
  padding: 20px 55px 25px 15px;
  display: inline-block;
}

.question-icon {
  float: left;
  display: inline-block;
  position: relative;
}

.question-text {
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: 60px;
  font-weight: 700;
}

.answer-text {
  color: #676b75;
  margin-left: 60px;
  font-size: 14px;
  line-height: 25px;
}

.reviews-arrow {
  width: 50px;
  height: 50px;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  background-image: url('../images/arrow-left-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .12);
}

.reviews-arrow:hover {
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.reviews-arrow.right {
  background-image: url('../images/arrow-right-icon.svg');
  background-size: auto;
}

.review-v3-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 37px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.review-v3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-v3-text {
  max-width: 570px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-style: italic;
  line-height: 35px;
}

.review-v3-author {
  color: #fff;
  text-align: center;
  background-image: url('../images/quote-icon.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 32px;
  padding: 8px 50px 22px;
  font-size: 20px;
  line-height: 35px;
}

.review-v3-author-text {
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  line-height: 20px;
}

.feature-cards-v2 {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.testimonials-v3 {
  height: 410px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 50px;
}

.pricing-v2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 46px;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.pricing-v2-plan {
  border-radius: 12px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 50px;
}

.pricing-v2-plan.best-plan-v2 {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.pricing-v2-name {
  height: 40px;
  color: #676b75;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-v2-price {
  color: #282b31;
  margin-top: 14px;
  font-size: 40px;
  font-weight: 300;
  line-height: 86px;
}

.pricing-v2-features {
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  margin-bottom: 40px;
  overflow: hidden;
}

.pricing-v2-feature {
  text-align: left;
  background-color: #fff;
  align-items: center;
  padding: 9px 16px 10px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.pricing-v2-feature.feature-off-v2 {
  color: #babdc3;
}

.block {
  display: block;
}

.subscribe-container {
  max-width: 770px;
  color: #fff;
  background-color: #469af4;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 12px;
  margin: 66px auto 10px;
  padding: 50px 100px;
  display: block;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.subscribe-form {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-section-v3 {
  color: #fff;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.footer-v3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 33px;
  display: flex;
}

.footer-v3-author {
  color: rgba(255, 255, 255, .8);
  text-align: right;
  flex: 1;
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}

.footer-v3-nav {
  flex: 30%;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 10px;
  display: flex;
}

.footer-v3-nav-link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 11px;
  font-weight: 700;
}

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

.footer-v3-copyright {
  width: 100%;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  flex: 0 auto;
  margin-top: 8px;
  font-size: 11px;
  line-height: 20px;
}

.hero-intro-center {
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.hero-center {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  display: flex;
}

.hero-device-center {
  margin-top: 70px;
}

.middle {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-big-v2 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.feature-big-v2 {
  width: 50%;
  padding: 100px 105px;
}

.feature-big-v2.left-border {
  border-left: 1px solid #e7e8ea;
}

.feature-big-heading-v2 {
  margin-top: 30px;
}

.light-grey-text {
  color: #babdc3;
}

.bold-grey-link {
  color: #999ea8;
  font-weight: 700;
}

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

.video-tour-web {
  height: 470px;
  max-width: 770px;
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .85), rgba(47, 185, 248, .85)), url('../images/video-tour-web_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin: 65px auto 60px;
  display: flex;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.pricing-v3-plan {
  background-color: #fff;
  border-radius: 12px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 35px 30px 40px;
  font-size: 16px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
}

.pricing-v3-plan.best {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, rgba(47, 185, 248, .9), rgba(121, 86, 236, .77));
}

.pricing-v3-name {
  color: #469af4;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-weight: 700;
}

.pricing-v3-name.best {
  color: #fff;
}

.pricing-v3-price-container {
  width: 100%;
  height: 80px;
  text-align: left;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-top: 20px;
  font-weight: 300;
  display: block;
}

.pricing-v3-features {
  text-align: left;
  border-top: 1px solid #e7e8ea;
  flex-flow: wrap;
  margin-bottom: 40px;
  display: flex;
}

.pricing-v3-features.best-features {
  border-top-color: rgba(255, 255, 255, .3);
}

.pricing-v3-feature {
  width: 100%;
  color: #282b31;
  text-align: left;
  border-bottom: 1px solid #e7e8ea;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.pricing-v3-feature.off {
  color: #babdc3;
}

.pricing-v3-feature.best-feature {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .3);
}

.pricing-v3-feature.best-feature.off {
  color: rgba(255, 255, 255, .5);
}

.pricing-v3-price {
  text-transform: uppercase;
  flex: none;
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
}

.pricing-v3-per-text {
  color: #999ea8;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-left: 85px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.pricing-v3-per-text.best {
  color: #fff;
}

.pricing-v3-billed-text {
  color: #999ea8;
  margin-left: 85px;
  font-size: 11px;
  line-height: 20px;
  display: block;
}

.pricing-v3-billed-text.best {
  color: #fff;
}

.pricing-v3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 45px;
  padding-bottom: 10px;
  display: flex;
}

.pricing-v3.page {
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
}

.ceature-cards-v3 {
  flex-wrap: wrap;
  padding-top: 45px;
  display: flex;
}

.feature-card-v3 {
  color: #282b31;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  flex: 45%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 25px 40px 33px 110px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
}

.feature-card-v3-icon {
  height: 100px;
  margin-left: -140px;
  display: block;
  position: absolute;
  top: 40px;
}

.feature-card-v3-heading {
  margin-bottom: 15px;
}

.footer-v5 {
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -35px;
  margin-bottom: -110px;
  display: flex;
}

.footer-v5-header {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-v5-nav-list {
  width: 16.6667%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v5-nav-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

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

.footer-newsletter {
  width: 33.3333%;
  flex: 0 auto;
  padding-left: 15px;
  padding-right: 0;
}

.social-icon {
  opacity: .6;
  padding: 11px;
  transition: opacity .2s;
}

.social-icon:hover {
  opacity: 1;
}

.feature-cards-v4 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  margin: 65px 15px 60px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.feature-card-v4 {
  width: 33.3333%;
  text-align: center;
  padding: 60px 38px 70px;
}

.feature-card-v4.middle-card {
  border-left: 1px solid #e7e8ea;
  border-right: 1px solid #e7e8ea;
}

.feature-card-v4-heading {
  margin-top: 4px;
}

.platform-tabs {
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.platform-tab {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 17px;
  line-height: 10px;
  transition: opacity .2s;
}

.platform-tab:hover {
  opacity: 1;
}

.platform-tab.w--current {
  opacity: 1;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.platform-tab-content {
  text-align: center;
  padding-top: 50px;
}

.platforms-bottom-wrapper {
  background-color: #f8f9fa;
  justify-content: center;
  align-items: flex-end;
  margin-top: -160px;
  margin-bottom: -110px;
  padding-top: 205px;
  display: flex;
}

.bg-feature-cards {
  justify-content: center;
  padding-top: 45px;
  display: flex;
}

.bg-feature-card {
  height: 270px;
  color: #fff;
  text-align: left;
  background-image: url('../images/all-platforms-card-phone.png'), url('../images/bg-gradient-1.svg');
  background-position: 88% 37px, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 182px, cover;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 40px;
  padding-right: 260px;
  display: flex;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.bg-feature-card.laptop {
  background-image: url('../images/all-platforms-card-laptop.png'), url('../images/bg-gradient-1.svg');
  background-position: 147%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 348px, cover;
}

.bg-feature-text {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 5px;
  font-size: 14px;
}

.available-text {
  color: #999ea8;
  margin-top: 63px;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 25px;
}

.text-link {
  color: #469af4;
}

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

.testimonials-v4 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-top: 45px;
  padding-bottom: 20px;
}

.review-slide-v4 {
  width: 50%;
  flex: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.testimonials {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 50px;
}

.review-v4 {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 30px 32px;
  font-size: 14px;
  font-style: italic;
  line-height: 25px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.review-v4-avatar {
  width: 50px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.review-v4-author {
  height: 50px;
  margin-bottom: 23px;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.review-v4-author-name {
  margin-left: 65px;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.review-v4-author-text {
  color: #999ea8;
  margin-left: 65px;
  font-size: 12px;
  line-height: 16px;
}

.review-v4-social-icon {
  width: 16px;
  height: 16px;
  opacity: .25;
  background-image: url('../images/twitter-icon.svg');
  background-position: 0 0;
  margin-top: 10px;
  margin-right: 10px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.review-v4-social-icon:hover {
  opacity: .5;
}

.platform-cards {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 45px;
  padding-bottom: 10px;
  display: flex;
}

.platform-card {
  color: #282b31;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex: 20%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 60px 30px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.platform-card:hover {
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.platform-card-heading {
  font-weight: 800;
}

.features-tour {
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
}

.features-tour-info {
  width: 33.3333%;
  color: #fff;
  align-items: center;
  padding-left: 15px;
  padding-right: 8.33333%;
  display: flex;
}

.features-tour-list {
  color: #282b31;
  background-color: #fff;
  border-radius: 12px;
  flex-wrap: wrap;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.features-tour-list-item {
  width: 50%;
  background-color: #fff;
  padding: 30px 30px 30px 110px;
  position: relative;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.feature-tour-list-icon {
  width: 50px;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.features-video-tour {
  width: 100%;
  height: 90px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .85), rgba(47, 185, 248, .85)), url('../images/video-tour-laptop.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.feature-icon-left-block {
  text-align: left;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-left: 80px;
  position: relative;
}

.side-feature-icon {
  width: 50px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.trial-form-window {
  max-width: 770px;
  color: #282b31;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  margin: 80px auto 10px;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.trial-form-v2 {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -11px;
  margin-right: -11px;
  padding-top: 25px;
  padding-bottom: 15px;
  display: flex;
}

.trial-app-icon {
  width: 90px;
  border-radius: 18px;
  margin-top: -45px;
  margin-bottom: 25px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.newsletter-checkbox {
  width: 100%;
  color: #999ea8;
  text-align: left;
  margin-bottom: 28px;
  padding-left: 30px;
  font-size: 13px;
  line-height: 22px;
}

.checkbox {
  margin-right: 8px;
  font-size: 20px;
}

.features-v2 {
  align-items: flex-start;
  margin-bottom: -20px;
  padding-top: 10px;
  display: flex;
}

.features-v2-info {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.features-v2-list {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.feature-v2-item {
  flex-grow: 1;
  flex-basis: 45%;
  margin: 20px 15px 25px;
  padding-left: 80px;
  position: relative;
}

.background-full {
  width: 100%;
  height: 100vh;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.coming-soon-wrapper {
  max-width: 570px;
  color: #fff;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.coming-soon-text-v1 {
  color: rgba(255, 255, 255, .8);
  margin-top: -4px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

.notify-form {
  width: 430px;
  display: flex;
}

.coming-soon-social-v1 {
  position: fixed;
  top: 30px;
  left: 30px;
}

.coming-soon-copyright-text {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 11px;
  line-height: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.coming-soon-window {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 70px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.coming-soon-text-v2 {
  color: #676b75;
  margin-top: -4px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

.coming-soon-social-v2 {
  width: 100%;
  margin-top: 20px;
}

.play-button {
  width: 70px;
  height: 70px;
  background-color: #fff;
  background-image: url('../images/play-icon.svg');
  background-position: 52%;
  background-repeat: no-repeat;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.play-button.tablet {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.play-button.small {
  width: 50px;
  height: 50px;
  background-size: 16px 16px;
}

.play-wave {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-phone-image {
  max-height: 740px;
}

.dropdown-arrow {
  width: 10px;
  height: 10px;
  color: rgba(255, 255, 255, 0);
  background-image: url('../images/dropdown-arrow-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.dropdown-list {
  margin-top: 10px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  margin-left: -5px;
}

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #469af4;
}

.dropdown-link.w--current {
  color: #282b31;
  font-weight: 700;
}

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

.hero-tablet-image {
  max-height: 720px;
}

.feature-tab-v1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 31px;
  padding-bottom: 26px;
  padding-left: 74px;
  transition: background-color .2s, box-shadow .2s;
}

.feature-tab-v1:hover {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.feature-tab-v1.w--current {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.tab-icon {
  position: absolute;
  top: 30px;
  left: 30px;
}

.text-block {
  text-align: right;
}

.page-header {
  max-width: 570px;
  color: #fff;
  margin: 70px auto 10px;
  display: block;
}

.platform-tab-image {
  max-height: 640px;
}

.hero-video {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-v2-header {
  margin-top: 0;
}

.table {
  max-width: 100%;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 65px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.table-cell {
  height: 48px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.table-cell.column-header {
  font-weight: 700;
}

.table-cell.plus-feature {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/success-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.table-cell.minus-feature {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/minus-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.compare-section {
  background-color: #f8f9fa;
  border-top: 1px solid #e7e8ea;
  margin-top: -135px;
  padding-top: 95px;
  padding-bottom: 120px;
  overflow: hidden;
}

.contact {
  z-index: 100;
  width: 100%;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  transform: translate(0, 30px);
  box-shadow: 0 0 0 30px rgba(40, 43, 49, .3);
}

.dark-close-bg {
  z-index: 100;
  background-color: rgba(40, 43, 49, .3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.style-buttons {
  justify-content: space-around;
  padding-top: 36px;
  padding-bottom: 90px;
  display: flex;
}

.style-element-wrapper {
  flex-direction: column;
  flex: 1;
  padding: 10px 15px;
  display: flex;
}

.style-typography-content {
  flex: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.form-success {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-size: 14px;
}

.form-success.center {
  text-align: center;
  padding-right: 0;
  font-size: 16px;
}

.form-success.trial {
  text-align: center;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-error {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
}

.form-error.notify-form-v2 {
  margin-top: 20px;
}

.form-error.red {
  color: #ff4876;
  background-color: rgba(255, 72, 118, .1);
  border-color: #ff4876;
}

.form-error.footer {
  margin-top: -16px;
}

.style-lists {
  padding-top: 36px;
  display: flex;
}

.checklist {
  text-align: left;
  flex: 1;
}

.checklist-item {
  margin-left: 20px;
  padding-left: 31px;
  position: relative;
}

.checklist-icon {
  width: 16px;
  margin-top: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.style-typography-heading {
  width: 25%;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.style-typography {
  flex-wrap: wrap;
  margin-bottom: -60px;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec -2%, #2fb9f8 99%, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 300px;
  text-align: center;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.table-column {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.preloader {
  z-index: 10000;
  background-image: linear-gradient(135deg, #7956ec, #2fb9f8);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader-content {
  color: #676b75;
  text-align: center;
  padding: 40px;
}

.preloader-icon {
  width: 32px;
  margin-bottom: 8px;
}

.page {
  display: block;
}

.submit-button {
  background-image: linear-gradient(270deg, #469af4, #7956ec);
  border-radius: 15px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.submit-button:hover {
  box-shadow: 0 4px 11px -2px #000;
}

.skrift {
  border-radius: 15px;
}

.form-block {
  background-image: linear-gradient(315deg, rgba(255, 194, 80, .55), rgba(255, 72, 118, .5));
  border-radius: 40px;
  padding: 35px;
  box-shadow: 0 7px 20px -10px #000;
}

.bold-text {
  color: #595d66;
}

.text-span {
  color: #5f5757;
}

.html-embed {
  text-align: center;
  position: static;
}

.html-embed.section-description {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-3 {
  padding-top: 4px;
  font-size: 12px;
}

.section {
  background-color: #282b31;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-4 {
  color: #d3d5da;
  text-align: center;
}

.columns {
  width: 70%;
  flex: 0 auto;
}

.div-block {
  height: 500px;
  background-color: #fa5757;
  box-shadow: 0 10px 11px -14px #000;
}

.div-block.block {
  background-color: rgba(0, 0, 0, 0);
}

.column {
  height: 500px;
  background-color: #cfeb8d;
}

.column.blovk {
  box-shadow: 0 10px 11px -14px #000;
}

.button-2 {
  width: 1003%;
  background-image: url('../images/BuddyExample.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
}

.button-3 {
  width: 375px;
  height: 667px;
  background-image: url('../images/BuddyExample.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .24);
}

.button-3:hover {
  box-shadow: 0 19px 20px 3px rgba(0, 0, 0, .24);
}

.image-6 {
  background-color: #434343;
  border-radius: 20px;
  display: block;
  position: relative;
  bottom: -52px;
  left: -39px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .34);
}

.button-3-copy {
  width: 375px;
  height: 667px;
  background-image: url('../images/BuddyExample.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .24);
}

.button-3-copy:hover {
  box-shadow: 0 19px 20px 3px rgba(0, 0, 0, .24);
}

.button-3-copy.image1 {
  background-image: url('../images/Skjermbilde-2019-06-26-kl.-16.34.56.png');
}

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

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

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

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

html.w-mod-js [data-ix="hide-compare-section"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 600px;
  }

  .hero-section.video {
    height: 510px;
  }

  .hero-section.desktop {
    height: 510px;
    margin-bottom: 0;
  }

  .hero-section.web {
    height: auto;
    margin-bottom: 350px;
  }

  .hero-section.all-platforms {
    height: auto;
    margin-bottom: 180px;
  }

  .hero-section.phone {
    height: 510px;
    margin-bottom: 70px;
  }

  .hero-section.tablet {
    height: 510px;
    margin-bottom: 50px;
  }

  .logo {
    padding-left: 20px;
  }

  .nav-section {
    margin-bottom: -70px;
  }

  .nav-link {
    color: #282b31;
    background-color: #fff;
    padding: 12px 25px;
    font-size: 15px;
    line-height: 30px;
    transition: background-color .2s;
    display: block;
  }

  .nav-link:hover {
    opacity: 1;
    background-color: #e7e8ea;
  }

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

  .nav-link.dropdown:active {
    box-shadow: inset 0 1px rgba(255, 255, 255, .16), inset 0 -1px rgba(255, 255, 255, .16);
  }

  .wrapper, .wrapper.center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    height: 45px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  .button.nav-panel-button {
    height: 35px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    line-height: 15px;
  }

  .button.hero-second-button {
    margin-left: 7px;
    margin-right: 7px;
  }

  .nav-panel {
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
  }

  .nav-menu {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
  }

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

  .grey-section.second-web-feature {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .grey-section.first-web-feature {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .hero-heading {
    margin-bottom: 26px;
    font-size: 25px;
    line-height: 35px;
  }

  .hero-intro-left {
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 10px;
  }

  .hero-intro-left.big-device {
    padding-left: 10px;
  }

  .app-icon {
    width: 70px;
    border-radius: 12px;
    margin-bottom: 24px;
  }

  .app-icon.coming-soon-icon-v2 {
    margin-top: -35px;
  }

  .hero {
    padding-top: 110px;
  }

  .section-header {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .feature-big-icon {
    width: 50px;
    border-radius: 10px;
  }

  .feature-big {
    padding: 6px 19px 60px;
  }

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

  .white-section.press {
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

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

  .footer-description {
    margin-top: 7px;
    font-size: 14px;
  }

  .video-tour-phone {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .video-tour-text {
    font-size: 20px;
    line-height: 30px;
  }

  .big-side-feature.side-feature-blocks {
    margin-bottom: -55px;
    padding-top: 20px;
  }

  .big-feature-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-feature-info.big-device {
    width: 41.6667%;
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .feature-text-big {
    font-size: 15px;
    line-height: 25px;
  }

  .feature-device {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-device.laptop {
    width: 58.3333%;
    flex: 0 auto;
    padding-right: 0;
    left: 30px;
  }

  .feature-device.desktop {
    width: 58.3333%;
    flex: 0 auto;
    margin-bottom: -50px;
    padding-left: 30px;
  }

  .feature-device.web {
    width: 58.3333%;
    flex: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-device.tab-device {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .testimonials-v1 {
    height: 380px;
    padding-top: 40px;
  }

  .review-slide-v1 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-v1 {
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 6px 12px rgba(40, 43, 49, .16);
  }

  .hero-device {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-device.tablet {
    padding-top: 5px;
  }

  .hero-device.desktop {
    padding-top: 0;
    left: -30px;
  }

  .footer-logo, .social-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }

  .store-badge {
    margin-left: 7px;
    margin-right: 7px;
  }

  .feature-cards-big {
    padding-top: 36px;
  }

  .feature-small-container {
    width: 50%;
  }

  .feature-card-v2 {
    flex-basis: 40%;
    margin: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .footer-store-badge {
    margin-left: 7px;
    margin-right: 7px;
  }

  .hero-play-button {
    margin-top: 130px;
  }

  .phone-side-features {
    width: 33.3333%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-feature {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 20px;
  }

  .phone-center {
    width: 33.3333%;
  }

  .side-feature-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .feature-big-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .feature-header-big {
    font-size: 25px;
    line-height: 35px;
  }

  .feature-card-big {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 25px 42px;
  }

  .feature-card-icon {
    width: 50px;
    border-radius: 10px;
  }

  .feature-tabs-wrapper {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .feature-tabs {
    width: 100%;
    margin-bottom: -10px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature-tabs.big {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature-tab-v2 {
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: inset 0 0 0 1px #e7e8ea;
  }

  .feature-tab-v2:hover, .feature-tab-v2.tab-1.w--current {
    border-style: none;
  }

  .download {
    padding-top: 20px;
  }

  .download-text {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .device-big-image {
    width: 600px;
  }

  .device-big-image.tab-big-device {
    float: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .press-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gradient-button {
    height: 45px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  .gradient-button.hero-first-button {
    letter-spacing: .5px;
    margin-bottom: 20px;
    margin-right: 7px;
  }

  .gradient-button.trial-button {
    margin-left: 7px;
    margin-right: 7px;
  }

  .gradient-button.buy-button {
    margin-right: 14px;
  }

  .square-features-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .square-feature {
    padding-left: 30px;
    padding-right: 30px;
  }

  .download-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .download-buttons-contaner {
    text-align: right;
    flex: 0 40%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .square-feature-image {
    height: 360px;
  }

  .video-tour-tablet {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .contact-window {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 40px;
  }

  .input {
    height: 45px;
    padding-top: 8px;
    font-size: 15px;
  }

  .input.text-area {
    margin-left: 0;
    margin-right: 0;
    padding: 11px 20px;
  }

  .input.contact-input {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
  }

  .input.subscribe-input {
    margin-right: 14px;
  }

  .input.trial-input, .input.trial-white-input {
    margin-left: 7px;
    margin-right: 7px;
  }

  .input.footer-subscribe {
    text-align: center;
  }

  .input.trial-email-input {
    margin: 14px 7px;
  }

  .input.notify-input {
    margin-right: 14px;
  }

  .reviews-left-container {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .reviews-right-container {
    padding: 50px 10px 80px 20px;
  }

  .review-v2 {
    width: 100%;
  }

  .reviews-v2-header {
    font-size: 25px;
    line-height: 35px;
  }

  .pricing-v1 {
    flex-wrap: wrap;
  }

  .pricing-v1-info {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .pricing-v1-plans {
    width: 100%;
    flex: 0 auto;
    justify-content: center;
    padding-top: 52px;
  }

  .features-video {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-video-list {
    width: 100%;
  }

  .features-video-preview {
    width: 88.8889%;
    height: 420px;
    flex: 0 auto;
    margin-top: 40px;
  }

  .feature-video-list-item {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-desktop-bottom {
    display: none;
  }

  .trial-form {
    width: 100%;
  }

  .trial-form-wrapper {
    width: 100%;
    padding-top: 26px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .question {
    padding-right: 30px;
  }

  .review-v3-text {
    max-width: 66.6667%;
    font-size: 16px;
    line-height: 30px;
  }

  .review-v3-author {
    font-size: 16px;
  }

  .feature-cards-v2 {
    padding-top: 30px;
  }

  .testimonials-v3 {
    height: 360px;
    padding-top: 30px;
  }

  .pricing-v2 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .pricing-v2-plan {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .pricing-v2-plan.best-plan-v2 {
    overflow: hidden;
  }

  .pricing-v2-price {
    margin-top: 4px;
    font-size: 35px;
    line-height: 76px;
  }

  .pricing-v2-features {
    margin-bottom: 30px;
  }

  .pricing-v2-feature {
    font-size: 14px;
  }

  .subscribe-container {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-v3-author {
    padding-left: 9px;
    padding-right: 9px;
  }

  .footer-v3-nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-intro-center {
    padding-top: 0;
  }

  .hero-device-center {
    margin-top: 30px;
    margin-bottom: -180px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-big-v2 {
    padding: 60px 45px;
  }

  .feature-big-heading-v2 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .video-tour-web {
    max-width: 970px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-v3-plan {
    flex: 45%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-v3 {
    padding-bottom: 40px;
  }

  .pricing-v3.page {
    padding-bottom: 60px;
  }

  .feature-card-v3 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 20px 23px 60px;
  }

  .feature-card-v3-icon {
    height: 60px;
    margin-left: -75px;
    top: 25px;
  }

  .feature-card-v3-heading {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-v5 {
    margin-top: -25px;
    margin-bottom: -70px;
  }

  .footer-v5-nav-list {
    width: 25%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-newsletter {
    width: 50%;
    text-align: center;
    flex: 0 auto;
    order: -1;
    margin-left: 25%;
    margin-right: 25%;
    padding: 20px 10px 50px;
  }

  .feature-cards-v4 {
    margin-top: 55px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .feature-card-v4 {
    padding: 40px 25px;
  }

  .feature-card-v4-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .platforms-bottom-wrapper {
    padding-bottom: 40px;
  }

  .bg-feature-cards {
    flex-direction: column;
    align-items: center;
  }

  .bg-feature-card {
    max-width: 570px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .bg-feature-card.laptop {
    margin-top: 20px;
  }

  .platform-card {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .platform-card-heading {
    margin-top: 0;
    font-size: 16px;
  }

  .features-tour {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .features-tour-info {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-tour-list {
    margin-left: 10px;
    margin-right: 10px;
  }

  .features-tour-list-item {
    padding-left: 90px;
  }

  .feature-tour-list-icon {
    width: 40px;
    border-radius: 8px;
  }

  .feature-icon-left-block {
    margin-top: 35px;
    margin-bottom: 25px;
    margin-left: 5px;
    padding-left: 70px;
  }

  .side-feature-icon {
    top: 0;
    left: 0;
  }

  .trial-form-window {
    width: 80%;
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .trial-form-v2 {
    padding-top: 15px;
  }

  .trial-app-icon {
    width: 70px;
    border-radius: 12px;
    margin-top: -35px;
    margin-bottom: 15px;
  }

  .newsletter-checkbox {
    padding-left: 27px;
  }

  .features-v2 {
    flex-wrap: wrap;
  }

  .features-v2-info {
    width: 100%;
  }

  .features-v2-list {
    width: 100%;
    flex-wrap: wrap;
    flex: 0 auto;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-v2-item {
    margin-left: 10px;
    margin-right: 20px;
    padding-left: 70px;
  }

  .coming-soon-window {
    max-width: 570px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .coming-soon-text-v2 {
    font-size: 14px;
    line-height: 25px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    background-size: 20px 20px;
  }

  .hero-phone-image {
    max-height: 480px;
  }

  .store-badge-image {
    height: 45px;
  }

  .dropdown-arrow {
    background-image: url('../images/dropdown-arrow-icon-grey.svg');
    background-size: auto;
    margin-right: 25px;
    transform: rotate(0);
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
  }

  .dropdown-link {
    color: #282b31;
    background-color: #f8f9fa;
    padding-left: 40px;
    font-size: 14px;
    transition: color .2s;
  }

  .dropdown-link:hover {
    color: #282b31;
    background-color: #e7e8ea;
  }

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

  .menu-button {
    height: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding: 5px 15px 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-tablet-image {
    max-height: 450px;
  }

  .feature-tab-v1 {
    text-align: center;
    flex: 1;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: inset 0 0 0 1px #e7e8ea;
  }

  .feature-tab-v1.w--current {
    border-style: none;
    flex-direction: column;
  }

  .tab-icon {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .page-header {
    font-size: 30px;
    line-height: 45px;
  }

  .platform-tab-image {
    max-height: 440px;
  }

  .hero-video {
    margin-top: -30px;
    padding-top: 0;
  }

  .table {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .table-cell {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .table-cell.text-left {
    justify-content: flex-start;
  }

  .compare-section {
    margin-top: -103px;
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .style-buttons {
    padding-top: 20px;
  }

  .style-element-wrapper, .style-typography-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-success.center {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .form-error {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .form-error.notify-form-v2 {
    margin-top: 14px;
  }

  .form-error.footer {
    margin-bottom: 20px;
  }

  .style-typography-heading {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.video {
    height: 540px;
  }

  .hero-section.desktop {
    height: auto;
    margin-bottom: 150px;
    overflow: visible;
  }

  .hero-section.web {
    margin-bottom: 180px;
  }

  .hero-section.all-platforms {
    height: auto;
    margin-bottom: 130px;
  }

  .hero-section.phone {
    height: 600px;
    margin-bottom: 260px;
  }

  .hero-section.tablet {
    height: auto;
    margin-bottom: 220px;
  }

  .wrapper.side-reviews {
    flex-direction: column;
  }

  .button.feature-video-button {
    margin-top: 40px;
    margin-bottom: -30px;
  }

  .button.beta {
    margin-top: 0;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .button.hero-second-button, .button.try-button {
    margin-left: 7px;
    margin-right: 7px;
  }

  .nav-panel {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .grey-section.second-phone-feature {
    margin-top: -40px;
    padding-bottom: 30px;
  }

  .grey-section.first-web-feature {
    padding-top: 50px;
  }

  .hero-intro-left {
    text-align: center;
    padding-top: 0;
    padding-left: 10px;
  }

  .app-icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .app-icon.middle {
    width: 60px;
    margin-bottom: 19px;
  }

  .app-icon.coming-soon-icon-v2 {
    margin-bottom: 10px;
  }

  .hero {
    flex-direction: column;
    align-items: center;
  }

  .section-header {
    font-size: 25px;
    line-height: 35px;
  }

  .section-header.white-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-big {
    flex: 0 auto;
    padding: 16px 8.33333% 40px;
  }

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

  .white-section.press {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .press-link {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .background-section.page-top {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .footer-v1-column {
    width: 50%;
    padding-bottom: 30px;
  }

  .footer-description {
    max-width: none;
  }

  .footer-bottom-v1 {
    margin-top: 40px;
  }

  .big-side-feature {
    flex-direction: column;
    margin-bottom: -40px;
  }

  .big-side-feature.second {
    margin-bottom: -10px;
  }

  .big-side-feature.side-feature-blocks {
    flex-direction: column-reverse;
    margin-bottom: -85px;
  }

  .big-feature-info {
    width: 100%;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-feature-info.big-device {
    width: 100%;
    padding-bottom: 30px;
  }

  .feature-text-big {
    margin-top: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .feature-device {
    width: 100%;
  }

  .feature-device.laptop {
    width: 100%;
    order: 1;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .feature-device.desktop {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-device.web {
    width: 100%;
    padding-bottom: 30px;
  }

  .feature-device.web.first {
    order: -1;
  }

  .feature-device.phone {
    padding: 30px 20% 50px;
  }

  .testimonials-v1 {
    height: 320px;
    padding-top: 20px;
  }

  .review-slide-v1 {
    width: 100%;
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  .hero-device {
    width: 100%;
    padding-top: 30px;
  }

  .hero-device.tablet {
    margin-bottom: -220px;
    padding-top: 30px;
  }

  .hero-device.desktop {
    margin-bottom: -150px;
    padding-top: 30px;
    position: static;
  }

  .footer-section-v1 {
    padding-top: 30px;
  }

  .footer-v4 {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .footer-logo {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }

  .author-copyright {
    order: 1;
  }

  .social-buttons {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .store-badges {
    padding-top: 16px;
  }

  .feature-cards-big {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .feature-small-container {
    width: 100%;
  }

  .feature-card-v2 {
    width: 50%;
  }

  .footer-v2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
  }

  .footer-right-links {
    width: auto;
    text-align: center;
  }

  .footer-link-v2 {
    float: none;
    padding: 10px;
    display: inline-block;
  }

  .hero-play-button {
    margin-top: 20px;
  }

  .phone-center-features {
    flex-direction: column;
  }

  .phone-side-features {
    width: 100%;
    flex-direction: row;
  }

  .side-feature {
    padding-left: 15px;
    padding-right: 15px;
  }

  .phone-center {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .footer-store-badges {
    width: 100%;
    order: -1;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-card-big {
    width: 80%;
    flex: 0 auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .feature-card-icon {
    margin-bottom: 11px;
  }

  .feature-tabs-wrapper {
    margin-top: 0;
  }

  .feature-tabs {
    padding-top: 30px;
  }

  .feature-tabs.big {
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-tab-v2 {
    text-align: center;
    justify-content: center;
    padding-bottom: 21px;
  }

  .download {
    text-align: center;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-bottom: -10px;
  }

  .download-text {
    padding-left: 50px;
    padding-right: 50px;
  }

  .device-big-image {
    width: 100%;
  }

  .press-container {
    margin-top: 46px;
  }

  .gradient-button.hero-first-button {
    margin-left: 7px;
  }

  .gradient-button.buy-button {
    margin-left: 7px;
    margin-right: 7px;
  }

  .square-features-container {
    margin-top: 10px;
  }

  .square-feature {
    width: 100%;
    padding: 35px 45px 45px;
  }

  .square-feature.second-feature {
    order: 1;
  }

  .download-buttons-contaner {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    padding-top: 0;
  }

  .square-feature-image {
    width: 100%;
    height: 520px;
  }

  .video-tour-tablet {
    padding: 30px 10px 60px;
  }

  .section-description {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .section-description.white-transparent-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-window {
    width: auto;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .input {
    padding-top: 9px;
    font-size: 16px;
  }

  .input.trial-white-input {
    margin-left: 7px;
    margin-right: 7px;
  }

  .reviews-left-container {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-right-style: none;
    align-items: center;
    padding: 60px 10px 30px;
  }

  .stars-left {
    margin-bottom: 14px;
  }

  .reviews-right-container {
    width: 100%;
    flex: 0 auto;
    padding-top: 10px;
  }

  .reviews-v2-header {
    text-align: center;
  }

  .reviews-v2-more-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .reviews-v2-store-link {
    flex-wrap: nowrap;
    font-size: 15px;
  }

  .arrow-icon {
    display: none;
  }

  .pricing-v1-plans {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-v1-plan {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .pricing-v1-plan-name {
    margin-left: -40px;
    margin-right: -40px;
  }

  .pricing-v1-free-plan-name {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-v1-free-plan {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .features-video {
    padding-top: 20px;
  }

  .features-video-preview {
    width: 100%;
    height: 340px;
    margin-top: 20px;
  }

  .hero-desktop-bottom {
    display: none;
  }

  .device-big-center {
    margin-top: 37px;
    margin-bottom: -120px;
  }

  .trial-form {
    margin-bottom: 0;
  }

  .trial-form-wrapper {
    padding-top: 16px;
  }

  .questions-list {
    column-count: 1;
    padding-top: 20px;
  }

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

  .question-text {
    margin-top: 10px;
  }

  .reviews-arrow {
    margin-top: 134px;
    margin-left: 10px;
  }

  .reviews-arrow.right {
    margin-right: 10px;
  }

  .review-v3-avatar {
    margin-bottom: 27px;
  }

  .review-v3 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .review-v3-author {
    margin-top: 22px;
  }

  .feature-cards-v2 {
    display: flex;
  }

  .testimonials-v3 {
    height: 380px;
    padding-top: 20px;
  }

  .pricing-v2 {
    flex-direction: column;
    align-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-v2-plan {
    width: 66.6667%;
  }

  .pricing-v2-plan.best-plan-v2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .subscribe-container {
    margin-top: 46px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-v3 {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-v3-author {
    text-align: center;
    padding-top: 3px;
  }

  .footer-v3-nav {
    flex: 1;
  }

  .hero-device-center {
    margin-bottom: -130px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-big-v2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-big-v2.left-border {
    padding-top: 0;
  }

  .feature-big-heading-v2 {
    font-size: 20px;
    line-height: 30px;
  }

  .video-tour-web {
    height: 320px;
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .pricing-v3-feature {
    padding-top: 10px;
    font-size: 14px;
  }

  .pricing-v3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-v3.page {
    padding-bottom: 40px;
  }

  .ceature-cards-v3 {
    padding-top: 20px;
  }

  .feature-card-v3 {
    flex-basis: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-v5 {
    margin-bottom: -60px;
  }

  .footer-v5-header {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .footer-v5-nav-list {
    text-align: left;
  }

  .footer-v5-nav-link {
    font-size: 12px;
  }

  .footer-newsletter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 80px 40px;
  }

  .feature-cards-v4 {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .feature-card-v4 {
    width: 100%;
  }

  .feature-card-v4.middle-card {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e7e8ea;
    border-bottom-width: 1px;
    border-bottom-color: #e7e8ea;
  }

  .platform-tabs {
    margin-top: 15px;
  }

  .platform-tab-content {
    padding-top: 30px;
    padding-bottom: 21px;
  }

  .platforms-bottom-wrapper {
    margin-top: -109px;
    margin-bottom: -80px;
    padding-top: 140px;
  }

  .bg-feature-cards {
    padding-top: 20px;
  }

  .bg-feature-card {
    padding-left: 30px;
  }

  .testimonials-v4 {
    margin-bottom: 0;
    padding-top: 25px;
  }

  .review-slide-v4 {
    width: 100%;
  }

  .testimonials {
    margin-bottom: 20px;
  }

  .platform-cards {
    padding-top: 35px;
  }

  .platform-card {
    flex-basis: 40%;
    margin-bottom: 20px;
  }

  .features-tour {
    padding-top: 10px;
  }

  .features-tour-info {
    padding-bottom: 20px;
  }

  .features-tour-list-item {
    padding: 15px 20px 20px 80px;
  }

  .feature-tour-list-icon {
    margin-top: 25px;
    margin-left: 20px;
  }

  .feature-icon-left-block {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 29px;
  }

  .trial-form-window {
    width: auto;
    max-width: 100%;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .features-v2-list {
    padding-left: 0;
  }

  .feature-v2-item {
    flex-basis: 80%;
  }

  .background-full {
    min-height: 500px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .coming-soon-text-v1 {
    font-size: 14px;
  }

  .notify-form {
    width: auto;
  }

  .coming-soon-social-v1 {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .coming-soon-copyright-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .coming-soon-window {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-tab-v1 {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .press-logo-image {
    height: 18px;
  }

  .platform-tab-image {
    max-height: 320px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .table {
    border-radius: 0;
    margin-left: -11px;
    margin-right: -11px;
  }

  .table-cell {
    font-size: 13px;
  }

  .compare-section {
    margin-top: -83px;
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .style-buttons {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .form-success.center {
    font-size: 14px;
  }

  .style-lists {
    flex-flow: column wrap;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.video {
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-section.desktop {
    margin-bottom: 60px;
  }

  .hero-section.web {
    margin-bottom: 120px;
  }

  .hero-section.all-platforms {
    margin-bottom: 70px;
  }

  .hero-section.phone {
    height: auto;
    margin-bottom: 257px;
  }

  .button.hero-second-button {
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
  }

  .button.try-button {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .hero-intro-left {
    flex-direction: column;
    display: flex;
  }

  .app-icon {
    margin-bottom: 0;
  }

  .app-icon.coming-soon-icon-v1 {
    margin-bottom: 9px;
  }

  .hero {
    justify-content: center;
    padding-top: 100px;
  }

  .press-link {
    padding: 10px;
  }

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

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

  .footer-description {
    margin-bottom: 17px;
  }

  .footer-bottom-v1 {
    margin-top: 20px;
  }

  .video-tour-section.phone {
    background-size: auto, cover;
  }

  .video-tour-phone {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .big-feature-info {
    margin-left: 0%;
    margin-right: 0%;
  }

  .feature-device.web {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-device.tab-device {
    padding-top: 10px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .feature-device.phone {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-v1 {
    height: 340px;
  }

  .review-slide-v1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-device {
    padding-top: 40px;
  }

  .hero-device.phone {
    justify-content: center;
    align-items: center;
    margin-bottom: -257px;
  }

  .hero-device.tablet {
    padding-top: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-device.desktop {
    margin-bottom: -60px;
    padding: 40px 5px 0;
  }

  .footer-logo {
    padding-left: 10%;
    padding-right: 10%;
  }

  .store-badge {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .store-badges {
    flex-direction: column;
    align-items: center;
  }

  .feature-small-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-card-v2 {
    width: 100%;
    flex-basis: 80%;
  }

  .footer-right-links {
    padding-top: 20px;
  }

  .footer-link-v2 {
    margin-top: 0;
    display: block;
  }

  .footer-store-badge {
    margin: 7px 5px;
  }

  .phone-center-features {
    padding-top: 10px;
  }

  .phone-side-features {
    flex-direction: column;
  }

  .side-feature {
    padding-left: 10px;
    padding-right: 10px;
  }

  .phone-center {
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-store-badges {
    flex-direction: column;
  }

  .feature-card-big {
    width: 100%;
  }

  .feature-tabs {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-tabs.big {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-tab-v2 {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding: 17px 15px 7px;
  }

  .feature-tab-heading {
    font-size: 13px;
  }

  .download-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .press-color-link {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gradient-button.hero-first-button {
    margin-bottom: 14px;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
  }

  .gradient-button.trial-button {
    margin-left: 0;
    margin-right: 0;
  }

  .gradient-button.buy-button {
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .gradient-button.contact-button {
    flex: 1;
  }

  .square-features-container {
    margin-bottom: 0;
  }

  .square-feature {
    padding-left: 25px;
    padding-right: 25px;
  }

  .square-feature-image {
    height: 300px;
  }

  .video-tour-tablet {
    padding-bottom: 50px;
  }

  .section-description {
    line-height: 25px;
  }

  .contact-window {
    padding: 30px 20px;
  }

  .input, .input.text-area, .input.subscribe-input {
    margin-bottom: 14px;
  }

  .input.trial-input, .input.trial-white-input {
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
  }

  .input.trial-email-input {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .input.notify-input, .contact-form {
    margin-bottom: 14px;
  }

  .reviews-right-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-v2 {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-v2.review-reversed {
    flex-direction: row;
  }

  .review-v2-text {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    margin-top: 15px;
  }

  .review-v2-author-info.author-info-reversed {
    flex-direction: row;
  }

  .pricing-v1-plans {
    flex-direction: column;
    padding-top: 42px;
  }

  .pricing-v1-plan {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .pricing-v1-free-plan {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 40px;
  }

  .features-video-preview {
    height: 180px;
  }

  .feature-video-list-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .device-big-center {
    margin-bottom: -100px;
  }

  .trial-form {
    flex-direction: column;
  }

  .trial-form-wrapper, .trial-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .question {
    padding-top: 10px;
  }

  .question-text {
    margin-top: 2px;
  }

  .reviews-arrow {
    margin-top: 30px;
  }

  .review-v3-text {
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-v3 {
    height: 410px;
  }

  .pricing-v2 {
    margin-bottom: -30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-v2-plan {
    width: 100%;
  }

  .subscribe-container {
    margin-top: 26px;
    margin-bottom: 0;
    padding: 30px 20px;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-v3-nav {
    flex: 1;
  }

  .hero-device-center {
    margin-bottom: -70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-big-v2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-big-v2.left-border {
    border-left-style: none;
  }

  .video-tour-web {
    height: 180px;
  }

  .footer-v5-nav-list {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-newsletter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .platform-tab-content {
    height: 220px;
  }

  .platforms-bottom-wrapper {
    margin-top: -80px;
    margin-bottom: -90px;
    padding-top: 121px;
  }

  .bg-feature-card {
    min-height: 320px;
    text-align: center;
    background-position: 50% 160px, 50% 0;
    background-size: 140px, cover;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-feature-card.laptop {
    background-position: 50% 159px, 50% 0;
    background-size: 230px, cover;
  }

  .available-text {
    margin-top: 33px;
  }

  .testimonials-v4 {
    height: 330px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .review-slide-v4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials {
    margin-bottom: 40px;
  }

  .review-v4-avatar {
    width: 40px;
    margin-top: 5px;
  }

  .review-v4-author-name {
    margin-left: 50px;
    font-size: 14px;
  }

  .review-v4-author-text {
    margin-left: 50px;
  }

  .review-v4-social-icon {
    margin-top: 8px;
    margin-right: 0;
  }

  .platform-cards {
    margin-bottom: -10px;
    padding: 20px 5px 0;
  }

  .platform-card {
    flex-basis: 40%;
    margin-bottom: 10px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 30px 20px 15px;
  }

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

  .features-tour {
    padding-bottom: 0;
  }

  .features-tour-list-item {
    width: 100%;
    padding-left: 75px;
  }

  .features-video-tour {
    font-size: 14px;
  }

  .feature-icon-left-block {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 0;
  }

  .side-feature-icon {
    width: 40px;
    border-radius: 8px;
  }

  .trial-form-window {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .trial-form-v2 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .newsletter-checkbox {
    padding-left: 20px;
  }

  .features-v2-list {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-v2-item {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
  }

  .background-full {
    min-height: 600px;
  }

  .coming-soon-text-v1 {
    font-size: 14px;
    line-height: 25px;
  }

  .notify-form {
    flex-direction: column;
  }

  .coming-soon-copyright-text {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .coming-soon-window {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .coming-soon-social-v2 {
    margin-top: 14px;
  }

  .play-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .play-button.small {
    width: 40px;
    height: 40px;
    background-size: 12px 12px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .feature-tab-v1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .press-logo-image {
    height: 16px;
  }

  .platform-tab-image {
    max-height: 180px;
  }

  .table {
    margin-top: 40px;
  }

  .table-cell {
    padding: 12px 8%;
    font-size: 11px;
    line-height: 14px;
  }

  .tabs-content {
    overflow: visible;
  }

  .form-error.red {
    margin-top: 14px;
  }

  .button-3, .button-3-copy {
    width: 200px;
    height: 350px;
  }
}


@font-face {
  font-family: 'Nevis';
  src: url('../fonts/nevis.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}