@charset "UTF-8";
/*! VARIABLES */
/*! SETUP */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-size: 100%;
  background-color: #130f5d;
  font: 400 22px/1 'proxima-soft', sans-serif;
  color: #fff;
}
body ::selection {
  background: rgba(176, 117, 255, 0.99);
  color: #fff;
}
body ::-moz-selection {
  background: rgba(176, 117, 255, 0.99);
  color: #fff;
}
section {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
.contentContainer {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
a,
a:active,
a:visited {
  text-decoration: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
input {
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input,
textarea,
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="submit"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin-top: -4px;
}
textarea {
  resize: none;
}
a:focus {
  outline: none;
}
button:focus {
  outline: 0;
}
button,
input {
  border: none;
  background: none;
}
.vline-div {
  padding: 0 5px;
}
.sidepad,
.pad-wrap {
  padding-left: 50px;
  padding-right: 50px;
}
.sidepadM {
  padding-left: 25px;
  padding-right: 25px;
}
.nopad {
  padding-left: 0px;
  padding-right: 0px;
}
.automargin {
  margin-left: auto;
  margin-right: auto;
}
.valign {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-l {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-r {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-b {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.flex-break {
  flex-basis: 100%;
  height: 0;
}
.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
}
.absr {
  position: absolute;
  right: 0;
  top: 0;
}
.abs-cen {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.abs-cenv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.bgcover {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inline-c {
  display: inline-block;
  vertical-align: middle;
}
.inline-t {
  display: inline-block;
  vertical-align: top;
}
.noshrink {
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
}
.allowgrow {
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}
.boost-accel {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.noflicker {
  -webkit-transform-style: preserve-3d;
}
.div-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.spacer {
  width: 100%;
  height: auto;
  display: block;
}
.filler {
  visibility: hidden;
}
.mob {
  display: none;
}
.col {
  position: relative;
}
.row {
  width: 100%;
  position: relative;
}
.upc {
  text-transform: uppercase;
}
.flipX {
  transform: scaleX(-1);
}
.flipY {
  transform: scaleY(-1);
}
.flipXY {
  transform: scale(-1);
}
.rotate-text {
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 50%;
}
.fpo {
  background-color: rgba(255, 0, 0, 0.2);
}
.spaced {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-t {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.showflex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 60;
}
.blanket {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .95;
  z-index: 1;
}
.overlayWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 0 50px;
  -webkit-transform: translateZ(0);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 30;
}
.gridline {
  width: 1px;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 0px;
  z-index: 100;
  background-color: yellow;
  opacity: .4;
  display: none;
}
.gridline.l {
  left: 50px;
}
.gridline.r {
  left: auto;
  right: 50px;
}
.gridline.ml {
  margin-left: -600px;
}
.gridline.mr {
  margin-left: 600px;
}
.crosshairs:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0px;
  height: 100%;
  border-left: 1px solid red;
  z-index: 50;
}
.crosshairs:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  height: 0px;
  width: 100%;
  border-top: 1px solid red;
  z-index: 50;
}
.part {
  position: absolute;
  left: 0;
  top: 0;
}
.part img {
  width: 100%;
  height: auto;
  display: block;
}
.part-wrap {
  position: absolute;
  overflow: hidden;
}
.sized img {
  width: 100%;
  height: auto;
  display: block;
}
.bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.layer img {
  width: 100%;
  height: auto;
  display: block;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  width: 1800px;
  margin-left: -900px;
  z-index: 0;
}
.background .base img {
  width: 100%;
  height: auto;
  display: block;
}
.ct {
  transform-origin: center top;
}
.lt {
  transform-origin: left top;
}
/* FUNCTIONS */
/*! - GLOBAL ***************************** */
/*! - GLOBAL: 0 REUSE */
section h1,
.global h1 {
  font: 400 40px/1.44 'proxima-soft', sans-serif;
  margin-bottom: 30px;
}
section h2,
.global h2 {
  font: 700 40px/1.44 'proxima-soft', sans-serif;
  margin-bottom: 15px;
}
section h3,
.global h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #b175ff;
  margin-bottom: 55px;
  letter-spacing: 0.3em;
  opacity: .45;
}
section p,
.global p {
  line-height: 1.86;
}
section p a,
.global p a {
  color: #fff;
}
section p + p,
.global p + p {
  margin-top: 20px;
}
section header,
.global header {
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
.cta-btn {
  color: #fff;
  font-size: 17px;
  padding: 22px 25px;
  min-width: 205px;
  text-align: center;
  display: inline-block;
  position: relative;
  background-color: #b175ff;
  border-radius: 10px;
  box-shadow: 0 0 35px 11px rgba(27, 52, 116, 0.7);
}
.cta-link {
  font-size: 15px;
  text-decoration: underline;
  color: #b175ff;
  display: inline-block;
}
.gradient-wrap {
  background: #191387 2%;
  background: -webkit-linear-gradient(top, #191387 2%, #320995 32%, #4b24ff 76%);
  background: -moz-linear-gradient(top, #191387 2%, #320995 32%, #4b24ff 76%);
  background: -o-linear-gradient(top, #191387 2%, #320995 32%, #4b24ff 76%);
  background: linear-gradient(top, #191387 2%, #320995 32%, #4b24ff 76%);
}
/*! - GLOBAL: 1 LOADER */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #130f5d;
  z-index: 40;
}
#loader .background.main {
  top: auto;
  bottom: 0px;
  height: 1200px;
  transform-origin: center bottom;
}
#loader .background.main .stars {
  left: 280px;
  top: 488px;
  width: 1248px;
  opacity: .5;
}
#loader .background.main .bgdots {
  left: 62px;
  top: 980px;
  width: 1667px;
}
#loader .background.main .moon {
  left: 345px;
  top: auto;
  bottom: 0px;
  width: 1124px;
}
#loader .background.main .trees {
  top: auto;
}
#loader .background.main .trees[data-num="1"] {
  left: -268px;
  bottom: -3px;
  width: 1415px;
}
#loader .background.main .trees[data-num="2"] {
  left: 1024px;
  bottom: 0px;
  width: 1170px;
}
#loader .background.main .sidetree {
  left: -268px;
  top: auto;
  bottom: 115px;
  width: 500px;
}
#loader .background.main .gradbg {
  width: 2000px;
  left: -100px;
  bottom: 0px;
}
#loader .loader-text {
  width: 365px;
  height: 111px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -100px;
  opacity: 0;
}
#loader .loader-text .load-r {
  width: 110px;
}
#loader .loader-text .load-text {
  width: 217px;
  left: 148px;
  top: 15px;
}
#loader .load-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #130f5d;
}
/*! - GLOBAL: 2 HEADER */
#globalHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
#globalHeader .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 195px;
  left: 60px;
  top: 50px;
}
#sticky-cta {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 170px;
  height: 170px;
  z-index: 31;
  -webkit-transition: transform 0.75s cubic-bezier(0.8, 0, 0.4, 1);
  -moz-transition: transform 0.75s cubic-bezier(0.8, 0, 0.4, 1);
  -o-transition: transform 0.75s cubic-bezier(0.8, 0, 0.4, 1);
  transition: transform 0.75s cubic-bezier(0.8, 0, 0.4, 1);
}
#sticky-cta p {
  position: absolute;
  left: 0px;
  top: 114px;
  font-size: 17px;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
#sticky-cta.off {
  transform: translateX(300px);
}
#sticky-cta .mob {
  width: 57px;
  height: 55px;
  position: relative;
}
#sticky-cta .mob a {
  display: block;
  width: 100%;
  height: 100%;
}
#sticky-cta .mob .sheep {
  width: 45px;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
}
#sticky-cta .mob .close-x {
  width: 18px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#sticky-cta .mob .sheep,
