h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #273138;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.body {
  font-family: 'Sf pro display', sans-serif;
  color: #7e868c;
  font-size: 18px;
  line-height: 30px;
}

.body.features {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .38)), to(hsla(0, 0%, 100%, .38))), url('../images/bg_features.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .38), hsla(0, 0%, 100%, .38)), url('../images/bg_features.svg');
  background-position: 0px 0px, 0px 25%;
  background-size: auto, 109%;
  background-repeat: repeat, no-repeat;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #273138;
  font-size: 48px;
  line-height: 54px;
  text-align: center;
}

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

.wrapper {
  width: 98%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.paragraph-center {
  width: 79%;
  margin: 24px auto 40px;
  text-align: center;
}

.paragraph-center.small {
  width: 700px;
}

.paragraph-center.testimonial {
  margin-bottom: 0px;
}

.button-center {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  transition: -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  transition: transform 400ms ease, filter 400ms ease;
  transition: transform 400ms ease, filter 400ms ease, -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  cursor: pointer;
}

.button-center:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.center-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.main-features {
  margin-top: 141px;
  margin-bottom: 140px;
}

.main-features.less {
  margin-top: -60px;
}

.text-container {
  width: 424px;
  margin-left: 100px;
}

.text-container.right {
  margin-right: 70px;
  margin-left: 0px;
}

.text-container.left {
  width: 37%;
}

.paragraph {
  margin-top: 24px;
  text-align: left;
}

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

.paragraph.lesspad {
  margin-top: 12px;
}

.heading-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #273138;
  line-height: 44px;
}

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

.heading-h2.white {
  color: hsla(204.70588235294116, 0.00%, 100.00%, 1.00);
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
  -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;
}

.feature.left {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature.left.more-padding {
  margin-top: 100px;
}

.feature.more-padding {
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  max-width: 1220px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.get-free-app {
  width: 720px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(55.09090909090909, 83.90%, 62.74%, 1.00);
  border-radius: 5px;
  background-color: #fff691;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: hsla(204.70588235294116, 17.89%, 18.63%, 1.00);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.get-free-app:hover {
  background-color: hsla(55.09090909090909, 80.46%, 62.47%, 1.00);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.container-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slide {
  z-index: 50;
  background-color: #fff;
}

.slider {
  width: 90%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, .57);
}

.testimonial-box {
  width: 23.3%;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.text-username {
  font-size: 14px;
  line-height: 19px;
}

.text-title {
  color: #273138;
  font-size: 14px;
  font-weight: 700;
}

.testimonials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-arrow {
  position: static;
  display: none;
}

.right-arrow {
  display: none;
}

.section-maincta {
  background-color: hsla(211.29411764705884, 100.00%, 50.00%, 1.00);
}

.text.white {
  color: hsla(205.71428571428575, 0.00%, 100.00%, 1.00);
}

.link-menu {
  margin-right: 30px;
  margin-left: 30px;
  padding: 0px;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: hsla(205.71428571428575, 5.74%, 52.16%, 1.00);
  text-decoration: none;
  cursor: pointer;
}

.link-menu:hover {
  color: #0472ea;
}

.link-menu.w--current {
  margin-right: 30px;
  padding-left: 0px;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  padding: 156px 73px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(208.0909090909091, 100.00%, 56.86%, 1.00)), to(hsla(211.33603238866397, 100.00%, 51.57%, 1.00)));
  background-image: linear-gradient(180deg, hsla(208.0909090909091, 100.00%, 56.86%, 1.00), hsla(211.33603238866397, 100.00%, 51.57%, 1.00));
}

.calltoaction-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

.appstore-button {
  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: 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-cta-container {
  width: 50%;
}

.boxwithicons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #bababa;
  border-radius: 5px;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, .03);
}

.text-16px {
  color: #7e868c;
  font-size: 16px;
}

.text-16px.light {
  color: #7e868c;
}

.div-block-13 {
  margin-top: 10px;
}

.features-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -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;
}

.features-container.mobile {
  width: 100%;
}

