@charset "UTF-8";
/* FUNCTIONS */
@font-face {
  font-family: 'mermaidbold';
  src: url('fonts/mermaid1001-webfont.woff2') format('woff2'), url('fonts/mermaid1001-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*! VARIABLES */
/*! - GLOBAL: 0 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%;
  background-color: #042a3d;
}
body ::selection {
  background: #dab679;
  color: #fff;
}
body ::-moz-selection {
  background: #dab679;
  color: #fff;
}
section,
.global {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
}
.contentContainer {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
section p,
.global p {
  font: 300 15px/1.8 'Synthese', sans-serif;
  color: #042a3d;
}
section p.intro,
.global p.intro {
  font-size: 19px;
  line-height: 1.95;
}
section p + p,
.global p + p {
  margin-top: 25px;
}
section h1,
.global h1 {
  font: 55px/1.35 'mermaidbold', serif;
  letter-spacing: .05em;
  color: #042a3d;
}
section h2,
.global h2 {
  font: 100px/1 'mermaidbold', serif;
  letter-spacing: .05em;
  color: #042a3d;
}
section h3,
.global h3 {
  font: 40px/1 'mermaidbold', serif;
  letter-spacing: .05em;
  color: #042a3d;
}
section h3.wide,
.global h3.wide {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: .4em;
}
section h4,
.global h4 {
  font: 21px/1 'mermaidbold', serif;
  letter-spacing: .05em;
  color: #042a3d;
}
section h5,
.global h5 {
  font: 700 12px/1 'Synthese', sans-serif;
  color: #dab679;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.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;
}
button {
  background: none;
  border: none;
}
button:focus {
  outline: 0;
}
textarea {
  resize: none;
}
a:focus {
  outline: none;
}
.sidepad {
  padding-left: 40px;
  padding-right: 40px;
}
.sidepadM {
  padding-left: 20px;
  padding-right: 20px;
}
.nopad {
  padding-left: 0px;
  padding-right: 0px;
}
.automargin {
  margin-left: auto;
  margin-right: auto;
}
.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 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-r {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-b {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
}
.abs-cen {
  position: absolute;
  left: 50%;
  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;
}
.disableTrans {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.col,
.contents {
  position: relative;
}
.row {
  width: 100%;
  position: relative;
}
.upc {
  text-transform: uppercase;
}
.flipX {
  transform: scaleX(-1);
}
.flipY {
  transform: scaleY(-1);
}
.flipXY {
  transform: scale(-1);
}
.rotate-text {
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 50%;
}
.fpo {
  background-color: rgba(255, 0, 0, 0.2);
}
.spaced {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-t {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 60;
}
.blanket {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.overlayWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 30;
}
.close-btn {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  left: 11px;
  top: 10px;
  padding: 7px;
}
.close-btn .icon {
  font-size: 11px;
  color: #042a3d;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.gridline {
  width: 1px;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 0px;
  z-index: 100;
  background-color: red;
  opacity: .2;
  display: none;
}
.gridline.l {
  left: 20px;
}
.gridline.r {
  left: auto;
  right: 20px;
}
.gridline.ml {
  margin-left: -600px;
}
.gridline.mr {
  margin-left: 600px;
}
.crosshairs:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0px;
  height: 100%;
  border-left: 1px solid red;
  z-index: 50;
}
.crosshairs:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  height: 0px;
  width: 100%;
  border-top: 1px solid red;
  z-index: 50;
}
.part {
  position: absolute;
  left: 0;
  top: 0;
}
.part img {
  width: 100%;
  height: auto;
  display: block;
}
.part-wrap {
  position: absolute;
  overflow: hidden;
}
.sized img {
  width: 100%;
  height: auto;
  display: block;
}
.base {
  position: relative;
}
.psized {
  position: absolute;
  left: 0;
  top: 0;
}
.psized img {
  width: 100%;
  height: auto;
  display: block;
}
.bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.background .base img {
  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;
}
.background.cn {
  left: 50%;
}
.cta-btn {
  display: inline-block;
  position: relative;
  padding: 15px 32px 17px;
  /* padding: 14px 26px 16px; padding: 12px 24px 14px; */
  background-color: #04212f;
  color: #dab679;
  font: 300 12px/1 'Synthese', sans-serif;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cta-btn.has-icon {
  padding-left: 26px;
  padding-right: 50px;
}
.cta-btn .cta-icon {
  font-size: 16px;
  color: #dab679;
  position: absolute;
  right: 20px;
  top: 14px;
  -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 ~ .cta-btn {
  margin-left: 12px;
}
.cta-btn.disabled {
  pointer-events: none;
  opacity: .5;
}
.social-links li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background-color: transparent;
  border: 1px solid #dab679;
  -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 ~ li {
  margin-left: 10px;
}
.social-links li .icon {
  font-size: 14px;
  color: #dab679;
  line-height: 38px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.social-links li .icon-twitter {
  font-size: 18px;
}
.social-links li .icon-m {
  font-size: 12px;
}
.social-links li .icon-linkedin {
  font-size: 18px;
  line-height: 36px;
  margin-left: 1px;
}
.social-links li .icon-instagram {
  font-size: 18px;
  line-height: 37px;
}
.social-links li a {
  display: block;
}
.countdown {
  width: 100%;
  max-width: 215px;
  text-align: center;
}
.countdown .row {
  margin-top: 20px;
}
.countdown .col {
  display: inline-block;
}
.countdown p {
  font: 300 12px/1 'Synthese', sans-serif;
  color: #dab679;
}
.countdown h4 {
  font: 22px/1 'mermaidbold', serif;
  color: #dab679;
  letter-spacing: .05em;
  margin-bottom: 6px;
}
.countdown h5 {
  font: 300 9px/1 'Synthese', sans-serif;
  color: #dab679;
  opacity: .3;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.countdown .contents {
  position: relative;
}
.v-line {
  width: 1px;
  background-color: #dab679;
  position: absolute;
  left: 50%;
}
.line-stretch {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #dab679;
}
.line-ball {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #dab679;
}
/*! - GLOBAL: 1 LOADER */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #042a3d;
  z-index: 100;
}
#loader .load-clip {
  position: absolute;
  left: 50%;
  top: 0;
  width: 436px;
  height: 194px;
  margin-left: -218px;
  margin-top: -97px;
  top: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#loader .load-clip .base {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: none;
}
#loader .load-text {
  font: 38px/1 'mermaidbold', serif;
  letter-spacing: 1em;
  color: #dab679;
  position: absolute;
  left: 22px;
  bottom: 18px;
  opacity: 0;
}
#loader .line-group,
#loader .line,
#loader .circ {
  position: absolute;
  left: 0;
  top: 0;
}
#loader .load-lines {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  height: 80px;
  margin-left: -50px;
  top: 23px;
}
#loader .line {
  height: 2px;
  border-radius: 8px;
}
#loader .line-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #dab679;
  transform: scaleX(0);
  transform-origin: left top;
}
#loader .circ {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  border: 2px solid #dab679;
  transform: scale(0);
  opacity: 0;
}
#loader .line-group[data-num="1"],
#loader .line-group[data-num="2"] {
  width: 50px;
  left: 1px;
}
#loader .line-group[data-num="1"] .line,
#loader .line-group[data-num="2"] .line {
  transform-origin: left top;
}
#loader .line-group[data-num="1"] .line[data-num="1"],
#loader .line-group[data-num="2"] .line[data-num="1"] {
  left: 17px;
  width: 34px;
}
#loader .line-group[data-num="1"] .line[data-num="2"],
#loader .line-group[data-num="2"] .line[data-num="2"] {
  left: 18px;
  width: 72px;
  transform: rotate(98deg);
}
#loader .line-group[data-num="1"] .line[data-num="3"],
#loader .line-group[data-num="2"] .line[data-num="3"] {
  left: 51px;
  top: 1px;
  width: 83px;
  transform: rotate(121deg);
}
#loader .line-group[data-num="1"] .line[data-num="1"] .line-inner,
#loader .line-group[data-num="2"] .line[data-num="1"] .line-inner,
#loader .line-group[data-num="1"] .line[data-num="3"] .line-inner,
#loader .line-group[data-num="2"] .line[data-num="3"] .line-inner {
  transform-origin: right top;
}
#loader .line-group[data-num="1"] .circ,
#loader .line-group[data-num="2"] .circ {
  top: 70px;
  left: 2px;
}
#loader .line-group[data-num="2"] {
  transform: scaleX(-1);
  left: 52px;
}
#loader .line-group[data-num="3"] {
  width: 50px;
}
#loader .line-group[data-num="3"] .line {
  transform-origin: left top;
}
#loader .line-group[data-num="3"] .line[data-num="3"] {
  left: 52.5px;
  width: 59px;
  transform: rotate(90deg);
}
#loader .line-group[data-num="3"] .line[data-num="1"] {
  left: 19px;
  width: 67px;
  transform: rotate(60deg);
}
#loader .line-group[data-num="3"] .line[data-num="2"] {
  left: 86px;
  top: 1px;
  width: 67px;
  transform: rotate(120deg);
}
#loader .line-group[data-num="3"] .line[data-num="2"] .line-inner {
  transform-origin: right top;
}
#loader .line-group[data-num="3"] .circ {
  top: 57px;
  left: 47px;
}
/*! - GLOBAL: 2 FORM */
.global-form {
  position: relative;
}
.global-form label {
  font: 40px/1 'mermaidbold', serif;
  letter-spacing: .05em;
  color: #dab679;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
  transform: translateY(-22px);
  z-index: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: block;
}
.global-form input[type="text"],
.global-form input[type="email"] {
  font: 300 15px/1 'Synthese', sans-serif;
  height: 40px;
  color: #042a3d;
  border: none;
  background: none;
  width: 100%;
  border-bottom: 1px solid #042a3d;
  padding-left: 0px;
  position: relative;
  z-index: 1;
}
.global-form label {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
.global-form .fs .field-wrap {
  width: 47%;
  max-width: 470px;
}
.global-form .fs + .fs {
  margin-top: 98px;
}
.global-form .field-wrap {
  width: 100%;
  height: 40px;
  position: relative;
}
.global-form .field-wrap.on label {
  transform: translateY(-44px);
  opacity: .25;
}
.global-form .field-wrap.error input[type="text"],
.global-form .field-wrap.error input[type="email"] {
  border-color: #ff714e;
}
.global-form .field-wrap.error label {
  color: #ff714e;
  opacity: 1;
}
.global-form .thanks {
  right: 0px;
  bottom: 10px;
}
.global-form .thanks p {
  position: relative;
  text-align: right;
}
.global-form .form-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scaleY(1.5);
  transform-origin: left top;
  top: -50px;
  left: 0px;
  background-color: #f8f0e3;
  z-index: 4;
  opacity: 0;
  display: none;
}
.global-form input:-webkit-autofill,
.global-form input:-webkit-autofill:hover,
.global-form input:-webkit-autofill:focus,
.global-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #042a3d;
}
.thanks {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form-btn-wrap {
  position: relative;
  z-index: 2;
}
.form-btn-wrap .cta-btn {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form-btn-wrap .thanks {
  width: 100%;
  text-align: center;
  top: 72px;
  right: auto;
  bottom: auto;
  transform: translateY(20px);
  display: block;
}
.form-btn-wrap.sent .cta-btn {
  transform: translateY(-20px);
}
.form-btn-wrap.sent .thanks {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/*! - GLOBAL: 3 HEADER */
#globalHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  padding-left: 150px;
  padding-right: 100px;
}
#globalHeader .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 193px;
  left: 50%;
  margin-left: -121px;
  top: 34px;
}
#globalHeader .cta-btns {
  margin-top: 37px;
}
#globalHeader .toplinks {
  margin-top: 34px;
}
#globalHeader .toplinks h4 {
  color: #dab679;
  font: 21px/1 'mermaidbold', serif;
  letter-spacing: .05em;
  margin-top: 10px;
  margin-right: 30px;
}
#globalHeader .toplinks .cta-btn {
  padding: 15px 28px 17px;
}
#globalHeader .toplinks > * {
  display: inline-block;
  vertical-align: middle;
}
/*! - GLOBAL: 4 MENU */
#globalMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 50;
}
#globalMenu .menu-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 6;
  cursor: pointer;
}
#globalMenu .menu-line {
  width: 37px;
  height: 2px;
  position: absolute;
  left: 11px;
  background-color: #1a1d28;
  top: 30px;
  -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.top {
  transform: scaleX(0.6) translate3d(0, -10px, 0);
  transform-origin: right center;
}
#globalMenu .menu-line.mid {
  transform-origin: center center;
}
#globalMenu .menu-line.bot {
  transform: scaleX(0.6) translate3d(0, 10px, 0);
  transform-origin: left center;
}
#globalMenu.expanded {
  width: 100%;
  height: 100%;
}
#globalMenu.expanded .menu-wrap {
  display: block;
}
#globalMenu.open .menu-line.top {
  transform: scaleX(1) translate3d(6px, 7px, 0) rotate(45deg);
  width: 20px;
  background-color: #1a1d28;
}
#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: scaleX(1) translate3d(11px, 7px, 0) rotate(-45deg);
  width: 20px;
  background-color: #1a1d28;
}
#globalMenu .menu-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  display: none;
}
#globalMenu .menu-wrap .main {
  height: 100%;
  min-height: 550px;
}
#globalMenu .menu-wrap .main .col {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
#globalMenu .menu-wrap .main .col.left {
  background-color: #dab679;
  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;
  padding: 0 10px;
}
#globalMenu .menu-wrap .main .col.right {
  background-color: #042a3d;
}
#globalMenu .ornament {
  width: 100%;
  max-width: 84px;
  margin: 0 auto;
  opacity: .5;
}
#globalMenu .ornament.top {
  margin-bottom: 43px;
}
#globalMenu .ornament.bot {
  margin-top: 38px;
}
#globalMenu .social-links {
  position: absolute;
  left: 42px;
  bottom: 38px;
}
#globalMenu .social-links li {
  border: 1px solid #fff;
}
#globalMenu .social-links li .icon {
  color: #fff;
}
#globalMenu .email-link {
  position: absolute;
  right: 42px;
  bottom: 38px;
}
#globalMenu .email-link p,
#globalMenu .email-link a {
  font: 300 13px/1 'Synthese', sans-serif;
  color: #fff;
}
#globalMenu .menu-callouts {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -ms-flex-pack: justify;
  justify-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}
#globalMenu .menu-callout {
  width: 100%;
  height: 50%;
  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;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
#globalMenu .menu-callout.top {
  overflow: hidden;
}
#globalMenu .menu-callout.top .logo-mark {
  width: 520px;
  position: absolute;
  left: 50%;
  top: 0;
  top: -10px;
  margin-left: -260px;
  opacity: .35;
}
#globalMenu .menu-callout.bot {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#globalMenu .menu-callout p,
#globalMenu .menu-callout h3 {
  color: #fff;
}
#globalMenu .menu-callout h3 {
  margin-bottom: 20px;
}
#globalMenu .menu-callout h3.wide {
  font-size: 17px;
  margin-bottom: 27px;
}
#globalMenu .menu-callout .cta-btn {
  margin-top: 33px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  z-index: 2;
}
#globalNav {
  text-align: center;
}
#globalNav a {
  font: 40px/1 'mermaidbold', serif;
  letter-spacing: .05em;
  color: #fff;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#globalNav li + li {
  margin-top: 50px;
}
/*! - GLOBAL: 5 STICKY */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  transform: translateY(-70px);
  display: none;
  background-color: #042a3d;
  z-index: 40;
  -webkit-transition: box-shadow 0.3s linear;
  -moz-transition: box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
}
.sticky.open {
  box-shadow: 0px 0px 40px rgba(9, 31, 42, 0.25);
}
.sticky > .row {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding-left: 90px;
  padding-right: 55px;
}
.sticky .logo {
  width: 38px;
  position: absolute;
  left: 50%;
  top: 0;
  top: 17px;
  margin-left: -17px;
  cursor: pointer;
}
.sticky .cta-btns {
  margin-top: 19px;
}
.sticky .cta-btns .cta-btn {
  padding: 0;
}
.sticky .cta-btns .cta-btn.has-icon {
  padding-right: 30px;
}
.sticky .cta-btns .cta-btn .cta-icon {
  right: 0px;
  top: 0px;
}
.sticky .cta-btns .cta-btn + .cta-btn {
  margin-left: 28px;
}
.sticky .countdown {
  max-width: 360px;
}
.sticky .countdown .row {
  margin-top: 8px;
}
.sticky .countdown .col.txt p {
  line-height: 37px;
}
.sticky .cta-btn {
  background-color: transparent;
}
.waitlist-btn {
  font: 300 12px/1 'Synthese', sans-serif;
  color: #042a3d;
  text-decoration: underline;
}
#positionFormOverlay .cta-btn {
  position: absolute;
  right: 0px;
  bottom: 20px;
  padding: 14px 26px 16px;
  font-size: 13px;
  border-radius: 30px;
  z-index: 2;
}
.sticky-signup {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 190px;
}
.sticky-signup.open .expanded {
  transform: translate(0px, 0px);
}
.sticky-signup.open .sticky-signup-btn {
  transform: translate(60px, 60px);
}
.sticky-signup.off,
.sticky-signup.off.open {
  pointer-events: none;
}
.sticky-signup.off .expanded,
.sticky-signup.off.open .expanded {
  transform: translate(0px, 190px);
}
.sticky-signup.off .sticky-signup-btn,
.sticky-signup.off.open .sticky-signup-btn {
  transform: translate(60px, 60px);
}
.sticky-signup .expanded,
.sticky-signup .sticky-signup-btn {
  -webkit-transition: transform 0.75s cubic-bezier(0.8, 0, 0.4, 1);
  -moz-transition: transform 0.75s cubic-bezier(0.8, 0, 0.4, 1);
  -o-transition: transform 0.75s cubic-bezier(0.8, 0, 0.4, 1);
  transition: transform 0.75s cubic-bezier(0.8, 0, 0.4, 1);
}
.sticky-signup .expanded {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  /*height: 190px;
  text-align: center; */
  padding: 25px 20px;
  overflow: hidden;
  background-color: #fff;
  transform: translate(0px, 190px);
}
.sticky-signup .sticky-signup-btn {
  width: 60px;
  height: 60px;
  transform: translate(0px, 0px);
  background-color: #dab679;
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: center;
  cursor: pointer;
}
.sticky-signup .sticky-signup-btn .icon {
  font-size: 36px;
  line-height: 57px;
  color: #fff;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.sticky-signup .close-btn {
  left: auto;
  right: 4px;
  top: 2px;
}
.sticky-signup .txt {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.sticky-signup .waitlist-btn {
  position: absolute;
  left: 0px;
  bottom: -28px;
}
.hero-signup h3 {
  font: 700 12px/1.6 'Synthese', sans-serif;
  color: #042a3d;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.hero-signup .txt {
  position: relative;
  z-index: 6;
}
.hero-signup .ornament {
  position: absolute;
  left: 0;
  top: 0;
  top: 150px;
  width: 158px;
  max-width: none;
}
.hero-signup .ornament img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-signup .ornament.left {
  left: -45px;
}
.hero-signup .ornament.right {
  left: auto;
  right: -45px;
}
.hero-signup .ornament.right img {
  transform: scaleX(-1);
}
.hero-signup .global-form label {
  font: 300 12px/1 'Synthese', sans-serif;
  letter-spacing: 0;
  color: #042a3d;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transform: translateY(9px);
}
.hero-signup .global-form input[type="email"] {
  font: 300 12px/1 'Synthese', sans-serif;
  height: 34px;
}
.hero-signup .global-form .cta-btn {
  margin-top: 40px;
  padding: 15px 29px 16px;
}
.hero-signup .global-form .field-wrap {
  height: 34px;
}
.hero-signup .global-form .field-wrap.on label {
  transform: translateY(-12px);
  opacity: .5;
}
.hero-signup .global-form .thanks {
  top: 68px;
  font-size: 12px;
  right: auto;
  bottom: auto;
  display: block;
}
.hero-signup .global-form .thanks p {
  text-align: center;
}
.hero-signup .global-form .form-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 5;
  display: none;
  opacity: 0;
}
.hero-signup .global-form .waitlist-btn {
  position: absolute;
  left: 0px;
  top: 10px;
}
.sticky-signup .txt {
  position: relative;
}
.sticky-signup .ornament {
  position: absolute;
  left: 0;
  top: 0;
  top: 34px;
  width: 158px;
  max-width: none;
}
.sticky-signup .ornament img {
  width: 100%;
  height: auto;
  display: block;
}
.sticky-signup .ornament.left {
  left: -10px;
}
.sticky-signup .ornament.right {
  left: auto;
  right: -10px;
}
.sticky-signup .ornament.right img {
  transform: scaleX(-1);
}
.sticky-signup .global-form input {
  padding-right: 120px;
}
.sticky-signup .global-form h4 {
  font: 17px/1 'mermaidbold', serif;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: #042a3d;
  margin-bottom: 4px;
}
.sticky-signup .global-form p {
  font: 300 15px/1.8 'Synthese', sans-serif;
  color: #042a3d;
}
.sticky-signup .global-form .title-wrap {
  margin-bottom: 32px;
}
.sticky-signup .global-form .cta-btn {
  position: absolute;
  right: 0px;
  bottom: 13px;
  padding: 14px 26px 16px;
  width: 98px;
  font-size: 13px;
  border-radius: 30px;
  z-index: 2;
}
.sticky-signup .global-form .thanks {
  right: 0px;
  bottom: -34px;
}
.sticky-signup .global-form .thanks p {
  font-size: 12px;
}
.sticky-signup .global-form .thanks a {
  color: #dab679;
}
.sticky-signup .global-form .form-cover {
  background-color: #fff;
}
.sticky-signup .global-form label {
  font-size: 23px;
  top: 22px;
}
#stickyEmailForm.sent .thanks,
#heroEmailForm.sent .thanks {
  opacity: 1;
  visibility: visible;
}
#hero .hero-signup {
  position: relative;
  padding: 0 20px;
  margin-top: 5px;
}
#hero .hero-signup .inner {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 14px 20px 55px;
}
#hero .hero-signup h3 {
  margin-bottom: 22px;
}
#hero .hero-signup .ornament {
  top: 137px;
  z-index: 6;
  pointer-events: none;
  top: auto;
  bottom: -25px;
}
#hero .hero-signup .ornament.left {
  left: -10px;
}
#hero .hero-signup .ornament.right {
  right: -10px;
}
#hero .hero-signup .title-wrap {
  margin-bottom: 32px;
  margin-top: 5px;
}
#hero .hero-signup .title-wrap h4 {
  font: 16px/1 'mermaidbold', serif;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #042a3d;
  margin-bottom: 4px;
}
#hero .hero-signup .title-wrap p {
  font: 300 15px/1.8 'Synthese', sans-serif;
  color: #042a3d;
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
}
/*! - SECTION: 0 HERO */
#hero {
  padding: 154px 0px 621px;
  /* height: 1200px; */
  text-align: center;
}
#hero h1,
#hero p {
  color: #fff;
}
#hero .contentContainer {
  z-index: 0;
  padding-left: 20px;
  padding-right: 20px;
}
#hero .bg-wrap {
  height: 650px;
  bottom: -13px;
  top: auto;
  /*height: 1050px; top: 360px; overflow: visible; will-change: transform;*/
}
#hero .bg-wrap .background {
  width: 1800px;
  left: 50%;
  margin-left: -900px;
  bottom: 46px;
}
#hero .bg-wrap .horiz-line {
  position: absolute;
  left: 0;
  top: 0;
  top: auto;
  bottom: 46px;
  width: 100%;
  height: 1px;
  border-top: 1px solid #dab679;
  z-index: 1;
}
#hero .bg-wrap .base {
  z-index: 3;
}
#hero .bg-wrap .circle-text {
  position: absolute;
  left: 169px;
  top: 27px;
  width: 150px;
  height: 150px;
  text-align: center;
  z-index: 4;
}
#hero .bg-wrap .column-lines {
  position: absolute;
  left: 0;
  top: 0;
  top: 183px;
  z-index: 4;
}
#hero .bg-wrap .column-lines[data-num="1"] {
  left: 287px;
}
#hero .bg-wrap .column-lines[data-num="2"] {
  left: 688px;
}
#hero .bg-wrap .column-lines[data-num="3"] {
  left: 1088px;
}
#hero .bg-wrap .column-lines[data-num="4"] {
  left: 1488px;
}
#hero .bg-wrap .column-lines .column-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 367px;
  overflow: hidden;
}
#hero .bg-wrap .column-lines .column-line[data-num="2"] {
  left: 12px;
}
#hero .bg-wrap .column-lines .column-line[data-num="2"] .data-line-group {
  animation-delay: -1.5s;
}
#hero .bg-wrap .column-lines .column-line[data-num="3"] {
  left: 24px;
}
#hero .bg-wrap .column-lines .column-line[data-num="3"] .data-line-group {
  animation-delay: -3s;
}
#hero .bg-wrap .column-lines .column-line:nth-child(even) img {
  transform: scaleY(-1);
}
#hero .bg-wrap .column-lines .column-line .data-line-group .data-line:nth-child(2) {
  top: 191px;
}
#hero .bg-wrap .column-lines .column-line .data-line-group .data-line:nth-child(3) {
  top: -191px;
}
#hero .bg-wrap .door-wrap {
  width: 101px;
  height: 185px;
  overflow: hidden;
  position: absolute;
  left: 851px;
  top: 406px;
}
#hero .bg-wrap .door {
  width: 50px;
  height: 185px;
  z-index: 3;
}
#hero .bg-wrap .door.left {
  left: -1px;
}
#hero .bg-wrap .door.right {
  left: 52px;
}
#hero .bg-wrap .door.right img {
  transform: scaleX(-1);
}
#hero .thanks p {
  color: #042a3d;
}
#hero.on .circle-text {
  -webkit-animation: textRotate infinite 16s linear;
  -moz-animation: textRotate infinite 16s linear;
  animation: textRotate infinite 16s linear;
  animation-fill-mode: forwards;
}
/*! - SECTION: 1 WHAT */
#what {
  padding-top: 77px;
  padding-bottom: 240px;
  /*margin-top: -800px;*/
  text-align: center;
  overflow: visible;
  z-index: 1;
}
#what h2,
#what p {
  color: #fff;
}
#what h2 {
  margin-bottom: 18px;
}
#what .contentContainer {
  max-width: 395px;
  z-index: 2;
}
#what .cta-btn {
  margin-top: 25px;
}
#what .bg-wrap {
  height: 1050px;
}
#what .bg-wrap .background {
  width: 475px;
}
#what .bg-wrap .background.left {
  top: 55px;
  margin-left: -761px;
}
#what .bg-wrap .background.left .main {
  width: 640px;
  top: -91px;
  left: -97px;
}
#what .bg-wrap .background.right {
  top: 226px;
  margin-left: 290px;
}
#what .bg-wrap .background.right .main {
  width: 674px;
  top: -100px;
  left: -88px;
}
#what .bg-wrap .background .frame {
  transform-origin: center top;
}
#what .bg-wrap .background .frame[data-num="1"] {
  width: 74px;
  left: 58px;
  top: 57px;
}
#what .bg-wrap .background .frame[data-num="2"] {
  width: 112px;
  left: 319px;
  top: 496px;
  animation-delay: -0.75s !important;
}
#what .bg-wrap .background .watch-hands {
  position: absolute;
  left: 188px;
  top: 150px;
  width: 100px;
  height: 36px;
}
#what .bg-wrap .background .watch-hands .watch-hand {
  position: absolute;
  left: 0;
  top: 0;
  top: auto;
  bottom: 0px;
  width: 1px;
  transform-origin: center bottom;
}
#what .bg-wrap .background .watch-hands .watch-hand .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #dab679;
  top: auto;
  bottom: -5px;
}
#what .bg-wrap .background .watch-hands .watch-hand:nth-child(1) {
  height: 36px;
}
#what .bg-wrap .background .watch-hands .watch-hand:nth-child(2) {
  height: 20px;
  animation-delay: -10s !important;
  animation-duration: 25s !important;
}
#what .bg-wrap .background .watch-hands .ball {
  position: absolute;
  left: 0;
  top: 0;
  top: 36px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin-left: -3px;
  margin-top: -4px;
  background: #dab679;
}
#what .bg-wrap .background .watch-hands[data-num="2"] {
  top: 674px;
  left: 372px;
}
#what .bg-wrap .background .watch-hands[data-num="2"] .watch-hand .inner {
  bottom: -3px;
}
#what .bg-wrap .background .watch-hands[data-num="2"] .watch-hand:nth-child(1) {
  height: 23px;
  animation-delay: -10s !important;
}
#what .bg-wrap .background .watch-hands[data-num="2"] .watch-hand:nth-child(2) {
  height: 12px;
  animation-delay: -20s !important;
}
#what .bg-wrap .background .watch-tiny-dial {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
#what .bg-wrap .background .watch-tiny-dial .ball {
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  margin-left: -2px;
  top: 50%;
  margin-top: -2px;
  background-color: #dab679;
}
#what .bg-wrap .background .watch-tiny-dial .hand {
  width: 1px;
  height: 5px;
  position: absolute;
  left: 4px;
  top: 0px;
  background-color: #dab679;
}
#what .bg-wrap .background .watch-tiny-dial[data-num="1"] {
  left: 159px;
  top: 194px;
}
#what .bg-wrap .background .watch-tiny-dial[data-num="2"] {
  left: 184px;
  top: 205px;
  animation-delay: -6s !important;
}
#what .bg-wrap .background .watch-tiny-dial[data-num="3"] {
  left: 209px;
  top: 194px;
  animation-delay: -3s !important;
}
#what .ornament {
  width: 100%;
  max-width: 84px;
  margin: 0 auto;
}
#what .ornament.top {
  margin-bottom: 35px;
}
#what .ornament.bot {
  margin-top: 32px;
}
#what .v-line-anim {
  height: 233px;
  bottom: -80px;
}
#what.on .frame {
  -webkit-animation: frameShake infinite 2s ease-in-out;
  -moz-animation: frameShake infinite 2s ease-in-out;
  animation: frameShake infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#what.on .watch-hand {
  -webkit-animation: watchHands infinite 13s linear;
  -moz-animation: watchHands infinite 13s linear;
  animation: watchHands infinite 13s linear;
  animation-fill-mode: forwards;
}
#what.on .watch-tiny-dial {
  -webkit-animation: watchHands infinite 13s linear;
  -moz-animation: watchHands infinite 13s linear;
  animation: watchHands infinite 13s linear;
  animation-fill-mode: forwards;
  animation-duration: 8s !important;
}
/*! - SECTION: 2 HOW */
#how {
  padding-top: 290px;
  padding-bottom: 0px;
  background-color: #faf5ed;
  margin-top: -100px;
  z-index: 0;
}
#how.on .how-box[data-num="1"] .dot[data-num="1"] {
  -webkit-animation: dotPath1 infinite 4s linear;
  -moz-animation: dotPath1 infinite 4s linear;
  animation: dotPath1 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -3.8s;
}
#how.on .how-box[data-num="1"] .dot[data-num="2"] {
  -webkit-animation: dotPath2 infinite 4s linear;
  -moz-animation: dotPath2 infinite 4s linear;
  animation: dotPath2 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -2s;
}
#how.on .how-box[data-num="1"] .dot[data-num="3"] {
  -webkit-animation: dotPath3 infinite 4s linear;
  -moz-animation: dotPath3 infinite 4s linear;
  animation: dotPath3 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -3s;
}
#how.on .how-box[data-num="1"] .dot[data-num="4"] {
  -webkit-animation: dotPath4 infinite 4s linear;
  -moz-animation: dotPath4 infinite 4s linear;
  animation: dotPath4 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -1.5s;
}
#how.on .how-box[data-num="1"] .items-wrap {
  -webkit-animation: itemSlide1 infinite 12s ease-in-out;
  -moz-animation: itemSlide1 infinite 12s ease-in-out;
  animation: itemSlide1 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
