@charset "UTF-8";
/* FUNCTIONS */
@font-face {
  font-family: 'dk_uncle_edwardregular';
  src: url('fonts/dk_uncle_edward-webfont.woff2') format('woff2'), url('fonts/dk_uncle_edward-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*! VARIABLES */
/*! - GLOBAL: REUSE */
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%;
}
body ::selection {
  background: #ff6c4b;
  color: #fff;
}
body ::-moz-selection {
  background: #ff6c4b;
  color: #fff;
}
section {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  padding-left: 75px;
  padding-right: 75px;
}
.contentContainer {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
section p,
.global p {
  font: 400 17px/1.9 'aria-text-g2', serif;
  color: #231f20;
}
section h2,
.global h2 {
  font: 400 85px/1.2 "dk_uncle_edwardregular", sans-serif;
  color: #231f20;
}
section h3,
.global h3 {
  font: 400 34px/1.2 "dk_uncle_edwardregular", sans-serif;
  color: #231f20;
}
section h4,
.global h4 {
  font: 700 14px/1 'aria-text-g2', serif;
  color: #ff6c4b;
  text-transform: uppercase;
  letter-spacing: .15em;
}
section p + p,
.global p + p {
  margin-top: 25px;
}
.vline-div {
  padding: 0 5px;
}
input {
  -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;
}
.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.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 {
  /* .flex(column, center, flex-start);  */
  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: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -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;
}
.showflex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
}
.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;
}
.justify {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.noshrink {
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
}
.allowgrow {
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}
.roundmask-fix {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.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;
  width: 50%;
}
.row {
  width: 100%;
  position: relative;
}
.upc {
  text-transform: uppercase;
}
.fpo {
  background-color: rgba(255, 0, 0, 0.5);
}
.flipX {
  transform: translateX(-1);
}
.flipY {
  transform: translateY(-1);
}
.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;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 60;
}
.overlay .close-btn {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -10px;
  cursor: pointer;
  z-index: 3;
}
.overlay .close-btn .icon {
  font-size: 20px;
  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;
}
.blanket {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ff6c4b;
  opacity: .9;
  z-index: 1;
}
.overlayWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  -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: red;
  opacity: .2;
  display: none;
}
.gridline.l {
  left: 30px;
}
.gridline.r {
  left: auto;
  right: 30px;
}
.gridline.ml {
  margin-left: -600px;
}
.gridline.mr {
  margin-left: 600px;
}
section {
  border-top: 1px solid transparent;
}
.part {
  position: absolute;
  left: 0;
  top: 0;
}
.part img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.background .base {
  width: 100%;
  height: auto;
  display: block;
}
.background .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.background .layer img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.cta-btn {
  position: relative;
  display: inline-block;
}
.cta-btn ~ .cta-btn {
  margin-left: 45px;
}
.cta-btn.white-paper .uline img {
  transform: rotate(2deg);
}
.cta-btn a {
  font: 700 14px/1 'aria-text-g2', serif;
  letter-spacing: .12em;
  color: #231f20;
  position: relative;
  z-index: 2;
  padding: 12px 0px;
  display: block;
}
.cta-btn .uline {
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0px;
  bottom: 2px;
}
.cta-btn .uline img {
  width: 100%;
  height: 100%;
}
.cta-btn .cta-hover {
  position: absolute;
  left: 0px;
  bottom: 1px;
  width: 100%;
  height: 100%;
  transform: scale(1.15, 0);
  transform-origin: center bottom;
}
.cta-btn .cta-hover img {
  width: 100%;
  height: 100%;
}
.arrow-next {
  cursor: pointer;
}
.arrow-next .icon {
  font-size: 20px;
  color: #ff6c4b;
}
.arrow-next .icon,
.arrow-next .arr {
  display: block;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.arrow-row {
  width: 100%;
  text-align: center;
  position: relative;
}
.arrow-row .arrow-next {
  display: inline-block;
}
.social-links li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  box-shadow: 0px 0px 15px rgba(64, 9, 85, 0.1);
}
.social-links li ~ li {
  margin-left: 11px;
}
.social-links li .icon {
  font-size: 15px;
  color: #ff6c4b;
  line-height: 42px;
}
.social-links li .icon-m {
  font-size: 13px;
}
.social-links li .icon-facebook {
  font-size: 18px;
  line-height: 40px;
}
.social-links li a {
  display: block;
}
.masked-wrap {
  -webkit-transform: translateZ(0);
  position: relative;
}
.masked-wrap svg {
  width: 0;
  height: 0;
  display: block;
}
.masked-wrap .part {
  -webkit-transform: translateZ(0);
}
svg.path {
  width: 0;
  height: 0;
  display: block;
}
.border-line {
  position: absolute;
  left: 0;
  top: 0;
}
.border-line.horiz {
  width: 100%;
  height: 2px;
}
.border-line.vert {
  height: 100%;
  width: 2px;
}
.border-line.bot {
  top: auto;
  bottom: 0px;
}
.border-line img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-arrows {
  position: absolute;
  width: 90px;
  height: 40px;
  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;
}
.mod-arrows .mod-arrow {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #ff6c4b;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mod-arrows .mod-arrow.off {
  background-color: rgba(255, 108, 75, 0.3);
  pointer-events: none;
}
.mod-arrows .mod-arrow .arr {
  font-size: 9px;
  color: #fff;
}
.mod-arrows .mod-arrow ~ .mod-arrow {
  margin-left: 10px;
}
.dial-group {
  position: absolute;
}
.dial {
  width: 2px;
  transform-origin: center bottom;
}
.dial[data-num="2"] {
  left: 28px;
  animation-delay: -1s !important;
}
.dial[data-num="3"] {
  left: 56px;
  animation-delay: -2s !important;
}
.bird {
  width: 14px;
  z-index: 4;
}
.bird .wing {
  width: 8px;
  height: 4px;
  position: absolute;
}
.bird .wing.left {
  left: -3px;
  transform-origin: right bottom;
}
.bird .wing.right {
  left: 3px;
  transform-origin: left bottom;
}
.bird .wing.right img {
  transform: scaleX(-1);
}
.bird[data-num="1"] {
  top: 955px;
  left: 625px;
}
.bird[data-num="2"] {
  top: 955px;
  left: 425px;
}
.bird[data-num="3"] {
  top: 855px;
  left: 525px;
}
.scale-group {
  -webkit-transform: translateZ(0);
}
/*! - GLOBAL: LOADER */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff6c4b;
  z-index: 30;
}
#loader .background {
  width: 1220px;
  height: 450px;
  left: 50%;
  margin-left: -610px;
  top: 50%;
  margin-top: -225px;
  overflow: hidden;
  background-color: #ffff8d;
  opacity: 0;
}
#loader .background .burst {
  width: 1200px;
  height: 1200px;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -600px;
  transform: scale(0.3) translateY(1200px);
  will-change: transform;
}
#loader .border-cover {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  left: 0;
  top: 0;
  width: 1230px;
  height: 459px;
  left: 50%;
  margin-left: -615px;
  top: 50%;
  margin-top: -229px;
  border: 10px solid #ff6c4b;
}
#loader .word {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#loader .word img {
  width: 100%;
  height: 100%;
}
/*! - GLOBAL: HEADER */
#globalHeader {
  z-index: 20;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#globalHeader .logo {
  position: absolute;
  left: 32px;
  top: 35px;
  transform-origin: left top;
  cursor: pointer;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#globalHeader .logo img {
  width: 195px;
  height: auto;
}
#globalHeader .social-links {
  position: absolute;
  right: 38px;
  top: 37px;
}
#globalHeader.sticky {
  position: fixed;
  transform: translateY(-110px);
}
#globalHeader.sticky .logo {
  transform: scale(0.7);
}
/*! - GLOBAL: MENU */
#globalMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 78px;
  height: 100%;
  z-index: 20;
}
#globalMenu .menu-btn {
  width: 78px;
  height: 517px;
  position: absolute;
  left: 0px;
  top: 145px;
  margin: 0;
  z-index: 3;
}
#globalMenu .menu-btn .menu-btn-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#globalMenu .menu-btn .menu-btn-bg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  fill: #ff6c4b;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#globalMenu .menu-icon {
  z-index: 6;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 5px;
  top: 195px;
  margin: 0;
  cursor: pointer;
}
#globalMenu .menu-line {
  width: 20px;
  height: 3px;
  position: absolute;
  left: 11px;
  top: 21px;
  -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;
}
#globalMenu .menu-line .icon {
  font-size: 4px;
  color: #fff;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  position: absolute;
  left: 0;
  top: 0;
}
#globalMenu .menu-line.top {
  transform: translate3d(0, -11px, 0);
}
#globalMenu .menu-line.mid {
  transform-origin: center center;
}
#globalMenu .menu-line.mid .icon {
  transform: scaleX(-1) translateX(1px);
  display: inline-block;
}
#globalMenu .menu-line.bot {
  transform: translate3d(0, 11px, 0);
}
#globalMenu.expanded {
  width: 100%;
  z-index: 22;
}
#globalMenu.expanded .menu-wrap {
  display: block;
}
#globalMenu.open .menu-line.top {
  transform: rotate(45deg) translate3d(-2px, -1px, 0);
}
#globalMenu.open .menu-line.mid {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}
#globalMenu.open .menu-line.bot {
  transform: rotate(-45deg) translate3d(-2px, 0px, 0);
}
#globalMenu.open .menu-line .icon {
  color: #ff6c4b;
}
#globalMenu.open .menu-btn .menu-btn-bg svg {
  fill: #ffff8d;
}
#globalMenu .menu-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  display: none;
}
#globalMenu .menu-bgfill {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  display: none;
  z-index: 1;
}
#globalMenu .menu-bgfill img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#globalMenu .menu-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
#globalMenu header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
#globalMenu header .logo {
  position: absolute;
  left: 37px;
  top: 25px;
}
#globalMenu header .logo .logo-wrap {
  width: 195px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
#globalMenu header .logo .logo-wrap > img {
  width: 195px;
  height: auto;
}
#globalMenu header .logo .cta-btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 17px;
  margin-left: 64px;
}
#globalMenu header .logo .cta-btn a {
  color: #fff;
}
#globalMenu header .social-links {
  position: absolute;
  right: 38px;
  top: 37px;
}
#globalMenu .social-links.mob {
  display: none;
}
#globalMenu .menu-scroller {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#globalMenu .menu-contents {
  min-height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#globalMenu .menu-form {
  position: fixed;
  top: 0;
  left: 0;
  top: auto;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 220px;
  padding-top: 38px;
  pointer-events: none;
  /* background-color: rgba(255,108,75,.9); */
  z-index: 3;
}
#globalMenu #contactFormMenu {
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
  pointer-events: all;
}
#globalMenu #contactFormMenu h3 {
  font: 400 23px/1 'aria-text-g2', serif;
  letter-spacing: .01em;
  margin-bottom: 35px;
  color: #ffff8d;
  text-align: center;
}
#globalMenu #contactFormMenu .form-msg {
  font-size: 35px;
  color: #ffff8d;
  margin-top: 10px;
  text-align: center;
}
#globalMenu .blob-wash {
  z-index: 2;
  display: none;
}
#globalMenu .blob-wash[data-num="1"] {
  width: 1800px;
  height: 1185px;
}
#globalMenu .blob-wash[data-num="2"] {
  width: 1500px;
  height: 1000px;
}
#globalMenu .blob-wash[data-num="3"] {
  width: 1800px;
  height: 1400px;
}
#globalMenu .blob-wash[data-num="4"] {
  width: 1430px;
  height: 1140px;
}
#globalMenu .blob-wash[data-num="5"] {
  width: 1400px;
  height: 1140px;
  z-index: 1;
}
#globalNav {
  position: relative;
  padding: 78px 0 220px;
  width: 100%;
  text-align: center;
}
#globalNav li,
#globalNav a {
  transform: translateZ(0);
  display: block;
}
#globalNav a {
  font: 400 115px/1.2 "dk_uncle_edwardregular", sans-serif;
  color: #ffff8d;
  display: inline-block;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#globalNav a.off,
#globalNav a.fadeOn {
  opacity: .15;
}
/*! - SECTION: 0 HERO */
#hero {
  padding: 185px 75px 50px 115px;
  height: 100%;
  min-height: 700px;
  overflow: visible;
  z-index: 2;
}
#hero.on .sunburst {
  -webkit-animation: burstGrowMain infinite 6s linear;
  -moz-animation: burstGrowMain infinite 6s linear;
  animation: burstGrowMain infinite 6s linear;
  animation-fill-mode: forwards;
}
#hero.on .sunburst img {
  -webkit-animation: burstFade infinite 6s linear;
  -moz-animation: burstFade infinite 6s linear;
  animation: burstFade infinite 6s linear;
  animation-fill-mode: forwards;
}
#hero.on .bird .wing.left {
  -webkit-animation: wingFlapL infinite 1.5s ease-in-out;
  -moz-animation: wingFlapL infinite 1.5s ease-in-out;
  animation: wingFlapL infinite 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .bird .wing.right {
  -webkit-animation: wingFlapR infinite 1.5s ease-in-out;
  -moz-animation: wingFlapR infinite 1.5s ease-in-out;
  animation: wingFlapR infinite 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .bird .outer {
  -webkit-animation: birdHover infinite 4s ease-in-out;
  -moz-animation: birdHover infinite 4s ease-in-out;
  animation: birdHover infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .bird[data-num="1"] {
  -webkit-animation: birdMover1 infinite 12s ease-in-out;
  -moz-animation: birdMover1 infinite 12s ease-in-out;
  animation: birdMover1 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .bird[data-num="2"] {
  -webkit-animation: birdMover2 infinite 12s ease-in-out;
  -moz-animation: birdMover2 infinite 12s ease-in-out;
  animation: birdMover2 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -3s !important;
}
#hero.on .bird[data-num="2"] .outer {
  animation-delay: -2s !important;
}
#hero.on .bird[data-num="3"] {
  -webkit-animation: birdMover3 infinite 12s ease-in-out;
  -moz-animation: birdMover3 infinite 12s ease-in-out;
  animation: birdMover3 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -7s !important;
}
#hero.on .bird[data-num="3"] .outer {
  animation-delay: -1s !important;
}
#hero.on .ripple {
  -webkit-animation: waterRipple infinite 10s linear;
  -moz-animation: waterRipple infinite 10s linear;
  animation: waterRipple infinite 10s linear;
  animation-fill-mode: forwards;
}
#hero.on .tree[data-num="2"],
#hero.on .tree[data-num="4"],
#hero.on .tree[data-num="5"],
#hero.on .tree[data-num="6"] {
  -webkit-animation: treeSway infinite 8s ease-in-out;
  -moz-animation: treeSway infinite 8s ease-in-out;
  animation: treeSway infinite 8s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .tree[data-num="1"],
#hero.on .tree[data-num="3"] {
  -webkit-animation: treeSway2 infinite 8s ease-in-out;
  -moz-animation: treeSway2 infinite 8s ease-in-out;
  animation: treeSway2 infinite 8s ease-in-out;
  animation-fill-mode: forwards;
}
#hero h1 {
  font: 400 128px/1 "dk_uncle_edwardregular", sans-serif;
  color: #231f20;
  margin-bottom: 5px;
}
#hero p {
  font: 400 22px/1.9 'aria-text-g2', serif;
  color: #231f20;
}
#hero .bgblob {
  position: absolute;
}
#hero .bgblob img {
  width: 100%;
  height: auto;
  display: block;
}
#hero .bgblob[data-num="2"] {
  left: 110px;
  bottom: 0px;
  width: 692px;
  height: 87px;
}
#hero .hero-text {
  width: 100%;
  max-width: 450px;
}
#hero .cta-btns {
  margin-top: 45px;
}
#hero .bg-wrap {
  height: 1404px;
  top: -575px;
}
#hero .bg-wrap .background {
  width: 1380px;
  height: 1300px;
  left: 50%;
  margin-left: -100px;
}
#hero .bg-wrap .background .fg,
#hero .bg-wrap .background .bg {
  top: 137px;
  left: -8px;
  width: 1340px;
  opacity: 1;
}
#hero .bg-wrap .background .fg {
  z-index: 3;
}
#hero .bg-wrap .background .sunburst {
  width: 442px;
  left: 254px;
  top: 764px;
  z-index: 2;
}
#hero .bg-wrap .background .sunburst img {
  opacity: 0;
}
#hero .bg-wrap .background .sunburst.on {
  -webkit-animation: burstGrowMain infinite 6s linear;
  -moz-animation: burstGrowMain infinite 6s linear;
  animation: burstGrowMain infinite 6s linear;
  animation-fill-mode: forwards;
}
#hero .bg-wrap .background .sunburst.on img {
  -webkit-animation: burstFade infinite 6s linear;
  -moz-animation: burstFade infinite 6s linear;
  animation: burstFade infinite 6s linear;
  animation-fill-mode: forwards;
}
#hero .bg-wrap .background .sunburst[data-num="2"] {
  animation-delay: -3s !important;
}
#hero .bg-wrap .background .sunburst[data-num="2"] img {
  transform: rotate(180deg);
  animation-delay: -3s !important;
}
#hero .bg-wrap .background .water-mask {
  width: 750px;
  height: 100px;
  left: 80px;
  top: 1060px;
  position: absolute;
  overflow: hidden;
  background-color: #ffff00;
  z-index: 2;
}
#hero .bg-wrap .background .water-mask .ripple {
  width: 1112px;
  left: 50px;
}
#hero .bg-wrap .background .water-mask .ripple[data-num="1"] {
  animation-direction: reverse;
}
#hero .bg-wrap .background .water-mask .ripple[data-num="2"] {
  animation-delay: -5s !important;
  animation-duration: 5s !important;
  left: -100px;
}
#hero .bg-wrap .background .water-mask .ripple[data-num="2"] img {
  transform: translateX(-1);
}
#hero .bg-wrap .background .trees {
  position: absolute;
  top: 900px;
  z-index: 4;
}
#hero .bg-wrap .background .tree {
  transform-origin: center bottom;
}
#hero .bg-wrap .background .tree[data-num="1"] {
  width: 16px;
  left: 82px;
  top: 60px;
}
#hero .bg-wrap .background .tree[data-num="2"] {
  width: 24px;
  left: 214px;
  top: 106px;
}
#hero .bg-wrap .background .tree[data-num="3"] {
  width: 16px;
  left: 603px;
  top: 90px;
}
#hero .bg-wrap .background .tree[data-num="4"] {
  width: 21px;
  left: 852px;
  top: 50px;
}
#hero .bg-wrap .background .tree[data-num="5"] {
  width: 51px;
  left: 767px;
  top: 83px;
}
#hero .bg-wrap .background .tree[data-num="6"] {
  width: 76px;
  left: 917px;
  top: 70px;
}
#hero .bg-wrap .background .bird[data-num="3"] {
  z-index: 2;
  left: 555px;
}
#hero .bg-wrap .tree-outer {
  width: 150px;
  height: 305px;
  top: 950px;
  left: 50%;
  margin-left: -134px;
  -webkit-transform: translateZ(0);
}
/*! - SECTION: 1 WHAT IS */
#what {
  height: 1850px;
  padding-bottom: 25px;
  overflow: visible;
  z-index: 1;
}
#what.on .globe {
  -webkit-animation: float1 infinite 3s ease-in-out;
  -moz-animation: float1 infinite 3s ease-in-out;
  animation: float1 infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#what.on .glow-lines {
  -webkit-animation: lineglow1 infinite 3s linear;
  -moz-animation: lineglow1 infinite 3s linear;
  animation: lineglow1 infinite 3s linear;
  animation-fill-mode: forwards;
}
#what.on .burst-anim[data-num="1"] {
  -webkit-animation: burstGrow1 infinite 4s linear;
  -moz-animation: burstGrow1 infinite 4s linear;
  animation: burstGrow1 infinite 4s linear;
  animation-fill-mode: forwards;
  opacity: 0;
}
#what.on .burst-anim[data-num="2"] {
  -webkit-animation: burstGrow1 infinite 4s linear;
  -moz-animation: burstGrow1 infinite 4s linear;
  animation: burstGrow1 infinite 4s linear;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 1s;
}
#what.on .burst-anim[data-num="3"] {
  -webkit-animation: burstGrow1 infinite 4s linear;
  -moz-animation: burstGrow1 infinite 4s linear;
  animation: burstGrow1 infinite 4s linear;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 2s;
}
#what.on .bird .wing.left {
  -webkit-animation: wingFlapL infinite 1.5s ease-in-out;
  -moz-animation: wingFlapL infinite 1.5s ease-in-out;
  animation: wingFlapL infinite 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
