.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
}

.navlink {
  padding-top: 25px;
  font-family: 'Work Sans', sans-serif;
  color: #a6b5bf;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navlink:hover {
  color: #000;
}

.navlink.w--current {
  color: #000;
  font-weight: 600;
}

.navlink.signup {
  color: #693453;
  font-weight: 700;
}

.navlink.signup:hover {
  color: #48eea5;
}

.logo {
  padding: 18px 0px;
  opacity: 0.86;
  color: #c23939;
}

.logo:hover {
  box-shadow: 0 0 6px 0 #fff;
  opacity: 0.74;
}

.splash {
  overflow: hidden;
  width: 100%;
  padding-bottom: 50px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}

.splasher {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  -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;
}

.claim {
  position: static;
  margin-top: 0px;
  margin-bottom: 30px;
  opacity: 1;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.claim.h2 {
  margin-bottom: 10px;
  font-size: 36px;
  letter-spacing: -1px;
}

.claim.investors {
  margin-top: 80px;
  margin-bottom: 50px;
}

.t2 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 45px;
}

.t5 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 60px;
}

.lefter {
  text-align: right;
}

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

.floater {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mapper {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 3722px;
  max-width: 3722px;
  float: left;
  clear: left;
}

.bigbutt {
  width: 400px;
  height: 85px;
  padding-top: 22px;
  border-radius: 4px;
  font-family: 'Sf ui display heavy';
  font-size: 24px;
  letter-spacing: 2px;
}

.feature {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 10px;
}

.semibutt {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.butt {
  width: 450px;
  margin-top: 30px;
  padding: 20px 20px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #693453;
  box-shadow: 0 0 27px -1px #693453;
  -webkit-transition: all 200ms ease, -webkit-transform 200ms ease;
  transition: all 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, all 200ms ease;
  transition: transform 200ms ease, all 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.butt:hover {
  border-style: none;
  border-color: #fff;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #48eea5;
}

.butt.footbut {
  margin-top: 40px;
}

.butt.slim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 40px;
  max-height: 50px;
  padding-top: 15px;
  -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;
  box-shadow: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.butt.slim.careers {
  margin-top: 10px;
  margin-bottom: 40px;
}

.butt.slim.green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.butt.order {
  width: 400px;
}

.buttonbig {
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.buttonbig:hover {
  color: #48eea5;
}

.buttsub {
  padding-top: 5px;
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.iconbutt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.minibutt {
  padding-left: 10px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: 'Work Sans', sans-serif;
  color: #693453;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.minibutt.instead {
  padding-top: 20px;
  color: #686b6d;
  font-weight: 600;
  letter-spacing: 1px;
}

.minibutt.instead:hover {
  color: #6098e0;
}

.minibutt.forum {
  padding-left: 0px;
  color: #693453;
  letter-spacing: 1px;
}

.minibutt.signa {
  padding-left: 0px;
  color: #6e91a8;
  letter-spacing: 1px;
}

.leftbutt {
  display: none;
  padding-right: 15px;
}

.greener {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #48eea5;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.greener.live {
  position: static;
  display: block;
  overflow: hidden;
  height: 368px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #d2e2ec;
  background-color: #fff;
}

.greener.footgreen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-bottom: 80px;
  -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;
  background-color: #48eea5;
}

.explainer {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 45px;
  font-weight: 200;
  text-align: center;
  text-transform: none;
}

.explainer.footsplash {
  padding-top: 10px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 200;
}

.explainer.central {
  width: 80%;
  margin-bottom: 0px;
  color: #000;
  font-size: 24px;
  font-weight: 200;
}

.explainer.job {
  width: 90%;
  padding-top: 0px;
  opacity: 1;
  font-size: 12px;
  line-height: 21px;
  font-weight: 300;
}

.explainer.ex2 {
  font-size: 21px;
  line-height: 36px;
  text-decoration: none;
}

.explainer.ex2.tos {
  margin-top: -20px;
  padding-top: 0px;
}

.explainer.ex3 {
  width: 80%;
  margin-bottom: 40px;
  padding-top: 0px;
  color: #555;
  font-size: 18px;
  line-height: 33px;
  font-weight: 300;
}

.explainer.ex3.ex4 {
  font-weight: 200;
}

.explainer.texplainer {
  padding-top: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #414352;
  font-size: 15px;
  line-height: 27px;
  font-weight: 300;
}

.explainer.ex4 {
  padding-top: 20px;
  font-size: 18px;
  line-height: 34px;
}

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

.explainer_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 238px;
  margin-bottom: 15px;
  -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;
}

.explainer_text {
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button {
  height: 45px;
  margin-top: 50px;
  padding-top: 13px;
  padding-right: 100px;
  padding-left: 100px;
  border-radius: 4px;
  background-color: #693453;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.button.maroon {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 20px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #48eea5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #070606;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.maroon:hover {
  border: 0px solid #fff;
  background-color: #30da8f;
}

.button.sign {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 8px;
  letter-spacing: 1px;
}

.blox {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100vw;
  padding-bottom: 40px;
  -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;
  background-color: #f6f9fc;
  background-image: url('../images/Group-59_animated-2.svg');
  background-position: 100% 0px;
  background-size: 250px;
  background-repeat: no-repeat;
  text-align: center;
}

.tron1 {
  display: none;
  width: 300px;
  float: right;
}

.statter {
  padding-top: 20px;
  font-family: 'Work Sans', sans-serif;
  color: #2a1d1d;
  font-size: 45px;
  line-height: 45px;
  font-weight: 200;
  letter-spacing: 0px;
}

.statter.price {
  margin-bottom: 0px;
  padding-top: 10px;
  font-size: 33px;
  line-height: 45px;
  font-weight: 100;
  letter-spacing: -1px;
}

.statbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.trackwith {
  width: 100%;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #706f70;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.trackwith.track {
  display: none;
  padding-top: 10px;
  color: #82929e;
  font-size: 12px;
  font-weight: 500;
}

.trackwith.main {
  padding-bottom: 12px;
  padding-left: 0px;
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.trackwith.highlight {
  color: #00a15a;
  font-weight: 300;
}

.clients {
  display: none;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.custrack {
  margin-top: 0px;
}

.iphone {
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: -63px;
  float: left;
}

.gothamheader {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: 0px;
  opacity: 1;
  font-family: 'Proxima nova soft black webfont', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gothamheader.centerheader {
  font-family: 'Proxima nova soft black webfont', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.gothamheader.centerheader.footsy {
  margin-bottom: 10px;
}

.gothamheader.person {
  margin-top: -25px;
  opacity: 1;
  letter-spacing: 1px;
}

.gothamheader.priceheader {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #252525;
  font-size: 13px;
}

.gothamheader.subheader {
  margin-top: 60px;
  margin-bottom: 20px;
}

.gothamheader.customheader {
  position: static;
  width: 200px;
}

.custracker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  margin-top: 0px;
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 50px;
  -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;
}

.bigbody {
  padding-top: 10px;
  padding-right: 0px;
  opacity: 1;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 39px;
  font-weight: 200;
  text-align: left;
  text-transform: none;
}

.bigbody.centerbody {
  width: 80%;
  padding-top: 10px;
  padding-right: 0px;
  opacity: 1;
  color: #000;
  line-height: 45px;
  font-weight: 200;
  text-align: center;
}

.bigbody.featurebody {
  max-width: 80%;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;
  text-align: center;
}

.bigbody.iphonebodyu {
  font-size: 21px;
}

.bigbody.sdklive {
  font-size: 21px;
}

.dashboard {
  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;
  text-align: center;
}

.dasher {
  overflow: hidden;
  padding-top: 100px;
  border-style: none;
  border-color: #d6e4ec;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #f6f9fc, #fff 29%);
  background-image: linear-gradient(180deg, #f6f9fc, #fff 29%);
  text-align: center;
}

.dasher.customersection {
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, #f6f9fc, #fff 29%);
  background-image: linear-gradient(180deg, #f6f9fc, #fff 29%);
}

.dashvideo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1200px;
  max-width: 90vw;
  margin-top: 60px;
  margin-bottom: -10px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #ededf3;
  border-radius: 4px;
  box-shadow: 0 -1px 50px 3px rgba(111, 112, 139, .14);
}

.dashvideo.dashvideo1 {
  margin-bottom: 6px;
}

.dashvideo.dashvideomobile {
  display: none;
}

.features {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: none;
  border-width: 1px;
  border-color: #c8dbe6 #b5c9d5 #b5c9d5;
  background-color: #fff;
}

.featuretron {
  display: none;
  float: left;
}

.tabs {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs.work {
  z-index: 1;
  margin-top: 60px;
  margin-right: 0px;
}

.tabs.feety {
  width: 700px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.tabbist.itworks {
  margin-top: 40px;
  margin-bottom: 30px;
  -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;
}

.tabbist.feets {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabtext {
  font-family: 'Proxima nova soft black webfont', sans-serif;
  color: #a4b5bf;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
}

.tab {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 25px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f0f4f8;
  background-color: #fff;
  -webkit-transition: color 200ms ease, border-color 200ms ease, all 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, all 200ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #a4b5bf;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab.w--current {
  background-color: #48eea5;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #000;
}

.tab.works {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  padding: 15px 30px 15px 20px;
  border: 1px solid #e5ecf0;
  background-color: #f6f9fc;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.tab.works.w--current {
  background-color: #48eea5;
  text-transform: none;
}

.tab.sdk {
  z-index: 5;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.tab.sdk.w--current {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 5px solid #48eea5;
}

.tab.sdk.custard {
  margin-right: 0px;
  border-style: none;
  border-color: #dbe2e9;
  border-radius: 0px;
}

.tab.sdk.custard.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-bottom-color: #48eea5;
  -webkit-transition: color 200ms ease, border-color 200ms ease, all 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, all 200ms ease;
}

.tab.feetur {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #e5ecf3;
  text-align: center;
}

.mapster {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 850px;
  max-width: 100vw;
  float: left;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.f_img {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 500px;
  padding: 60px 40px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  box-shadow: 0 -1px 50px 3px rgba(111, 112, 139, .14);
  text-align: center;
}

.f_img.workz {
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  box-shadow: none;
}

.f_img.workz.special {
  margin-top: 40px;
}

.f_img.workz.tracking {
  margin-top: 40px;
}

.f_img.workz.custo {
  display: none;
  padding-top: 60px;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottomtron {
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 500px;
  padding-top: 100px;
  padding-bottom: 75px;
  background-color: #693453;
  background-image: url('../images/map.svg');
  background-position: 50% 50%;
  background-size: 2040px;
  background-repeat: repeat-x;
}

.instacart {
  height: 50px;
  margin-top: 6px;
  padding-right: 40px;
}

.footerheader {
  padding-bottom: 30px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footerlink {
  width: 50%;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-transition: color 200ms ease, all 200ms ease;
  transition: color 200ms ease, all 200ms ease;
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, .55);
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.footerlink:hover {
  color: #fff;
  text-shadow: 1px 1px 6px #330b22;
}

.footerlink:active {
  text-shadow: none;
}

.footercolumn {
  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;
}

.logowhite {
  margin-top: 52px;
  padding-top: 55px;
}

.socialcolumn {
  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: 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;
}

.social {
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social:hover {
  border: 0px solid #693453;
  background-color: rgba(99, 40, 74, .8);
}

.socialrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footercopy {
  margin-top: 40px;
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, .34);
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 2px;
}

.buttons {
  text-decoration: none;
}

.zomato {
  margin-top: 2px;
}

.dashvide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dashing {
  position: relative;
  left: -2px;
  top: 0px;
  display: block;
  width: 90%;
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}

.dashing.margin {
  width: 40%;
  margin-top: 50px;
  padding-left: -3px;
  border-bottom: 0px solid #000;
}

.dashing.messagingapp {
  width: 100%;
  max-width: 300px;
}

.dashing.lls {
  overflow: hidden;
  width: 70%;
  margin-top: -5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.iphoner {
  position: static;
  display: block;
  overflow: visible;
  padding-right: 0px;
  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: 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;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.unicorn {
  position: static;
  top: 0px;
  right: 4px;
  display: block;
  overflow: visible;
  width: 100%;
  margin-left: -1px;
  padding-top: 0px;
  padding-right: 1px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none #e6dede;
}

.zoom {
  overflow: hidden;
}

.steps {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client {
  max-height: 50px;
  padding-right: 40px;
}

.livetrack {
  display: block;
}

.keystats {
  display: none;
}

.embedblack {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 4;
  display: block;
  overflow: scroll;
  max-width: 700px;
  min-width: 625px;
  margin-top: 20px;
  margin-left: 40px;
  padding: 10px 40px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 -1px 50px 3px rgba(111, 112, 139, .14);
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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;
}

.overflow {
  z-index: 0;
  overflow: visible;
}

.overflow.ftor {
  border: 1px solid #f6f9fc;
}

.howitworks {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: transparent;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  text-align: center;
}

.digit {
  padding-right: 20px;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #48eea5;
  border-radius: 300px;
  background-color: #fff;
}

.digits {
  color: #48eea5;
  font-size: 24px;
  font-weight: 700;
}

.sdktabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sdktabs.custom {
  width: 100%;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sdkplug {
  overflow: visible;
}

.tabcontent {
  overflow: visible;
}

.tabcontent.customer {
  margin-top: 0px;
}

.cta {
  opacity: 1;
}

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

.feat {
  max-height: 80%;
  max-width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.swinger {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -98px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.polaroid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  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-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;
}

.bottom {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.polar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 95%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.polar:hover {
  opacity: 1;
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
}

.swing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 15px 10px 20px;
  -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;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/noun_110445_cc.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/noun_110445_cc.svg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, 80px;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 -1px 50px 3px rgba(111, 112, 139, .14);
}

.teamrow {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
}

.title {
  margin-top: 0px;
  opacity: 1;
  font-family: 'Work Sans', sans-serif;
  color: #a9a1aa;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  min-height: 423px;
  margin-bottom: 0px;
  padding: 30px 20px 40px;
  -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;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 -1px 50px 3px rgba(111, 112, 139, .14);
}

.price_card.special {
  width: 300px;
}

.bonus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.bonus.bo1 {
  margin-top: 20px;
  border-bottom-style: none;
}

.bownus {
  max-width: 200px;
  font-family: 'Work Sans', sans-serif;
  color: #693453;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 50px 100px 50px 50px;
  float: right;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #ececec;
  -webkit-transition: background-color 200ms ease, all 200ms ease;
  transition: background-color 200ms ease, all 200ms ease;
  line-height: 21px;
  cursor: default;
}

.faq:hover {
  background-color: #fff;
  box-shadow: 0 -1px 50px 3px rgba(111, 112, 139, .14);
}

.faq.last {
  margin-bottom: 43px;
}

.question {
  margin-left: 18px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.5px;
  text-transform: none;
}

.question.jkhkhk {
  display: none;
}

.arrow {
  max-height: 20px;
  max-width: 20px;
  margin-top: 1px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0.15;
}

.q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: default;
}

.answer {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 15px 40px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 27px;
  font-weight: 300;
  text-align: left;
}

.answer.faqq {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  opacity: 0.58;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.answer.faqq.test {
  display: block;
  max-width: 550px;
  margin-top: 0px;
  float: none;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  font-size: 15px;
  line-height: 24px;
}

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

.answer.tutorial {
  font-size: 16px;
  font-weight: 200;
}

.faqs {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
}

.meena {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 406px;
  height: 406px;
  max-width: 406px;
  margin-right: -106px;
  margin-left: -56px;
  padding-right: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.meena.ashish {
  width: auto;
  height: 406px;
  max-width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pricing {
  display: block;
  overflow: visible;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.pricecol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link {
  text-decoration: none;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
  background-color: #f6f9fc;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  min-height: 300px;
  min-width: 500px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 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;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 -1px 50px 3px rgba(111, 112, 139, .14);
}

.maplogo {
  width: 40px;
}

.rapper {
  width: 80%;
}

.label {
  font-family: 'Work Sans', sans-serif;
  color: #a4b5bf;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.input {
  height: 60px;
  margin-bottom: 30px;
  padding-left: 20px;
  border: 1px solid #d6e3eb;
  border-radius: 4px;
  font-family: 'Work Sans', sans-serif;
  color: #a4b5bf;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0px;
}

.active {
  text-decoration: none;
}

.fine {
  margin-bottom: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #728694;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.error {
  border-radius: 4px;
  font-family: 'Work Sans', sans-serif;
  color: #5e0000;
  font-weight: 300;
  text-align: center;
}

.success {
  min-height: 120px;
  padding: 25px 40px 0px;
  border-radius: 4px;
  background-color: #48eea5;
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.tech {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.coretek {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.tek {
  display: block;
  max-height: 100px;
  max-width: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-bottom: 30px;
  float: right;
  text-align: center;
}

.bullet {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 27px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.bullet.centeraligned {
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 60px;
  padding-left: 60px;
  text-align: center;
}

.bullet.tutorial {
  font-size: 16px;
  font-weight: 200;
}

.loco {
  margin-left: 40px;
  font-family: 'Work Sans', sans-serif;
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.response {
  overflow: visible;
  width: 100%;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 40px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.response.hed {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.response.smol {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
}

.bullets {
  width: 100%;
  max-width: 700px;
  margin-top: 0px;
  margin-left: 20px;
}

.bullets.ordered {
  margin-top: 10px;
  padding-left: 60px;
}

.reveal {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  cursor: text;
}

.fak {
  margin-bottom: 60px;
  font-family: 'Work Sans', sans-serif;
  font-size: 42px;
  line-height: 45px;
  font-weight: 200;
  letter-spacing: 0px;
  text-transform: none;
}

.fakk {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
}

.faqard {
  margin-right: 10px;
  margin-bottom: 35px;
  margin-left: 10px;
  padding: 30px 35px 35px;
  border-radius: 4px;
  box-shadow: 0 -1px 50px 3px rgba(111, 112, 139, .14);
}

.q2 {
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.faqset {
  margin-top: 40px;
}

.iframe {
  width: 100%;
  height: 100%;
  border-style: none;
}

.quote {
  width: 100%;
  padding-top: 0px;
  padding-left: 0px;
  font-family: 'PT Serif', serif;
  color: #a4b5bf;
  font-size: 30px;
  line-height: 45px;
  font-style: italic;
  font-weight: 100;
  text-align: left;
}

.homie {
  padding-top: 40px;
  padding-left: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #46525c;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.custody {
  width: 750px;
  padding: 40px 60px 50px;
  background-color: #fff;
  box-shadow: 0 -1px 50px 3px rgba(111, 112, 139, .14);
}

.linkup {
  color: #0052ff;
  text-decoration: none;
}

.terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 40px;
  -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-align: left;
}

.bold {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.testimonials {
  display: none;
  overflow: visible;
  max-width: 200vw;
  min-width: 150vw;
  margin-top: -20px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
}

.tutorialcheck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-top: 35px;
  margin-right: 2vw;
  margin-left: 40px;
  padding: 25px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: #48eea5;
  box-shadow: 0 -1px 50px 3px rgba(111, 112, 139, .14);
}

.testiperson {
  width: 50px;
  margin-right: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: none;
  border-color: #a6b5bf;
  border-radius: 500px;
}

.photoname {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testiname {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testicompany {
  color: #a4b5bf;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.priceimage {
  max-height: 150px;
}

.heads {
  height: 90px;
}

.line {
  width: 90%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 5px;
  background-color: #e9e9e9;
}

.popup {
  width: 12px;
  margin-top: 8px;
  margin-left: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  opacity: 0;
}

.nolink {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #070606;
  text-decoration: none;
}

.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  padding: 5px 10px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #48eea5;
}

.tagtext {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  direction: ltr;
  font-family: 'Work Sans', sans-serif;
  color: rgba(0, 0, 0, .38);
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.persontag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.carousel {
  overflow: visible;
  max-width: 90vw;
  margin-top: 10px;
  background-color: hsla(0, 0%, 100%, 0);
}

.carouselarrow {
  color: #a4b5bf;
}

.carouselarrow:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #48eea5;
}

.carouselarrow:active {
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.carouselarrow:focus {
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.dots {
  opacity: 0;
}

.testcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide {
  overflow: visible;
  width: 50%;
}

.mask {
  position: relative;
  overflow: hidden;
  margin-right: 85px;
  margin-left: 85px;
  padding-top: 30px;
}

.div-block {
  background-color: #0098ff;
}

.methodname {
  font-family: 'Droid Sans', sans-serif;
  color: #e9b40c;
}

.tutorialsuccess {
  background-color: #48eea5;
  font-family: 'Work Sans', sans-serif;
  color: #000;
}

.text-span-2 {
  font-family: 'Work Sans', sans-serif;
}

.important-text {
  margin-top: 0px;
}

.image {
  display: block;
  max-width: 700px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-span-3 {
  color: #00a15a;
}

.text-span-4 {
  color: #00a15a;
}

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

.text-span-5 {
  color: #00a15a;
}

.link-3 {
  color: #00a15a;
  text-decoration: none;
}

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

.text-span-6 {
  color: #00a15a;
}

.link-5 {
  color: #00a15a;
  text-decoration: none;
}

.column {
  background-color: #48eea5;
}

.column-2 {
  background-color: #48eea5;
}

.column-3 {
  background-color: #48eea5;
}

.row-2 {
  border-bottom: 1px solid #48eea5;
}

.row-3 {
  margin-bottom: 0px;
  border-bottom: 1px solid #48eea5;
}

.row-4 {
  border-bottom: 1px solid #48eea5;
}

.div-block-2 {
  position: static;
  display: block;
}

.heading {
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-align: left;
}

.link-6 {
  color: #00a15a;
  text-decoration: none;
}

.text-span-7 {
  color: #00a15a;
  font-weight: 300;
}

.link-7 {
  color: #00a15a;
  text-decoration: none;
}

.div-block-3 {
  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;
}

.row-6 {
  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;
}

.image-2 {
  margin-top: 0px;
  margin-bottom: -11px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.row-7 {
  margin-top: 48px;
}

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

.image-3 {
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 10px;
}

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

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

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

.image-4 {
  margin: -5px;
}

.image-5 {
  background-color: #a0d2f3;
}

.html-embed {
  display: block;
  overflow: hidden;
  max-width: 600px;
  margin: 0px -3px -8px -4px;
  padding-right: 0px;
  border: 0px none #fff;
  opacity: 1;
}

.html-embed.livelocationgif {
  margin-top: -24px;
  margin-bottom: -223px;
}

.html-embed.htmembed1 {
  margin-top: 0px;
}

.row-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 61px auto -24px;
  -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;
}

.row-8.locationsharing {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.column-8 {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
}

.usecase_explainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  line-height: 41px;
  font-weight: 300;
  text-align: left;
}

.image-6 {
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.customerlogos {
  max-width: 100px;
  border: 1px solid #ececec;
  border-radius: 10px;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}

.image-7 {
  margin-top: 38px;
  margin-bottom: 52px;
}

.image-7.image11 {
  margin-top: 22px;
  margin-bottom: -4px;
}

.image-7.image12 {
  margin-top: -18px;
  margin-bottom: -11px;
}

.image-7.image13 {
  margin-top: -3px;
  margin-bottom: 35px;
}

.image-7.image14 {
  margin-top: -8px;
  margin-bottom: -2px;
}

.image-8 {
  margin-top: -9px;
  margin-bottom: -12px;
}

.dropdown-link {
  display: block;
  background-color: #f6f9fc;
}

.dropdown-link:hover {
  background-color: #48eea5;
  color: #693453;
  font-weight: 300;
}

.dropdown-list {
  display: none;
  margin-top: 0px;
  background-color: #ebebeb;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.dropdown-link-2 {
  background-color: #48eea5;
}

.image-9 {
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-9.wip {
  margin-top: 27px;
}

.div-block-4 {
  display: block;
  overflow: hidden;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.messagingapp {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: hidden;
  width: auto;
  max-width: 300px;
  margin-top: 37px;
  margin-left: 0px;
  padding-right: 0px;
}

.div-block-5 {
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.image-10 {
  display: block;
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.dashboardvideo {
  position: static;
}

html.w-mod-js *[data-ix="scroll1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

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

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

html.w-mod-js *[data-ix="splash"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

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

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

html.w-mod-js *[data-ix="load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="load-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="load-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="load-9"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="phoneload"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="tabload"] {
  opacity: 0;
  -webkit-transform: translate(-120px, 0px);
  -ms-transform: translate(-120px, 0px);
  transform: translate(-120px, 0px);
}

html.w-mod-js *[data-ix="load"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .semibutt {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .butt.order {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .buttonbig {
    font-size: 20px;
  }
  .buttons {
    display: block;
  }
  .dashing.margin {
    width: 50%;
  }
  .dashing.lls {
    width: 40%;
  }
  .embedblack {
    max-width: 90%;
    min-width: auto;
  }
  .cta {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .price_card {
    min-height: auto;
  }
  .answer {
    max-width: 90%;
  }
  .answer.faqq.test {
    max-width: 85%;
  }
  .reveal {
    display: none;
    max-width: 110%;
    opacity: 1;
  }
  .tutorialcheck {
    max-width: 90%;
  }
  .image {
    display: block;
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
  }
  .row-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .html-embed.livelocationgif {
    margin-bottom: -184px;
  }
  .row-8 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .usecase_explainer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
  }
  .column-9 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .claim {
    margin-right: 20px;
    margin-left: 20px;
  }
  .semibutt {
    padding-right: 0px;
  }
  .butt.order {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .gothamheader.customheader {
    position: static;
  }
  .dashvideo.dashvideo1 {
    display: none;
  }
  .dashvideo.dashvideomobile {
    display: block;
    max-height: 572px;
    max-width: 100vw;
    margin-top: 26px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .dashing.margin {
    width: 70%;
  }
  .dashing.lls {
    width: 50%;
  }
  .answer {
    max-width: 90%;
  }
  .answer.faqq.test {
    max-width: 250px;
  }
  .bullets {
    max-width: 500px;
    margin-right: 20px;
  }
  .reveal {
    display: none;
    opacity: 1;
  }
  .carousel {
    max-width: 100vw;
  }
  .image {
    max-width: 80vw;
  }
  .row-5 {
    background-color: #48eea5;
  }
  .row-7 {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .column-4 {
    margin-bottom: 30px;
  }
  .column-5 {
    margin-bottom: 30px;
  }
  .html-embed.livelocationgif {
    margin-bottom: -222px;
  }
  .row-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .usecase_explainer {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    text-align: center;
  }
  .column-9 {
    margin-top: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .navlink {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 30px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .navlink.signup {
    max-width: 60vw;
    min-width: 40vw;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 20px;
    padding-top: 11px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #0ca864;
    border-radius: 4px;
    background-color: #48eea5;
    color: #000;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .navlink.signup:hover {
    color: #000;
  }
  .logo {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .splash {
    padding-bottom: 20px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .splasher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 75px;
    padding-bottom: 30px;
    -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;
  }
  .splasher.tutorials_list {
    padding-top: 20px;
  }
  .claim {
    z-index: 1;
    max-width: 90vw;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
  }
  .claim.h2 {
    margin-bottom: 30px;
  }
  .claim.investors {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .lefter {
    display: none;
  }
  .floater {
    position: relative;
    z-index: 0;
    display: none;
    width: 45vw;
    margin-top: -10px;
    padding-top: 0px;
  }
  .mapper {
    top: -66px;
  }
  .feature {
    display: none;
  }
  .semibutt {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -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;
  }
  .butt {
    width: 90vw;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .butt.slim {
    margin-top: 40px;
  }
  .butt.order {
    display: block;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .buttonbig {
    font-size: 21px;
    letter-spacing: 0px;
  }
  .buttsub {
    padding-top: 5px;
    color: hsla(0, 0%, 100%, .65);
    font-weight: 400;
  }
  .iconbutt {
    margin-top: 15px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .minibutt {
    padding-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
  }
  .leftbutt {
    width: 200px;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .greener {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .greener.live {
    height: auto;
  }
  .greener.footgreen {
    padding-bottom: 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;
  }
  .explainer {
    width: 95vw;
    max-width: 90vw;
    padding-top: 10px;
    font-size: 21px;
    line-height: 36px;
  }
  .explainer.footsplash {
    padding-bottom: 20px;
    line-height: 33px;
  }
  .explainer.job {
    width: 100%;
    margin-bottom: 5px;
    padding-top: 5px;
    opacity: 1;
    font-size: 15px;
    line-height: 24px;
  }
  .explainer.ex2 {
    margin-bottom: 20px;
    color: #035531;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
  .explainer.ex3 {
    width: auto;
    max-width: 85vw;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
  .explainer.ex3.ex4 {
    font-weight: 300;
  }
  .explainer.texplainer {
    text-align: left;
  }
  .explainer.ex4 {
    width: auto;
    max-width: auto;
  }
  .explainer_img {
    margin-bottom: 5px;
  }
  .explainer_text {
    margin-bottom: 20px;
  }
  .button.maroon {
    width: 90vw;
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #693453;
    color: #fff;
  }
  .button.sign {
    padding-right: 0px;
    padding-left: 0px;
  }
  .stats {
    display: block;
    overflow: visible;
    max-width: 100vw;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .tron1 {
    display: none;
  }
  .statter {
    display: block;
    max-width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 54px;
  }
  .statter.slash {
    display: none;
  }
  .statbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 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;
  }
  .trackwith {
    display: block;
    padding-top: 5px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
  }
  .clients {
    height: 340px;
    margin-bottom: 20px;
    padding-top: 30px;
    -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;
  }
  .custrack {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .gothamheader {
    display: block;
    width: 250px;
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    line-height: 27px;
    text-align: center;
  }
  .gothamheader.person {
    margin-top: -25px;
    opacity: 1;
  }
  .gothamheader.priceheader {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 13px;
  }
  .custracker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 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;
  }
  .bigbody {
    max-width: 90vw;
    line-height: 36px;
    text-align: center;
  }
  .bigbody.centerbody {
    padding-bottom: 20px;
    line-height: 36px;
  }
  .bigbody.featurebody {
    max-width: 95%;
    padding-bottom: 10px;
  }
  .dashboard {
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .dasher {
    position: relative;
    z-index: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dashvideo.dashvideomobile {
    display: block;
    max-height: 95vw;
    margin-top: -10px;
    margin-bottom: -30px;
  }
  .features {
    display: block;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .featuretron {
    display: none;
  }
  .tabs {
    overflow: scroll;
    width: 100vw;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tabs.feety {
    max-width: 100vw;
  }
  .tabbist {
    margin-top: 30px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-right: 0px;
    margin-left: 10px;
    padding: 10px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(164, 181, 191, .4);
    border-radius: 4px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
  }
  .tab.w--current {
    border-style: none;
    border-top-color: #01b465;
  }
  .tab.sdk.custard {
    padding-right: 15px;
    padding-left: 15px;
    border-style: solid;
    border-radius: 4px;
  }
  .tab.sdk.custard.w--current {
    border-bottom-style: none;
    background-color: #48eea5;
  }
  .tab.feetur {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .tab.feetur.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .feeture {
    width: 90vw;
  }
  .mapster {
    display: none;
  }
  .f_img {
    width: 90vw;
    height: auto;
    min-height: 400px;
    margin-top: 20px;
    padding: 10px 5% 20px;
    -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;
  }
  .f_img.workz.custo {
    margin-top: 0px;
    padding-top: 40px;
  }
  .bottomtron {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .instacart {
    height: auto;
    max-width: 220px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footerheader {
    font-size: 24px;
  }
  .footerlink {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
  }
  .footercolumn {
    padding-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logowhite {
    display: none;
  }
  .socialcolumn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social {
    margin-left: 0px;
  }
  .socialrow {
    width: 69vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .buttons {
    margin-bottom: 0px;
  }
  .zomato {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .dashing {
    display: block;
    width: 90%;
  }
  .dashing.lls {
    width: 80%;
  }
  .iphoner {
    height: 60%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .unicorn {
    position: relative;
    display: none;
    width: 100vw;
    padding-top: 1px;
  }
  .zoom {
    height: 225px;
    margin-bottom: 0px;
    background-image: url('../images/AcademicSimpleAnophelesmosquito-size_restricted.gif');
    background-position: -8px 157%;
    background-size: 105vw;
    background-repeat: no-repeat;
  }
  .justice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
  }
  .righter {
    display: none;
  }
  .steps {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .client {
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .client.dash {
    max-height: 70px;
  }
  .livetrack {
    display: block;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navmenu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #fff;
  }
  .keystats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .embedblack {
    overflow: auto;
    width: auto;
    max-width: 75%;
    min-width: 0px;
  }
  .howitworks {
    display: none;
  }
  .sdktabs.custom {
    overflow: scroll;
    width: 100vw;
    margin-right: 0px;
    padding-right: 0px;
  }
  .tabcontent.customer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta {
    margin-top: 30px;
  }
  .feature_container {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feat {
    max-width: 95%;
  }
  .polar {
    height: 400px;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }
  .title {
    margin-top: -3px;
    opacity: 1;
  }
  .price_card {
    height: auto;
    max-width: 90vw;
    min-height: auto;
    margin-top: 20px;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-shadow: 0 -1px 50px 2px rgba(111, 112, 139, .14);
  }
  .faq {
    padding: 20px 5vw;
  }
  .question {
    font-size: 21px;
    line-height: 32px;
  }
  .answer {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: auto;
    max-width: 75%;
    float: none;
    clear: none;
    opacity: 1;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
  }
  .answer.faqq {
    font-size: 15px;
    line-height: 24px;
  }
  .answer.faqq.test {
    max-width: 75%;
    margin-top: 0px;
  }
  .faqs {
    margin-bottom: 20px;
  }
  .pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pricecol {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .card {
    width: 90vw;
    min-width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .rapper {
    width: 90%;
  }
  .fine {
    max-width: 80%;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
  }
  .success {
    min-height: 80px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .coretek {
    margin-bottom: 30px;
    padding-top: 0px;
  }
  .tek {
    margin-bottom: 0px;
  }
  .bullet {
    line-height: 24px;
  }
  .response {
    width: 100%;
    max-width: 100vw;
    margin-left: 40px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .response.hed {
    padding-right: 20px;
    padding-left: 20px;
  }
  .response.smol {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bullets {
    width: auto;
    max-width: 250px;
    margin-left: 20px;
  }
  .bullets.ordered {
    margin-left: 0px;
  }
  .reveal {
    display: block;
    margin-left: 0px;
    opacity: 1;
  }
  .fak {
    max-width: 90%;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 200;
    letter-spacing: 0px;
  }
  .fakk {
    margin-top: 40px;
  }
  .q2 {
    font-size: 18px;
    line-height: 24px;
  }
  .faqset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -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;
  }
  .menu.w--open {
    z-index: 101;
    background-color: #48eea5;
  }
  .brand {
    z-index: 5000;
  }
  .brand.w--current {
    min-width: 70vw;
    background-color: #fff;
  }
  .iframe {
    width: 100vw;
  }
  .quote {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .homie {
    max-width: 100%;
    padding-top: 20px;
    padding-right: 5vw;
    padding-left: 5vw;
    text-align: center;
    letter-spacing: 1px;
  }
  .custody {
    width: 90vw;
    margin-top: 20px;
    padding: 30px 20px;
    text-align: left;
  }
  .terms {
    width: 100vw;
    margin-left: -40px;
    padding-top: 0px;
    padding-right: 0px;
  }
  .testimonials {
    overflow: scroll;
    max-width: 100vw;
    min-width: 100vw;
    margin-top: -20px;
  }
  .tutorialcheck {
    display: block;
    max-width: 75%;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .testiperson {
    width: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .photoname {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tag {
    -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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .persontag {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .carousel {
    height: 400px;
  }
  .carouselarrow {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    text-align: right;
  }
  .carouselarrow.left {
    text-align: left;
  }
  .dots {
    opacity: 0.34;
  }
  .testcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
  }
  .arrowdiv {
    text-align: right;
  }
  .image {
    width: 90vw;
    margin-left: 0px;
  }
  .row-2 {
    max-width: 90%;
  }
  .row-3 {
    max-width: 90%;
  }
  .row-4 {
    max-width: 90%;
  }
  .row-5 {
    max-width: 90%;
    background-color: #48eea5;
  }
  .row-6 {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-4 {
    margin-bottom: 30px;
  }
  .image-3 {
    max-width: 100px;
  }
  .column-5 {
    margin-bottom: 30px;
  }
  .image-4 {
    max-width: 100px;
  }
  .image-5 {
    max-width: 100px;
  }
  .html-embed.livelocationgif {
    margin-top: -10px;
    margin-bottom: -127px;
  }
  .row-8 {
    margin-top: -20px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .usecase_explainer {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 28px;
    text-align: center;
  }
  .image-6 {
    max-width: 100px;
  }
  .image-9.wip {
    max-width: 70%;
    margin-top: 6px;
    margin-bottom: 38px;
  }
}

@font-face {
  font-family: 'Proxima nova soft black webfont';
  src: url('../fonts/proxima-nova-soft-black-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}