#how.on .how-box[data-num="1"] .check[data-num="1"] {
  -webkit-animation: howCheck1 infinite 12s ease-in-out;
  -moz-animation: howCheck1 infinite 12s ease-in-out;
  animation: howCheck1 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
#how.on .how-box[data-num="2"] .dot {
  -webkit-animation: dotPath5 infinite 1s linear;
  -moz-animation: dotPath5 infinite 1s linear;
  animation: dotPath5 infinite 1s linear;
  animation-fill-mode: forwards;
}
#how.on .how-box[data-num="2"] .items-wrap {
  -webkit-animation: itemSlide2 infinite 12s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: itemSlide2 infinite 12s cubic-bezier(0.5, 0, 0.5, 1);
  animation: itemSlide2 infinite 12s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
  animation-delay: -4s !important;
}
#how.on .how-box[data-num="2"] .check {
  -webkit-animation: howCheck4 infinite 12s ease-in-out;
  -moz-animation: howCheck4 infinite 12s ease-in-out;
  animation: howCheck4 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -4s !important;
}
#how.on .how-box[data-num="2"] .bar-graph {
  -webkit-animation: barGraphGrow infinite 12s linear;
  -moz-animation: barGraphGrow infinite 12s linear;
  animation: barGraphGrow infinite 12s linear;
  animation-fill-mode: forwards;
  animation-delay: -4s !important;
}
#how.on .how-box[data-num="3"] .code {
  -webkit-animation: codeMove infinite 4s linear;
  -moz-animation: codeMove infinite 4s linear;
  animation: codeMove infinite 4s linear;
  animation-fill-mode: forwards;
}
#how.on .how-box[data-num="3"] .scanner {
  -webkit-animation: scanFloat infinite 3s ease-in-out;
  -moz-animation: scanFloat infinite 3s ease-in-out;
  animation: scanFloat infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#how.on .how-box[data-num="3"] .scan-circle .dot {
  -webkit-animation: btnOnOff infinite 2s linear;
  -moz-animation: btnOnOff infinite 2s linear;
  animation: btnOnOff infinite 2s linear;
  animation-fill-mode: forwards;
}
#how.on .how-box[data-num="3"] .card {
  -webkit-animation: cardDrop infinite 3s ease-in;
  -moz-animation: cardDrop infinite 3s ease-in;
  animation: cardDrop infinite 3s ease-in;
  animation-fill-mode: forwards;
}
#how.on .how-box[data-num="4"] .coin {
  -webkit-animation: textRotate infinite 2s linear;
  -moz-animation: textRotate infinite 2s linear;
  animation: textRotate infinite 2s linear;
  animation-fill-mode: forwards;
}
#how.on .how-box[data-num="5"] .coin {
  -webkit-animation: coinJumpX infinite 4s ease-out;
  -moz-animation: coinJumpX infinite 4s ease-out;
  animation: coinJumpX infinite 4s ease-out;
  animation-fill-mode: forwards;
}
#how.on .how-box[data-num="5"] .coin > div {
  -webkit-animation: coinJumpY infinite 4s ease-in;
  -moz-animation: coinJumpY infinite 4s ease-in;
  animation: coinJumpY infinite 4s ease-in;
  animation-fill-mode: forwards;
}
#how.on .how-box[data-num="5"] .coin img {
  -webkit-animation: textRotate infinite 2s linear;
  -moz-animation: textRotate infinite 2s linear;
  animation: textRotate infinite 2s linear;
  animation-fill-mode: forwards;
}
#how.on .how-box[data-num="5"] .mallet {
  -webkit-animation: malletMoveR infinite 4s linear;
  -moz-animation: malletMoveR infinite 4s linear;
  animation: malletMoveR infinite 4s linear;
  animation-fill-mode: forwards;
}
#how.on .how-box[data-num="5"] .sign {
  -webkit-animation: frameSwingb5 infinite 4s ease-in-out;
  -moz-animation: frameSwingb5 infinite 4s ease-in-out;
  animation: frameSwingb5 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
#how h2 {
  color: #dab679;
}
#how h4 {
  margin-bottom: 12px;
}
#how a {
  color: #042a3d;
  text-decoration: underline;
}
#how .how-boxes {
  margin-top: 130px;
}
#how .how-boxes > .row {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
#how .how-boxes > .row.spaced .how-box {
  width: 48%;
}
#how .how-boxes > .row.single .how-box {
  width: 100%;
  margin: 0 auto;
}
#how .how-boxes > .row + .row {
  margin-top: 100px;
}
#how .how-boxes > .row.single + .row.spaced {
  margin-top: 82px;
}
#how .how-box {
  position: relative;
  max-width: 504px;
  min-height: 560px;
  overflow: visible;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(218, 182, 121, 0.1);
}
#how .how-box .how-image {
  width: 100%;
  height: 374px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(218, 182, 121, 0.6);
}
#how .how-box .how-image-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  width: 504px;
  height: 560px;
  margin-left: -252px;
}
#how .how-box[data-num="2"],
#how .how-box[data-num="5"] {
  margin-top: 100px;
}
#how .how-box .coin {
  width: 44px;
}
#how .how-box .dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #dab679;
}
#how .how-box[data-num="1"] .dots-wrap {
  top: 0px;
  left: 148px;
  width: 215px;
  height: 305px;
}
#how .how-box[data-num="1"] .dot[data-num="1"] {
  left: 3px;
}
#how .how-box[data-num="1"] .dot[data-num="2"] {
  left: auto;
  right: 2px;
}
#how .how-box[data-num="1"] .dot[data-num="3"],
#how .how-box[data-num="1"] .dot[data-num="4"] {
  left: 50%;
  margin-left: -2px;
}
#how .how-box[data-num="1"] .items-wrap {
  position: absolute;
  left: 0;
  top: 0;
  top: 249px;
  width: 780px;
  height: 110px;
}
#how .how-box[data-num="1"] .group {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
#how .how-box[data-num="1"] .group:nth-child(2) {
  left: 460px;
}
#how .how-box[data-num="1"] .diamond {
  top: 39px;
  width: 64px;
  transform: translateX(75px);
}
#how .how-box[data-num="1"] .vase {
  width: 55px;
  transform: translateX(230px);
  top: 0px;
}
#how .how-box[data-num="1"] .watch {
  width: 70px;
  transform: translateX(370px);
  top: 21px;
}
#how .how-box[data-num="1"] .check {
  width: 32px;
  left: 263px;
  top: 260px;
  transform: scale(0);
  opacity: 0;
}
#how .how-box[data-num="1"] .check[data-num="2"] {
  top: 285px;
}
#how .how-box[data-num="1"] .check[data-num="3"] {
  top: 265px;
}
#how .how-box[data-num="2"] {
  z-index: 3;
}
#how .how-box[data-num="2"] .base {
  z-index: 4;
}
#how .how-box[data-num="2"] .dots-wrap {
  top: 0px;
  left: 252px;
  width: 10px;
  height: 61px;
}
#how .how-box[data-num="2"] .dot {
  left: 0px;
  top: -5px;
}
#how .how-box[data-num="2"] .items-wrap {
  position: absolute;
  left: 0;
  top: 0;
  top: 13px;
  height: 110px;
}
#how .how-box[data-num="2"] .group {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
#how .how-box[data-num="2"] .group:nth-child(2) {
  left: 260px;
}
#how .how-box[data-num="2"] .phone-wrap {
  width: 132px;
  height: 132px;
  left: 188px;
  top: 90px;
}
#how .how-box[data-num="2"] .vase {
  width: 55px;
  transform: translateX(39px);
  top: 0px;
}
#how .how-box[data-num="2"] .diamond {
  top: 25px;
  width: 64px;
  transform: translateX(-54px);
}
#how .how-box[data-num="2"] .watch {
  width: 70px;
  transform: translateX(114px);
  top: 21px;
}
#how .how-box[data-num="2"] .check {
  width: 62px;
  left: 223px;
  top: 218px;
}
#how .how-box[data-num="2"] .bar-graphs {
  position: absolute;
  left: 0;
  top: 0;
  left: 268px;
  top: 230px;
  width: 44px;
  height: 40px;
}
#how .how-box[data-num="2"] .bar-graphs .bar-graph {
  position: absolute;
  left: 0;
  top: 0;
  top: auto;
  bottom: 0px;
  width: 5px;
  background-color: #dab679;
  opacity: .5;
  transform-origin: center bottom;
}
#how .how-box[data-num="2"] .bar-graphs .bar-graph[data-num="1"] {
  height: 16px;
}
#how .how-box[data-num="2"] .bar-graphs .bar-graph[data-num="2"] {
  left: 11px;
  height: 13px;
}
#how .how-box[data-num="2"] .bar-graphs .bar-graph[data-num="3"] {
  left: 22px;
  height: 26px;
}
#how .how-box[data-num="2"] .bar-graphs .bar-graph[data-num="4"] {
  left: 33px;
  height: 32px;
}
#how .how-box[data-num="3"] .base {
  z-index: 4;
}
#how .how-box[data-num="3"] .code-wrap {
  top: 0px;
  left: 163px;
  width: 182px;
  height: 97px;
  z-index: 5;
}
#how .how-box[data-num="3"] .code {
  width: 137px;
  left: 20px;
}
#how .how-box[data-num="3"] .scanner {
  left: 157px;
  top: 130px;
  width: 193px;
}
#how .how-box[data-num="3"] .card-wrap {
  height: 151px;
  width: 182px;
  top: 222px;
  left: 163px;
}
#how .how-box[data-num="3"] .card {
  width: 104px;
  top: -70px;
}
#how .how-box[data-num="3"] .card[data-num="2"] {
  left: 75px;
  animation-delay: -1.5s !important;
}
#how .how-box[data-num="3"] .scan-circle {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: 1px solid #dab679;
  position: absolute;
  top: 101px;
}
#how .how-box[data-num="3"] .scan-circle .dot {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #dab679;
  position: absolute;
  left: 3px;
  top: 3px;
}
#how .how-box[data-num="3"] .scan-circle[data-num="1"] {
  left: 170px;
}
#how .how-box[data-num="3"] .scan-circle[data-num="2"] {
  left: 188px;
}
#how .how-box[data-num="3"] .scan-circle[data-num="2"] .dot {
  animation-delay: -1s !important;
}
#how .how-box[data-num="4"] .coin-wrap {
  height: 279px;
  width: 50px;
  top: 0px;
  left: 229px;
}
#how .how-box[data-num="4"] .coin-group {
  width: 44px;
  top: -90px;
  transform: translateY(0px);
}
#how .how-box[data-num="4"] .coin-group .coin {
  position: absolute;
}
#how .how-box[data-num="4"] .coin-group .coin:nth-child(2) {
  top: 19px;
  animation-delay: -2s !important;
  animation-duration: 5s !important;
}
#how .how-box[data-num="4"] .coin-group .coin:nth-child(3) {
  top: 38px;
  animation-delay: -1s !important;
  animation-duration: 3s !important;
}
#how .how-box[data-num="4"] .pig-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 922px;
  height: 100px;
  left: -218px;
}
#how .how-box[data-num="4"] .pig {
  width: 148px;
  left: -160px;
  top: 261px;
}
#how .how-box[data-num="4"] .pig .check {
  width: 15px;
  left: 27px;
  top: 35px;
}
#how .how-box[data-num="5"] .coin-wrap {
  width: 135px;
  height: 116px;
  top: 176px;
}
#how .how-box[data-num="5"] .coin {
  left: -50px;
  height: 44px;
}
#how .how-box[data-num="5"] .coin img {
  position: absolute;
  left: 0;
  top: 0;
}
#how .how-box[data-num="5"] .mallet {
  width: 107px;
  height: 132px;
  left: 134px;
  top: 105px;
}
#how .how-box[data-num="5"] .mallet > img {
  position: absolute;
  top: -12px;
  left: 14px;
  width: 100%;
  height: auto;
}
#how .how-box[data-num="5"] .sign {
  left: 364px;
  width: 90px;
  transform-origin: center top;
}
#how .how-text {
  min-height: 186px;
  padding: 20px 35px;
  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;
  text-align: center;
  position: relative;
}
#how .how-text p {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
#how .how-text p + p {
  margin-top: 7px;
}
#how .how-number {
  position: absolute;
  width: 95px;
  height: 95px;
  top: -37px;
  left: 37px;
  z-index: 2;
}
#how .dist {
  height: 812px;
  position: relative;
  margin-top: 122px;
  padding-top: 245px;
}
#how .dist .background {
  width: 1040px;
  margin-left: -577px;
  top: 25px;
}
#how .dist .how-box {
  min-height: 0px;
  margin: 0 auto;
  text-align: center;
}
#how .dist header {
  padding: 16px 35px;
}
#how .dist footer {
  padding: 17px 35px 18px;
}
#how .dist footer h4 {
  margin-bottom: 0px;
}
#how .dist .dist-image {
  width: 100%;
  height: 384px;
  position: relative;
  border-top: 1px solid rgba(218, 182, 121, 0.6);
  border-bottom: 1px solid rgba(218, 182, 121, 0.6);
}
#how .dist .hands {
  width: 392px;
  height: 239px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -196px;
  top: auto;
  bottom: 0px;
  overflow: hidden;
}
#how .dist .hand {
  width: 80px;
  top: auto;
  bottom: 0px;
  transform: translateY(100%);
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
#how .dist .hand[data-num="1"] {
  left: 0px;
}
#how .dist .hand[data-num="2"] {
  left: 104px;
}
#how .dist .hand[data-num="3"] {
  left: 208px;
}
#how .dist .hand[data-num="4"] {
  left: 312px;
}
#how .dist .hand.up {
  transform: translateY(0%);
}
#how .dist .dist-circle {
  width: 168px;
  height: 168px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -84px;
  top: 24px;
  text-align: center;
  padding-top: 35px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#how .dist .dist-circle .bg-circle {
  width: 169px;
  height: 169px;
  border-radius: 169px;
  border: 7px solid rgba(218, 182, 121, 0.15);
  position: absolute;
  left: -3px;
  top: -3px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#how .dist .dist-circle .circ-draw {
  position: absolute;
  left: 0;
  top: 0;
  width: 165px;
  height: 165px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#how .dist .dist-circle .percent-num {
  font: 55px/1 'mermaidbold', serif;
  color: #dab679;
  margin-bottom: 3px;
  width: 120px;
  display: inline-block;
  margin-left: -3px;
}
#how .dist .dist-circle h5 {
  color: #dab679;
  opacity: .5;
  margin-left: -3px;
}
#how .ornament-line {
  position: absolute;
  overflow: hidden;
}
#how .ornament-line[data-num="1"],
#how .ornament-line[data-num="4"] {
  right: -205px;
  top: 147px;
  padding-top: 10px;
  width: 205px;
  height: 85px;
}
#how .ornament-line[data-num="2"],
#how .ornament-line[data-num="3"] {
  width: 160px;
  height: 444px;
  overflow: visible;
}
#how .ornament-line[data-num="2"] {
  right: -160px;
  top: -239px;
}
#how .ornament-line[data-num="3"] {
  left: -160px;
  top: 204px;
}
#how .ornament-line[data-num="3"] img {
  transform: rotate(180deg);
}
#how .ornament-line[data-num="5"] {
  width: 165px;
  height: 264px;
  left: 148px;
  bottom: -264px;
}
#how .ornament-line[data-num="5"] .line-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  top: -165px;
  height: 444px;
}
#how .ornament-line[data-num="6"] {
  width: 160px;
  height: 444px;
  left: 27px;
  top: 473px;
  overflow: visible;
}
#how .ornament-line[data-num="6"] img {
  transform: rotate(180deg);
}
#how .how-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
#how .column-lines {
  position: absolute;
  left: 0;
  top: 0;
  top: 231px;
}
#how .column-lines[data-num="1"] {
  left: 197px;
}
#how .column-lines[data-num="2"] {
  left: 920px;
}
#how .column-lines .column-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 486px;
  overflow: hidden;
}
#how .column-lines .column-line[data-num="2"] {
  left: 16px;
}
#how .column-lines .column-line[data-num="2"] .data-line-group {
  animation-delay: -1.5s;
}
#how .column-lines .column-line[data-num="3"] {
  left: 32px;
}
#how .column-lines .column-line[data-num="3"] .data-line-group {
  animation-delay: -3s;
}
#how .column-lines .column-line:nth-child(even) img {
  transform: scaleY(-1);
}
#how .column-lines .column-line .data-line-group .data-line:nth-child(2) {
  top: 243px;
}
#how .column-lines .column-line .data-line-group .data-line:nth-child(3) {
  top: -243px;
}
/*! - SECTION: 3 PARTNER */
#partner {
  padding-top: 180px;
  padding-bottom: 160px;
  background-color: #f8f0e3;
  text-align: center;
}
#partner h2,
#partner h3,
#partner p {
  color: #042a3d;
}
#partner h3 {
  margin-bottom: 37px;
}
#partner h2 {
  margin-bottom: 8px;
}
#partner .cta-btn {
  margin-top: 32px;
}
#partner .close-btn {
  left: 50%;
  margin-left: -15px;
  top: -60px;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  -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;
}
#partner .close-btn .icon {
  font-size: 16px;
}
#partner .ornament-frame {
  width: 100%;
  height: 82px;
  position: relative;
}
#partner .ornament-frame .cn-box {
  position: relative;
  z-index: 1;
  background-color: #f8f0e3;
}
#partner .ornament-frame .logo-mark {
  width: 100%;
  max-width: 110px;
  margin: 0 auto;
  padding: 0 20px;
}
#partner .ornament-frame .fancy-font {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  padding: 0 36px 10px;
  transform: translateZ(0);
}
#partner .ornament-frame .ornament-line {
  width: 50%;
  max-width: 550px;
  position: absolute;
  left: 0;
  top: 0;
  height: 82px;
  overflow: hidden;
}
#partner .ornament-frame .ornament-line img {
  width: 545px;
  height: auto;
}
#partner .ornament-frame .ornament-line.right {
  left: auto;
  right: 0px;
}
#partner .ornament-frame .ornament-line.right img {
  transform: scaleX(-1);
  position: absolute;
  left: 0;
  top: 0;
  left: auto;
  right: 0px;
}
#partner .ornament-frame.top {
  margin-bottom: 7px;
}
#partner .ornament-frame.top .ornament-line {
  top: 30px;
}
#partner .ornament-frame.bot {
  padding-top: 33px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
#partner .ornament-frame.bot .ornament-line {
  transform: scaleY(-1);
  top: -8px;
}
#partner .form-wrap {
  overflow: hidden;
  height: 0;
}
#partner .form-wrap .form-contents {
  padding-top: 27px;
  padding-bottom: 35px;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#partner .form-wrap p {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}
