body {
  padding-top: 59px;
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #d7d9de;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #f2f4f7;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  color: #f2f4f7;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-transform: capitalize;
}

h3 {
  margin: 10px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 0px 0px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #a5a7ad;
  font-size: 14px;
  line-height: 22px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  margin-left: 14px;
  padding: 13px 24px;
  border-radius: 2px;
  background-color: #0ac278;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.button:hover {
  background-color: #0ac2c2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px transparent, inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.button:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.26), inset 0 2px 5px 0 transparent, inset 0 2px 2px 1px rgba(0, 0, 0, 0.16);
}

.button.form {
  width: 27%;
  margin-right: 0px;
  padding: 9px 10px;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #6e7278;
  color: hsla(0, 0%, 100%, 0.68);
}

.button.form:hover {
  background-color: #80858c;
  color: hsla(0, 0%, 100%, 0.94);
}

.button.form:active {
  background-color: #168c5d;
}

.button.on-white {
  box-shadow: 0 0 0 1px transparent, inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 transparent;
}

.button.contact {
  margin-bottom: 17px;
  padding: 18px 53px;
  background-color: #0f8ad1;
  font-size: 18px;
}

.button.sign-up {
  padding: 18px 53px;
  font-size: 19px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #2c2f30;
}

.nav-link {
  display: block;
  padding: 20px;
  float: left;
  border: 1px none #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  border-bottom: 5px solid #d7d9de;
  background-color: #3f4345;
  color: #fff;
}

.nav-link.right {
  margin-top: 14px;
  margin-bottom: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: right;
  border: 1px solid #5f6266;
  border-radius: 2px;
}

