.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: 'Gothic A1', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

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

p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

a {
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
  color: #007dea;
  text-decoration: none;
}

a:hover {
  color: #eac700;
}

strong {
  font-weight: bold;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 172px;
  -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;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40vh;
  padding-top: 0vh;
  -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-color: #4a4a4a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), color-stop(0%, #000), color-stop(50%, rgba(2, 2, 2, 0.53)), color-stop(51%, rgba(0, 0, 0, 0.5)), color-stop(96%, #000), color-stop(0, #000), to(#141414));
  background-image: linear-gradient(180deg, #1b1b1b, #000 0%, rgba(2, 2, 2, 0.53) 50%, rgba(0, 0, 0, 0.5) 51%, #000 96%, #000 0, #141414);
  background-position: 0px 0px;
  opacity: 1;
}

.section.center.homepage {
  height: 73vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(37%, rgba(87, 17, 119, 0.63)), to(rgba(55, 10, 66, 0))), radial-gradient(circle farthest-corner at 50% 50%, #00395a, #000), -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), color-stop(0%, #000), color-stop(50%, rgba(2, 2, 2, 0.53)), color-stop(51%, rgba(0, 0, 0, 0.5)), color-stop(96%, #000), color-stop(0, #000), to(#141414));
  background-image: linear-gradient(180deg, #000, rgba(87, 17, 119, 0.63) 37%, rgba(55, 10, 66, 0)), radial-gradient(circle farthest-corner at 50% 50%, #00395a, #000), linear-gradient(180deg, #1b1b1b, #000 0%, rgba(2, 2, 2, 0.53) 50%, rgba(0, 0, 0, 0.5) 51%, #000 96%, #000 0, #141414);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, auto;
}

.section.center.homepage.features {
  height: 48vh;
}

.section.center.homepage.fullscreen {
  height: 98vh;
}

.section.center.pricing-page {
  height: 27vh;
}

.section.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.column.devices {
  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;
}

.section.column.faq {
  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;
  background-color: #000;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 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;
  background-color: transparent;
}

.section.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -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;
  background-color: #1b1b1b;
}

.section.wide.img {
  padding-bottom: 0vh;
}

.section.wide.img.hide {
  display: none;
}

.section.wide.purple {
  height: 197px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/Pattern-Tile-1.png'), linear-gradient(135deg, #0abbfc, #602bb6);
  background-position: 0px 0px, 0px 0px;
  background-size: 273px, auto;
}

.section.wide.purple.hide {
  display: none;
}

.section.wide.sm-share {
  display: none;
}

.section.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-left: 0px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.col.bg {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

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

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.col.img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 10vw;
  border: 1px none #000;
  background-color: transparent;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-color: transparent;
}

.nav.global {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
}

.nav.hide.global {
  z-index: 99;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.body {
  margin-left: 0px;
  background-color: #191a1f;
  font-family: 'Gothic A1', sans-serif;
  color: #fff;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -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;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 35vh;
  max-width: none;
  min-height: 172px;
  padding: 0px 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  text-align: center;
}

.feature-content.icons.numbers {
  width: 25%;
  background-color: transparent;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.33%;
  max-width: none;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 30px;
  padding-left: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 22px;
  background-color: #121212;
  text-align: center;
}

.feature-content.icons.hover-up {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.feature-content.icons.hover-up:hover {
  -webkit-transform: rotate(0deg) translate(0px, -5px);
  -ms-transform: rotate(0deg) translate(0px, -5px);
  transform: rotate(0deg) translate(0px, -5px);
}

.feature-content.icons.hover-up.highlight-sub {
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.feature-content.icons.hover-up.highlight-sub:hover {
  background-color: #171717;
}

.feature-content.icons.hover-up.highlight-sub.base {
  height: auto;
  border: 2px solid #88c343;
  background-color: rgba(15, 15, 15, 0.57);
  box-shadow: inset 0 0 8px 8px rgba(136, 195, 67, 0.07);
  -webkit-transition-duration: 250ms, 200ms;
  transition-duration: 250ms, 200ms;
}

.feature-content.icons.hover-up.highlight-sub.base:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #88c343;
  background-color: #121212;
  -webkit-transform: scale(1.03) rotate(0deg) translate(0px, -5px);
  -ms-transform: scale(1.03) rotate(0deg) translate(0px, -5px);
  transform: scale(1.03) rotate(0deg) translate(0px, -5px);
}

.feature-content.icons.hover-up.highlight-sub.base.no-maker {
  width: 39%;
}

.feature-content.icons.hover-up.highlight-sub.ultra {
  height: auto;
  border: 2px solid #7322f5;
  background-color: rgba(15, 15, 15, 0.57);
  box-shadow: inset 0 0 60px 8px rgba(115, 34, 245, 0.3);
  -webkit-transition-duration: 250ms, 200ms;
  transition-duration: 250ms, 200ms;
}

.feature-content.icons.hover-up.highlight-sub.ultra:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #7322f5;
  background-color: #121212;
  box-shadow: inset 0 0 60px 8px rgba(115, 34, 245, 0.3);
  -webkit-transform: scale(1.03) rotate(0deg) translate(0px, -5px);
  -ms-transform: scale(1.03) rotate(0deg) translate(0px, -5px);
  transform: scale(1.03) rotate(0deg) translate(0px, -5px);
}

.feature-content.icons.hover-up.highlight-sub.ultra.no-maker {
  width: 39%;
}

.feature-content.icons.hover-up.highlight-sub.dev {
  height: auto;
  border: 2px solid #565656;
  background-color: rgba(15, 15, 15, 0.57);
  box-shadow: inset 0 0 8px 8px rgba(65, 64, 64, 0.3);
  -webkit-transition-duration: 250ms, 200ms;
  transition-duration: 250ms, 200ms;
}

.feature-content.icons.hover-up.highlight-sub.dev:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #565656;
  background-color: #121212;
  -webkit-transform: scale(1.03) rotate(0deg) translate(0px, -5px);
  -ms-transform: scale(1.03) rotate(0deg) translate(0px, -5px);
  transform: scale(1.03) rotate(0deg) translate(0px, -5px);
}

.feature-content.icons.hover-up.highlight-sub.dev.hide {
  display: none;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #0aabfc;
  -webkit-transition: border-radius 200ms ease, background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1), -webkit-transform 200ms ease;
  transition: border-radius 200ms ease, background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1), -webkit-transform 200ms ease;
  transition: transform 200ms ease, border-radius 200ms ease, background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: transform 200ms ease, border-radius 200ms ease, background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1), -webkit-transform 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  border-style: solid;
  border-width: 0px;
  border-color: #0aabfc;
  border-radius: 7px;
  background-color: #0aabfc;
  box-shadow: 0 0 8px 0 #000;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  color: #fff;
}

