:root {
  --dark-slate-gray: #2c2f30;
  --green: #9fbc0b;
  --dim-gray: #5f6266;
  --dim-gray-2: #5f6266;
  --dddd: #93ad0c;
  --gainsboro: #d7d9de;
  --black: #1d1f21;
  --dark-gray: #a5a7ad;
  --spring-green: #0bd685;
  --dodger-blue: #0f8ad1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

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

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

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

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

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

a {
  text-decoration: underline;
}

.button {
  background-color: var(--dark-slate-gray);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px #0000001a;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 0 0 1px #0000001c, inset 0 -34px 50px -25px #00000029, inset 0 1px #ffffff4d;
}

.button:hover {
  box-shadow: 0 0 0 1px #0000001c, inset 0 -34px 50px -25px #0000, inset 0 1px #ffffff4d;
}

.button:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px #00000042, inset 0 2px 5px #0000, inset 0 2px 2px 1px #00000029;
}

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

.button.form:hover {
  color: #fffffff0;
  background-color: #80858c;
}

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

.button.on-white {
  box-shadow: 0 0 0 1px #0000, inset 0 -34px 50px -25px #00000029, inset 0 1px #0000;
}

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

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

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

.nav-link {
  float: left;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  padding: 20px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.nav-link:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #9fbc0b;
  background-clip: border-box;
}

.nav-link.w--current {
  color: #fff;
  text-align: center;
  background-color: #3f4345;
  flex: 1;
}

.nav-link.w--current:hover {
  background-color: #9fbc0b;
}

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

.logo-text {
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 3px solid #5f6266;
  margin-top: 18px;
  padding-bottom: 3px;
  font-size: 21px;
  font-weight: 500;
  transition: border-color .2s;
  display: inline-block;
}

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

.logo-text.footer {
  color: #5f6266;
}

.nav-menu {
  float: left;
  text-align: center;
  width: 88%;
  display: none;
  position: relative;
  left: auto;
}

.brand-wrapper {
  width: 12%;
}

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