#what.on .bird .wing.right {
  -webkit-animation: wingFlapR infinite 1.5s ease-in-out;
  -moz-animation: wingFlapR infinite 1.5s ease-in-out;
  animation: wingFlapR infinite 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
#what.on .bird .outer {
  -webkit-animation: birdHover infinite 4s ease-in-out;
  -moz-animation: birdHover infinite 4s ease-in-out;
  animation: birdHover infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
#what.on .bird[data-num="1"] {
  -webkit-animation: birdMover1 infinite 12s ease-in-out;
  -moz-animation: birdMover1 infinite 12s ease-in-out;
  animation: birdMover1 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
#what.on .bird[data-num="2"] {
  -webkit-animation: birdMover2 infinite 12s ease-in-out;
  -moz-animation: birdMover2 infinite 12s ease-in-out;
  animation: birdMover2 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -3s !important;
}
#what.on .bird[data-num="2"] .outer {
  animation-delay: -2s !important;
}
#what.on .bird[data-num="3"] {
  -webkit-animation: birdMover3 infinite 12s ease-in-out;
  -moz-animation: birdMover3 infinite 12s ease-in-out;
  animation: birdMover3 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -7s !important;
}
#what.on .bird[data-num="3"] .outer {
  animation-delay: -1s !important;
}
#what.on .tree[data-num="1"] {
  -webkit-animation: treeSway2 infinite 8s ease-in-out;
  -moz-animation: treeSway2 infinite 8s ease-in-out;
  animation: treeSway2 infinite 8s ease-in-out;
  animation-fill-mode: forwards;
}
#what.on .tree[data-num="2"] {
  -webkit-animation: treeSway2 infinite 8s ease-in-out;
  -moz-animation: treeSway2 infinite 8s ease-in-out;
  animation: treeSway2 infinite 8s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -5s !important;
}
#what.on .ripple {
  -webkit-animation: waterRipple infinite 10s linear;
  -moz-animation: waterRipple infinite 10s linear;
  animation: waterRipple infinite 10s linear;
  animation-fill-mode: forwards;
}
#what .contentContainer {
  height: auto;
}
#what header {
  width: 41%;
  max-width: 490px;
  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;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  visibility: hidden;
}
#what header.off {
  opacity: 0;
}
#what header .arrow-next {
  margin-top: 5px;
}
#what h3 {
  color: #ff6c4b;
}
#what h2 {
  margin-bottom: 10px;
}
#what .cta-btn {
  margin-top: 25px;
}
#what .intro {
  margin-top: 190px;
}
#what .arrow-row {
  position: absolute;
  left: 0px;
  bottom: 60px;
}
#what .bg-wrap[data-num="1"] {
  top: -300px;
}
#what .bg-wrap[data-num="1"] .background[data-num="1"] {
  width: 1250px;
  height: 1305px;
  left: 50%;
  margin-left: -1280px;
  overflow: hidden;
  background-color: #ffff8d;
}
#what .bg-wrap[data-num="1"] .background .layer.base {
  /* top: 183px; left: 501px; */
}
#what .bg-wrap[data-num="1"] .background .bird-wrap {
  position: absolute;
  top: 0px;
  right: 1100px;
}
#what .bg-wrap[data-num="1"] .background .trees {
  position: absolute;
  top: 999px;
  left: 653px;
}
#what .bg-wrap[data-num="1"] .background .tree {
  transform-origin: center bottom;
}
#what .bg-wrap[data-num="1"] .background .tree[data-num="1"] {
  width: 16px;
  left: 82px;
  top: 60px;
}
#what .bg-wrap[data-num="1"] .background .tree[data-num="2"] {
  width: 24px;
  left: 214px;
  top: 106px;
}
#what .bg-wrap[data-num="1"] .background .water-mask {
  width: 750px;
  height: 100px;
  left: 350px;
  top: 1170px;
  transform: scale(0.7);
  position: absolute;
  overflow: hidden;
  background-color: #ffff00;
}
#what .bg-wrap[data-num="1"] .background .water-mask .ripple {
  width: 1112px;
  left: 50px;
}
#what .bg-wrap[data-num="1"] .background .water-mask .ripple[data-num="1"] {
  animation-direction: reverse;
}
#what .bg-wrap[data-num="1"] .background .water-mask .ripple[data-num="2"] {
  animation-delay: -5s !important;
  animation-duration: 5s !important;
  left: -100px;
}
#what .bg-wrap[data-num="1"] .background .water-mask .ripple[data-num="2"] img {
  transform: translateX(-1);
}
#what .bg-wrap[data-num="2"] {
  top: 600px;
  z-index: 0;
}
#what .bg-wrap[data-num="2"] .background[data-num="1"] {
  width: 2370px;
  height: 1445px;
  left: 50%;
  margin-left: -300px;
  background-color: #ffffe2;
  clip-path: url("#whatbg-mask2");
  -webkit-clip-path: url("#whatbg-mask2");
}
#what .bg-wrap[data-num="2"] .word {
  width: 1737px;
  position: absolute;
  top: 335px;
  left: 1450px;
}
#what .bg-wrap[data-num="3"] {
  height: 683px;
  top: 958px;
  z-index: 1;
  pointer-events: all;
}
#what .bg-wrap[data-num="4"] {
  height: 500px;
  top: 50px;
}
#what .bg-wrap[data-num="4"] .scale-group {
  position: absolute;
  right: -100px;
  top: 120px;
}
#what .bg-wrap[data-num="4"] .dot[data-num="1"] {
  width: 28px;
  top: 0px;
  right: 220px;
}
#what .bg-wrap[data-num="4"] .dot[data-num="2"] {
  width: 50px;
  top: 76px;
  right: 280px;
}
#what .bg-wrap[data-num="4"] .dot[data-num="3"] {
  width: 260px;
  height: 270px;
  top: 53px;
  right: 0px;
}
#what .dot {
  left: auto;
}
#what .dot[data-num="4"] {
  right: 50%;
  width: 154px;
  margin-right: -335px;
  top: 108px;
}
#what .whatcta-blob {
  width: 727px;
  height: 683px;
  position: absolute;
  left: 0;
  top: 0;
  top: 0px;
  left: 50%;
  margin-left: -364px;
}
#what .whatcta-blob .masked-wrap {
  background-color: #ff6c4b;
  width: 727px;
  height: 683px;
  clip-path: url("#whatcta-mask");
  -webkit-clip-path: url("#whatcta-mask");
}
#what .plane {
  width: 518px;
  height: auto;
  left: 165px;
  top: 44px;
}
#what .plane .base {
  position: relative;
  z-index: 1;
}
#what .plane .line {
  width: 336px;
  height: 125px;
  position: absolute;
  left: -200px;
  top: 150px;
  z-index: 0;
  opacity: .07;
}
#what .burst {
  width: 784px;
  height: auto;
  opacity: .2;
  top: -310px;
  left: -160px;
  transform: translateZ(0);
}
#what .burst .burst-anim {
  position: absolute;
}
#what .burst .burst-anim[data-num="1"] {
  width: 210px;
  height: 207px;
  left: 281px;
  top: 280px;
}
#what .burst .burst-anim[data-num="2"] {
  width: 363px;
  height: 365px;
  left: 202px;
  top: 202px;
}
#what .burst .burst-anim[data-num="3"] {
  width: 545px;
  height: 522px;
  left: 120px;
  top: 115px;
}
#what .trees {
  width: 618px;
  height: auto;
  top: 390px;
}
#what .contentContainer {
  margin-top: -52px;
}
#what .row .txt {
  width: 100%;
  max-width: 465px;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#what .row .col.left {
  width: 55%;
}
#what .row .col.right {
  width: 45%;
}
#what .blob-text {
  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;
}
#what .blob-text .txt {
  max-width: 490px;
  text-align: center;
  margin-top: 115px;
}
#what .blob-text .txt p,
#what .blob-text .txt .cta-btn a {
  color: #ffff8d;
}
#what .blob-text.mob {
  display: none;
}
#what .part.cards {
  width: 596px;
  height: 625px;
  left: 712px;
  top: 349px;
}
#what .part.coin {
  width: 52px;
  height: 55px;
  left: 989px;
  top: 755px;
}
#what .part.globe {
  width: 246px;
  height: 237px;
  left: 894px;
  top: 553px;
}
#what .part.glow-lines {
  width: 370px;
  height: 340px;
  left: 832px;
  top: 474px;
  transform-origin: center bottom;
}
.whatis-arrow {
  position: absolute;
  width: 100%;
  z-index: 3;
  margin-top: -52px;
  padding-left: 75px;
  padding-right: 75px;
}
.whatis-arrow header {
  width: 41%;
  max-width: 490px;
  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;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.whatis-arrow header.off {
  opacity: 0;
}
.whatis-arrow header .arrow-next {
  margin-top: 5px;
}
.whatis-arrow header h3 {
  color: #ff6c4b;
}
/*! - SECTION: 2 COMPONENTS */
#components {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}
#components.on .comp-block[data-num="1"] .coin {
  -webkit-animation: coinMove infinite 4.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: coinMove infinite 4.5s cubic-bezier(0.5, 0, 0.5, 1);
  animation: coinMove infinite 4.5s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
  transform: translateX(-300px);
}
#components.on .comp-block[data-num="1"] .coin-face {
  -webkit-animation: coinRoll infinite 4.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: coinRoll infinite 4.5s cubic-bezier(0.5, 0, 0.5, 1);
  animation: coinRoll infinite 4.5s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
#components.on .comp-block[data-num="1"] .check {
  -webkit-animation: drawCheck infinite 4.5s ease-in-out;
  -moz-animation: drawCheck infinite 4.5s ease-in-out;
  animation: drawCheck infinite 4.5s ease-in-out;
  animation-fill-mode: forwards;
}
#components.on .comp-block[data-num="2"] .paper-start {
  -webkit-animation: paperIn infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: paperIn infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  animation: paperIn infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
  animation-delay: -1s;
}
#components.on .comp-block[data-num="2"] .paper-end {
  -webkit-animation: paperOut infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: paperOut infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  animation: paperOut infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
  animation-delay: -1s;
}
#components.on .comp-block[data-num="2"] .dial {
  -webkit-animation: dialMover infinite 3s ease-in-out;
  -moz-animation: dialMover infinite 3s ease-in-out;
  animation: dialMover infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#components.on .comp-block[data-num="2"] .text .lines {
  -webkit-animation: lineScroll infinite 4s linear;
  -moz-animation: lineScroll infinite 4s linear;
  animation: lineScroll infinite 4s linear;
  animation-fill-mode: forwards;
}
#components.on .comp-block[data-num="3"] .hand-left {
  -webkit-animation: handInLeft infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: handInLeft infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation: handInLeft infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
#components.on .comp-block[data-num="3"] .hand-right {
  -webkit-animation: handInRight infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: handInRight infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation: handInRight infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
#components.on .comp-block[data-num="3"] .coin {
  -webkit-animation: coinHand infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: coinHand infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation: coinHand infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
#components.on .comp-block[data-num="4"] .coin-mover {
  -webkit-animation: coinIn infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: coinIn infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation: coinIn infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
#components.on .comp-block[data-num="4"] .dollar-mover {
  -webkit-animation: dollarOut infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: dollarOut infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation: dollarOut infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
#components.on .comp-block[data-num="4"] .glowlines {
  -webkit-animation: lineglow-c4 infinite 4s ease-in-out;
  -moz-animation: lineglow-c4 infinite 4s ease-in-out;
  animation: lineglow-c4 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
#components h3 {
  margin-bottom: 12px;
}
#components .component-blocks {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
  margin-top: 35px;
}
#components .component-blocks .comp-row + .comp-row {
  margin-top: 80px;
}
#components .component-blocks .comp-image {
  width: 380px;
  height: 320px;
  margin: 0 auto;
  background-color: rgba(234, 234, 234, 0.25);
  overflow: hidden;
  clip-path: url("#component-mask");
  -webkit-clip-path: url("#component-mask");
}
#components .component-blocks .txt {
  position: relative;
  margin-top: -25px;
}
#components .component-blocks .txt h3 {
  margin-bottom: 18px;
}
#components .plus {
  position: absolute;
  width: 40px;
  top: 50%;
  left: 50%;
  margin-top: 75px;
  margin-left: -20px;
}
#components .comp-block {
  width: 47.5%;
  max-width: 385px;
}
#components .comp-block .base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
#components .comp-block .shadow {
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: #ededed;
}
#components .comp-block[data-num="1"] .scale-group {
  width: 190px;
  height: 190px;
  margin-left: -107px;
  margin-top: -100px;
}
#components .comp-block[data-num="1"] .coin {
  width: 161px;
  left: 29px;
  top: 28px;
}
#components .comp-block[data-num="1"] .coin .shadow {
  width: 138px;
  left: 10px;
  height: 15px;
  bottom: -5px;
}
#components .comp-block[data-num="1"] .coin-face {
  width: 126px;
  left: 13px;
  top: 15px;
}
#components .comp-block[data-num="1"] .shield {
  width: 97px;
}
#components .comp-block[data-num="1"] .check {
  width: 12px;
  left: 43px;
  top: 21px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#components .comp-block[data-num="2"] .scale-group {
  width: 195px;
  height: 163px;
  margin-left: -80px;
  margin-top: -73px;
}
#components .comp-block[data-num="2"] .reader {
  width: 107px;
  left: 18px;
}
#components .comp-block[data-num="2"] .reader .shadow {
  width: 126px;
  bottom: -5px;
  left: -16px;
  height: 16px;
}
#components .comp-block[data-num="2"] .text {
  top: 74px;
  left: 15px;
  width: 76px;
  height: 55px;
  overflow: hidden;
}
#components .comp-block[data-num="2"] .text .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
}
#components .comp-block[data-num="2"] .text .lines img + img {
  margin-top: 10px;
}
#components .comp-block[data-num="2"] .paper-start {
  width: 208px;
  top: -24px;
  left: -40px;
}
#components .comp-block[data-num="2"] .paper-start .shadow {
  width: 80px;
  bottom: 27px;
  left: 68px;
  height: 12px;
}
#components .comp-block[data-num="2"] .paper-end {
  width: 208px;
  top: -24px;
  left: -40px;
}
#components .comp-block[data-num="2"] .paper-end .shadow {
  width: 80px;
  bottom: 27px;
  left: 68px;
  height: 12px;
}
#components .comp-block[data-num="2"] .dial-group {
  left: 24px;
  top: 43px;
}
#components .comp-block[data-num="3"] .scale-group {
  width: 478px;
  height: 296px;
  margin-left: -232px;
  margin-top: -103px;
}
#components .comp-block[data-num="3"] .coin {
  width: 48px;
  left: 203px;
  top: 70px;
}
#components .comp-block[data-num="3"] .hand-left {
  width: 260px;
  left: 50px;
}
#components .comp-block[data-num="3"] .hand-right {
  width: 250px;
  left: 150px;
  top: 158px;
}
#components .comp-block[data-num="4"] .scale-group {
  width: 460px;
  height: 148px;
  margin-left: -220px;
  margin-top: -75px;
}
#components .comp-block[data-num="4"] .base {
  width: 460px;
  top: -56px;
  left: -1px;
}
#components .comp-block[data-num="4"] .base .shadow {
  width: 126px;
  bottom: -56px;
  left: 160px;
}
#components .comp-block[data-num="4"] .coin {
  width: 157px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#components .comp-block[data-num="4"] .coin .coin-mover {
  width: 29px;
  position: absolute;
  left: 0;
  top: 0;
  top: 52px;
}
#components .comp-block[data-num="4"] .coin .coin-mover .shadow {
  width: 27px;
  bottom: -64px;
  left: 0px;
  height: 8px;
}
#components .comp-block[data-num="4"] .dollar {
  width: 157px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  left: 285px;
  overflow: hidden;
}
#components .comp-block[data-num="4"] .dollar .dollar-mover {
  width: 110px;
  position: absolute;
  left: -110px;
  top: 37px;
}
#components .comp-block[data-num="4"] .dollar .dollar-mover .shadow {
  width: 110px;
  bottom: -57px;
  left: 3px;
}
#components .comp-block[data-num="4"] .glowlines {
  width: 167px;
  left: 138px;
  top: 6px;
}
#components .scale-group {
  position: absolute;
  left: 50%;
  top: 50%;
}
/*! - SECTION: 3 RESHAPING */
#reshaping {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: visible;
  height: 1440px;
}
#reshaping h2 {
  padding-bottom: 10px;
}
#reshaping .contentContainer {
  height: auto;
}
#reshaping .bg-wrap {
  height: 1445px;
  top: -95px;
}
#reshaping .background {
  width: 2370px;
  height: 1445px;
  left: 50%;
  margin-left: -1670px;
}
#reshaping .reshaping-module-bgwrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1004px;
  top: 290px;
  overflow: hidden;
  z-index: 1;
}
#reshaping .reshaping-module-bgwrap .masked-wrap {
  width: 1506px;
  height: 1004px;
  left: 50%;
  margin-left: -750px;
  background-color: #ff6c4b;
  clip-path: url("#reshape-mask");
  -webkit-clip-path: url("#reshape-mask");
  transform: scale(0.95);
}
#reshaping .reshape-modules-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1506px;
  overflow: hidden;
  height: 1010px;
  text-align: left;
}
#reshaping .reshape-modules-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 4400px;
  height: 1010px;
  left: -7px;
  will-change: transform;
}
#reshaping .reshape-modules-bg .fg {
  position: absolute;
  left: 0;
  top: 0;
  width: 5600px;
  height: 1010px;
  left: -7px;
  will-change: transform;
}
#reshaping .reshaping-module-contents {
  position: relative;
  padding-top: 230px;
  width: 100%;
  height: auto;
  z-index: 2;
}
#reshaping .reshaping-module-contents .module-contents {
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
  min-height: 350px;
  position: relative;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: 100% 100%;
  background-image: url(../images/reshaping-whitebg.svg);
}
#reshaping .reshaping-module-contents .module-contents .mod-btn {
  position: relative;
  cursor: pointer;
}
#reshaping .reshaping-module-contents .module-contents .mod-row {
  width: 100%;
  height: 115px;
  height: auto;
  /* .flex(column, center, flex-start);  */
  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: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  flex: 1;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