#partner.open .ornament-frame.bot {
  transform: translateY(27px);
}
#partner.open .close-btn {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
#partnerForm {
  margin-top: 85px;
}
#partnerForm input:-webkit-autofill,
#partnerForm input:-webkit-autofill:hover,
#partnerForm input:-webkit-autofill:focus,
#partnerForm input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f8f0e3 inset;
  -webkit-text-fill-color: #042a3d;
}
/*! - SECTION: 4 FINANCIAL */
#financial {
  /* padding-top: 255px; */
  padding-bottom: 90px;
  background-color: #fff;
  text-align: center;
  overflow: visible;
}
#financial .v-line-anim {
  height: 233px;
  top: -110px;
}
#financial h2 {
  color: #dab679;
}
#financial .finance-services {
  margin-top: 107px;
}
#financial .finance-services .col {
  width: 33.3%;
  padding: 11px 20px;
}
#financial .finance-services .col + .col {
  border-left: 1px solid rgba(218, 182, 121, 0.3);
}
#financial .finance-services .col[data-num="1"] .icon-inner {
  width: 44px;
  left: 11px;
  top: 6px;
}
#financial .finance-services .col[data-num="2"] .icon-inner {
  width: 50px;
  left: 11px;
  top: 10px;
}
#financial .finance-services .col[data-num="3"] .icon-inner {
  width: 64px;
  left: -6px;
  top: 3px;
}
#financial .finance-services .finance-icon {
  position: absolute;
  left: 6px;
  top: 7px;
  width: 100px;
  height: 115px;
  overflow: hidden;
}
#financial .finance-services .icon-inner {
  transform: translateY(100px);
  -webkit-transition: transform 0.75s cubic-bezier(0.8, 0, 0.4, 1);
  -moz-transition: transform 0.75s cubic-bezier(0.8, 0, 0.4, 1);
  -o-transition: transform 0.75s cubic-bezier(0.8, 0, 0.4, 1);
  transition: transform 0.75s cubic-bezier(0.8, 0, 0.4, 1);
}
#financial .finance-services .finance-image {
  width: 100%;
  max-width: 114px;
  margin: 0 auto;
  margin-bottom: 45px;
  position: relative;
}
#financial .finance-services p {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  color: #042a3d;
}
#financial .finance-services h5 {
  opacity: .5;
  margin-bottom: 20px;
}
#financial .finance-services h4 {
  margin-bottom: 38px;
}
#financial.on .finance-services .col .icon-inner img {
  -webkit-animation: subtleFloat infinite 3s ease-in-out;
  -moz-animation: subtleFloat infinite 3s ease-in-out;
  animation: subtleFloat infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#financial.on .finance-services .col[data-num="1"] .icon-inner {
  transform: translateY(0px);
  transition-delay: .5s;
}
#financial.on .finance-services .col[data-num="1"] .icon-inner img {
  animation-delay: -1.5s !important;
}
#financial.on .finance-services .col[data-num="2"] .icon-inner {
  transform: translateY(0px);
  transition-delay: 1s;
}
#financial.on .finance-services .col[data-num="3"] .icon-inner {
  transform: translateY(0px);
  transition-delay: 1.5s;
}
#financial.on .finance-services .col[data-num="3"] .icon-inner img {
  animation-delay: -2.25s !important;
}
/*! - SECTION: 5 MEET PORTION */
#meet {
  padding-top: -20px;
  padding-bottom: 10px;
  /* .nopad; */
  background-color: #fff;
  overflow: visible;
  z-index: 2;
}
#meet h2 {
  color: #dab679;
}
#meet .contentContainer {
  box-shadow: 0px 0px 160px rgba(12, 31, 41, 0.05);
  background-color: #fff;
  z-index: 1;
  min-height: 780px;
}
#meet .contentContainer .col {
  width: 50%;
  position: relative;
}
#meet .contentContainer .col.left {
  padding: 150px 40px 85px;
  z-index: 2;
}
#meet .contentContainer .col.left .content {
  width: 100%;
  max-width: 454px;
  margin: 0 auto;
}
#meet .contentContainer .col.left h2 {
  margin-bottom: 72px;
}
#meet .contentContainer .col.left p {
  max-width: 380px;
}
#meet .contentContainer .col.left .cta-btn {
  margin-top: 42px;
}
#meet .contentContainer .col.right {
  border-left: 1px solid rgba(218, 182, 121, 0.6);
}
#meet .slides-wrap {
  overflow: hidden;
}
#meet .meet-slider-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left center;
}
#meet .meet-slider {
  position: absolute;
  left: 50%;
  top: 0;
  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-left: -150px;
  transform: translateZ(0);
}
#meet .meet-slider .meet-slide {
  position: relative;
  width: 300px;
  text-align: center;
  padding-top: 65px;
  transform: translateZ(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  /* filter: blur(20px); */
}
#meet .meet-slider .meet-slide.off {
  opacity: 0;
}
#meet .meet-slider .meet-slide.blurred .phone-screen img {
  filter: blur(30px);
  opacity: .3;
}
#meet .meet-slider .meet-slide.noTrans {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#meet .meet-slider .meet-slide.noTrans .phone-screen img {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#meet .meet-slider .phone-wrap {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
#meet .meet-slider .phone-screen {
  position: absolute;
  left: 0;
  top: 0;
  top: 94px;
  width: 100%;
  height: 536px;
  overflow: hidden;
  z-index: 0;
}
#meet .meet-slider .phone-screen img {
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  filter: blur(0px);
}
#meet .bg-wrap {
  width: 100%;
  height: 100%;
  top: -10px;
}
#meet .ornament-line {
  width: 1060px;
  height: 160px;
  position: absolute;
  z-index: 0;
}
#meet .ornament-line.top {
  right: 50%;
  margin-right: 130px;
  top: 10px;
}
#meet .ornament-line.bot {
  left: 50%;
  margin-left: 130px;
  bottom: 178px;
}
#meet .ornament-line.bot img {
  transform: scale(-1);
}
#meet .slide-arrows {
  width: 64px;
  height: 230px;
  position: absolute;
  bottom: 65px;
  right: -32px;
  padding: 15px 0;
  text-align: center;
}
#meet .slide-arrows .arrow-btn {
  cursor: pointer;
  width: 100%;
  padding: 15px 0;
}
#meet .slide-arrows .icon,
#meet .slide-arrows h3,
#meet .slide-arrows p {
  color: #dab679;
}
#meet .slide-arrows .icon {
  font-size: 14px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
#meet .slide-arrows p {
  font: 15px/1 'mermaidbold', serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 11px 0;
}
#meet .slide-arrows .hline {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
#meet .circle-text {
  position: absolute;
  left: -75px;
  top: -75px;
  width: 150px;
  height: 150px;
  text-align: center;
}
#meet .circle-text .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#meet .circle-text .logo-mark {
  width: 100%;
  max-width: 72px;
  margin: 0 auto;
  margin-top: 47px;
  will-change: transform;
}
#meet .ornament.top {
  width: 88px;
  height: 370px;
  position: absolute;
  left: 50%;
  margin-left: -44px;
  bottom: -254px;
}
#meet .ornament.top .v-line-anim {
  top: 0px;
}
#meet .ornament.top .center-line {
  display: none;
}
#meet.on .circle-text .text {
  -webkit-animation: textRotate infinite 16s linear;
  -moz-animation: textRotate infinite 16s linear;
  animation: textRotate infinite 16s linear;
  animation-fill-mode: forwards;
}
/*! - SECTION: 6 TOKEN */
#token {
  padding-top: 314px;
  padding-bottom: 235px;
  background-color: #042a3d;
  text-align: center;
}
#token.on .token-box[data-num="1"] .coin {
  -webkit-animation: coinDrop infinite 3s ease-in;
  -moz-animation: coinDrop infinite 3s ease-in;
  animation: coinDrop infinite 3s ease-in;
  animation-fill-mode: forwards;
}
#token.on .token-box[data-num="1"] .dots-wrap[data-num="1"] .dot,
#token.on .token-box[data-num="1"] .dots-wrap[data-num="2"] .dot {
  -webkit-animation: dotmoveToken1a infinite 1.5s linear;
  -moz-animation: dotmoveToken1a infinite 1.5s linear;
  animation: dotmoveToken1a infinite 1.5s linear;
  animation-fill-mode: forwards;
}
#token.on .token-box[data-num="1"] .dots-wrap[data-num="3"] .dot,
#token.on .token-box[data-num="1"] .dots-wrap[data-num="4"] .dot {
  -webkit-animation: dotmoveToken2a infinite 1.5s linear;
  -moz-animation: dotmoveToken2a infinite 1.5s linear;
  animation: dotmoveToken2a infinite 1.5s linear;
  animation-fill-mode: forwards;
}
#token.on .token-box[data-num="3"] .coin[data-num="1"] {
  -webkit-animation: coinDownPipe1 infinite 3s linear;
  -moz-animation: coinDownPipe1 infinite 3s linear;
  animation: coinDownPipe1 infinite 3s linear;
  animation-fill-mode: forwards;
}
#token.on .token-box[data-num="3"] .coin[data-num="2"] {
  -webkit-animation: coinDownPipe2 infinite 3s linear;
  -moz-animation: coinDownPipe2 infinite 3s linear;
  animation: coinDownPipe2 infinite 3s linear;
  animation-fill-mode: forwards;
  animation-delay: .75s;
}
#token.on .token-box[data-num="3"] .frame {
  -webkit-animation: frameSwingb3 infinite 3s ease-in-out;
  -moz-animation: frameSwingb3 infinite 3s ease-in-out;
  animation: frameSwingb3 infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#token.on .token-box[data-num="4"] .coin {
  -webkit-animation: coinDrop2 infinite 2s ease-in;
  -moz-animation: coinDrop2 infinite 2s ease-in;
  animation: coinDrop2 infinite 2s ease-in;
  animation-fill-mode: forwards;
}
#token.on .token-box[data-num="4"] .coin img {
  -webkit-animation: textRotate infinite 2s linear;
  -moz-animation: textRotate infinite 2s linear;
  animation: textRotate infinite 2s linear;
  animation-fill-mode: forwards;
}
#token.on .token-box[data-num="4"] .items-wrap {
  -webkit-animation: itemSlide3 infinite 10s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: itemSlide3 infinite 10s cubic-bezier(0.5, 0, 0.5, 1);
  animation: itemSlide3 infinite 10s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
#token.on .token-box[data-num="4"] .check {
  -webkit-animation: tokenCheck infinite 10s ease-in-out;
  -moz-animation: tokenCheck infinite 10s ease-in-out;
  animation: tokenCheck infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
#token h2 {
  color: #fff;
}
#token .bg-wrap {
  height: 975px;
}
#token .map-bg {
  width: 2250px;
  height: 975px;
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  margin-left: -1100px;
  top: -52px;
  opacity: .3;
}
#token .map-bg img {
  width: 100%;
  height: 100%;
}
#token .token-intro {
  position: relative;
  width: 100%;
  height: 180px;
  margin-top: 60px;
}
#token .token-intro .top-line {
  width: 100%;
  height: 24px;
  margin-bottom: 46px;
  /* padding: 0 170px; */
  position: relative;
}
#token .token-intro .top-line h4 {
  display: inline-block;
  color: #dab679;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: .4em;
}
#token .token-intro .top-line h5 {
  color: #dab679;
  text-transform: uppercase;
}
#token .token-intro .top-line .inner {
  position: relative;
  text-align: center;
  overflow: hidden;
}
#token .token-intro .top-line .txt {
  position: absolute;
  top: 0px;
}
#token .token-intro .top-line .txt.left {
  left: 0px;
}
#token .token-intro .top-line .txt.right {
  right: 0px;
}
#token .token-intro .top-line .txt.right h5 {
  letter-spacing: .2em;
}
#token .token-intro .top-line .line-stretch {
  top: 9px;
}
#token .token-intro .top-line .line-stretch.left {
  right: 50%;
  margin-right: 75px;
}
#token .token-intro .top-line .line-stretch.right {
  left: 50%;
  margin-left: 75px;
}
#token .token-intro .top-line .line-ball[data-num="1"] {
  top: 8px;
  left: 0px;
}
#token .token-intro .top-line .line-ball[data-num="2"] {
  top: 8px;
  right: 0px;
}
#token .token-intro .top-line .line-ball[data-num="3"] {
  top: -1px;
  right: 0px;
}
#token .token-intro .top-line .line-ball[data-num="4"] {
  top: -1px;
  left: 0px;
}
#token .token-intro .bottom-line {
  width: 100%;
  height: 50px;
  padding: 0 8%;
  margin-top: -25px;
}
#token .token-intro .bottom-line .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  overflow: hidden;
}
#token .token-intro .bottom-line .ornament {
  width: 90px;
  display: inline-block;
}
#token .token-intro .bottom-line .line-stretch {
  top: 20px;
}
#token .token-intro .bottom-line .line-stretch.left {
  right: 50%;
  margin-right: 42px;
}
#token .token-intro .bottom-line .line-stretch.right {
  left: 50%;
  margin-left: 42px;
}
#token .token-intro .bottom-line .line-ball[data-num="1"] {
  top: 19px;
  left: 0px;
}
#token .token-intro .bottom-line .line-ball[data-num="2"] {
  top: 19px;
  right: 0px;
}
#token .token-intro .bottom-line .line-ball[data-num="3"] {
  top: -1px;
  right: 0px;
}
#token .token-intro .bottom-line .line-ball[data-num="4"] {
  top: -1px;
  left: 0px;
}
#token .token-boxes-wrap {
  margin-top: 255px;
  position: relative;
}
#token .token-boxes-wrap .crown {
  width: 96px;
  left: 50%;
  margin-left: -48px;
  top: 50%;
  margin-top: -34px;
}
#token .token-boxes-wrap .ornament {
  width: 85px;
}
#token .token-boxes-wrap .ornament[data-num="1"] {
  left: -77px;
  top: -34px;
}
#token .token-boxes-wrap .ornament[data-num="1"] > div {
  transform: scaleX(-1);
}
#token .token-boxes-wrap .ornament[data-num="1"] > div img {
  transform: rotate(45deg);
}
#token .token-boxes-wrap .ornament[data-num="3"] {
  left: -77px;
  top: auto;
  bottom: -128px;
}
#token .token-boxes-wrap .ornament[data-num="3"] > div {
  transform: scale(-1);
}
#token .token-boxes-wrap .ornament[data-num="3"] > div img {
  transform: rotate(45deg);
}
#token .token-boxes-wrap .ornament[data-num="2"] {
  left: auto;
  right: -77px;
  top: -34px;
}
#token .token-boxes-wrap .ornament[data-num="2"] > div img {
  transform: rotate(45deg);
}
#token .token-boxes-wrap .ornament[data-num="4"] {
  left: auto;
  right: -77px;
  top: auto;
  bottom: -128px;
}
#token .token-boxes-wrap .ornament[data-num="4"] > div {
  transform: scaleY(-1);
}
#token .token-boxes-wrap .ornament[data-num="4"] > div img {
  transform: rotate(45deg);
}
#token .token-boxes {
  position: relative;
}
#token .token-boxes + .token-boxes {
  margin-top: 145px;
}
#token .token-boxes h5 {
  color: #0b435b;
}
#token .token-boxes h3 {
  margin-bottom: 30px;
}
#token .token-boxes h3,
#token .token-boxes p {
  color: #fff;
}
#token .token-boxes p {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
#token .token-boxes .token-image-wrap {
  width: 335px;
  height: 335px;
  position: relative;
  margin: 35px auto 45px;
  transform-origin: center top;
}
#token .token-boxes .token-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #dab679;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 1px 0px 100px -30px rgba(15, 2, 15, 0.78);
}
#token .token-boxes .token-box {
  width: 48%;
  max-width: 524px;
  text-align: center;
}
#token .token-boxes .token-box p {
  padding: 0 10px;
}
#token .token-boxes .token-box[data-num="1"] .dots-wrap {
  top: 164px;
  height: 20px;
}
#token .token-boxes .token-box[data-num="1"] .dots-wrap .dot {
  position: absolute;
  left: 0;
  top: 0;
  left: -5px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #dab679;
}
#token .token-boxes .token-box[data-num="1"] .dots-wrap[data-num="1"] {
  left: 0px;
  width: 54px;
}
#token .token-boxes .token-box[data-num="1"] .dots-wrap[data-num="2"] {
  left: 80px;
  width: 48px;
}
#token .token-boxes .token-box[data-num="1"] .dots-wrap[data-num="3"] {
  right: 80px;
  width: 53px;
}
#token .token-boxes .token-box[data-num="1"] .dots-wrap[data-num="3"] .dot {
  animation-delay: -1s !important;
}
#token .token-boxes .token-box[data-num="1"] .dots-wrap[data-num="4"] {
  right: 0px;
  width: 54px;
}
#token .token-boxes .token-box[data-num="1"] .dots-wrap[data-num="4"] .dot {
  animation-delay: -1s !important;
}
#token .token-boxes .token-box[data-num="1"] .coin-wrap {
  height: 140px;
  width: 80px;
  top: 201px;
  left: 120px;
}
#token .token-boxes .token-box[data-num="1"] .coin {
  width: 45px;
  top: -50px;
}
#token .token-boxes .token-box[data-num="1"] .coin[data-num="2"] {
  left: 26px;
  animation-delay: -1.5s !important;
}
#token .token-boxes .token-box[data-num="2"] .bot-line {
  width: 335px;
  height: 1px;
  background-color: #dab679;
  position: absolute;
  left: 0;
  top: 0;
  top: 279px;
  transform-origin: left center;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
#token .token-boxes .token-box[data-num="2"] .bot-line.empty {
  transform: scaleX(0);
  transform-origin: right center;
}
#token .token-boxes .token-box[data-num="2"] .coin-groups {
  position: absolute;
  left: 0;
  top: 0;
  left: 80px;
  transform: translateY(0px);
}
#token .token-boxes .token-box[data-num="2"] .coin-groups.dropped {
  transform: translateY(330px);
  -webkit-transition: transform 0.75s ease-in;
  -moz-transition: transform 0.75s ease-in;
  -o-transition: transform 0.75s ease-in;
  transition: transform 0.75s ease-in;
  transition-delay: .25s;
}
#token .token-boxes .token-box[data-num="2"] .coin-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 335px;
}
#token .token-boxes .token-box[data-num="2"] .coin-group[data-num="2"] {
  left: 70px;
}
#token .token-boxes .token-box[data-num="2"] .coin-group[data-num="3"] {
  left: 139px;
}
#token .token-boxes .token-box[data-num="2"] .coin {
  width: 34px;
  top: -35px;
  -webkit-transition: transform 1s ease-in;
  -moz-transition: transform 1s ease-in;
  -o-transition: transform 1s ease-in;
  transition: transform 1s ease-in;
}
#token .token-boxes .token-box[data-num="2"] .coin.off {
  transform: translateY(0px) !important;
  transition: none;
}
#token .token-boxes .token-box[data-num="2"] .coin[data-num="1"] {
  transform: translateY(280px);
}
#token .token-boxes .token-box[data-num="2"] .coin[data-num="2"] {
  transform: translateY(246px);
}
#token .token-boxes .token-box[data-num="2"] .coin[data-num="3"] {
  transform: translateY(212px);
}
#token .token-boxes .token-box[data-num="2"] .coin[data-num="4"] {
  transform: translateY(178px);
}
#token .token-boxes .token-box[data-num="2"] .coin[data-num="5"] {
  transform: translateY(144px);
}
#token .token-boxes .token-box[data-num="2"] .coin[data-num="6"] {
  transform: translateY(110px);
}
#token .token-boxes .token-box[data-num="2"] .coin[data-num="7"] {
  transform: translateY(76px);
}
#token .token-boxes .token-box[data-num="2"] .coin[data-num="8"] {
  transform: translateY(42px);
}
#token .token-boxes .token-box[data-num="3"] .coin {
  width: 24px;
  top: 200px;
}
#token .token-boxes .token-box[data-num="3"] .coin[data-num="1"] {
  left: 135px;
}
#token .token-boxes .token-box[data-num="3"] .coin[data-num="2"] {
  left: 176px;
}
#token .token-boxes .token-box[data-num="3"] .frame {
  width: 98px;
  left: 118px;
  top: 105px;
  transform-origin: center top;
}
#token .token-boxes .token-box[data-num="3"] .frame img {
  margin-top: 8px;
}
#token .token-boxes .token-box[data-num="4"] .coin-wrap {
  height: 100px;
  width: 34px;
  top: 0px;
  left: 150px;
}
#token .token-boxes .token-box[data-num="4"] .coin {
  width: 34px;
  top: -35px;
}
#token .token-boxes .token-box[data-num="4"] .coin[data-num="2"] {
  animation-delay: 1s !important;
}
#token .token-boxes .token-box[data-num="4"] .items-wrap {
  position: absolute;
  left: 0;
  top: 0;
  top: 15px;
  height: 110px;
}
#token .token-boxes .token-box[data-num="4"] .group {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
#token .token-boxes .token-box[data-num="4"] .group:nth-child(2) {
  left: 340px;
}
#token .token-boxes .token-box[data-num="4"] .phone-wrap {
  width: 130px;
  height: 132px;
  left: 102px;
  top: 110px;
}
#token .token-boxes .token-box[data-num="4"] .diamond {
  left: 27px;
  top: 0px;
  width: 77px;
}
#token .token-boxes .token-box[data-num="4"] .vase {
  left: 150px;
  width: 51px;
  top: -6px;
}
#token .token-boxes .token-box[data-num="4"] .watch {
  left: -90px;
  width: 70px;
  top: 0px;
}
#token .token-boxes .token-box[data-num="4"] .check {
  width: 15px;
  left: 186px;
  top: 238px;
}
#token .token-boxes .token-box[data-num="4"] .arrows {
  width: 130px;
  top: 155px;
  left: 102px;
}
/*! - SECTION: 7 ROADMAP */
#roadmap {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #faf5ed;
  overflow: visible;
}
#roadmap .contentContainer {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
#roadmap .v-line-anim {
  top: -130px;
}
#roadmap h2 {
  color: #dab679;
}
#roadmap header {
  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;
}
#roadmap .slide-arrows {
  width: 114px;
  height: 114px;
  border-radius: 114px;
  border: 1px solid #dab679;
  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;
  margin-top: 62px;
}
#roadmap .slide-arrows .arrow-btn {
  cursor: pointer;
}
#roadmap .slide-arrows .arrow-btn + .arrow-btn {
  margin-top: 24px;
}
#roadmap .slide-arrows .arrow-btn.off {
  opacity: .5;
  cursor: default;
}
#roadmap .slide-arrows .icon {
  font-size: 14px;
  color: #dab679;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
#roadmap .slide-arrows p {
  font: 15px/1 'mermaidbold', serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 11px 0;
}
#roadmap .slide-arrows .hline {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
#roadmap .timeline-bar {
  width: 100%;
  height: 200px;
  position: relative;
  margin-top: 50px;
  z-index: 2;
}
#roadmap .timeline-bar .tl-ticks {
  padding: 132px 44px 0;
  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;
}
#roadmap .timeline-bar .tickmark {
  width: 1px;
  height: 46px;
  position: relative;
  cursor: pointer;
}
#roadmap .timeline-bar .tickmark .hitspot {
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  margin-left: -10px;
  height: 100%;
}
#roadmap .timeline-bar .tickmark .inner-line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #dab679;
  transform: scaleY(0.4);
  -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;
}
#roadmap .timeline-bar .tickmark .inner-circle {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #042a3d;
  position: absolute;
  left: -4px;
  top: 18px;
  opacity: 0;
  transform: scale(0);
  -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;
}
#roadmap .timeline-bar .tickmark .blinker {
  width: 21px;
  height: 21px;
  border-radius: 21px;
  background-color: rgba(4, 42, 61, 0.2);
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  z-index: 0;
}
#roadmap .timeline-bar .tickmark .blinker.off {
  display: none;
}
#roadmap .timeline-bar .tickmark.year .inner-line {
  transform: scaleY(1);
}
#roadmap .timeline-bar .tickmark.year .inner-circle {
  top: 19px;
}
#roadmap .timeline-bar .tickmark .rm-yeartext {
  width: 68px;
  position: absolute;
  left: 0;
  top: 0;
  top: -110px;
  margin-left: -34px;
}
#roadmap .timeline-bar .tickmark.on .inner-line {
  background-color: #042a3d;
}
#roadmap .timeline-bar .tickmark.on .inner-circle {
  opacity: 1;
  transform: scale(1);
}
#roadmap .timeline-bar .tickmark[data-num="0"] .rm-yeartext {
  margin-left: -43px;
}
#roadmap .timeline-bar .tl-scrollbar {
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 100%;
  height: 20px;
  padding: 0 25px;
}
#roadmap .timeline-bar .tl-scrollbar #tl-drag {
  width: 40px;
  cursor: pointer;
  padding: 7px 0;
  position: relative;
}
#roadmap .timeline-bar .tl-scrollbar #tl-drag .drag-inner {
  width: 100%;
  height: 7px;
  border-radius: 12px;
  background-color: #042a3d;
}
#roadmap .timeline-contents {
  width: 100%;
  height: 350px;
  border-top: 1px solid #dab679;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}
#roadmap .timeline-slider-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
#roadmap .tl-nav-mobile {
  width: 40px;
  height: 240px;
  position: absolute;
  right: 0px;
  top: 70px;
  padding: 17px 0px;
  background-color: #dab679;
  z-index: 5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
  visibility: hidden;
}
#roadmap .tl-nav-mobile .tl-nav-dot {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #dab679;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
}
#roadmap .tl-nav-mobile .tl-nav-dot.on .inner-circle {
  opacity: 1;
}
#roadmap .tl-nav-mobile .inner-circle {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -3px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#roadmap .tl-nav-mobile .tl-nav-line {
  width: 1px;
  height: 200px;
  position: absolute;
  top: 20px;
  left: 50%;
  background-color: #fff;
}
#timeline-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;
}
#timeline-slider .tl-block {
  position: relative;
  width: 504px;
  height: 174px;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(218, 182, 121, 0.15);
}
#timeline-slider .tl-block .tl-month,
#timeline-slider .tl-block .tl-day {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fbf8f1;
}
#timeline-slider .tl-block .tl-month {
  width: 40px;
  position: relative;
}
#timeline-slider .tl-block .tl-month .month-text {
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 50%;
}
#timeline-slider .tl-block .tl-month h5 {
  text-align: center;
  margin-top: -2px;
}
#timeline-slider .tl-block .tl-month .mobile-day {
  display: none;
}
#timeline-slider .tl-block .tl-day {
  left: 40px;
  width: 104px;
  border-left: 1px solid rgba(218, 182, 121, 0.3);
  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;
  font: 55px/1.35 'mermaidbold', serif;
  color: #dab679;
}
#timeline-slider .tl-block .tl-day .day-text {
  position: relative;
  margin-left: -5px;
}
#timeline-slider .tl-block .tl-day sup {
  font-size: 30px;
  top: 0px;
  display: inline-block;
  vertical-align: top;
  margin-top: 18px;
  margin-left: -2px;
  line-height: 1;
}
#timeline-slider .tl-block .tl-text {
  padding: 10px 35px;
  width: 360px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  left: 144px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