.button.outline {
  margin-left: 10px;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  color: #5a5a5a;
}

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

.button.contact:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.button.gray {
  display: none;
  background-color: #272727;
}

.button.graphik {
  font-family: 'graphik regular', sans-serif;
}

.button.yellow-fade-hover {
  -webkit-transition-duration: 200ms, 200ms, 150ms, 200ms;
  transition-duration: 200ms, 200ms, 150ms, 200ms;
  -webkit-transition-timing-function: ease, ease, linear, cubic-bezier(.789, .159, .25, 1);
  transition-timing-function: ease, ease, linear, cubic-bezier(.789, .159, .25, 1);
}

.button.yellow-fade-hover:hover {
  background-color: #eac700;
}

.button.yellow-fade-hover.login-button {
  background-image: radial-gradient(circle farthest-corner at 111% 61%, #c61de8, hsla(0, 0%, 100%, 0.09));
  -webkit-transition-duration: 200ms, 200ms, 150ms, 175ms;
  transition-duration: 200ms, 200ms, 150ms, 175ms;
  -webkit-transition-timing-function: ease, ease, linear, linear;
  transition-timing-function: ease, ease, linear, linear;
}

.button.yellow-fade-hover.login-button:hover {
  color: #fff;
}

.h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4.left {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -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;
}

.wrapper.welcome {
  position: relative;
  z-index: 90;
  width: 100vw;
  max-width: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap {
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  color: #a8a8a8;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: hsla(0, 0%, 100%, 0.6);
}

.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -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;
}

.div-block-7.team {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  padding: 10px 30px 30px 0px;
}

.thumb-food {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #c6ced3;
}

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../images/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  margin-bottom: 10px;
  color: #fff;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #0aabfc;
  color: #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #acb1b4;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 80px;
  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;
}

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

.field-newsletter {
  width: 340px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #300479;
  border-radius: 10px;
  background-color: #300479;
  color: #fff;
  font-size: 16px;
}

._w-img {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  width: 100%;
}

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: absolute;
  right: 3vw;
  bottom: 0px;
  display: none;
  height: 85vh;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  margin-top: -15px;
  color: #7c7c7c;
}

.black-text.gotham {
  font-family: 'Gotham 0', sans-serif;
}

.black-text.graphik {
  font-family: 'graphik medium', sans-serif;
}

.hero-content {
  position: relative;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10vw;
  padding-left: 10vw;
  -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;
  border-style: solid;
  border-width: 0px;
  border-color: #928686;
  border-radius: 10px;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 1px none #000;
}

.feature-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap.reverse.hide {
  display: none;
}

.feature-wrap.logos {
  width: 56vw;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.09);
  border-radius: 23px;
  background-color: #212731;
}