.nav-link.ng {
  margin-top: 2px;
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.logo-text {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 3px;
  border-bottom: 3px solid #d7d9de;
  border-left: 5px solid #d7d9de;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
}

.logo-text:hover {
  border-bottom-color: #4c709e;
}

.logo-text.footer {
  color: #d7d9de;
}

.nav-menu {
  position: relative;
  display: block;
  overflow: auto;
  width: auto;
  margin-left: 100px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-wrapper {
  width: 12%;
}

.section {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1d1f21;
}

.section.hero {
  display: block;
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: transparent;
  background-image: linear-gradient(315deg, rgba(17, 201, 247, 0.59), rgba(69, 110, 196, 0.51) 49%, rgba(113, 32, 153, 0.45));
  background-position: 0px 0px;
  color: #fff;
  text-align: center;
}

.section.darkgrey {
  display: block;
  background-color: #2b2d30;
}

.section.darkgrey.how-to {
  display: block;
}

.section.darkestgrey {
  display: block;
  background-color: #1d1f21;
}

.section.press {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
}

.section.black {
  display: block;
  background-color: #000;
}

.section.sign-up {
  display: block;
  background-color: #000;
  background-image: linear-gradient(312deg, rgba(136, 92, 156, 0.63) 6%, rgba(143, 90, 166, 0.8));
  color: #ebedf2;
}

.section.white {
  background-color: #fff;
  color: #1d1f21;
}

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

.section.about-image {
  height: 500px;
  background-image: url('../images/cyberpunkrobot.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.huge-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 28px;
  padding-bottom: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 94px;
  line-height: 88px;
  font-weight: 800;
  letter-spacing: 0px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.subtitle {
  margin-bottom: 40px;
  font-family: 'Roboto Slab', sans-serif;
  color: rgba(242, 246, 252, 0.75);
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.subtitle.pricing {
  margin-bottom: 0px;
  font-size: 18px;
}

.subtitle.content-pages {
  margin-bottom: 0px;
}

.outline-button {
  display: inline-block;
  margin-left: 15px;
  padding: 11px 24px;
  border: 2px solid hsla(0, 0%, 100%, 0.54);
  border-radius: 2px;
  -webkit-transition: border-color 200ms ease, color 500ms ease;
  transition: border-color 200ms ease, color 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.outline-button:hover {
  border-color: #fff;
  color: #fff;
}

.outline-button:active {
  border-color: hsla(0, 0%, 100%, 0.78);
  background-color: rgba(0, 0, 0, 0.2);
  color: hsla(0, 0%, 100%, 0.78);
}

.slide {
  background-color: #6e4040;
}

.press-title {
  font-family: 'Roboto Slab', sans-serif;
  color: #696969;
  text-transform: uppercase;
}

.press-image-wrapper {
  width: 16.66%;
  float: left;
  text-align: center;
}

.press-image-wrapper.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.press-logo {
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.press-logo:hover {
  opacity: 0.48;
}

.footer-link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #909499;
  white-space: normal;
}

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

.field-left {
  width: 73%;
  margin-bottom: 10px;
  float: left;
  border-style: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #5f6266;
  color: #d7d9de;
}

.field-left:focus {
  background-color: #525559;
  box-shadow: 0 0 6px 0 transparent;
}

.success-message {
  background-color: #5f6266;
}

.success-message.big {
  padding: 41px;
}

.no-spam {
  margin-top: 10px;
  clear: both;
  color: #5f6266;
  font-size: 11px;
}

.social-link {
  margin-right: 11px;
  opacity: 0.29;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.74;
}

.sign-up-column {
  padding-top: 9px;
  text-align: center;
}

.sign-up-title {
  margin-bottom: 7px;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.small-heading {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

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

.image-crop {
  overflow: hidden;
  height: 500px;
  margin-bottom: -80px;
}

.image-crop.ipad {
  height: 425px;
}

.image-crop.iphone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-crop.hero {
  position: relative;
  display: block;
  width: 492px;
  height: 200px;
  margin: 100px auto -130px;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.image-crop.hero:hover {
  height: 300px;
}

.feature-icon-wrapper {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  padding-top: 13px;
  float: left;
  border: 2px solid #5f6266;
  text-align: center;
}

.feature-list {
  margin-top: 24px;
}

.feature-list.no-padding {
  margin-top: 0px;
}

.feature-item {
  margin-top: 12px;
}

.feature-icon {
  opacity: 0.81;
}

.feature-text {
  margin-top: 6px;
  color: #8f9196;
  font-size: 12px;
  line-height: 15px;
}

.feature-text.title {
  margin-top: 11px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #d7d9de;
  font-size: 16px;
  font-weight: 400;
}

.pricing-column {
  display: block;
  background-color: #2c2f30;
}

.pricing-row {
  margin-top: 28px;
  margin-bottom: 19px;
}

.plan-title {
  padding: 19px 15px;
  border-bottom: 3px solid rgba(218, 224, 232, 0);
  font-size: 21px;
  text-align: center;
}

.plan-title.pro {
  border-bottom-color: transparent;
  background-color: rgba(215, 217, 222, 0.09);
}

.price {
  margin-top: 36px;
  margin-bottom: 13px;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  line-height: 41px;
  font-weight: 300;
  text-align: center;
}

.per-month {
  margin-bottom: 25px;
  color: #6f7378;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.price-feature {
  padding: 10px 19px;
  font-size: 16px;
  text-align: center;
}

.price-feature.deactivate {
  color: rgba(215, 217, 222, 0.7);
  text-decoration: line-through;
}

.get-started-link {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 18px;
  -webkit-transition: color 200ms ease, border-color 500ms ease;
  transition: color 200ms ease, border-color 500ms ease;
  color: #0bd685;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.get-started-link:hover {
  color: #fff;
}

.get-started-link.pricing {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
}

.get-started-link.in-hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.get-started-link.in-hero:hover {
  color: #000;
}

.get-started-link.simple {
  margin-top: 18px;
  margin-bottom: 18px;
  border-bottom: 3px solid rgba(215, 217, 222, 0.2);
  color: #d7d9de;
}

.get-started-link.simple:hover {
  border-bottom-color: rgba(215, 217, 222, 0.56);
  color: #e8eaed;
}

.support {
  text-align: right;
}

.no-pad-section {
  display: block;
  background-color: #1d1f21;
}

.padded-column {
  padding: 66px 32px;
}

.padded-column.picture {
  height: 366px;
  background-image: url('../images/Horizontal_Poster_Frame_Mockup_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.width-limiter {
  max-width: 500px;
}

.question {
  margin-top: 52px;
  margin-bottom: 8px;
  color: #f2f4f7;
  font-size: 19px;
  font-weight: 400;
}

.question.help {
  margin-top: 0px;
  margin-bottom: 0px;
}

.need-help-row {
  margin-top: 41px;
  padding: 29px;
  background-color: rgba(95, 98, 102, 0.54);
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.contact-text {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-transform: none;
}

.more-questions {
  margin-right: 22px;
  float: left;
}

.service-block {
  padding: 12px;
  background-color: #2c2f30;
}

.number {
  text-align: center;
}

.service-title {
  text-align: center;
}

.field {
  height: 52px;
  margin-bottom: 21px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #5f6266;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: background-color 250ms ease, box-shadow 250ms ease;
  transition: background-color 250ms ease, box-shadow 250ms ease;
  color: #fff;
  font-size: 16px;
}

.field:hover {
  background-color: #515357;
}

.field:focus {
  border-color: #0f8ad1;
  box-shadow: inset 0 0 0 2px #0f8ad1;
}

.field.left {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.field.right {
  width: 49%;
  float: left;
}

.testimonial-wrapper {
  border-radius: 3px;
}

.testimonials-title {
  margin-bottom: 11px;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(165, 167, 173, 0.54);
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}

.testimonial {
  margin-top: 25px;
  margin-bottom: 7px;
  font-family: 'Roboto Slab', sans-serif;
  color: #a0a2a8;
  font-size: 17px;
}

.testimonials-author {
  padding-left: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #85878c;
  font-size: 16px;
}

.testimonials-column {
  padding-left: 0px;
}

.testimonials-block {
  margin-left: 16px;
  padding-left: 17px;
  border-left: 1px solid #5f6266;
}

.sign-up-form {
  padding-right: 23px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.22);
}

.column {
  display: none;
}

.column-2 {
  display: none;
}

.c-main-container {
  width: 500px;
  height: 500vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px none transparent;
  background-color: #242424;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(145deg, rgba(15, 138, 209, 0.5), rgba(208, 0, 255, 0.3)), url('../images/Home.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.body {
  margin-left: 0px;
  padding-top: 0px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-image: none;
  background-size: auto;
}

.c-nav {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  width: 500px;
  max-width: 100%;
  margin: 0px auto 70px;
  padding-top: 0px;
  padding-left: 0px;
  border-radius: 0px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-nav_links1 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #000;
  background-color: #ff0;
}

.c-nav_links1.w--current {
  padding-top: 9px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 0px;
  background-color: #2c2f30;
  color: #0bd685;
  text-align: center;
}

.c-tab-content {
  min-height: 100vh;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 150px;
  padding-right: 15px;
  padding-left: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1d1f21));
  background-image: linear-gradient(180deg, transparent, #1d1f21);
}

.s-navi-head {
  padding-left: 0px;
  text-align: left;
  text-transform: capitalize;
}

.s-navi {
  background-color: #111;
}

.s-navi-block {
  margin-left: 0px;
  padding-left: 0px;
  border-left: 2px solid #fff;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 500px;
  min-height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0bd685;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 5px;
  direction: ltr;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  text-shadow: 1px 1px 1px #000;
  -webkit-column-count: 0;
  column-count: 0;
  white-space: normal;
}

.brand {
  bottom: auto;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
}

.icon {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 25px;
  color: #fff;
}

.menu-button-2 {
  margin-left: 0px;
  padding: 7px 25px;
}

.menu-button-2.w--open {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #2c2f30;
}

.nav-link-2 {
  background-color: #2c2f30;
  color: #fff;
  text-transform: uppercase;
}

.nav-link-2:hover {
  background-color: rgba(44, 47, 48, 0.75);
}

.nav-link-3 {
  background-color: #2c2f30;
  color: #fff;
  text-transform: uppercase;
}

.nav-link-3:hover {
  background-color: rgba(44, 47, 48, 0.75);
}

.nav-link-4 {
  background-color: #2c2f30;
  color: #fff;
  text-transform: uppercase;
}

.nav-link-4:hover {
  background-color: rgba(44, 47, 48, 0.75);
}

.container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link-5 {
  background-color: #2c2f30;
  color: #fff;
  text-transform: uppercase;
}

.nav-link-5:hover {
  background-color: rgba(44, 47, 48, 0.75);
}

.image {
  padding-left: 0px;
}

.container-2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

.heading-2 {
  text-transform: capitalize;
}

.nav-link-6 {
  display: none;
  overflow: visible;
  background-color: #2c2f30;
  color: #fff;
  text-transform: uppercase;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: none;
  width: 400px;
  height: 450px;
  margin-top: 230px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #d7d9de;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 214, 133, 0.75)), to(rgba(255, 0, 238, 0.35)));
  background-image: linear-gradient(180deg, rgba(11, 214, 133, 0.75), rgba(255, 0, 238, 0.35));
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-2 {
  display: block;
  width: 400px;
  height: 450px;
  padding: 25px;
  text-align: center;
}

.heading-3 {
  padding-top: 15px;
  text-shadow: 4px 4px 6px #000;
}

.button-2 {
  padding: 5px 75px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(215, 217, 222, 0.75);
  border-radius: 10px;
  background-color: rgba(255, 225, 0, 0.81);
  color: #1d1f21;
}

.button-2:hover {
  background-color: rgba(11, 214, 133, 0.75);
  color: #000;
}

.desktop-box {
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: -10px;
  margin-left: 0px;
  background-color: rgba(43, 45, 48, 0.47);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 98, 102, 0.5)), to(rgba(95, 98, 102, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(17, 201, 247, 0.59)), to(rgba(17, 201, 247, 0.59)));
  background-image: linear-gradient(180deg, rgba(95, 98, 102, 0.5), rgba(95, 98, 102, 0.5)), linear-gradient(180deg, rgba(17, 201, 247, 0.59), rgba(17, 201, 247, 0.59));
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #2c2f30;
}

.container-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 75px;
}

.button-3 {
  margin: 45px;
}

.dropdown {
  margin: 40px 100px 40px 40px;
}

.dropdown-list {
  background-color: #5f6266;
}

.dropdown-list.w--open {
  background-color: rgba(11, 214, 133, 0.35);
}

.speak-link {
  text-decoration: none;
}

.speak-link:hover {
  background-color: rgba(11, 214, 133, 0.75);
}

.speak-link.w--current {
  background-color: rgba(0, 0, 0, 0.17);
  color: #fff;
}

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

.container-4 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3.phone-card {
  margin: 25px 10px;
  padding: 0px;
}

.image-2 {
  padding: 0px;
}

.image-3 {
  padding: 0px;
}

.image-4 {
  padding: 0px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 10px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5.phone-card {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-5 {
  margin-top: 0px;
}

.slide-2 {
  height: 500px;
  margin-bottom: 2px;
  background-color: #2c2f30;
}

.slide-3 {
  background-color: #2c2f30;
  color: #2c2f30;
}

.section-2.is--slider {
  position: relative;
  z-index: 2;
  margin-bottom: 5em;
}

.container-6 {
  width: 100%;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  padding: 4.06em;
}

.container-6.is--slider {
  padding-top: 0em;
  padding-bottom: 0em;
}

.control__arrow {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.5em;
  height: 1.3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.control__arrow.is--flipped {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.splide__slide {
  width: 33.333333333333336%;
  height: 40vw;
  min-height: 41.88em;
  padding-right: 0.52em;
  padding-left: 0.52em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.control {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 3.33em;
  height: 3.33em;
  margin-right: 0.5em;
  margin-left: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #0d0628;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #0d0628;
}

.control:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.slider__wave {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  margin-top: -0.6vw;
}

.slider__wave.is--bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -0.6vw;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.control__fill {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  border-radius: 50%;
  background-color: #0d0628;
}

.controls {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.the-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.a-block {
  overflow: hidden;
  width: 300px;
  height: 40vh;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: hsla(0, 0%, 87.1%, 0.72);
  box-shadow: 0 0 100px 8px rgba(205, 43, 177, 0.25);
}

.gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  text-align: center;
}

.button-4 {
  margin-top: 20px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: #0bd685;
}

.button-5 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #0bd685;
}

.button-6 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #0bd685;
}

.button-7 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #0bd685;
}

.button-8 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #0bd685;
}

.button-9 {
  margin-top: 20px;
  background-color: #0bd685;
}

.button-10 {
  margin-top: 20px;
}

.button-11 {
  margin-top: 20px;
}

.button-12 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #0bd685;
}

.button-13 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #0bd685;
}

.button-14 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #0bd685;
}

.button-15 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #0bd685;
}

.mobile-box {
  margin-top: -10px;
  background-image: linear-gradient(180deg, rgba(95, 98, 102, 0.5), rgba(95, 98, 102, 0.5)), linear-gradient(127deg, rgba(11, 214, 133, 0.75), rgba(255, 225, 0, 0.75));
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.ipad-box {
  margin-top: -10px;
  background-image: linear-gradient(180deg, rgba(95, 98, 102, 0.5), rgba(95, 98, 102, 0.5)), linear-gradient(300deg, rgba(93, 57, 255, 0.75), rgba(255, 75, 75, 0.75));
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.heading-4 {
  margin-top: 10px;
  padding-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.body-2 {
  padding-top: 0px;
  background-image: url('../images/Home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.button-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(44, 47, 48, 0.5);
  text-align: center;
  text-transform: uppercase;
}

.button-16:hover {
  background-color: rgba(100, 17, 255, 0.5);
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #e0e0e0;
  text-align: center;
}

.heading-6 {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #b6b7b9;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.ipad-block {
  margin-bottom: 25px;
  text-align: center;
}

.phone-block {
  margin: 10px 25px 30px;
  text-align: center;
}

.phone-img {
  margin: 10px 10px 10px 0px;
}

.heading-7 {
  text-shadow: 4px 4px 6px #000;
}

.heading-8 {
  text-shadow: 4px 4px 6px #000;
}

.div-block-6 {
  display: block;
  max-width: 400px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-6 {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-8 {
  margin: 10px;
}

.div-block-9 {
  margin: 10px;
}

.html-embed {
  border: 5px solid #1d1f21;
  border-radius: 0px;
  background-image: linear-gradient(180deg, rgba(44, 47, 48, 0.99), rgba(44, 47, 48, 0.99)), linear-gradient(118deg, rgba(15, 138, 209, 0.3), rgba(255, 0, 238, 0.3)), url('../images/graffiti.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.column-1 {
  display: block;
}

.container-7 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.html-embed-2 {
  width: auto;
  max-width: 200px;
}

.heading-9 {
  display: block;
  text-align: center;
}

.heading-10 {
  text-align: center;
}

.html-embed-3 {
  margin-top: 10px;
  text-align: center;
}

.html-embed-4 {
  margin-left: 0px;
}

.html-embed-5 {
  margin-left: 0px;
}

.div-block-10 {
  margin-bottom: 60px;
  margin-left: 0%;
  padding: 50px;
}

.heading1 {
  margin-top: 0px;
  text-transform: uppercase;
}

.button-17 {
  background-color: #5d5d5d;
  color: #ecf0f1;
}

.button-17:hover {
  border: 2px solid #000;
  border-radius: 0px;
  background-color: #25ccbf;
  color: #333;
}

.paragraph {
  color: #e6e6e6;
}

.paragraph-2 {
  color: #e6e6e6;
}

.paragraph-3 {
  color: #e6e6e6;
}

.paragraph-4 {
  color: #e6e6e6;
}

.div-block-11 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 15px;
  margin-right: 15px;
  padding-top: 0px;
  padding-right: 0px;
}

.image-7 {
  padding-right: 0px;
}

.popup-background {
  position: fixed;
  z-index: 20;
  display: none;
  width: 100vw;
  height: 100vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.6), hsla(0, 0%, 100%, 0));
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-12 {
  display: block;
  margin: 25px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #2c2f30;
}

.container-8 {
  margin-bottom: 0px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  color: #fff;
}

.icon-2 {
  color: #fff;
}

.image-8 {
  display: none;
}

.image-9 {
  text-align: center;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-18 {
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #ec383b;
}

.image-10 {
  margin-left: 0px;
}

.link-block {
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: rgba(0, 30, 255, 0.75);
}

.link-block:hover {
  background-color: #0bd685;
}

.button-19 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #0bd685;
}

.div-block-13 {
  text-align: center;
}

.div-block-14 {
  text-align: center;
}

.div-block-15 {
  text-align: center;
}

.div-block-16 {
  text-align: center;
}

.image-11 {
  margin-top: 15px;
  border: 2px solid #0f8ad1;
  border-radius: 10px;
}

.image-12 {
  border: 2px solid #0f8ad1;
  border-radius: 10px;
}

.image-13 {
  border: 2px solid #0f8ad1;
  border-radius: 10px;
}

.image-14 {
  border: 2px solid #0f8ad1;
  border-radius: 10px;
}

.image-15 {
  border: 2px solid #0f8ad1;
  border-radius: 10px;
}

.image-16 {
  border: 2px solid #0f8ad1;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .button {
    background-color: #0bd685;
  }

  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    float: none;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.2);
  }

  .nav-link:hover {
    background-color: #5f6266;
  }

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

  .nav-link.right {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    border-style: none;
  }

  .nav-link.ng {
    border-style: none;
    border-width: 2px;
    border-radius: 0px;
  }

  .nav-menu {
    width: 100%;
    background-color: #000;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.28);
  }

  .menu-button {
    color: #fff;
  }

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

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

  .section.hero {
    padding-top: 78px;
    padding-bottom: 104px;
  }

  .huge-heading {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .subtitle {
    font-size: 19px;
    line-height: 25px;
  }

  .press-image-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .press-image-wrapper.title {
    padding-top: 12px;
  }

  .small-heading {
    font-size: 34px;
  }

  .image-crop {
    height: 451px;
    margin-bottom: -80px;
    border-bottom: 2px solid #a5a7ad;
  }

  .image-crop.ipad {
    height: 449px;
    margin-bottom: -80px;
  }

  .image-crop.iphone {
    height: 489px;
    margin-bottom: -80px;
  }

  .image-crop.hero {
    height: 250px;
    margin-bottom: -105px;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .image-crop.hero:hover {
    height: 250px;
  }

  .price-feature {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .get-started-link.pricing {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .padded-column.picture {
    height: 436px;
    background-size: cover;
  }

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

  .dropdown {
    margin-right: 40px;
  }

  .div-block-3.phone-card {
    text-align: center;
  }

  .phone-card {
    text-align: center;
  }

  .div-block-5.phone-card {
    padding: 5px;
    text-align: center;
  }

  .container-6 {
    padding-right: 3em;
    padding-left: 3em;
  }

  .button-4 {
    text-align: center;
  }

  .button-5 {
    text-align: center;
  }

  .div-block-10 {
    margin-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .navbar {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section {
    padding: 40px 20px;
  }

  .section.hero {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section.press {
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
  }

  .section.sign-up {
    text-align: center;
  }

  .section.about-image {
    height: 280px;
  }

  .huge-heading {
    font-size: 50px;
    line-height: 48px;
  }

  .subtitle.pricing {
    margin-bottom: 16px;
  }

  .press-title {
    display: block;
  }

  .press-image-wrapper {
    width: 33%;
  }

  .press-image-wrapper.title {
    width: 100%;
    padding-top: 5px;
  }

  .small-heading {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
  }

  .image-crop {
    margin-bottom: 36px;
    border-style: none none solid;
    border-width: 2px;
    border-color: #a5a7ad;
    text-align: center;
  }

  .image-crop.ipad {
    margin-bottom: 36px;
  }

  .image-crop.iphone {
    height: 389px;
    margin-bottom: -40px;
    border-bottom-style: none;
  }

  .image-crop.hero {
    width: auto;
    margin-bottom: -75px;
  }

  .feature-list {
    margin-bottom: 20px;
  }

  .pricing-column {
    margin-right: 33px;
    margin-left: 33px;
  }

  .pricing-row {
    margin-top: 9px;
  }

  .get-started-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .get-started-link.simple {
    display: inline-block;
  }

  .support {
    text-align: center;
  }

  .all-devices-image {
    width: 50%;
  }

  .padded-column {
    padding: 41px 30px;
  }

  .padded-column.picture {
    height: 246px;
  }

  .question {
    margin-top: 32px;
  }

  .contact-text {
    clear: left;
  }

  .service-block {
    margin-bottom: 19px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .field.left {
    width: 49%;
    margin-right: 3%;
  }

  .field.right {
    width: 48%;
  }

  .testimonials-column {
    padding: 16px 22px 22px;
    border: 2px solid rgba(95, 98, 102, 0.79);
  }

  .sign-up-form {
    padding-right: 0px;
    border-right-style: none;
  }

  .center {
    text-align: center;
  }

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

  .footer-column {
    margin-bottom: 33px;
  }

  .c-tab-content {
    padding-top: 200px;
  }

  .popup {
    display: none;
  }

  .desktop-box {
    margin-top: -10px;
    margin-bottom: 0px;
  }

  .container-3 {
    margin-top: -30px;
  }

  .dropdown {
    margin-right: 20px;
  }

  .div-block-5.phone-card {
    margin-right: 10px;
    padding: 0px;
  }

  .section-2.is--slider {
    margin-bottom: 9.9em;
  }

  .container-6 {
    padding-right: 4.9em;
    padding-left: 4.9em;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-right: 0.92em;
    padding-left: 0.92em;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .div-block-9 {
    display: block;
  }

  .popup-background {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
    margin-right: 45px;
    margin-bottom: 14px;
    margin-left: 45px;
    white-space: normal;
  }

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

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

  .section.hero {
    padding: 54px 20px;
  }

  .section.footer {
    margin-top: 0px;
  }

  .section.sign-up {
    padding-bottom: 40px;
  }

  .subtitle {
    margin-bottom: 29px;
  }

  .outline-button {
    display: block;
    width: 100%;
    margin-left: 0px;
  }

  .press-image-wrapper {
    width: 100%;
    height: 47px;
  }

  .footer-link {
    white-space: normal;
  }

  .small-heading {
    font-size: 21px;
    line-height: 26px;
  }

  .image-crop {
    height: 270px;
  }

  .image-crop.iphone {
    height: 325px;
  }

  .pricing-column {
    margin-right: 0px;
    margin-left: 0px;
  }

  .all-devices-image {
    width: 70%;
  }

  .padded-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .padded-column.picture {
    height: 226px;
  }

  .field.left {
    width: 100%;
    margin-right: 0%;
  }

  .field.right {
    width: 100%;
  }

  .center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-column {
    white-space: nowrap;
  }

  .ipad-image {
    padding-right: 14px;
    padding-left: 14px;
  }

  .iphone-image {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-main-container {
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    background-position: 0px 0px;
  }

  .body {
    background-image: url('../images/Home.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
    background-clip: padding-box;
    -webkit-text-fill-color: inherit;
  }

  .c-nav {
    left: 0px;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-nav_links1 {
    padding-right: 18px;
    padding-left: 18px;
  }

  .c-nav_links1.w--current {
    padding-right: 20px;
    padding-left: 20px;
    white-space: pre-wrap;
  }

  .c-tab-content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 250px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 89, 102, 0.19)), to(rgba(184, 3, 208, 0.24)));
    background-image: linear-gradient(180deg, rgba(0, 89, 102, 0.19), rgba(184, 3, 208, 0.24));
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .navbar-2 {
    width: auto;
    max-width: 500px;
    min-height: 0px;
    background-color: transparent;
  }

  .popup {
    display: none;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 214, 133, 0.75)), to(rgba(255, 0, 238, 0.35)));
    background-image: linear-gradient(180deg, rgba(11, 214, 133, 0.75), rgba(255, 0, 238, 0.35));
  }

  .div-block-2 {
    width: 300px;
    padding: 20px;
  }

  .heading-3 {
    font-size: 15px;
  }

  .container-3 {
    margin-top: -45px;
  }

  .dropdown {
    margin-right: 0px;
  }

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

  .container-5 {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .phone-img {
    margin-left: 0px;
  }

  .heading-7 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    white-space: nowrap;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .image-7 {
    display: inline-block;
  }

  .tabs-content {
    background-color: transparent;
  }

  .tabs {
    background-color: transparent;
  }

  .text-block {
    color: #fff;
  }

  .icon-2 {
    color: #fff;
  }
}