#sticky-cta .mob .close-x {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#sticky-cta.open .sheep {
  opacity: 0;
}
#sticky-cta.open .close-x {
  opacity: 1;
}
/*! - GLOBAL: 3 MENU */
#globalMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  overflow: visible;
  display: none;
}
#globalMenu .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 195px;
  left: 60px;
  top: 50px;
}
#globalMenu.expanded {
  width: 100%;
  height: 100%;
}
#globalMenu .menu-scroller {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#globalMenu .menu-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #130f5d;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  display: none;
}
#globalMenu .menu-contents {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 97px;
}
#globalMenu .menu-contents .cta-btn {
  padding: 22px 25px;
  min-width: 153px;
}
#globalMenu .product {
  width: 567px;
  top: 195px;
  left: 50%;
  margin-left: -187px;
}
#globalMenu .clouds {
  width: 768px;
  left: 50%;
  margin-left: -384px;
  top: -10px;
}
#globalMenu .cover {
  position: absolute;
  left: 0px;
  top: 968px;
  width: 100%;
  height: 200px;
  background-color: #130f5d;
}
/*! - GLOBAL: 4 HOVERS */
@media screen and (min-width: 1025px) {
  a,
  button {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  a:hover,
  .cta-link:hover,
  #benefits a:hover {
    color: #ffff00;
  }
  .cta-btn:hover {
    background-color: #130f5d;
  }
  #sticky-cta:hover > .dsk a p {
    color: #ffff00;
  }
  .phone-full .dot-nav li:hover > span {
    background-color: #fff;
    transform: scale(1.3);
  }
  .footer a:hover {
    opacity: .7;
  }
}
/*! - SECTION ***************************** */
/*! - SECTION: 0 HERO */
#hero {
  padding-top: 223px;
  padding-bottom: 640px;
}
#hero .txt {
  width: 50%;
}
#hero .background {
  height: 1068px;
}
#hero .cta-btn {
  width: 205px;
}
#hero .product-wrap {
  left: 778px;
  top: 50px;
  width: 677px;
}
#hero .product-wrap .phone,
#hero .product-wrap .bottle {
  width: 677px;
}
#hero .b-glow {
  left: 42px;
  top: 393px;
  width: 290px;
  mix-blend-mode: overlay;
}
#hero .trees {
  top: auto;
  bottom: -276px;
  width: 1800px;
  height: 1225px;
}
#hero .tree-group {
  left: 128px;
  top: auto;
  bottom: 207px;
  width: 1500px;
}
#hero .mtns {
  left: 378px;
  top: 703px;
  width: 1192px;
}
#hero .sheep {
  left: -28px;
  top: 583px;
  width: 475px;
}
#hero .phone-full {
  top: 54px;
  left: 237px;
  margin: 0;
}
#hero .phone-screen {
  display: block;
  opacity: 1;
}
#hero .phone-screen .app-card {
  transform: translateY(0px);
}
#hero .background,
#globalMenu .background {
  height: 1068px;
}
#hero .bg-grad,
#globalMenu .bg-grad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hero-gradient.svg) center center no-repeat;
  background-size: cover;
}
/*! - SECTION: 1 BENEFITS */
#benefits {
  padding-top: 40px;
  padding-bottom: 50px;
}
#benefits a {
  color: #b175ff;
  font-size: 15px;
  text-decoration: underline;
}
#benefits .dots-bg {
  top: 25px;
}
#benefits .buckets {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
  margin-top: 80px;
}
#benefits .bucket {
  width: 27%;
  max-width: 250px;
  min-height: 242px;
  margin-bottom: 8.5%;
  position: relative;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  background-color: #171273;
  overflow: hidden;
  border-radius: 23px;
}
#benefits .bucket .num {
  color: #b175ff;
  opacity: .43;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  position: absolute;
  right: 15px;
  top: 15px;
  letter-spacing: 0.3em;
}
#benefits .bucket .icon {
  display: inline-block;
  max-width: 151px;
  position: relative;
}
#benefits .bucket .icon img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
#benefits .bucket .card-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
}
#benefits .bucket .card-inner.top .title {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(200px);
  width: 100%;
  padding: 0 15px;
  line-height: 1.35;
}
#benefits .bucket .card-inner.bot {
  padding: 25px;
  opacity: 0;
}
#benefits .bucket .card-inner.bot .title {
  visibility: hidden;
}
#benefits .bucket .card-inner.bot p,
#benefits .bucket .card-inner.top .details p {
  font-size: 15px;
  line-height: 1.6;
  color: #b175ff;
}
#benefits .bucket .card-inner.bot p.title,
#benefits .bucket .card-inner.top .details p.title {
  color: #fff;
  font-size: 17px;
}
#benefits .bucket .card-inner.bot p + p,
#benefits .bucket .card-inner.top .details p + p {
  margin-top: 15px;
}
#benefits .bucket .card-inner.bot .cta,
#benefits .bucket .card-inner.top .details .cta {
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
  padding: 0 15px;
}
#benefits .bucket[data-num="2"] .card-inner.bot {
  padding: 25px 20px;
}
#benefits .bucket[data-num="3"] .card-inner.bot {
  padding: 25px 15px;
}
#benefits .bucket[data-num="5"] .icon {
  margin-top: -7px;
}
/*! - SECTION: 2 STATS */
#stats {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
#stats header {
  max-width: 705px;
}
#stats h3 {
  margin-bottom: 48px;
}
#stats .stats-box {
  background-color: #2d08ac;
  border-radius: 23px;
  width: 100%;
  max-width: 705px;
  margin: 0 auto;
  margin-top: 90px;
  position: relative;
}
#stats .stats-box p {
  font-size: 17px;
}
#stats .stats-box .notch {
  width: 92px;
  height: 92px;
  border-radius: 92px;
  background-color: #2d08ac;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  top: -30px;
  text-align: center;
}
#stats .stats-box .notch img {
  display: inline-block;
  width: 51px;
  height: auto;
  margin-top: 20px;
}
#stats .stats-box .row[data-num="1"] {
  padding: 55px 25px 20px;
}
#stats .stats-box .row[data-num="2"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-top: 1px solid rgba(177, 117, 255, 0.35);
}
#stats .stats-box .row[data-num="2"] .col {
  width: 50%;
  padding: 25px 25px 20px;
  text-align: center;
}
#stats .stats-box .row[data-num="2"] .col[data-num="1"] h4,
#stats .stats-box .row[data-num="2"] .col[data-num="1"] p {
  color: #b175ff;
}
#stats .stats-box .row[data-num="2"] .col[data-num="2"] {
  border-left: 1px solid rgba(177, 117, 255, 0.35);
}
#stats .stats-box .row[data-num="2"] .col[data-num="2"] h4,
#stats .stats-box .row[data-num="2"] .col[data-num="2"] p {
  color: #ffff00;
}
#stats .stats-box .percent-wrap {
  position: relative;
  display: inline-block;
}
#stats .stats-box .percent-wrap .pie {
  width: 226px;
  height: 226px;
  position: relative;
}
#stats .stats-box .percent-wrap .pie svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#stats .stats-box .percent-wrap .pie circle {
  fill: none;
  stroke: #4421AD;
  stroke-miterlimit: 10;
  stroke-width: 7px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#stats .stats-box .percent-wrap .pie .draw-pie1 {
  stroke: #b175ff;
}
#stats .stats-box .percent-wrap .pie .draw-pie2 {
  stroke: #ffff00;
}
#stats .stats-box .percent-wrap h4 {
  font-size: 70px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#stats .stats-box .percent-wrap h4 sub {
  font-size: 40px;
  bottom: 0;
  left: 7px;
  margin-top: -5px;
  font-weight: 900;
}
#stats .stats-box .percent-wrap p {
  font-size: 17px;
}
#stats .stats-box .percent-wrap .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
#stats .stats-box .stats-cite {
  background-color: rgba(19, 15, 93, 0.55);
  height: 48px;
  padding: 12px 15px 20px;
  border-radius: 0px 0px 23px 23px;
}
#stats .stats-box .stats-cite p {
  color: #b175ff;
  font-size: 13px;
  opacity: .57;
}
#stats .frame {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 350px;
  position: relative;
  overflow: hidden;
}
#stats .frame .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* display: none; */
}
#stats .frame .border-top {
  left: 50%;
  margin-left: -870px;
  top: -177px;
  width: 1770px;
}
#stats .frame .border-left {
  left: 50px;
  top: -100px;
  width: 110px;
}
#stats .frame .border-right {
  left: auto;
  right: 15px;
  top: -460px;
  width: 152px;
}
#stats .frame .clouds {
  left: 0px;
  top: 196px;
  width: 1800px;
}
#stats .frame .treeL {
  left: 0px;
  top: -102px;
  width: 370px;
}
#stats .frame .treeR {
  left: auto;
  right: 0px;
  top: -150px;
  width: 687px;
}
#stats .frame .owl {
  left: 211px;
  top: 455px;
  width: 236px;
}
#stats .stats-graph {
  margin-top: -305px;
  padding-bottom: 155px;
  position: relative;
}
#stats .stats-graph p {
  font-size: 17px;
  position: relative;
  z-index: 2;
}
#stats .stats-graph .tlbg,
#stats .stats-graph .tl-lines,
#stats .stats-graph .tl-top,
#stats .stats-graph .tl-bot {
  width: 1800px;
  left: 8px;
  top: -24px;
}
#stats .stats-graph .tl-bot {
  top: 507px;
  height: 7px;
  background-color: #19147B;
}
#stats .timeline-text {
  width: 100%;
  max-width: 942px;
  margin: 0 auto;
  margin-top: 10px;
  padding-top: 310px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#stats .timeline-text .col {
  width: 30%;
  max-width: 120px;
}
#stats .timeline-text h4,
#stats .timeline-text p {
  color: #b175ff;
}
#stats .timeline-text h4 {
  margin-bottom: 5px;
}
#stats .timeline-text h4 {
  font-size: 80px;
}
#stats .timeline-text .col {
  position: relative;
}
#stats .timeline-text .col[data-num="1"] .tl-year {
  top: -330px;
}
#stats .timeline-text .col[data-num="1"] .tl-line {
  height: 280px;
}
#stats .timeline-text .col[data-num="1"] .marker {
  top: 40px;
}
#stats .timeline-text .col[data-num="2"] .tl-year {
  top: -260px;
}
#stats .timeline-text .col[data-num="2"] .tl-line {
  height: 210px;
}
#stats .timeline-text .col[data-num="2"] .marker {
  top: 48px;
}
#stats .timeline-text .col[data-num="3"] h4,
#stats .timeline-text .col[data-num="3"] p {
  color: #ffff00;
}
#stats .timeline-text .col[data-num="3"] .tl-year {
  top: -155px;
}
#stats .timeline-text .col[data-num="3"] .tl-line {
  height: 105px;
}
#stats .timeline-text .col[data-num="3"] .tl-line .line-draw div {
  background-color: #ffff00;
}
#stats .timeline-text .col[data-num="3"] .marker {
  border-color: #ffff00;
  top: 45px;
}
#stats .tl-year {
  position: absolute;
  width: 100%;
  text-align: center;
}
#stats .tl-year p {
  margin-bottom: 6px;
}
#stats .tl-year .tl-line {
  width: 7px;
  display: inline-block;
  position: relative;
}
#stats .tl-year .marker {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 8px solid #b175ff;
  position: absolute;
  left: -12px;
  background-color: #130f5d;
  transform: scale(0.5);
  opacity: 0;
}
#stats .tl-year .line-draw {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#stats .tl-year .line-draw div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #b175ff;
  transform-origin: center bottom;
  transform: scaleY(0);
}
#stats .tl-data {
  opacity: 0;
}
#stats .tl-notch {
  position: absolute;
  bottom: -46px;
  width: 100%;
  text-align: center;
}
#stats .tl-notch .tl-lineb {
  width: 7px;
  height: 21px;
  border-radius: 20px;
  background-color: #19147B;
  display: inline-block;
  position: relative;
}
/*! - SECTION: 3 FORMULA */
#formula {
  padding-top: 150px;
  padding-bottom: 100px;
  z-index: 2;
}
#formula .contentContainer {
  max-width: 1220px;
}
#formula header .icon {
  width: 50px;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 14px;
}
#formula .buckets {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-top: 70px;
  text-align: center;
}
#formula .bucket {
  width: 31.5%;
  max-width: 355px;
  margin-bottom: 45px;
}
#formula .bucket h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px;
}
#formula .bucket p {
  font-size: 17px;
  line-height: 1.65;
}
#formula .bucket p + a {
  margin-top: 20px;
}
#formula .bucket .photo {
  width: 100%;
  position: relative;
  left: 16px;
}
#formula .bucket .photo img {
  width: 100%;
  height: auto;
  display: block;
}
#formula .bucket .txt {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: -7px;
}
#formula .bucket .amt {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 47px;
  top: 17px;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background-color: #b175ff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