.feature-wrap.icons {
  margin-top: 4vh;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-wrap.icons.numbers {
  width: 36vw;
  margin-bottom: 1vh;
}

.feature-wrap.hide {
  display: none;
}

.feature-wrap.icons {
  margin-top: 0vw;
  margin-bottom: -8vh;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-wrap.icons.pricing-plans.no-maker {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.black {
  color: #000;
}

.hero-subhead {
  max-width: 60%;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  text-align: left;
}

.hero-subhead.fordevs {
  margin-top: 18px;
  margin-bottom: -12px;
  font-family: 'Varela Round', sans-serif;
  color: hsla(0, 0%, 100%, 0.27);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hero-subhead.centered {
  max-width: none;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}

.bottom-image-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.black-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.feature-icon.referral {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.feature-icon.userpromo {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.feature-icon.streamingproject {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.purple {
  color: #b32e6e;
}

.footer {
  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;
  background-color: #1b1b1b;
}

.footer-link {
  margin-right: 15px;
  margin-left: 15px;
  color: #6b6b6b;
  font-size: 12px;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.input {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.quote-slider {
  width: 70vw;
  height: 60vh;
  margin-top: 20vh;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  -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-align: center;
}

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

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.quote-icon {
  margin-bottom: 45px;
  border-radius: 2px;
}

.quote-icon.henk {
  margin-bottom: 0px;
  border-radius: 100px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.quote-icon.sorryaboutyourcats {
  margin-bottom: 0px;
  border-radius: 100px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-family: 'Varela Round', sans-serif;
  color: #d4d4d4;
  font-size: 60px;
  line-height: 90px;
}

.float {
  position: relative;
  left: 567px;
  top: 200px;
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  font-family: 'Varela Round', sans-serif;
}

.heading-3.mini {
  margin-top: 31px;
  font-size: 5vh;
  line-height: 10vh;
  text-align: center;
}

.image-5 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-13 {
  background-image: url('../images/app-05.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.button-2 {
  margin-left: 13px;
}

.button-2.button {
  border: 1px solid #0aabfc;
  background-color: transparent;
  opacity: 1;
  color: #0aabfc;
}

.button-2.button.yellow-fade-signup {
  -webkit-transition-duration: 200ms, 200ms, 150ms, 150ms;
  transition-duration: 200ms, 200ms, 150ms, 150ms;
  -webkit-transition-timing-function: ease, ease, linear, linear;
  transition-timing-function: ease, ease, linear, linear;
}

.button-2.button.yellow-fade-signup:hover {
  border-color: #eac700;
  box-shadow: none;
  color: #eac700;
}

.button-2.button.yellow-fade-signup.mini {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 100;
  padding: 8px 16px;
  font-weight: 400;
}

.hide {
  display: none;
}

.bold-text {
  color: #d4d4d4;
}

.bold-text-2 {
  color: #d4d4d4;
  text-decoration: none;
}

.bold-text-3 {
  color: #d4d4d4;
}

.slide {
  overflow: visible;
  max-width: none;
}

.image-6 {
  margin-top: -16px;
  opacity: 1;
}

.smaller {
  font-size: 23px;
}

.paragraph-2 {
  color: #fff;
  font-weight: 800;
}

.paragraph-2.gotham {
  font-family: 'Gotham 0', sans-serif;
}

.paragraph-2.graphik {
  font-family: 'graphik regular', sans-serif;
}

.embed-style {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 120vw;
  margin-left: -10vw;
  opacity: 0.2;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.list-item {
  max-width: none;
  margin-top: 5px;
  padding: 10px;
  border-radius: 8px;
  background-color: #4b4e5d;
  color: #fff;
  list-style-type: none;
}

.list-item-2 {
  margin-top: 5px;
  padding: 10px;
  border-radius: 8px;
  background-color: #4b4e5d;
  color: #fff;
  list-style-type: none;
}

.list-item-3 {
  list-style-type: none;
}

.list-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 18px;
  width: 20vw;
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 4vw;
  padding-left: 0px;
  font-size: 17px;
  list-style-type: none;
}

.grid {
  width: 65vw;
  margin-top: 0px;
  margin-right: 5vw;
  padding-bottom: 0px;
  float: right;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-column-gap: 31px;
  grid-template-areas: ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". .";
  -ms-grid-columns: 2fr 31px 0.75fr;
  grid-template-columns: 2fr 0.75fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.rich-text-block-padding {
  max-width: auto;
  padding-left: 0px;
}

.rich-text-block-padding a {
  color: #3898ec;
}

.rich-text-block-padding.feature-tag strong {
  color: #5c656d;
  font-size: 14px;
  letter-spacing: 1.5px;
}

.feature-heading {
  margin-top: 43px;
  margin-bottom: -24px;
  padding-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
}

.feature-heading.update-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.menu-links {
  position: relative;
  display: block;
  margin-top: 5px;
  padding: 10px;
  border-radius: 8px;
  background-color: #4b4e5d;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.menu-links:hover {
  left: -10px;
  background-color: #717484;
  color: #fff;
}

.menu-links.w--current {
  position: relative;
}

.list-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 18px;
  width: 20vw;
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 4vw;
  padding-left: 0px;
  list-style-type: none;
}

.list-3.mobile {
  width: 15vw;
  margin-left: 6vw;
}

.button-3 {
  width: 200px;
  height: 75px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.button-3.update-link-button {
  margin-top: 0px;
  border-radius: 8px;
}

.text-span {
  line-height: 55px;
}

.update-container {
  display: block;
  width: 70vw;
  height: auto;
  margin-top: 3vh;
  margin-right: 3vw;
  float: right;
  clear: none;
}

.update-container.mobile.centered-container {
  display: block;
  margin-right: 0vw;
}

.update-container.mobile.features-page {
  width: 65vw;
  margin-right: 5vw;
}

.update-link-button.button-3 {
  width: 140px;
  height: 60px;
  float: right;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 129% 50%, #1a034b, hsla(0, 0%, 100%, 0.54));
}

.update-link-button.button-3:hover {
  background-color: #297ac1;
  background-image: radial-gradient(circle farthest-corner at 114% 62%, rgba(0, 0, 0, 0.7), hsla(0, 0%, 100%, 0.54));
  color: #fff;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-style {
  margin-bottom: 11px;
  padding: 14px;
  border-radius: 8px;
  background-color: #101012;
}

.recent-updates {
  display: inline-block;
  width: auto;
  padding-top: 1px;
  background-color: #2a2a2a;
}

.text-span-2 {
  display: inline-block;
  padding: 8px 16px 13px;
  border-radius: 20px;
  background-color: #2f2f2f;
}

.feature-container {
  margin-top: 3vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.rich-text-block {
  padding: 2vw 1vw;
  border-radius: 8px;
  background-color: #0f0f0f;
}

.rich-text-block.api-docs-rich-text {
  padding-right: 3vw;
  padding-left: 3vw;
}

.rich-text-block.feature-main-rich-text {
  margin-bottom: 2vw;
  padding-right: 3vw;
  padding-left: 3vw;
}

.html-embed {
  width: 100%;
  height: 500px;
  padding-bottom: 0%;
}

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

.grid-2 {
  width: 65vw;
  margin-top: 0px;
  margin-right: 5vw;
  padding-bottom: 0px;
  float: right;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-column-gap: 16px;
  grid-template-areas: ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". ." ". .";
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.feature-heading-2 {
  margin-top: 43px;
  margin-bottom: -24px;
  padding-bottom: 0px;
}

.rich-text-block-padding-2 {
  max-width: 30vw;
  padding-left: 0px;
}

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

.recent-updates-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 16px 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #3898ec;
  border-radius: 20px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.recent-updates-button:hover {
  border: 1px solid #3898ec;
  background-color: transparent;
  color: #3898ec;
}

.recent-updates-button.api-page {
  width: auto;
}

.recent-updates-button.api-page:hover {
  color: #fff;
}

.recent-updates-button.competitors {
  width: 240px;
}

.recent-updates-button.competitors:hover {
  color: #fff;
}

.hero-content-2 {
  position: relative;
  z-index: 90;
  width: 100%;
  padding-right: 10vh;
  padding-left: 10vw;
  border-style: solid;
  border-width: 0px;
  border-color: #928686;
  border-radius: 10px;
}

.hero-subhead-2 {
  max-width: 60%;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
}

.hero-subhead-2.fordevs {
  margin-top: 99px;
  margin-bottom: 26px;
  font-family: 'Varela Round', sans-serif;
  color: hsla(0, 0%, 100%, 0.27);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hero-subhead-2.fordevs.about-header {
  margin-top: 33px;
}

.hero-subhead-2.gotham {
  font-family: 'Gotham 0', sans-serif;
  font-weight: 400;
}

.hero-subhead-2.valera {
  font-family: 'Varela Round', sans-serif;
}

.hero-subhead-2.open-sans {
  font-family: 'Open Sans', sans-serif;
}

.hero-subhead-2.roboto {
  font-family: Roboto, sans-serif;
}

.hero-subhead-2.graphik {
  font-family: 'graphik regular', sans-serif;
}

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

.paragraph-6 {
  padding: 2vw;
  background-color: #0f0f0f;
}

.paragraph-6.code-block {
  background-color: #202127;
}

.paragraph-8 {
  font-family: 'Open Sans', sans-serif;
  color: #d4d4d4;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-8.price {
  font-size: 24px;
}

.paragraph-9 {
  font-family: 'Open Sans', sans-serif;
}

.black-text-2 {
  margin-top: 27px;
  margin-bottom: -7px;
  opacity: 1;
  color: #7c7c7c;
  line-height: 56px;
}

.bold-text-4 {
  display: inline;
  color: #d4d4d4;
  font-size: 16px;
}

.bold-text-4.price {
  position: relative;
  left: -15px;
  display: inline-block;
  margin-bottom: 36px;
  font-family: 'Open Sans', sans-serif;
  font-size: 53px;
  font-weight: 600;
}

.bold-text-4.price.original {
  position: relative;
  left: 27px;
  top: -47px;
  right: -36px;
  opacity: 1;
  font-size: 24px;
}

.bold-text-4.price.original.invisible {
  opacity: 0;
}

.bold-text-4.price.original.ultra {
  left: 34px;
  right: -41px;
}

.bold-text-4.hide {
  display: none;
}

.unlimitedups {
  display: none;
  margin-bottom: 21px;
  color: #c5c5c5;
  font-style: italic;
}

.hero-subhead-3 {
  max-width: 60%;
  margin-top: 46px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.hero-subhead-3.ref-heading {
  max-width: 75%;
  margin-top: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.select-field {
  position: static;
  height: 47px;
  margin-top: -13px;
  padding-right: 12px;
  padding-bottom: 8px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  cursor: pointer;
}

.paragraph-10.sub-box-text {
  font-family: 'Open Sans', sans-serif;
}

.bold-text-5 {
  color: #d4d4d4;
  font-size: 16px;
}

.paragraph-11 {
  font-family: 'Open Sans', sans-serif;
  color: #d4d4d4;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-11.price {
  font-size: 24px;
}

.paragraph-7.sub-box-text {
  font-family: 'Open Sans', sans-serif;
}

.button-select {
  width: 174px;
  margin-top: 14px;
  margin-bottom: 49px;
  border-radius: 29px;
  background-color: #88c343;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.button-select:hover {
  color: #fff;
}

.button-select.button-dev {
  background-color: #565656;
}

.button-select.button-ultra {
  background-color: #7322f5;
}

.form-block-2 {
  margin-top: 2vw;
  margin-bottom: 0px;
}

.image-7 {
  width: 100%;
}

.image-8 {
  display: block;
  max-width: 70%;
  margin-top: 2vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
}

.feature-img {
  display: block;
  max-width: 80%;
  margin: 2vw auto;
  border-radius: 8px;
}

.html-embed-2 {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  clear: none;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-3 {
  position: relative;
  width: 100%;
  float: left;
  clear: none;
}

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

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

.bottom-padding {
  padding-bottom: 5vw;
}

.link-margin-top {
  margin-top: 12px;
}

.container-2 {
  margin-bottom: 11px;
  padding: 14px;
  border-radius: 8px;
  background-color: #101012;
}

.container-2.competitor-class.comparison-logos {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  box-shadow: 0 0 20px 11px #191a1f;
}

.container-2.features-page {
  padding-left: 28px;
}

.metrics-rich-text {
  border-radius: 8px;
  background-color: #191a1f;
  text-align: center;
}

.metrics-rich-text.red h2 {
  color: #b54a4a;
}

.metrics-rich-text.green h5 {
  position: absolute;
  left: auto;
  top: -29%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #191a1f;
  border-radius: 50%;
  background-color: #389435;
  color: #fff;
  font-size: 11px;
}

.metrics-column {
  margin-bottom: 38px;
}

.slider {
  display: block;
}

.slider.metrics {
  height: 100%;
  background-color: transparent;
}

.metrics-arrow-right {
  left: auto;
  top: -11%;
  right: 0%;
  bottom: auto;
  height: 60px;
}

.metrics-arrow-left {
  left: auto;
  top: -11%;
  right: 7%;
  bottom: auto;
  height: 60px;
}

.metrics-date-month {
  margin-bottom: 16px;
  font-size: 5vh;
  line-height: 5vh;
  text-align: center;
}

.centered {
  text-align: center;
}

.competitor-name {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(16, 16, 18, 0.75);
  text-align: center;
}

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

.image-9 {
  position: relative;
  max-width: 10%;
  margin-top: 0px;
  float: left;
  clear: right;
}

.coming-soon {
  position: absolute;
  top: -14px;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 8px;
  background-color: #b77f07;
  color: #fff;
}

.coming-column {
  border-style: solid;
  border-width: 1px;
  border-color: #b77f07;
  border-radius: 8px;
}

.plan-trigger {
  position: relative;
  margin-left: 0px;
  background-color: #761818;
}

.div-block-14 {
  width: 200px;
  height: 100px;
}

.html-embed-4 {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  opacity: 0.09;
}

.bold {
  font-weight: 800;
}

.gotham {
  font-family: 'Gotham 0', sans-serif;
}

.gotham.graphik {
  font-family: 'graphik medium', sans-serif;
}

.open-sans {
  font-family: 'Open Sans', sans-serif;
}

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

.roboto.graphik {
  font-family: 'graphik regular', sans-serif;
}

.graphik {
  font-family: 'graphik medium', sans-serif;
}

.image-10 {
  position: absolute;
  z-index: 0;
  display: block;
  opacity: 0.11;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.image-10.hide {
  display: none;
}

.homepage-feature-padding {
  width: 80%;
  padding-bottom: 0px;
}

.feature-map-section {
  margin-top: 11vh;
  background-color: #050505;
}

.feature-map-section.no-maker.mobile {
  display: block;
}

.text-block-3 {
  padding-top: 2vh;
  color: #c9c9c9;
  font-size: 24px;
  text-decoration: none;
}

.text-block-3.mini {
  padding-bottom: 2vh;
  font-size: 16px;
  line-height: 14px;
}

.text-block-3.ultra-color {
  color: #885bd1;
}

.text-block-3.original-price-tb {
  margin-top: -35px;
  margin-bottom: 0px;
  margin-left: -23px;
  color: #a53c3c;
  text-decoration: line-through;
}

.text-block-3.original-price-tb.ultra {
  margin-left: -32px;
}

.column-5 {
  position: relative;
  bottom: auto;
  display: block;
  height: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns {
  padding-bottom: 4px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #191a1f;
}

.text-span-3 {
  font-size: 18px;
}

.feature-map-bottom-border {
  border-bottom: 1px solid #191a1f;
}

.feature-map-container {
  padding-top: 4vh;
  padding-bottom: 8vh;
}

.feature-map-container.mobile {
  display: none;
}

.original-price {
  opacity: 0.13;
}

.text-span-4 {
  font-size: 17px;
  text-decoration: none;
}

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

.link-5 {
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
  text-decoration: none;
}

.link-5:hover {
  color: #eac700;
}

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

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #121212;
}

.footer-message {
  display: block;
  -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;
  color: #6b6b6b;
  text-align: center;
}

.footer-gray-link {
  color: #6b6b6b;
}

.header-bg {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 48vh;
  min-height: 172px;
  padding-top: 0vh;
  background-image: url('../images/vrchive_inVR.png');
  background-position: 50% 38%;
  background-size: cover;
  opacity: 0.15;
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}

.plan-title-txt {
  font-family: Exo, sans-serif;
  font-size: 34px;
  line-height: 34px;
}

.plan-title-txt.ultra {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #6b6b6b;
  font-size: 60px;
}

.plan-title-txt.dev {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #6b6b6b;
  font-size: 60px;
}

.plan-title-txt.base {
  margin-bottom: -9px;
  font-family: Montserrat, sans-serif;
  color: #6b6b6b;
  font-weight: 500;
}

.discount-amnt {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.with-application {
  font-size: 16px;
}

.circle {
  width: 32px;
  height: 32px;
  border: 3px solid #aaa;
  border-radius: 100%;
  background-color: hsla(0, 0%, 66.7%, 0);
}

.circle._2 {
  margin-top: 0vh;
}

.line-connector {
  width: 3px;
  height: 50vh;
  background-color: hsla(0, 0%, 66.7%, 0.3);
  color: #aaa;
}

.timeline-heading {
  position: relative;
  top: 2vh;
  width: 40vw;
  margin-top: 0vh;
  margin-left: 0vw;
  font-family: 'graphik medium', sans-serif;
  text-align: center;
}

.timeline-txt {
  position: relative;
  top: -34px;
  display: block;
  color: #838383;
  font-size: 5vh;
  line-height: 5vh;
  font-weight: 400;
}

.day-header {
  color: #fff;
}

.subtle-note {
  position: relative;
  top: -6.6vw;
  font-family: 'graphik regular', sans-serif;
  color: #838383;
  font-size: 3vh;
  line-height: 3vh;
}

.loading-cover {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  background-color: #191a1f;
  opacity: 0;
}

.goals-heading {
  display: block;
  font-size: 5vh;
  line-height: 5vh;
  font-weight: 300;
  text-align: center;
}

.goals-heading.subscription-heading {
  background-color: #191a1f;
}

.goals-heading.subscription-heading.heading-3 {
  padding-right: 8px;
  padding-left: 8px;
}

.goals-heading.subscription {
  background-color: #191a1f;
}

.goals-heading._2 {
  font-size: 4.5vh;
  line-height: 4.5vh;
  font-weight: 500;
}

.goals-heading.heading-3 {
  line-height: 7vh;
}

.goal-line {
  display: block;
  padding-right: 0vw;
  padding-left: 0vw;
  font-size: 2.5vh;
  line-height: 4.5vh;
  font-weight: 400;
}

.goal-line.larger {
  font-size: 5vh;
  line-height: 5vh;
}

.goal-line.subscription {
  background-color: #191a1f;
}

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

.progress-bar {
  position: static;
  display: block;
  overflow: hidden;
  width: 80%;
  height: 5vw;
  max-width: 600px;
  padding-right: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #51754e;
  border-radius: 7px;
  background-color: transparent;
}

.progress-bar-container {
  position: static;
  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;
  background-color: #050505;
}

.progress-bar-container.hide {
  display: none;
}

.progress-done {
  position: relative;
  top: -7.6vw;
  display: inline-block;
  width: 67%;
  height: 10vw;
  background-color: #3b6438;
}

.progress-done.hide {
  width: 2%;
  margin-top: -3px;
}

.subs-required {
  font-size: 7vh;
  line-height: 7vh;
  font-weight: 700;
}

.goal-bar-segment {
  position: relative;
  display: inline-block;
  width: 4%;
  height: 5vw;
  margin-right: 0%;
  margin-left: 1%;
  border-style: dashed;
  border-width: 0px;
  border-color: #3b6438;
  background-color: #161d12;
}

.ultra-modal {
  width: 40vw;
  height: 40vw;
  background-color: #0f0f0f;
}

.signup-email-box {
  position: relative;
  z-index: 999;
  margin-left: 0px;
  padding: 20px 55px;
  border: 0px solid #000;
  border-radius: 3px;
  background-color: #fff;
  color: #868686;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.signup-email-box:hover {
  color: #868686;
}

.form-container {
  position: relative;
  z-index: 999;
}

.bg-embed-fullscreen {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-filter: brightness(47%);
  filter: brightness(47%);
}

.go-exterior-cont {
  position: relative;
  top: 12.7vh;
  bottom: 3.2vh;
  z-index: 9;
  height: 400px;
}

.heading-5 {
  padding-right: 0px;
  font-size: 6vh;
  text-align: center;
}

.container-3 {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #4e4e4e;
  border-radius: 0px;
  background-color: #161616;
}

.go-subscribe-btn {
  position: static;
  margin-top: 20px;
  padding: 15px 18px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}

.go-subscribe-btn:hover {
  background-color: #247dca;
  color: #fff;
}

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

.homepage-bg-iframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.43;
}

@media (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .section.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.center.homepage.fullscreen {
    padding-top: 0vh;
  }
  .section.center.pricing-page {
    min-height: 233px;
  }
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav {
    width: 100vw;
  }
  .nav-inner {
    width: 100vw;
  }
  .feature-content.icons {
    height: 37vh;
  }
  .feature-content.icons.hover-up.highlight-sub.base {
    height: auto;
  }
  .feature-content.icons.hover-up.highlight-sub.ultra {
    height: auto;
  }
  .feature-content.icons.hover-up.highlight-sub.dev {
    height: auto;
  }
  .nav-link {
    padding-top: 20px;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .nav-menu {
    position: absolute;
  }
  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: none;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    margin-left: auto;
  }
  .hero-content {
    padding-right: 5vw;
    padding-bottom: 5vh;
    padding-left: 5vw;
  }
  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }
  .hero-subhead.fordevs {
    font-size: 20px;
  }
  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }
  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quote-wrap {
    width: 70vw;
  }
  .menu-icon {
    color: #fff;
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .nav-menu-2 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }
  .brand {
    padding-left: 18px;
  }
  .heading-3 {
    font-size: 7vw;
  }
  .embed-style {
    width: 120vw;
    margin-left: -10vw;
  }
  .hero-content-2 {
    padding-right: 5vw;
    padding-bottom: 5vh;
    padding-left: 5vw;
  }
  .hero-subhead-2 {
    font-size: 24px;
    line-height: 31px;
  }
  .hero-subhead-2.fordevs {
    font-size: 20px;
  }
  .paragraph-8 {
    font-size: 11px;
  }
  .paragraph-9 {
    font-size: 13px;
  }
  .hero-subhead-3 {
    margin-top: -37px;
    font-size: 24px;
    line-height: 31px;
  }
  .hero-subhead-3.ref-heading {
    max-width: 84%;
  }
  .paragraph-10 {
    font-size: 14px;
    line-height: 20px;
  }
  .paragraph-11 {
    font-size: 11px;
  }
  .paragraph-7 {
    font-size: 13px;
  }
  .feature-img {
    max-width: 80%;
  }
  .metrics-rich-text h2 {
    font-size: 30px;
  }
  .homepage-feature-padding {
    width: 100%;
  }
  .feature-map-container.mobile {
    display: none;
  }
  .header-bg {
    padding-top: 15vh;
  }
  .goals-heading.subscription-heading.heading-3 {
    font-size: 32px;
  }
  .goals-heading.heading-3 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .feature-content.icons {
    width: auto;
    height: 31vh;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .feature-content.icons.numbers {
    width: 50%;
    -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;
  }
  .feature-content.icons {
    width: auto;
    margin-bottom: 14px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .feature-content.icons.hover-up.highlight-sub.base {
    height: auto;
  }
  .feature-content.icons.hover-up.highlight-sub.base.no-maker {
    width: 78%;
  }
  .feature-content.icons.hover-up.highlight-sub.ultra {
    height: auto;
  }
  .feature-content.icons.hover-up.highlight-sub.ultra.no-maker {
    width: 78%;
  }
  .feature-content.icons.hover-up.highlight-sub.dev {
    height: auto;
  }
  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }
  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-image {
    display: none;
    margin-bottom: 10vw;
  }
  .hero-content {
    margin-bottom: 5vh;
  }
  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap.icons.numbers {
    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;
  }
  .feature-wrap.icons.numbers.hide {
    display: none;
  }
  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
  .feature-wrap.icons.pricing-plans.no-maker {
    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;
  }
  .hero-subhead.fordevs {
    font-size: 20px;
  }
  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
  }
  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }
  .quote-attribution {
    -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;
  }
  .menu-icon {
    font-size: 30px;
  }
  .nav-menu-2 {
    padding-bottom: 48px;
  }
  .form-block {
    width: 100%;
  }
  .smaller {
    font-size: 20px;
  }
  .embed-style {
    width: 124vw;
    margin-left: -12vw;
  }
  .update-link-button.button-3 {
    float: none;
  }
  .rich-text-block-padding-2 {
    max-width: 90%;
  }
  .hero-content-2 {
    margin-bottom: 5vh;
  }
  .hero-subhead-2.fordevs {
    font-size: 20px;
  }
  .paragraph-8 {
    font-size: 14px;
  }
  .paragraph-9 {
    font-size: 16px;
  }
  .hero-subhead-3.ref-heading {
    margin-bottom: 19px;
    font-size: 16px;
    text-align: center;
  }
  .paragraph-10 {
    font-size: 16px;
  }
  .paragraph-11 {
    font-size: 14px;
  }
  .paragraph-7 {
    font-size: 16px;
  }
  .button-select {
    text-align: center;
  }
  .feature-img {
    max-width: 100%;
  }
  .metrics-rich-text {
    margin-bottom: 17px;
  }
  .investor-metrics-column-margin {
    margin-top: 21px;
  }
  .metrics-arrow-right {
    top: -3.5%;
  }
  .metrics-arrow-left {
    top: -3.5%;
  }
  .homepage-feature-padding {
    text-align: center;
  }
  .feature-map-section.no-maker.mobile {
    display: block;
  }
  .feature-map-container {
    display: none;
  }
  .feature-map-container.mobile {
    display: block;
  }
}

@media (max-width: 479px) {

  
  .mobile-get-started-main {
    width: 100% !important;
    margin-top: 6px;
    margin-left: initial !important;
  }
  
  .signup-email-box {
    position: relative;
    z-index: 999;
    margin-left: 0px;
    padding: 20px 55px;
    border: 0px solid #000;
    border-radius: 3px;
    background-color: #fff;
    color: #868686;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    width: 100%;
  }
  
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .section.center {
    padding-bottom: 10vh;
  }
  .section.center.homepage.fullscreen {
    padding-bottom: 0vh;
  }
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav-inner {
    width: 100vw;
  }
  .feature-content {
    width: auto;
  }
  .feature-content.icons {
    height: 35vh;
    padding-bottom: 0px;
    -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;
  }
  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .feature-content.icons {
    margin-bottom: 17px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .feature-content.icons.hover-up.highlight-sub.base {
    height: auto;
  }
  .feature-content.icons.hover-up.highlight-sub.base.no-maker {
    width: 93%;
  }
  .feature-content.icons.hover-up.highlight-sub.ultra {
    height: auto;
  }
  .feature-content.icons.hover-up.highlight-sub.ultra.no-maker {
    width: 93%;
  }
  .feature-content.icons.hover-up.highlight-sub.dev {
    height: auto;
  }
  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
  .wrap {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .image-2 {
    width: 100%;
  }
  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image {
    display: none;
    width: 80%;
  }
  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap.logos {
    min-width: 288px;
  }
  .feature-wrap.icons.numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap.icons {
    text-align: center;
  }
  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .hero-subhead.fordevs {
    font-size: 20px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 20px;
  }
  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .slider-arrow {
    font-size: 24px;
  }
  .left-arrow {
    width: 15vw;
  }
  .right-arrow {
    width: 15vw;
  }
  .number {
    font-size: 40px;
  }
  .nav-menu-2 {
    padding-bottom: 48px;
  }
  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }
  .heading-3.mini {
    font-size: 4vh;
  }
  .smaller {
    font-size: 15px;
    line-height: 33px;
  }
  .paragraph-2 {
    text-align: center;
  }
  .paragraph-3 {
    text-align: center;
  }
  .paragraph-4 {
    text-align: center;
  }
  .paragraph-5 {
    text-align: center;
  }
  .embed-style {
    width: 140vw;
    margin-left: -20vw;
  }
  .feature-heading.update-heading {
    padding-left: 13px;
  }
  .menu-links {
    margin-right: 20px;
    text-align: left;
  }
  .menu-links.w--current {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -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;
  }
  .list-3.mobile {
    position: relative;
    top: 0px;
    width: 92vw;
  }
  .update-container.mobile {
    width: 100vw;
    margin-top: 47vh;
    margin-right: 0vw;
  }
  .hero-subhead-2.fordevs {
    font-size: 20px;
    text-align: center;
  }
  .bold-text-4 {
    text-align: left;
  }
  .hero-subhead-3 {
    max-width: 77%;
    margin-top: 11px;
    text-align: center;
  }
  .hero-subhead-3.ref-heading {
    margin-bottom: 19px;
  }
  .metrics-rich-text {
    margin-bottom: 12px;
  }
  .metrics-arrow-right {
    top: -4%;
  }
  .metrics-arrow-left {
    top: -4%;
  }
  .list-item-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .homepage-feature-padding {
    width: 90%;
  }
  .feature-map-container.mobile {
    display: block;
  }
  .header-bg {
    padding-bottom: 10vh;
  }
  .goals-heading.subscription-heading.heading-3 {
    font-size: 32px;
  }
  .goals-heading.heading-3 {
    padding-right: 10vw;
    padding-left: 10vw;
    font-size: 32px;
  }
  .goal-line.subscription {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .go-exterior-cont {
    top: 5.4vh;
  }
  .heading-5 {
    font-size: 5vh;
    line-height: 47px;
  }
}

@font-face {
  font-family: 'graphik medium';
  src: url('../fonts/586c538c80a27dc54a7d1460_Graphik-Medium-Web.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'graphik regular';
  src: url('../fonts/586c538cd989cc36168ae806_Graphik-Regular-Web.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham 0';
  src: url('../fonts/Gotham-Bold_0.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}