.container-box {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.get-the-app {
  height: 36px;
  padding: 4px 16px;
  border: 1px solid #007aff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 1px hsla(205.10869565217388, 77.97%, 46.27%, 0.25);
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: hsla(205.71428571428575, 0.00%, 100.00%, 1.00);
  font-size: 16px;
  line-height: 24px;
}

.get-the-app:hover {
  border-color: #273138;
  background-color: #273138;
  box-shadow: none;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.global-nav-container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsla(0, 0%, 100%, 0);
}

.all-navs {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
}

.nav-container {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
}

.img-star {
  width: 16px;
  margin-right: 5px;
}

.section-testimonials {
  padding-top: 100px;
  padding-bottom: 40px;
  background-image: url('../images/lines2x.png');
  background-position: 50% 0%;
  background-size: 680px;
  background-repeat: no-repeat;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
}

.nav-logo-container {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  line-height: 26px;
}

.section-footer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.link-text-bold {
  margin-right: auto;
  margin-left: auto;
  color: #007aff;
  text-decoration: none;
}

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

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -20px auto 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-logo-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav-footer {
  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-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icon-social {
  margin-right: auto;
  margin-left: auto;
}

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

.close {
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 1px;
}

.moose-line-1---2 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  z-index: 2;
  display: none;
  width: 30px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.open {
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 1px;
}

.top-bubble {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  display: block;
  width: 20px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.bottom-bubble {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  display: block;
  width: 20px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.moose-color-overlay-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #14213d;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.moose-line-1 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 30px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.moose-line-2 {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 4px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.top-bun {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  display: block;
  width: 35px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px 25px 0px 0px;
  background-color: #fdba58;
  box-shadow: 1px 1px 0 0 #be9848;
}

.middle-bubble {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: block;
  width: 20px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.hamburger-meat {
  position: absolute;
  left: 0px;
  top: 29px;
  right: 0px;
  display: block;
  width: 40px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #63452d;
}

.moose-line-2-2 {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  z-index: 2;
  display: none;
  width: 4px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.image-container-mobile {
  display: none;
}

.features-mainscreen-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-container-hero {
  width: 40%;
  margin-top: 100px;
}

.list-item {
  margin-bottom: 15px;
  list-style-type: disc;
}

.list {
  padding-left: 25px;
}

.icon-circle-container {
  margin-bottom: 20px;
}

.features-columns {
  margin-bottom: 140px;
}

.feature-third-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-small-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-sticky-navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, .12);
}

.sticky-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.logo-small {
  width: 125px;
}

.nav-menu {
  margin-right: 30px;
}

.sticky-on-features-page {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, .12);
}

.social-link {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

html.w-mod-js *[data-ix="moose-nav-link-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="moose-nav-link-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="moose-nav-link-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="close-word-on-load"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

@media (max-width: 991px) {
  .body.features {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/bg_features.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/bg_features.svg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 113%;
  }
  .h1 {
    font-size: 44px;
    line-height: 48px;
  }
  .wrapper {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-center {
    width: 88%;
  }
  .center-img {
    margin-bottom: 30px;
  }
  .main-features {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .main-features.less {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .text-container.right {
    width: 50%;
    margin-right: 0px;
    margin-left: 40px;
  }
  .text-container.left {
    width: 50%;
    margin-right: 40px;
    margin-left: 0px;
  }
  .heading-h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .heading-h2.white {
    text-align: center;
  }
  .img_container {
    width: 51%;
  }
  .feature.more-padding {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .slider {
    height: 100%;
    margin-bottom: 60px;
  }
  .testimonial-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .testimonials-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .text.white {
    padding-bottom: 40px;
    text-align: center;
  }
  .link-menu {
    margin-right: 30px;
  }
  .button-container {
    padding: 0px;
    background-image: none;
  }
  .calltoaction-container {
    padding-top: 100px;
    padding-bottom: 100px;
    -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;
  }
  .text-cta-container {
    width: 100%;
  }
  .features-container {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features-container.mobile {
    width: 100%;
  }
  .container-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .global-nav-container {
    margin-right: 0px;
    margin-left: 30px;
    -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;
  }
  .section-testimonials {
    padding-top: 100px;
  }
  .slide-nav {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -2%;
  }
  .nav-logo-footer {
    margin-bottom: 20px;
  }
  .container-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-footer {
    width: 100%;
    margin-bottom: 20px;
    -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;
  }
  .icon-social {
    margin-right: 0px;
    margin-left: 0px;
  }
  .close {
    line-height: 45px;
  }
  .open {
    line-height: 45px;
  }
  .text-container-hero {
    width: 54%;
  }
  .features-columns {
    margin-bottom: 60px;
  }
  .sticky-nav-container {
    margin-right: 30px;
    margin-left: 30px;
  }
  .social-icons-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .body.features {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/bg_features.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/bg_features.svg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
  }
  .h1.features {
    text-align: center;
  }
  .text-block.features {
    margin-bottom: 30px;
    text-align: center;
  }
  .hero-text {
    margin-top: 20px;
  }
  .paragraph-center.small {
    width: 100%;
  }
  .center-img {
    width: 100%;
  }
  .main-features {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .main-features.less {
    margin-top: 80px;
  }
  .text-container.right {
    width: 100%;
    margin-left: 0px;
  }
  .text-container.left {
    width: 100%;
    margin-right: 0px;
  }
  .img_container {
    display: none;
  }
  .feature.left.more-padding {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .feature.more-padding {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .left-img {
    display: none;
  }
  .right-img {
    display: none;
  }
  .slider {
    height: 100%;
  }
  .testimonial-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .testimonials-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .link-menu {
    margin-right: 20px;
    margin-left: 20px;
  }
  .link-menu.w--current {
    margin-left: 0px;
  }
  .features-container.mobile {
    width: 100%;
  }
  .container-box {
    width: 101%;
  }
  .global-nav-container {
    margin-right: 0px;
    margin-left: 20px;
  }
  .nav-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .icon-social {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-container-mobile {
    display: block;
    margin-top: 30px;
  }
  .features-mainscreen-container {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-container-hero {
    width: 100%;
    margin-top: 20px;
  }
  .feature-third-column {
    width: 100%;
    margin-bottom: 40px;
  }
  .row-small-features {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-sticky-navigation {
    display: block;
  }
  .sticky-nav-container {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    display: none;
    margin-right: 40px;
  }
  .logo-on-mobile {
    width: 153px;
  }
  .brand {
    padding-left: 0px;
  }
  .sticky-on-features-page {
    display: block;
  }
}

@media (max-width: 479px) {
  .body {
    font-size: 16px;
    line-height: 26px;
  }
  .h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-text {
    margin-top: 30px;
  }
  .paragraph-center {
    width: 100%;
  }
  .center-img {
    width: 100%;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .main-features {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .text-container.left {
    width: 100%;
  }
  .img_container {
    display: none;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .feature.left {
    -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;
  }
  .slider {
    margin-bottom: 40px;
  }
  .link-menu {
    margin-right: 15px;
    margin-left: 15px;
  }
  .link-menu.w--current {
    margin-right: 15px;
    margin-left: 15px;
  }
  .button-container {
    width: 100%;
  }
  .boxwithicons {
    width: 69%;
    height: 81px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .text-16px {
    line-height: 16px;
  }
  .text-16px.light {
    margin-bottom: 24px;
  }
  .features-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .features-container.mobile {
    width: 100%;
    margin-bottom: 0px;
  }
  .container-box {
    width: 100%;
    -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;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .global-nav-container {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-logo-container {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .bold-text {
    font-size: 14px;
  }
  .nav-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon-social {
    margin-right: 0px;
  }
  .features-mainscreen-container {
    margin-top: 20px;
  }
  .home-sticky-navigation {
    display: block;
  }
  .sticky-nav-container {
    margin-right: 20px;
    margin-left: 20px;
    -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;
  }
  .nav-menu {
    display: none;
  }
  .logo-on-mobile {
    width: 67%;
    max-width: none;
  }
  .brand {
    padding-left: 0px;
  }
  .sticky-on-features-page {
    display: block;
  }
  .nav-menu-2 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}