#reshaping .reshaping-module-contents .module-contents .mod-row h3 {
  line-height: 1;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
#reshaping .reshaping-module-contents .module-contents .mod-row .uline {
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0px;
  bottom: -10px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#reshaping .reshaping-module-contents .module-contents .mod-row .uline img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(3deg);
}
#reshaping .reshaping-module-contents .module-contents .mod-row.on h3 {
  color: #ff6c4b;
}
#reshaping .reshaping-module-contents .module-contents .mod-row.on .uline {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#reshaping .reshaping-module-contents .module-contents .col.left {
  width: 21%;
  min-height: 350px;
  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: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#reshaping .reshaping-module-contents .module-contents .col.right {
  width: 79%;
  padding: 45px;
  /* .flex(column, center, flex-start);  */
  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: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  position: relative;
}
#reshaping .reshaping-module-contents .module-contents .text-contents {
  text-align: left;
}
#reshaping .reshaping-module-contents .module-contents .text-contents .icon {
  color: #231f20;
}
#reshaping .reshaping-module-contents .module-contents .text-contents .icon-create {
  font-size: 32px;
  margin-bottom: 30px;
}
#reshaping .reshaping-module-contents .module-contents .text-contents .icon-revital {
  font-size: 42px;
  margin-bottom: 20px;
}
#reshaping .reshaping-module-contents .module-contents .text-contents .icon-enable {
  font-size: 40px;
  margin-bottom: 20px;
}
#reshaping .reshaping-module-contents .module-contents .text-contents h3 {
  margin-bottom: 20px;
}
#reshaping .reshaping-module-contents .module-contents .text-contents .mod-text {
  display: none;
  opacity: 0;
}
#reshaping .reshaping-module-contents .module-contents .text-contents .mod-text[data-num="1"] {
  display: block;
  opacity: 1;
}
#reshaping .reshaping-module-contents .border-line.vert {
  height: 98%;
}
#reshaping .reshaping-module-contents .mod-arrows {
  right: 22px;
  bottom: 25px;
}
#reshaping .mod-arrows.mob {
  display: none;
}
/*! - SECTION: 4 PRODUCTS */
#products {
  padding-top: 100px;
  padding-bottom: 85px;
}
#products.on .glowlines {
  -webkit-animation: lineglow3 infinite 2s ease-in-out;
  -moz-animation: lineglow3 infinite 2s ease-in-out;
  animation: lineglow3 infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#products.on .glowlines-card {
  -webkit-animation: lineglow2 infinite 2s ease-in-out;
  -moz-animation: lineglow2 infinite 2s ease-in-out;
  animation: lineglow2 infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#products header p {
  max-width: 460px;
}
#products .col,
#products .product-box {
  width: 47.5%;
}
#products .product-box {
  max-width: 575px;
  height: 230px;
  position: relative;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/product-bg.svg);
  background-size: 100% 100%;
  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;
}
#products .product-box .image {
  width: 235px;
  width: 40%;
  position: relative;
  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;
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
}
#products .product-box .text {
  position: relative;
  width: 60%;
  padding: 0 40px;
  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: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#products .product-box .text .details {
  height: 160px;
  /* .flex(column, center, flex-start);  */
  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: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  margin-bottom: 20px;
}
#products .product-box .text h3 {
  margin-bottom: 10px;
  line-height: 1;
}
#products .product-box .text p {
  line-height: 1.7;
}
#products .product-box .product-num {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #ff6c4b;
  font: 400 18px/40px 'aria-text-g2', serif;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -12px;
  top: -8px;
}
#products .product-box .meter-bar {
  position: absolute;
  left: 0;
  bottom: 20px;
  height: 10px;
  width: 100%;
  background-color: #e8e6e6;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#products .product-box .meter {
  position: absolute;
  left: 0;
  top: 0;
  left: 4px;
  top: 3px;
  transform: scaleX(0);
  height: 5px;
  transform-origin: center left;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
}
#products .product-box .meter img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#products .product-box .meter.on {
  transform: scaleX(1);
}
#products .product-box .meter.off {
  transform: scaleX(0);
  animation-duration: 0s !important;
  transition-delay: 0s !important;
}
#products .product-box .scale-group {
  width: 228px;
  height: 230px;
  position: absolute;
  left: 50%;
  margin-left: -114px;
  top: 50%;
  margin-top: -115px;
}
#products .product-box .glowlines {
  width: 106px;
  left: 57px;
  top: 58px;
}
#products .product-box .glowlines-card {
  width: 165px;
  left: 31px;
  top: 54px;
}
#products .product-box[data-num="1"] .image .base {
  width: 165px;
  margin-top: 20px;
}
#products .product-box[data-num="1"] .glowlines-card {
  animation-delay: -0.5s;
}
#products .product-box[data-num="2"] .image .base {
  width: 165px;
  margin-top: 20px;
}
#products .product-box[data-num="2"] .meter {
  width: 17%;
}
#products .product-box[data-num="2"] .glowlines-card {
  animation-delay: -1s;
}
#products .product-box[data-num="3"] .image .base {
  width: 140px;
}
#products .product-box[data-num="3"] .meter {
  width: 48%;
}
#products .product-box[data-num="4"] .image .base {
  width: 140px;
}
#products .product-box[data-num="4"] .meter {
  width: 93%;
}
#products .product-box[data-num="4"] .glowlines {
  animation-delay: -0.75s;
}
#products .product-box[data-num="5"] .image .base {
  width: 140px;
}
#products .product-box[data-num="5"] .meter {
  width: 8%;
}
#products .product-box[data-num="5"] .glowlines {
  animation-delay: -1.5s;
}
#products .product-row + .product-row {
  margin-top: 70px;
}
/*! - SECTION: 5 JOIN */
#join {
  padding-top: 385px;
  padding-bottom: 210px;
  text-align: center;
}
#join .contentContainer {
  max-width: 515px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#join .coin {
  width: 262px;
  margin-bottom: 20px;
}
#join p {
  font: 400 45px/1.65 'aria-text-g2', serif;
  color: #ff6c4b;
}
#join p.bot {
  line-height: 1.55;
}
#join .cta-btn {
  margin-top: -2px;
  margin-bottom: -2px;
}
#join .cta-btn a {
  font: 400 45px/1.65 'aria-text-g2', serif;
  color: #ff6c4b;
  letter-spacing: 0;
  padding: 0;
  padding-left: 5px;
  -webkit-transform: translateZ(0);
}
#join .cta-btn .uline {
  width: 90%;
  height: 8px;
  position: absolute;
  left: 15px;
  bottom: 4px;
}
#join .cta-btn .uline img {
  width: 100%;
  height: 100%;
}
#join .cta-btn .cta-hover {
  bottom: 3px;
  transform: scale(1.05, 0);
}
#join .arrow-row {
  margin-top: 35px;
}
#join .bg-wrap {
  height: 1445px;
}
#join .background {
  width: 1800px;
  height: 1070px;
  left: 50%;
  top: 130px;
  margin-left: -900px;
}
#join .layer.blob {
  width: 1845px;
  height: 1070px;
  left: -520px;
}
#join .illus {
  width: 932px;
  left: -365px;
  top: -140px;
}
#join .blob[data-num="1"] {
  width: 47px;
  left: 325px;
  top: 200px;
}
#join .blob[data-num="2"] {
  width: 166px;
  left: 365px;
  top: 360px;
}
#join .blob[data-num="3"] {
  width: 602px;
  left: auto;
  right: -350px;
  top: 230px;
  will-change: transform;
  -webkit-backface-visibility: visible;
}
/*! - SECTION: 6 ROADMAP */
#roadmap {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 65px;
  z-index: 2;
}
#roadmap.on .roadmap-row[data-num="1"] .dot[data-num="1"] .dot-mover {
  -webkit-animation: dotMover1 infinite 2s linear;
  -moz-animation: dotMover1 infinite 2s linear;
  animation: dotMover1 infinite 2s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="1"] .dot[data-num="2"] .dot-mover {
  -webkit-animation: dotMover2 infinite 2s linear;
  -moz-animation: dotMover2 infinite 2s linear;
  animation: dotMover2 infinite 2s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="1"] .dot[data-num="3"] .dot-mover {
  -webkit-animation: dotMover3 infinite 2s linear;
  -moz-animation: dotMover3 infinite 2s linear;
  animation: dotMover3 infinite 2s linear;
  animation-fill-mode: forwards;
  animation-delay: -1s !important;
}
#roadmap.on .roadmap-row[data-num="1"] .dot[data-num="4"] .dot-mover[data-num="1"] {
  -webkit-animation: dotMover4a infinite 4s linear;
  -moz-animation: dotMover4a infinite 4s linear;
  animation: dotMover4a infinite 4s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="1"] .dot[data-num="4"] .dot-mover[data-num="2"] {
  -webkit-animation: dotMover4b infinite 4s linear;
  -moz-animation: dotMover4b infinite 4s linear;
  animation: dotMover4b infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -2s !important;
}
#roadmap.on .roadmap-row[data-num="1"] .dial {
  -webkit-animation: dialMover infinite 3s ease-in-out;
  -moz-animation: dialMover infinite 3s ease-in-out;
  animation: dialMover infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="3"] .dial {
  -webkit-animation: dialMover infinite 3s ease-in-out;
  -moz-animation: dialMover infinite 3s ease-in-out;
  animation: dialMover infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="3"] .coin {
  -webkit-animation: coinDropFun infinite 3s ease-in;
  -moz-animation: coinDropFun infinite 3s ease-in;
  animation: coinDropFun infinite 3s ease-in;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="3"] .paper {
  -webkit-animation: paperDropFun infinite 3s linear;
  -moz-animation: paperDropFun infinite 3s linear;
  animation: paperDropFun infinite 3s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="5"] .star {
  -webkit-animation: blink infinite 2s linear;
  -moz-animation: blink infinite 2s linear;
  animation: blink infinite 2s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="5"] .globe {
  -webkit-animation: float1 infinite 3s ease-in-out;
  -moz-animation: float1 infinite 3s ease-in-out;
  animation: float1 infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="5"] .coin {
  -webkit-animation: bounce1 infinite 1.5s ease-in-out;
  -moz-animation: bounce1 infinite 1.5s ease-in-out;
  animation: bounce1 infinite 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="6"] .chute-drop {
  -webkit-animation: chuteDrop1 infinite 11s ease-out;
  -moz-animation: chuteDrop1 infinite 11s ease-out;
  animation: chuteDrop1 infinite 11s ease-out;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="6"] .chute-drop .chute-top {
  -webkit-animation: cardSway infinite 2s ease-in-out;
  -moz-animation: cardSway infinite 2s ease-in-out;
  animation: cardSway infinite 2s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -1s !important;
  animation-duration: 4s !important;
}
#roadmap.on .roadmap-row[data-num="6"] .chute-drop .card {
  -webkit-animation: cardSway infinite 2s ease-in-out;
  -moz-animation: cardSway infinite 2s ease-in-out;
  animation: cardSway infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="4"] .phone {
  -webkit-animation: moveItem1 infinite 10s linear;
  -moz-animation: moveItem1 infinite 10s linear;
  animation: moveItem1 infinite 10s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="4"] .p2p {
  -webkit-animation: moveItem2 infinite 10s linear;
  -moz-animation: moveItem2 infinite 10s linear;
  animation: moveItem2 infinite 10s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="4"] .card {
  -webkit-animation: moveItem3 infinite 10s linear;
  -moz-animation: moveItem3 infinite 10s linear;
  animation: moveItem3 infinite 10s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="4"] .conveyer {
  -webkit-animation: moveConveyer infinite 10s linear;
  -moz-animation: moveConveyer infinite 10s linear;
  animation: moveConveyer infinite 10s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="4"] .title[data-num="1"] {
  -webkit-animation: fadeTxt3 infinite 10s linear;
  -moz-animation: fadeTxt3 infinite 10s linear;
  animation: fadeTxt3 infinite 10s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="4"] .title[data-num="2"] {
  -webkit-animation: fadeTxt1 infinite 10s linear;
  -moz-animation: fadeTxt1 infinite 10s linear;
  animation: fadeTxt1 infinite 10s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="4"] .title[data-num="3"] {
  -webkit-animation: fadeTxt2 infinite 10s linear;
  -moz-animation: fadeTxt2 infinite 10s linear;
  animation: fadeTxt2 infinite 10s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .roadmap-row[data-num="4"] .textscroll .lines {
  -webkit-animation: lineScroll2 infinite 6s linear;
  -moz-animation: lineScroll2 infinite 6s linear;
  animation: lineScroll2 infinite 6s linear;
  animation-fill-mode: forwards;
}
#roadmap h4 {
  margin-bottom: 25px;
}
#roadmap h3 {
  margin-bottom: 20px;
}
#roadmap .roadmap-blocks {
  margin-top: 65px;
  padding-top: 65px;
  padding-bottom: 215px;
  position: relative;
}
#roadmap .roadmap-row {
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#roadmap .roadmap-row ~ .roadmap-row {
  margin-top: 60px;
}
#roadmap .roadmap-row .rm-image {
  width: 100%;
  height: auto;
  padding-bottom: 82.25%;
  max-width: 450px;
  max-height: 370px;
  overflow: hidden;
}
#roadmap .roadmap-row .scale-group {
  width: 450px;
  height: 370px;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  top: 50%;
  margin-top: -185px;
}
#roadmap .roadmap-row .col {
  width: 37.5%;
  max-width: 450px;
  position: relative;
}
#roadmap .roadmap-row .col.image.left .rm-image {
  clip-path: url("#roadmap-mask1");
  -webkit-clip-path: url("#roadmap-mask1");
}
#roadmap .roadmap-row .col.image.right .rm-image {
  clip-path: url("#roadmap-mask2");
  -webkit-clip-path: url("#roadmap-mask2");
}
#roadmap .roadmap-row .col.text {
  max-width: 425px;
}
#roadmap .roadmap-row .col.text.right {
  text-align: left;
  /* .flex(column, center, flex-start);  */
  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: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
}
#roadmap .roadmap-row .col.text.left {
  text-align: right;
  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;
}
#roadmap .roadmap-row .full {
  width: 480px;
  height: 410px;
}
#roadmap .roadmap-row[data-num="1"] .full {
  left: -23px;
  top: -16px;
}
#roadmap .roadmap-row[data-num="1"] .dot {
  overflow: hidden;
  width: 100px;
  height: 100px;
}
#roadmap .roadmap-row[data-num="1"] .dot .dot-mover {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
}
#roadmap .roadmap-row[data-num="1"] .dot[data-num="1"] {
  left: 215px;
  top: 0px;
  width: 20px;
  height: 50px;
}
#roadmap .roadmap-row[data-num="1"] .dot[data-num="2"] {
  left: 100px;
  top: 180px;
  width: 80px;
  height: 80px;
}
#roadmap .roadmap-row[data-num="1"] .dot[data-num="2"] .dot-mover {
  left: 70px;
  top: -2px;
}
#roadmap .roadmap-row[data-num="1"] .dot[data-num="3"] {
  left: 256px;
  top: 180px;
  width: 80px;
  height: 80px;
}
#roadmap .roadmap-row[data-num="1"] .dot[data-num="4"] {
  width: 230px;
  height: 115px;
  left: 110px;
  top: 272px;
}
#roadmap .roadmap-row[data-num="1"] .dial-group {
  left: 192px;
  top: 92px;
}
#roadmap .roadmap-row[data-num="2"] .full {
  left: -10px;
  top: -20px;
}
#roadmap .roadmap-row[data-num="2"] .coin {
  width: 88px;
  left: 111px;
  top: -80px;
}
#roadmap .roadmap-row[data-num="2"] .dot {
  width: 7px;
  top: 312px;
  left: 210px;
}
#roadmap .roadmap-row[data-num="2"] .glow {
  width: 26px;
  left: -10px;
  top: -11px;
}
#roadmap .roadmap-row[data-num="2"] .meter-bar {
  position: absolute;
  left: 301px;
  bottom: 30px;
  width: 82px;
  height: 31px;
  transform-origin: left bottom;
  background-color: #ffff00;
}
#roadmap .roadmap-row[data-num="2"].on .coin {
  -webkit-animation: coinDropBox 1 1s ease-in;
  -moz-animation: coinDropBox 1 1s ease-in;
  animation: coinDropBox 1 1s ease-in;
  animation-fill-mode: forwards;
}
#roadmap .roadmap-row[data-num="2"].on .dot {
  -webkit-animation: boxDotMove 1 1.5s ease-in-out;
  -moz-animation: boxDotMove 1 1.5s ease-in-out;
  animation: boxDotMove 1 1.5s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