#formula .background .branches {
  width: 2296px;
  left: -218px;
  top: -215px;
}
#formula .background .moon {
  left: 209px;
  top: 10px;
  width: 236px;
}
#formula .background .cloud {
  left: -386px;
  top: -25px;
  width: 1170px;
}
#formula .border-top {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  top: -177px;
  width: 100%;
  min-width: 1770px;
  height: 293px;
}
#formula .border-top img {
  height: 100%;
}
/*! - SECTION: 3 FORMULA CTA */
#formula-cta {
  margin-top: -260px;
  /* min-height: 1250px; */
  padding-top: 250px;
  padding-bottom: 260px;
}
#formula-cta .contentContainer {
  max-width: 1030px;
}
#formula-cta .row.main > .col {
  width: 50%;
}
#formula-cta .row.main > .col.text {
  z-index: 3;
}
#formula-cta .row.main > .col.image .product {
  left: 967px;
  width: 421px;
  height: 982px;
  left: 50%;
  top: 28px;
  margin-left: -193px;
}
#formula-cta .row.main > .col.image .b-glow {
  left: 85px;
  top: -13px;
  width: 311px;
  mix-blend-mode: overlay;
}
#formula-cta .row.main > .col.image .spotlight {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  top: -150px;
  width: 800px;
  height: 800px;
  background-image: radial-gradient(circle closest-side, rgba(139, 69, 255, 0.8) 25%, rgba(102, 44, 187, 0));
}
#formula-cta .row.main > .col.image .trees[data-num="1"] {
  left: -75px;
  top: 727px;
  width: 284px;
}
#formula-cta .row.main > .col.image .trees[data-num="2"] {
  left: 89px;
  top: 636px;
  width: 726px;
}
#formula-cta .module {
  background-color: #2d08ac;
  max-width: 465px;
  border-radius: 23px;
}
#formula-cta .module h2 {
  font-size: 38px;
}
#formula-cta .module header {
  padding: 35px 45px;
  text-align: left;
}
#formula-cta .module header p {
  max-width: 335px;
}
#formula-cta .module footer {
  padding: 35px 45px 50px;
  text-align: center;
}
#formula-cta .module footer .arr {
  width: 10px;
  height: auto;
  display: block;
  margin: 15px auto 20px;
  position: relative;
  z-index: 2;
}
#formula-cta .module .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-top: 1px solid rgba(177, 117, 255, 0.35);
  border-bottom: 1px solid rgba(177, 117, 255, 0.35);
}
#formula-cta .module .row .col {
  width: 50%;
  text-align: center;
  padding: 10px 15px;
}
#formula-cta .module .row .col h4 {
  font-size: 70px;
}
#formula-cta .module .row .col p {
  font-size: 17px;
}
#formula-cta .module .row .col h4,
#formula-cta .module .row .col p {
  color: #ffff00;
}
#formula-cta .module .row .col.right {
  border-left: 1px solid rgba(177, 117, 255, 0.35);
}
#formula-cta .module .legal p {
  font-size: 13px;
  color: #b175ff;
}
#formula-cta .bg-wrap[data-num="1"] {
  height: 850px;
}
#formula-cta .bg-wrap[data-num="2"] {
  height: 100%;
}
#formula-cta .bg-wrap[data-num="2"] .background {
  top: auto;
  bottom: -30px;
  height: 1040px;
}
#formula-cta .border-bot {
  width: 1615px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  top: auto;
  margin-left: -340px;
  bottom: -182px;
  z-index: 2;
}
#formula-cta .clouds {
  width: 2405px;
  left: -205px;
}
#formula-cta .mtns {
  left: -240px;
  top: auto;
  bottom: -85px;
  width: 1048px;
}
#formula-cta .trees[data-num="1"] {
  left: -363px;
  top: 290px;
  width: 870px;
}
#formula-cta .trees[data-num="2"] {
  left: 1200px;
  top: 178px;
  width: 993px;
}
/*! - SECTION: 5 APP / FOOTER */
#app {
  padding-top: 165px;
  padding-bottom: 58px;
}
#app .contentContainer {
  max-width: 960px;
}
#app h2 {
  font-size: 90px;
}
#app h3 {
  margin-bottom: 47px;
}
#app h4 {
  font-size: 38px;
  line-height: 1.42;
  margin-bottom: 16px;
}
#app .icon {
  margin-bottom: 24px;
}
#app .dots-bg {
  top: -5px;
}
#app .s-star {
  position: absolute;
  width: 160px;
  right: -145px;
  top: -25px;
  transform: rotate(13deg);
}
#app .app-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-top: 185px;
}
#app .app-wrap .col {
  width: 50%;
}
#app .app-wrap .col.right {
  padding-left: 8px;
}
#app p.special {
  color: #b175ff;
}
#app .cta-btn {
  margin-top: 40px;
  padding: 15px;
}
#app .cta-btn.mob {
  display: none;
}
#app .icon-apple {
  font-size: 30px;
  margin-left: -7px;
}
#app .background.main {
  top: auto;
  bottom: 0px;
  height: 1200px;
}
#app .background.main .stars {
  left: 280px;
  top: 488px;
  width: 1248px;
  opacity: .5;
}
#app .background.main .bgdots {
  left: 62px;
  top: 980px;
  width: 1667px;
}
#app .background.main .moon {
  left: 345px;
  top: auto;
  bottom: 0px;
  width: 1124px;
}
#app .background.main .trees {
  top: auto;
}
#app .background.main .trees[data-num="1"] {
  left: -268px;
  bottom: -3px;
  width: 1415px;
}
#app .background.main .trees[data-num="2"] {
  left: 1024px;
  bottom: 0px;
  width: 1170px;
}
#app .background.main .sidetree {
  left: -268px;
  top: auto;
  bottom: 115px;
  width: 500px;
}
#app .background.main .gradbg {
  width: 2000px;
  left: -100px;
  bottom: 0px;
}
#app .tagline {
  position: absolute;
  right: 60px;
  bottom: 75px;
  width: 125px;
}
.phone-full {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -372px;
  width: 368px;
  height: 785px;
}
.phone-full .phone-contents {
  position: relative;
  width: 368px;
  height: 750px;
  border-radius: 48px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #000;
  /* box-shadow: 0px 50px 158px 0px rgba(0, 0, 102, 0.6); */
}
.phone-full .phone-screens {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.phone-full .phone-screen {
  position: absolute;
  left: 3px;
  top: 47px;
  width: 362px;
  height: 697px;
  border-radius: 15px 15px 48px 48px;
  overflow: hidden;
  display: none;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /*
		&[data-num="1"]{
			display: block; opacity: 1;			
			.login-btn{
				width: 242px; left: 61px; top: 278px;
				&.hover{opacity: 0;}
			}
			.mouse-circle{
				position: absolute; left: 157px; top: 273px; .circle(51px); background-color: rgba(255,255,255,.3); box-shadow: 0px 0px 10px rgba(0,0,0,.2); opacity: 0;
			}
		}
*/
}
.phone-full .phone-screen .screen-bg {
  position: absolute;
  left: 0;
  top: 0;
  left: -17px;
  width: 395px;
}
.phone-full .phone-screen .screen-feather {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.phone-full .phone-screen[data-num="1"].on .sound-bar {
  -webkit-animation: soundMover infinite 1.5s linear;
  -moz-animation: soundMover infinite 1.5s linear;
  animation: soundMover infinite 1.5s linear;
  animation-fill-mode: forwards;
}
.phone-full .phone-screen[data-num="1"] .app-card {
  width: 320px;
  height: 146px;
  left: 20px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transform: translateY(550px);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
.phone-full .phone-screen[data-num="1"] .app-card[data-num="1"] {
  top: 156px;
}
.phone-full .phone-screen[data-num="1"] .app-card[data-num="2"] {
  top: 325px;
}
.phone-full .phone-screen[data-num="1"] .app-card[data-num="3"] {
  top: 495px;
}
.phone-full .phone-screen[data-num="1"] .app-card[data-num="4"] {
  top: 665px;
  background-color: #6200ea;
}
.phone-full .phone-screen[data-num="1"] .card-grad {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 190px;
  background: rgba(101, 31, 255, 0);
  background: -webkit-linear-gradient(top, rgba(101, 31, 255, 0), rgba(26, 35, 126, 0.9));
  background: -moz-linear-gradient(top, rgba(101, 31, 255, 0), rgba(26, 35, 126, 0.9));
  background: -o-linear-gradient(top, rgba(101, 31, 255, 0), rgba(26, 35, 126, 0.9));
  background: linear-gradient(top, rgba(101, 31, 255, 0), rgba(26, 35, 126, 0.9));
}
.phone-full .phone-screen[data-num="1"] .sound-bars {
  position: absolute;
  right: 47px;
  top: 18px;
  text-align: right;
}
.phone-full .phone-screen[data-num="1"] .sound-bars .sound-bar {
  width: 2px;
  height: 14px;
  border-radius: 8px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
}
.phone-full .phone-screen[data-num="1"] .sound-bars .sound-bar + .sound-bar {
  margin-left: 4px;
}
.phone-full .phone-screen[data-num="3"].on .steam-img {
  -webkit-animation: steamMover infinite 6s ease-in;
  -moz-animation: steamMover infinite 6s ease-in;
  animation: steamMover infinite 6s ease-in;
  animation-fill-mode: forwards;
}
.phone-full .phone-screen[data-num="3"] .steam {
  left: 142px;
  top: 247px;
  width: 56px;
  height: 97px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.phone-full .phone-screen[data-num="3"] .steam rect {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.phone-full .phone-screen[data-num="4"] .anim-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 333px;
}
.phone-full .phone-screen[data-num="4"] .anim-circle .circ-draw {
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 82px;
}
.phone-full .phone-screen[data-num="4"] .anim-circle .circ-draw circle {
  position: absolute;
  left: 0;
  top: 0;
}
.phone-full .phone-screen[data-num="4"] .anim-circle .circ-draw .base-circ {
  opacity: .2;
}
.phone-full .phone-screen[data-num="4"] .anim-circle .circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 1px 0 0 4px;
  width: 100px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.phone-full .phone-screen[data-num="4"] .anim-circle[data-num="1"] {
  left: 18px;
}
.phone-full .phone-screen[data-num="4"] .anim-circle[data-num="1"] .circle-text {
  color: #b175ff;
}
.phone-full .phone-screen[data-num="4"] .anim-circle[data-num="1"] circle {
  stroke: #b175ff;
}
.phone-full .phone-screen[data-num="4"] .anim-circle[data-num="2"] {
  left: 137px;
}
.phone-full .phone-screen[data-num="4"] .anim-circle[data-num="2"] .circle-text {
  color: #00b0ff;
}
.phone-full .phone-screen[data-num="4"] .anim-circle[data-num="2"] circle {
  stroke: #00b0ff;
}
.phone-full .phone-screen[data-num="4"] .anim-circle[data-num="3"] {
  left: 255px;
}
.phone-full .phone-screen[data-num="4"] .anim-circle[data-num="3"] .circle-text {
  color: #44d8b4;
}
.phone-full .phone-screen[data-num="4"] .anim-circle[data-num="3"] circle {
  stroke: #44d8b4;
}
.phone-full .phone-screen[data-num="4"] .anim-graph {
  position: absolute;
  left: 32px;
  top: 519px;
  width: 304px;
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 2s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 2s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: all 2s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 2s cubic-bezier(0.5, 0, 0.5, 1);
}
.phone-full .phone-screen[data-num="4"] .anim-graph.on {
  opacity: 1;
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(0 0% 0 0);
}
.phone-full .dot-nav {
  margin-top: 22px;
  text-align: center;
  position: relative;
  z-index: 2;
  transform-origin: center top;
}
.phone-full .dot-nav ul {
  font-size: 0px;
}
.phone-full .dot-nav li {
  padding: 10px 7px;
  display: inline-block;
  cursor: pointer;
}
.phone-full .dot-nav li > span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #b175ff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.phone-full .dot-nav li.on span {
  background-color: #fff;
}
.footer {
  margin-top: 352px;
  text-align: center;
  font-size: 13px;
  position: relative;
}
.footer .vline-div {
  padding: 0 25px;
  color: #130f5d;
}
.footer a {
  color: #130f5d;
}
/*! - x ANIMATION ***************************** */
/*! - x ANIMATION: 0 PARTS */
.pathTest svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pathTest path {
  stroke: #ff0000;
  fill: none;
}
.svg-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
}
.svg-mask path {
  stroke: transparent !important;
}
#hero .clouds,
#hero .stars {
  position: absolute;
  left: 0;
  top: 0;
  width: 1800px;
}
#hero .clouds {
  width: 6300px;
  top: -12px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
}
#hero .cloud-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 2440px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: .5;
}
#hero .cloud-group:nth-child(2) {
  left: 3150px;
}
#hero .cloud[data-num="1"] {
  width: 1330px;
  left: -570px;
  top: -270px;
}
#hero .cloud[data-num="2"] {
  width: 1080px;
  left: 1360px;
  top: 115px;
}
#hero .cloud[data-num="3"] {
  width: 450px;
  left: 850px;
  top: 190px;
}
#hero .tree {
  transform-origin: center bottom;
}
#hero .tree[data-num="1"] {
  left: -402px;
  top: 159px;
  width: 844px;
}
#hero .tree[data-num="2"] {
  left: 1479px;
  top: 3px;
  width: 586px;
  animation-delay: -5s !important;
}
#hero .tree[data-num="3"] {
  left: 1165px;
  top: 307px;
  width: 844px;
  animation-delay: -8s !important;
}
#hero .tree[data-num="4"] {
  left: -36px;
  top: -9px;
  width: 302px;
  animation-delay: -2s !important;
}
#hero .tree[data-num="5"] {
  left: 123px;
  top: 64px;
  width: 237px;
  animation-delay: -6s !important;
}
#hero .tree[data-num="6"] {
  left: 497px;
  top: 144px;
  width: 136px;
  animation-delay: -9s !important;
}
#hero .shooting-star {
  width: 1900px;
  height: 230px;
  left: -50px;
}
#hero .shooting-star .shoot-star {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 65px;
}
#hero .shooting-star .shoot-star img {
  transform: scaleX(-1) rotate(-15deg);
}
#hero .shooting-star svg {
  display: none;
}
#hero .ss-wrap {
  width: 219px;
  height: 150px;
  top: 500px;
  left: 75px;
}
#hero .shooting-star-sm {
  width: 292px;
  height: 100px;
  transform: rotate(0deg);
  top: 25px;
  left: -30px;
}
#hero .shooting-star-sm .shoot-star-sm {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 25px;
  display: none;
}
#hero .shooting-star-sm .shoot-star-sm img {
  transform: scale(-1) rotate(-15deg);
}
#hero .shooting-star-sm svg {
  display: none;
}
#hero .shooting-star-sm svg path {
  fill: none;
}
#hero .stars {
  top: -14px;
  left: -12px;
}
#hero .star {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #b175ff;
  opacity: .5;
}
#hero .star[data-num="0"] {
  left: 114px;
  top: 192px;
}
#hero .star[data-num="1"] {
  left: 181px;
  top: 257px;
}
#hero .star[data-num="2"] {
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  left: 252px;
  top: 342px;
}
#hero .star[data-num="3"] {
  left: 301px;
  top: 80px;
}
#hero .star[data-num="4"] {
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 401px;
  top: 180px;
}
#hero .star[data-num="5"] {
  left: 410px;
  top: 410px;
}
#hero .star[data-num="6"] {
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 495px;
  top: 90px;
}
#hero .star[data-num="7"] {
  left: 523px;
  top: 542px;
}
#hero .star[data-num="8"] {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  left: 590px;
  top: 347px;
}
#hero .star[data-num="9"] {
  left: 642px;
  top: 38px;
}
#hero .star[data-num="10"] {
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 682px;
  top: 160px;
}
#hero .star[data-num="11"] {
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 705px;
  top: 290px;
}
#hero .star[data-num="12"] {
  left: 764px;
  top: 409px;
}
#hero .star[data-num="13"] {
  left: 804px;
  top: 542px;
}
#hero .star[data-num="14"] {
  left: 858px;
  top: 185px;
}
#hero .star[data-num="15"] {
  left: 882px;
  top: 75px;
}
#hero .star[data-num="16"] {
  left: 877px;
  top: 317px;
}
#hero .star[data-num="17"] {
  left: 1044px;
  top: 236px;
}
#hero .star[data-num="18"] {
  left: 1046px;
  top: 464px;
}
#hero .star[data-num="19"] {
  left: 1118px;
  top: 83px;
}
#hero .star[data-num="20"] {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 1260px;
  top: 130px;
}
#hero .star[data-num="21"] {
  left: 1276px;
  top: 290px;
}
#hero .star[data-num="22"] {
  left: 1460px;
  top: 165px;
}
#hero .star[data-num="23"] {
  left: 1620px;
  top: 407px;
}
#hero .star[data-num="24"] {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 1640px;
  top: 80px;
}
#hero .star[data-num="25"] {
  left: 1705px;
  top: 290px;
}
#hero .star[data-num="26"] {
  left: 1443px;
  top: 576px;
}
#benefits .bucket .arr {
  width: 18px;
}
#benefits .bucket[data-num="1"] .check-wrap {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  border: 2px solid #ffff00;
  left: 97px;
  top: 22px;
  opacity: 0;
}
#benefits .bucket[data-num="1"] .check {
  width: 14px;
  left: 12px;
  top: 9px;
}
#benefits .bucket[data-num="2"] .arr {
  top: 8px;
}
#benefits .bucket[data-num="2"] .arr[data-num="1"] {
  left: 48px;
}
#benefits .bucket[data-num="2"] .arr[data-num="2"] {
  left: 84px;
}
#benefits .bucket[data-num="3"] .rain {
  width: 2px;
}
#benefits .bucket[data-num="3"] .rain[data-num="1"] {
  left: 50px;
  top: 31px;
}
#benefits .bucket[data-num="3"] .rain[data-num="2"] {
  left: 66px;
  top: 29px;
}
#benefits .bucket[data-num="3"] .rain[data-num="3"] {
  left: 82px;
  top: 29px;
}
#benefits .bucket[data-num="3"] .rain[data-num="4"] {
  left: 98px;
  top: 31px;
}
#benefits .bucket[data-num="4"] .arr {
  left: 90px;
  top: 38px;
}
#benefits .bucket[data-num="4"] .arr img {
  transform: rotate(-90deg);
}
#benefits .bucket[data-num="5"] svg {
  position: absolute;
  left: 0;
  top: 0;
  left: 31px;
  width: 89px;
  height: 48px;
}
#benefits .bucket[data-num="5"] .b5-line {
  opacity: 0;
}
#benefits .bucket[data-num="5"] .b5-line,
#benefits .bucket[data-num="5"] .b5-dline {
  fill: none;
  stroke: #FFFF00;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#benefits .bucket[data-num="5"] .b5-dline {
  stroke-dasharray: 10;
}
#benefits .bucket[data-num="5"] .cover {
  width: 11px;
  left: 70px;
  top: 3px;
}
#benefits .bucket[data-num="6"] .arr {
  left: 30px;
  top: 35px;
}
#benefits .bucket[data-num="6"] .arr img {
  transform: rotate(90deg);
}
#stats .star {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffff00;
  box-shadow: 0px 0px 10px 3px rgba(255, 255, 0, 0.7);
}
#stats .star[data-num="0"] {
  left: 59px;
  top: 1px;
}
#stats .star[data-num="1"] {
  left: 215px;
  top: 36px;
}
#stats .star[data-num="2"] {
  left: 182px;
  top: 111px;
}
#stats .star[data-num="3"] {
  left: 36px;
  top: 175px;
}
#stats .star[data-num="4"] {
  left: 109px;
  top: 299px;
}
#stats .star[data-num="5"] {
  left: 152px;
  top: 279px;
}
#stats .star[data-num="6"] {
  left: 177px;
  top: 324px;
}
#stats .eyes {
  position: absolute;
  left: 110px;
  top: 144px;
}
#stats .eye {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#stats .eye .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background-color: #ffff00;
  transform: scale(0.99);
}
#stats .eye .lid {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #130f5d;
  transform: translateY(-21px);
}
#stats .eye .pupil {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #130f5d;
}
#stats .eye .grad {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ff8a65;
  background: -webkit-linear-gradient(left, #ff8a65, rgba(255, 138, 101, 0) 50%);
  background: -moz-linear-gradient(left, #ff8a65, rgba(255, 138, 101, 0) 50%);
  background: -o-linear-gradient(left, #ff8a65, rgba(255, 138, 101, 0) 50%);
  background: linear-gradient(left, #ff8a65, rgba(255, 138, 101, 0) 50%);
  opacity: .5;
  transform: scale(0.99);
}
#stats .eye + .eye {
  left: 40px;
}
#formula .branch[data-num="1"] {
  left: 0px;
  top: 563px;
  width: 425px;
  transform-origin: left bottom;
}
#formula .branch[data-num="2"] {
  left: 140px;
  top: 307px;
  width: 482px;
  transform-origin: left center;
}
#formula .branch[data-num="3"] {
  left: 480px;
  top: 1px;
  width: 438px;
  transform-origin: left top;
}
#formula .branch[data-num="4"] {
  left: 1548px;
  top: 59px;
  width: 430px;
  transform-origin: right top;
}
#formula .branch[data-num="5"] {
  left: 1821px;
  top: 533px;
  width: 475px;
  transform-origin: right center;
}
#formula .leaf-wrap {
  top: 50px;
  left: -300px;
  width: 2300px;
  height: 237px;
}
#formula .leaf-wrap path {
  fill: none;
}
#formula .leaf-blow {
  width: 30px;
}
#formula .leaf-blow[data-num="2"] img {
  position: absolute;
  left: 0;
  top: 0;
}
#formula .leaf-blow[data-num="2"] img:last-child {
  left: 35px;
  top: 25px;
  transform: rotate(110deg);
}
#formula-cta .layer {
  -webkit-transform-style: preserve-3d;
}
#formula-cta .waterfall-wrap {
  left: 64px;
  top: 475px;
  width: 229px;
  height: 720px;
  clip-path: url('#wf-masker');
  -webkit-clip-path: url('#wf-masker');
  -webkit-transform-style: preserve-3d;
}
#formula-cta .spray {
  width: 200px;
  left: 15px;
  top: -5px;
}
#formula-cta .waves {
  left: 4px;
  top: 0px;
  width: 200px;
  -webkit-transform-style: preserve-3d;
}
#formula-cta .lines {
  left: 4px;
  top: 0px;
  width: 200px;
}
#formula-cta .wf-leaf {
  left: 280px;
  top: 469px;
  width: 19px;
}
#formula-cta .spray-grad {
  position: absolute;
  left: 0;
  top: 0;
  top: -10px;
  width: 100%;
  height: 200px;
  background: #ffffff 15%;
  background: -webkit-linear-gradient(top, #ffffff 15%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #ffffff 15%, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, #ffffff 15%, rgba(255, 255, 255, 0));
  background: linear-gradient(top, #ffffff 15%, rgba(255, 255, 255, 0));
}
#formula-cta .bg-wrap[data-num="2"] .tree-anim {
  animation-delay: -5s !important;
}
#formula-cta .ss-wrap {
  width: 237px;
  height: 150px;
  top: 130px;
  left: 120px;
}
#formula-cta .shooting-star-sm {
  width: 292px;
  height: 100px;
  transform: rotate(5deg);
  top: 20px;
  left: -40px;
  transform: scale(1.2);
}
#formula-cta .shooting-star-sm .shoot-star-sm2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 25px;
  display: none;
}
#formula-cta .shooting-star-sm .shoot-star-sm2 img {
  transform: scale(-1) rotate(-15deg);
}
#formula-cta .shooting-star-sm svg {
  display: none;
}
#formula-cta .shooting-star-sm svg path {
  fill: none;
}
#app .star,
#loader .star {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffff00;
}
#app .star[data-num="1"],
#loader .star[data-num="1"] {
  left: 22px;
  top: 26px;
}
#app .star[data-num="2"],
#loader .star[data-num="2"] {
  left: 180px;
  top: 341px;
}
#app .star[data-num="3"],
#loader .star[data-num="3"] {
  left: 343px;
  top: 461px;
}
#app .star[data-num="4"],
#loader .star[data-num="4"] {
  left: 465px;
  top: 387px;
}
#app .star[data-num="5"],
#loader .star[data-num="5"] {
  left: 618px;
  top: 364px;
}
#app .star[data-num="6"],
#loader .star[data-num="6"] {
  left: 1022px;
  top: 466px;
}
#app .star[data-num="7"],
#loader .star[data-num="7"] {
  left: 1027px;
  top: 314px;
}
#app .star[data-num="8"],
#loader .star[data-num="8"] {
  left: 590px;
  top: 347px;
}
#app .star[data-num="9"],
#loader .star[data-num="9"] {
  left: 1125px;
  top: 189px;
}
#app .star[data-num="10"],
#loader .star[data-num="10"] {
  left: 1243px;
  top: 243px;
}
#app .sheep-wrap,
#loader .sheep-wrap {
  left: -112px;
  top: auto;
  bottom: -300px;
  width: 2024px;
  height: 581px;
}
#app .sheep-jump,
#loader .sheep-jump {
  width: 306px;
}
/*! - x ANIMATION: 1 ACTIVATION */
#hero.on .star {
  -webkit-animation: twinkle infinite 3s ease-in-out;
  -moz-animation: twinkle infinite 3s ease-in-out;
  animation: twinkle infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .clouds {
  -webkit-animation: cloudMover infinite 250s linear;
  -moz-animation: cloudMover infinite 250s linear;
  animation: cloudMover infinite 250s linear;
  animation-fill-mode: forwards;
}
#hero.on .tree {
  -webkit-animation: treeMover infinite 10s ease-in-out;
  -moz-animation: treeMover infinite 10s ease-in-out;
  animation: treeMover infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .b-glow {
  -webkit-animation: glower infinite 3s ease-in-out;
  -moz-animation: glower infinite 3s ease-in-out;
  animation: glower infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .sound-bar {
  -webkit-animation: soundMover infinite 1.5s linear;
  -moz-animation: soundMover infinite 1.5s linear;
  animation: soundMover infinite 1.5s linear;
  animation-fill-mode: forwards;
}
#benefits.on .bucket[data-num="2"] .arr[data-num="1"] {
  -webkit-animation: b2a infinite 2s ease-in-out;
  -moz-animation: b2a infinite 2s ease-in-out;
  animation: b2a infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#benefits.on .bucket[data-num="2"] .arr[data-num="2"] {
  -webkit-animation: b2b infinite 2s ease-in-out;
  -moz-animation: b2b infinite 2s ease-in-out;
  animation: b2b infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#benefits.on .bucket[data-num="3"] .rain[data-num="1"] {
  -webkit-animation: rainDrop1 infinite 1s linear;
  -moz-animation: rainDrop1 infinite 1s linear;
  animation: rainDrop1 infinite 1s linear;
  animation-fill-mode: forwards;
}
#benefits.on .bucket[data-num="3"] .rain[data-num="2"] {
  -webkit-animation: rainDrop2 infinite 1s linear;
  -moz-animation: rainDrop2 infinite 1s linear;
  animation: rainDrop2 infinite 1s linear;
  animation-fill-mode: forwards;
  animation-delay: -0.5s;
}
#benefits.on .bucket[data-num="3"] .rain[data-num="3"] {
  -webkit-animation: rainDrop2 infinite 1s linear;
  -moz-animation: rainDrop2 infinite 1s linear;
  animation: rainDrop2 infinite 1s linear;
  animation-fill-mode: forwards;
  animation-delay: -0.25s;
}
#benefits.on .bucket[data-num="3"] .rain[data-num="4"] {
  -webkit-animation: rainDrop1 infinite 1s linear;
  -moz-animation: rainDrop1 infinite 1s linear;
  animation: rainDrop1 infinite 1s linear;
  animation-fill-mode: forwards;
  animation-delay: -0.75s;
}
#benefits.on .bucket[data-num="4"] .arr {
  -webkit-animation: b3a infinite 2s linear;
  -moz-animation: b3a infinite 2s linear;
  animation: b3a infinite 2s linear;
  animation-fill-mode: forwards;
}
#benefits.on .bucket[data-num="6"] .arr {
  -webkit-animation: b6a infinite 2s linear;
  -moz-animation: b6a infinite 2s linear;
  animation: b6a infinite 2s linear;
  animation-fill-mode: forwards;
  animation-delay: -0.75s;
}
#stats.on .star {
  -webkit-animation: twinkle infinite 3s ease-in-out;
  -moz-animation: twinkle infinite 3s ease-in-out;
  animation: twinkle infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#stats.on .lid {
  -webkit-animation: eyeBlink infinite 4s linear;
  -moz-animation: eyeBlink infinite 4s linear;
  animation: eyeBlink infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -3s;
}
#formula.on .branch {
  -webkit-animation: branchSway infinite 10s ease-in-out;
  -moz-animation: branchSway infinite 10s ease-in-out;
  animation: branchSway infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