#timeline-slider .tl-block .tl-icon {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
#timeline-slider .tl-block.odd {
  transform: translateY(84px);
}
#timeline-slider .tl-block.odd .ornament-line {
  top: -48px;
}
#timeline-slider .tl-block[data-date="081518"] .tl-text {
  padding-top: 0px;
  padding-bottom: 0px;
}
#timeline-slider .tl-block[data-date="081518"] .tl-icon {
  margin-bottom: 0px;
}
#timeline-slider .ornament-line {
  position: absolute;
  width: 205px;
  height: 72px;
  top: 80px;
  right: -205px;
  overflow: hidden;
}
#timeline-slider .ornament-line > img {
  transform: translateX(-10px);
}
#timeline-slider .ornament-line.end {
  width: 700px;
  height: 100px;
}
#timeline-slider .ornament-line.end img {
  transform: translateX(0px);
}
#timeline-slider .ornament-line.end.left {
  top: 36px;
  right: auto;
  left: -698px;
}
#timeline-slider .ornament-line.end.right {
  width: 1400px;
  top: 36px;
  right: -1400px;
}
#timeline-slider .tl-year-mobile {
  width: 100%;
  max-width: 168px;
  margin: 58px auto;
  display: none;
}
#timeline-slider .tl-year-mobile:nth-child(1) {
  margin: 0 auto 40px;
}
/*! - SECTION: 8 TEAM */
#team {
  padding-top: 1px;
  padding-bottom: 135px;
  background-color: #042a3d;
  text-align: center;
  overflow: visible;
  z-index: 2;
}
#team h2 {
  color: #fff;
  margin-bottom: 17px;
}
#team p,
#team h4 {
  color: #fff;
}
#team h5 {
  color: #dab679;
  text-transform: uppercase;
}
#team .filler {
  height: 0;
}
#team header {
  margin-top: -250px;
  background-color: #04212f;
  padding-top: 240px;
  padding-bottom: 65px;
  margin-bottom: 114px;
  position: relative;
  overflow: hidden;
}
#team header h2,
#team header p {
  position: relative;
}
#team header .logo-mark {
  width: 520px;
  position: absolute;
  left: 50%;
  top: 0;
  top: -10px;
  margin-left: -260px;
  opacity: .35;
}
#team .subheader {
  margin-bottom: 80px;
}
#team .subheader > * {
  display: inline-block;
  vertical-align: middle;
}
#team .subheader h5 {
  padding: 0 15px;
  margin-top: -9px;
}
#team .subheader .ornament {
  width: 18px;
}
#team .team-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#team .team-row + .team-row {
  margin-top: 65px;
}
#team .team-row + .subheader {
  margin-top: 100px;
}
#team .team-row.advisors .team-box {
  width: 23.5%;
  max-width: 260px;
}
#team .team-row.partners .team-box {
  width: 23.5%;
  max-width: 260px;
}
#team .team-row.partners .team-photo {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 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;
  cursor: default;
}
#team .team-row.partners .team-photo img {
  opacity: .5;
}
#team .team-row.partners + .team-row {
  margin-top: 5%;
}
#team .team-box {
  width: 31.5%;
  max-width: 350px;
}
#team .team-box h4 {
  margin-bottom: 10px;
}
#team .team-photo {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  box-shadow: 1px 0px 100px -30px rgba(15, 2, 15, 0.78);
  cursor: pointer;
}
#team .team-photo > img {
  width: 100%;
  height: auto;
  display: block;
  /* opacity: .7; */
}
#team .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(4, 33, 47, 0.8);
  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;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#team .hover-box .crown {
  width: 100%;
  max-width: 70px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#team .hover-box .icon {
  color: #dab679;
  font-size: 14px;
  margin-top: 20px;
}
/*! - SECTION: 9 FOOTER */
#globalFooter {
  background-color: #faf5ed;
  padding-top: 410px;
  padding-bottom: 50px;
}
#globalFooter h2 {
  color: #dab679;
  margin-bottom: 57px;
}
#globalFooter .contentContainer > h3 {
  margin-bottom: 14px;
}
#globalFooter .footer-join {
  margin-top: 20px;
  text-align: center;
}
#globalFooter .background {
  width: 482px;
  left: 50%;
  top: -102px;
  margin-left: 144px;
}
#globalFooter .background .illus {
  width: 100%;
}
#globalFooter .footer-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: 158px;
  position: relative;
}
#globalFooter .footer-box {
  width: 50%;
  text-align: center;
  position: relative;
}
#globalFooter .footer-box.left {
  padding-right: 20px;
}
#globalFooter .footer-box.right {
  padding-left: 20px;
}
#globalFooter .footer-box .inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 35px rgba(218, 182, 121, 0.15);
  position: relative;
}
#globalFooter .footer-box h3 {
  margin-bottom: 20px;
}
#globalFooter .footer-box h3.wide {
  font-size: 17px;
  margin-bottom: 27px;
}
#globalFooter .footer-box .cta-btn {
  margin-top: 33px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  z-index: 2;
}
#globalFooter .ornament-frame {
  width: 100%;
  height: 50px;
  position: relative;
}
#globalFooter .ornament-frame .ornament-line {
  width: 50%;
  max-width: 550px;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  overflow: hidden;
}
#globalFooter .ornament-frame .ornament-line img {
  width: 545px;
  height: auto;
}
#globalFooter .ornament-frame .ornament-line.right {
  left: auto;
  right: 0px;
}
#globalFooter .ornament-frame .ornament-line.right img {
  transform: scaleX(-1);
  position: absolute;
  left: 0;
  top: 0;
  left: auto;
  right: 0px;
}
#globalFooter .ornament-frame.top {
  margin-bottom: 5px;
}
#globalFooter .ornament-frame.bot {
  margin-top: -10px;
}
#globalFooter .ornament-frame.bot .ornament-line {
  transform: scaleY(-1);
}
.footer-links {
  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: 50px;
}
.footer-links .credit p,
.footer-links .credit a {
  font: 300 13px/1 'Synthese', sans-serif;
  color: #042a3d;
}
.footer-links .credit p,
.footer-links .credit .cta-btn {
  display: inline-block;
  vertical-align: middle;
}
.footer-links .credit .cta-btn {
  color: #dab679;
  margin-left: 24px;
  padding: 15px 27px 16px;
}
.footer-links .footer-email {
  margin-right: 25px;
}
#footerEmailForm {
  max-width: 630px;
  margin-top: 0px;
}
#footerEmailForm .title-wrap {
  margin-bottom: 90px;
}
#footerEmailForm .cta-btn {
  width: 100px;
  text-align: center;
}
/*! - x OVERLAY: TEAM */
#overlay-team {
  transform: translateZ(0);
}
#overlay-team .blanket {
  background-color: #042a3d;
  opacity: .5;
}
#overlay-team .bio-text-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-height: 530px;
  padding: 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: 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 .team-bio {
  width: 100%;
  max-width: 612px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
#overlay-team .bio-text {
  position: relative;
  text-align: center;
  display: none;
}
#overlay-team .bio-text .txt {
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
  padding-top: 78px;
  padding-bottom: 32px;
}
#overlay-team .bio-text h4 {
  margin-bottom: 10px;
  font: 21px/1 'mermaidbold', serif;
  letter-spacing: .05em;
  color: #042a3d;
}
#overlay-team .bio-text p.title {
  margin-bottom: 57px;
}
#overlay-team .bio-text h4 + p:not(.title) {
  margin-top: 90px;
}
#overlay-team .bio-li {
  margin-top: 25px;
  display: inline-block;
  text-align: center;
}
#overlay-team .bio-li .icon {
  font-size: 20px;
  color: #04212f;
  opacity: .5;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
#overlay-team .ornament {
  position: absolute;
  left: 0;
  top: 0;
  width: 158px;
  max-width: none;
}
#overlay-team .ornament img {
  width: 100%;
  height: auto;
  display: block;
}
#overlay-team .ornament.left {
  top: 51px;
  left: -15px;
}
#overlay-team .ornament.right {
  top: 51px;
  left: auto;
  right: -15px;
}
#overlay-team .ornament.right img {
  transform: scaleX(-1);
}
/*! - x OVERLAY: PARTNER APPLY */
#overlay-partner .blanket {
  background-color: #f8f0e3;
  opacity: .8;
}
#overlay-partner .partner-form-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-height: 685px;
  padding: 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: 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-partner .partner-form-overlay {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 72px 40px 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #fff;
}
#overlay-partner .form-contents {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
#overlay-partner .form-contents h3 {
  margin-bottom: 18px;
}
#overlay-partner .form-contents form {
  margin-top: 105px;
}
#overlay-partner .form-contents .form-btn-wrap {
  margin-top: 50px;
}
#overlay-partner .form-contents .form-cover {
  background-color: #fff;
  z-index: 5;
}
#overlay-partner .form-contents .thanks {
  top: 32px;
}
#overlay-partner .form-contents .thanks p {
  text-align: center;
}
#overlay-join .blanket {
  background-color: #f8f0e3;
  opacity: .8;
}
#overlay-join .join-form-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-height: 535px;
  padding: 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: 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-join .join-form-overlay {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 72px 40px 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #fff;
}
#overlay-join .form-contents {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
#overlay-join .form-contents h3 {
  font-size: 40px;
  margin-bottom: 18px;
}
#overlay-join .form-contents .form-btn-wrap {
  margin-top: 50px;
}
#overlay-join .form-contents .form-cover {
  background-color: #fff;
  z-index: 5;
}
#overlay-join .form-contents .thanks {
  top: 32px;
}
#overlay-join .form-contents .thanks p {
  text-align: center;
}
#overlay-position .blanket {
  background-color: #042a3d;
  opacity: .5;
}
#overlay-position .position-form-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-height: 325px;
  padding: 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: 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-position .position-form-overlay {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  padding: 72px 40px 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #fff;
}
#overlay-position .form-contents {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
#overlay-position .form-contents h3 {
  margin-bottom: 18px;
}
#overlay-position .form-contents form {
  margin-top: 67px;
}
#overlay-position .form-contents .form-btn-wrap {
  margin-top: 50px;
}
#overlay-position .form-contents .form-cover {
  background-color: #fff;
  z-index: 5;
}
#overlay-position .form-contents .position-return {
  left: 0px;
  bottom: 15px;
  position: absolute;
  width: 100%;
  opacity: 0;
}
#overlay-position .form-contents .position-return p {
  text-align: center;
}
/*! - PAGE: BRANDS */
#page-brands #hero {
  background-color: #042a3d;
  padding: 105px 40px 128px;
  text-align: left;
}
#page-brands #hero .contentContainer {
  padding: 0px;
  max-width: 1200px;
}
#page-brands #hero .logo {
  max-width: 276px;
  margin-bottom: 102px;
}
#page-brands #hero .fancy-font {
  max-width: 560px;
  margin-bottom: 30px;
}
#page-brands #hero .col {
  width: 50%;
}
#page-brands #hero .col p {
  max-width: 572px;
}
#page-brands #hero .background {
  width: 1220px;
  left: 50%;
  top: -160px;
  margin-left: 52px;
}
#page-brands #hero .background .illus {
  width: 100%;
}
#page-brands #easy {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 50px;
}
#page-brands #easy h3 {
  color: #dab679;
  margin-bottom: 72px;
}
#page-brands #easy h4 {
  margin-bottom: 10px;
}
#page-brands #easy .txt-wrap {
  padding: 25px 15px 30px;
  position: relative;
}
#page-brands #easy .div-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 115px;
  background-color: rgba(218, 182, 121, 0.6);
}
#page-brands #easy .div-line.rt {
  left: auto;
  right: 0px;
}
#page-brands #easy .col {
  width: 25%;
  text-align: center;
  position: relative;
}
#page-brands #easy .col .arr {
  position: absolute;
  left: -28px;
  top: 42px;
  font-size: 14px;
  color: #dab679;
}
#page-brands #easy .icon {
  max-width: 96px;
  margin-bottom: 50px;
  display: inline-block;
}
#page-brands .why-row .col {
  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;
  padding: 35px;
  width: 50%;
  min-height: 475px;
}
#page-brands .why-row .col .inner {
  text-align: center;
}
#page-brands .why-row .col .inner h4 {
  text-align: center;
  color: #042a3d;
  margin-bottom: 10px;
}
#page-brands .why-row .col .inner .txt {
  width: auto;
}
#page-brands .why-row h5 {
  margin: 55px 0 30px;
}
#page-brands .why-row .number {
  margin-top: -45px;
}
#page-brands .why-buckets {
  margin-top: 145px;
}
#page-brands .why-buckets > h4 {
  color: #dab679;
  text-align: center;
  margin-bottom: 65px;
  font-size: 21px;
}
#page-brands .why-buckets .col {
  padding: 12px 15px 5px;
  width: 25%;
  text-align: center;
  border-right: 1px solid rgba(218, 182, 121, 0.6);
}
#page-brands .why-buckets .col h4 {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}
#page-brands .why-buckets .col:first-child {
  border-left: 1px solid rgba(218, 182, 121, 0.6);
}
#page-brands .number {
  max-width: 94px;
  display: inline-block;
}
#page-brands .ornament-frame {
  width: 100%;
  height: 67px;
  position: relative;
  margin-top: 110px;
}
#page-brands .ornament-frame .cn-box {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#page-brands .ornament-frame .crown {
  width: 100%;
  max-width: 88px;
  margin: 0 auto;
  padding: 0 20px;
}
#page-brands .ornament-frame .cta {
  width: 100%;
  max-width: 166px;
  margin: 0 auto;
  padding: 0 18px 10px;
  transform: translateZ(0);
}
#page-brands .ornament-frame .cta-btn {
  width: 130px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 13px;
}
#page-brands .ornament-frame .ornament-line {
  width: 50%;
  max-width: 550px;
  position: absolute;
  left: 0;
  top: 0;
  height: 82px;
  overflow: hidden;
}
#page-brands .ornament-frame .ornament-line img {
  width: 545px;
  height: auto;
}
#page-brands .ornament-frame .ornament-line.right {
  left: auto;
  right: 0px;
}
#page-brands .ornament-frame .ornament-line.right img {
  transform: scaleX(-1);
  position: absolute;
  left: 0;
  top: 0;
  left: auto;
  right: 0px;
}
#page-brands .ornament-frame.top .ornament-line {
  top: 20px;
}
#page-brands .ornament-frame.bot {
  padding-top: 20px;
  margin-top: 0px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