#roadmap .roadmap-row[data-num="2"].on .glow {
  -webkit-animation: lineGlowrm2 1 0.6s ease-in-out;
  -moz-animation: lineGlowrm2 1 0.6s ease-in-out;
  animation: lineGlowrm2 1 0.6s ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 1.45s;
}
#roadmap .roadmap-row[data-num="3"] .full {
  left: -26px;
  top: -25px;
}
#roadmap .roadmap-row[data-num="3"] .coins {
  overflow: hidden;
  width: 250px;
  height: 93px;
  position: absolute;
  left: 0;
  top: 0;
  left: 90px;
}
#roadmap .roadmap-row[data-num="3"] .coin {
  width: 88px;
  top: -85px;
}
#roadmap .roadmap-row[data-num="3"] .coin[data-num="1"] {
  left: 30px;
}
#roadmap .roadmap-row[data-num="3"] .coin[data-num="2"] {
  left: 94px;
  animation-delay: -1.5s !important;
}
#roadmap .roadmap-row[data-num="3"] .coin[data-num="3"] {
  left: 141px;
  animation-delay: -0.5s !important;
}
#roadmap .roadmap-row[data-num="3"] .paper {
  width: 68px;
  top: 160px;
  left: 184px;
}
#roadmap .roadmap-row[data-num="3"] .paper .piece + .piece {
  margin-top: 15px;
}
#roadmap .roadmap-row[data-num="3"] .dial-group {
  left: 180px;
  top: 150px;
}
#roadmap .roadmap-row[data-num="3"] .dial-group .dial[data-num="2"] {
  left: 38px;
}
#roadmap .roadmap-row[data-num="3"] .dial-group .dial[data-num="3"] {
  left: 76px;
}
#roadmap .roadmap-row[data-num="4"] .base {
  width: 640px;
  left: -86px;
  top: -113px;
}
#roadmap .roadmap-row[data-num="4"] .full {
  left: -8px;
  top: -16px;
}
#roadmap .roadmap-row[data-num="4"] .comp img {
  position: relative;
}
#roadmap .roadmap-row[data-num="4"] .comp .shadow {
  width: 210px;
  height: 8px;
  position: absolute;
  top: 360px;
  left: 138px;
  border-radius: 50%;
  background-color: #000;
  opacity: .15;
}
#roadmap .roadmap-row[data-num="4"] .phone {
  width: 65px;
  top: 46px;
  left: 502px;
}
#roadmap .roadmap-row[data-num="4"] .p2p {
  width: 113px;
  top: 46px;
  left: 478px;
  top: 70px;
}
#roadmap .roadmap-row[data-num="4"] .card {
  width: 113px;
  top: 46px;
  left: 475px;
  top: 70px;
}
#roadmap .roadmap-row[data-num="4"] .conveyer {
  width: 1200px;
  top: 24px;
  left: -90px;
  height: 48px;
  background: url(../images/parts/roadmap-p4-conveyerbg@2x.png) left top repeat-x;
  background-size: 161px 48px;
}
#roadmap .roadmap-row[data-num="4"] .textscroll {
  top: 205px;
  left: 227px;
  width: 92px;
  height: 88px;
  overflow: hidden;
}
#roadmap .roadmap-row[data-num="4"] .textscroll .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
}
#roadmap .roadmap-row[data-num="4"] .textscroll .lines img + img {
  margin-top: 10px;
}
#roadmap .roadmap-row[data-num="4"] .title {
  width: 97px;
  top: 247px;
  left: 131px;
  opacity: 0;
}
#roadmap .roadmap-row[data-num="4"] .title[data-num="2"] {
  top: 260px;
}
#roadmap .roadmap-row[data-num="5"] .full {
  left: -26px;
  top: -18px;
}
#roadmap .roadmap-row[data-num="5"] .globe {
  width: 240px;
  top: 35px;
  left: 97px;
}
#roadmap .roadmap-row[data-num="5"] .coin {
  width: 59px;
  left: 45px;
  top: 30px;
}
#roadmap .roadmap-row[data-num="5"] .stars {
  position: absolute;
  left: 0;
  top: 0;
  left: 64px;
  top: 66px;
}
#roadmap .roadmap-row[data-num="5"] .star {
  width: 4px;
}
#roadmap .roadmap-row[data-num="5"] .star[data-num="1"] {
  width: 7px;
}
#roadmap .roadmap-row[data-num="5"] .star[data-num="2"] {
  left: -1px;
  top: 56px;
  width: 5px;
  transform: rotate(30deg);
}
#roadmap .roadmap-row[data-num="5"] .star[data-num="3"] {
  top: 180px;
  left: 40px;
}
#roadmap .roadmap-row[data-num="5"] .star[data-num="4"] {
  top: -47px;
  left: 230px;
  transform: rotate(50deg);
}
#roadmap .roadmap-row[data-num="5"] .star[data-num="5"] {
  top: -10px;
  left: 230px;
  height: 4px;
  transform: rotate(20deg);
}
#roadmap .roadmap-row[data-num="5"] .star[data-num="5"] img {
  width: 100%;
  height: 100%;
}
#roadmap .roadmap-row[data-num="5"] .star[data-num="6"] {
  top: -10px;
  left: 259px;
}
#roadmap .roadmap-row[data-num="5"] .star[data-num="7"] {
  top: 128px;
  left: 328px;
  width: 5px;
  height: 5px;
}
#roadmap .roadmap-row[data-num="5"] .star[data-num="7"] img {
  width: 100%;
  height: 100%;
}
#roadmap .roadmap-row[data-num="6"] .base {
  width: 730px;
  left: -155px;
  top: -135px;
}
#roadmap .roadmap-row[data-num="6"] .full {
  left: -15px;
  top: -18px;
}
#roadmap .roadmap-row[data-num="6"] .chute-drop {
  width: 110px;
  top: -170px;
}
#roadmap .roadmap-row[data-num="6"] .chute-drop .card {
  width: 110px;
  top: 101px;
  transform-origin: center top;
}
#roadmap .roadmap-row[data-num="6"] .chute-drop .chute-top {
  transform-origin: center bottom;
}
#roadmap .roadmap-row[data-num="6"] .chute-drop[data-num="1"] {
  left: 57px;
  animation-delay: -4.5s !important;
}
#roadmap .roadmap-row[data-num="6"] .chute-drop[data-num="2"] {
  left: 210px;
}
#roadmap .roadmap-row[data-num="6"] .chute-drop[data-num="3"] {
  left: 395px;
  animation-delay: -7.5s !important;
}
#roadmap .roadmap-row[data-num="6"] .chute-drop[data-num="4"] {
  left: 100px;
  animation-duration: 11s !important;
}
#roadmap .roadmap-row[data-num="6"] .chute-drop[data-num="4"] .inner {
  transform: scale(0.75);
  opacity: .3;
}
#roadmap .roadmap-row[data-num="6"] .chute-drop[data-num="5"] {
  left: 223px;
  animation-duration: 9s !important;
}
#roadmap .roadmap-row[data-num="6"] .chute-drop[data-num="5"] .inner {
  transform: scale(0.37);
  opacity: .3;
}
#roadmap .roadmap-row[data-num="6"] .chute-drop[data-num="6"] {
  left: 278px;
  animation-delay: -4s !important;
  animation-duration: 10s !important;
}
#roadmap .roadmap-row[data-num="6"] .chute-drop[data-num="6"] .inner {
  transform: scale(0.37);
  opacity: .3;
}
#roadmap .rm-vline {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 50%;
  margin-left: -2px;
  width: 3px;
  height: 100%;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/roadmap-vline.svg);
}
#roadmap .rm-complete {
  position: absolute;
  left: -42px;
  top: -33px;
  width: 116px;
  z-index: 2;
}
#roadmap .rm-complete img {
  width: 100%;
  height: auto;
  display: block;
}
#roadmap .rm-coin {
  width: 535px;
  left: 50%;
  margin-left: -267px;
  top: auto;
  bottom: -363px;
  z-index: -1;
}
#roadmap .arrow-row {
  margin-top: 320px;
}
#roadmap .row-horiz-line {
  position: absolute;
  width: 20%;
  left: 50%;
  margin-left: -10%;
  height: 30px;
  background-color: #fff;
  top: 50%;
  margin-top: -15px;
}
#roadmap .row-horiz-line .line-h {
  width: 50%;
  height: 3px;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/roadmap-hline.svg);
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
#roadmap .row-horiz-line .line-h.lt {
  transform: scaleX(-1);
  left: 0;
}
#roadmap .row-horiz-line .line-h.rt {
  right: 0;
}
#roadmap .row-horiz-line .circ {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 0px;
  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;
  background-color: #fff;
  z-index: 2;
}
#roadmap .row-horiz-line .circ > div {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #ff6c4b;
}
/*! - SECTION: 7 TEAM */
#team {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 540px;
  background-color: #ffffe2;
  overflow: visible;
}
#team .bg-wrap[data-num="1"] {
  height: 480px;
  top: -480px;
}
#team .bg-wrap[data-num="1"] .background {
  width: 1750px;
  height: 480px;
  left: 50%;
  margin-left: -750px;
}
#team .bg-wrap[data-num="2"] {
  height: 100%;
}
#team .bg-wrap[data-num="3"] {
  height: 360px;
  top: auto;
  bottom: 0px;
  background-color: #fff;
}
#team .bg-wrap[data-num="3"] .background {
  width: 2142px;
  height: 360px;
  left: 50%;
  margin-left: -1165px;
}
#team .bg-wrap[data-num="4"] {
  top: 2215px;
  height: 302px;
}
#team h3 {
  margin-bottom: 5px;
}
#team .team-photo {
  width: 100%;
  height: auto;
  margin-bottom: 38px;
  clip-path: url("#team-mask");
  -webkit-clip-path: url("#team-mask");
  background-color: #ffd3b4;
}
#team .team-photo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: translateZ(0);
}
#team .team-boxes {
  margin-top: 65px;
}
#team #advisors {
  margin-top: 20px;
  padding-top: 100px;
}
#team .team-box {
  width: 31.5%;
  max-width: 330px;
}
#team .team-box:nth-child(n+4) {
  margin-top: 65px;
}
#team .team-box.empty .team-photo > img {
  visibility: hidden;
}
#team .team-text {
  text-align: center;
}
#team .cta-btn {
  margin-top: 10px;
}
#team .dot {
  left: auto;
  right: 50%;
}
#team .dot[data-num="1"] {
  width: 170px;
  left: 50%;
  right: auto;
  margin-left: -805px;
  top: 455px;
}
#team .dot[data-num="1"] img {
  transform: rotate(200deg);
}
#team .dot[data-num="2"] {
  width: 302px;
  top: 880px;
  margin-right: -980px;
}
#team .dot[data-num="3"] {
  width: 260px;
  left: 50%;
  right: auto;
  margin-left: -845px;
  top: 1435px;
}
#team .dot[data-num="3"] img {
  transform: rotate(60deg);
}
#team .dot[data-num="4"] {
  width: 324px;
  margin-right: -660px;
}
/*! - SECTION: 8 PARTNERS */
#partners {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 100px;
}
#partners .partner-boxes {
  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: 60px;
}
#partners .partner-boxes .partner-box {
  width: 25%;
  height: 150px;
  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;
  position: relative;
}
#partners .partner-boxes .partner-box img {
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
}
#partners .partner-boxes .partner-box:nth-child(n+5) {
  margin-top: 65px;
}
#partners .partner-boxes .partner-box:nth-child(5n+5) .border-line {
  display: none;
}
#partners .partner-boxes .partner-box.filler {
  visibility: visible;
}
/*! - SECTION: 9 NEWS */
#news {
  padding-top: 50px;
  padding-bottom: 70px;
}
#news header {
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}
#news h3 {
  font-size: 45px;
}
#news h4,
#news h3 {
  margin-bottom: 25px;
}
#news .mod-arrows {
  right: 0px;
  bottom: 25px;
}
#news .mod-arrows.mob {
  position: relative;
  right: auto;
  bottom: auto;
  display: none;
}
#news .news-slides {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 7px;
}
#news .news-slider {
  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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 5190px;
}
#news .news-slide {
  width: 45%;
  max-width: 531px;
  padding: 45px 30px;
  position: relative;
}
#news .news-slide .arrow-next {
  margin-top: 30px;
  display: inline-block;
}
#news .news-slide .arr {
  font-size: 10px;
  color: #ff6c4b;
}
#news .news-slide h3 {
  max-width: 420px;
}
#news .news-slide p {
  max-width: 350px;
}
#news .news-divider {
  width: 10%;
  max-width: 118px;
  position: relative;
}
#news .news-divider .border-line {
  left: 50%;
  margin-left: -1px;
}
/*! - SECTION: x10 FOOTER */
#footer {
  padding-top: 880px;
  padding-bottom: 20px;
  text-align: center;
}
#footer.on .chute-drop {
  -webkit-animation: chuteDrop2 infinite 22s ease-out;
  -moz-animation: chuteDrop2 infinite 22s ease-out;
  animation: chuteDrop2 infinite 22s ease-out;
  animation-fill-mode: forwards;
}
#footer.on .chute-drop .chute-top {
  -webkit-animation: cardSway infinite 2s ease-in-out;
  -moz-animation: cardSway infinite 2s ease-in-out;
  animation: cardSway infinite 2s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -1s !important;
  animation-duration: 4s !important;
}
#footer.on .chute-drop .card {
  -webkit-animation: cardSway infinite 2s ease-in-out;
  -moz-animation: cardSway infinite 2s ease-in-out;
  animation: cardSway infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#footer .sayhello-blob {
  width: 740px;
  height: 760px;
  position: absolute;
  left: 0;
  top: 0;
  top: 70px;
  left: 50%;
  margin-left: -370px;
  z-index: 1;
}
#footer .sayhello-blob .masked-wrap {
  background-color: #ffff00;
  width: 740px;
  height: 760px;
  clip-path: url("#sayhello-mask");
  -webkit-clip-path: url("#sayhello-mask");
}
#footer .sayhello-blob .logo-s {
  width: 335px;
  top: 138px;
  left: 195px;
}
#footer .sayhello-blob .illus {
  width: 757px;
  height: 734px;
  left: -15px;
}
#footer .sayhello-blob p {
  font-size: 23px;
  line-height: 1.8;
}
#footer .blob-text {
  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;
}
#footer .background[data-num="1"] {
  width: 2370px;
  height: 1445px;
  left: 50%;
  margin-left: -1165px;
}
#footer .background[data-num="1"] .word1 {
  width: 858px;
  top: 85px;
}
#footer .background[data-num="1"] .word2 {
  top: 136px;
  width: 870px;
  left: 1485px;
}
#footer .footer-links .col.left {
  width: 200px;
  text-align: left;
}
#footer .footer-links .col.mid {
  width: auto;
}
#footer .footer-links .col.right {
  width: 200px;
}
#footer .social-links li {
  background-color: #ff6c4b;
  box-shadow: none;
}
#footer .social-links li .icon {
  color: #fff;
  line-height: 42px;
}
#footer .credit {
  text-align: center;
  margin-top: 30px;
}
#footer .credit p {
  font-size: 14px;
}
#footer .credit a {
  color: #231f20;
}
#footer .cta-btn.mob {
  display: none;
}
#footer .chute-drop {
  width: 110px;
  top: -170px;
}
#footer .chute-drop .card {
  width: 110px;
  top: 101px;
  transform-origin: center top;
}
#footer .chute-drop[data-num="1"] {
  left: 57px;
  animation-delay: -4s !important;
}
#footer .chute-drop[data-num="2"] {
  left: 350px;
  animation-delay: -18s !important;
}
#footer .chute-drop[data-num="3"] {
  left: 600px;
  animation-delay: -6s !important;
}
#footer .chute-drop[data-num="4"] {
  left: 100px;
  animation-delay: -11s !important;
  animation-duration: 18s !important;
}
#footer .chute-drop[data-num="4"] .inner {
  transform: scale(0.75);
  opacity: .3;
}
#footer .chute-drop[data-num="5"] {
  left: 450px;
  animation-delay: -2s !important;
}
#footer .chute-drop[data-num="6"] {
  left: 510px;
  animation-delay: -9s !important;
  animation-duration: 19s !important;
}
#footer .chute-drop[data-num="6"] .inner {
  transform: scale(0.37);
  opacity: .3;
}
#footer .chute-drop[data-num="7"] {
  left: 170px;
  animation-delay: 0s !important;
  animation-duration: 20s !important;
}
#footer .chute-drop[data-num="7"] .inner {
  transform: scale(0.37);
  opacity: .3;
}
/*! - GLOBAL: OVERLAY SIGNUP */
#overlay-signup .overlayWrap {
  width: 460px;
  left: 50%;
  margin-left: -230px;
  height: 100%;
  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;
}
#overlay-signup .contentContainer {
  height: 280px;
  text-align: center;
}
#overlay-signup .contentContainer .logo {
  width: 85px;
  height: auto;
  margin-bottom: 20px;
}
#overlay-signup .contentContainer h3 {
  font: 400 23px/1 'aria-text-g2', serif;
  color: #ffff8d;
  margin-bottom: 35px;
}
.email-form {
  position: relative;
}
.email-form ::-webkit-input-placeholder {
  color: #231f20;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.email-form :-moz-placeholder {
  color: #231f20;
  opacity: 1;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.email-form ::-moz-placeholder {
  color: #231f20;
  opacity: 1;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.email-form :-ms-input-placeholder {
  color: #231f20;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.email-form fieldset {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 405px;
}
.email-form input[type="email"] {
  font: 400 14px/57px 'aria-text-g2', serif;
  width: 100%;
  height: 55px;
  background-color: #fff;
  border: none;
  padding-left: 25px;
  border-radius: 30px;
  box-shadow: 0px 0px 25px 5px rgba(64, 9, 85, 0.15);
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.email-form button[type="submit"] {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  width: 55px;
  height: 55px;
  background: none;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.email-form button[type="submit"] .submit-arrow-wrap {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #ff6c4b;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 8px;
  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;
  box-shadow: 0px 0px 15px rgba(64, 9, 85, 0.15);
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.email-form button[type="submit"] .submit-arrow-wrap .icon {
  color: #fff;
  font-size: 9px;
  margin-top: 1px;
  display: block;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.email-form button[type="submit"][disabled="disabled"] {
  opacity: .5;
}
.email-form.error ::-webkit-input-placeholder {
  color: #ff6c4b;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.email-form.error :-moz-placeholder {
  color: #ff6c4b;
  opacity: 1;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.email-form.error ::-moz-placeholder {
  color: #ff6c4b;
  opacity: 1;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.email-form.error :-ms-input-placeholder {
  color: #ff6c4b;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.email-form.error input[type="email"] {
  background-color: #ffff8d;
}
.email-form.error .form-msg .thanks {
  opacity: 0;
  visibility: hidden;
}
.email-form .form-msg {
  font: 400 80px "dk_uncle_edwardregular", sans-serif;
  color: #ffff8d;
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
}
.email-form.mob input[type="email"] {
  box-shadow: 0px 0px 25px 5px rgba(64, 9, 85, 0.07);
}
/*! - GLOBAL: OVERLAY TEAM */
#overlay-team .overlayWrap {
  height: 100%;
  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;
  z-index: 1;
}
#overlay-team .bio-text-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 1;
  min-height: 800px;
}
#overlay-team .team-bio {
  position: absolute;
  width: 744px;
  left: 50%;
  margin-left: -372px;
  top: 50%;
  margin-top: -350px;
  height: 700px;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: url(../images/team-bio-bg.svg);
}
#overlay-team .bio-text {
  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;
}
#overlay-team .bio-text .txt {
  width: 100%;
  max-width: 475px;
  text-align: left;
}
#overlay-team .bio-text h3 {
  margin-bottom: 10px;
}
#overlay-team .bio-text p {
  letter-spacing: -0.02em;
}
#overlay-team .bio-li {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #ff6c4b;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
#overlay-team .bio-li .icon {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
#overlay-team .arr-btn {
  width: 457px;
  height: 535px;
  position: fixed;
  top: 0;
  left: 0;
  top: 50%;
  margin-top: -267px;
  z-index: 5;
  cursor: pointer;
}
#overlay-team .arr-btn img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#overlay-team .arr-btn.left {
  left: -380px;
  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;
}
#overlay-team .arr-btn.right {
  left: auto;
  right: -380px;
  /* .flex(column, center, flex-start);  */
  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: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
}
#overlay-team .arr-btn .arr {
  color: #ff6c4b;
  font-size: 10px;
  z-index: 6;
  position: relative;
  display: block;
  margin-top: 20px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#overlay-team .arr-btn .arr.left {
  margin-right: 25px;
}
#overlay-team .arr-btn .arr.right {
  margin-left: 25px;
}
/*! HOVERS (disabled below tablet) */
@media screen and (min-width: 1025px) {
  a {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  .cta-btn .uline {
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition-delay: .1s;
  }
  .cta-btn .cta-hover {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
  .cta-btn:hover .uline {
    transform: scaleX(1.15);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
  .cta-btn:hover .cta-hover {
    transform: scale(1.15, 1.15);
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition-delay: .1s;
  }
  .cta-btn:hover a {
    color: #ffff8d;
  }
  #globalMenu .menu-icon:hover > .menu-line .icon {
    color: #ffff8d;
  }
  #globalMenu.open .menu-icon:hover > .menu-line .icon {
    color: #231f20;
  }
  #globalMenu header .logo .cta-btn:hover > a {
    color: #ff6c4b;
  }
  .social-links li {
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
  }
  .social-links li:hover {
    background-color: #ffff8d;
  }
  #footer .social-links li:hover {
    background-color: #ffff8d;
  }
  #footer .social-links li .icon {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  #footer .social-links li:hover > a .icon {
    color: #ff6c4b;
  }
  #overlay-team .bio-li:hover {
    background-color: #ffff8d;
  }
  #overlay-team .bio-li:hover .icon {
    color: #ff6c4b;
  }
  .email-form button[type="submit"]:hover > .submit-arrow-wrap {
    background-color: #ffff8d;
  }
  .email-form button[type="submit"]:hover > .submit-arrow-wrap .icon {
    color: #ff6c4b;
  }
  .overlay .close-btn:hover > .icon {
    color: #ffff8d;
  }
  .arrow-next:hover > .icon-arrow-down {
    transform: translateY(7px);
  }
  #what .blob-text .cta-btn:hover > a {
    color: #ff6c4b;
  }
  #join .cta-btn:hover .uline {
    transform: scaleX(1.15) translateX(6px);
  }
  #join .cta-btn:hover .cta-hover {
    transform: scale(1.05, 1);
  }
  #join .cta-btn:hover a {
    color: #ffff8d;
  }
  #news .arrow-next:hover > .icon-arrow-right {
    transform: translateX(7px);
  }
  #footer .credit a:hover {
    color: #ff6c4b;
  }
  .mod-arrows .mod-arrow .arr {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  .mod-arrows .mod-arrow:hover {
    background-color: #ffff8d;
  }
  .mod-arrows .mod-arrow:hover .arr {
    color: #ff6c4b;
  }
  #reshaping .reshaping-module-contents .module-contents .mod-btn:hover > h3 {
    color: #ff6c4b;
  }
  #reshaping .reshaping-module-contents .module-contents .mod-btn:hover > .uline {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #overlay-team .arr-btn.left:hover > .arr {
    transform: translateX(-7px);
  }
  #overlay-team .arr-btn.right:hover > .arr {
    transform: translateX(7px);
  }
}
/*! mq: 1400 */
@media screen and (max-width: 1400px) {
  #globalNav {
    padding: 120px 0 220px;
  }
  #globalNav a {
    font-size: 90px;
    letter-spacing: -0.02em;
  }
  #globalMenu header .logo .cta-btn {
    margin-left: 25px;
  }
  #what .bg-wrap[data-num="4"] {
    top: 10px;
  }
  #what .bg-wrap[data-num="4"] .scale-group {
    transform: scale(0.8);
  }
  #join .scale-group {
    transform: scale(0.8);
    margin-top: 150px;
    margin-left: 50px;
  }
  #join .blob[data-num="3"] {
    right: -50px;
  }
  #join .blob[data-num="3"] img {
    transform: scale(0.6);
  }
  #team .dot[data-num="1"] {
    margin-left: -705px;
    top: 450px;
  }
  #team .dot[data-num="2"] {
    top: 980px;
    margin-right: -720px;
  }
  #team .dot[data-num="3"] {
    margin-left: -675px;
    top: 1400px;
  }
}
/*! mq: 1250 */
@media screen and (max-width: 1250px) {
  #hero .scale-group {
    transform-origin: right center;
    transform: scale(0.85);
    margin-left: -145px;
    margin-top: 105px;
  }
  #hero h1 {
    font-size: 110px;
  }
}
/*! mq: 1200 */
@media screen and (max-width: 1200px) {
  #loader .background,
  #loader .border-cover {
    transform: scale(0.6);
  }
  #products .hasBreak br,
  #roadmap .hasBreak br {
    display: none;
  }
  #team .bg-wrap[data-num="4"] {
    top: 2500px;
  }
  #products h2 {
    font-size: 75px;
  }
  #products .image .base,
  #products .image .scale-group {
    transform: scale(0.8);
  }
  #products .product-box .text {
    padding: 0 20px;
  }
  #products .product-box .text br.mob {
    display: block;
  }
}
/*! mq: 1150 */
@media screen and (max-width: 1150px) {
  #hero .scale-group {
    transform: scale(0.8);
    margin-left: -75px;
    margin-top: 135px;
  }
}
/*! mq: 1024 */
@media screen and (max-width: 1024px) {
  section h2 {
    font-size: 70px;
  }
  #products h2 {
    font-size: 70px;
  }
  #globalMenu .menu-btn {
    width: 60px;
    height: 450px;
  }
  #globalMenu .menu-icon {
    left: 0px;
  }
  #hero {
    padding-left: 80px;
  }
  #hero .scale-group {
    transform: scale(0.75);
    margin-left: -300px;
    margin-top: 175px;
  }
  #hero h1 {
    font-size: 92px;
  }
  #hero p {
    font-size: 18px;
  }
  #hero .cta-btns {
    margin-top: 25px;
  }
  #hero .cta-btns a {
    letter-spacing: .04em;
  }
  #hero .cta-btns .cta-btn ~ .cta-btn {
    margin-left: 30px;
  }
  #what .row .col.left,
  #what .row .col.right {
    width: 50%;
  }
  #components .component-blocks {
    width: 100%;
  }
  #components .component-blocks p br {
    display: none;
  }
  #reshaping {
    height: 1150px;
  }
  #reshaping .reshaping-module-bgwrap .masked-wrap,
  #reshaping .background {
    transform: scale(0.8);
    transform-origin: center top;
  }
  #reshaping .reshaping-module-bgwrap {
    top: 250px;
  }
  #reshaping .reshaping-module-contents {
    padding-top: 170px;
  }
  #reshaping .reshaping-module-contents .module-contents .mod-row {
    padding-left: 30px;
  }
  #reshaping .reshaping-module-contents .module-contents .mod-row h3 {
    font-size: 30px;
  }
  #products .product-box .text h3 {
    font-size: 28px;
  }
  #join {
    padding-top: 285px;
  }
  #join p,
  #join .cta-btn a {
    font-size: 35px;
  }
  #join .background {
    top: 30px;
  }
  #join .scale-group {
    transform: scale(0.65);
    margin-top: 250px;
  }
  #join .layer.blob {
    transform: scale(0.9);
  }
  #join .blob[data-num="3"] {
    right: 100px;
  }
  #join .blob[data-num="3"] img {
    transform: scale(0.5);
  }
  #team .hasBreak br {
    display: none;
  }
  #team .dot[data-num="1"] {
    margin-left: -500px;
    top: 200px;
  }
  #team .dot[data-num="4"] {
    transform: scale(0.8);
  }
  #news {
    padding-left: 30px;
    padding-right: 30px;
  }
  #news .news-divider {
    width: 5%;
  }
  #news h3 {
    font-size: 34px;
  }
}
/*! mq: 1000 */
@media screen and (max-width: 1000px) {
  #globalNav a {
    font-size: 75px;
  }
  #hero .scale-group {
    transform: scale(0.7);
    margin-left: -150px;
    margin-top: 200px;
  }
  #what header,
  .whatis-arrow header {
    width: 38%;
  }
}
/*! mq: 950 */
@media screen and (max-width: 950px) {
  #products h2 {
    font-size: 60px;
  }
  #overlay-team .arr-btn {
    display: none !important;
  }
  #components .component-blocks .comp-image {
    width: 308px;
    height: 260px;
    /* transform: scale(.9); */
  }
  #components .component-blocks .txt {
    padding: 0 10px;
  }
  #components .scale-group {
    transform: scale(0.81);
  }
  #reshaping .mod-text p br {
    display: none;
  }
  #reshaping .reshaping-module-contents .module-contents .col.right {
    padding-bottom: 75px;
  }
}
/*! mq: 900 */
@media screen and (max-width: 900px) {
  #team .team-box {
    width: 47.5%;
    max-width: none;
  }
  #team .team-box:nth-child(n+3) {
    margin-top: 65px;
  }
  #team .bg-wrap[data-num="4"] {
    top: auto;
    bottom: 300px;
  }
  #team .dot[data-num="1"] {
    margin-left: -405px;
    top: 580px;
  }
  #team .dot[data-num="2"] {
    top: 1500px;
    margin-right: -550px;
  }
  #team .dot[data-num="3"] {
    margin-left: -475px;
    top: 2100px;
  }
  #team .dot[data-num="4"] {
    margin-right: -500px;
  }
  #partners {
    padding-left: 10px;
    padding-right: 10px;
  }
  #partners .partner-boxes .partner-box {
    height: 100px;
  }
  #partners .partner-boxes .partner-box:nth-child(n+5) {
    margin-top: 30px;
  }
  #partners .partner-boxes .partner-box img {
    max-width: 150px;
  }
}
/*! mq: 850 */
@media screen and (max-width: 850px) {
  #globalNav a {
    font-size: 65px;
  }
  #hero .scale-group {
    transform: scale(0.65);
    margin-left: -120px;
    margin-top: 240px;
  }
  #products .product-row {
    display: block;
  }
  #products .product-row + .product-row,
  #products .product-box + .product-box,
  #products .col + .product-box {
    margin-top: 40px;
  }
  #products .col,
  #products .product-box {
    width: 100%;
  }
  #products header p,
  #products .product-box {
    max-width: none;
  }
  #products .image .base,
  #products .image .scale-group {
    transform: scale(1);
  }
  #products .product-box .text {
    padding: 0 40px;
  }
  #products .product-box .text br.mob {
    display: none;
  }
  #products .product-box .text h3 {
    font-size: 34px;
  }
  #roadmap .roadmap-row .col {
    width: 45%;
  }
  #roadmap .row-horiz-line {
    display: none;
  }
  #roadmap h3 {
    font-size: 28px;
  }
}
/*! mq: 768 */
@media screen and (max-width: 768px) {
  section {
    padding-left: 30px;
    padding-right: 30px;
  }
  section h2 {
    font-size: 60px;
  }
  section p {
    font-size: 16px;
    line-height: 1.875;
  }
  #what .bg-wrap[data-num="1"] .background[data-num="1"] {
    transform: scale(0.8);
    transform-origin: left top;
    margin-left: -1022px;
    top: 55px;
  }
  #components .comp-block {
    width: 49%;
  }
  #components .comp-block[data-num="3"] .scale-group {
    margin-top: -123px;
  }
  #components .component-blocks .comp-image {
    width: 256px;
    height: 216px;
    /* width: 285px; height: 240px; */
  }
  #components .scale-group {
    transform: scale(0.67);
  }
  #join {
    padding-top: 185px;
    padding-bottom: 150px;
  }
  #join .blob[data-num="3"] {
    right: 200px;
    top: 50px;
  }
  #join .cta-btn .uline {
    height: 5px;
    bottom: 10px;
  }
  #join .background {
    top: 0px;
  }
  #join .scale-group {
    margin-top: 150px;
  }
  #join .layer.blob {
    transform-origin: center top;
  }
  #news {
    padding-left: 0px;
    padding-right: 0px;
  }
  #news header {
    padding-left: 30px;
    padding-right: 30px;
  }
  #news .mod-arrows {
    right: 30px;
  }
  #footer {
    padding-top: 800px;
  }
  #footer .sayhello-blob {
    top: 0px;
  }
  #footer .footer-links {
    display: block;
  }
  #footer .footer-links .col.left {
    width: 100%;
    max-width: none;
    text-align: center;
    margin-bottom: 50px;
  }
  #footer .footer-links .col.mid {
    width: 100%;
  }
  #footer .footer-links .col.right {
    display: none;
  }
  #footer .footer-links .col .cta-btn.mob {
    display: inline-block;
  }
}
/*! mq: 750 */
@media screen and (max-width: 750px) {
  #loader .background,
  #loader .border-cover {
    transform: scale(0.4);
  }
  #globalHeader .logo {
    display: none;
  }
  #globalHeader .social-links {
    display: none;
  }
  #hero {
    padding: 300px 30px 0px;
    height: auto;
  }
  #hero .bg-wrap {
    top: -780px;
  }
  #hero .scale-group {
    transform-origin: center center;
    transform: scale(0.6);
    margin-left: -445px;
    margin-top: 280px;
  }
  #hero .logo {
    display: block;
    margin-left: -5px;
    margin-bottom: 45px;
  }
  #hero .logo img {
    width: 195px;
  }
  #hero .bgblob[data-num="2"] {
    display: none;
  }
  #hero .bgblob[data-num="3"] {
    width: 327px;
    height: 126px;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  #hero .cta-btns {
    display: none;
  }
  #hero .hero-text {
    max-width: 500px;
  }
  #hero h1 {
    font-size: 74px;
  }
  #hero p {
    font-size: 18px;
    line-height: 1.75;
  }
  #hero h1 br,
  #hero p br {
    display: none;
  }
  #hero #contactFormMob {
    display: block;
    margin-top: 50px;
  }
  #hero #contactFormMob h3 {
    font: 700 12px/1 'aria-text-g2', serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  #hero #contactFormMob .form-msg {
    font-size: 40px;
    color: #ff6c4b;
    margin-top: 20px;
    /* visibility: visible; opacity: 1; */
  }
  #globalMenu {
    width: 100%;
    height: auto;
  }
  #globalMenu .menu-icon {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background-color: #fff;
    top: 0px;
    box-shadow: 0px 0px 10px rgba(64, 9, 85, 0.15);
  }
  #globalMenu .menu-btn {
    left: auto;
    right: 25px;
    top: 25px;
    width: 45px;
    height: 45px;
  }
  #globalMenu .menu-btn-bg {
    display: none;
  }
  #globalMenu .menu-line {
    left: 13px;
  }
  #globalMenu .menu-line .icon {
    color: #ff6c4b;
    font-size: 3px;
  }
  #globalMenu .menu-line.top {
    transform: translate3d(0, -9px, 0);
  }
  #globalMenu .menu-line.bot {
    transform: translate3d(0, 9px, 0);
  }
  #globalMenu.expanded {
    height: 100%;
  }
  #globalMenu.open .menu-line.top {
    transform: rotate(45deg) translate3d(0px, 0px, 0);
  }
  #globalMenu.open .menu-line.bot {
    transform: rotate(-45deg) translate3d(0px, 0px, 0);
  }
  #globalMenu.open .menu-line .icon {
    color: #fff;
  }
  #globalMenu.open .menu-icon {
    background-color: #ff6c4b;
    box-shadow: none;
  }
  #globalMenu header .social-links {
    display: none;
  }
  #globalMenu header .logo .logo-wrap {
    width: 67px;
  }
  #globalMenu .menu-contents {
    min-height: 0;
  }
  #globalMenu .social-links.mob {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #globalMenu .social-links.mob nav {
    display: inline-block;
  }
  #globalMenu .menu-form {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    height: auto;
    padding-top: 38px;
    margin: 0 auto;
    background-color: transparent;
    z-index: 3;
  }
  #globalMenu #contactFormMenu h3 {
    font: 700 14px/1 'aria-text-g2', serif;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 20px;
  }
  #globalNav {
    padding-bottom: 0px;
  }
  #overlay-signup {
    display: none;
  }
  #what .bg-wrap[data-num="1"] {
    top: 0px;
  }
  #what header {
    visibility: visible;
  }
  #what .contentContainer {
    margin-top: 30px;
  }
  #what .bg-wrap[data-num="1"] {
    top: -215px;
  }
  #what .arrow-row {
    margin-top: -80px;
  }
  .whatis-arrow {
    display: none;
  }
  #reshaping .reshaping-module-bgwrap {
    top: 250px;
  }
  #reshaping .reshaping-module-contents {
    padding-top: 170px;
  }
  #reshaping .reshaping-module-contents .module-contents .col.right {
    padding: 25px;
    padding-bottom: 75px;
  }
  #reshaping .reshaping-module-contents .module-contents .mod-row {
    padding-left: 25px;
  }
  #reshaping .reshaping-module-contents .module-contents .mod-row h3 {
    font-size: 26px;
  }
}
/*! mq: 650 */
@media screen and (max-width: 650px) {
  #globalMenu .menu-scroller {
    padding-left: 30px;
    padding-right: 30px;
  }
  #globalMenu header .logo {
    left: 25px;
    top: 20px;
  }
  #globalMenu header .logo .logo-wrap {
    transform: scale(0.73);
    transform-origin: left top;
  }
  #globalMenu header .logo .cta-btn {
    margin-left: 5px;
    margin-top: 2px;
  }
  #globalMenu header .logo .cta-btn a {
    font-size: 13px;
    color: #ffff8d;
  }
  #globalMenu .menu-form {
    padding-top: 27px;
  }
  #globalMenu #contactFormMenu .form-msg {
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 25px;
  }
  #globalNav {
    padding-top: 95px;
  }
  #globalNav li ~ li {
    margin-top: 10px;
  }
  #globalNav a {
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 0px;
  }
  #what {
    height: 1950px;
  }
  #what .contentContainer {
    z-index: 3;
    margin-top: 120px;
  }
  #what header {
    width: 67%;
  }
  #what header .arrow-next {
    margin-top: 0px;
    transform: scale(0.9);
  }
  #what .intro {
    margin-top: 550px;
  }
  #what .row .txt {
    max-width: none;
    display: block;
  }
  #what .row .col.left {
    width: 100%;
  }
  #what .row .col.right {
    width: 100%;
  }
  #what .bg-wrap[data-num="1"] {
    top: -55px;
  }
  #what .bg-wrap[data-num="1"] .background.main {
    margin-left: -505px;
    transform: scale(0.51);
  }
  #what .bg-wrap[data-num="2"] {
    top: 780px;
  }
  #what .bg-wrap[data-num="2"] .background[data-num="1"] {
    transform: scale(0.7);
    transform-origin: center top;
    top: 250px;
    margin-left: -700px;
  }
  #what .bg-wrap[data-num="2"] .word {
    display: none;
  }
  #what .bg-wrap[data-num="3"] {
    top: 1100px;
    z-index: 3;
  }
  #what .bg-wrap[data-num="4"] {
    top: 0px;
    height: 700px;
  }
  #what .bg-wrap[data-num="4"] .scale-group {
    right: -100px;
    top: 400px;
  }
  #what .arrow-row {
    margin-top: -170px;
  }
  #what .dot[data-num="4"] {
    margin-right: -260px;
    top: 180px;
  }
  #what .dot[data-num="4"] img {
    transform: scale(0.7);
  }
  .whatis-arrow header {
    width: 67%;
  }
  .whatis-arrow header .arrow-next {
    margin-top: 0px;
    transform: scale(0.9);
  }
  #components .comp-block {
    width: 100%;
  }
  #components .comp-block + .comp-block {
    margin-top: 60px;
  }
  #components .component-blocks {
    max-width: 385px;
  }
  #components .component-blocks .comp-image {
    width: 280px;
    height: 234px;
    transform: scale(1);
  }
  #components .component-blocks .comp-row + .comp-row {
    margin-top: 60px;
  }
  #components .scale-group {
    transform: scale(0.73);
  }
  #components .plus {
    display: none;
  }
  #reshaping .reshaping-module-contents {
    padding-top: 100px;
  }
  #reshaping .reshaping-module-contents .module-contents {
    display: block;
  }
  #reshaping .reshaping-module-contents .module-contents .col.left {
    width: 100%;
    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;
    min-height: 0px;
  }
  #reshaping .reshaping-module-contents .module-contents .col.right {
    width: 100%;
    padding-bottom: 40px;
  }
  #reshaping .reshaping-module-contents .module-contents .mod-row {
    width: 33.4%;
    padding: 30px 0 20px;
    display: block;
    text-align: center;
  }
  #reshaping .reshaping-module-contents .module-contents .mod-row .mod-btn {
    display: inline-block;
  }
  #reshaping .reshaping-module-contents .module-contents .mod-row:nth-child(3) .border-line.vert {
    top: 7px;
    height: 95%;
  }
  #reshaping .reshaping-module-contents .module-contents .mod-row .uline {
    height: 6px;
    bottom: -6px;
  }
  #reshaping .reshaping-module-contents .module-contents .border-line {
    display: none;
  }
  #reshaping .reshaping-module-contents .module-contents .border-line.mob {
    display: block;
  }
  #reshaping .reshaping-module-contents .module-contents .mod-arrows {
    display: none;
  }
  #reshaping .mod-arrows.mob {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    margin-left: -45px;
    right: auto;
    bottom: 130px;
    z-index: 5;
  }
  #roadmap h3 {
    margin-bottom: 10px;
  }
  #roadmap h4 {
    margin-bottom: 12px;
  }
  #roadmap .roadmap-row {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #roadmap .roadmap-row ~ .roadmap-row {
    margin-top: 0px;
  }
  #roadmap .roadmap-row .rm-image {
    padding-bottom: 89.5%;
    margin-bottom: 17px;
  }
  #roadmap .roadmap-row .col {
    width: 100%;
    max-width: none;
  }
  #roadmap .roadmap-row .col.image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #roadmap .roadmap-row .col.image.left .rm-image {
    clip-path: url("#roadmap-mask-mobile");
    -webkit-clip-path: url("#roadmap-mask-mobile");
  }
  #roadmap .roadmap-row .col.image.right .rm-image {
    clip-path: url("#roadmap-mask-mobile");
    -webkit-clip-path: url("#roadmap-mask-mobile");
  }
  #roadmap .roadmap-row .col.text {
    max-width: none;
  }
  #roadmap .roadmap-row .col.text.right {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #roadmap .roadmap-row .col.text.left {
    text-align: left;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #roadmap .roadmap-row[data-num="2"] .coin {
    top: -100px;
  }
  #roadmap .roadmap-row[data-num="3"] .coins {
    top: -15px;
    height: 108px;
  }
  #roadmap .rm-vline {
    display: none;
  }
  #roadmap .rm-vline-div {
    width: 2px;
    height: 65px;
    margin: 15px auto 20px;
    display: block;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/roadmap-vline.svg);
  }
  #roadmap .rm-vline-div.ender {
    height: 175px;
    margin-bottom: 10px;
  }
  #roadmap .rm-coin {
    transform: scale(0.78);
    bottom: -115px;
  }
  #roadmap .arrow-row {
    margin-top: 15px;
  }
  #partners {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  #partners .partner-boxes {
    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: 60px;
  }
  #partners .partner-boxes .partner-box {
    width: 50%;
    height: 80px;
  }
  #partners .partner-boxes .partner-box img {
    width: 80%;
    max-width: 175px;
  }
  #partners .partner-boxes .partner-box:nth-child(n+3) {
    margin-top: 55px;
  }
  #partners .partner-boxes .partner-box .border-line {
    display: none;
  }
  #partners .partner-boxes .partner-box:nth-child(2n+2) .border-line {
    display: block;
  }
  #partners .partner-boxes .partner-box.filler {
    display: none;
  }
  #team .team-boxes {
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #team .team-box {
    width: 100%;
  }
  #team .team-box:nth-child(n+2) {
    margin-top: 65px;
  }
}
/*! mq: 550 */
@media screen and (max-width: 550px) {
  section h2,
  .global h2 {
    font-size: 50px;
  }
  section h3,
  .global h3 {
    font-size: 26px;
  }
  section h4,
  .global h4 {
    font-size: 12px;
  }
  section h3 + h2,
  .global h3 + h2 {
    margin-top: 8px;
  }
  .cta-btn a {
    font-size: 12px;
  }
  .cta-btn .uline {
    height: 7px;
    bottom: 5px;
  }
  .mod-arrows {
    width: 70px;
  }
  .mod-arrows .mod-arrow {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  .mod-arrows .mod-arrow .arr {
    font-size: 7px;
  }
  #loader .background,
  #loader .border-cover {
    transform: scale(0.25);
  }
  #hero {
    padding-top: 227px;
    padding-bottom: 10px;
    z-index: 2;
  }
  #hero .bg-wrap {
    top: -772px;
  }
  #hero .scale-group {
    transform: scale(0.47);
    margin-left: -350px;
    margin-top: 370px;
  }
  #hero h1 {
    margin-bottom: 10px;
    margin-left: -10px;
  }
  #hero h1 br,
  #hero p br {
    display: block;
  }
  #hero .logo {
    margin-bottom: 20px;
    margin-left: -12px;
  }
  #hero .logo img {
    width: 145px;
  }
  #hero #contactFormMob {
    margin-top: 40px;
  }
  #hero #contactFormMob h3 {
    margin-bottom: 15px;
  }
  #hero #contactFormMob .form-msg {
    font-size: 25px;
    color: #ff6c4b;
    margin-top: 10px;
    margin-left: 0px;
  }
  #what {
    height: auto;
    padding-bottom: 30px;
    z-index: 1;
  }
  #what .contentContainer {
    z-index: 3;
    margin-top: 15px;
  }
  #what header {
    width: 73%;
  }
  #what .cta-btn {
    margin-top: 10px;
  }
  #what .blob-text {
    display: none;
  }
  #what .blob-text.mob {
    display: block;
    position: relative;
    margin: 20px auto 0;
    z-index: 2;
    max-width: 330px;
    transform: translateZ(0);
  }
  #what .blob-text.mob p {
    letter-spacing: -0.02em;
  }
  #what .blob-text.mob p br {
    display: none;
  }
  #what .blob-text.mob p,
  #what .blob-text.mob .cta-btn a {
    color: #231f20;
  }
  #what .blob-text.mob .txt {
    transform: translateZ(0);
    margin-top: 0px;
  }
  #what .bg-wrap[data-num="1"] {
    top: -105px;
  }
  #what .bg-wrap[data-num="1"] .background.main {
    top: 0px;
  }
  #what .bg-wrap[data-num="2"] {
    top: 630px;
  }
  #what .bg-wrap[data-num="2"] .background[data-num="1"] {
    transform: scale(0.42);
    transform-origin: center top;
    top: 200px;
    margin-left: -835px;
  }
  #what .bg-wrap[data-num="2"] .background[data-num="1"] .word {
    display: none;
  }
  #what .bg-wrap[data-num="3"] {
    position: relative;
    top: auto;
    height: 292px;
    margin-top: 105px;
  }
  #what .bg-wrap[data-num="4"] {
    height: 700px;
  }
  #what .bg-wrap[data-num="4"] .scale-group {
    right: -45px;
    top: 390px;
    transform: scale(0.51);
  }
  #what .whatcta-blob {
    transform: scale(0.425);
    transform-origin: center top;
  }
  #what .plane {
    transform: scale(1.175);
    top: 185px;
  }
  #what .burst {
    top: -260px;
  }
  #what .trees {
    transform: scale(1.2);
    top: 320px;
  }
  #what .arrow-row {
    margin-top: 60px;
    position: relative;
    bottom: 0;
  }
  #what .dot[data-num="4"] {
    margin-right: -160px;
    top: 202px;
  }
  #what .dot[data-num="4"] img {
    transform: scale(0.4);
  }
  .whatis-arrow header {
    width: 73%;
  }
  #components {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #components .component-blocks {
    margin-top: 20px;
  }
  #components .component-blocks .txt {
    padding: 0px;
  }
  #components .component-blocks .txt h3 {
    margin-bottom: 10px;
  }
  #components .component-blocks .comp-row + .comp-row,
  #components .component-blocks .comp-block + .comp-block {
    margin-top: 30px;
  }
  #reshaping {
    height: 910px;
  }
  #reshaping h2 {
    padding-bottom: 0px;
  }
  #reshaping .reshaping-module-contents {
    padding-top: 30px;
  }
  #reshaping .reshaping-module-contents .module-contents .col.right {
    padding-bottom: 30px;
  }
  #reshaping .reshaping-module-contents .module-contents .text-contents h3 {
    margin-bottom: 12px;
  }
  #reshaping .reshaping-module-contents .module-contents .text-contents p {
    letter-spacing: -0.02em;
  }
  #reshaping .reshaping-module-contents .module-contents .text-contents .icon {
    display: none;
  }
  #reshaping .reshaping-module-bgwrap {
    top: 315px;
  }
  #reshaping .reshaping-module-bgwrap .masked-wrap {
    transform: scale(0.525);
  }
  #reshaping .bg-wrap {
    top: -10px;
  }
  #reshaping .background {
    transform: scale(0.62);
    margin-left: -1430px;
  }
  #reshaping .mod-arrows.mob {
    bottom: 65px;
  }
  #products {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  #products h2 {
    font-size: 50px;
    margin-bottom: 7px;
  }
  #products .product-box {
    height: auto;
    display: block;
  }
  #products .product-box .glowlines {
    width: 93px;
    left: 64px;
    top: 68px;
  }
  #products .product-box .glowlines-card {
    width: 120px;
    left: 54px;
    top: 67px;
  }
  #products .product-box .image {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 0 10px;
  }
  #products .product-box .image .base {
    width: 120px !important;
    margin-top: 0px !important;
  }
  #products .product-box .text {
    width: 100%;
    padding: 0 20px;
    display: block;
    padding: 25px 20px;
  }
  #products .product-box .text .details {
    height: auto;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  #products .product-box .text h3 {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 26px;
  }
  #products .product-box .text p {
    line-height: 1.7;
  }
  #products .product-box .text .border-line {
    display: none;
  }
  #products .product-box .text .border-line.mob {
    display: block;
    width: 100%;
    height: 2px;
  }
  #products .product-box[data-num="1"],
  #products .product-box[data-num="2"] {
    padding: 35px 0 15px;
  }
  #products .product-box .meter-bar {
    bottom: 0px;
  }
  #join {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  #join .coin {
    width: 158px;
    margin-bottom: 14px;
  }
  #join p,
  #join .cta-btn a {
    font-size: 27px;
    line-height: 1.55;
    letter-spacing: -0.02em;
  }
  #join .cta-btn {
    margin: 0;
  }
  #join .cta-btn .uline {
    height: 4px;
    width: 87%;
    bottom: 8px;
  }
  #join .layer.blob {
    transform: scale(0.57);
    left: -330px;
  }
  #join .scale-group {
    display: none;
  }
  #join .blob[data-num="3"] {
    right: 50%;
    margin-right: -560px;
    top: -220px;
    transform: scale(0.45);
  }
  #roadmap {
    padding-bottom: 45px;
    padding-top: 25px;
  }
  #roadmap .roadmap-blocks {
    margin-top: 0px;
    padding-top: 50px;
  }
  #roadmap .rm-complete {
    transform: scale(0.7);
    left: -35px;
    top: -36px;
  }
  #roadmap .rm-vline-div {
    margin: 7px auto 10px;
  }
  #roadmap .rm-vline-div.ender {
    margin-bottom: 10px;
  }
  #team {
    padding-top: 60px;
    padding-bottom: 160px;
  }
  #team .team-boxes {
    margin-top: 25px;
  }
  #team .team-boxes + h3 {
    margin-top: 95px;
  }
  #team .team-box:nth-child(n+2) {
    margin-top: 45px;
  }
  #team .team-photo {
    margin-bottom: 28px;
  }
  #team .team-text h3 {
    margin-bottom: 12px;
  }
  #team .hasBreak br {
    display: block;
  }
  #team .cta-btn {
    margin-top: 5px;
  }
  #team .dot[data-num="1"] {
    margin-left: -280px;
    top: 780px;
  }
  #team .dot[data-num="2"] {
    top: 2630px;
    margin-right: -400px;
  }
  #team .dot[data-num="3"] {
    margin-left: -355px;
    top: 4300px;
  }
  #team .dot[data-num="4"] {
    margin-right: -350px;
    transform: scale(0.55);
  }
  #team .bg-wrap[data-num="1"] .background {
    margin-left: -1000px;
    top: 240px;
  }
  #team .bg-wrap[data-num="3"] {
    bottom: -180px;
  }
  #team .bg-wrap[data-num="3"] .background {
    margin-left: -1365px;
    top: -110px;
    transform: scale(0.8);
  }
  #team .bg-wrap[data-num="4"] {
    bottom: 475px;
  }
  #overlay-team .overlayWrap {
    width: 100%;
    left: auto;
    margin-left: 0;
    padding: 0 30px;
    display: block;
  }
  #overlay-team .bio-text-wrap {
    position: relative;
    height: auto;
    padding-top: 150px;
    left: auto;
    top: auto;
  }
  #overlay-team .team-bio {
    width: 100%;
    height: auto;
    background: none;
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
  }
  #overlay-team .bio-text {
    height: auto;
    position: relative;
    left: auto;
    top: auto;
  }
  #overlay-team .bio-text .txt {
    margin-top: 20px;
  }
  #overlay-team .bio-text.on {
    position: relative;
  }
  #overlay-team .close-btn {
    transform: scale(0.8);
    top: 40px;
  }
  #overlay-team .bgblob.mob {
    width: 650px;
    min-height: 500px;
    height: 120%;
    top: -10%;
    position: absolute;
    left: 50%;
    margin-left: -325px;
    z-index: 0;
    display: block;
  }
  #overlay-team .bgblob.mob img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #overlay-signup .overlayWrap {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    left: auto;
    margin: 0;
  }
  #partners {
    padding-bottom: 20px;
  }
  #partners .partner-boxes {
    margin-top: 20px;
  }
  #news h3 {
    font-size: 26px;
    line-height: 1.25;
  }
  #news header {
    margin-bottom: 17px;
  }
  #news header .mod-arrows {
    display: none;
  }
  #news .news-slide {
    padding: 35px 30px;
  }
  #news .news-slide h2 {
    margin-bottom: 15px;
  }
  #news .news-slide h3 {
    margin-bottom: 20px;
  }
  #news .news-slide .arrow-next {
    margin-top: 20px;
  }
  #news .news-slide .arr {
    font-size: 9px;
  }
  #news .news-divider.mob {
    display: block;
  }
  #news .mod-arrows.mob {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    margin-top: 30px;
  }
  #footer {
    padding-top: 390px;
    padding-bottom: 35px;
  }
  #footer .sayhello-blob {
    transform: scale(0.465);
    transform-origin: center top;
  }
  #footer .sayhello-blob .blob-text {
    transform: scale(2);
    margin-top: 10px;
  }
  #footer .sayhello-blob p {
    display: none;
  }
  #footer p.mob {
    display: block;
    font-size: 18px;
    line-height: 1.75;
  }
  #footer .footer-links {
    margin-top: 20px;
  }
  #footer .footer-links .col.left {
    margin-bottom: 40px;
  }
  #footer .cta-btn ~ .cta-btn {
    margin-left: 15px;
  }
}
/*! mq: 450 */
@media screen and (max-width: 450px) {
  #globalNav br.mob {
    display: block;
  }
  #what header {
    width: 83%;
  }
  #what .bg-wrap[data-num="2"] {
    top: 680px;
  }
}
/*! mqv: hero */
@media screen and (min-width: 1024px) and (max-height: 800px) {
  #hero {
    padding-top: 140px;
  }
  #hero .bgimage {
    transform-origin: right top;
    transform: scale(0.9);
    margin-left: -145px;
  }
  #hero .bgblob[data-num="1"] {
    transform: scale(0.8);
    transform-origin: center left;
  }
  #hero .bgblob[data-num="2"] {
    transform: scale(0.8);
    transform-origin: bottom left;
  }
  #hero h1 {
    font-size: 100px;
  }
}
/*! mqv: bio overlay */
@media screen and (min-width: 551px) and (max-height: 900px) {
  .overlay .close-btn {
    top: 15px;
  }
}
@media screen and (min-width: 551px) and (max-height: 800px) {
  #overlay-team .bio-text-wrap {
    display: block;
  }
}
/*! ANIMATIONS */
@-moz-keyframes dialMover {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes dialMover {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes dialMover {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
.dial-move {
  -webkit-animation: dialMover infinite 3s ease-in-out;
  -moz-animation: dialMover infinite 3s ease-in-out;
  animation: dialMover infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.blinker {
  -webkit-animation: blink infinite 2s linear;
  -moz-animation: blink infinite 2s linear;
  animation: blink infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes float1 {
  0% {
    transform: translate3d(0, -10px, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, -10px, 0);
  }
}
@-webkit-keyframes float1 {
  0% {
    transform: translate3d(0, -10px, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes float1 {
  0% {
    transform: translate3d(0, -10px, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, -10px, 0);
  }
}
.floater1 {
  -webkit-animation: float1 infinite 3s ease-in-out;
  -moz-animation: float1 infinite 3s ease-in-out;
  animation: float1 infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes bounce1 {
  0% {
    transform: translate3d(0, -15px, 0);
  }
  50% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: translate3d(0, -15px, 0);
  }
}
@-webkit-keyframes bounce1 {
  0% {
    transform: translate3d(0, -15px, 0);
  }
  50% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: translate3d(0, -15px, 0);
  }
}
@keyframes bounce1 {
  0% {
    transform: translate3d(0, -15px, 0);
  }
  50% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: translate3d(0, -15px, 0);
  }
}
.bouncer1 {
  -webkit-animation: bounce1 infinite 1.5s ease-in-out;
  -moz-animation: bounce1 infinite 1.5s ease-in-out;
  animation: bounce1 infinite 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes blink2 {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}
@-webkit-keyframes blink2 {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}
@keyframes blink2 {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}
.light-blink {
  -webkit-animation: blink2 infinite 1s ease-out;
  -moz-animation: blink2 infinite 1s ease-out;
  animation: blink2 infinite 1s ease-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes burstGrowMain {
  0% {
    transform: scale(0.5);
    z-index: 2;
  }
  50% {
    z-index: 1;
  }
  100% {
    transform: scale(1.3);
    z-index: 0;
  }
}
@-webkit-keyframes burstGrowMain {
  0% {
    transform: scale(0.5);
    z-index: 2;
  }
  50% {
    z-index: 1;
  }
  100% {
    transform: scale(1.3);
    z-index: 0;
  }
}
@keyframes burstGrowMain {
  0% {
    transform: scale(0.5);
    z-index: 2;
  }
  50% {
    z-index: 1;
  }
  100% {
    transform: scale(1.3);
    z-index: 0;
  }
}
.burst-grow-main {
  -webkit-animation: burstGrowMain infinite 6s linear;
  -moz-animation: burstGrowMain infinite 6s linear;
  animation: burstGrowMain infinite 6s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes burstFade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes burstFade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burstFade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.burst-fade {
  -webkit-animation: burstFade infinite 6s linear;
  -moz-animation: burstFade infinite 6s linear;
  animation: burstFade infinite 6s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes birdFlap {
  0% {
    transform: scaleX(0.5);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0.5);
  }
}
@-webkit-keyframes birdFlap {
  0% {
    transform: scaleX(0.5);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0.5);
  }
}
@keyframes birdFlap {
  0% {
    transform: scaleX(0.5);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0.5);
  }
}
.bird-flap {
  -webkit-animation: birdFlap infinite 1s ease-in-out;
  -moz-animation: birdFlap infinite 1s ease-in-out;
  animation: birdFlap infinite 1s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes birdHover {
  0% {
    transform: translateY(-20px) rotate(-20deg);
  }
  50% {
    transform: translateY(20px) rotate(20deg);
  }
  100% {
    transform: translateY(-20px) rotate(-20deg);
  }
}
@-webkit-keyframes birdHover {
  0% {
    transform: translateY(-20px) rotate(-20deg);
  }
  50% {
    transform: translateY(20px) rotate(20deg);
  }
  100% {
    transform: translateY(-20px) rotate(-20deg);
  }
}
@keyframes birdHover {
  0% {
    transform: translateY(-20px) rotate(-20deg);
  }
  50% {
    transform: translateY(20px) rotate(20deg);
  }
  100% {
    transform: translateY(-20px) rotate(-20deg);
  }
}
.bird-hover {
  -webkit-animation: birdHover infinite 4s ease-in-out;
  -moz-animation: birdHover infinite 4s ease-in-out;
  animation: birdHover infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes birdMover1 {
  0% {
    transform: translate(0px, 0px);
  }
  35% {
    transform: translate(-300px, -20px);
  }
  75% {
    transform: translate(-100px, 100px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes birdMover1 {
  0% {
    transform: translate(0px, 0px);
  }
  35% {
    transform: translate(-300px, -20px);
  }
  75% {
    transform: translate(-100px, 100px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes birdMover1 {
  0% {
    transform: translate(0px, 0px);
  }
  35% {
    transform: translate(-300px, -20px);
  }
  75% {
    transform: translate(-100px, 100px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.bird-move1 {
  -webkit-animation: birdMover1 infinite 12s ease-in-out;
  -moz-animation: birdMover1 infinite 12s ease-in-out;
  animation: birdMover1 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes birdMover2 {
  0% {
    transform: translate(-100px, -50px);
  }
  35% {
    transform: translate(50px, 120px);
  }
  75% {
    transform: translate(200px, -30px);
  }
  100% {
    transform: translate(-100px, -50px);
  }
}
@-webkit-keyframes birdMover2 {
  0% {
    transform: translate(-100px, -50px);
  }
  35% {
    transform: translate(50px, 120px);
  }
  75% {
    transform: translate(200px, -30px);
  }
  100% {
    transform: translate(-100px, -50px);
  }
}
@keyframes birdMover2 {
  0% {
    transform: translate(-100px, -50px);
  }
  35% {
    transform: translate(50px, 120px);
  }
  75% {
    transform: translate(200px, -30px);
  }
  100% {
    transform: translate(-100px, -50px);
  }
}
.bird-move2 {
  -webkit-animation: birdMover2 infinite 12s ease-in-out;
  -moz-animation: birdMover2 infinite 12s ease-in-out;
  animation: birdMover2 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes birdMover3 {
  0% {
    transform: translate(0px, 0px);
  }
  35% {
    transform: translate(-100px, -20px);
  }
  75% {
    transform: translate(-150px, 100px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes birdMover3 {
  0% {
    transform: translate(0px, 0px);
  }
  35% {
    transform: translate(-100px, -20px);
  }
  75% {
    transform: translate(-150px, 100px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes birdMover3 {
  0% {
    transform: translate(0px, 0px);
  }
  35% {
    transform: translate(-100px, -20px);
  }
  75% {
    transform: translate(-150px, 100px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.bird-move3 {
  -webkit-animation: birdMover3 infinite 12s ease-in-out;
  -moz-animation: birdMover3 infinite 12s ease-in-out;
  animation: birdMover3 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes wingFlapL {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@-webkit-keyframes wingFlapL {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes wingFlapL {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.wing-flap-l {
  -webkit-animation: wingFlapL infinite 1.5s ease-in-out;
  -moz-animation: wingFlapL infinite 1.5s ease-in-out;
  animation: wingFlapL infinite 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes wingFlapR {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes wingFlapR {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes wingFlapR {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.wing-flap-r {
  -webkit-animation: wingFlapR infinite 1.5s ease-in-out;
  -moz-animation: wingFlapR infinite 1.5s ease-in-out;
  animation: wingFlapR infinite 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes waterRipple {
  0% {
    transform: translateY(-250px);
    opacity: .25;
  }
  50% {
    transform: translateY(-192px);
    opacity: .75;
  }
  100% {
    transform: translateY(-115px);
    opacity: .25;
  }
}
@-webkit-keyframes waterRipple {
  0% {
    transform: translateY(-250px);
    opacity: .25;
  }
  50% {
    transform: translateY(-192px);
    opacity: .75;
  }
  100% {
    transform: translateY(-115px);
    opacity: .25;
  }
}
@keyframes waterRipple {
  0% {
    transform: translateY(-250px);
    opacity: .25;
  }
  50% {
    transform: translateY(-192px);
    opacity: .75;
  }
  100% {
    transform: translateY(-115px);
    opacity: .25;
  }
}
.water-ripple {
  -webkit-animation: waterRipple infinite 10s linear;
  -moz-animation: waterRipple infinite 10s linear;
  animation: waterRipple infinite 10s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes treeSway {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-2deg);
  }
  30% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes treeSway {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-2deg);
  }
  30% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes treeSway {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-2deg);
  }
  30% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.tree-sway {
  -webkit-animation: treeSway infinite 8s ease-in-out;
  -moz-animation: treeSway infinite 8s ease-in-out;
  animation: treeSway infinite 8s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes treeSway2 {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  30% {
    transform: rotate(4deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes treeSway2 {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  30% {
    transform: rotate(4deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes treeSway2 {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  30% {
    transform: rotate(4deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.tree-sway2 {
  -webkit-animation: treeSway2 infinite 8s ease-in-out;
  -moz-animation: treeSway2 infinite 8s ease-in-out;
  animation: treeSway2 infinite 8s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes lineglow1 {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  60% {
    opacity: 0;
    transform: scale(0.9);
  }
  70% {
    opacity: 1;
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}
@-webkit-keyframes lineglow1 {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  60% {
    opacity: 0;
    transform: scale(0.9);
  }
  70% {
    opacity: 1;
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}
@keyframes lineglow1 {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  60% {
    opacity: 0;
    transform: scale(0.9);
  }
  70% {
    opacity: 1;
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}
.lineGlow1 {
  -webkit-animation: lineglow1 infinite 3s linear;
  -moz-animation: lineglow1 infinite 3s linear;
  animation: lineglow1 infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes burstGrow1 {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  10% {
    opacity: 1;
    transform: scale(0.35);
  }
  50% {
    opacity: 1;
    transform: scale(0.65);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@-webkit-keyframes burstGrow1 {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  10% {
    opacity: 1;
    transform: scale(0.35);
  }
  50% {
    opacity: 1;
    transform: scale(0.65);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes burstGrow1 {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  10% {
    opacity: 1;
    transform: scale(0.35);
  }
  50% {
    opacity: 1;
    transform: scale(0.65);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.burst-grow1 {
  -webkit-animation: burstGrow1 infinite 4s linear;
  -moz-animation: burstGrow1 infinite 4s linear;
  animation: burstGrow1 infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes lineglow2 {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
@-webkit-keyframes lineglow2 {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
@keyframes lineglow2 {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
.lineGlow2 {
  -webkit-animation: lineglow2 infinite 2s ease-in-out;
  -moz-animation: lineglow2 infinite 2s ease-in-out;
  animation: lineglow2 infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes lineglow3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lineglow3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lineglow3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lineGlow3 {
  -webkit-animation: lineglow3 infinite 2s ease-in-out;
  -moz-animation: lineglow3 infinite 2s ease-in-out;
  animation: lineglow3 infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes coinMove {
  0% {
    transform: translateX(-280px);
  }
  25% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(280px);
  }
}
@-webkit-keyframes coinMove {
  0% {
    transform: translateX(-280px);
  }
  25% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(280px);
  }
}
@keyframes coinMove {
  0% {
    transform: translateX(-280px);
  }
  25% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(280px);
  }
}
.coin-move {
  -webkit-animation: coinMove infinite 4.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: coinMove infinite 4.5s cubic-bezier(0.5, 0, 0.5, 1);
  animation: coinMove infinite 4.5s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
  transform: translateX(-300px);
}
@-moz-keyframes coinRoll {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(360deg);
  }
  25.1% {
    transform: rotate(360deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@-webkit-keyframes coinRoll {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(360deg);
  }
  25.1% {
    transform: rotate(360deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes coinRoll {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(360deg);
  }
  25.1% {
    transform: rotate(360deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
.coin-roll {
  -webkit-animation: coinRoll infinite 4.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: coinRoll infinite 4.5s cubic-bezier(0.5, 0, 0.5, 1);
  animation: coinRoll infinite 4.5s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
@-moz-keyframes drawCheck {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  25% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  35% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  85% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
}
@-webkit-keyframes drawCheck {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  25% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  35% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  85% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
}
@keyframes drawCheck {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  25% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  35% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  85% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
}
.draw-check {
  -webkit-animation: drawCheck infinite 4.5s ease-in-out;
  -moz-animation: drawCheck infinite 4.5s ease-in-out;
  animation: drawCheck infinite 4.5s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes paperIn {
  0% {
    transform: translateX(-250px);
  }
  40% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes paperIn {
  0% {
    transform: translateX(-250px);
  }
  40% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes paperIn {
  0% {
    transform: translateX(-250px);
  }
  40% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
.paper-in {
  -webkit-animation: paperIn infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: paperIn infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  animation: paperIn infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
@-moz-keyframes paperOut {
  0% {
    transform: translateX(0px);
  }
  60% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(250px);
  }
}
@-webkit-keyframes paperOut {
  0% {
    transform: translateX(0px);
  }
  60% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(250px);
  }
}
@keyframes paperOut {
  0% {
    transform: translateX(0px);
  }
  60% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(250px);
  }
}
.paper-out {
  -webkit-animation: paperOut infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: paperOut infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  animation: paperOut infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
@-moz-keyframes lineScroll {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-65px);
  }
}
@-webkit-keyframes lineScroll {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-65px);
  }
}
@keyframes lineScroll {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-65px);
  }
}
.line-scroll {
  -webkit-animation: lineScroll infinite 4s linear;
  -moz-animation: lineScroll infinite 4s linear;
  animation: lineScroll infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes handInLeft {
  0% {
    transform: translateX(-210px);
  }
  50% {
    transform: translateX(0px);
  }
  65% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-210px);
  }
}
@-webkit-keyframes handInLeft {
  0% {
    transform: translateX(-210px);
  }
  50% {
    transform: translateX(0px);
  }
  65% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-210px);
  }
}
@keyframes handInLeft {
  0% {
    transform: translateX(-210px);
  }
  50% {
    transform: translateX(0px);
  }
  65% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-210px);
  }
}
.hand-in-left {
  -webkit-animation: handInLeft infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: handInLeft infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation: handInLeft infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
@-moz-keyframes handInRight {
  0% {
    transform: translateX(220px);
  }
  50% {
    transform: translateX(0px);
  }
  65% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(220px);
  }
}
@-webkit-keyframes handInRight {
  0% {
    transform: translateX(220px);
  }
  50% {
    transform: translateX(0px);
  }
  65% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(220px);
  }
}
@keyframes handInRight {
  0% {
    transform: translateX(220px);
  }
  50% {
    transform: translateX(0px);
  }
  65% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(220px);
  }
}
.hand-in-right {
  -webkit-animation: handInRight infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: handInRight infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation: handInRight infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
@-moz-keyframes coinHand {
  0% {
    transform: translate(-210px, 0px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(0px, 55px);
  }
  100% {
    transform: translate(220px, 55px);
  }
}
@-webkit-keyframes coinHand {
  0% {
    transform: translate(-210px, 0px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(0px, 55px);
  }
  100% {
    transform: translate(220px, 55px);
  }
}
@keyframes coinHand {
  0% {
    transform: translate(-210px, 0px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(0px, 55px);
  }
  100% {
    transform: translate(220px, 55px);
  }
}
.coin-hand {
  -webkit-animation: coinHand infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: coinHand infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation: coinHand infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
@-moz-keyframes coinIn {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(160px);
  }
  100% {
    transform: translateX(160px);
  }
}
@-webkit-keyframes coinIn {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(160px);
  }
  100% {
    transform: translateX(160px);
  }
}
@keyframes coinIn {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(160px);
  }
  100% {
    transform: translateX(160px);
  }
}
.coin-in {
  -webkit-animation: coinIn infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: coinIn infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation: coinIn infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
@-moz-keyframes dollarOut {
  0% {
    transform: translateX(0px);
  }
  60% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(250px);
  }
}
@-webkit-keyframes dollarOut {
  0% {
    transform: translateX(0px);
  }
  60% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(250px);
  }
}
@keyframes dollarOut {
  0% {
    transform: translateX(0px);
  }
  60% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(250px);
  }
}
.dollar-out {
  -webkit-animation: dollarOut infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: dollarOut infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation: dollarOut infinite 4s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
@-moz-keyframes lineglow-c4 {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  40% {
    opacity: 0;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  60% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
@-webkit-keyframes lineglow-c4 {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  40% {
    opacity: 0;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  60% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
@keyframes lineglow-c4 {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  40% {
    opacity: 0;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  60% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
.lineGlow-cp4 {
  -webkit-animation: lineglow-c4 infinite 4s ease-in-out;
  -moz-animation: lineglow-c4 infinite 4s ease-in-out;
  animation: lineglow-c4 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-moz-keyframes shadOff {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes shadOff {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shadOff {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.shad-off {
  -webkit-animation: shadOff infinite 4s linear;
  -moz-animation: shadOff infinite 4s linear;
  animation: shadOff infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes shadOn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shadOn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shadOn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.shad-on {
  -webkit-animation: shadOn infinite 4s linear;
  -moz-animation: shadOn infinite 4s linear;
  animation: shadOn infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dotMover1 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(60px);
  }
}
@-webkit-keyframes dotMover1 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(60px);
  }
}
@keyframes dotMover1 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(60px);
  }
}
.dot-mover1 {
  -webkit-animation: dotMover1 infinite 2s linear;
  -moz-animation: dotMover1 infinite 2s linear;
  animation: dotMover1 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dotMover2 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-70px, 66px);
  }
}
@-webkit-keyframes dotMover2 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-70px, 66px);
  }
}
@keyframes dotMover2 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-70px, 66px);
  }
}
.dot-mover2 {
  -webkit-animation: dotMover2 infinite 2s linear;
  -moz-animation: dotMover2 infinite 2s linear;
  animation: dotMover2 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dotMover3 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(72px, 68px);
  }
}
@-webkit-keyframes dotMover3 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(72px, 68px);
  }
}
@keyframes dotMover3 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(72px, 68px);
  }
}
.dot-mover3 {
  -webkit-animation: dotMover3 infinite 2s linear;
  -moz-animation: dotMover3 infinite 2s linear;
  animation: dotMover3 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dotMover4a {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(105px, 0px);
  }
  100% {
    transform: translate(105px, 110px);
  }
}
@-webkit-keyframes dotMover4a {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(105px, 0px);
  }
  100% {
    transform: translate(105px, 110px);
  }
}
@keyframes dotMover4a {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(105px, 0px);
  }
  100% {
    transform: translate(105px, 110px);
  }
}
.dot-mover4a {
  -webkit-animation: dotMover4a infinite 4s linear;
  -moz-animation: dotMover4a infinite 4s linear;
  animation: dotMover4a infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dotMover4b {
  0% {
    transform: translate(210px, 0px);
  }
  50% {
    transform: translate(105px, 0px);
  }
  100% {
    transform: translate(105px, 110px);
  }
}
@-webkit-keyframes dotMover4b {
  0% {
    transform: translate(210px, 0px);
  }
  50% {
    transform: translate(105px, 0px);
  }
  100% {
    transform: translate(105px, 110px);
  }
}
@keyframes dotMover4b {
  0% {
    transform: translate(210px, 0px);
  }
  50% {
    transform: translate(105px, 0px);
  }
  100% {
    transform: translate(105px, 110px);
  }
}
.dot-mover4b {
  -webkit-animation: dotMover4b infinite 4s linear;
  -moz-animation: dotMover4b infinite 4s linear;
  animation: dotMover4b infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes coinDropBox {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(340px);
  }
}
@-webkit-keyframes coinDropBox {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(340px);
  }
}
@keyframes coinDropBox {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(340px);
  }
}
.coin-dropbox {
  -webkit-animation: coinDropBox 1 1s ease-in;
  -moz-animation: coinDropBox 1 1s ease-in;
  animation: coinDropBox 1 1s ease-in;
  animation-fill-mode: forwards;
}
@-moz-keyframes boxDotMove {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(100px);
  }
}
@-webkit-keyframes boxDotMove {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(100px);
  }
}
@keyframes boxDotMove {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(100px);
  }
}
.boxdot-move {
  -webkit-animation: boxDotMove 1 1.5s ease-in-out;
  -moz-animation: boxDotMove 1 1.5s ease-in-out;
  animation: boxDotMove 1 1.5s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@-moz-keyframes lineGlowrm2 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@-webkit-keyframes lineGlowrm2 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes lineGlowrm2 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
.lineglow-rm2 {
  -webkit-animation: lineGlowrm2 1 0.6s ease-in-out;
  -moz-animation: lineGlowrm2 1 0.6s ease-in-out;
  animation: lineGlowrm2 1 0.6s ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 1.45s;
}
@-moz-keyframes coinDropFun {
  0% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(195px);
  }
  100% {
    transform: translateY(195px);
  }
}
@-webkit-keyframes coinDropFun {
  0% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(195px);
  }
  100% {
    transform: translateY(195px);
  }
}
@keyframes coinDropFun {
  0% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(195px);
  }
  100% {
    transform: translateY(195px);
  }
}
.coin-dropfun {
  -webkit-animation: coinDropFun infinite 3s ease-in;
  -moz-animation: coinDropFun infinite 3s ease-in;
  animation: coinDropFun infinite 3s ease-in;
  animation-fill-mode: forwards;
}
@-moz-keyframes paperDropFun {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(105px);
  }
}
@-webkit-keyframes paperDropFun {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(105px);
  }
}
@keyframes paperDropFun {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(105px);
  }
}
.paper-dropfun {
  -webkit-animation: paperDropFun infinite 3s linear;
  -moz-animation: paperDropFun infinite 3s linear;
  animation: paperDropFun infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes moveItem1 {
  0% {
    transform: translate(25px, 0);
    animation-timing-function: ease-in-out;
  }
  10% {
    transform: translate(-136px, 0);
  }
  33.3% {
    transform: translate(-136px, 0);
    animation-timing-function: ease-in-out;
  }
  43.3% {
    transform: translate(-297px, 0);
  }
  66.6% {
    transform: translate(-297px, 0);
    animation-timing-function: ease-in-out;
  }
  76.6% {
    transform: translate(-356px, 130px) scale(0.5);
  }
  98% {
    transform: translate(-356px, 130px) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-356px, 130px) scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes moveItem1 {
  0% {
    transform: translate(25px, 0);
    animation-timing-function: ease-in-out;
  }
  10% {
    transform: translate(-136px, 0);
  }
  33.3% {
    transform: translate(-136px, 0);
    animation-timing-function: ease-in-out;
  }
  43.3% {
    transform: translate(-297px, 0);
  }
  66.6% {
    transform: translate(-297px, 0);
    animation-timing-function: ease-in-out;
  }
  76.6% {
    transform: translate(-356px, 130px) scale(0.5);
  }
  98% {
    transform: translate(-356px, 130px) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-356px, 130px) scale(0.5);
    opacity: 0;
  }
}
@keyframes moveItem1 {
  0% {
    transform: translate(25px, 0);
    animation-timing-function: ease-in-out;
  }
  10% {
    transform: translate(-136px, 0);
  }
  33.3% {
    transform: translate(-136px, 0);
    animation-timing-function: ease-in-out;
  }
  43.3% {
    transform: translate(-297px, 0);
  }
  66.6% {
    transform: translate(-297px, 0);
    animation-timing-function: ease-in-out;
  }
  76.6% {
    transform: translate(-356px, 130px) scale(0.5);
  }
  98% {
    transform: translate(-356px, 130px) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-356px, 130px) scale(0.5);
    opacity: 0;
  }
}
.move-item1 {
  -webkit-animation: moveItem1 infinite 10s linear;
  -moz-animation: moveItem1 infinite 10s linear;
  animation: moveItem1 infinite 10s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes fadeTxt1 {
  0% {
    opacity: 0;
  }
  74.6% {
    opacity: 0;
  }
  76.6% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeTxt1 {
  0% {
    opacity: 0;
  }
  74.6% {
    opacity: 0;
  }
  76.6% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeTxt1 {
  0% {
    opacity: 0;
  }
  74.6% {
    opacity: 0;
  }
  76.6% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-txt1 {
  -webkit-animation: fadeTxt1 infinite 10s linear;
  -moz-animation: fadeTxt1 infinite 10s linear;
  animation: fadeTxt1 infinite 10s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes moveItem2 {
  0% {
    transform: translate(-136px, 0);
    animation-timing-function: ease-in-out;
  }
  10% {
    transform: translate(-297px, 0);
  }
  33.3% {
    transform: translate(-297px, 0);
    animation-timing-function: ease-in-out;
  }
  43.3% {
    transform: translate(-353px, 130px) scale(0.5);
  }
  64.6% {
    transform: translate(-353px, 130px) scale(0.5);
    opacity: 1;
  }
  66.6% {
    transform: translate(-353px, 130px) scale(0.5);
    opacity: 0;
  }
  66.61% {
    transform: translate(25px, 0) scale(1);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  76.6% {
    transform: translate(-136px, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-136px, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveItem2 {
  0% {
    transform: translate(-136px, 0);
    animation-timing-function: ease-in-out;
  }
  10% {
    transform: translate(-297px, 0);
  }
  33.3% {
    transform: translate(-297px, 0);
    animation-timing-function: ease-in-out;
  }
  43.3% {
    transform: translate(-353px, 130px) scale(0.5);
  }
  64.6% {
    transform: translate(-353px, 130px) scale(0.5);
    opacity: 1;
  }
  66.6% {
    transform: translate(-353px, 130px) scale(0.5);
    opacity: 0;
  }
  66.61% {
    transform: translate(25px, 0) scale(1);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  76.6% {
    transform: translate(-136px, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-136px, 0) scale(1);
    opacity: 1;
  }
}
@keyframes moveItem2 {
  0% {
    transform: translate(-136px, 0);
    animation-timing-function: ease-in-out;
  }
  10% {
    transform: translate(-297px, 0);
  }
  33.3% {
    transform: translate(-297px, 0);
    animation-timing-function: ease-in-out;
  }
  43.3% {
    transform: translate(-353px, 130px) scale(0.5);
  }
  64.6% {
    transform: translate(-353px, 130px) scale(0.5);
    opacity: 1;
  }
  66.6% {
    transform: translate(-353px, 130px) scale(0.5);
    opacity: 0;
  }
  66.61% {
    transform: translate(25px, 0) scale(1);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  76.6% {
    transform: translate(-136px, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-136px, 0) scale(1);
    opacity: 1;
  }
}
.move-item2 {
  -webkit-animation: moveItem2 infinite 10s linear;
  -moz-animation: moveItem2 infinite 10s linear;
  animation: moveItem2 infinite 10s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes fadeTxt2 {
  0% {
    opacity: 0;
  }
  41.3% {
    opacity: 0;
  }
  43.3% {
    opacity: 1;
  }
  64.6% {
    opacity: 1;
  }
  66.6% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeTxt2 {
  0% {
    opacity: 0;
  }
  41.3% {
    opacity: 0;
  }
  43.3% {
    opacity: 1;
  }
  64.6% {
    opacity: 1;
  }
  66.6% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeTxt2 {
  0% {
    opacity: 0;
  }
  41.3% {
    opacity: 0;
  }
  43.3% {
    opacity: 1;
  }
  64.6% {
    opacity: 1;
  }
  66.6% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fade-txt2 {
  -webkit-animation: fadeTxt2 infinite 10s linear;
  -moz-animation: fadeTxt2 infinite 10s linear;
  animation: fadeTxt2 infinite 10s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes moveItem3 {
  0% {
    transform: translate(-297px, 0);
    animation-timing-function: ease-in-out;
  }
  10% {
    transform: translate(-353px, 130px) scale(0.5);
  }
  31.3% {
    transform: translate(-353px, 130px) scale(0.5);
    opacity: 1;
  }
  33.3% {
    transform: translate(-353px, 130px) scale(0.5);
    opacity: 0;
  }
  33.31% {
    transform: translate(25px, 0) scale(1);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  43.3% {
    transform: translate(-136px, 0) scale(1);
    opacity: 1;
  }
  66.6% {
    transform: translate(-136px, 0);
    animation-timing-function: ease-in-out;
  }
  76.6% {
    transform: translate(-297px, 0);
  }
  100% {
    transform: translate(-297px, 0);
  }
}
@-webkit-keyframes moveItem3 {
  0% {
    transform: translate(-297px, 0);
    animation-timing-function: ease-in-out;
  }
  10% {
    transform: translate(-353px, 130px) scale(0.5);
  }
  31.3% {
    transform: translate(-353px, 130px) scale(0.5);
    opacity: 1;
  }
  33.3% {
    transform: translate(-353px, 130px) scale(0.5);
    opacity: 0;
  }
  33.31% {
    transform: translate(25px, 0) scale(1);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  43.3% {
    transform: translate(-136px, 0) scale(1);
    opacity: 1;
  }
  66.6% {
    transform: translate(-136px, 0);
    animation-timing-function: ease-in-out;
  }
  76.6% {
    transform: translate(-297px, 0);
  }
  100% {
    transform: translate(-297px, 0);
  }
}
@keyframes moveItem3 {
  0% {
    transform: translate(-297px, 0);
    animation-timing-function: ease-in-out;
  }
  10% {
    transform: translate(-353px, 130px) scale(0.5);
  }
  31.3% {
    transform: translate(-353px, 130px) scale(0.5);
    opacity: 1;
  }
  33.3% {
    transform: translate(-353px, 130px) scale(0.5);
    opacity: 0;
  }
  33.31% {
    transform: translate(25px, 0) scale(1);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  43.3% {
    transform: translate(-136px, 0) scale(1);
    opacity: 1;
  }
  66.6% {
    transform: translate(-136px, 0);
    animation-timing-function: ease-in-out;
  }
  76.6% {
    transform: translate(-297px, 0);
  }
  100% {
    transform: translate(-297px, 0);
  }
}
.move-item3 {
  -webkit-animation: moveItem3 infinite 10s linear;
  -moz-animation: moveItem3 infinite 10s linear;
  animation: moveItem3 infinite 10s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes fadeTxt3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  35.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeTxt3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  35.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeTxt3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  35.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fade-txt3 {
  -webkit-animation: fadeTxt3 infinite 10s linear;
  -moz-animation: fadeTxt3 infinite 10s linear;
  animation: fadeTxt3 infinite 10s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes moveConveyer {
  0% {
    transform: translateX(0px);
    animation-timing-function: ease-in-out;
  }
  10% {
    transform: translateX(-161px);
  }
  33.3% {
    transform: translateX(-161px);
    animation-timing-function: ease-in-out;
  }
  43.3% {
    transform: translateX(-322px);
  }
  66.6% {
    transform: translateX(-322px);
    animation-timing-function: ease-in-out;
  }
  76.6% {
    transform: translateX(-483px);
  }
  100% {
    transform: translateX(-483px);
  }
}
@-webkit-keyframes moveConveyer {
  0% {
    transform: translateX(0px);
    animation-timing-function: ease-in-out;
  }
  10% {
    transform: translateX(-161px);
  }
  33.3% {
    transform: translateX(-161px);
    animation-timing-function: ease-in-out;
  }
  43.3% {
    transform: translateX(-322px);
  }
  66.6% {
    transform: translateX(-322px);
    animation-timing-function: ease-in-out;
  }
  76.6% {
    transform: translateX(-483px);
  }
  100% {
    transform: translateX(-483px);
  }
}
@keyframes moveConveyer {
  0% {
    transform: translateX(0px);
    animation-timing-function: ease-in-out;
  }
  10% {
    transform: translateX(-161px);
  }
  33.3% {
    transform: translateX(-161px);
    animation-timing-function: ease-in-out;
  }
  43.3% {
    transform: translateX(-322px);
  }
  66.6% {
    transform: translateX(-322px);
    animation-timing-function: ease-in-out;
  }
  76.6% {
    transform: translateX(-483px);
  }
  100% {
    transform: translateX(-483px);
  }
}
.move-conveyer {
  -webkit-animation: moveConveyer infinite 10s linear;
  -moz-animation: moveConveyer infinite 10s linear;
  animation: moveConveyer infinite 10s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes lineScroll2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-97px);
  }
}
@-webkit-keyframes lineScroll2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-97px);
  }
}
@keyframes lineScroll2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-97px);
  }
}
.line-scroll2 {
  -webkit-animation: lineScroll2 infinite 6s linear;
  -moz-animation: lineScroll2 infinite 6s linear;
  animation: lineScroll2 infinite 6s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes chuteDrop1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(550px);
  }
}
@-webkit-keyframes chuteDrop1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(550px);
  }
}
@keyframes chuteDrop1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(550px);
  }
}
.chute-dropper1 {
  -webkit-animation: chuteDrop1 infinite 11s ease-out;
  -moz-animation: chuteDrop1 infinite 11s ease-out;
  animation: chuteDrop1 infinite 11s ease-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes cardSway {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes cardSway {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes cardSway {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.card-sway {
  -webkit-animation: cardSway infinite 2s ease-in-out;
  -moz-animation: cardSway infinite 2s ease-in-out;
  animation: cardSway infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes chuteDrop2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(1000px);
  }
}
@-webkit-keyframes chuteDrop2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(1000px);
  }
}
@keyframes chuteDrop2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(1000px);
  }
}
.chute-dropper2 {
  -webkit-animation: chuteDrop2 infinite 22s ease-out;
  -moz-animation: chuteDrop2 infinite 22s ease-out;
  animation: chuteDrop2 infinite 22s ease-out;
  animation-fill-mode: forwards;
}