.section.hero {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

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

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

.section.press {
  background-color: #000;
  padding-top: 29px;
  padding-bottom: 29px;
  display: block;
}

.section.black {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.section.footer {
  display: block;
}

.section.sign-up {
  color: #ebedf2;
  background-color: #000;
  background-image: linear-gradient(#92ac0b, #92ac0b);
  display: block;
}

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

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

.section.about-image {
  background-image: url('../images/team.jpg');
  background-position: 50%;
  background-size: cover;
  height: 330px;
}

.huge-heading {
  color: #9fbc0b;
  letter-spacing: 0;
  text-shadow: 0 3px #0000001a;
  margin-top: 0;
  margin-bottom: 28px;
  padding-bottom: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 94px;
  font-weight: 800;
  line-height: 88px;
  display: block;
}

.subtitle {
  color: #000000e8;
  text-align: left;
  text-shadow: 0 2px #0000001a;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.subtitle.pricing {
  text-shadow: none;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.outline-button {
  color: #ffffffa6;
  border: 2px solid #9bb80c;
  border-radius: 2px;
  margin-left: 15px;
  padding: 11px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, color .5s;
  display: inline-block;
}

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

.outline-button:active {
  color: #ffffffc7;
  background-color: #0003;
  border-color: #ffffffc7;
}

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

.press-title {
  color: #61a72a;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: -17px;
  font-family: Roboto Slab, sans-serif;
  display: flex;
}

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

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

.press-logo {
  opacity: .35;
  width: 60px;
  transition: opacity .2s;
}

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

.footer-link {
  color: #909499;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

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

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

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

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

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

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

.social-link {
  opacity: .29;
  margin-right: 11px;
  transition: opacity .2s;
}

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

.sign-up-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-top: 9px;
  display: flex;
}

.sign-up-title {
  text-shadow: 0 2px #0000001a;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
}

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

.image-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: 5px;
  display: block;
}

.image-crop {
  justify-content: center;
  align-items: center;
  height: 431px;
  margin-bottom: -80px;
  display: flex;
  overflow: hidden;
}

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

.image-crop.iphone {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  height: 429px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.image-crop.hero {
  width: 492px;
  height: 130px;
  margin: 78px auto -135px;
  transition: height .5s;
  display: block;
  position: relative;
}

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

.feature-icon-wrapper {
  float: left;
  clear: none;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  direction: rtl;
  text-align: center;
  object-fit: fill;
  border: 2px solid #5f6266;
  border-radius: 2px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 17px;
  padding-top: 0;
  display: block;
  position: static;
  overflow: visible;
}

.feature-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  list-style-type: disc;
  display: block;
}

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

.feature-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template: "Area"
                 "Area"
                 / .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: end center;
  place-items: start center;
  margin-top: 31px;
  list-style-type: none;
  display: grid;
}

.feature-icon {
  opacity: .81;
  border: 1px #000;
  border-radius: 0;
  padding-top: 13px;
}

.feature-text {
  color: #8f9196;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 0;
  font-size: 14px;
  line-height: 15px;
  text-decoration: none;
  display: flex;
  position: static;
}

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

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

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

.plan-title {
  color: #fff;
  text-align: center;
  background-color: #86868600;
  border-bottom: 3px solid #dae0e800;
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px 0 0;
  font-size: 21px;
  text-decoration: none;
}

.plan-title.pro {
  background-color: #93ad0c;
  border-bottom-color: #0000;
}

.price {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 18px;
  display: none;
}

.per-month {
  color: #93ad0b;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 16px;
  display: none;
}

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

.price-feature.deactivate {
  color: #d7d9de;
  text-decoration: none;
}

.price-feature-list {
  padding-top: 28px;
}

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

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

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

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

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

.get-started-link.simple {
  color: #d7d9de;
  border-bottom: 3px solid #d7d9de33;
  margin-top: 18px;
  margin-bottom: 18px;
}

.get-started-link.simple:hover {
  color: #e8eaed;
  border-bottom-color: #d7d9de8f;
}

.support {
  text-align: right;
}

.no-pad-section {
  background-color: #313335;
}

.all-devices-image {
  padding-top: 1px;
}

.padded-column {
  justify-content: center;
  align-items: center;
  height: 600px;
  padding: 25px 32px;
  display: flex;
}

.padded-column.picture {
  background-image: url('../images/bag-and-hands-bw.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  margin-bottom: 0;
  padding-bottom: 131px;
  overflow: hidden;
}

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

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

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

.need-help-row {
  background-color: var(--dim-gray);
  margin-top: auto;
  padding: 29px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.contact-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.more-questions {
  float: left;
  text-align: center;
  margin-top: 0;
  margin-right: 22px;
}

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

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

.field {
  color: #fff;
  background-color: #5f6266;
  border: 1px solid #0000;
  border-radius: 2px;
  height: 52px;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  transition: background-color .25s, box-shadow .25s;
  box-shadow: inset 0 0 #0000;
}

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

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

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

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

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

.testimonials-title {
  color: #a5a7ad8a;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

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

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

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

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

.sign-up-form {
  border-right: 1px solid #ffffff38;
  padding-right: 23px;
}

.ipad-image {
  margin-left: -50px;
  padding-left: 0;
  overflow: visible;
}

.image {
  display: block;
}

.heading {
  color: #92ac0b;
  text-align: left;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 100%;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  width: 100%;
  height: 99%;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.container {
  flex-flow: row;
  align-self: center;
  display: block;
}

.container-2 {
  box-sizing: border-box;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.heading-2 {
  aspect-ratio: auto;
  color: #9db90c;
  text-align: left;
  object-fit: fill;
  margin-top: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.column {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
  overflow: visible;
}

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

.cell-2 {
  background-color: #7770;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.div-block {
  background-color: var(--dim-gray-2);
  text-align: center;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-left: 0;
  margin-right: 11px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 0;
  font-size: 20px;
  display: block;
}

.div-block:hover {
  background-color: var(--green);
}

.heading-3 {
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: block;
  position: fixed;
}

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

.text-block-2 {
  text-align: center;
  white-space: normal;
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  display: block;
  position: relative;
  inset: auto auto 0%;
}

.heading-4 {
  color: var(--dark-slate-gray);
}

.bold-text {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 400;
}

.heading-5 {
  color: #000;
}

.bold-text-3 {
  color: #545457;
  font-size: 19px;
  line-height: 20px;
}

.heading-6 {
  color: #676b72;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 26px;
  padding-left: 0;
}

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

.bold-text-4 {
  font-weight: 300;
}

.image-2 {
  align-self: center;
  margin-right: -60px;
  padding-left: 0;
}

.italic-text {
  color: var(--green);
  -webkit-text-stroke-color: #93ad0c;
  vertical-align: baseline;
  background-color: #dfe0d900;
  font-size: 14px;
  line-height: 2px;
}

.container-4 {
  height: 90px;
}

.container-5 {
  height: 413px;
}

.container-6 {
  height: 90px;
  display: none;
}

.container-7 {
  height: 220px;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.bold-text-5 {
  font-weight: 300;
  line-height: 30px;
}

.image-3 {
  text-align: center;
  display: block;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dddd);
  -webkit-text-stroke-color: #93ad0b;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider, .slider-2, .slider-3 {
  background-color: #947878;
}

.slider-4 {
  background-color: #fff;
  height: 600px;
}

.slide-2 {
  background-color: #fff;
}

.heading-8 {
  color: #9db90c;
}

.image-4 {
  text-align: center;
  display: block;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5, .image-6, .image-7 {
  width: 22px;
}

.image-8 {
  vertical-align: middle;
  flex: 0 auto;
  align-self: center;
  display: inline-block;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 73px;
  display: flex;
}

.container-12 {
  flex: 0 auto;
  align-self: center;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.columns-2 {
  height: 100%;
}

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

.container-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-10 {
  flex: none;
  align-self: center;
}

.bold-text-6 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 99.1906%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  display: flex;
}

.list-item {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.paragraph-2 {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.paragraph-3 {
  color: var(--gainsboro);
  margin-top: 0;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.bold-text-7 {
  background-image: linear-gradient(#0000, #0000);
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
}

.container-14 {
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.image-11 {
  margin-bottom: -24px;
}

.list-item-2, .list {
  list-style-type: none;
}

.paragraph-4 {
  margin-top: 0;
}

.list-2 {
  list-style-type: disc;
}

.container-15 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-2 {
  background-color: var(--dim-gray-2);
  display: none;
}

.section-3 {
  background-color: #2c2d30;
  display: none;
}

.section-4 {
  background-color: #b6afaf;
  display: none;
}

.paragraph-5 {
  color: #000;
}

.list-item-3 {
  color: var(--black);
}

.list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  color: #000;
}

.section-5 {
  background-color: #5f6266;
  display: none;
}

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

.container-16 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.container-18, .container-19 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-6 {
  display: none;
}

.container-20 {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-7 {
  color: var(--green);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 43px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.bold-text-8, .bold-text-9, .bold-text-10 {
  text-align: left;
}

.paragraph-8 {
  color: #fff;
}

.heading-9 {
  word-break: normal;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
}

.container-21 {
  max-width: 1000px;
  height: 400px;
}

.heading-10 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-11 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
}

.heading-12 {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.select-field {
  background-color: var(--dim-gray);
  color: var(--dark-gray);
  border: 1px solid #0000;
  height: 52px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
}

.select-field:active {
  color: var(--spring-green);
}

.text-field {
  background-color: var(--dim-gray);
  color: #fff;
  -webkit-text-stroke-color: #d7d9de00;
  border: 1px solid #0000;
  height: 52px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
}

.link {
  color: #9fbc0b;
  font-size: 32px;
  font-weight: 500;
}

.code {
  font-family: Roboto, sans-serif;
}

.list-item-8, .list-item-9, .list-item-10 {
  color: #fff;
  padding-bottom: 10px;
  font-size: 14px;
}

.paragraph-9 {
  color: var(--black);
  text-transform: uppercase;
  background-color: #61a72a;
  border: 1px #000;
  font-size: 24px;
  text-decoration: none;
}

.link-w {
  color: #fff;
}

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

.div-block-2 {
  display: none;
}

.div-block-3, .div-block-4 {
  height: 0;
  display: block;
}

.div-block-5 {
  height: 70px;
  display: block;
}

.container-23 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6, .div-block-7 {
  height: 70px;
  display: block;
}

.container-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  height: 0;
  display: block;
}

.paragraph-11 {
  margin-bottom: 28px;
}

.bold-text-14 {
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  background-color: var(--dim-gray);
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.div-block-9:hover {
  background-color: var(--dddd);
}

.services-desc {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 12px;
  display: flex;
}

.advisory-title {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.bold-text-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  background-color: var(--dim-gray);
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.div-block-10:hover {
  background-color: var(--dddd);
}

.mock-visits-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

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

.mock-visits-desc {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 12px;
  display: flex;
}

.div-block-11 {
  background-color: var(--dim-gray);
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.div-block-11:hover {
  background-color: var(--dddd);
}

.complaints-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.complaints-description {
  text-align: center;
  font-size: 12px;
}

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

.bold-text-16 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-12 {
  background-color: var(--dim-gray);
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.div-block-12:hover {
  background-color: var(--dddd);
}

.training-title {
  text-align: center;
  font-size: 20px;
}

.training-desc {
  text-align: center;
  font-size: 12px;
}

.training-descri {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11, .cell-12, .cell-13 {
  justify-content: center;
  align-items: center;
}

.column-10, .columns-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  color: #fff;
}

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

.heading-13 {
  text-align: right;
}

.div-block-13, .div-block-14 {
  height: 20px;
}

@media screen and (max-width: 991px) {
  .button {
    background-color: var(--dark-slate-gray);
  }

  .nav-link {
    float: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .nav-link.w--current {
    background-color: var(--green);
  }

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

  .nav-menu {
    background-color: #000;
    width: 100%;
    box-shadow: 0 7px 12px #00000047;
  }

  .brand-wrapper.w--current {
    display: none;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button:hover, .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-left: 8px;
    padding-right: 8px;
  }

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

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

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

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

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

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

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

  .pricing-column {
    height: 490px;
  }

  .plan-title {
    flex: 0 auto;
    order: 1;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padded-column {
    height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .padded-column.picture {
    justify-content: center;
    align-items: center;
    height: 650px;
    padding: 0;
    display: flex;
    overflow: visible;
  }

  .ipad-image {
    margin-left: 0;
  }

  .image-2 {
    margin-right: 5px;
  }

  .container-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center stretch;
    padding-left: 10px;
    padding-right: 20px;
    display: flex;
  }

  .bold-text-7 {
    font-size: 18px;
  }

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

  .paragraph-9 {
    font-size: 20px;
  }

  .image-12 {
    margin-right: auto;
    padding-right: 0;
  }

  .columns-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .paragraph-10 {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .div-block-2 {
    height: 30px;
    padding-bottom: 0;
    display: block;
  }

  .div-block-3 {
    height: 40px;
    padding-bottom: 0;
    display: block;
  }

  .div-block-4 {
    height: 50px;
    padding-bottom: 0;
    display: block;
  }

  .div-block-5 {
    height: 10px;
    display: block;
  }

  .div-block-7 {
    height: 0;
    display: block;
  }

  .paragraph-12 {
    margin-bottom: 40px;
  }

  .div-block-13 {
    display: none;
  }
}

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

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

  .nav-link {
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .nav-link.w--current {
    background-color: var(--green);
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 80px;
    max-height: 100%;
    display: flex;
  }

  .section {
    padding: 40px 20px;
  }

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

  .section.darkgrey {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

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

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

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

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

  .subtitle.pricing {
    margin-bottom: 0;
  }

  .press-title {
    display: block;
  }

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

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

  .sign-up-column {
    height: 70px;
    padding-top: 0;
  }

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

  .image-crop {
    text-align: center;
    border-bottom: 3px solid #5f6266;
    margin-bottom: 36px;
  }

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

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

  .image-crop.hero {
    width: auto;
  }

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

  .feature-text.title {
    padding-left: 0;
  }

  .pricing-column {
    height: 600px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .pricing-row {
    margin-top: 9px;
    margin-bottom: 0;
    display: flex;
  }

  .plan-title {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .price-feature {
    padding-bottom: 10px;
  }

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

  .get-started-link.pricing {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 5px;
  }

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

  .support {
    text-align: center;
  }

  .no-pad-section {
    padding-top: 0;
  }

  .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-left: 40px;
    padding-right: 40px;
  }

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

  .field.right {
    width: 48%;
  }

  .testimonials-column {
    border: 2px solid #5f6266c9;
    padding: 16px 22px 22px;
  }

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

  .center {
    text-align: center;
  }

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

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

  .ipad-image {
    display: none;
  }

  .columns {
    display: block;
  }

  .image-2 {
    flex: 0 auto;
    display: none;
  }

  .container-6 {
    height: auto;
  }

  .container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-21 {
    height: 800px;
  }

  .quick-stack-2 {
    padding-left: 27px;
  }

  .image-12 {
    flex: 0 auto;
    display: none;
  }

  .image-13, .image-14, .image-15 {
    display: none;
  }

  .column-4, .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3 {
    padding-top: 0;
  }

  .div-block-2 {
    display: none;
  }

  .div-block-3 {
    height: 130px;
    display: block;
  }

  .div-block-4 {
    height: 140px;
    display: block;
  }

  .image-16, .image-17 {
    display: none;
  }

  .div-block-5 {
    height: 290px;
    padding-top: 0;
    display: block;
  }

  .div-block-6, .div-block-7 {
    height: 290px;
    display: block;
  }

  .div-block-8 {
    height: 106px;
    display: block;
  }

  .div-block-14 {
    height: 0;
  }
}

@media screen and (max-width: 479px) {
  .button {
    background-color: var(--dark-slate-gray);
    margin-bottom: 14px;
    display: block;
  }

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

  .nav-link {
    box-shadow: none;
    border: 0 solid #0000;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 80px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .nav-link.w--current {
    background-color: var(--green);
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 80px;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .brand-wrapper.w--current {
    padding-left: 0;
    display: none;
  }

  .menu-button {
    display: none;
  }

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

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

  .section.darkgrey {
    padding-top: 20px;
  }

  .subtitle {
    margin-bottom: 29px;
  }

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

  .press-title {
    font-size: 10px;
    display: none;
  }

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

  .press-image-wrapper.title {
    flex: 0 auto;
    display: none;
  }

  .sign-up-column {
    padding-top: 0;
  }

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

  .image-crop {
    height: 270px;
  }

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

  .feature-text.title {
    padding-left: 0;
  }

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

  .pricing-row {
    padding-left: 0;
    padding-right: 0;
  }

  .price-feature {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .price-feature-list {
    padding-top: 10px;
  }

  .get-started-link.pricing {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .no-pad-section {
    padding-top: 65px;
    padding-bottom: 78px;
  }

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

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

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

  .contact-text {
    text-align: center;
    font-size: 20px;
    display: block;
    overflow: visible;
  }

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

  .field.right {
    width: 100%;
  }

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

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

  .nav {
    position: static;
    inset: 0% auto 0% 0%;
  }

  .div-block {
    width: 130px;
    margin-right: 0;
  }

  .bold-text-3 {
    font-size: 15px;
  }

  .container-3 {
    padding-left: 0;
  }

  .image-9 {
    display: none;
  }

  .paragraph-8 {
    text-align: left;
    padding-bottom: 0;
  }

  .container-21 {
    justify-content: center;
    align-items: center;
    height: 1000px;
    display: flex;
  }

  .heading-10 {
    margin-top: 0;
  }

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

  .link-w {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .cell-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .column-3 {
    display: none;
  }

  .column-4, .column-5 {
    padding-right: 10px;
  }

  .div-block-2 {
    height: 65px;
    display: block;
  }

  .div-block-3 {
    height: 100px;
  }

  .div-block-4 {
    height: 115px;
  }

  .div-block-5 {
    height: 250px;
    padding-bottom: 0;
    display: block;
  }

  .bold-text-11, .bold-text-12, .bold-text-13 {
    font-size: 18px;
  }

  .div-block-6 {
    height: 250px;
    display: block;
  }

  .column-7, .column-8 {
    padding-left: 0;
    padding-right: 10px;
  }

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

  .div-block-7 {
    height: 250px;
  }

  .icon {
    display: none;
  }

  .container-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    display: none;
  }

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

  .columns-5 {
    display: block;
  }
}

#w-node-_9013f5e5-9b66-7ddc-3907-190467a6cd9b-2c65773e {
  place-self: auto start;
}

#w-node-afd53f0e-d2fa-87b0-b393-6a9b0c3f6ba6-2c65773e {
  grid-area: Area;
  place-self: center;
}

#w-node-_37a4acc9-68a0-56f2-240a-cc1780440fc7-2c65773e, #w-node-_7bfbbe90-c215-a593-6ab0-fc789813c91b-2c65773e {
  justify-self: start;
}

#w-node-f0d3ad43-ee7f-90cb-a0a0-a62355ab524a-2c65773e {
  grid-area: Area;
}

#w-node-_88214fcd-bd8c-7329-3228-ba7cc8a328be-2c65773e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_88214fcd-bd8c-7329-3228-ba7cc8a328c0-2c65773e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_88214fcd-bd8c-7329-3228-ba7cc8a328c2-2c65773e {
  grid-area: Area;
}

#w-node-_0070ea23-8fe6-5a58-5404-16319a625220-2c65773e {
  justify-self: start;
}

#w-node-e3379abe-571a-10af-6b91-109f2092f087-2c65773e {
  grid-area: Area;
}

#w-node-be2fa4c6-7795-3569-0f11-50ad55502503-2c65773e {
  justify-self: start;
}

#w-node-_4ae8dd75-5171-4e02-78c2-bc14599139e5-2c65773e {
  grid-area: Area;
}

#w-node-_5d479187-50db-838c-7b2f-4c886808d101-2c65773e {
  justify-self: start;
}

#w-node-_3e672a2a-5dcf-0257-d484-f38118efbf78-2c65773e {
  grid-area: Area;
}

#w-node-a98a130f-926c-6783-a17d-9620874a7efa-2c65773e {
  justify-self: start;
}

#w-node-ee0a1a15-a3c6-f1e6-ad37-4eb6dbc6fb1f-2c65773e {
  grid-area: Area;
}

#w-node-_62d82acf-ca10-e9bf-6bd7-3b72947ff63b-2c657742 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_62d82acf-ca10-e9bf-6bd7-3b72947ff63b-2c657742 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_62d82acf-ca10-e9bf-6bd7-3b72947ff63b-2c657742 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