#page-brands .ornament-frame.bot .ornament-line {
  transform: scaleY(-1);
  top: -32px;
}
#page-brands #partner-primary {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 145px;
}
#page-brands #partner-primary h3 {
  color: #dab679;
  text-align: center;
}
#page-brands #partner-primary h4 {
  color: #dab679;
  margin-bottom: 38px;
}
#page-brands #partner-primary .contentContainer > h3 {
  text-align: left;
  margin-bottom: 65px;
}
#page-brands #partner-primary .crown-sm {
  width: 100%;
  max-width: 65px;
  margin: 0 auto;
  margin-bottom: 38px;
}
#page-brands #partner-primary .why-row .col.left {
  background-color: #042a3d;
}
#page-brands #partner-primary .why-row .col.right {
  background-color: #faf5ed;
}
#page-brands #partner-primary .why-row .col .fancy-font {
  max-width: 280px;
}
#page-brands #partner-primary .why-row .inner {
  width: 100%;
  max-width: 475px;
  margin: 0 auto;
}
#page-brands #partner-primary .why-row .inner .img {
  width: 95px;
}
#page-brands #partner-primary .why-row .inner .img img {
  width: 58px;
}
#page-brands #partner-primary .why-row .inner h4 {
  color: #042a3d;
  margin-bottom: 30px;
}
#page-brands #partner-primary .why-row .inner .txt {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  margin-top: 27px;
}
#page-brands #partner-primary .why-row .inner .img {
  float: none;
  display: inline-block;
}
#page-brands #partner-primary .ornament {
  position: absolute;
  width: 84px;
}
#page-brands #partner-primary .ornament img {
  width: 100%;
  height: auto;
  display: block;
}
#page-brands #partner-primary .ornament.tl {
  left: 30px;
  top: 20px;
}
#page-brands #partner-primary .ornament.tr {
  right: 30px;
  top: 20px;
  transform: scaleX(-1);
}
#page-brands #partner-primary .ornament.bl {
  left: 30px;
  bottom: 20px;
  transform: scaleY(-1);
}
#page-brands #partner-primary .ornament.br {
  right: 30px;
  bottom: 20px;
  transform: scale(-1);
}
#page-brands #partner-secondary {
  background-color: #faf5ed;
  /* padding-top: 150px; */
  padding-bottom: 50px;
}
#page-brands #partner-secondary h3 {
  color: #dab679;
  text-align: center;
}
#page-brands #partner-secondary .why-row .col.left {
  background-color: #fff;
  display: block;
  padding: 0px 25px;
}
#page-brands #partner-secondary .why-row .col.right {
  background-color: #042a3d;
}
#page-brands #partner-secondary .why-row .col .fancy-font {
  max-width: 534px;
}
#page-brands #partner-secondary .why-row .row {
  padding: 56px 0;
}
#page-brands #partner-secondary .why-row .row:nth-child(1) {
  padding-top: 60px;
}
#page-brands #partner-secondary .why-row .row + .row {
  border-top: 1px solid #faf5ed;
}
#page-brands #partner-secondary .why-row .inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#page-brands #partner-secondary .why-row .inner .img {
  width: 110px;
}
#page-brands #partner-secondary .why-row .inner .img.top img {
  width: 86px;
}
#page-brands #partner-secondary .why-row .inner .img.bot img {
  width: 80px;
}
#page-brands #partner-secondary .why-row .inner .txt {
  margin-left: 110px;
}
#page-brands #partner-secondary .why-row p {
  max-width: 335px;
}
#page-brands #partner-secondary .ornament-frame.top {
  margin-top: 80px;
}
#page-brands #partner-secondary .ornament-frame .cn-box {
  background-color: #faf5ed;
}
#page-brands .footer-links {
  margin-top: 106px;
}
#page-brands .footer-links .credit {
  margin-top: 10px;
}
#page-brands .form-btn-wrap .thanks {
  top: 35px;
}
#page-brands .form-btn-wrap .thanks p {
  text-align: center;
}
.brands-overlay .blanket {
  background-color: #042a3d;
  opacity: .8;
}
.brands-overlay .brand-form-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-height: 726px;
  padding: 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: 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;
}
.brands-overlay .brand-form-overlay {
  width: 100%;
  max-width: 522px;
  margin: 0 auto;
  padding: 20px 40px 45px;
  /* overflow: hidden; */
  position: relative;
  text-align: center;
  background-color: #fff;
}
.brands-overlay .form-contents {
  width: 100%;
  max-width: 405px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.brands-overlay .form-contents .number {
  margin-top: -5px;
  margin-bottom: 15px;
}
.brands-overlay .form-contents .crown-sm {
  width: 100%;
  max-width: 65px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.brands-overlay .form-contents label {
  font-size: 40px;
  transform: translateY(-22px);
}
.brands-overlay .form-contents h3 {
  margin-bottom: 10px;
  font-size: 40px;
}
.brands-overlay .form-contents .form-btn-wrap {
  margin-top: 45px;
}
.brands-overlay .form-contents .form-cover {
  background-color: #fff;
  z-index: 5;
  top: 0px;
  transform: none;
}
.brands-overlay .form-contents .title-wrap {
  margin-bottom: 80px;
  z-index: 6;
  position: relative;
}
.brands-overlay .form-contents .field-wrap + .field-wrap {
  margin-top: 75px;
}
.brands-overlay .close-btn {
  z-index: 15;
}
.brands-overlay .circle-notch {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background-color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -75px;
  z-index: 0;
}
/*! HOVERS (disabled below tablet) */
@media screen and (min-width: 1025px) {
  a {
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .cta-btn:hover {
    background-color: #dab679;
    color: #04212f;
  }
  .cta-btn:hover > .cta-icon {
    color: #04212f;
  }
  .sticky .cta-btn:hover {
    background-color: transparent;
    color: #fff;
  }
  .sticky .cta-btn:hover > .cta-icon {
    color: #fff;
  }
  .waitlist-btn:hover {
    color: #dab679;
  }
  .sticky-signup .sticky-signup-btn:hover > .icon {
    opacity: .5;
  }
  .close-btn:hover > .icon {
    color: #dab679;
  }
  #team .team-photo:hover > .hover-box {
    opacity: 1;
  }
  #globalMenu .menu-btn:hover > .menu-line {
    background-color: #dab679;
  }
  #globalMenu .social-links li:hover {
    background-color: #fff;
  }
  #globalMenu .social-links li:hover > a .icon {
    color: #dab679;
  }
  #globalMenu .email-link a:hover {
    color: #042a3d;
  }
  #globalNav a:hover {
    opacity: .5;
  }
  .footer-links .social-links li:hover {
    background-color: #dab679;
  }
  .footer-links .social-links li:hover > a .icon {
    color: #fff;
  }
  .footer-links .credit a:hover {
    color: #dab679;
  }
  .footer-links .credit .cta-btn:hover {
    color: #042a3d;
  }
  #overlay-team .bio-li:hover > .icon {
    color: #dab679;
  }
  #meet .slide-arrows .arrow-btn:not(.off):hover > .icon,
  #roadmap .slide-arrows .arrow-btn:not(.off):hover > .icon {
    color: #042a3d;
  }
  #how a:hover {
    color: #dab679;
  }
}
/*! mq: 1350 */
@media screen and (max-width: 1350px) {
  #globalHeader {
    padding-left: 45px;
    padding-right: 30px;
  }
  #globalHeader .cta-btns {
    margin-top: 15px;
    margin-left: 50px;
  }
  #globalHeader .countdown {
    margin-top: 15px;
  }
  #globalHeader .toplinks {
    margin-top: 12px;
  }
  #globalHeader .logo {
    margin-left: -104px;
  }
  .sticky {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sticky > .row {
    padding-left: 65px;
    padding-right: 0px;
  }
}
/*! mq: 1200 */
@media screen and (max-width: 1200px) {
  section p.intro,
  .global p.intro {
    font-size: 17px;
    line-height: 1.9;
  }
  section h1,
  .global h1 {
    font-size: 44px;
  }
  section h2,
  .global h2 {
    font-size: 80px;
  }
  section h3,
  .global h3 {
    font-size: 32px;
  }
  section h3.wide,
  .global h3.wide {
    font-size: 18px;
  }
  #hero {
    padding-top: 130px;
    padding-bottom: 510px;
  }
  #hero .bg-wrap .background {
    transform: scale(0.8);
    transform-origin: center bottom;
  }
  #what {
    padding-top: 50px;
    padding-bottom: 170px;
  }
  #what .v-line-anim {
    height: 180px;
    bottom: -64px;
  }
  #what .bg-wrap .background {
    transform: scale(0.8);
  }
  #what .bg-wrap .background.left {
    transform-origin: left top;
    margin-left: -580px;
    top: 70px;
  }
  #what .bg-wrap .background.right {
    transform-origin: right top;
    margin-left: 130px;
  }
  #what p.intro {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  #how {
    padding-top: 200px;
    margin-top: -80px;
  }
  #how .how-boxes {
    margin-top: 100px;
  }
  #partner {
    padding-top: 140px;
  }
  #financial {
    /* padding-top: 200px; */
    padding-bottom: 120px;
  }
  #financial .v-line-anim {
    height: 170px;
    top: -65px;
  }
  #financial .finance-services {
    margin-top: 80px;
  }
  #financial .finance-services h4 {
    margin-bottom: 30px;
  }
  #meet .ornament.top {
    transform: scale(0.8);
  }
  #token {
    padding-top: 237px;
    padding-bottom: 188px;
  }
  #token .token-boxes-wrap {
    margin-top: 180px;
  }
  #token .token-boxes-wrap .ornament {
    transform: scale(0.8);
  }
  #token .token-boxes-wrap .ornament[data-num="1"],
  #token .token-boxes-wrap .ornament[data-num="3"] {
    left: -35px;
  }
  #token .token-boxes-wrap .ornament[data-num="2"],
  #token .token-boxes-wrap .ornament[data-num="4"] {
    right: -35px;
  }
  #token .map-bg {
    transform: scale(0.85);
    transform-origin: center top;
  }
  #roadmap {
    padding-top: 185px;
    padding-bottom: 320px;
  }
  #roadmap .timeline-bar .tickmark .rm-yeartext {
    top: -90px;
    transform: scale(0.8);
  }
  #roadmap .v-line {
    height: 180px;
    top: -80px;
  }
  #roadmap .slide-arrows {
    margin-top: 25px;
  }
  #team header {
    padding-top: 192px;
    margin-top: -200px;
    margin-bottom: 92px;
  }
  #team header .logo-mark {
    transform: scale(0.8);
    transform-origin: center top;
  }
  #team .team-row.partners + .team-row {
    margin-top: 2.5%;
  }
  #team .subheader {
    margin-bottom: 60px;
  }
  #team .team-row + .subheader {
    margin-top: 80px;
  }
  #team .team-photo {
    box-shadow: 0px 0px 35px 0px rgba(9, 31, 42, 0.3);
  }
  #globalFooter {
    padding-top: 250px;
  }
  #globalFooter .footer-boxes {
    margin-top: 112px;
  }
  #globalFooter .footer-box .inner {
    padding: 15px;
  }
  #globalFooter .footer-box .inner p {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #globalFooter .background {
    transform: scale(0.8);
    transform-origin: left top;
  }
  #page-brands #hero .background {
    transform: scale(0.8);
    transform-origin: left 100px;
  }
}
/*! mq: 1024 */
@media screen and (max-width: 1024px) {
  #how .how-boxes > .row + .row,
  #how .how-boxes > .row.single + .row.spaced {
    margin-top: 40px;
  }
  #page-brands #hero {
    padding-bottom: 100px;
  }
  #page-brands #hero .fancy-font {
    margin-bottom: 40px;
  }
  #page-brands #partner-primary {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  #page-brands #partner-primary .ornament img {
    transform: scale(0.7);
  }
  #page-brands #partner-primary .ornament {
    position: absolute;
    width: 84px;
  }
  #page-brands #partner-primary .ornament.tl {
    left: 10px;
    top: 10px;
  }
  #page-brands #partner-primary .ornament.tr {
    right: 10px;
    top: 10px;
  }
  #page-brands #partner-primary .ornament.bl {
    left: 10px;
    bottom: 10px;
  }
  #page-brands #partner-primary .ornament.br {
    right: 10px;
    bottom: 10px;
  }
  #page-brands .why-buckets {
    margin-top: 100px;
  }
  #page-brands .ornament-frame.top {
    margin-top: 80px;
  }
  #page-brands #partner-secondary .why-row .col {
    min-height: 0;
  }
  #page-brands #partner-secondary .why-row .row {
    padding: 35px 0;
  }
  #page-brands #partner-secondary .why-row .row:nth-child(1) {
    padding-top: 35px;
  }
}
/*! mq: 980 */
@media screen and (max-width: 980px) {
  section h1,
  .global h1 {
    font-size: 36px;
  }
  section h2,
  .global h2 {
    font-size: 64px;
  }
  section h4,
  .global h4 {
    font-size: 18px;
  }
  .global-form label {
    font-size: 30px;
    transform: translateY(0px);
  }
  .global-form .field-wrap.on label {
    transform: translateY(-22px);
  }
  .global-form .fs + .fs {
    margin-top: 54px;
  }
  .sticky-signup .global-form label {
    top: 0px;
  }
  .sticky-signup .ornament.left {
    left: -50px;
  }
  .sticky-signup .ornament.right {
    right: -50px;
  }
  .sticky-signup .txt {
    max-width: 500px;
  }
  #footerEmailForm .cta-btn {
    bottom: 10px;
  }
  #footerEmailForm .title-wrap {
    margin-bottom: 35px;
  }
  #globalHeader .cta-btns,
  #globalHeader .countdown,
  #globalHeader .toplinks {
    display: none;
  }
  #hero .countdown {
    display: block;
    margin: 0 auto;
    margin-top: 18px;
  }
  #hero .countdown p {
    color: #dab679;
  }
  #hero .countdown > .row {
    margin-top: 10px;
  }
  #how .how-boxes p br {
    display: none;
  }
  #how .how-box {
    min-height: 0px;
  }
  #how .how-box .how-image {
    height: 280px;
  }
  #how .how-box .how-image-wrap {
    transform: scale(0.75);
    transform-origin: center top;
  }
  #how .how-number {
    top: -42px;
    left: 3px;
    transform: scale(0.75);
  }
  #how .how-text {
    padding: 20px 15px;
  }
  #what {
    padding-top: 5px;
  }
  #what h2 {
    margin-bottom: 7px;
  }
  #what p.intro {
    max-width: 300px;
  }
  #what .bg-wrap .background {
    transform: scale(0.6);
  }
  #what .bg-wrap .background.left {
    margin-left: -410px;
    top: 100px;
  }
  #what .bg-wrap .background.right {
    margin-left: -10px;
  }
  #what .ornament {
    max-width: 62px;
  }
  #what .ornament.top {
    margin-bottom: 18px;
  }
  #what .ornament.bot {
    margin-top: 17px;
  }
  #what .v-line-anim {
    height: 140px;
    bottom: -20px;
  }
  #how {
    padding-top: 110px;
  }
  #partnerForm {
    margin-top: 50px;
  }
  #partner {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #partner .ornament-frame .fancy-font {
    width: 65%;
    margin-top: 10px;
  }
  #partner .close-btn {
    top: -40px;
  }
  #financial p br {
    display: none;
  }
  #meet {
    padding-left: 0px;
    padding-right: 0px;
  }
  #meet .circle-text {
    display: none;
  }
  #meet .meet-slider-wrap {
    transform: scale(0.8);
    top: 50%;
    margin-top: -385px;
  }
  #meet .meet-slider {
    margin-left: -100px;
  }
  #meet .contentContainer {
    min-height: 650px;
  }
  #meet .contentContainer .col.left h2 {
    margin-bottom: 15px;
  }
  #meet .contentContainer .col.left .cta-btn {
    margin-top: 30px;
  }
  #token .token-boxes .token-image-wrap {
    transform: scale(0.8);
    height: 268px;
  }
  #token .token-boxes p br {
    display: none;
  }
  #roadmap .timeline-bar .tickmark .rm-yeartext {
    top: -75px;
    transform: scale(0.6);
  }
  #roadmap .slide-arrows {
    margin-top: 0px;
  }
  #roadmap .timeline-bar {
    margin-top: 25px;
  }
  #team .team-photo {
    margin-bottom: 25px;
  }
  #team .team-row.advisors + .team-row {
    margin-top: 45px;
  }
  #globalFooter {
    padding-top: 200px;
  }
  #globalFooter .footer-boxes {
    margin-top: 90px;
  }
  #globalFooter .footer-box .inner {
    padding: 80px 15px 70px;
  }
  #globalFooter .background {
    transform: scale(0.6);
    top: -80px;
  }
  #globalFooter .ornament-frame {
    transform: scale(0.6);
    width: 150%;
    left: 50%;
    position: absolute;
    margin-left: -75%;
  }
  #globalFooter .ornament-frame.top {
    top: 18px;
  }
  #globalFooter .ornament-frame.bot {
    bottom: 18px;
  }
  #overlay-partner .partner-form-overlay {
    padding: 40px;
  }
  #overlay-partner .form-contents form {
    margin-top: 70px;
  }
  #overlay-partner .form-contents h3 {
    margin-bottom: 8px;
  }
  #page-brands #easy .col .arr {
    font-size: 10px;
    left: -20px;
  }
  #page-brands .why-buckets p br {
    display: none;
  }
}
/*! mq: 768 */
@media screen and (max-width: 768px) {
  section,
  .global {
    padding-left: 20px;
    padding-right: 20px;
  }
  section h2,
  .global h2 {
    font-size: 60px;
  }
  section h3,
  .global h3 {
    font-size: 30px;
  }
  #how .ornament-line[data-num="2"] {
    right: -120px;
  }
  #how .ornament-line[data-num="3"] {
    left: -120px;
  }
  #how .ornament-line[data-num="5"] {
    bottom: -194px;
    left: 108px;
  }
  #how .ornament-line[data-num="5"] .line-inner {
    top: -135px;
  }
  #how .how-boxes > .row + .row,
  #how .how-boxes > .row.single + .row.spaced {
    margin-top: 20px;
  }
  #how .how-boxes > .row.spaced .how-box {
    width: 48.5%;
  }
  #how .dist {
    margin-top: 50px;
  }
  #financial {
    padding: 125px 0px 50px;
  }
  #meet {
    padding-bottom: 200px;
  }
  #meet .ornament.top {
    transform: scale(0.73);
    bottom: -258px;
    z-index: 2;
  }
  #meet .ornament-line.bot {
    bottom: 60px;
  }
  #token {
    padding-bottom: 160px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #token .token-intro {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #token .token-boxes-wrap {
    margin-top: 120px;
  }
  #token .token-boxes-wrap .ornament {
    display: none;
  }
  #token .token-boxes .token-box {
    width: 50%;
  }
  #token .token-boxes .token-box p {
    padding: 0 20px;
  }
  #token .token-boxes .token-image-wrap {
    left: 50%;
    margin-left: -168px;
  }
  #token .map-bg {
    top: -72px;
    transform: scale(0.78);
  }
  #roadmap {
    padding-top: 155px;
    padding-bottom: 215px;
  }
  #roadmap .contentContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
  #team {
    padding-bottom: 120px;
  }
  #team header {
    padding-top: 90px;
    margin-top: -150px;
    margin-bottom: 50px;
  }
  #team header .logo-mark {
    transform: scale(0.52);
  }
  #team .subheader {
    margin-bottom: 35px;
  }
  #team .team-row + .subheader {
    margin-top: 60px;
  }
  #globalFooter {
    padding-bottom: 35px;
    padding-top: 150px;
  }
  #globalFooter h2 {
    font-size: 50px;
  }
  #globalFooter .footer-boxes {
    margin-top: 60px;
  }
  #globalFooter .footer-box.left {
    padding-right: 10px;
  }
  #globalFooter .footer-box.right {
    padding-left: 10px;
  }
  #globalFooter .footer-box h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #globalFooter .footer-box h3.wide {
    margin-bottom: 20px;
  }
  #globalFooter .footer-links {
    margin-top: 35px;
    display: block;
  }
  #globalFooter .footer-links .credit {
    margin-top: 20px;
  }
  #globalFooter .background {
    margin-left: 100px;
    top: -90px;
  }
  #overlay-partner .partner-form-wrap {
    padding: 20px;
  }
  #overlay-partner .partner-form-overlay {
    padding: 40px 20px;
  }
  #page-brands #hero {
    padding: 50px 20px;
  }
  #page-brands #hero .col {
    width: 70%;
  }
  #page-brands #hero .background {
    transform: scale(0.6);
    transform-origin: left 150px;
  }
  #page-brands #hero .fancy-font {
    width: 75%;
  }
  #page-brands #easy,
  #page-brands #partner-secondary {
    padding-top: 50px;
  }
  #page-brands #easy {
    padding-bottom: 55px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #page-brands #easy h3 {
    text-align: center;
  }
  #page-brands #easy .col:first-child .div-line {
    display: none;
  }
  #page-brands #easy .col .div-line.rt {
    display: none;
  }
  #page-brands #partner-primary {
    padding: 0px;
    padding-bottom: 30px;
  }
  #page-brands #partner-primary .contentContainer > h3 {
    margin-bottom: 25px;
    text-align: center;
  }
  #page-brands #partner-primary .col.left {
    height: 400px;
  }
  #page-brands #partner-primary .col.right {
    padding: 60px 20px;
  }
  #page-brands .why-row .number {
    margin-top: 0px;
  }
  #page-brands .why-row .col {
    width: 100%;
    min-height: 0px;
  }
  #page-brands .why-buckets {
    padding: 0 20px;
    margin-top: 75px;
  }
  #page-brands .why-buckets > h4 {
    margin-bottom: 30px;
  }
  #page-brands .why-buckets h4 br {
    display: none;
  }
  #page-brands .why-buckets .row {
    display: block;
  }
  #page-brands .why-buckets .col {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 35px 0;
    border-right: 0px;
    border-left: 0px !important;
    border-top: 1px solid rgba(218, 182, 121, 0.6);
  }
  #page-brands .why-buckets .col h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #page-brands .why-buckets .col:last-child {
    border-bottom: 1px solid rgba(218, 182, 121, 0.6);
  }
  #page-brands #partner-secondary {
    padding: 0px;
  }
  #page-brands #partner-secondary .why-row .row {
    padding: 60px 0 !important;
  }
  #page-brands #partner-secondary .why-row .row + .row {
    border-color: #dab679;
  }
  #page-brands #partner-secondary .why-row p {
    max-width: none;
  }
  #page-brands #partner-secondary .col.left {
    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;
    background-color: #faf5ed !important;
  }
  #page-brands #partner-secondary .col.right {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    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;
    height: 400px;
  }
  #page-brands #partner-secondary .footer-links {
    margin: 0;
    background-color: #fff;
    padding: 35px 20px;
  }
  #page-brands #partner-secondary .ornament-cta {
    padding-bottom: 70px;
  }
  #page-brands #partner-secondary .ornament-frame.top {
    margin-top: 10px;
  }
  #page-brands .ornament-cta {
    padding: 0 20px;
  }
}
/*! mq: 750 */
@media screen and (max-width: 750px) {
  .sticky-signup .ornament.left,
  .sticky-signup .ornament.right {
    display: none;
  }
  #roadmap .slide-arrows {
    display: none;
  }
  #roadmap h2 {
    width: 100%;
    text-align: center;
  }
  #roadmap h2 br {
    display: none;
  }
  #roadmap .timeline-slider-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  #roadmap .timeline-bar {
    display: none;
  }
  #roadmap .timeline-contents {
    border: none;
    height: auto;
    padding-top: 30px;
  }
  #roadmap .tl-nav-mobile {
    visibility: visible;
  }
  #timeline-slider {
    display: block;
  }
  #timeline-slider .ornament-line {
    display: none;
  }
  #timeline-slider .tl-block {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 100%;
    max-width: 504px;
    box-shadow: 0px 0px 20px rgba(218, 182, 121, 0.15);
  }
  #timeline-slider .tl-block + .tl-block {
    margin-top: 22px;
  }
  #timeline-slider .tl-block .tl-text {
    height: auto;
    position: relative;
    display: block;
    width: 100%;
    left: auto;
    padding: 20px 25px !important;
  }
  #timeline-slider .tl-block .tl-text p {
    max-width: 250px;
  }
  #timeline-slider .tl-block .tl-text p br {
    display: none;
  }
  #timeline-slider .tl-block .tl-day {
    display: none;
  }
  #timeline-slider .tl-block .tl-month {
    width: 100%;
    height: 52px;
  }
  #timeline-slider .tl-block .tl-month .month-text {
    transform: none;
    top: auto;
    left: auto;
    position: relative;
  }
  #timeline-slider .tl-block .tl-month h5 {
    line-height: 50px;
    text-align: left;
    padding-left: 25px;
  }
  #timeline-slider .tl-block .tl-month .mobile-day {
    display: inline;
  }
  #timeline-slider .tl-block.odd {
    transform: none;
  }
  #timeline-slider .tl-block .tl-icon {
    margin-bottom: 4px !important;
  }
  #timeline-slider .tl-year-mobile {
    display: block;
  }
}
/*! mq: 700 */
@media screen and (max-width: 700px) {
  #meet {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  #meet h4 {
    font-size: 20px;
  }
  #meet .ornament-line {
    display: none;
  }
  #meet .contentContainer {
    display: block;
    min-height: 0px;
  }
  #meet .contentContainer .col.left {
    width: 100%;
    text-align: center;
    padding: 65px 20px 0px;
  }
  #meet .contentContainer .col.left p {
    max-width: none;
  }
  #meet .contentContainer .col.left .slide-arrows {
    display: none;
  }
  #meet .contentContainer .col.right {
    width: 100%;
    height: 786px;
    border: none;
  }
  #meet .contentContainer .col.right .meet-slider-wrap {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    transform: scale(1);
    height: auto;
  }
  #meet .meet-slider {
    margin-left: -150px;
  }
  #meet .meet-slider .meet-slide {
    padding-top: 35px;
  }
  #meet .meet-slider .meet-slide.dup {
    display: none;
  }
  #meet .meet-slider .meet-slide.off {
    opacity: 1;
  }
  #meet .meet-slider .meet-slide.blurred .phone-screen img {
    filter: none;
  }
  #meet .meet-slider .phone-screen {
    top: 64px;
  }
  #meet .meet-slider .phone-wrap {
    margin-bottom: 25px;
  }
  #meet .swipe-cta {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -127px;
    width: 94px;
    height: 94px;
    border-radius: 94px;
    background-color: #dab679;
    cursor: pointer;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
  }
  #meet .swipe-cta.right {
    right: -60px;
    transform: translateX(40px);
  }
  #meet .swipe-cta.right .icon {
    margin-left: 12px;
  }
  #meet .swipe-cta.right.off {
    transform: translateX(40px);
  }
  #meet .swipe-cta.left {
    left: -60px;
    transform: translateX(-40px);
  }
  #meet .swipe-cta.left .icon {
    margin-right: 12px;
  }
  #meet .swipe-cta.left.off {
    transform: translateX(-40px);
  }
  #meet .swipe-cta .icon {
    color: #fff;
    font-size: 15px;
    line-height: 94px;
  }
  #meet.swipe .swipe-cta {
    transform: translateX(0px);
  }
  #overlay-team .bio-text-wrap {
    padding: 20px;
    min-height: 523px;
  }
  #overlay-team .bio-text .txt {
    padding: 45px 30px 32px;
  }
  #overlay-team .ornament {
    transform: scale(0.82);
  }
  #overlay-team .ornament.left {
    transform-origin: left top;
  }
  #overlay-team .ornament.right {
    transform-origin: right top;
  }
  #overlay-team .close-btn {
    transform: scale(0.8);
  }
  #globalFooter .footer-boxes {
    display: block;
  }
  #globalFooter .footer-box {
    width: 100%;
    padding: 0px !important;
  }
  #globalFooter .footer-box + .footer-box {
    margin-top: 20px;
  }
  #globalFooter .footer-box h3:not(.wide) {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 1.3;
  }
  #globalFooter .footer-box.right .cta-btn {
    display: none;
  }
}
/*! mq: 650 */
@media screen and (max-width: 650px) {
  #loader .load-clip {
    transform: scale(0.6);
  }
  #globalHeader .logo {
    width: 146px;
    margin-left: -72px;
    top: 15px;
  }
  #globalMenu {
    width: 50px;
    height: 50px;
  }
  #globalMenu .menu-btn {
    width: 50px;
    height: 50px;
  }
  #globalMenu .menu-line {
    width: 32px;
    height: 1px;
    left: 9px;
    top: 25px;
  }
  #globalMenu.open .menu-line.top {
    transform: scaleX(1) translate3d(4px, 7px, 0) rotate(45deg);
  }
  #globalMenu.open .menu-line.bot {
    transform: scaleX(1) translate3d(9px, 7px, 0) rotate(-45deg);
  }
  .sticky-signup {
    display: none;
  }
  .global-form .fs {
    display: block;
  }
  .global-form .fs .field-wrap {
    width: 100%;
    max-width: none;
  }
  .global-form .fs .field-wrap + .field-wrap {
    margin-top: 54px;
  }
  .form-btn-wrap .thanks {
    top: 62px;
  }
  #hero {
    padding-top: 92px;
    padding-bottom: 34px;
    height: auto;
  }
  #hero h1 {
    font-size: 30px;
    line-break: 1.3;
  }
  #hero h1 br {
    display: none;
  }
  #hero .contentContainer {
    max-width: 340px;
  }
  #hero .bg-wrap {
    position: relative;
    bottom: auto;
    /* top: auto; */
    height: 343px;
    margin-top: 6px;
  }
  #hero .bg-wrap .background {
    transform: scale(0.53);
    transform-origin: center top;
  }
  #hero .bg-wrap .horiz-line {
    bottom: 18px;
  }
  #hero .hero-signup {
    display: block;
  }
  #hero p.intro {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  #how {
    padding-bottom: 20px;
  }
  #how h2 {
    text-align: center;
  }
  #how h4 {
    font-size: 20px;
  }
  #how .how-boxes {
    margin-top: 40px;
  }
  #how .how-boxes > .row {
    display: block;
  }
  #how .how-boxes > .row.spaced .how-box {
    width: 100%;
    margin: 0 auto;
  }
  #how .how-boxes > .row.spaced .how-box + .how-box {
    margin-top: 100px;
  }
  #how .how-boxes > .row.single .how-box {
    width: 100%;
    margin: 0 auto;
  }
  #how .how-boxes > .row + .row {
    margin-top: 100px !important;
  }
  #how .how-box {
    max-width: 378px;
  }
  #how .how-box[data-num="2"] {
    z-index: 0;
  }
  #how .dist {
    margin-top: 100px;
    padding-top: 0px;
    height: auto;
  }
  #how .dist .background {
    display: none;
  }
  #how .dist header {
    padding: 10px;
  }
  #how .dist .hands {
    transform: scale(0.75);
    transform-origin: center bottom;
  }
  #how .dist .dist-image {
    height: 315px;
  }
  #how .dist .dist-circle {
    transform: scale(0.9);
    transform-origin: center top;
    top: 14px;
  }
  #how .how-text p {
    max-width: 350px;
  }
  #how .ornament-line {
    right: auto !important;
    left: 50% !important;
    top: auto !important;
    bottom: -80px !important;
    width: 205px !important;
    height: 68px !important;
  }
  #how .ornament-line.dsk {
    display: none;
  }
  #how .ornament-line.mob {
    display: block;
  }
  #how .ornament-line[data-num="1"],
  #how .ornament-line[data-num="3"],
  #how .ornament-line[data-num="5"] {
    margin-left: -135px;
    transform: rotate(90deg);
  }
  #how .ornament-line[data-num="2"],
  #how .ornament-line[data-num="4"] {
    transform: scaleX(-1) rotate(-90deg);
    margin-left: -100px;
  }
  #how .ornament-line img {
    transform: scale(0.75) !important;
    transform-origin: center top;
  }
  #how .ornament-line .ornament-line-group {
    display: none;
  }
  #how .how-text {
    padding: 30px 25px 25px;
    min-height: 0px;
  }
  #partner {
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 90px;
  }
  #partner h2 {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  #partner h3 {
    font-size: 16px;
    margin-bottom: 32px;
  }
  #partner p.intro {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  #partner .cta-btn {
    margin-top: 28px;
  }
  #partner .ornament-frame {
    height: 68px;
  }
  #partner .ornament-frame .logo-mark {
    max-width: 62px;
    padding: 0 10px;
  }
  #partner .ornament-frame .ornament-line.left img {
    position: absolute;
    right: 0px;
  }
  #partner .ornament-frame .ornament-line.right img {
    right: auto;
    left: 0px;
  }
  #partner .ornament-frame.top .ornament-line {
    top: 14px;
  }
  #partner .ornament-frame.bot {
    height: 72px;
  }
  #partner .ornament-frame.bot .ornament-line {
    height: 72px;
  }
  #partner .ornament-frame .fancy-font {
    width: 340px;
    padding: 0 20px 10px;
    margin-top: 4px;
  }
  #partner .close-btn {
    top: -30px;
    margin-left: -6px;
  }
  #partner .close-btn .icon {
    font-size: 12px;
  }
  #partner .form-wrap {
    padding: 0 20px;
  }
  #partner .form-wrap .form-contents {
    padding-bottom: 15px;
  }
  #partner.open .ornament-frame.bot {
    transform: translateY(0px);
  }
  #financial .finance-services {
    margin-top: 15px;
    display: block;
  }
  #financial .finance-services .col {
    padding: 11px 20px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  #financial .finance-services .col + .col {
    border-left: none;
    margin-top: 22px;
  }
  #financial .finance-services .col:nth-child(2) {
    max-width: 330px;
  }
  #financial .finance-services .finance-image {
    max-width: 84px;
    margin-bottom: 25px;
  }
  #financial .finance-services .finance-icon {
    transform: scale(0.73);
    transform-origin: left top;
  }
  #financial .finance-services p {
    max-width: none;
  }
  #financial .finance-services h5 {
    margin-bottom: 18px;
  }
  #financial .finance-services h4 {
    margin-bottom: 18px;
  }
  #token .map-bg {
    top: -42px;
  }
  #token .token-intro {
    margin-top: 27px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #token .token-intro .fancy-font.dsk {
    display: none;
  }
  #token .token-intro .fancy-font.mob {
    display: block;
    width: 100%;
    max-width: 327px;
    margin: 0 auto;
  }
  #token .token-intro .inner > .line-ball {
    display: none;
  }
  #token .token-intro .top-line {
    padding: 0px;
    margin-bottom: 20px;
  }
  #token .token-intro .top-line h4 {
    font-size: 16px;
  }
  #token .token-intro .top-line .txt {
    display: none;
  }
  #token .token-intro .top-line .line-stretch {
    top: 8px;
  }
  #token .token-intro .top-line .line-stretch.left {
    margin-right: 40px;
  }
  #token .token-intro .top-line .line-stretch.right {
    margin-left: 35px;
  }
  #token .token-intro .bottom-line {
    padding: 0;
    margin-top: 27px;
  }
  #token .token-intro .bottom-line .ornament {
    width: 53px;
  }
  #token .token-intro .bottom-line .line-stretch {
    top: 13px;
  }
  #token .token-intro .bottom-line .line-stretch.left {
    margin-right: 26px;
  }
  #token .token-intro .bottom-line .line-stretch.right {
    margin-left: 26px;
  }
  #token .token-boxes-wrap {
    margin-top: 155px;
  }
  #token .token-boxes-wrap .crown {
    display: none;
  }
  #token .token-boxes {
    display: block;
  }
  #token .token-boxes h3 {
    margin-bottom: 15px;
  }
  #token .token-boxes + .token-boxes {
    margin-top: 55px;
  }
  #token .token-boxes .token-box {
    width: 100%;
    max-width: none;
  }
  #token .token-boxes .token-box + .token-box {
    margin-top: 55px;
  }
  #token .token-boxes .token-image-wrap {
    transform: scale(0.86);
    left: auto;
    margin-left: auto;
    margin-top: 27px;
    margin-bottom: 35px;
    height: 288px;
  }
  #team header h2 {
    width: 100%;
    max-width: 215px;
    margin: 0 auto;
    margin-bottom: 17px;
  }
  #team .team-row + .team-row {
    margin-top: 35px;
  }
  #team .team-row.partners {
    padding: 0 40px;
  }
  #team .team-row.partners + .team-row {
    margin-top: 20px;
  }
  #team .team-row.partners .team-box {
    width: 48%;
    max-width: none;
  }
  #team .team-row.partners .team-box:nth-child(3),
  #team .team-row.partners .team-box:nth-child(4) {
    margin-top: 20px;
  }
  #team .team-row.advisors {
    padding: 0 40px;
  }
  #team .team-row.advisors + .team-row {
    margin-top: 20px;
  }
  #team .team-row.advisors .team-box {
    width: 48%;
    max-width: none;
  }
  #team .team-row.advisors .team-box:nth-child(3),
  #team .team-row.advisors .team-box:nth-child(4) {
    margin-top: 20px;
  }
  #team .team-row .team-box.filler {
    display: none;
  }
  #globalFooter {
    padding-top: 450px;
    text-align: center;
  }
  #globalFooter h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  #globalFooter .title-wrap p {
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
  }
  #globalFooter .background {
    transform: scale(0.75);
    margin-left: -180px;
    top: -95px;
    height: 700px;
    overflow: hidden;
  }
  #footerEmailForm {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 18px;
  }
  #overlay-partner .partner-form-overlay {
    padding-top: 30px;
  }
  #overlay-partner .partner-form-wrap {
    min-height: 725px;
  }
  #overlay-partner .form-contents h3 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  #overlay-partner .form-contents .form-btn-wrap {
    margin-top: 45px;
  }
  #overlay-partner .form-contents form {
    margin-top: 50px;
  }
  #overlay-partner .close-btn {
    left: 6px;
    top: 5px;
  }
  #overlay-position .position-form-wrap {
    padding: 20px 15px;
  }
  #overlay-position .position-form-overlay {
    padding: 40px 20px;
  }
  #overlay-position .close-btn {
    left: 6px;
    top: 5px;
  }
  #overlay-position .form-contents form {
    padding-bottom: 80px;
    margin-top: 30px;
  }
  #overlay-position .form-contents h3 {
    margin-bottom: 0px;
    font-size: 26px;
  }
  #overlay-position .form-contents .position-return {
    bottom: 88px;
  }
  #overlay-position .cta-btn {
    right: 50%;
    margin-right: -75px;
    bottom: -85px;
  }
  #page-brands #easy {
    padding-top: 42px;
    padding-bottom: 68px;
  }
  #page-brands #easy h3 {
    margin-bottom: 30px;
  }
  #page-brands #easy h4 {
    font-size: 20px;
  }
  #page-brands #easy .row {
    display: block;
  }
  #page-brands #easy .col {
    width: 100%;
  }
  #page-brands #easy .col + .col {
    margin-top: 70px;
  }
  #page-brands #easy .col .arr {
    transform: rotate(90deg);
    left: 50%;
    top: -55px;
    font-size: 13px;
    margin-left: -26px;
  }
  #page-brands #easy .icon {
    margin-bottom: 0px;
  }
  #page-brands #easy .txt-wrap {
    padding: 15px;
  }
}
/*! mq: 550 */
@media screen and (max-width: 550px) {
  #what {
    padding-bottom: 0px;
  }
  #what .bg-wrap {
    position: relative;
    height: 615px;
  }
  #what .bg-wrap .background.left {
    display: none;
  }
  #what .bg-wrap .background.right {
    left: 50%;
    margin-left: -237px;
    position: relative;
    top: 5px;
    transform: scale(0.74);
    transform-origin: center center;
  }
  #what .v-line-anim {
    display: none;
  }
  #how {
    margin-top: -140px;
    padding-top: 215px;
  }
  #team .team-row.partners .team-photo {
    padding: 10px;
  }
  #globalFooter .footer-links {
    display: block;
  }
  #globalFooter .footer-links .credit {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 25px;
  }
  #globalFooter .footer-links .credit .cta-btn {
    margin-left: 0px;
    margin-top: 20px;
  }
  #globalFooter .footer-links .footer-email {
    margin-right: 20px;
  }
  #page-brands section .number {
    max-width: 65px;
  }
  #page-brands .why-row h5 {
    margin: 28px 0 22px;
  }
  #page-brands .why-row .inner {
    text-align: center;
  }
  #page-brands .why-row .inner .txt {
    margin: 0;
  }
  #page-brands .why-row .inner .txt h4 {
    text-align: center;
  }
  #page-brands .why-buckets .col {
    padding: 23px 0;
  }
  #page-brands #hero {
    padding-top: 27px;
    padding-bottom: 23px;
  }
  #page-brands #hero .background {
    transform: scale(0.41);
    transform-origin: left top;
    top: -80px;
    margin-left: 48px;
  }
  #page-brands #hero .dsk {
    display: none;
  }
  #page-brands #hero .mob {
    display: block;
  }
  #page-brands #hero .logo.mob {
    width: 42px;
    margin-bottom: 55px;
  }
  #page-brands #hero h1 {
    text-transform: uppercase;
    color: #dab679;
    font-size: 20px;
    letter-spacing: .9em;
    margin-bottom: 30px;
  }
  #page-brands #hero .col {
    width: 100%;
  }
  #page-brands #hero .col p {
    width: 90%;
    max-width: 425px;
    margin: 0;
  }
  #page-brands #hero .fancy-font {
    width: 100%;
    max-width: 316px;
    margin-bottom: 30px;
  }
  #page-brands #partner-primary .col.left {
    height: 350px;
    display: block;
    text-align: center;
    padding-top: 40px;
  }
  #page-brands #partner-primary .col.right {
    padding: 30px 20px 40px;
  }
  #page-brands #partner-primary .why-row .col .fancy-font {
    max-width: 215px;
    display: inline-block;
  }
  #page-brands #partner-primary .why-row .inner {
    max-width: 300px;
  }
  #page-brands #partner-primary .why-row .inner .img {
    float: none;
    display: inline-block;
    width: 58px;
    margin-bottom: 22px;
  }
  #page-brands #partner-primary .why-row .inner .txt {
    margin: 0;
  }
  #page-brands #partner-primary .why-buckets p {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
  #page-brands #partner-primary .why-buckets .col:nth-child(2) p {
    max-width: 140px;
  }
  #page-brands #partner-secondary .col.right {
    height: 250px;
    display: block;
    text-align: center;
    padding-top: 40px;
  }
  #page-brands #partner-secondary .col.left {
    padding: 30px 20px 40px;
  }
  #page-brands #partner-secondary .why-row .col .fancy-font {
    max-width: 315px;
    display: inline-block;
  }
  #page-brands #partner-secondary .why-row .col.left {
    padding-left: 20px;
    padding-right: 20px;
  }
  #page-brands #partner-secondary .why-row .inner {
    max-width: none;
  }
  #page-brands #partner-secondary .why-row .inner .img {
    float: none;
    display: inline-block;
    width: 86px;
    margin-bottom: 18px;
  }
  #page-brands #partner-secondary .why-row .inner .txt {
    width: 100%;
    max-width: 265px;
    margin: 0 auto;
  }
  #page-brands #partner-secondary .why-row .inner h4 {
    font-size: 20px;
  }
  #page-brands #partner-secondary .why-row .row {
    padding: 40px 0 !important;
  }
  #page-brands #partner-secondary .ornament-cta {
    margin-top: -28px;
    padding-bottom: 80px;
  }
  #page-brands #partner-secondary .ornament-cta h3 {
    max-width: 180px;
  }
  #page-brands #partner-secondary .footer-links {
    padding: 75px 20px 60px;
  }
  #page-brands #partner-secondary .footer-links .social-links {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #page-brands #partner-secondary .footer-links .social-links li {
    width: 42px;
    height: 42px;
    border-radius: 42px;
  }
  #page-brands #partner-secondary .footer-links .social-links li .icon {
    line-height: 42px;
  }
  #page-brands #partner-secondary .footer-links .social-links li .icon-linkedin {
    line-height: 40px;
  }
  #page-brands #partner-secondary .footer-links ul {
    display: inline-block;
  }
  #page-brands #partner-secondary .footer-links .credit {
    text-align: center;
    width: 100%;
  }
  #page-brands #partner-secondary .footer-links .credit a {
    font-size: 12px;
  }
  #page-brands #partner-secondary .footer-links .footer-email {
    margin: 0;
  }
  #page-brands .ornament-frame .crown {
    display: none;
  }
  #page-brands .ornament-frame.top {
    margin-top: 50px;
  }
  #page-brands .ornament-frame.bot {
    padding-top: 12px;
  }
  #page-brands .ornament-frame.bot .ornament-line {
    top: 8px;
  }
  #page-brands .ornament-frame .ornament-line img {
    width: 400px;
  }
  #page-brands .ornament-cta {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  #page-brands .ornament-cta h3 {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    line-height: 1.3;
    margin-top: -15px;
  }
  .brands-overlay .brand-form-wrap {
    min-height: 685px;
    padding: 0px 20px;
  }
  .brands-overlay .brand-form-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }
  .brands-overlay .form-contents .number {
    margin-bottom: 20px;
  }
  .brands-overlay .form-contents label,
  .brands-overlay .form-contents h3 {
    font-size: 30px;
  }
  .brands-overlay .form-contents label {
    transform: translateY(-16px);
  }
  .brands-overlay .form-contents .title-wrap {
    margin-bottom: 55px;
  }
  .brands-overlay .form-contents .form-btn-wrap {
    margin-top: 35px;
  }
}
/*! mq: 500 */
@media screen and (max-width: 500px) {
  .global-form .thanks p {
    text-align: center;
  }
  #team header {
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  #team header p {
    display: none;
  }
  #team .team-row.leadership .team-box {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  #team .team-row.leadership .team-box h4 {
    font-size: 20px;
  }
  #team .team-row.leadership .team-box + .team-box {
    margin-top: 35px;
  }
  #team .team-row.advisors .team-box {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  #team .team-row.advisors .team-box + .team-box {
    margin-top: 25px;
  }
  #team .team-row.advisors + .team-row {
    margin-top: 25px;
  }
  #team .team-row.partners {
    padding: 0;
  }
  #globalFooter .footer-box.left p {
    max-width: 275px;
  }
  #globalFooter .footer-box.right h3 {
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
  }
  #globalFooter .footer-boxes {
    margin-top: 50px;
  }
  #footerEmailForm .field-wrap {
    height: auto;
  }
  #footerEmailForm .cta-btn {
    position: relative;
    bottom: auto;
    margin-top: 22px;
  }
  #footerEmailForm .thanks {
    width: 100%;
    text-align: center;
  }
}
/*! mq: MENU */
@media screen and (min-width: 1201px) and (max-height: 850px) {
  #globalNav a {
    font-size: 32px;
    line-height: 1.3;
  }
  #globalNav li + li {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1201px) and (max-height: 750px) {
  #globalNav {
    margin-top: -60px;
  }
  #globalMenu .ornament {
    display: none;
  }
  #globalMenu .social-links {
    width: 100%;
    left: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  #globalMenu .menu-callout.top .logo-mark {
    transform: scale(0.8);
    transform-origin: center top;
  }
  #globalMenu .menu-callout p {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  #globalMenu .menu-wrap .main {
    min-height: 700px;
  }
  #globalNav a {
    font-size: 32px;
    line-height: 1.3;
  }
  #globalNav li + li {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  #globalMenu .ornament {
    max-width: 54px;
  }
  #globalMenu .ornament.top {
    margin-bottom: 18px;
  }
  #globalMenu .ornament.bot {
    margin-top: 18px;
  }
  #globalMenu .social-links {
    left: 22px;
    bottom: 20px;
  }
  #globalMenu .email-link {
    right: 22px;
    bottom: 20px;
  }
  #globalNav a {
    font-size: 30px;
  }
}
@media screen and (max-width: 850px) {
  #globalMenu .social-links {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 32px;
  }
  #globalMenu .social-links .ornament.mob {
    display: block;
    position: absolute;
    max-width: 62px;
    top: -5px;
  }
  #globalMenu .social-links .ornament.mob.left {
    left: -85px;
  }
  #globalMenu .social-links .ornament.mob.left img {
    transform: scale(-1);
  }
  #globalMenu .social-links .ornament.mob.right {
    right: -85px;
  }
  #globalMenu .social-links .ornament.mob.right img {
    transform: scaleY(-1);
  }
  #globalMenu .email-link {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #globalMenu .menu-wrap .main {
    display: block;
    height: auto;
  }
  #globalMenu .menu-wrap .main .col {
    width: 100%;
    height: auto;
    display: block;
  }
  #globalMenu .menu-wrap .main .col.left {
    padding-top: 62px;
    padding-bottom: 40px;
  }
  #globalMenu .menu-wrap .main .col.left > .ornament {
    display: none;
  }
  #globalMenu .menu-callout {
    display: block;
    padding-top: 95px;
    padding-bottom: 40px;
    height: auto;
  }
  #globalMenu .menu-callout.top .logo-mark {
    transform: scale(0.54);
  }
  #globalNav li + li {
    margin-top: 20px;
  }
}
/*! - ANIMATION: MOVEMENT */
@-moz-keyframes blink {
  0% {
    opacity: 1;
    animation-timing-function: ease-in;
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
    animation-timing-function: ease-in;
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
    animation-timing-function: ease-in;
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}
.blinker {
  -webkit-animation: blink infinite 1.5s ease-out;
  -moz-animation: blink infinite 1.5s ease-out;
  animation: blink infinite 1.5s ease-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes arrowBounce {
  0% {
    transform: translateX(-5%);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateX(8%);
  }
  100% {
    transform: translateX(-5%);
  }
}
@-webkit-keyframes arrowBounce {
  0% {
    transform: translateX(-5%);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateX(8%);
  }
  100% {
    transform: translateX(-5%);
  }
}
@keyframes arrowBounce {
  0% {
    transform: translateX(-5%);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateX(8%);
  }
  100% {
    transform: translateX(-5%);
  }
}
.arrow-bouncer {
  -webkit-animation: arrowBounce infinite 1s ease-in;
  -moz-animation: arrowBounce infinite 1s ease-in;
  animation: arrowBounce infinite 1s ease-in;
  animation-fill-mode: forwards;
}
@-moz-keyframes textRotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes textRotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.text-rotate {
  -webkit-animation: textRotate infinite 16s linear;
  -moz-animation: textRotate infinite 16s linear;
  animation: textRotate infinite 16s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes frameShake {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@-webkit-keyframes frameShake {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes frameShake {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
.frame-shake {
  -webkit-animation: frameShake infinite 2s ease-in-out;
  -moz-animation: frameShake infinite 2s ease-in-out;
  animation: frameShake infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes simpleFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes simpleFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes simpleFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.simple-fade {
  -webkit-animation: simpleFade infinite 2s linear;
  -moz-animation: simpleFade infinite 2s linear;
  animation: simpleFade infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes subtleFloat {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@-webkit-keyframes subtleFloat {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes subtleFloat {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(-2px);
  }
}
.subtle-float {
  -webkit-animation: subtleFloat infinite 3s ease-in-out;
  -moz-animation: subtleFloat infinite 3s ease-in-out;
  animation: subtleFloat infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes watchHands {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes watchHands {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes watchHands {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.watch-rotate {
  -webkit-animation: watchHands infinite 13s linear;
  -moz-animation: watchHands infinite 13s linear;
  animation: watchHands infinite 13s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dotPath1 {
  0% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(103px, 176px);
  }
  100% {
    transform: translate(103px, 310px);
  }
}
@-webkit-keyframes dotPath1 {
  0% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(103px, 176px);
  }
  100% {
    transform: translate(103px, 310px);
  }
}
@keyframes dotPath1 {
  0% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(103px, 176px);
  }
  100% {
    transform: translate(103px, 310px);
  }
}
.dot-path1 {
  -webkit-animation: dotPath1 infinite 4s linear;
  -moz-animation: dotPath1 infinite 4s linear;
  animation: dotPath1 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -3.8s;
}
@-moz-keyframes dotPath2 {
  0% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(-102px, 176px);
  }
  100% {
    transform: translate(-102px, 310px);
  }
}
@-webkit-keyframes dotPath2 {
  0% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(-102px, 176px);
  }
  100% {
    transform: translate(-102px, 310px);
  }
}
@keyframes dotPath2 {
  0% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(-102px, 176px);
  }
  100% {
    transform: translate(-102px, 310px);
  }
}
.dot-path2 {
  -webkit-animation: dotPath2 infinite 4s linear;
  -moz-animation: dotPath2 infinite 4s linear;
  animation: dotPath2 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -2s;
}
@-moz-keyframes dotPath3 {
  0% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(0px, 113px);
  }
  70% {
    transform: translate(-49px, 194px);
  }
  80% {
    transform: translate(0px, 194px);
  }
  100% {
    transform: translate(0px, 310px);
  }
}
@-webkit-keyframes dotPath3 {
  0% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(0px, 113px);
  }
  70% {
    transform: translate(-49px, 194px);
  }
  80% {
    transform: translate(0px, 194px);
  }
  100% {
    transform: translate(0px, 310px);
  }
}
@keyframes dotPath3 {
  0% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(0px, 113px);
  }
  70% {
    transform: translate(-49px, 194px);
  }
  80% {
    transform: translate(0px, 194px);
  }
  100% {
    transform: translate(0px, 310px);
  }
}
.dot-path3 {
  -webkit-animation: dotPath3 infinite 4s linear;
  -moz-animation: dotPath3 infinite 4s linear;
  animation: dotPath3 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -3s;
}
@-moz-keyframes dotPath4 {
  0% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(0px, 113px);
  }
  70% {
    transform: translate(51px, 194px);
  }
  80% {
    transform: translate(0px, 194px);
  }
  100% {
    transform: translate(0px, 310px);
  }
}
@-webkit-keyframes dotPath4 {
  0% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(0px, 113px);
  }
  70% {
    transform: translate(51px, 194px);
  }
  80% {
    transform: translate(0px, 194px);
  }
  100% {
    transform: translate(0px, 310px);
  }
}
@keyframes dotPath4 {
  0% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(0px, 113px);
  }
  70% {
    transform: translate(51px, 194px);
  }
  80% {
    transform: translate(0px, 194px);
  }
  100% {
    transform: translate(0px, 310px);
  }
}
.dot-path4 {
  -webkit-animation: dotPath4 infinite 4s linear;
  -moz-animation: dotPath4 infinite 4s linear;
  animation: dotPath4 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -1.5s;
}
@-moz-keyframes itemSlide1 {
  0% {
    transform: translateX(-460px);
  }
  24% {
    transform: translateX(-460px);
  }
  33% {
    transform: translateX(-311px);
  }
  57% {
    transform: translateX(-311px);
  }
  66% {
    transform: translateX(-147px);
  }
  90% {
    transform: translateX(-147px);
  }
  99% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes itemSlide1 {
  0% {
    transform: translateX(-460px);
  }
  24% {
    transform: translateX(-460px);
  }
  33% {
    transform: translateX(-311px);
  }
  57% {
    transform: translateX(-311px);
  }
  66% {
    transform: translateX(-147px);
  }
  90% {
    transform: translateX(-147px);
  }
  99% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes itemSlide1 {
  0% {
    transform: translateX(-460px);
  }
  24% {
    transform: translateX(-460px);
  }
  33% {
    transform: translateX(-311px);
  }
  57% {
    transform: translateX(-311px);
  }
  66% {
    transform: translateX(-147px);
  }
  90% {
    transform: translateX(-147px);
  }
  99% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
.item-slide1 {
  -webkit-animation: itemSlide1 infinite 12s ease-in-out;
  -moz-animation: itemSlide1 infinite 12s ease-in-out;
  animation: itemSlide1 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes howCheck1 {
  0% {
    opacity: 1;
    transform: scale(1);
    top: 260px;
  }
  22% {
    opacity: 1;
    transform: scale(1);
    top: 260px;
  }
  24% {
    opacity: 0;
    transform: scale(0);
    top: 260px;
  }
  24.1% {
    opacity: 0;
    transform: scale(0);
    top: 285px;
  }
  34% {
    opacity: 0;
    transform: scale(0);
    top: 285px;
  }
  36% {
    opacity: 1;
    transform: scale(1);
    top: 285px;
  }
  55% {
    opacity: 1;
    transform: scale(1);
    top: 285px;
  }
  57% {
    opacity: 0;
    transform: scale(0);
    top: 285px;
  }
  57.1% {
    opacity: 0;
    transform: scale(0);
    top: 265px;
  }
  67% {
    opacity: 0;
    transform: scale(0);
    top: 265px;
  }
  69% {
    opacity: 1;
    transform: scale(1);
    top: 265px;
  }
  88% {
    opacity: 1;
    transform: scale(1);
    top: 265px;
  }
  90% {
    opacity: 0;
    transform: scale(0);
    top: 265px;
  }
  90.1% {
    opacity: 0;
    transform: scale(0);
    top: 260px;
  }
  98% {
    opacity: 0;
    transform: scale(0);
    top: 260px;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    top: 260px;
  }
}
@-webkit-keyframes howCheck1 {
  0% {
    opacity: 1;
    transform: scale(1);
    top: 260px;
  }
  22% {
    opacity: 1;
    transform: scale(1);
    top: 260px;
  }
  24% {
    opacity: 0;
    transform: scale(0);
    top: 260px;
  }
  24.1% {
    opacity: 0;
    transform: scale(0);
    top: 285px;
  }
  34% {
    opacity: 0;
    transform: scale(0);
    top: 285px;
  }
  36% {
    opacity: 1;
    transform: scale(1);
    top: 285px;
  }
  55% {
    opacity: 1;
    transform: scale(1);
    top: 285px;
  }
  57% {
    opacity: 0;
    transform: scale(0);
    top: 285px;
  }
  57.1% {
    opacity: 0;
    transform: scale(0);
    top: 265px;
  }
  67% {
    opacity: 0;
    transform: scale(0);
    top: 265px;
  }
  69% {
    opacity: 1;
    transform: scale(1);
    top: 265px;
  }
  88% {
    opacity: 1;
    transform: scale(1);
    top: 265px;
  }
  90% {
    opacity: 0;
    transform: scale(0);
    top: 265px;
  }
  90.1% {
    opacity: 0;
    transform: scale(0);
    top: 260px;
  }
  98% {
    opacity: 0;
    transform: scale(0);
    top: 260px;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    top: 260px;
  }
}
@keyframes howCheck1 {
  0% {
    opacity: 1;
    transform: scale(1);
    top: 260px;
  }
  22% {
    opacity: 1;
    transform: scale(1);
    top: 260px;
  }
  24% {
    opacity: 0;
    transform: scale(0);
    top: 260px;
  }
  24.1% {
    opacity: 0;
    transform: scale(0);
    top: 285px;
  }
  34% {
    opacity: 0;
    transform: scale(0);
    top: 285px;
  }
  36% {
    opacity: 1;
    transform: scale(1);
    top: 285px;
  }
  55% {
    opacity: 1;
    transform: scale(1);
    top: 285px;
  }
  57% {
    opacity: 0;
    transform: scale(0);
    top: 285px;
  }
  57.1% {
    opacity: 0;
    transform: scale(0);
    top: 265px;
  }
  67% {
    opacity: 0;
    transform: scale(0);
    top: 265px;
  }
  69% {
    opacity: 1;
    transform: scale(1);
    top: 265px;
  }
  88% {
    opacity: 1;
    transform: scale(1);
    top: 265px;
  }
  90% {
    opacity: 0;
    transform: scale(0);
    top: 265px;
  }
  90.1% {
    opacity: 0;
    transform: scale(0);
    top: 260px;
  }
  98% {
    opacity: 0;
    transform: scale(0);
    top: 260px;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    top: 260px;
  }
}
.how-checkb1 {
  -webkit-animation: howCheck1 infinite 12s ease-in-out;
  -moz-animation: howCheck1 infinite 12s ease-in-out;
  animation: howCheck1 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
/*
.keyframes(howCheck1{0%{opacity: 0; transform: scale(0);} 8%{opacity: 0; transform: scale(0);} 12%{opacity: 1; transform: scale(1);} 21%{opacity: 1; transform: scale(1);} 24%{opacity: 0; transform: scale(0);} 100%{opacity: 0; transform: scale(0);}}); 
.how-check1{.animation(howCheck1, @box1sp2, ease-in-out);}

.keyframes(howCheck2{0%{opacity: 0; transform: scale(0);} 38%{opacity: 0; transform: scale(0);} 42%{opacity: 1; transform: scale(1);} 51%{opacity: 1; transform: scale(1);} 54%{opacity: 0; transform: scale(0);} 100%{opacity: 0; transform: scale(0);}}); 
.how-check2{.animation(howCheck2, @box1sp2, ease-in-out);}

.keyframes(howCheck3{0%{opacity: 0; transform: scale(0);} 68%{opacity: 0; transform: scale(0);} 72%{opacity: 1; transform: scale(1);} 81%{opacity: 1; transform: scale(1);} 84%{opacity: 0; transform: scale(0);} 100%{opacity: 0; transform: scale(0);}}); 
.how-check3{.animation(howCheck3, @box1sp2, ease-in-out);}
*/
@-moz-keyframes dotPath5 {
  0% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(75px);
  }
  100% {
    transform: translateY(75px);
  }
}
@-webkit-keyframes dotPath5 {
  0% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(75px);
  }
  100% {
    transform: translateY(75px);
  }
}
@keyframes dotPath5 {
  0% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(75px);
  }
  100% {
    transform: translateY(75px);
  }
}
.dot-path5 {
  -webkit-animation: dotPath5 infinite 1s linear;
  -moz-animation: dotPath5 infinite 1s linear;
  animation: dotPath5 infinite 1s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes itemSlide2 {
  0% {
    transform: translateX(-260px);
  }
  24% {
    transform: translateX(-260px);
  }
  33% {
    transform: translateX(-170px);
  }
  57% {
    transform: translateX(-170px);
  }
  66% {
    transform: translateX(-81px);
  }
  90% {
    transform: translateX(-81px);
  }
  99% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes itemSlide2 {
  0% {
    transform: translateX(-260px);
  }
  24% {
    transform: translateX(-260px);
  }
  33% {
    transform: translateX(-170px);
  }
  57% {
    transform: translateX(-170px);
  }
  66% {
    transform: translateX(-81px);
  }
  90% {
    transform: translateX(-81px);
  }
  99% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes itemSlide2 {
  0% {
    transform: translateX(-260px);
  }
  24% {
    transform: translateX(-260px);
  }
  33% {
    transform: translateX(-170px);
  }
  57% {
    transform: translateX(-170px);
  }
  66% {
    transform: translateX(-81px);
  }
  90% {
    transform: translateX(-81px);
  }
  99% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
.item-slide2 {
  -webkit-animation: itemSlide2 infinite 12s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: itemSlide2 infinite 12s cubic-bezier(0.5, 0, 0.5, 1);
  animation: itemSlide2 infinite 12s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
@-moz-keyframes howCheck4 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  37% {
    opacity: 1;
  }
  53% {
    opacity: 1;
  }
  57% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  86% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes howCheck4 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  37% {
    opacity: 1;
  }
  53% {
    opacity: 1;
  }
  57% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  86% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes howCheck4 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  37% {
    opacity: 1;
  }
  53% {
    opacity: 1;
  }
  57% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  86% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.how-check4 {
  -webkit-animation: howCheck4 infinite 12s ease-in-out;
  -moz-animation: howCheck4 infinite 12s ease-in-out;
  animation: howCheck4 infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes barGraphGrow {
  0% {
    transform: scaleY(1);
  }
  22% {
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  24% {
    transform: scaleY(0);
  }
  33% {
    transform: scaleY(0);
    animation-timing-function: ease-in-out;
  }
  37% {
    transform: scaleY(1);
  }
  55% {
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  57% {
    transform: scaleY(0);
  }
  66% {
    transform: scaleY(0);
    animation-timing-function: ease-in-out;
  }
  70% {
    transform: scaleY(1);
  }
  88% {
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  90% {
    transform: scaleY(0);
  }
  96% {
    transform: scaleY(0);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes barGraphGrow {
  0% {
    transform: scaleY(1);
  }
  22% {
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  24% {
    transform: scaleY(0);
  }
  33% {
    transform: scaleY(0);
    animation-timing-function: ease-in-out;
  }
  37% {
    transform: scaleY(1);
  }
  55% {
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  57% {
    transform: scaleY(0);
  }
  66% {
    transform: scaleY(0);
    animation-timing-function: ease-in-out;
  }
  70% {
    transform: scaleY(1);
  }
  88% {
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  90% {
    transform: scaleY(0);
  }
  96% {
    transform: scaleY(0);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes barGraphGrow {
  0% {
    transform: scaleY(1);
  }
  22% {
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  24% {
    transform: scaleY(0);
  }
  33% {
    transform: scaleY(0);
    animation-timing-function: ease-in-out;
  }
  37% {
    transform: scaleY(1);
  }
  55% {
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  57% {
    transform: scaleY(0);
  }
  66% {
    transform: scaleY(0);
    animation-timing-function: ease-in-out;
  }
  70% {
    transform: scaleY(1);
  }
  88% {
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  90% {
    transform: scaleY(0);
  }
  96% {
    transform: scaleY(0);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scaleY(1);
  }
}
.bar-graph-grow {
  -webkit-animation: barGraphGrow infinite 12s linear;
  -moz-animation: barGraphGrow infinite 12s linear;
  animation: barGraphGrow infinite 12s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes codeMove {
  0% {
    transform: translateY(-154px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes codeMove {
  0% {
    transform: translateY(-154px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes codeMove {
  0% {
    transform: translateY(-154px);
  }
  100% {
    transform: translateY(0px);
  }
}
.code-mover {
  -webkit-animation: codeMove infinite 4s linear;
  -moz-animation: codeMove infinite 4s linear;
  animation: codeMove infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes scanFloat {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(45px);
  }
  100% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes scanFloat {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(45px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes scanFloat {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(45px);
  }
  100% {
    transform: translateY(10px);
  }
}
.scan-mover {
  -webkit-animation: scanFloat infinite 3s ease-in-out;
  -moz-animation: scanFloat infinite 3s ease-in-out;
  animation: scanFloat infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes btnOnOff {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes btnOnOff {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btnOnOff {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.btn-onoff {
  -webkit-animation: btnOnOff infinite 2s linear;
  -moz-animation: btnOnOff infinite 2s linear;
  animation: btnOnOff infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes cardDrop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(230px);
  }
}
@-webkit-keyframes cardDrop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(230px);
  }
}
@keyframes cardDrop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(230px);
  }
}
.card-drop {
  -webkit-animation: cardDrop infinite 3s ease-in;
  -moz-animation: cardDrop infinite 3s ease-in;
  animation: cardDrop infinite 3s ease-in;
  animation-fill-mode: forwards;
}
@-moz-keyframes coinJumpX {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(111px);
  }
  100% {
    transform: translateX(111px);
  }
}
@-webkit-keyframes coinJumpX {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(111px);
  }
  100% {
    transform: translateX(111px);
  }
}
@keyframes coinJumpX {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(111px);
  }
  100% {
    transform: translateX(111px);
  }
}
.coin-jumpX {
  -webkit-animation: coinJumpX infinite 4s ease-out;
  -moz-animation: coinJumpX infinite 4s ease-out;
  animation: coinJumpX infinite 4s ease-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes coinJumpY {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(120px);
  }
}
@-webkit-keyframes coinJumpY {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(120px);
  }
}
@keyframes coinJumpY {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(120px);
  }
}
.coin-jumpY {
  -webkit-animation: coinJumpY infinite 4s ease-in;
  -moz-animation: coinJumpY infinite 4s ease-in;
  animation: coinJumpY infinite 4s ease-in;
  animation-fill-mode: forwards;
}
.coin-spin {
  -webkit-animation: textRotate infinite 2s linear;
  -moz-animation: textRotate infinite 2s linear;
  animation: textRotate infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes malletMoveR {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
    animation-timing-function: ease-in;
  }
  35% {
    transform: rotate(48deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes malletMoveR {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
    animation-timing-function: ease-in;
  }
  35% {
    transform: rotate(48deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes malletMoveR {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
    animation-timing-function: ease-in;
  }
  35% {
    transform: rotate(48deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.mallet-moveR {
  -webkit-animation: malletMoveR infinite 4s linear;
  -moz-animation: malletMoveR infinite 4s linear;
  animation: malletMoveR infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes frameSwingb5 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(-9deg);
  }
  75% {
    transform: rotate(9deg);
  }
  90% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes frameSwingb5 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(-9deg);
  }
  75% {
    transform: rotate(9deg);
  }
  90% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes frameSwingb5 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(-9deg);
  }
  75% {
    transform: rotate(9deg);
  }
  90% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.frame-swingb5 {
  -webkit-animation: frameSwingb5 infinite 4s ease-in-out;
  -moz-animation: frameSwingb5 infinite 4s ease-in-out;
  animation: frameSwingb5 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes coinDrop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(180px);
  }
}
@-webkit-keyframes coinDrop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(180px);
  }
}
@keyframes coinDrop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(180px);
  }
}
.coin-drop {
  -webkit-animation: coinDrop infinite 3s ease-in;
  -moz-animation: coinDrop infinite 3s ease-in;
  animation: coinDrop infinite 3s ease-in;
  animation-fill-mode: forwards;
}
@-moz-keyframes dotmoveToken1a {
  0% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(60px);
  }
}
@-webkit-keyframes dotmoveToken1a {
  0% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(60px);
  }
}
@keyframes dotmoveToken1a {
  0% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(60px);
  }
}
.dotmove-token1a {
  -webkit-animation: dotmoveToken1a infinite 1.5s linear;
  -moz-animation: dotmoveToken1a infinite 1.5s linear;
  animation: dotmoveToken1a infinite 1.5s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dotmoveToken2a {
  0% {
    transform: translateX(60px);
  }
  80% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes dotmoveToken2a {
  0% {
    transform: translateX(60px);
  }
  80% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes dotmoveToken2a {
  0% {
    transform: translateX(60px);
  }
  80% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
.dotmove-token2a {
  -webkit-animation: dotmoveToken2a infinite 1.5s linear;
  -moz-animation: dotmoveToken2a infinite 1.5s linear;
  animation: dotmoveToken2a infinite 1.5s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes frameSwingb3 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  55% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes frameSwingb3 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  55% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes frameSwingb3 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  55% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.frame-swingb3 {
  -webkit-animation: frameSwingb3 infinite 3s ease-in-out;
  -moz-animation: frameSwingb3 infinite 3s ease-in-out;
  animation: frameSwingb3 infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes coinDownPipe1 {
  0% {
    transform: translate(0px, 0px);
  }
  5% {
    transform: translate(0px, 0px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translate(0px, 70px);
    animation-timing-function: ease-out;
  }
  75% {
    transform: translate(-35px, 140px);
  }
  100% {
    transform: translate(-35px, 140px);
  }
}
@-webkit-keyframes coinDownPipe1 {
  0% {
    transform: translate(0px, 0px);
  }
  5% {
    transform: translate(0px, 0px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translate(0px, 70px);
    animation-timing-function: ease-out;
  }
  75% {
    transform: translate(-35px, 140px);
  }
  100% {
    transform: translate(-35px, 140px);
  }
}
@keyframes coinDownPipe1 {
  0% {
    transform: translate(0px, 0px);
  }
  5% {
    transform: translate(0px, 0px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translate(0px, 70px);
    animation-timing-function: ease-out;
  }
  75% {
    transform: translate(-35px, 140px);
  }
  100% {
    transform: translate(-35px, 140px);
  }
}
.coin-pipe1 {
  -webkit-animation: coinDownPipe1 infinite 3s linear;
  -moz-animation: coinDownPipe1 infinite 3s linear;
  animation: coinDownPipe1 infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes coinDownPipe2 {
  0% {
    transform: translate(0px, 0px);
  }
  5% {
    transform: translate(0px, 0px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translate(0px, 70px);
    animation-timing-function: ease-out;
  }
  75% {
    transform: translate(35px, 140px);
  }
  100% {
    transform: translate(35px, 140px);
  }
}
@-webkit-keyframes coinDownPipe2 {
  0% {
    transform: translate(0px, 0px);
  }
  5% {
    transform: translate(0px, 0px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translate(0px, 70px);
    animation-timing-function: ease-out;
  }
  75% {
    transform: translate(35px, 140px);
  }
  100% {
    transform: translate(35px, 140px);
  }
}
@keyframes coinDownPipe2 {
  0% {
    transform: translate(0px, 0px);
  }
  5% {
    transform: translate(0px, 0px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translate(0px, 70px);
    animation-timing-function: ease-out;
  }
  75% {
    transform: translate(35px, 140px);
  }
  100% {
    transform: translate(35px, 140px);
  }
}
.coin-pipe2 {
  -webkit-animation: coinDownPipe2 infinite 3s linear;
  -moz-animation: coinDownPipe2 infinite 3s linear;
  animation: coinDownPipe2 infinite 3s linear;
  animation-fill-mode: forwards;
  animation-delay: .75s;
}
@-moz-keyframes coinDrop2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(140px);
  }
}
@-webkit-keyframes coinDrop2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(140px);
  }
}
@keyframes coinDrop2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(140px);
  }
}
.coin-drop2 {
  -webkit-animation: coinDrop2 infinite 2s ease-in;
  -moz-animation: coinDrop2 infinite 2s ease-in;
  animation: coinDrop2 infinite 2s ease-in;
  animation-fill-mode: forwards;
}
@-moz-keyframes itemSlide3 {
  0% {
    transform: translateX(-340px);
  }
  24% {
    transform: translateX(-340px);
  }
  33% {
    transform: translateX(-220px);
  }
  57% {
    transform: translateX(-220px);
  }
  66% {
    transform: translateX(-111px);
  }
  90% {
    transform: translateX(-111px);
  }
  99% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes itemSlide3 {
  0% {
    transform: translateX(-340px);
  }
  24% {
    transform: translateX(-340px);
  }
  33% {
    transform: translateX(-220px);
  }
  57% {
    transform: translateX(-220px);
  }
  66% {
    transform: translateX(-111px);
  }
  90% {
    transform: translateX(-111px);
  }
  99% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes itemSlide3 {
  0% {
    transform: translateX(-340px);
  }
  24% {
    transform: translateX(-340px);
  }
  33% {
    transform: translateX(-220px);
  }
  57% {
    transform: translateX(-220px);
  }
  66% {
    transform: translateX(-111px);
  }
  90% {
    transform: translateX(-111px);
  }
  99% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
.item-slide3 {
  -webkit-animation: itemSlide3 infinite 10s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: itemSlide3 infinite 10s cubic-bezier(0.5, 0, 0.5, 1);
  animation: itemSlide3 infinite 10s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
@-moz-keyframes tokenCheck {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  22% {
    opacity: 1;
    transform: scale(1);
  }
  24% {
    opacity: 0;
    transform: scale(0);
  }
  32% {
    opacity: 0;
    transform: scale(0);
  }
  34% {
    opacity: 1;
    transform: scale(1);
  }
  55% {
    opacity: 1;
    transform: scale(1);
  }
  57% {
    opacity: 0;
    transform: scale(0);
  }
  65% {
    opacity: 0;
    transform: scale(0);
  }
  67% {
    opacity: 1;
    transform: scale(1);
  }
  88% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
  }
  98% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes tokenCheck {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  22% {
    opacity: 1;
    transform: scale(1);
  }
  24% {
    opacity: 0;
    transform: scale(0);
  }
  32% {
    opacity: 0;
    transform: scale(0);
  }
  34% {
    opacity: 1;
    transform: scale(1);
  }
  55% {
    opacity: 1;
    transform: scale(1);
  }
  57% {
    opacity: 0;
    transform: scale(0);
  }
  65% {
    opacity: 0;
    transform: scale(0);
  }
  67% {
    opacity: 1;
    transform: scale(1);
  }
  88% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
  }
  98% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tokenCheck {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  22% {
    opacity: 1;
    transform: scale(1);
  }
  24% {
    opacity: 0;
    transform: scale(0);
  }
  32% {
    opacity: 0;
    transform: scale(0);
  }
  34% {
    opacity: 1;
    transform: scale(1);
  }
  55% {
    opacity: 1;
    transform: scale(1);
  }
  57% {
    opacity: 0;
    transform: scale(0);
  }
  65% {
    opacity: 0;
    transform: scale(0);
  }
  67% {
    opacity: 1;
    transform: scale(1);
  }
  88% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
  }
  98% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.token-check {
  -webkit-animation: tokenCheck infinite 10s ease-in-out;
  -moz-animation: tokenCheck infinite 10s ease-in-out;
  animation: tokenCheck infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
/*! - ANIMATION: PARTS */
.data-line.vert {
  width: 5px;
  height: 15px;
}
.data-line.horiz {
  width: 15px;
  height: 5px;
}
.data-line img {
  width: 100%;
  height: 100%;
}
.data-line-wrap {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.data-line-wrap.horiz {
  height: 30px;
}
.data-line-wrap.horiz > .data-line:nth-child(2) {
  top: 10px;
  animation-delay: -1s !important;
}
.data-line-wrap.horiz .data-line-group:nth-child(2) {
  top: 10px;
  animation-delay: -1s !important;
}
.data-line-wrap.vert {
  width: 30px;
}
.data-line-wrap.vert > .data-line:nth-child(2) {
  left: 8px;
  animation-delay: -1s !important;
}
.data-line-wrap.vert .data-line-group:nth-child(2) {
  left: 8px;
  animation-delay: -1s !important;
}
.v-line-anim {
  width: 12px;
  height: 233px;
  position: absolute;
  left: 50%;
  top: 0;
  top: auto;
  margin-left: -6px;
  overflow: hidden;
}
.v-line-anim .center-line {
  position: absolute;
  left: 0;
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
  background-color: #dab679;
}
.v-line-anim .data-line {
  left: -1px;
  -webkit-animation: vLineData infinite 4s linear;
  -moz-animation: vLineData infinite 4s linear;
  animation: vLineData infinite 4s linear;
  animation-fill-mode: forwards;
}
.v-line-anim .data-line[data-num="3"],
.v-line-anim .data-line[data-num="4"] {
  left: 8px;
}
.v-line-anim .data-line[data-num="2"] {
  animation-delay: -2s !important;
}
.v-line-anim .data-line[data-num="3"] {
  animation-delay: -1s !important;
}
.v-line-anim .data-line[data-num="4"] {
  animation-delay: -3s !important;
}
.v-line-anim .data-line:nth-child(even) img {
  transform: scaleY(-1);
}
.ornament-line-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 150px;
}
#hero .ornament-line-group {
  top: 140px;
  left: 330px;
}
#hero .ornament-line-group[data-num="1"] .data-line-wrap[data-num="1"],
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="1"] {
  width: 182px;
  top: 65px;
}
#hero .ornament-line-group[data-num="1"] .data-line-wrap[data-num="2"],
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="2"] {
  height: 40px;
  left: 183px;
  top: 80px;
}
#hero .ornament-line-group[data-num="1"] .data-line-wrap[data-num="3"],
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="3"] {
  width: 158px;
  top: 114px;
  left: 187px;
}
#hero .ornament-line-group[data-num="1"] .data-line-wrap[data-num="4"],
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="4"] {
  height: 290px;
  top: 0px;
  left: 37px;
}
#hero .ornament-line-group[data-num="1"] .data-line-wrap[data-num="5"],
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="5"] {
  width: 165px;
  top: 291px;
  left: 54px;
}
#hero .ornament-line-group[data-num="1"] .data-line-wrap[data-num="6"],
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="6"] {
  height: 67px;
  top: 308px;
  left: 218px;
}
#hero .ornament-line-group[data-num="1"] .data-line-wrap[data-num="7"],
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="7"] {
  width: 120px;
  top: 368px;
  left: 225px;
}
#hero .ornament-line-group[data-num="1"] .data-line-wrap[data-num="8"],
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="8"] {
  width: 131px;
  top: 231px;
  left: 212px;
}
#hero .ornament-line-group[data-num="1"] .data-line-wrap[data-num="9"],
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="9"] {
  height: 155px;
  top: 235px;
  left: 94px;
}
#hero .ornament-line-group[data-num="1"] .data-line-wrap.horiz > .data-line:nth-child(2),
#hero .ornament-line-group[data-num="2"] .data-line-wrap.horiz > .data-line:nth-child(2) {
  animation-delay: -1.5s !important;
}
#hero .ornament-line-group[data-num="1"] .data-line-wrap.vert > .data-line:nth-child(2),
#hero .ornament-line-group[data-num="2"] .data-line-wrap.vert > .data-line:nth-child(2) {
  animation-delay: -1.5s !important;
}
#hero .ornament-line-group[data-num="2"] {
  transform: scaleX(-1);
  left: auto;
  right: 327px;
}
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="1"] {
  width: 172px;
}
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="2"] {
  left: 170px;
}
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="3"] {
  left: 177px;
  width: 166px;
}
#hero .ornament-line-group[data-num="2"] .data-line-wrap[data-num="9"] {
  left: 95px;
}
#hero .ornament-line-group[data-num="3"] {
  left: 894px;
  top: 140px;
}
#hero .ornament-line-group[data-num="3"] .data-line-wrap.horiz > .data-line:nth-child(2) {
  animation-delay: -1.5s !important;
}
#hero .ornament-line-group[data-num="3"] .data-line-wrap[data-num="1"] {
  height: 195px;
  left: 1px;
}
#hero .ornament-line-group[data-num="3"] .data-line-wrap[data-num="1"].vert > .data-line:nth-child(2) {
  animation-delay: -0.75s !important;
}
#hero .ornament-line-group[data-num="3"] .data-line-wrap[data-num="1"].vert > .data-line:nth-child(3) {
  animation-delay: -1.5s !important;
}
#hero .ornament-line-group[data-num="3"] .data-line-wrap[data-num="1"].vert > .data-line:nth-child(4) {
  left: 8px;
  animation-delay: -2.25s !important;
}
#hero .ornament-line-group[data-num="3"] .data-line-wrap[data-num="2"] {
  left: -164px;
  top: 230px;
  width: 115px;
}
#hero .ornament-line-group[data-num="3"] .data-line-wrap[data-num="3"] {
  left: 65px;
  top: 230px;
  width: 115px;
}
#hero.on .column-lines .data-line-group {
  -webkit-animation: dataLineCol infinite 4s linear;
  -moz-animation: dataLineCol infinite 4s linear;
  animation: dataLineCol infinite 4s linear;
  animation-fill-mode: forwards;
}
#hero.on .ornament-line-group[data-num="1"] .data-line-wrap[data-num="1"] .data-line,
#hero.on .ornament-line-group[data-num="2"] .data-line-wrap[data-num="1"] .data-line,
#hero.on .ornament-line-group[data-num="1"] .data-line-wrap[data-num="3"] .data-line,
#hero.on .ornament-line-group[data-num="2"] .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlHero1 infinite 3s linear;
  -moz-animation: dlHero1 infinite 3s linear;
  animation: dlHero1 infinite 3s linear;
  animation-fill-mode: forwards;
}
#hero.on .ornament-line-group[data-num="1"] .data-line-wrap[data-num="2"] .data-line,
#hero.on .ornament-line-group[data-num="2"] .data-line-wrap[data-num="2"] .data-line,
#hero.on .ornament-line-group[data-num="1"] .data-line-wrap[data-num="6"] .data-line,
#hero.on .ornament-line-group[data-num="2"] .data-line-wrap[data-num="6"] .data-line {
  -webkit-animation: dlHero2 infinite 3s linear;
  -moz-animation: dlHero2 infinite 3s linear;
  animation: dlHero2 infinite 3s linear;
  animation-fill-mode: forwards;
}
#hero.on .ornament-line-group[data-num="1"] .data-line-wrap[data-num="4"] .data-line,
#hero.on .ornament-line-group[data-num="2"] .data-line-wrap[data-num="4"] .data-line {
  -webkit-animation: dlHero3 infinite 3s linear;
  -moz-animation: dlHero3 infinite 3s linear;
  animation: dlHero3 infinite 3s linear;
  animation-fill-mode: forwards;
}
#hero.on .ornament-line-group[data-num="1"] .data-line-wrap[data-num="5"] .data-line,
#hero.on .ornament-line-group[data-num="2"] .data-line-wrap[data-num="5"] .data-line {
  -webkit-animation: dlHero4 infinite 3s linear;
  -moz-animation: dlHero4 infinite 3s linear;
  animation: dlHero4 infinite 3s linear;
  animation-fill-mode: forwards;
}
#hero.on .ornament-line-group[data-num="1"] .data-line-wrap[data-num="7"] .data-line,
#hero.on .ornament-line-group[data-num="2"] .data-line-wrap[data-num="7"] .data-line {
  -webkit-animation: dlHero5 infinite 3s linear;
  -moz-animation: dlHero5 infinite 3s linear;
  animation: dlHero5 infinite 3s linear;
  animation-fill-mode: forwards;
}
#hero.on .ornament-line-group[data-num="1"] .data-line-wrap[data-num="8"] .data-line,
#hero.on .ornament-line-group[data-num="2"] .data-line-wrap[data-num="8"] .data-line {
  -webkit-animation: dlHero6 infinite 3s linear;
  -moz-animation: dlHero6 infinite 3s linear;
  animation: dlHero6 infinite 3s linear;
  animation-fill-mode: forwards;
}
#hero.on .ornament-line-group[data-num="1"] .data-line-wrap[data-num="9"] .data-line,
#hero.on .ornament-line-group[data-num="2"] .data-line-wrap[data-num="9"] .data-line {
  -webkit-animation: dlHero7 infinite 3s linear;
  -moz-animation: dlHero7 infinite 3s linear;
  animation: dlHero7 infinite 3s linear;
  animation-fill-mode: forwards;
}
#hero.on .ornament-line-group[data-num="3"] .data-line-wrap[data-num="1"] .data-line {
  -webkit-animation: dlHero8 infinite 3s linear;
  -moz-animation: dlHero8 infinite 3s linear;
  animation: dlHero8 infinite 3s linear;
  animation-fill-mode: forwards;
}
#hero.on .ornament-line-group[data-num="3"] .data-line-wrap[data-num="2"] .data-line {
  -webkit-animation: dlHero9 infinite 3s linear;
  -moz-animation: dlHero9 infinite 3s linear;
  animation: dlHero9 infinite 3s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
#hero.on .ornament-line-group[data-num="3"] .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlHero9 infinite 3s linear;
  -moz-animation: dlHero9 infinite 3s linear;
  animation: dlHero9 infinite 3s linear;
  animation-fill-mode: forwards;
}
#what .background.left .ornament-line-group {
  top: 443px;
  left: 269px;
}
#what .background.left .data-line-wrap[data-num="1"] {
  height: 40px;
  left: 1px;
}
#what .background.left .data-line-wrap[data-num="2"] {
  width: 145px;
  top: 36px;
  left: -144px;
}
#what .background.left .data-line-wrap[data-num="3"] {
  height: 69px;
  top: 44px;
  left: -153px;
}
#what .background.left .data-line-wrap[data-num="4"] {
  height: 79px;
  top: 200px;
  left: -153px;
}
#what .background.left .data-line-wrap[data-num="5"] {
  width: 172px;
  top: 271px;
  left: -144px;
}
#what .background.right .ornament-line-group {
  top: 103px;
  left: 178px;
}
#what .background.right .data-line-wrap[data-num="1"] {
  width: 174px;
}
#what .background.right .data-line-wrap[data-num="2"] {
  height: 56px;
  left: 167px;
  top: 10px;
}
#what .background.right .data-line-wrap[data-num="3"] {
  height: 54px;
  top: 187px;
  left: 167px;
}
#what .background.right .data-line-wrap[data-num="4"] {
  width: 145px;
  top: 234px;
  left: 30px;
}
#what .background.right .data-line-wrap[data-num="5"] {
  height: 35px;
  top: 248px;
  left: 14px;
}
#what.on .background.left .data-line-wrap[data-num="1"] .data-line {
  -webkit-animation: dlWhat1 infinite 2s linear;
  -moz-animation: dlWhat1 infinite 2s linear;
  animation: dlWhat1 infinite 2s linear;
  animation-fill-mode: forwards;
}
#what.on .background.left .data-line-wrap[data-num="2"] .data-line {
  -webkit-animation: dlWhat3 infinite 2s linear;
  -moz-animation: dlWhat3 infinite 2s linear;
  animation: dlWhat3 infinite 2s linear;
  animation-fill-mode: forwards;
}
#what.on .background.left .data-line-wrap[data-num="3"] .data-line,
#what.on .background.left .data-line-wrap[data-num="4"] .data-line {
  -webkit-animation: dlWhat2 infinite 2s linear;
  -moz-animation: dlWhat2 infinite 2s linear;
  animation: dlWhat2 infinite 2s linear;
  animation-fill-mode: forwards;
}
#what.on .background.left .data-line-wrap[data-num="5"] .data-line {
  -webkit-animation: dlWhat4 infinite 2s linear;
  -moz-animation: dlWhat4 infinite 2s linear;
  animation: dlWhat4 infinite 2s linear;
  animation-fill-mode: forwards;
}
#what.on .background.right .data-line-wrap[data-num="1"] .data-line {
  -webkit-animation: dlWhat4 infinite 2s linear;
  -moz-animation: dlWhat4 infinite 2s linear;
  animation: dlWhat4 infinite 2s linear;
  animation-fill-mode: forwards;
}
#what.on .background.right .data-line-wrap[data-num="5"] .data-line {
  -webkit-animation: dlWhat1 infinite 2s linear;
  -moz-animation: dlWhat1 infinite 2s linear;
  animation: dlWhat1 infinite 2s linear;
  animation-fill-mode: forwards;
}
#what.on .background.right .data-line-wrap[data-num="2"] .data-line,
#what.on .background.right .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlWhat2 infinite 2s linear;
  -moz-animation: dlWhat2 infinite 2s linear;
  animation: dlWhat2 infinite 2s linear;
  animation-fill-mode: forwards;
}
#what.on .background.right .data-line-wrap[data-num="4"] .data-line {
  -webkit-animation: dlWhat3 infinite 2s linear;
  -moz-animation: dlWhat3 infinite 2s linear;
  animation: dlWhat3 infinite 2s linear;
  animation-fill-mode: forwards;
}
#how .ornament-line[data-num="1"] .data-line-wrap[data-num="1"],
#how .ornament-line[data-num="4"] .data-line-wrap[data-num="1"] {
  width: 100px;
  top: 3px;
}
#how .ornament-line[data-num="1"] .data-line-wrap[data-num="2"],
#how .ornament-line[data-num="4"] .data-line-wrap[data-num="2"] {
  height: 40px;
  top: 20px;
  left: 100px;
}
#how .ornament-line[data-num="1"] .data-line-wrap[data-num="3"],
#how .ornament-line[data-num="4"] .data-line-wrap[data-num="3"] {
  width: 105px;
  top: 53px;
  left: 105px;
}
#how .ornament-line[data-num="2"] .ornament-line-group {
  top: 165px;
  left: -7px;
  transform: rotate(90deg);
}
#how .ornament-line[data-num="2"] .data-line-wrap[data-num="1"] {
  width: 140px;
  top: 3px;
}
#how .ornament-line[data-num="2"] .data-line-wrap[data-num="2"] {
  height: 70px;
  top: 20px;
  left: 140px;
}
#how .ornament-line[data-num="2"] .data-line-wrap[data-num="3"] {
  width: 150px;
  top: 80px;
  left: 145px;
}
#how .ornament-line[data-num="2"] .data-line-wrap[data-num="4"] {
  height: 75px;
  top: 95px;
  left: 297px;
}
#how .ornament-line[data-num="3"] .ornament-line-group,
#how .ornament-line[data-num="6"] .ornament-line-group {
  top: 129px;
  left: -33px;
  transform: rotate(-90deg);
}
#how .ornament-line[data-num="3"] .data-line-wrap[data-num="1"],
#how .ornament-line[data-num="6"] .data-line-wrap[data-num="1"] {
  width: 280px;
  top: 4px;
  left: -140px;
}
#how .ornament-line[data-num="3"] .data-line-wrap[data-num="2"],
#how .ornament-line[data-num="6"] .data-line-wrap[data-num="2"] {
  height: 70px;
  top: 20px;
  left: 140px;
}
#how .ornament-line[data-num="3"] .data-line-wrap[data-num="3"],
#how .ornament-line[data-num="6"] .data-line-wrap[data-num="3"] {
  width: 150px;
  top: 81px;
  left: 145px;
}
#how .ornament-line[data-num="3"] .data-line-wrap[data-num="4"],
#how .ornament-line[data-num="6"] .data-line-wrap[data-num="4"] {
  height: 75px;
  top: 95px;
  left: 296px;
}
#how .ornament-line[data-num="5"] .ornament-line-group {
  top: 190px;
  left: -7px;
  transform: rotate(90deg);
}
#how .ornament-line[data-num="5"] .data-line-wrap[data-num="1"] {
  width: 115px;
  top: 3px;
}
#how .ornament-line[data-num="5"] .data-line-wrap[data-num="2"] {
  height: 70px;
  top: 20px;
  left: 114px;
}
#how .ornament-line[data-num="5"] .data-line-wrap[data-num="3"] {
  width: 145px;
  top: 81px;
  left: 120px;
}
#how .ornament-line[data-num="6"] .data-line-wrap[data-num="1"] {
  width: 150px;
  top: 4px;
  left: -10px;
}
#how.on .ornament-line[data-num="1"] .data-line-wrap[data-num="1"] .data-line,
#how.on .ornament-line[data-num="4"] .data-line-wrap[data-num="1"] .data-line,
#how.on .ornament-line[data-num="1"] .data-line-wrap[data-num="3"] .data-line,
#how.on .ornament-line[data-num="4"] .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlHow1 infinite 2s linear;
  -moz-animation: dlHow1 infinite 2s linear;
  animation: dlHow1 infinite 2s linear;
  animation-fill-mode: forwards;
}
#how.on .ornament-line[data-num="1"] .data-line-wrap[data-num="2"] .data-line,
#how.on .ornament-line[data-num="4"] .data-line-wrap[data-num="2"] .data-line {
  -webkit-animation: dlHow2 infinite 2s linear;
  -moz-animation: dlHow2 infinite 2s linear;
  animation: dlHow2 infinite 2s linear;
  animation-fill-mode: forwards;
}
#how.on .ornament-line[data-num="2"] .data-line-wrap[data-num="1"] .data-line,
#how.on .ornament-line[data-num="2"] .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlHow3 infinite 2s linear;
  -moz-animation: dlHow3 infinite 2s linear;
  animation: dlHow3 infinite 2s linear;
  animation-fill-mode: forwards;
}
#how.on .ornament-line[data-num="2"] .data-line-wrap[data-num="2"] .data-line,
#how.on .ornament-line[data-num="2"] .data-line-wrap[data-num="4"] .data-line {
  -webkit-animation: dlHow4 infinite 2s linear;
  -moz-animation: dlHow4 infinite 2s linear;
  animation: dlHow4 infinite 2s linear;
  animation-fill-mode: forwards;
}
#how.on .ornament-line[data-num="3"] .data-line-wrap[data-num="1"] .data-line,
#how.on .ornament-line[data-num="6"] .data-line-wrap[data-num="1"] .data-line {
  -webkit-animation: dlHow5 infinite 2s linear;
  -moz-animation: dlHow5 infinite 2s linear;
  animation: dlHow5 infinite 2s linear;
  animation-fill-mode: forwards;
}
#how.on .ornament-line[data-num="3"] .data-line-wrap[data-num="3"] .data-line,
#how.on .ornament-line[data-num="6"] .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlHow3 infinite 2s linear;
  -moz-animation: dlHow3 infinite 2s linear;
  animation: dlHow3 infinite 2s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