#formula.on .branch[data-num="2"] {
  animation-delay: -6s;
}
#formula.on .branch[data-num="3"] {
  animation-delay: -2s;
}
#formula.on .branch[data-num="4"] {
  animation-delay: -8s;
}
#formula.on .branch[data-num="5"] {
  animation-delay: -4s;
}
#formula-cta.on .b-glow {
  -webkit-animation: glower infinite 3s ease-in-out;
  -moz-animation: glower infinite 3s ease-in-out;
  animation: glower infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#formula-cta.on .waves {
  -webkit-animation: wfWave infinite 2s linear;
  -moz-animation: wfWave infinite 2s linear;
  animation: wfWave infinite 2s linear;
  animation-fill-mode: forwards;
}
#formula-cta.on .lines {
  -webkit-animation: wfLines infinite 2s linear;
  -moz-animation: wfLines infinite 2s linear;
  animation: wfLines infinite 2s linear;
  animation-fill-mode: forwards;
}
#formula-cta.on .arr {
  -webkit-animation: arrBounce infinite 1s ease-in-out;
  -moz-animation: arrBounce infinite 1s ease-in-out;
  animation: arrBounce infinite 1s ease-in-out;
  animation-fill-mode: forwards;
}
#app.on .star,
#loader.on .star {
  -webkit-animation: twinkle infinite 3s ease-in-out;
  -moz-animation: twinkle infinite 3s ease-in-out;
  animation: twinkle infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