#how.on .ornament-line[data-num="3"] .data-line-wrap[data-num="2"] .data-line,
#how.on .ornament-line[data-num="6"] .data-line-wrap[data-num="2"] .data-line,
#how.on .ornament-line[data-num="3"] .data-line-wrap[data-num="4"] .data-line,
#how.on .ornament-line[data-num="6"] .data-line-wrap[data-num="4"] .data-line {
  -webkit-animation: dlHow4 infinite 2s linear;
  -moz-animation: dlHow4 infinite 2s linear;
  animation: dlHow4 infinite 2s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
#how.on .ornament-line[data-num="5"] .data-line-wrap[data-num="1"] .data-line,
#how.on .ornament-line[data-num="5"] .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlHow3 infinite 2s linear;
  -moz-animation: dlHow3 infinite 2s linear;
  animation: dlHow3 infinite 2s linear;
  animation-fill-mode: forwards;
}
#how.on .ornament-line[data-num="5"] .data-line-wrap[data-num="2"] .data-line {
  -webkit-animation: dlHow4 infinite 2s linear;
  -moz-animation: dlHow4 infinite 2s linear;
  animation: dlHow4 infinite 2s linear;
  animation-fill-mode: forwards;
}
#how.on .column-lines .data-line-group {
  -webkit-animation: dataLineCol2 infinite 4s linear;
  -moz-animation: dataLineCol2 infinite 4s linear;
  animation: dataLineCol2 infinite 4s linear;
  animation-fill-mode: forwards;
}
#meet .ornament-line.top .ornament-line-group {
  top: -5px;
  left: 0px;
}
#meet .ornament-line.bot .ornament-line-group {
  top: auto;
  left: auto;
  bottom: -4px;
  right: 0px;
  transform: rotate(180deg);
}
#meet .ornament-line .data-line-wrap[data-num="1"] {
  width: 895px;
}
#meet .ornament-line .data-line-wrap[data-num="2"] {
  height: 70px;
  top: 15px;
  left: 896px;
}
#meet .ornament-line .data-line-wrap[data-num="3"] {
  width: 147px;
  top: 77px;
  left: 902px;
}
#meet .ornament-line .data-line-wrap[data-num="4"] {
  height: 60px;
  top: 95px;
  left: 1052px;
}
#meet.on .ornament-line.top .data-line-wrap[data-num="1"] .data-line-group {
  -webkit-animation: dlMeet3 infinite 2s linear;
  -moz-animation: dlMeet3 infinite 2s linear;
  animation: dlMeet3 infinite 2s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