/*! - x ANIMATION: 2 REUSE */
@-moz-keyframes twinkle {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes twinkle {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
.star-twinkle {
  -webkit-animation: twinkle infinite 3s ease-in-out;
  -moz-animation: twinkle infinite 3s ease-in-out;
  animation: twinkle infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes cloudMover {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes cloudMover {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes cloudMover {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cloud-move {
  -webkit-animation: cloudMover infinite 250s linear;
  -moz-animation: cloudMover infinite 250s linear;
  animation: cloudMover infinite 250s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes treeMover {
  0% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@-webkit-keyframes treeMover {
  0% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes treeMover {
  0% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
.tree-move {
  -webkit-animation: treeMover infinite 10s ease-in-out;
  -moz-animation: treeMover infinite 10s ease-in-out;
  animation: treeMover infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes treeMover2 {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@-webkit-keyframes treeMover2 {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes treeMover2 {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
.tree-move2 {
  -webkit-animation: treeMover2 infinite 10s ease-in-out;
  -moz-animation: treeMover2 infinite 10s ease-in-out;
  animation: treeMover2 infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes glower {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes glower {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glower {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.b-glower {
  -webkit-animation: glower infinite 3s ease-in-out;
  -moz-animation: glower infinite 3s ease-in-out;
  animation: glower infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes arrBounce {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@-webkit-keyframes arrBounce {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes arrBounce {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.arr-bounce {
  -webkit-animation: arrBounce infinite 1s ease-in-out;
  -moz-animation: arrBounce infinite 1s ease-in-out;
  animation: arrBounce infinite 1s ease-in-out;
  animation-fill-mode: forwards;
}
/*! - x ANIMATION: 3 BENEFITS */
@-moz-keyframes b2a {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes b2a {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes b2a {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0px);
  }
}
.b2-arr1 {
  -webkit-animation: b2a infinite 2s ease-in-out;
  -moz-animation: b2a infinite 2s ease-in-out;
  animation: b2a infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes b2b {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes b2b {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes b2b {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0px);
  }
}
.b2-arr2 {
  -webkit-animation: b2b infinite 2s ease-in-out;
  -moz-animation: b2b infinite 2s ease-in-out;
  animation: b2b infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes b3a {
  0% {
    transform: translateY(-3px);
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: translateY(3px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(-3px);
  }
}
@-webkit-keyframes b3a {
  0% {
    transform: translateY(-3px);
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: translateY(3px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes b3a {
  0% {
    transform: translateY(-3px);
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: translateY(3px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(-3px);
  }
}
.b3-arr {
  -webkit-animation: b3a infinite 2s linear;
  -moz-animation: b3a infinite 2s linear;
  animation: b3a infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes b6a {
  0% {
    transform: translateY(3px);
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: translateY(-3px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(3px);
  }
}
@-webkit-keyframes b6a {
  0% {
    transform: translateY(3px);
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: translateY(-3px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(3px);
  }
}
@keyframes b6a {
  0% {
    transform: translateY(3px);
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: translateY(-3px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(3px);
  }
}
.b6-arr {
  -webkit-animation: b6a infinite 2s linear;
  -moz-animation: b6a infinite 2s linear;
  animation: b6a infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes rainDrop1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(11px);
  }
}
@-webkit-keyframes rainDrop1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(11px);
  }
}
@keyframes rainDrop1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(11px);
  }
}
.rain-drop1 {
  -webkit-animation: rainDrop1 infinite 1s linear;
  -moz-animation: rainDrop1 infinite 1s linear;
  animation: rainDrop1 infinite 1s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes rainDrop2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(13px);
  }
}
@-webkit-keyframes rainDrop2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(13px);
  }
}
@keyframes rainDrop2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(13px);
  }
}
.rain-drop2 {
  -webkit-animation: rainDrop2 infinite 1s linear;
  -moz-animation: rainDrop2 infinite 1s linear;
  animation: rainDrop2 infinite 1s linear;
  animation-fill-mode: forwards;
}
/*! - x ANIMATION: 4 STATS */
@-moz-keyframes eyeBlink {
  0% {
    transform: translateY(-21px);
    animation-timing-function: ease-in;
  }
  4.5% {
    transform: translateY(0px);
    animation-timing-function: ease-in-out;
  }
  10.5% {
    transform: translateY(-21px);
  }
  100% {
    transform: translateY(-21px);
  }
}
@-webkit-keyframes eyeBlink {
  0% {
    transform: translateY(-21px);
    animation-timing-function: ease-in;
  }
  4.5% {
    transform: translateY(0px);
    animation-timing-function: ease-in-out;
  }
  10.5% {
    transform: translateY(-21px);
  }
  100% {
    transform: translateY(-21px);
  }
}
@keyframes eyeBlink {
  0% {
    transform: translateY(-21px);
    animation-timing-function: ease-in;
  }
  4.5% {
    transform: translateY(0px);
    animation-timing-function: ease-in-out;
  }
  10.5% {
    transform: translateY(-21px);
  }
  100% {
    transform: translateY(-21px);
  }
}
.eye-blink {
  -webkit-animation: eyeBlink infinite 4s linear;
  -moz-animation: eyeBlink infinite 4s linear;
  animation: eyeBlink infinite 4s linear;
  animation-fill-mode: forwards;
}
/*! - x ANIMATION: 5 FORMULA */
@-moz-keyframes branchSway {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@-webkit-keyframes branchSway {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes branchSway {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
.branch-sway {
  -webkit-animation: branchSway infinite 10s ease-in-out;
  -moz-animation: branchSway infinite 10s ease-in-out;
  animation: branchSway infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
/*! - x ANIMATION: 5 FORMULA CTA */
@-moz-keyframes wfWave {
  0% {
    transform: translateY(-308px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes wfWave {
  0% {
    transform: translateY(-308px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes wfWave {
  0% {
    transform: translateY(-308px);
  }
  100% {
    transform: translateY(0px);
  }
}
.wf-wave {
  -webkit-animation: wfWave infinite 2s linear;
  -moz-animation: wfWave infinite 2s linear;
  animation: wfWave infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes wfLines {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes wfLines {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes wfLines {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
.wf-lines {
  -webkit-animation: wfLines infinite 2s linear;
  -moz-animation: wfLines infinite 2s linear;
  animation: wfLines infinite 2s linear;
  animation-fill-mode: forwards;
}
/*! - x ANIMATION: 9 PHONE SCREENS */
@-moz-keyframes blinkAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blinkAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blinkAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.blinking {
  -webkit-animation: blinkAnim infinite 0.5s linear;
  -moz-animation: blinkAnim infinite 0.5s linear;
  animation: blinkAnim infinite 0.5s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes soundMover {
  0% {
    transform: scaleY(0.2);
  }
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.5);
  }
  75% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.2);
  }
}
@-webkit-keyframes soundMover {
  0% {
    transform: scaleY(0.2);
  }
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.5);
  }
  75% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.2);
  }
}
@keyframes soundMover {
  0% {
    transform: scaleY(0.2);
  }
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.5);
  }
  75% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.2);
  }
}
.sound-mover {
  -webkit-animation: soundMover infinite 1.5s linear;
  -moz-animation: soundMover infinite 1.5s linear;
  animation: soundMover infinite 1.5s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes steamMover {
  0% {
    transform: translateY(90px);
  }
  100% {
    transform: translateY(-100px);
  }
}
@-webkit-keyframes steamMover {
  0% {
    transform: translateY(90px);
  }
  100% {
    transform: translateY(-100px);
  }
}
@keyframes steamMover {
  0% {
    transform: translateY(90px);
  }
  100% {
    transform: translateY(-100px);
  }
}
.steam-mover {
  -webkit-animation: steamMover infinite 6s ease-in;
  -moz-animation: steamMover infinite 6s ease-in;
  animation: steamMover infinite 6s ease-in;
  animation-fill-mode: forwards;
}
/*! MEDIA QUERY ***************************** */
/*! MQ: 0 -> 1200px */
@media screen and (min-width: 1940px) {
  #formula .background {
    width: 100%;
    margin: 0;
    left: 0;
  }
  #formula .background .branches {
    width: 100%;
    left: 0;
  }
  #formula .branch[data-num="2"] {
    left: 0px;
  }
  #formula .branch[data-num="4"],
  #formula .branch[data-num="5"] {
    left: auto;
    right: 0px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 750px), screen and (max-width: 1200px) {
  section h1 {
    font-size: 32px;
  }
  .basic-scaler {
    transform: scale(0.8);
  }
  #sticky-cta {
    width: 125px;
    height: 125px;
    right: 25px;
    bottom: 25px;
  }
  #sticky-cta p {
    top: 82px;
    font-size: 15px;
  }
  #hero {
    padding-top: 200px;
    padding-bottom: 540px;
  }
  #hero .background {
    transform-origin: center top;
  }
  #hero .trees {
    bottom: -366px;
  }
  #hero .tree[data-num="1"] {
    left: -190px;
  }
  #hero .tree[data-num="2"] {
    left: 1300px;
  }
  #hero .tree[data-num="3"] {
    left: 1045px;
  }
  #hero .sheep {
    left: 100px;
  }
  #formula-cta .bg-wrap[data-num="1"] {
    top: -100px;
  }
  #formula-cta .bg-wrap[data-num="2"] .background {
    bottom: -220px;
  }
  #app {
    padding-top: 130px;
  }
  #app h2 {
    font-size: 72px;
  }
  #app .tagline {
    display: none;
  }
  #app .app-wrap {
    margin-top: 120px;
  }
  #app .s-star {
    right: -95px;
  }
  #app .background {
    transform-origin: center bottom;
  }
  #app .phone-full {
    left: 50%;
    margin-left: -184px;
    transform: scale(0.8);
  }
}
/*! MQ: 1 -> 1024px */
@media screen and (max-width: 1024px) {
  .gridline.l {
    left: 25px;
  }
  .gridline.r {
    left: auto;
    right: 25px;
  }
  section,
  .global,
  #stickyBar,
  .pad-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  section p {
    font-size: 17px;
    line-height: 1.64;
  }
  .mbreak {
    display: none;
  }
  #globalHeader .logo {
    left: 25px;
    top: 30px;
  }
  #hero .txt {
    max-width: 450px;
  }
  #benefits header {
    max-width: 520px;
  }
  #benefits .bucket {
    width: 31.5%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-bottom: 30px;
    perspective: none;
  }
  #benefits .bucket .details {
    display: block;
    margin-top: 20px;
  }
  #benefits .bucket .icon {
    margin-bottom: 25px;
  }
  #benefits .bucket .card-inner.top .details .cta {
    bottom: 30px;
  }
  #benefits .bucket .card-inner.top {
    padding: 15px 15px 65px;
    transform: none;
    height: 100%;
  }
  #benefits .bucket .card-inner.bot {
    display: none;
  }
  #benefits .bucket .card-inner,
  #benefits .bucket .card-inner.top .title {
    position: relative;
    top: auto;
    padding: 0;
    transform: none !important;
  }
  #stats .background {
    transform: scale(0.73);
    top: 30px;
  }
  #stats .timeline-text {
    max-width: 600px;
    padding-top: 300px;
  }
  #stats .timeline-text h4 {
    font-size: 64px;
    margin-bottom: -5px;
  }
  #stats .timeline-text .col[data-num="1"] .tl-year {
    top: -320px;
  }
  #stats .timeline-text .col[data-num="1"] .tl-line {
    height: 274px;
  }
  #stats .timeline-text .col[data-num="1"] .marker {
    top: 52px;
  }
  #stats .timeline-text .col[data-num="2"] .tl-year {
    top: -260px;
  }
  #stats .timeline-text .col[data-num="2"] .tl-line {
    height: 216px;
  }
  #stats .timeline-text .col[data-num="3"] .tl-year {
    top: -185px;
  }
  #stats .timeline-text .col[data-num="3"] .tl-line {
    height: 140px;
  }
  #stats .timeline-text .col[data-num="3"] .marker {
    top: 46px;
  }
  #stats .tl-notch {
    bottom: -35px;
  }
  #stats .tl-year .tl-line,
  #stats .tl-notch .tl-lineb {
    width: 5px;
  }
  #stats .tl-year .marker {
    border-width: 5px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    left: -10px;
  }
  #stats .stats-graph {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 95px;
    margin-top: -295px;
  }
  #stats .stats-graph .background {
    transform: scaleX(0.6) scaleY(0.73);
  }
  #stats .stats-graph .tl-bot {
    top: 575px;
  }
  #stats .stats-graph .tl-lines {
    display: none;
  }
  #stats .frame .treeL {
    left: 60px;
  }
  #stats .frame .treeR {
    right: 50px;
  }
  #formula-cta {
    padding-bottom: 160px;
  }
  #formula-cta .module h2 {
    font-size: 32px;
  }
  #formula-cta .module header {
    padding: 15px 25px;
  }
  #formula-cta .module footer {
    padding: 30px 45px 35px;
  }
  #formula-cta .module {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
  #formula-cta .module header p {
    max-width: none;
  }
  #formula-cta .row.main > .col.image .product {
    transform: scale(0.8);
    transform-origin: center top;
  }
  #formula-cta .trees[data-num="1"] {
    left: -220px;
  }
  #formula-cta .mtns {
    left: 70px;
    bottom: -145px;
  }
  #app {
    padding-top: 80px;
  }
  #app h2 {
    font-size: 55px;
  }
  #app h4 {
    font-size: 32px;
  }
  #app .s-star {
    right: -25px;
  }
  #app .app-wrap {
    margin-top: 100px;
  }
  #app .app-wrap .col.right {
    padding-right: 25px;
  }
}
/*! MQ: 2 -> 768px */
@media screen and (max-width: 768px) {
  section h1 {
    font-size: 23px;
  }
  section h2 {
    font-size: 27px;
  }
  section h3 {
    margin-bottom: 40px;
  }
  .basic-scaler {
    transform: scale(0.6);
  }
  #globalHeader .logo,
  #globalMenu .logo {
    width: 131px;
    left: 20px;
    top: 22px;
  }
  .cta-btn {
    padding: 18px 25px;
    min-width: 136px;
  }
  #sticky-cta {
    right: 20px;
    bottom: 20px;
    width: 57px;
    height: 55px;
  }
  #sticky-cta .dsk {
    display: none;
  }
  #sticky-cta .mob {
    display: block;
  }
  #sticky-cta.off {
    transform: translateX(0px);
  }
  #globalMenu {
    display: block;
  }
  #hero {
    padding-top: 100px;
    padding-bottom: 375px;
  }
  #hero .cta-btn {
    width: auto;
  }
  #hero .txt {
    min-height: 200px;
    max-width: 320px;
  }
  #benefits .buckets {
    margin-top: 30px;
  }
  #benefits .bucket {
    width: 47.5%;
  }
  #stats header {
    max-width: 550px;
  }
  #stats .frame {
    padding-left: 25px;
    padding-right: 25px;
  }
  #stats .frame .owl {
    display: none;
  }
  #formula .bucket {
    width: 47.5%;
  }
  #formula .flex-break {
    display: none;
  }
  #formula-cta {
    padding-top: 180px;
  }
  #formula-cta .bg-wrap[data-num="1"] {
    display: none;
  }
  #formula-cta .bg-wrap[data-num="2"] .background {
    bottom: -380px;
  }
  #formula-cta .module h2 {
    font-size: 27px;
  }
  #formula-cta .module .row .col p {
    font-size: 15px;
  }
  #formula-cta .module .row .col h4 {
    font-size: 50px;
  }
  #app {
    padding-bottom: 30px;
  }
  #app h2 {
    font-size: 45px;
  }
  #app h3 {
    margin-bottom: 38px;
  }
  #app h4 {
    font-size: 27px;
  }
  #app .icon {
    margin-bottom: 10px;
  }
  #app .app-wrap {
    margin-top: 50px;
  }
  #app .app-wrap .col.right {
    padding-left: 20px;
  }
  #app .cta-btn {
    width: 144px;
    padding-top: 14px;
    padding-bottom: 11px;
  }
  #app .icon-apple {
    font-size: 27px;
    margin-left: -3px;
  }
  #app .star {
    width: 7px;
    height: 7px;
    border-radius: 7px;
  }
  #app .phone-full {
    transform: scale(0.6);
  }
  .footer {
    margin-top: 250px;
  }
  .footer .vline-div {
    padding: 0 15px;
  }
}
/*! MQ: 3 -> 650px */
@media screen and (max-width: 650px) {
  #loader .loader-text {
    margin-top: -50px;
  }
  #loader .loader-text > div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0.6);
  }
  #hero .product-wrap {
    left: 740px;
  }
  #hero .sheep {
    left: 160px;
  }
  #stats .stats-box {
    margin-top: 73px;
  }
  #stats .stats-box .row[data-num="2"] .col {
    padding: 32px 0px 35px;
    height: 211px;
  }
  #stats .stats-box .row[data-num="2"] .col[data-num="2"] {
    border: none;
  }
  #stats .stats-box .percent-wrap {
    position: absolute;
    left: 50%;
    width: 140px;
    margin-left: -70px;
  }
  #stats .stats-box .percent-wrap .pie {
    transform: scale(0.62);
    transform-origin: left top;
    /* width: 140px; */
  }
  #stats .stats-box .percent-wrap h4 {
    font-size: 50px;
  }
  #stats .stats-box .percent-wrap h4 sub {
    font-size: 30px;
    left: 4px;
  }
  #stats .stats-box .percent-wrap p .dsk {
    display: none;
  }
  #stats .stats-box .percent-wrap .txt {
    height: 140px;
  }
  #stats .stats-box .row[data-num="1"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  #stats .stats-box .row[data-num="1"] p {
    width: 100%;
    max-width: 305px;
    margin: 0 auto;
  }
  #stats .stats-graph {
    margin-top: -295px;
  }
  #stats .stats-graph .background {
    transform: scaleX(0.45) scaleY(0.6);
    margin-left: -826px;
    top: 70px;
  }
  #stats .stats-graph .tl-top {
    top: -7px;
  }
  #stats .timeline-text {
    padding-top: 273px;
    max-width: 370px;
  }
  #stats .timeline-text h4 {
    font-size: 50px;
  }
  #stats .timeline-text .col[data-num="1"] .tl-year {
    top: -262px;
  }
  #stats .timeline-text .col[data-num="1"] .tl-line {
    height: 219px;
  }
  #stats .timeline-text .col[data-num="2"] .tl-year {
    top: -228px;
  }
  #stats .timeline-text .col[data-num="2"] .tl-line {
    height: 185px;
  }
  #stats .timeline-text .col[data-num="3"] .tl-year {
    top: -185px;
  }
  #stats .timeline-text .col[data-num="3"] .tl-line {
    height: 142px;
  }
  #stats .tl-notch {
    bottom: -40px;
  }
  #stats .tl-gap {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #130f5d;
    position: absolute;
    bottom: 0px;
  }
  #formula {
    padding-bottom: 50px;
  }
  #formula-cta {
    margin-top: 0;
    padding: 0 20px 10px;
  }
  #formula-cta .row.main > .col {
    width: 100%;
  }
  #formula-cta .row.main > .col.image {
    margin-top: 44px;
    height: 775px;
  }
  #formula-cta .row.main > .col.image .product {
    transform: scale(0.78);
    margin-left: -221px;
  }
  #formula-cta .row.main > .col.image .trees[data-num="1"] {
    left: 12px;
    top: 819px;
    width: 124px;
  }
  #formula-cta .row.main > .col.image .trees[data-num="2"] {
    transform: scale(0.44);
    left: -86px;
    top: 510px;
  }
  #formula-cta .row.main > .col.image .trees[data-num="3"] {
    display: block;
    left: 165px;
    top: 503px;
    width: 553px;
  }
  #formula-cta .module {
    max-width: 500px;
  }
  #formula-cta .mtns {
    bottom: -185px;
  }
  #formula-cta .bg-wrap[data-num="2"] .trees[data-num="1"] {
    top: 310px;
  }
  #formula-cta .bg-wrap[data-num="2"] .trees[data-num="2"] {
    display: none;
  }
  #formula-cta .border-bot {
    width: 715px;
    bottom: -80px;
  }
  #app h4 br {
    display: none;
  }
  #app .app-wrap .col.right {
    padding-right: 0px;
  }
}
/*! MQ: 4 -> 550px */
@media screen and (max-width: 550px) {
  section h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #globalHeader .logo,
  #globalMenu .logo {
    left: 50%;
    margin-left: -65px;
  }
  #globalMenu .background {
    transform: scale(0.495);
  }
  #hero {
    padding-bottom: 510px;
    text-align: center;
  }
  #hero .txt {
    display: inline-block;
    min-height: 0;
    max-height: 149px;
    width: 100%;
  }
  #hero .sheep,
  #hero .mtns {
    display: none;
  }
  #hero .background {
    transform: scale(0.495);
  }
  #hero .product-wrap {
    left: 590px;
    top: 558px;
    z-index: 2;
  }
  #hero .product-wrap .bottle {
    top: -233px;
  }
  #hero .trees {
    bottom: -668px;
  }
  #hero .tree[data-num="1"] {
    left: 123px;
    top: 152px;
  }
  #hero .tree[data-num="2"] {
    left: 700px;
    top: 263px;
  }
  #hero .tree[data-num="3"] {
    left: 825px;
    top: 250px;
  }
  #hero .tree-group.dsk {
    display: none;
  }
  #hero .tree-group.mob {
    display: block;
    left: 526px;
    top: auto;
    bottom: -522px;
    width: 750px;
    z-index: 3;
  }
  #benefits {
    padding-bottom: 78px;
  }
  #benefits .bucket {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  #benefits .bucket .icon {
    margin-bottom: 5px;
  }
  #benefits .dots-bg {
    display: none;
  }
  #stats {
    background-color: #191387;
  }
  #stats header {
    max-width: 282px;
  }
  #stats .gradient {
    display: none;
  }
  #stats h3 {
    margin-bottom: 40px;
  }
  #stats .frame {
    padding-top: 50px;
  }
  #stats .frame .border-top {
    margin-left: -530px;
    top: -110px;
    width: 1070px;
  }
  #stats .frame .background {
    display: none;
  }
  #formula {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 82px;
  }
  #formula h3 {
    margin-bottom: 25px;
  }
  #formula .buckets {
    margin-top: 54px;
  }
  #formula .bucket {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }
  #formula .bucket .amt {
    top: 8px;
  }
  #formula .bucket .txt {
    margin-top: -14px;
  }
  #formula .bucket p + a {
    margin-top: 27px;
  }
  #formula .background {
    display: none;
  }
  #formula .border-top {
    min-width: 1070px;
    top: -140px;
    height: 230px;
  }
  #formula-cta .module h2 {
    font-size: 22px;
  }
  #formula-cta .module header {
    padding: 25px;
  }
  #formula-cta .module .row .col {
    padding-bottom: 15px;
  }
  #formula-cta .module .row .col h4 {
    margin-bottom: 10px;
  }
  #formula-cta .module footer {
    padding-bottom: 30px;
  }
  #formula-cta .module footer p {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
  }
  #app {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 90px;
    padding-bottom: 0px;
  }
  #app h2 {
    font-size: 40px;
  }
  #app h4 {
    font-size: 22px;
  }
  #app h4 br {
    display: block;
  }
  #app .dots-bg {
    display: none;
  }
  #app .s-star {
    top: -50px;
    right: -30px;
    width: 130px;
  }
  #app .app-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  #app .app-wrap .col {
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }
  #app .app-wrap .col.left {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: 628px;
    margin-top: 10px;
  }
  #app .app-wrap .col.right {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  #app .app-wrap .col.right .icon {
    margin-left: -15px;
  }
  #app .cta-btn.dsk {
    display: none;
  }
  #app .cta-btn.mob {
    display: inline-block;
    transform: scale(1.25);
    margin-top: 67px;
  }
  #app .background.main {
    bottom: 100px;
  }
  #app .background.main .moon {
    display: none;
  }
  #app .background.main .sheep-wrap {
    transform: scale(0.8);
    transform-origin: center top;
    bottom: -325px;
  }
  #app .background.main .trees[data-num="1"] {
    transform: scale(1.2);
    left: 38px;
    bottom: 29px;
  }
  #app .background.main .trees[data-num="2"] {
    display: none;
  }
  #app .background.main .gradbg {
    left: 310px;
    bottom: 100px;
  }
  #app .background.main .stars {
    left: 560px;
    top: 418px;
  }
  #app .phone-full {
    transform: scale(0.8);
  }
  #app .phone-full .dot-nav li {
    padding: 10px;
  }
  #app .phone-full .dot-nav li > span {
    width: 11px;
    height: 11px;
    border-radius: 11px;
  }
  .footer {
    position: relative;
    height: 198px;
    margin-top: 300px;
    padding-top: 42px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer .txt {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    position: relative;
  }
  .footer a {
    display: block;
    text-align: center;
    margin-bottom: 28px;
  }
  .footer .vline-div {
    display: none;
  }
  .footer .background.mob {
    display: block;
    width: 550px;
    margin-left: -275px;
  }
  .footer .moon {
    width: 550px;
    left: 0px;
  }
}
/*! MQ: 5 -> 450px */
@media screen and (max-width: 450px) {
  #benefits header p {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }
  #benefits .bucket[data-num="6"] p {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  #formula {
    padding-bottom: 0px;
  }
  #formula .bucket[data-num="3"] p {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  #formula .bucket[data-num="6"] p {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  #formula-cta .mtns,
  #formula-cta .bg-wrap[data-num="2"] .trees[data-num="1"] {
    display: none;
  }
}