#meet.on .ornament-line.top .data-line-wrap[data-num="2"] .data-line,
#meet.on .ornament-line.top .data-line-wrap[data-num="4"] .data-line {
  -webkit-animation: dlMeet1 infinite 2s linear;
  -moz-animation: dlMeet1 infinite 2s linear;
  animation: dlMeet1 infinite 2s linear;
  animation-fill-mode: forwards;
}
#meet.on .ornament-line.top .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlMeet2 infinite 2s linear;
  -moz-animation: dlMeet2 infinite 2s linear;
  animation: dlMeet2 infinite 2s linear;
  animation-fill-mode: forwards;
}
#meet.on .ornament-line.bot .data-line-wrap[data-num="1"] .data-line-group {
  -webkit-animation: dlMeet3 infinite 2s linear;
  -moz-animation: dlMeet3 infinite 2s linear;
  animation: dlMeet3 infinite 2s linear;
  animation-fill-mode: forwards;
}
#meet.on .ornament-line.bot .data-line-wrap[data-num="2"] .data-line,
#meet.on .ornament-line.bot .data-line-wrap[data-num="4"] .data-line {
  -webkit-animation: dlMeet1 infinite 2s linear;
  -moz-animation: dlMeet1 infinite 2s linear;
  animation: dlMeet1 infinite 2s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
#meet.on .ornament-line.bot .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlMeet2 infinite 2s linear;
  -moz-animation: dlMeet2 infinite 2s linear;
  animation: dlMeet2 infinite 2s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
#roadmap .ornament-line {
  padding-top: 5px;
}
#roadmap .ornament-line .data-line-wrap[data-num="1"] {
  width: 90px;
}
#roadmap .ornament-line .data-line-wrap[data-num="2"] {
  height: 42px;
  top: 15px;
  left: 90px;
}
#roadmap .ornament-line .data-line-wrap[data-num="3"] {
  width: 96px;
  top: 49px;
  left: 95px;
}
#roadmap .ornament-line[data-num="1"] {
  height: 155px;
}
#roadmap .ornament-line[data-num="1"] .ornament-line-group {
  top: -2px;
}
#roadmap .ornament-line[data-num="2"],
#roadmap .ornament-line.end.left {
  height: 105px;
}
#roadmap .ornament-line[data-num="2"] .ornament-line-group,
#roadmap .ornament-line.end.left .ornament-line-group {
  transform: scaleY(-1);
  top: -43px;
}
#roadmap .ornament-line[data-num="2"] .data-line-wrap[data-num="2"],
#roadmap .ornament-line.end.left .data-line-wrap[data-num="2"] {
  height: 68px;
}
#roadmap .ornament-line[data-num="2"] .data-line-wrap[data-num="3"],
#roadmap .ornament-line.end.left .data-line-wrap[data-num="3"] {
  top: 75px;
}
#roadmap .ornament-line[data-num="2"] .data-line-wrap[data-num="3"].horiz .data-line:nth-child(1),
#roadmap .ornament-line.end.left .data-line-wrap[data-num="3"].horiz .data-line:nth-child(1) {
  animation-delay: -1s !important;
}
#roadmap .ornament-line[data-num="2"] .data-line-wrap[data-num="3"].horiz .data-line:nth-child(2),
#roadmap .ornament-line.end.left .data-line-wrap[data-num="3"].horiz .data-line:nth-child(2) {
  animation-delay: 0s !important;
}
#roadmap .ornament-line.end.left .ornament-line-group {
  left: auto;
  right: -4px;
}
#roadmap .ornament-line.end.left .data-line-wrap[data-num="1"] {
  width: 585px;
  left: auto;
  right: 115px;
  top: 1px;
}
#roadmap .ornament-line.end.left .data-line-wrap[data-num="3"] {
  width: 98px;
}
#roadmap .ornament-line.end.right {
  height: 105px;
}
#roadmap .ornament-line.end.right .ornament-line-group {
  top: 15px;
}
#roadmap .ornament-line.end.right .data-line-wrap[data-num="1"] {
  width: 100px;
  top: 1px;
}
#roadmap .ornament-line.end.right .data-line-wrap[data-num="2"] {
  height: 67px;
  top: 8px;
  left: 92px;
}
#roadmap .ornament-line.end.right .data-line-wrap[data-num="3"] {
  width: 1285px;
  top: 75px;
  left: 110px;
}
#roadmap.on .ornament-line[data-num="1"] .data-line-wrap[data-num="1"] .data-line,
#roadmap.on .ornament-line[data-num="1"] .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlRoadmap1 infinite 2s linear;
  -moz-animation: dlRoadmap1 infinite 2s linear;
  animation: dlRoadmap1 infinite 2s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .ornament-line[data-num="1"] .data-line-wrap[data-num="2"] .data-line {
  -webkit-animation: dlRoadmap2 infinite 2s linear;
  -moz-animation: dlRoadmap2 infinite 2s linear;
  animation: dlRoadmap2 infinite 2s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .ornament-line[data-num="2"] .data-line-wrap[data-num="1"] .data-line,
#roadmap.on .ornament-line[data-num="2"] .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlRoadmap1 infinite 2s linear;
  -moz-animation: dlRoadmap1 infinite 2s linear;
  animation: dlRoadmap1 infinite 2s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .ornament-line[data-num="2"] .data-line-wrap[data-num="2"] .data-line {
  -webkit-animation: dlRoadmap2a infinite 2s linear;
  -moz-animation: dlRoadmap2a infinite 2s linear;
  animation: dlRoadmap2a infinite 2s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .ornament-line.end.left .data-line-wrap[data-num="2"] .data-line {
  -webkit-animation: dlRoadmap2a infinite 2s linear;
  -moz-animation: dlRoadmap2a infinite 2s linear;
  animation: dlRoadmap2a infinite 2s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .ornament-line.end.left .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlRoadmap1 infinite 2s linear;
  -moz-animation: dlRoadmap1 infinite 2s linear;
  animation: dlRoadmap1 infinite 2s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .ornament-line.end.left .data-line-group {
  -webkit-animation: dlRoadmap3 infinite 2s linear;
  -moz-animation: dlRoadmap3 infinite 2s linear;
  animation: dlRoadmap3 infinite 2s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .ornament-line.end.right .data-line-wrap[data-num="1"] .data-line {
  -webkit-animation: dlRoadmap1 infinite 2s linear;
  -moz-animation: dlRoadmap1 infinite 2s linear;
  animation: dlRoadmap1 infinite 2s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .ornament-line.end.right .data-line-wrap[data-num="2"] .data-line {
  -webkit-animation: dlRoadmap2 infinite 2s linear;
  -moz-animation: dlRoadmap2 infinite 2s linear;
  animation: dlRoadmap2 infinite 2s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .ornament-line.end.right .data-line-group {
  -webkit-animation: dlRoadmap3 infinite 2s linear;
  -moz-animation: dlRoadmap3 infinite 2s linear;
  animation: dlRoadmap3 infinite 2s linear;
  animation-fill-mode: forwards;
}
#globalFooter .ornament-line-group {
  top: 100px;
  left: auto;
  right: -76px;
}
#globalFooter .data-line-wrap[data-num="1"] {
  height: 280px;
}
#globalFooter .data-line-wrap[data-num="2"] {
  width: 42px;
  top: 272px;
  left: -35px;
}
#globalFooter .data-line-wrap[data-num="3"] {
  height: 90px;
  top: 290px;
  left: -53px;
}
#globalFooter .data-line-wrap[data-num="4"] {
  height: 610px;
  top: 414px;
  left: -68px;
}
#globalFooter .data-line-wrap[data-num="5"] {
  height: 60px;
  top: 385px;
  left: -33px;
}
#globalFooter.on .data-line-wrap[data-num="1"] .data-line-group {
  -webkit-animation: dlFooter1 infinite 2s linear;
  -moz-animation: dlFooter1 infinite 2s linear;
  animation: dlFooter1 infinite 2s linear;
  animation-fill-mode: forwards;
}
#globalFooter.on .data-line-wrap[data-num="2"] .data-line {
  -webkit-animation: dlFooter2 infinite 2s linear;
  -moz-animation: dlFooter2 infinite 2s linear;
  animation: dlFooter2 infinite 2s linear;
  animation-fill-mode: forwards;
}
#globalFooter.on .data-line-wrap[data-num="3"] .data-line {
  -webkit-animation: dlFooter3 infinite 2s linear;
  -moz-animation: dlFooter3 infinite 2s linear;
  animation: dlFooter3 infinite 2s linear;
  animation-fill-mode: forwards;
}
#globalFooter.on .data-line-wrap[data-num="4"] .data-line-group {
  -webkit-animation: dlFooter4 infinite 2s linear;
  -moz-animation: dlFooter4 infinite 2s linear;
  animation: dlFooter4 infinite 2s linear;
  animation-fill-mode: forwards;
}
#globalFooter.on .data-line-wrap[data-num="5"] .data-line {
  -webkit-animation: dlFooter5 infinite 2s linear;
  -moz-animation: dlFooter5 infinite 2s linear;
  animation: dlFooter5 infinite 2s linear;
  animation-fill-mode: forwards;
}
/*! - ANIMATION: DATA LINES */
@-moz-keyframes vLineData {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(250px);
  }
}
@-webkit-keyframes vLineData {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(250px);
  }
}
@keyframes vLineData {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(250px);
  }
}
.data-move-vline {
  -webkit-animation: vLineData infinite 4s linear;
  -moz-animation: vLineData infinite 4s linear;
  animation: vLineData infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dataLineCol {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(176px);
  }
}
@-webkit-keyframes dataLineCol {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(176px);
  }
}
@keyframes dataLineCol {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(176px);
  }
}
.data-move-col {
  -webkit-animation: dataLineCol infinite 4s linear;
  -moz-animation: dataLineCol infinite 4s linear;
  animation: dataLineCol infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dataLineCol2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(243px);
  }
}
@-webkit-keyframes dataLineCol2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(243px);
  }
}
@keyframes dataLineCol2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(243px);
  }
}
.data-move-col2 {
  -webkit-animation: dataLineCol2 infinite 4s linear;
  -moz-animation: dataLineCol2 infinite 4s linear;
  animation: dataLineCol2 infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlHero1 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(185px);
  }
}
@-webkit-keyframes dlHero1 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(185px);
  }
}
@keyframes dlHero1 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(185px);
  }
}
.dl-hero1 {
  -webkit-animation: dlHero1 infinite 3s linear;
  -moz-animation: dlHero1 infinite 3s linear;
  animation: dlHero1 infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlHero2 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(70px);
  }
}
@-webkit-keyframes dlHero2 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(70px);
  }
}
@keyframes dlHero2 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(70px);
  }
}
.dl-hero2 {
  -webkit-animation: dlHero2 infinite 3s linear;
  -moz-animation: dlHero2 infinite 3s linear;
  animation: dlHero2 infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlHero3 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(290px);
  }
}
@-webkit-keyframes dlHero3 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(290px);
  }
}
@keyframes dlHero3 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(290px);
  }
}
.dl-hero3 {
  -webkit-animation: dlHero3 infinite 3s linear;
  -moz-animation: dlHero3 infinite 3s linear;
  animation: dlHero3 infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlHero4 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(165px);
  }
}
@-webkit-keyframes dlHero4 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(165px);
  }
}
@keyframes dlHero4 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(165px);
  }
}
.dl-hero4 {
  -webkit-animation: dlHero4 infinite 3s linear;
  -moz-animation: dlHero4 infinite 3s linear;
  animation: dlHero4 infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlHero5 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(120px);
  }
}
@-webkit-keyframes dlHero5 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(120px);
  }
}
@keyframes dlHero5 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(120px);
  }
}
.dl-hero5 {
  -webkit-animation: dlHero5 infinite 3s linear;
  -moz-animation: dlHero5 infinite 3s linear;
  animation: dlHero5 infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlHero6 {
  0% {
    transform: translateX(245px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@-webkit-keyframes dlHero6 {
  0% {
    transform: translateX(245px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@keyframes dlHero6 {
  0% {
    transform: translateX(245px);
  }
  100% {
    transform: translateX(-15px);
  }
}
.dl-hero6 {
  -webkit-animation: dlHero6 infinite 3s linear;
  -moz-animation: dlHero6 infinite 3s linear;
  animation: dlHero6 infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlHero7 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(155px);
  }
}
@-webkit-keyframes dlHero7 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(155px);
  }
}
@keyframes dlHero7 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(155px);
  }
}
.dl-hero7 {
  -webkit-animation: dlHero7 infinite 3s linear;
  -moz-animation: dlHero7 infinite 3s linear;
  animation: dlHero7 infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlHero8 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(225px);
  }
}
@-webkit-keyframes dlHero8 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(225px);
  }
}
@keyframes dlHero8 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(225px);
  }
}
.dl-hero8 {
  -webkit-animation: dlHero8 infinite 3s linear;
  -moz-animation: dlHero8 infinite 3s linear;
  animation: dlHero8 infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlHero9 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(115px);
  }
}
@-webkit-keyframes dlHero9 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(115px);
  }
}
@keyframes dlHero9 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(115px);
  }
}
.dl-hero9 {
  -webkit-animation: dlHero9 infinite 3s linear;
  -moz-animation: dlHero9 infinite 3s linear;
  animation: dlHero9 infinite 3s linear;
  animation-fill-mode: forwards;
}
.dl-hero9a {
  -webkit-animation: dlHero9 infinite 3s linear;
  -moz-animation: dlHero9 infinite 3s linear;
  animation: dlHero9 infinite 3s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
@-moz-keyframes dlWhat1 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(60px);
  }
}
@-webkit-keyframes dlWhat1 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(60px);
  }
}
@keyframes dlWhat1 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(60px);
  }
}
.dl-what1 {
  -webkit-animation: dlWhat1 infinite 2s linear;
  -moz-animation: dlWhat1 infinite 2s linear;
  animation: dlWhat1 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlWhat2 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(70px);
  }
}
@-webkit-keyframes dlWhat2 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(70px);
  }
}
@keyframes dlWhat2 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(70px);
  }
}
.dl-what2 {
  -webkit-animation: dlWhat2 infinite 2s linear;
  -moz-animation: dlWhat2 infinite 2s linear;
  animation: dlWhat2 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlWhat3 {
  0% {
    transform: translateX(145px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@-webkit-keyframes dlWhat3 {
  0% {
    transform: translateX(145px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@keyframes dlWhat3 {
  0% {
    transform: translateX(145px);
  }
  100% {
    transform: translateX(-15px);
  }
}
.dl-what3 {
  -webkit-animation: dlWhat3 infinite 2s linear;
  -moz-animation: dlWhat3 infinite 2s linear;
  animation: dlWhat3 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlWhat4 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(170px);
  }
}
@-webkit-keyframes dlWhat4 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(170px);
  }
}
@keyframes dlWhat4 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(170px);
  }
}
.dl-what4 {
  -webkit-animation: dlWhat4 infinite 2s linear;
  -moz-animation: dlWhat4 infinite 2s linear;
  animation: dlWhat4 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlHow1 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(108px);
  }
}
@-webkit-keyframes dlHow1 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(108px);
  }
}
@keyframes dlHow1 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(108px);
  }
}
.dl-how1 {
  -webkit-animation: dlHow1 infinite 2s linear;
  -moz-animation: dlHow1 infinite 2s linear;
  animation: dlHow1 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlHow2 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(145px);
  }
}
@-webkit-keyframes dlHow2 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(145px);
  }
}
@keyframes dlHow2 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(145px);
  }
}
.dl-how2 {
  -webkit-animation: dlHow2 infinite 2s linear;
  -moz-animation: dlHow2 infinite 2s linear;
  animation: dlHow2 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlHow3 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(150px);
  }
}
@-webkit-keyframes dlHow3 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(150px);
  }
}
@keyframes dlHow3 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(150px);
  }
}
.dl-how3 {
  -webkit-animation: dlHow3 infinite 2s linear;
  -moz-animation: dlHow3 infinite 2s linear;
  animation: dlHow3 infinite 2s linear;
  animation-fill-mode: forwards;
}
.dl-how3a {
  -webkit-animation: dlHow3 infinite 2s linear;
  -moz-animation: dlHow3 infinite 2s linear;
  animation: dlHow3 infinite 2s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
@-moz-keyframes dlHow4 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(70px);
  }
}
@-webkit-keyframes dlHow4 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(70px);
  }
}
@keyframes dlHow4 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(70px);
  }
}
.dl-how4 {
  -webkit-animation: dlHow4 infinite 2s linear;
  -moz-animation: dlHow4 infinite 2s linear;
  animation: dlHow4 infinite 2s linear;
  animation-fill-mode: forwards;
}
.dl-how4a {
  -webkit-animation: dlHow4 infinite 2s linear;
  -moz-animation: dlHow4 infinite 2s linear;
  animation: dlHow4 infinite 2s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
@-moz-keyframes dlHow5 {
  0% {
    transform: translateX(280px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@-webkit-keyframes dlHow5 {
  0% {
    transform: translateX(280px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@keyframes dlHow5 {
  0% {
    transform: translateX(280px);
  }
  100% {
    transform: translateX(-15px);
  }
}
.dl-how5 {
  -webkit-animation: dlHow5 infinite 2s linear;
  -moz-animation: dlHow5 infinite 2s linear;
  animation: dlHow5 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlMeet1 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(70px);
  }
}
@-webkit-keyframes dlMeet1 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(70px);
  }
}
@keyframes dlMeet1 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(70px);
  }
}
.dl-meet1 {
  -webkit-animation: dlMeet1 infinite 2s linear;
  -moz-animation: dlMeet1 infinite 2s linear;
  animation: dlMeet1 infinite 2s linear;
  animation-fill-mode: forwards;
}
.dl-meet1a {
  -webkit-animation: dlMeet1 infinite 2s linear;
  -moz-animation: dlMeet1 infinite 2s linear;
  animation: dlMeet1 infinite 2s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
@-moz-keyframes dlMeet2 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(150px);
  }
}
@-webkit-keyframes dlMeet2 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(150px);
  }
}
@keyframes dlMeet2 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(150px);
  }
}
.dl-meet2 {
  -webkit-animation: dlMeet2 infinite 2s linear;
  -moz-animation: dlMeet2 infinite 2s linear;
  animation: dlMeet2 infinite 2s linear;
  animation-fill-mode: forwards;
}
.dl-meet2a {
  -webkit-animation: dlMeet2 infinite 2s linear;
  -moz-animation: dlMeet2 infinite 2s linear;
  animation: dlMeet2 infinite 2s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
@-moz-keyframes dlMeet3 {
  0% {
    transform: translateX(185px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@-webkit-keyframes dlMeet3 {
  0% {
    transform: translateX(185px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@keyframes dlMeet3 {
  0% {
    transform: translateX(185px);
  }
  100% {
    transform: translateX(-15px);
  }
}
.dl-meet3 {
  -webkit-animation: dlMeet3 infinite 2s linear;
  -moz-animation: dlMeet3 infinite 2s linear;
  animation: dlMeet3 infinite 2s linear;
  animation-fill-mode: forwards;
}
.dl-meet3a {
  -webkit-animation: dlMeet3 infinite 2s linear;
  -moz-animation: dlMeet3 infinite 2s linear;
  animation: dlMeet3 infinite 2s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
@-moz-keyframes dlRoadmap1 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(90px);
  }
}
@-webkit-keyframes dlRoadmap1 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(90px);
  }
}
@keyframes dlRoadmap1 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(90px);
  }
}
.dl-roadmap1 {
  -webkit-animation: dlRoadmap1 infinite 2s linear;
  -moz-animation: dlRoadmap1 infinite 2s linear;
  animation: dlRoadmap1 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlRoadmap2 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(90px);
  }
}
@-webkit-keyframes dlRoadmap2 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(90px);
  }
}
@keyframes dlRoadmap2 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(90px);
  }
}
.dl-roadmap2 {
  -webkit-animation: dlRoadmap2 infinite 2s linear;
  -moz-animation: dlRoadmap2 infinite 2s linear;
  animation: dlRoadmap2 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlRoadmap2a {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(60px);
  }
}
@-webkit-keyframes dlRoadmap2a {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(60px);
  }
}
@keyframes dlRoadmap2a {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(60px);
  }
}
.dl-roadmap2a {
  -webkit-animation: dlRoadmap2a infinite 2s linear;
  -moz-animation: dlRoadmap2a infinite 2s linear;
  animation: dlRoadmap2a infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlRoadmap3 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(185px);
  }
}
@-webkit-keyframes dlRoadmap3 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(185px);
  }
}
@keyframes dlRoadmap3 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(185px);
  }
}
.dl-roadmap3 {
  -webkit-animation: dlRoadmap3 infinite 2s linear;
  -moz-animation: dlRoadmap3 infinite 2s linear;
  animation: dlRoadmap3 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlFooter1 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(135px);
  }
}
@-webkit-keyframes dlFooter1 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(135px);
  }
}
@keyframes dlFooter1 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(135px);
  }
}
.dl-footer1 {
  -webkit-animation: dlFooter1 infinite 2s linear;
  -moz-animation: dlFooter1 infinite 2s linear;
  animation: dlFooter1 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlFooter2 {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@-webkit-keyframes dlFooter2 {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@keyframes dlFooter2 {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(-15px);
  }
}
.dl-footer2 {
  -webkit-animation: dlFooter2 infinite 2s linear;
  -moz-animation: dlFooter2 infinite 2s linear;
  animation: dlFooter2 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlFooter3 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(95px);
  }
}
@-webkit-keyframes dlFooter3 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(95px);
  }
}
@keyframes dlFooter3 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(95px);
  }
}
.dl-footer3 {
  -webkit-animation: dlFooter3 infinite 2s linear;
  -moz-animation: dlFooter3 infinite 2s linear;
  animation: dlFooter3 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlFooter4 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(155px);
  }
}
@-webkit-keyframes dlFooter4 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(155px);
  }
}
@keyframes dlFooter4 {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(155px);
  }
}
.dl-footer4 {
  -webkit-animation: dlFooter4 infinite 2s linear;
  -moz-animation: dlFooter4 infinite 2s linear;
  animation: dlFooter4 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes dlFooter5 {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes dlFooter5 {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes dlFooter5 {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.dl-footer5 {
  -webkit-animation: dlFooter5 infinite 2s linear;
  -moz-animation: dlFooter5 infinite 2s linear;
  animation: dlFooter5 infinite 2s linear;
  animation-fill-mode: forwards;
}
#overlay-paper .blanket {
  background-color: #f8f0e3;
  opacity: .8;
}
#overlay-paper .join-form-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-height: 535px;
  padding: 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: 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-paper .join-form-overlay {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 72px 40px 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #fff;
}
#overlay-paper .form-contents {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
#overlay-paper .form-contents h3 {
  font-size: 40px;
  margin-bottom: 18px;
}
#overlay-paper .form-contents .form-btn-wrap {
  margin-top: 50px;
}
#overlay-paper .form-contents .form-cover {
  background-color: #fff;
  z-index: 5;
}
#overlay-paper .form-contents .thanks {
  top: 32px;
}
#overlay-paper .form-contents .thanks p {
  text-align: center;
}