@charset "UTF-8";
/*
Theme Name: 
Theme URI: http://www.jlern.com/clients/
Description: 
Version: 1.0
Author: Justin Lerner
Author URI: http://www.jlern.com
*/
/*! VARIABLES */
/*! SETUP */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-size: 100%;
  background-color: #032834;
  color: #032834;
  font-family: 'proxima-nova', sans-serif;
}
body ::selection {
  background: #a231ef;
  color: #fff;
  opacity: 1;
}
body ::-moz-selection {
  background: #a231ef;
  color: #fff;
  opacity: 1;
}
section,
.global {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
.contentContainer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.outerContainer {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
li {
  break-inside: avoid;
}
a,
a:active,
a:visited {
  text-decoration: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
input {
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input,
textarea,
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="submit"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin-top: -4px;
}
textarea {
  resize: none;
}
:focus {
  outline: none;
}
button:focus {
  outline: 0;
}
button,
input {
  border: none;
  background: none;
}
button {
  cursor: pointer;
}
.vline-div {
  padding: 0 5px;
}
.sidepad {
  padding-left: 50px;
  padding-right: 50px;
}
.sidepadT {
  padding-left: 35px;
  padding-right: 35px;
}
.sidepadM {
  padding-left: 20px;
  padding-right: 20px;
}
.nopad {
  padding-left: 0px;
  padding-right: 0px;
}
.automargin {
  margin-left: auto;
  margin-right: auto;
}
.valign {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-l {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-r {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-b {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.align-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: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -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;
}
.break {
  display: block;
  width: 0;
  height: 0px;
  flex-basis: 100%;
}
.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
}
.absr {
  position: absolute;
  right: 0;
  top: 0;
}
.abs-cen {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.abs-cenv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.bgcover {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inline-c {
  display: inline-block;
  vertical-align: middle;
}
.inline-t {
  display: inline-block;
  vertical-align: top;
}
.noshrink {
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
}
.allowgrow {
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}
.no-breakout {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
.boost-accel {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.noflicker {
  -webkit-transform-style: preserve-3d;
}
.div-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.spacer {
  width: 100%;
  height: auto;
  display: block;
}
.filler {
  visibility: hidden;
}
.mob {
  display: none;
}
.col {
  position: relative;
}
.row {
  width: 100%;
  position: relative;
}
.upc {
  text-transform: uppercase;
}
.flipX {
  transform: scaleX(-1);
}
.flipY {
  transform: scaleY(-1);
}
.flipXY {
  transform: scale(-1);
}
.rotate-text {
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 50%;
}
.fpo {
  background-color: rgba(255, 255, 0, 0.2);
}
.bgw {
  background-color: #fff;
}
.spaced {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-t {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.showflex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 60;
}
.blanket {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #032834;
  opacity: .9;
  z-index: 1;
}
.overlayWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 50px;
  -webkit-transform: translateZ(0);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 30;
}
.gridline {
  width: 1px;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 0px;
  z-index: 100;
  background-color: yellow;
  opacity: .2;
}
.gridline.l {
  left: 20px;
}
.gridline.r {
  left: auto;
  right: 20px;
}
.gridline.ml {
  margin-left: -600px;
}
.gridline.mr {
  margin-left: 600px;
}
.gridline.ml2 {
  margin-left: -730px;
}
.gridline.mr2 {
  margin-left: 730px;
}
.crosshairs:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0px;
  height: 100%;
  border-left: 1px solid red;
  z-index: 50;
}
.crosshairs:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  height: 0px;
  width: 100%;
  border-top: 1px solid red;
  z-index: 50;
}
.part {
  position: absolute;
  left: 0;
  top: 0;
}
.part img {
  width: 100%;
  height: auto;
  display: block;
}
.part-wrap {
  position: absolute;
  overflow: hidden;
}
.part-wrap img {
  display: block;
}
.sized 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 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.basic-scaler {
  position: relative;
}
.basic-scaler.tc {
  transform-origin: center top;
}
.basic-scaler.tl {
  transform-origin: left top;
}
/* FUNCTIONS */
/*! - GLOBAL ***************************** */
/*! - GLOBAL: 0 REUSE */
section h1 {
  font: 300 43px/1.62 'proxima-nova', sans-serif;
}
section h2 {
  font: 300 45px/1.6 'proxima-nova', sans-serif;
  color: #fff;
  margin-bottom: 40px;
  margin-left: -3px;
}
section h2.purple {
  color: #a231ef;
}
section h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: .36em;
  text-transform: uppercase;
  color: #fff;
}
section p {
  font: 400 20px/1.95 'proxima-nova', sans-serif;
}
section p.sm {
  font-size: 16px;
  line-height: 1.81;
}
section p + p {
  margin-top: 25px;
}
.smallcaps {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: .36em;
  text-transform: uppercase;
  color: #fff;
}
.social-links li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #000;
  -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: 20px;
}
.social-links li .icon {
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  -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 a {
  display: block;
}
.cta-btn {
  height: 56px;
  display: inline-block;
  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;
  cursor: pointer;
}
.cta-btn .cta-icon {
  width: 56px;
  background-color: #a231ef;
  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;
}
.cta-btn .cta-icon .icon {
  color: #032834;
  font-size: 35px;
}
.cta-btn .cta-text {
  background-color: #2f3336;
  padding: 18px 25px;
  font-size: 16px;
  color: #fff;
}
.cta-bar {
  width: 100%;
  height: 120px;
  background-color: #a231ef;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cta-bar .icon {
  font-size: 43px;
  color: #032834;
  margin-right: 16px;
}
.cta-bar p {
  color: #fff;
  font-size: 20px;
}
.cta-bar .cta-items {
  margin-left: -50px;
}
.cta-bar .cta-items > * {
  display: inline-block;
  vertical-align: middle;
}
.retina img {
  opacity: 0;
  visibility: hidden;
}
img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.title-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  border-right: 1px solid rgba(3, 40, 52, 0.15);
}
.title-sidebar h3 {
  color: #2f3336;
  opacity: .4;
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 50%;
  font-size: 14px;
}
.dot-nav {
  width: 100%;
  text-align: center;
  font-size: 0px;
}
.dot-nav .dot-btn {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fff;
  opacity: .2;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.dot-nav .dot-btn + .dot-btn {
  margin-left: 15px;
}
.dot-nav .dot-btn.on {
  opacity: 1;
}
/*! - GLOBAL: 1 LOADER */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #032834;
  z-index: 62;
}
#loader .load-clip {
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  width: 303px;
  height: 92px;
  margin: -46px 0 0 -151px;
  transform: translateX(120px);
}
#loader .logo-text {
  width: 208px;
  height: 61px;
  left: 96px;
  top: 17px;
  overflow: hidden;
  width: 0px;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#loader .logo-text img {
  position: absolute;
  left: 0;
  top: 0;
  width: 208px;
}
#loader .logo-shapes {
  width: 64px;
  opacity: 0;
}
#loader .logo-shapes .shape-part {
  position: absolute;
  left: 0;
  top: 0;
}
#loader .logo-shapes .shape-part.rect {
  width: 25px;
  height: 53px;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: left top;
}
#loader .logo-shapes .shape-part.circ {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  left: 38px;
  top: 35px;
  background-color: #fff;
  /* .xy(-35px, -20px); opacity: 0; */
  transform: scale(0);
}
#loader .logo-shapes .shape-part.tri {
  width: 0;
  height: 0;
}
#loader .logo-shapes .shape-part.tri[data-num="1"] {
  top: 66px;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-left: 25px solid #fff;
  transform: translate(19px, -33.5px);
}
#loader .logo-shapes .shape-part.tri[data-num="2"] {
  left: 13px;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
  border-right: 25px solid #fff;
  transform: translate(-19.5px, 32.5px);
}
/*! - GLOBAL: 2 HEADER */
#globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  z-index: 20;
}
#globalHeader .logo {
  position: absolute;
  left: 38px;
  top: 38px;
  width: 152px;
  cursor: pointer;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#globalHeader .cta-btn {
  position: absolute;
  right: 0px;
  top: 0px;
}
#globalHeader .cta-btn .close-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #a231ef;
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#globalHeader .cta-btn .close-btn .icon {
  color: #fff;
  font-size: 20px;
}
#globalHeader .sticky-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 56px;
  z-index: 0;
  transform: translateY(-100%);
  background-color: #032834;
}
#globalHeader .logo,
#globalHeader .cta-btn {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalHeader .sticky-bar {
  -webkit-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalHeader.sticky .sticky-bar {
  transform: translateY(0%);
}
#globalHeader.sticky .logo {
  -webkit-clip-path: inset(0 110px 0 0);
  clip-path: inset(0 110px 0 0);
  transform: translate(-22px, -24px) scale(0.5);
  transform-origin: left top;
}
#globalHeader.sticky .cta-btn {
  transform: translate(0px, 0px);
}
/*! - GLOBAL: 4 MENU */
#globalMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}
#globalMenu .menu-btn {
  width: 47px;
  height: 47px;
  background-color: #000;
  border-radius: 7px;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}
#globalMenu .menu-line {
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalMenu .menu-line.top {
  transform: translate3d(0, -10px, 0);
}
#globalMenu .menu-line.mid {
  transform-origin: center center;
}
#globalMenu .menu-line.bot {
  transform: translate3d(0, 10px, 0);
}
#globalMenu.expanded {
  width: 100%;
  height: 100%;
}
#globalMenu.expanded .menu-wrap {
  display: block;
}
#globalMenu.open .menu-line.top {
  transform: rotate(45deg) translate3d(0, 0px, 0);
}
#globalMenu.open .menu-line.mid {
  transform: scaleX(0);
}
#globalMenu.open .menu-line.bot {
  transform: rotate(-45deg) translate3d(0, 0px, 0);
}
#globalMenu .menu-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  display: none;
}
#globalMenu .menu-scroller {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/*! - SECTION ***************************** */
/*! - SECTION: 0 HERO */
#hero {
  padding-top: 76px;
  padding-bottom: 100px;
  /* animations */
}
#hero h1 {
  color: #fff;
}
#hero .col {
  width: 50%;
}
#hero .col.text {
  padding-top: 217px;
  padding-left: 50px;
  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-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -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;
}
#hero .col.text .txt {
  width: 100%;
  max-width: 491px;
}
#hero .col.text .cta-btn {
  position: absolute;
  margin-top: 36px;
}
#hero .bg-tris {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1800px;
}
#hero .bg-tri {
  width: 294px;
}
#hero .bg-tri[data-num="1"] {
  left: -25px;
  top: 502px;
}
#hero .bg-tri[data-num="2"] {
  left: 1098px;
  top: 79px;
}
#hero .bg-tri[data-num="3"] {
  left: 1193px;
  top: 811px;
}
#hero .background {
  width: 600px;
  transform-origin: left top;
}
#hero .sizer {
  visibility: hidden;
}
#hero svg {
  overflow: visible;
}
#hero svg.noshow {
  width: 0px;
  height: 0px;
}
#hero .head {
  width: 162px;
  left: 77px;
  top: 570px;
}
#hero .head-wave {
  left: 95px;
  top: 616px;
  width: 117px;
  height: 23px;
}
#hero .head-wave img {
  position: absolute;
  left: 0;
  top: 0;
  width: 234px;
}
#hero .data-path[data-num="1"] {
  width: 100px;
  left: 59px;
  top: 648px;
  opacity: 1;
}
#hero .data-path[data-num="1"] .dp-base,
#hero .data-path[data-num="1"] .dp-draw[data-num="2"] {
  stroke: #ff9ab2;
}
#hero .data-path[data-num="1"] .dp-draw[data-num="1"] {
  stroke: #ef5350;
}
#hero .bg-wave-wrap {
  width: 155px;
  height: 112px;
  z-index: 1;
  overflow: hidden;
}
#hero .bg-wave-wrap[data-num="1"] {
  top: 110px;
  left: 244px;
}
#hero .bg-wave-wrap[data-num="2"] {
  top: 365px;
  left: 234px;
  width: 190px;
}
#hero .bg-wave-wrap .float-shape {
  transform: translateX(-25px);
}
#hero .bg-wave,
#hero .bg-wave-cover {
  width: 660px;
  height: 112px;
}
#hero .bg-wave-cover {
  z-index: 20;
}
#hero .graph-wrap {
  position: absolute;
  left: 346px;
  top: -21px;
  z-index: 21;
}
#hero .graph-wrap .graph-tri {
  width: 235px;
}
#hero .graph-wrap .graph-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 235px;
  height: 332px;
  overflow: hidden;
  clip-path: url('#graph-mask');
  -webkit-clip-path: url('#graph-mask');
}
#hero .graph-wrap .graph-mask svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
#hero .graph-wrap .graph-mask .graph[data-num="1"] {
  width: 61px;
  left: 53px;
  top: 20px;
}
#hero .graph-wrap .graph-mask .graph[data-num="2"] {
  width: 61px;
  left: 137px;
  top: 84px;
}
#hero .graph-wrap .graph-ball-drop {
  width: 145px;
  left: 53px;
  top: 141px;
}
#hero .graph-wrap .ball-drop-wrap {
  width: 11px;
  height: 160px;
}
#hero .graph-wrap .ball-drop-wrap[data-num="1"] {
  left: 26px;
  top: 30px;
}
#hero .graph-wrap .ball-drop-wrap[data-num="1"] circle {
  fill: #ffdb7d;
}
#hero .graph-wrap .ball-drop-wrap[data-num="2"] {
  left: 109px;
  top: 106px;
}
#hero .graph-wrap .ball-drop-wrap[data-num="2"] circle {
  fill: #ef5350;
}
#hero .eye-wrap {
  width: 371px;
  left: 274px;
  top: 255px;
  z-index: 21;
}
#hero .eye-wrap .eye-top {
  width: 154px;
  left: 113px;
  top: 119px;
}
#hero .eye-wrap svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
#hero .eye-wrap .eye-shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 148px;
  height: 170px;
  left: 115px;
  top: 98px;
  clip-path: url('#eye-mask');
  -webkit-clip-path: url('#eye-mask');
  overflow: hidden;
}
#hero .eye-wrap .float-shape:not(.float-tri) {
  opacity: .28;
}
#hero .eye-wrap .float-shape[data-num="1"] {
  left: 34px;
  top: 18px;
}
#hero .eye-wrap .float-shape[data-num="1"] .base-shape {
  width: 14px;
  height: 14px;
}
#hero .eye-wrap .float-shape[data-num="2"] {
  left: 75px;
  top: -5px;
}
#hero .eye-wrap .float-shape[data-num="2"] .base-shape {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
#hero .eye-wrap .float-shape[data-num="3"] {
  left: 135px;
  top: 110px;
}
#hero .eye-wrap .float-shape[data-num="3"] .base-shape {
  width: 14px;
}
#hero .eye-wrap .float-shape[data-num="4"] {
  left: 23px;
  top: 128px;
}
#hero .eye-wrap .float-shape[data-num="4"] .base-shape {
  width: 23px;
  height: 23px;
}
#hero .eye-wrap .float-shape[data-num="5"] {
  left: -12px;
  top: 65px;
}
#hero .eye-wrap .float-shape[data-num="5"] .base-shape {
  width: 27px;
  height: 27px;
  border-radius: 27px;
}
#hero .eye-wrap .float-shape[data-num="6"] {
  left: 75px;
  top: 130px;
}
#hero .eye-wrap .float-shape[data-num="6"] .base-shape {
  width: 18px;
}
#hero .eye-wrap .float-shape[data-num="7"] {
  left: 115px;
  top: 43px;
}
#hero .eye-wrap .float-shape[data-num="7"] .ymov {
  animation-delay: -4s !important;
}
#hero .eye-wrap .float-shape[data-num="7"] .base-shape {
  width: 23px;
  height: 23px;
}
#hero .eye-wrap .float-shape[data-num="8"] {
  left: 105px;
  top: 125px;
}
#hero .eye-wrap .float-shape[data-num="8"] .base-shape {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
#hero .eye-wrap .float-shape[data-num="9"] {
  left: 84px;
  top: 21px;
}
#hero .eye-wrap .float-shape[data-num="9"] .base-shape {
  width: 22px;
}
#hero .eye-wrap .float-shape[data-num="10"] {
  left: 24px;
  top: 81px;
}
#hero .eye-wrap .float-shape[data-num="10"] .base-shape {
  width: 14px;
  height: 14px;
}
#hero .head-shapes {
  left: 81px;
  top: 486px;
  width: 140px;
  height: 210px;
  overflow: visible;
}
#hero .head-shapes .ymov {
  transform: translateY(120px);
}
#hero .head-shapes .float-shape:not(.float-tri) {
  opacity: .4;
}
#hero .head-shapes .float-shape[data-num="1"] {
  animation-delay: -4s !important;
}
#hero .head-shapes .float-shape[data-num="3"] .ymov {
  animation-delay: -6s !important;
}
#hero .head-shapes .float-shape[data-num="6"] .ymov {
  animation-delay: -1.5s !important;
}
#hero .phone-wrap {
  left: 39px;
  top: 79px;
}
/*! - SECTION: 1 ABOUT */
#about {
  padding-top: 156px;
  text-align: center;
  overflow: visible;
  z-index: 2;
}
#about .outerContainer {
  background-color: #fff;
  padding: 0px 100px 115px;
}
#about .txt {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#about .logo-icon {
  width: 100%;
  max-width: 152px;
  margin: 0 auto;
  margin-top: -1px;
  margin-bottom: 52px;
}
#about .bullseye {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  top: auto;
  bottom: -35px;
  width: 61px;
  z-index: 1;
}
#about .bullseye .bullseye-img {
  position: relative;
  z-index: 2;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#about .bullseye .line-drop {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  top: 60px;
  width: 2px;
  height: 160px;
  height: 154px;
  background-color: rgba(162, 49, 239, 0.5);
  overflow: hidden;
}
#about .bullseye .line-drop .dash {
  width: 2px;
  height: 308px;
}
/*! - SECTION: 2 APPROACH */
#approach {
  padding-top: 325px;
  padding-bottom: 210px;
}
#approach h2 {
  color: #a231ef;
  margin-bottom: 20px;
}
#approach h3 {
  color: #a231ef;
  margin-bottom: 23px;
}
#approach p {
  color: #fff;
  opacity: .4;
  max-width: 535px;
}
#approach .approach-img {
  width: 100%;
  max-width: 415px;
  display: inline-block;
  position: relative;
}
#approach .approach-img .willScale {
  position: absolute;
  left: 0;
  top: 0;
  width: 415px;
  height: 350px;
  transform-origin: left top;
}
#approach .col.txt {
  width: 50%;
  /* padding-top: 8px; */
}
#approach .col.img {
  width: 42%;
}
#approach .row + .row {
  margin-top: 80px;
}
#approach .row.contents {
  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;
}
#approach .row.contents.lt .col.img {
  text-align: right;
}
#approach .row.contents.rt {
  max-width: 1010px;
}
#approach .row.contents.rt .approach-img {
  margin-left: -35px;
}
#approach .row.contents[data-num="0"] .col.txt {
  padding-top: 0px;
}
#approach .row.contents[data-num="0"] .icon {
  margin: 0 0 30px -80px;
}
#approach .row.contents[data-num="0"] h2 {
  color: #fff;
}
#approach .row.contents[data-num="0"] p {
  opacity: 1;
}
#approach .row.contents[data-num="0"] .approach-img {
  margin-top: 210px;
  max-width: 319px;
  margin-right: 30px;
}
#approach .row.contents[data-num="1"] {
  margin-top: 120px;
}
#approach .row.contents[data-num="1"] .wave {
  left: 92px;
  top: 226px;
  width: 47px;
  height: 6px;
  overflow: hidden;
}
#approach .row.contents[data-num="1"] .wave img {
  position: absolute;
  left: 0;
  top: 0;
  width: 93px;
}
#approach .row.contents[data-num="1"] .dash-lines {
  left: 259.5px;
  top: 292px;
  width: 60px;
  height: 30px;
  overflow: hidden;
}
#approach .row.contents[data-num="1"] .dash-lines .dash-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 144px;
  height: 2px;
}
#approach .row.contents[data-num="1"] .dash-lines .dash-line[data-num="2"] {
  top: 10px;
  width: 128px;
}
#approach .row.contents[data-num="1"] .dash-lines .dash-line[data-num="3"] {
  top: 21px;
}
#approach .row.contents[data-num="1"] .bar-graph {
  position: absolute;
}
#approach .row.contents[data-num="1"] .bar-graph .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 11px;
  transform-origin: left top;
  background-color: #a231ef;
}
#approach .row.contents[data-num="1"] .bar-graph .bar[data-num="1"] {
  width: 17px;
}
#approach .row.contents[data-num="1"] .bar-graph .bar[data-num="2"] {
  top: 16px;
  width: 27px;
}
#approach .row.contents[data-num="1"] .bar-graph .bar[data-num="3"] {
  top: 33px;
  width: 44px;
  background-color: #ffc0d8;
}
#approach .row.contents[data-num="1"] .bar-graph[data-num="1"] {
  left: 64px;
  top: 162px;
}
#approach .row.contents[data-num="1"] .bar-graph[data-num="2"] {
  transform: rotate(-90deg);
  left: 133px;
  top: 326px;
}
#approach .row.contents[data-num="1"] .pie-chart {
  position: absolute;
}
#approach .row.contents[data-num="1"] .pie-chart svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#approach .row.contents[data-num="1"] .pie-chart circle,
#approach .row.contents[data-num="1"] .pie-chart path {
  position: absolute;
  left: 0;
  top: 0;
}
#approach .row.contents[data-num="1"] .pie-chart[data-num="1"] {
  left: 90px;
  top: 102px;
  width: 44px;
  height: 44px;
}
#approach .row.contents[data-num="1"] .pie-chart[data-num="2"] {
  left: 54px;
  top: 282px;
  width: 44px;
  height: 44px;
}
#approach .row.contents[data-num="1"] .data-path[data-num="1"] {
  width: 79px;
  left: 122px;
  top: 48px;
}
#approach .row.contents[data-num="1"] .data-path[data-num="2"] {
  width: 69px;
  left: 132px;
  top: 178px;
}
#approach .row.contents[data-num="1"] .data-path[data-num="3"] {
  width: 200px;
  left: 160px;
  top: 186px;
}
#approach .row.contents[data-num="1"] .data-path[data-num="4"] {
  width: 2px;
  left: 304px;
  top: 180px;
}
#approach .row.contents[data-num="1"] .eye {
  width: 201px;
  left: 193px;
  top: 18px;
}
#approach .row.contents[data-num="1"] .eye .eye-ray {
  width: 95px;
  height: 100px;
  left: 95px;
  top: 40px;
  transform-origin: left center;
}
#approach .row.contents[data-num="2"] {
  margin-top: 55px;
}
#approach .row.contents[data-num="2"] .logo-tri {
  position: absolute;
  width: 0;
  height: 0;
}
#approach .row.contents[data-num="2"] .logo-tri[data-num="1"] {
  left: 140px;
  top: 252px;
  border-bottom: 19px solid transparent;
  border-left: 19px solid transparent;
  border-right: 19px solid #404549;
}
#approach .row.contents[data-num="2"] .logo-tri[data-num="2"] {
  left: 257px;
  top: 300px;
  border-top: 19px solid transparent;
  border-right: 19px solid transparent;
  border-left: 19px solid #404549;
}
#approach .row.contents[data-num="2"] .head {
  width: 379px;
  height: 319px;
  left: 33px;
}
#approach .row.contents[data-num="2"] .head .headbg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/parts/approach2-headbg@2x.png);
  background-size: 100% auto;
}
#approach .row.contents[data-num="2"] .head .headlines {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#approach .row.contents[data-num="2"] .head .headlines img {
  position: absolute;
  left: 0;
  top: 0;
  top: 23px;
  width: 760px;
}
#approach .row.contents[data-num="2"] .head .head-part {
  width: 189px;
  left: 104px;
  top: 18px;
}
#approach .row.contents[data-num="2"] .head .wave {
  left: 140px;
  top: 73px;
  width: 125px;
  height: 26px;
  overflow: hidden;
}
#approach .row.contents[data-num="2"] .head .wave img {
  position: absolute;
  left: 0;
  top: 0;
  width: 272px;
}
#approach .row.contents[data-num="2"] .boxes {
  width: 230px;
  left: 108px;
  top: 230px;
}
#approach .row.contents[data-num="2"] .data-path[data-num="1"] {
  width: 23px;
  left: 85px;
  top: 268px;
}
#approach .row.contents[data-num="2"] .data-path[data-num="2"] {
  width: 71px;
  left: 319px;
  top: 111px;
}
#approach .row.contents[data-num="3"] .bulb-switch {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #ffdb7d;
  position: absolute;
  left: 73px;
  top: 311.5px;
}
#approach .row.contents[data-num="3"] .bulb-shapes {
  width: 108px;
  height: 182px;
  border-radius: 54px;
  left: 69px;
  top: 82px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#approach .row.contents[data-num="3"] .bulb-part {
  left: 69px;
  top: 76px;
  width: 108px;
}
#approach .row.contents[data-num="3"] .bulb-shape {
  position: absolute;
}
#approach .row.contents[data-num="3"] .bulb-shape img {
  position: absolute;
  left: 0;
  top: 0;
}
#approach .row.contents[data-num="3"] .bulb-shape[data-num="1"] {
  left: 58px;
  top: 19px;
  width: 20px;
}
#approach .row.contents[data-num="3"] .bulb-shape[data-num="2"] {
  left: 5px;
  top: 44px;
  width: 24px;
}
#approach .row.contents[data-num="3"] .bulb-shape[data-num="3"] {
  left: 64px;
  top: 72px;
  width: 24px;
}
#approach .row.contents[data-num="3"] .bulb-shape[data-num="4"] {
  left: 37px;
  top: 100px;
  width: 13px;
}
#approach .row.contents[data-num="3"] .bulb-shape[data-num="5"] {
  left: 6px;
  top: 123px;
  width: 28px;
}
#approach .row.contents[data-num="3"] .bulb-shape[data-num="6"] {
  left: 82px;
  top: 120px;
  width: 17px;
}
#approach .row.contents[data-num="3"] .control-box {
  left: 215px;
  top: 18px;
  width: 177px;
}
#approach .row.contents[data-num="3"] .control-box .wave {
  left: 65px;
  top: 111px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
}
#approach .row.contents[data-num="3"] .control-box .wave img {
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  top: 17px;
}
#approach .row.contents[data-num="3"] .control-box .meter-wrap {
  position: absolute;
  top: 127px;
}
#approach .row.contents[data-num="3"] .control-box .meter-wrap[data-num="1"] {
  left: 28px;
}
#approach .row.contents[data-num="3"] .control-box .meter-wrap[data-num="2"] {
  left: 135px;
}
#approach .row.contents[data-num="3"] .control-box .dial {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #2f3336;
}
#approach .row.contents[data-num="3"] .control-box .meter {
  position: absolute;
  left: 3px;
  bottom: -4px;
  width: 2px;
  height: 14px;
  background-color: #ff574a;
  transform-origin: center bottom;
}
#approach .row.contents[data-num="3"] .control-box .bar {
  left: 12px;
  top: 224px;
  width: 146px;
  height: 4px;
  background-color: #2f3336;
  overflow: hidden;
}
#approach .row.contents[data-num="3"] .control-box .bar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 292px;
}
#approach .row.contents[data-num="3"] .box-switch {
  position: absolute;
  left: 0;
  top: 0;
  left: 116px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #ff574a;
}
#approach .row.contents[data-num="3"] .box-switch[data-num="1"] {
  top: 17.5px;
}
#approach .row.contents[data-num="3"] .box-switch[data-num="2"] {
  top: 40px;
}
#approach .row.contents[data-num="3"] .box-switch[data-num="3"] {
  top: 63px;
}
#approach .row.contents[data-num="3"] .box-switch[data-num="4"] {
  top: 86px;
}
#approach .row.contents[data-num="4"] {
  margin-top: 55px;
}
#approach .row.contents[data-num="4"] .grad-cover {
  position: absolute;
  left: 70px;
  width: 137px;
  height: 118px;
  opacity: .9;
  background: rgba(236, 0, 140, 0.5);
  background: -webkit-linear-gradient(top, rgba(236, 0, 140, 0.5), rgba(236, 0, 140, 0));
  background: -moz-linear-gradient(top, rgba(236, 0, 140, 0.5), rgba(236, 0, 140, 0));
  background: -o-linear-gradient(top, rgba(236, 0, 140, 0.5), rgba(236, 0, 140, 0));
  background: linear-gradient(top, rgba(236, 0, 140, 0.5), rgba(236, 0, 140, 0));
}
#approach .row.contents[data-num="4"] .ball-drop {
  left: 70px;
  top: 0px;
  width: 137px;
  height: 288px;
}
#approach .row.contents[data-num="4"] .ball-drop .ball {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: -10px;
}
#approach .row.contents[data-num="4"] .ball-drop .ball[data-num="1"] {
  left: 8px;
}
#approach .row.contents[data-num="4"] .ball-drop .ball[data-num="2"] {
  left: 62px;
}
#approach .row.contents[data-num="4"] .ball-drop .ball[data-num="3"] {
  left: 118px;
}
#approach .row.contents[data-num="4"] .tubes {
  position: absolute;
  left: 67px;
  top: 72px;
}
#approach .row.contents[data-num="4"] .tubes .tube {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
}
#approach .row.contents[data-num="4"] .tubes .tube[data-num="2"] {
  left: 55px;
}
#approach .row.contents[data-num="4"] .tubes .tube[data-num="3"] {
  left: 111px;
}
#approach .row.contents[data-num="4"] .wave-wrap {
  position: absolute;
  left: 242px;
  top: 229px;
}
#approach .row.contents[data-num="4"] .wave-wrap .poles {
  width: 97px;
  left: 23px;
  top: 23.5px;
}
#approach .row.contents[data-num="4"] .wave-wrap .wave {
  left: 28px;
  top: 25px;
  width: 80px;
  height: 12px;
}
#approach .row.contents[data-num="4"] .wave-wrap .wave img {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
}
#approach .row.contents[data-num="4"] .glower {
  width: 60px;
}
#approach .row.contents[data-num="4"] .glower[data-num="2"] {
  left: 83px;
}
#approach .row.contents[data-num="4"] .beaker {
  width: 63px;
}
#approach .row.contents[data-num="4"] .beaker > img {
  position: relative;
  z-index: 2;
}
#approach .row.contents[data-num="4"] .beaker[data-num="1"] {
  left: 240px;
  top: 72px;
}
#approach .row.contents[data-num="4"] .beaker[data-num="2"] {
  left: 321px;
  top: 126px;
}
#approach .row.contents[data-num="4"] .bubbles {
  width: 20px;
  height: 100px;
  top: -43px;
  left: 22px;
}
#approach .row.contents[data-num="4"] .bubbles .bubble {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff7d5f;
  transform: translateY(100px);
}
#approach .row.contents[data-num="4"] .bubbles .bubble[data-num="1"] {
  width: 3px;
  height: 3px;
  border-radius: 3px;
  left: 7px;
}
#approach .row.contents[data-num="4"] .bubbles .bubble[data-num="2"] {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 14px;
}
#approach .row.contents[data-num="4"] .bubbles .bubble[data-num="3"] {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: 2px;
}
#approach .row.contents[data-num="4"] .bubbles[data-num="2"] .bubble[data-num="1"] {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: 7px;
}
#approach .row.contents[data-num="4"] .bubbles[data-num="2"] .bubble[data-num="2"] {
  width: 3px;
  height: 3px;
  border-radius: 3px;
  left: 14px;
}
#approach .row.contents[data-num="4"] .bubbles[data-num="2"] .bubble[data-num="3"] {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 2px;
}
#approach .row.contents[data-num="5"] .target {
  width: 85px;
  left: 69px;
  top: 225px;
}
#approach .row.contents[data-num="5"] .target .bullseye,
#approach .row.contents[data-num="5"] .target .centerbg {
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
#approach .row.contents[data-num="5"] .paper-slide {
  left: 174px;
  width: 237px;
  height: 318px;
}
#approach .row.contents[data-num="5"] .paper {
  width: 69px;
  left: -69px;
}
#approach .row.contents[data-num="5"] .paper[data-num="1"] {
  top: 127px;
}
#approach .row.contents[data-num="5"] .paper[data-num="2"] {
  top: 207px;
  /*108px*/
}
#approach .row.contents[data-num="5"] .bgsq {
  position: absolute;
  left: 71px;
  top: 125px;
  width: 81px;
  height: 80px;
  background-color: #a231ef;
  overflow: hidden;
}
#approach .row.contents[data-num="5"] .graph {
  left: 0px;
  top: 28px;
  width: 81.5px;
}
#approach .row.contents[data-num="5"] .glowlines {
  left: 0px;
  top: 0px;
  width: 81px;
}
#approach .row.contents[data-num="5"] .glower {
  width: 60px;
  left: 84px;
  top: 11px;
}
#approach .row.contents[data-num="5"] .pole {
  width: 14px;
  height: 70px;
  overflow: hidden;
  left: 107px;
  top: 35px;
  z-index: 5;
}
#approach .row.shape .shape-part.sm {
  width: 150px;
}
#approach .row.shape[data-num="0"] {
  height: 268px;
}
#approach .row.shape[data-num="0"] .background {
  width: 650px;
  margin-left: -55px;
}
#approach .row.shape[data-num="0"] .shape-part[data-num="2"] {
  width: 453px;
  left: 200px;
  top: 47px;
}
#approach .row.shape[data-num="1"],
#approach .row.shape[data-num="3"] {
  height: 320px;
  margin-top: 45px;
}
#approach .row.shape[data-num="1"] .background,
#approach .row.shape[data-num="3"] .background {
  width: 616px;
  margin-left: 200px;
}
#approach .row.shape[data-num="1"] .shape-part[data-num="1"],
#approach .row.shape[data-num="3"] .shape-part[data-num="1"] {
  width: 319px;
}
#approach .row.shape[data-num="1"] .shape-part[data-num="2"],
#approach .row.shape[data-num="3"] .shape-part[data-num="2"] {
  left: 485px;
  top: 120px;
}
#approach .row.shape[data-num="1"] .shape-part[data-num="2"] img,
#approach .row.shape[data-num="3"] .shape-part[data-num="2"] img {
  transform: rotate(-90deg);
}
#approach .row.shape[data-num="2"] {
  height: 226px;
  margin-top: 92px;
}
#approach .row.shape[data-num="2"] .background {
  width: 678px;
  margin-left: -30px;
}
#approach .row.shape[data-num="2"] .shape-part[data-num="1"] {
  width: 453px;
}
#approach .row.shape[data-num="2"] .shape-part[data-num="2"] {
  left: 528px;
}
/*! - SECTION: 3 SERVICES */
#services {
  background-color: #a231ef;
  padding-top: 150px;
  padding-bottom: 220px;
  padding-bottom: 412px;
}
#services .icon {
  margin-bottom: 28px;
  position: relative;
}
#services h2 {
  margin-bottom: 23px;
  line-height: 1.25;
}
#services p {
  color: #fff;
  opacity: .4;
}
#services .row {
  margin-top: 80px;
}
#services .col {
  background-color: #032834;
  width: 48.5%;
  max-width: 540px;
  padding: 38px;
}
#services .col.left .icon {
  overflow: hidden;
  position: relative;
}
#services .col.left .icon .base {
  max-width: 138px;
}
#services .col.left .icon .top {
  left: 21px;
  top: -1px;
  width: 95px;
}
#services .col.left .icon .line {
  position: absolute;
  left: 0;
  top: 0;
}
#services .col.left .icon .line.horz {
  width: 138px;
  height: 2px;
  overflow: hidden;
}
#services .col.left .icon .line.horz .move-line {
  width: 12px;
  height: 2px;
}
#services .col.left .icon .line.vert {
  width: 2px;
  height: 205px;
  overflow: hidden;
}
#services .col.left .icon .line.vert .move-line {
  width: 2px;
  height: 12px;
}
#services .col.left .icon .line[data-num="2"] {
  top: 34px;
}
#services .col.left .icon .line[data-num="3"] {
  top: 101px;
}
#services .col.left .icon .line[data-num="4"] {
  top: 169px;
}
#services .col.left .icon .line[data-num="6"] {
  left: 34px;
}
#services .col.left .icon .line[data-num="7"] {
  left: 102px;
}
#services .col.left .icon .line[data-num="8"] {
  left: 136px;
}
#services .col.left .icon .move-line {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffdb7d;
}
#services .col.right .icon .base {
  max-width: 179px;
}
#services .col.right .icon .meter-wrap {
  left: 132px;
  top: 100px;
}
#services .col.right .icon .meter-wrap .dial {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #032834;
}
#services .col.right .icon .meter-wrap .meter {
  position: absolute;
  left: 4px;
  bottom: -5px;
  height: 21px;
  background-color: #ffdb7d;
}
#services ul {
  list-style: none;
  margin-top: 37px;
}
#services li {
  font-size: 16px;
  line-height: 1.15;
  color: #fff;
  padding: 14px 0 14px 20px;
  border-bottom: solid .03em #a231ef;
  position: relative;
}
#services li:first-child {
  border-top: solid .03em #a231ef;
}
#services li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #a231ef;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 19px;
}
/*! - SECTION: 4 STATS */
#stats {
  margin-top: -192px;
  text-align: center;
}
#stats .outerContainer {
  background-color: #fff;
  overflow: hidden;
}
#stats .txt {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#stats .logo-icon {
  width: 100%;
  max-width: 152px;
  margin: 0 auto;
  margin-top: -1px;
  margin-bottom: 67px;
}
#stats h2 {
  margin-bottom: 0px;
}
#stats .title-sidebar h3 {
  margin-top: -150px;
}
#stats .stats-boxes-wrap {
  position: relative;
  min-height: 537px;
  padding: 276px 50px 76px;
  max-width: 1030px;
  margin: -6px auto 0;
}
#stats .stats-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;
}
#stats .stats-boxes h4 {
  font: 300 55px/1 'proxima-nova', sans-serif;
  padding-bottom: 12px;
  margin-bottom: 0px;
}
#stats .stats-boxes p {
  font-size: 16px;
  line-height: 1.56;
  border-top: .02em solid #ffdb7d;
  display: inline-block;
  padding-top: 14px;
}
#stats .stats-boxes h4,
#stats .stats-boxes p {
  color: #fff;
}
#stats .stats-boxes .stats-box {
  width: 47.5%;
  max-width: 420px;
  min-height: 250px;
  padding: 80px 35px 40px;
  background-color: #a231ef;
  position: relative;
}
#stats .stats-boxes .stats-box:nth-child(n+3) {
  margin-top: 85px;
}
#stats .stats-boxes .stats-box .illus {
  max-width: 90px;
}
#stats .stats-boxes .stats-box .txt {
  text-align: left;
}
#stats .stats-boxes .stats-box .col.image {
  width: 26%;
  max-width: 90px;
}
#stats .stats-boxes .stats-box .col.text {
  width: 70%;
  max-width: 215px;
}
#stats .stats-boxes .stats-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0px;
  top: -6px;
  background-color: #ffc0d8;
  transform: skewX(-60deg);
  transform-origin: right bottom;
}
#stats .stats-boxes .stats-box:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 100%;
  right: -11px;
  top: 0px;
  background-color: #ffdb7d;
  transform: skewY(-30deg);
  transform-origin: left top;
}
#stats .stats-boxes .stats-box[data-num="1"] h4 {
  margin-left: -8px;
}
#stats .stats-boxes .stats-box[data-num="1"] .illus {
  margin-top: -3px;
}
#stats .stats-boxes .stats-box[data-num="2"] {
  padding-left: 50px;
}
#stats .stats-boxes .stats-box[data-num="2"] .col.image {
  width: 27%;
}
#stats .stats-boxes .stats-box[data-num="2"] .col.text {
  max-width: 205px;
}
#stats .stats-boxes .stats-box[data-num="2"] .illus {
  margin-left: -3px;
}
#stats .stats-bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  top: 1px;
  width: 1463px;
  height: 100%;
}
#stats .stats-bg .masked-wrap {
  width: 100%;
  height: 601px;
  height: 940px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  clip-path: url("#statsbg-mask1");
  -webkit-clip-path: url("#statsbg-mask1");
}
#stats .stats-bg #stats-pattern1 {
  position: absolute;
  left: 0;
  top: 0;
  left: -200px;
  width: 1863px;
  height: 100%;
  background: url(../images/stats-pattern@2x.jpg) center top;
  background-size: 514px auto;
}
/*! - SECTION: 5 PARTNERS */
#partners {
  padding-top: 235px;
  padding-bottom: 80px;
  text-align: center;
}
#partners .partner-grid {
  margin-top: 60px;
}
#partners .partner-box {
  width: 23.5%;
  max-width: 175px;
  height: 210px;
  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;
}
#partners .partner-box:nth-child(n+5) {
  margin-top: 50px;
}
#partners .partner-box.filler {
  height: 0;
  margin: 0;
}
#partners .partner-box img {
  display: block;
}
#partners .bg-tri {
  position: absolute;
  width: 150px;
}
#partners .bg-tri[data-num="1"] {
  left: -110px;
  top: -88px;
}
#partners .bg-tri[data-num="2"] {
  right: -252px;
  bottom: 0px;
}
/*! - SECTION: 6 CASE STUDIES */
#case-studies .contentContainer {
  max-width: 1464px;
  background-color: rgba(216, 216, 216, 0.06);
  padding: 100px 80px 0;
}
#case-studies header {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  margin-bottom: 184px;
  text-align: center;
  position: relative;
}
#case-studies header h2 {
  margin-bottom: 10px;
}
#case-studies .shape[data-num="1"] {
  width: 319px;
  left: auto;
  right: 8px;
  transform-origin: right top;
}
#case-studies .shape[data-num="2"] {
  width: 453px;
  left: -14px;
  top: 112px;
  transform-origin: left top;
}
#case-studies p {
  color: #fff;
}
#case-studies .sidebar-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 60px 0 90px;
}
#case-studies .title-sidebar {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
#case-studies .title-sidebar h3 {
  color: #fff;
  width: 135px;
  top: 100px;
  transform: translateX(-50%) rotate(-90deg);
}
#case-studies .sizer {
  visibility: hidden;
}
#case-studies .content-row {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}
#case-studies .content-row .col {
  width: 47.5%;
  max-width: 560px;
}
#case-studies .content-row .col.text {
  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;
}
#case-studies .content-row .col.text.left .txt {
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
}
#case-studies .content-row .col.text.right {
  padding-left: 35px;
}
#case-studies .content-row .col.text.right .txt {
  width: 100%;
  max-width: 485px;
  margin: 0 auto;
}
#case-studies .content-row .col.text p + p {
  margin-top: 10px;
}
#case-studies .content-row .big-text {
  font-size: 95px;
  color: #a231ef;
  font-weight: 200;
}
#case-studies .content-row p {
  font-size: 20px;
}
#case-studies .content-row strong {
  font-weight: 700;
}
#case-studies .content-row + .content-row {
  margin-top: 160px;
}
#case-studies .content-row[data-num="2"] .confetti .floater {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="1"] {
  left: 55px;
  top: 97px;
  width: 15px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="2"] {
  left: 120px;
  top: 86px;
  width: 9px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="3"] {
  left: 173px;
  top: 109px;
  width: 12px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="4"] {
  left: 29px;
  top: 130px;
  width: 18px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="5"] {
  left: 70px;
  top: 129px;
  width: 35px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="6"] {
  left: 124px;
  top: 116px;
  width: 6px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="7"] {
  left: 125px;
  top: 160px;
  width: 7px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="8"] {
  left: 154px;
  top: 144px;
  width: 9px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="9"] {
  left: 211px;
  top: 130px;
  width: 6px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="10"] {
  left: 28px;
  top: 181px;
  width: 6px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="11"] {
  left: 191px;
  top: 169px;
  width: 12px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="12"] {
  left: 215px;
  top: 151px;
  width: 21px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="13"] {
  left: 50px;
  top: 190px;
  width: 18px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="14"] {
  left: 224px;
  top: 201px;
  width: 10px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="15"] {
  left: 49px;
  top: 243px;
  width: 20px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="16"] {
  left: 74px;
  top: 219px;
  width: 7px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="17"] {
  left: 193px;
  top: 223px;
  width: 6px;
}
#case-studies .content-row[data-num="2"] .confetti[data-num="18"] {
  left: 207px;
  top: 229px;
  width: 21px;
}
#case-studies .content-row[data-num="2"] .logo-cover {
  left: 45px;
  top: 184px;
  width: 183px;
}
#case-studies .content-row[data-num="3"] {
  margin-top: 110px;
}
#case-studies .content-row[data-num="3"] .col.text {
  display: block;
}
#case-studies .content-row[data-num="3"] .col.text .txt {
  max-width: 480px;
  margin: 0;
}
#case-studies .content-row[data-num="3"] .col.text .txt + .txt {
  margin-top: 50px;
  padding-top: 37px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#case-studies .content-row[data-num="3"] .background {
  top: 50%;
  margin-top: -225px;
  transform-origin: left center;
}
#case-studies .content-row[data-num="3"] .float-blob .base-shape {
  width: 193px;
}
#case-studies .content-row[data-num="3"] .float-sq .base-shape {
  width: 32px;
  height: 32px;
}
#case-studies .content-row[data-num="3"] .float-circ .base-shape {
  width: 38px;
  height: 38px;
  border-radius: 38px;
}
#case-studies .content-row[data-num="3"] .float-tri .base-shape {
  width: 40px;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="1"] {
  left: 358px;
  top: 251px;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="1"] .rmov {
  animation-duration: 40s !important;
  animation-delay: -30s !important;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="2"] {
  left: -77px;
  top: 7px;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="2"] .rmov {
  animation-duration: 40s !important;
  animation-delay: -15s !important;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="3"] {
  left: -11px;
  top: 360px;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="4"] {
  left: 83px;
  top: 66px;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="5"] {
  left: 100px;
  top: 215px;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="6"] {
  left: 446px;
  top: -6px;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="7"] {
  left: 385px;
  top: 256px;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="8"] {
  left: 172px;
  top: 395px;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="9"] {
  left: 530px;
  top: 155px;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="10"] {
  display: none;
}
#case-studies .content-row[data-num="3"] .float-shape[data-num="11"] {
  left: 490px;
  top: 373px;
}
#case-studies .content-row[data-num="4"] {
  margin-top: 120px;
}
#case-studies .content-row[data-num="4"] .float-circ .base-shape {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
#case-studies .content-row[data-num="4"] .float-tri .base-shape {
  width: 30px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="1"] {
  left: 61px;
  top: 104px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="1"] .base-shape {
  width: 256px;
  animation-delay: -15s !important;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="2"] {
  left: 233px;
  top: 144px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="2"] .base-shape {
  width: 274px;
  animation-delay: -30s !important;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="3"] {
  left: 328px;
  top: 83px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="3"] .base-shape {
  width: 26px;
  height: 26px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="4"] {
  left: 195px;
  top: 368px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="5"] {
  left: 380px;
  top: 176px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="6"] {
  left: 72px;
  top: 109px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="6"] .base-shape {
  width: 33px;
  height: 33px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="7"] {
  left: 186px;
  top: 10px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="8"] {
  left: 420px;
  top: 46px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="9"] {
  left: 53px;
  top: 371px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="9"] .base-shape {
  width: 33px;
  height: 33px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="10"] {
  left: 135px;
  top: 338px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="11"] {
  left: 480px;
  top: 400px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="11"] .base-shape {
  width: 20px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="12"] {
  left: 471px;
  top: 228px;
}
#case-studies .content-row[data-num="4"] .float-shape[data-num="13"] {
  left: 400px;
  top: 324px;
}
#case-studies .background {
  width: 560px;
  height: 450px;
  background-color: #032834;
  transform-origin: left top;
}
#case-studies .phone {
  width: 272px;
  top: -52px;
  left: 50%;
  margin-left: -138px;
  z-index: 2;
}
#case-studies .edge {
  width: 100%;
  height: 232px;
  position: relative;
  bottom: -1px;
  margin-top: 40px;
}
#case-studies .edge img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1472px;
}
#case-studies .cs-shape-group {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#case-studies .bg-wave-wrap {
  width: 560px;
  height: 180px;
  top: 149px;
  z-index: 1;
  overflow: hidden;
}
#case-studies .bg-wave-wrap .float-shape {
  transform: translateX(-45px);
}
#case-studies .bg-wave,
#case-studies .bg-wave-cover {
  width: 1662px;
  height: 180px;
}
#case-studies .bg-wave-cover {
  z-index: 20;
}
#case-studies .grad {
  position: relative;
  z-index: 2;
}
#case-studies .float-tri .base-shape {
  width: 25px;
}
#case-studies .float-logo[data-num="10"] {
  top: 0px;
  animation-delay: -7s !important;
}
#case-studies .float-logo[data-num="10"] .ymov {
  animation-delay: -1s !important;
}
#case-studies .float-logo[data-num="11"] {
  top: 50px;
  animation-delay: -5s !important;
}
#case-studies .float-logo[data-num="11"] .ymov {
  animation-delay: -5s !important;
}
#case-studies .float-logo[data-num="12"] {
  top: 100px;
  animation-delay: -9s !important;
}
#case-studies .float-logo[data-num="12"] .ymov {
  animation-delay: -3s !important;
}
#case-studies .content-row[data-num="1"] .float-shape[data-num="1"],
#case-studies .content-row[data-num="2"] .float-shape[data-num="1"] {
  top: 60px !important;
  animation-delay: -5.5s !important;
}
#case-studies .content-row[data-num="1"] .float-shape[data-num="1"] .ymov,
#case-studies .content-row[data-num="2"] .float-shape[data-num="1"] .ymov {
  animation-delay: -8s !important;
}
#case-studies .content-row[data-num="1"] .float-shape[data-num="2"],
#case-studies .content-row[data-num="2"] .float-shape[data-num="2"] {
  top: 70px !important;
}
#case-studies .content-row[data-num="1"] .float-shape[data-num="3"],
#case-studies .content-row[data-num="2"] .float-shape[data-num="3"] {
  animation-delay: -2.5s !important;
}
#case-studies .content-row[data-num="1"] .float-shape[data-num="6"],
#case-studies .content-row[data-num="2"] .float-shape[data-num="6"] {
  animation-delay: -3.75s !important;
}
#case-studies .content-row[data-num="1"] .float-shape[data-num="8"],
#case-studies .content-row[data-num="2"] .float-shape[data-num="8"] {
  animation-delay: -0.5s !important;
}
/*! - SECTION: 7 ADVERTISERS */
#advertisers {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 65px;
}
#advertisers header {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
#advertisers header h2 {
  margin-bottom: 72px;
}
#advertisers .content-wrap {
  width: 100%;
  position: relative;
}
#advertisers .graph-wrap {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}
#advertisers .graph-wrap .background {
  width: 850px;
  left: 50%;
  margin-left: -425px;
  transform-origin: center top;
}
#advertisers .wave {
  width: 1857px;
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  margin-left: -929px;
  top: 72px;
}
#advertisers .footer-text {
  text-align: center;
  margin-top: 102px;
}
#advertisers .sizer {
  visibility: hidden;
}
#advertisers .bg-wave-wrap {
  width: 1857px;
  height: 292px;
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  margin-left: -929px;
  top: 72px;
  z-index: 1;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
}
#advertisers .bg-wave,
#advertisers .bg-wave-cover {
  width: 3708px;
  height: 292px;
}
#advertisers .bg-wave img,
#advertisers .bg-wave-cover img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#advertisers .bg-wave-cover {
  z-index: 20;
}
#advertisers .endfade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 292px;
  background: #032834;
  background: -webkit-linear-gradient(left, #032834, rgba(3, 40, 52, 0));
  background: -moz-linear-gradient(left, #032834, rgba(3, 40, 52, 0));
  background: -o-linear-gradient(left, #032834, rgba(3, 40, 52, 0));
  background: linear-gradient(left, #032834, rgba(3, 40, 52, 0));
  z-index: 3;
}
#advertisers .endfade.right {
  transform: scaleX(-1);
  left: auto;
  right: 0px;
}
#advertisers .graph-bars {
  width: 720px;
  height: 360px;
  left: 68px;
  top: 47px;
}
#advertisers .graph-bars .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  top: auto;
  bottom: 0px;
  transform: translateY(100%);
}
#advertisers .float-sq .base-shape {
  width: 43px;
  height: 43px;
}
#advertisers .float-sq[data-num="4"] .base-shape {
  width: 25px;
  height: 25px;
}
#advertisers .float-sq[data-num="7"] .base-shape {
  width: 25px;
  height: 25px;
}
#advertisers .float-sq[data-num="16"] {
  animation-delay: -1s !important;
}
#advertisers .float-circ .base-shape {
  width: 48px;
  height: 48px;
  border-radius: 48px;
}
#advertisers .float-circ[data-num="5"] .base-shape {
  width: 26px;
  height: 26px;
  border-radius: 26px;
}
#advertisers .float-circ[data-num="8"] .base-shape {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
#advertisers .float-circ[data-num="17"] {
  animation-delay: -3s !important;
}
#advertisers .float-tri .base-shape {
  width: 28px;
}
#advertisers .float-tri[data-num="6"] .base-shape {
  width: 28px;
}
#advertisers .float-tri[data-num="9"] .base-shape {
  width: 38px;
}
#advertisers .float-tri[data-num="18"] {
  animation-delay: -5.5s !important;
}
/*! - SECTION: 8 ANALYSIS */
#analysis {
  padding-top: 35px;
}
#analysis .contentContainer {
  max-width: 1464px;
  background-color: rgba(216, 216, 216, 0.06);
  padding-top: 172px;
}
#analysis .edge {
  width: 100%;
  height: 232px;
  position: absolute;
  left: 0;
  top: 0;
  top: -1px;
}
#analysis .edge img {
  width: 1472px;
}
#analysis .bg-tri {
  position: absolute;
  width: 150px;
}
#analysis .bg-tri[data-num="1"] {
  left: -58px;
  top: 40px;
}
#analysis header {
  text-align: center;
}
#analysis header .illus {
  width: 62px;
  margin-bottom: 25px;
}
#analysis header h2 {
  margin-bottom: 25px;
}
#analysis .content-wrap {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}
#analysis .quote-box {
  background-color: #032834;
  position: relative;
  padding: 18px 56px;
  min-height: 490px;
}
#analysis .quote-box .quote-photo {
  margin-bottom: 12px;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#analysis .quote-box p {
  color: #fff;
  line-height: 1.95;
}
#analysis .quote-box p.sm {
  opacity: .4;
  font-size: 14px;
  line-height: 2.14;
  font-weight: 600;
  margin-top: 12px;
  text-transform: uppercase;
}
#analysis .quote-box a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#analysis .quote-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 594px;
}
#analysis .quote-slider .quote-slides {
  position: absolute;
  left: 0;
  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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 2025px;
}
#analysis .quote-slider .quote-box {
  width: 540px;
  position: relative;
}
#analysis .slide-controls {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 27px;
}
#analysis .slide-controls .arrow-btn {
  width: 45px;
  height: 45px;
  background-color: #a231ef;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
#analysis .slide-controls .arrow-btn.off {
  pointer-events: none;
}
#analysis .slide-controls .arrow-btn.off .tri {
  border-left-color: #032834;
}
#analysis .slide-controls .arrow-btn + .arrow-btn {
  margin-left: 16px;
}
#analysis .slide-controls .arrow-btn.left {
  transform: scaleX(-1);
}
#analysis .slide-controls .arrow-btn .tri {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 13px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
/*! - SECTION: 9 NEWS */
#news {
  padding-top: 75px;
}
#news header {
  text-align: center;
}
#news .news-box {
  width: 31.5%;
  max-width: 377px;
  background-color: #2f3336;
  position: relative;
}
#news .news-box .news-txt {
  padding: 25px 30px 30px;
}
#news .news-box p {
  color: #fff;
  line-height: 1.7;
}
#news .news-box p.sm {
  opacity: .4;
  line-height: 1.81;
  margin-top: 10px;
}
#news .news-box a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*! - SECTION: x10 FOOTER */
#footer {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 220px;
  text-align: center;
}
#footer h3 {
  font-size: 47px;
  font-weight: 600;
  letter-spacing: .38em;
  margin-bottom: 25px;
}
#footer p {
  color: #fff;
}
#footer a {
  color: #fff;
  opacity: .4;
}
#footer .txt {
  position: relative;
  margin-top: 45px;
}
#footer .estd {
  display: inline-block;
  margin-top: 32px;
}
#footer .footer-bg {
  position: relative;
  width: 100%;
  height: 570px;
}
#footer .cta-bar {
  margin-top: 94px;
}
#footer .privacy {
  text-align: left;
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1300px;
}
#footer .background {
  width: 1664px;
  transform: none;
  margin-left: -832px;
}
#footer .background .phone-wrap {
  left: 281px;
  top: 129px;
}
#footer .background .footer-shapes {
  width: 1664px;
}
#footer .background .footer-wave {
  width: 1172px;
  height: 125px;
  left: 50%;
  margin-left: -620px;
  top: 322px;
  overflow: hidden;
}
#footer .background .footer-wave .bg-wave {
  width: 2268px;
}
#footer .background .footer-main {
  width: 776px;
  left: 50%;
  margin-left: -388px;
  top: 35px;
}
#footer .background .footer-main .float-blob[data-num="1"] {
  left: 121px;
  top: 137px;
}
#footer .background .footer-main .float-blob[data-num="1"] .base-shape {
  width: 93px;
  animation-delay: -27s !important;
}
#footer .background .footer-main .float-blob[data-num="1"] .omov {
  animation-delay: -3s !important;
}
#footer .background .footer-main .float-blob[data-num="2"] {
  left: 375px;
  top: 61px;
}
#footer .background .footer-main .float-blob[data-num="2"] .base-shape {
  width: 191px;
}
#footer .background .footer-main .float-blob[data-num="2"] .omov {
  animation-delay: -9s !important;
}
#footer .background .footer-main .float-blob[data-num="3"] {
  left: 150px;
  top: 220px;
}
#footer .background .footer-main .float-blob[data-num="3"] .base-shape {
  width: 215px;
}
#footer .background .footer-main .float-blob[data-num="3"] .omov {
  animation-delay: -6s !important;
}
#footer .background .footer-main .float-blob[data-num="4"] {
  left: 535px;
  top: 260px;
}
#footer .background .footer-main .float-blob[data-num="4"] .base-shape {
  width: 92px;
  animation-delay: -20s !important;
}
#footer .background .footer-main .float-sq {
  left: 393px;
  top: 62px;
}
#footer .background .footer-main .float-sq .base-shape {
  width: 35px;
  height: 35px;
}
#footer .background .footer-main .float-circ .base-shape {
  width: 38px;
  height: 38px;
  border-radius: 38px;
}
#footer .background .footer-main .float-circ[data-num="6"] {
  left: 59px;
  top: 211px;
}
#footer .background .footer-main .float-circ[data-num="7"] {
  left: 527px;
  top: 408px;
}
#footer .background .footer-main .float-tri .base-shape {
  width: 42px;
}
#footer .background .footer-main .float-tri[data-num="8"] {
  left: 138px;
  top: 342px;
}
#footer .background .footer-main .float-tri[data-num="9"] {
  left: 605px;
  top: 322px;
}
/*! - GLOBAL: 5 FORM */
#contact-overlay .contentContainer {
  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: auto;
  min-height: 100%;
  max-width: 770px;
}
#contact-overlay .contact-form {
  position: relative;
  background-color: #fff;
  width: 100%;
}
#contact-overlay .logo-icon {
  width: 62px;
  display: block;
  margin: -1px auto 45px;
}
#contact-overlay .form-wrap {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  padding-bottom: 180px;
}
#contact-overlay .form-wrap p.intro {
  font-size: 20px;
  margin-bottom: 23px;
}
#contact-overlay .close-btn {
  position: absolute;
  right: -56px;
  top: -56px;
  width: 56px;
  height: 56px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  background-color: #a231ef;
  cursor: pointer;
}
#contact-overlay .close-btn .icon {
  color: #fff;
  font-size: 16px;
}
#contact-overlay form input:-webkit-autofill,
#contact-overlay form input:-webkit-autofill:hover,
#contact-overlay form input:-webkit-autofill:focus,
#contact-overlay form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #032834;
}
#contact-overlay input,
#contact-overlay textarea {
  font-size: 16px;
  color: #032834;
}
#contact-overlay .field-wrap {
  border-bottom: 1px solid #032834;
  width: 100%;
  padding: 10px 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;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
#contact-overlay .field-wrap label {
  width: 70px;
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
  margin-top: 2px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
#contact-overlay .field-wrap input {
  display: block;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}
#contact-overlay .field-wrap + .field-wrap {
  margin-top: 22px;
}
#contact-overlay .field-wrap.error {
  border-color: #a231ef;
}
#contact-overlay .field-wrap.error label {
  color: #a231ef;
}
#contact-overlay label {
  font-size: 16px;
}
#contact-overlay label[for="cf-message"] {
  display: block;
  margin: 36px 0 12px;
}
#contact-overlay .ta-wrap {
  background-color: rgba(0, 41, 53, 0.05);
  width: 100%;
  height: 110px;
  padding: 15px;
}
#contact-overlay .ta-wrap textarea {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  background: none;
  border: none;
}
#contact-overlay button[type="submit"] {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 122px;
}
#contact-overlay .thank-you {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  display: none;
}
#contact-overlay .thank-you .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  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: 25px;
  opacity: 1;
}
#contact-overlay .thank-you .logo-icon {
  margin-bottom: 40px;
}
#contact-overlay .thank-you p {
  font-size: 20px;
}
#contact-overlay .thank-you p + p {
  margin-top: 15px;
}
/*! - GLOBAL: 6 HOVERS */
@media screen and (min-width: 1025px) {
  a {
    -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 .cta-text {
    -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;
  }
  .cta-btn:hover > .cta-text {
    background-color: #a231ef;
  }
  #news .news-box {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transform: translateY(0px);
  }
  #news .news-box:hover {
    transform: translateY(-30px);
  }
  #contact-overlay .close-btn {
    -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;
  }
  #contact-overlay .close-btn:hover {
    background-color: #2f3336;
  }
  #partners .partner-box {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  #partners .partner-box:hover {
    opacity: .6;
  }
  #footer a:hover {
    opacity: 1;
  }
}
/*! - xANIM ***************************** */
/*! - xANIM: 0 ACTIVATION */
#hero.on .head-wave img {
  -webkit-animation: horzScroll infinite 3s linear;
  -moz-animation: horzScroll infinite 3s linear;
  animation: horzScroll infinite 3s linear;
  animation-fill-mode: forwards;
  animation-duration: 5s;
}
#hero.on .phone-wrap .slotmeter-rect {
  -webkit-animation: phoneMeterX infinite 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: phoneMeterX infinite 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: phoneMeterX infinite 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-fill-mode: forwards;
}
#hero.on .graph[data-num="1"] {
  -webkit-animation: heroGraph1 infinite 6s ease-in-out;
  -moz-animation: heroGraph1 infinite 6s ease-in-out;
  animation: heroGraph1 infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .graph[data-num="2"] {
  -webkit-animation: heroGraph2 infinite 6s ease-in-out;
  -moz-animation: heroGraph2 infinite 6s ease-in-out;
  animation: heroGraph2 infinite 6s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -2s;
}
#hero.on .ball-drop-wrap circle {
  -webkit-animation: graphBallDrop infinite 6s linear;
  -moz-animation: graphBallDrop infinite 6s linear;
  animation: graphBallDrop infinite 6s linear;
  animation-fill-mode: forwards;
}
#hero.on .ball-drop-wrap[data-num="1"] .ball2 {
  animation-delay: -2s;
}
#hero.on .ball-drop-wrap[data-num="1"] .ball3 {
  animation-delay: -4s;
}
#hero.on .ball-drop-wrap[data-num="2"] .ball1 {
  animation-delay: -1s;
}
#hero.on .ball-drop-wrap[data-num="2"] .ball2 {
  animation-delay: -3s;
}
#hero.on .ball-drop-wrap[data-num="2"] .ball3 {
  animation-delay: -5s;
}
#hero.on .head-shapes .xmov {
  -webkit-animation: headShapeX infinite 8s ease-in-out;
  -moz-animation: headShapeX infinite 8s ease-in-out;
  animation: headShapeX infinite 8s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .head-shapes .ymov {
  -webkit-animation: headShapeY infinite 6s linear;
  -moz-animation: headShapeY infinite 6s linear;
  animation: headShapeY infinite 6s linear;
  animation-fill-mode: forwards;
}
#hero.on .head-shapes .rmov {
  -webkit-animation: shapeFloatR1 infinite 15s ease-in-out;
  -moz-animation: shapeFloatR1 infinite 15s ease-in-out;
  animation: shapeFloatR1 infinite 15s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .bg-wave,
#hero.on .bg-wave-cover {
  -webkit-animation: horzScroll infinite 3s linear;
  -moz-animation: horzScroll infinite 3s linear;
  animation: horzScroll infinite 3s linear;
  animation-fill-mode: forwards;
  animation-duration: 8s;
}
#hero.on .bg-wave-wrap .xmov {
  -webkit-animation: waveShapeX infinite 6s linear;
  -moz-animation: waveShapeX infinite 6s linear;
  animation: waveShapeX infinite 6s linear;
  animation-fill-mode: forwards;
  animation-duration: 3s;
}
#hero.on .bg-wave-wrap .ymov {
  -webkit-animation: waveShapeY infinite 12s ease-in-out;
  -moz-animation: waveShapeY infinite 12s ease-in-out;
  animation: waveShapeY infinite 12s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 8s;
}
#hero.on .bg-wave-wrap .rmov {
  -webkit-animation: shapeFloatR1 infinite 15s ease-in-out;
  -moz-animation: shapeFloatR1 infinite 15s ease-in-out;
  animation: shapeFloatR1 infinite 15s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .bg-wave-wrap[data-num="2"] .bg-wave,
#hero.on .bg-wave-wrap[data-num="2"] .bg-wave-cover {
  animation-delay: -3.5s;
}
#hero.on .eye-shapes .xmov {
  -webkit-animation: eyeShapeX infinite 6s ease-in-out;
  -moz-animation: eyeShapeX infinite 6s ease-in-out;
  animation: eyeShapeX infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .eye-shapes .ymov {
  -webkit-animation: eyeShapeY infinite 10s ease-in-out;
  -moz-animation: eyeShapeY infinite 10s ease-in-out;
  animation: eyeShapeY infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .eye-shapes .rmov {
  -webkit-animation: shapeFloatR1 infinite 15s ease-in-out;
  -moz-animation: shapeFloatR1 infinite 15s ease-in-out;
  animation: shapeFloatR1 infinite 15s ease-in-out;
  animation-fill-mode: forwards;
}
#about.on .dash {
  -webkit-animation: vertScroll infinite 3s linear;
  -moz-animation: vertScroll infinite 3s linear;
  animation: vertScroll infinite 3s linear;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="1"].on .wave img {
  -webkit-animation: horzScroll infinite 3s linear;
  -moz-animation: horzScroll infinite 3s linear;
  animation: horzScroll infinite 3s linear;
  animation-fill-mode: forwards;
  animation-duration: 5s;
}
#approach .contents[data-num="1"].on .dash-line {
  -webkit-animation: horzScroll infinite 3s linear;
  -moz-animation: horzScroll infinite 3s linear;
  animation: horzScroll infinite 3s linear;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="1"].on .dash-line[data-num="1"] {
  animation-duration: 3.75s;
}
#approach .contents[data-num="1"].on .dash-line[data-num="2"] {
  animation-duration: 4.5s;
  animation-delay: -1s;
}
#approach .contents[data-num="1"].on .dash-line[data-num="3"] {
  animation-duration: 3.25s;
}
#approach .contents[data-num="1"].on .eye-ray {
  -webkit-animation: eyeRadar infinite 5s linear;
  -moz-animation: eyeRadar infinite 5s linear;
  animation: eyeRadar infinite 5s linear;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="2"].on .wave img {
  -webkit-animation: horzScroll infinite 3s linear;
  -moz-animation: horzScroll infinite 3s linear;
  animation: horzScroll infinite 3s linear;
  animation-fill-mode: forwards;
  animation-duration: 5s;
  animation-direction: reverse;
}
#approach .contents[data-num="2"].on .headlines img {
  -webkit-animation: horzScroll infinite 3s linear;
  -moz-animation: horzScroll infinite 3s linear;
  animation: horzScroll infinite 3s linear;
  animation-fill-mode: forwards;
  animation-duration: 14s;
  animation-direction: reverse;
}
#approach .contents[data-num="2"].on .logo-tri[data-num="1"] {
  -webkit-animation: flashPurple1 infinite 5s linear;
  -moz-animation: flashPurple1 infinite 5s linear;
  animation: flashPurple1 infinite 5s linear;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="2"].on .logo-tri[data-num="2"] {
  -webkit-animation: flashPurple2 infinite 5s linear;
  -moz-animation: flashPurple2 infinite 5s linear;
  animation: flashPurple2 infinite 5s linear;
  animation-fill-mode: forwards;
  animation-delay: -1.5s;
}
#approach .contents[data-num="3"].on .bulb-switch {
  -webkit-animation: switchSlider2 infinite 6s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: switchSlider2 infinite 6s cubic-bezier(0.5, 0, 0.5, 1);
  animation: switchSlider2 infinite 6s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
#approach .contents[data-num="3"].on .bulb-shape.xmov {
  -webkit-animation: floatX infinite 6s ease-in-out;
  -moz-animation: floatX infinite 6s ease-in-out;
  animation: floatX infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="3"].on .bulb-shape .ymov {
  -webkit-animation: floatY infinite 10s ease-in-out;
  -moz-animation: floatY infinite 10s ease-in-out;
  animation: floatY infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="3"].on .bulb-shape[data-num="2"].xmov {
  animation-delay: -3s;
}
#approach .contents[data-num="3"].on .bulb-shape[data-num="2"] .ymov {
  animation-delay: -8s;
}
#approach .contents[data-num="3"].on .bulb-shape[data-num="3"].xmov {
  animation-delay: -5s;
}
#approach .contents[data-num="3"].on .bulb-shape[data-num="3"] .ymov {
  animation-delay: -2s;
}
#approach .contents[data-num="3"].on .bulb-shape[data-num="4"].xmov {
  animation-delay: -2s;
}
#approach .contents[data-num="3"].on .bulb-shape[data-num="4"] .ymov {
  animation-delay: -7s;
}
#approach .contents[data-num="3"].on .bulb-shape[data-num="5"].xmov {
  animation-delay: -1s;
}
#approach .contents[data-num="3"].on .bulb-shape[data-num="5"] .ymov {
  animation-delay: -4s;
}
#approach .contents[data-num="3"].on .bulb-shape[data-num="6"].xmov {
  animation-delay: -4s;
}
#approach .contents[data-num="3"].on .bulb-shape[data-num="6"] .ymov {
  animation-delay: -6s;
}
#approach .contents[data-num="3"].on .wave img {
  -webkit-animation: horzScroll infinite 3s linear;
  -moz-animation: horzScroll infinite 3s linear;
  animation: horzScroll infinite 3s linear;
  animation-fill-mode: forwards;
  animation-duration: 5s;
}
#approach .contents[data-num="3"].on .meter {
  -webkit-animation: meterMove infinite 6s ease-in-out;
  -moz-animation: meterMove infinite 6s ease-in-out;
  animation: meterMove infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="3"].on .meter-wrap[data-num="2"] .meter {
  animation-delay: -1s;
}
#approach .contents[data-num="3"].on .bar img {
  -webkit-animation: horzScroll infinite 3s linear;
  -moz-animation: horzScroll infinite 3s linear;
  animation: horzScroll infinite 3s linear;
  animation-fill-mode: forwards;
  animation-duration: 7s;
  animation-direction: reverse;
}
#approach .contents[data-num="3"].on .box-switch {
  -webkit-animation: switchSlider3 infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: switchSlider3 infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  animation: switchSlider3 infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
#approach .contents[data-num="3"].on .box-switch[data-num="2"] {
  animation-delay: -1.5s;
}
#approach .contents[data-num="3"].on .box-switch[data-num="3"] {
  animation-delay: -0.5s;
}
#approach .contents[data-num="3"].on .box-switch[data-num="4"] {
  animation-delay: -2.25s;
}
#approach .contents[data-num="4"].on .glower {
  -webkit-animation: pulser2 infinite 4s ease-in-out;
  -moz-animation: pulser2 infinite 4s ease-in-out;
  animation: pulser2 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="4"].on .glower[data-num="2"] {
  animation-delay: -1.5s;
}
#approach .contents[data-num="4"].on .wave img {
  -webkit-animation: horzScroll infinite 3s linear;
  -moz-animation: horzScroll infinite 3s linear;
  animation: horzScroll infinite 3s linear;
  animation-fill-mode: forwards;
  animation-duration: 4s;
}
#approach .contents[data-num="4"].on .ball {
  -webkit-animation: ballDropper3 infinite 6.75s linear;
  -moz-animation: ballDropper3 infinite 6.75s linear;
  animation: ballDropper3 infinite 6.75s linear;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="4"].on .ball[data-num="1"] {
  animation-delay: 0s;
}
#approach .contents[data-num="4"].on .ball[data-num="2"] {
  animation-delay: -4.5s;
}
#approach .contents[data-num="4"].on .ball[data-num="3"] {
  animation-delay: -2.25s;
}
#approach .contents[data-num="4"].on .bubble {
  -webkit-animation: bubbleFloat infinite 6.5s linear;
  -moz-animation: bubbleFloat infinite 6.5s linear;
  animation: bubbleFloat infinite 6.5s linear;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="4"].on .bubbles[data-num="1"] .bubble[data-num="1"] {
  animation-delay: 0s;
}
#approach .contents[data-num="4"].on .bubbles[data-num="1"] .bubble[data-num="2"] {
  animation-delay: -4.5s;
}
#approach .contents[data-num="4"].on .bubbles[data-num="1"] .bubble[data-num="3"] {
  animation-delay: -2.25s;
}
#approach .contents[data-num="4"].on .bubbles[data-num="2"] .bubble[data-num="3"] {
  animation-delay: 0s;
}
#approach .contents[data-num="4"].on .bubbles[data-num="2"] .bubble[data-num="1"] {
  animation-delay: -4.5s;
}
#approach .contents[data-num="4"].on .bubbles[data-num="2"] .bubble[data-num="2"] {
  animation-delay: -2.25s;
}
#approach .contents[data-num="5"].on .bullseye {
  -webkit-animation: blinker infinite 2s linear;
  -moz-animation: blinker infinite 2s linear;
  animation: blinker infinite 2s linear;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="5"].on .glowlines {
  -webkit-animation: graphGlow infinite 4s linear;
  -moz-animation: graphGlow infinite 4s linear;
  animation: graphGlow infinite 4s linear;
  animation-fill-mode: forwards;
  transform-origin: center bottom;
}
#approach .contents[data-num="5"].on .paper[data-num="1"] {
  -webkit-animation: paperMove1 infinite 7s linear;
  -moz-animation: paperMove1 infinite 7s linear;
  animation: paperMove1 infinite 7s linear;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="5"].on .paper[data-num="2"] {
  -webkit-animation: paperMove2 infinite 7s linear;
  -moz-animation: paperMove2 infinite 7s linear;
  animation: paperMove2 infinite 7s linear;
  animation-fill-mode: forwards;
  animation-delay: -3s;
}
#approach .contents[data-num="5"].on .glower {
  -webkit-animation: burstGrowMain infinite 4s linear;
  -moz-animation: burstGrowMain infinite 4s linear;
  animation: burstGrowMain infinite 4s linear;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="5"].on .glower img {
  -webkit-animation: burstFade infinite 4s linear;
  -moz-animation: burstFade infinite 4s linear;
  animation: burstFade infinite 4s linear;
  animation-fill-mode: forwards;
}
#approach .contents[data-num="5"].on .glower[data-num="2"] {
  animation-delay: -1.3s !important;
}
#approach .contents[data-num="5"].on .glower[data-num="2"] img {
  animation-delay: -1.3s !important;
}
#services.on .line.horz .move-line {
  -webkit-animation: lineSlideX infinite 6s ease-in-out;
  -moz-animation: lineSlideX infinite 6s ease-in-out;
  animation: lineSlideX infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
#services.on .line.vert .move-line {
  -webkit-animation: lineSlideY infinite 6s ease-in-out;
  -moz-animation: lineSlideY infinite 6s ease-in-out;
  animation: lineSlideY infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
#services.on .line[data-num="2"] .move-line {
  animation-delay: -0.5s;
}
#services.on .line[data-num="3"] .move-line {
  animation-delay: -3s;
}
#services.on .line[data-num="4"] .move-line {
  animation-delay: -1.5s;
}
#services.on .line[data-num="5"] .move-line {
  animation-delay: -1s;
}
#services.on .line[data-num="6"] .move-line {
  animation-delay: -3.5s;
}
#services.on .line[data-num="7"] .move-line {
  animation-delay: -0.75s;
}
#services.on .line[data-num="8"] .move-line {
  animation-delay: -1.5s;
}
#services.on .meter {
  -webkit-animation: meterMove infinite 6s ease-in-out;
  -moz-animation: meterMove infinite 6s ease-in-out;
  animation: meterMove infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
#case-studies .content-row.on .bg-wave,
#case-studies .content-row.on .bg-wave-cover {
  -webkit-animation: horzScroll infinite 3s linear;
  -moz-animation: horzScroll infinite 3s linear;
  animation: horzScroll infinite 3s linear;
  animation-fill-mode: forwards;
  animation-duration: 12s;
}
#case-studies .content-row.on .bg-wave-wrap .xmov {
  -webkit-animation: cswaveShapeX infinite 6s linear;
  -moz-animation: cswaveShapeX infinite 6s linear;
  animation: cswaveShapeX infinite 6s linear;
  animation-fill-mode: forwards;
}
#case-studies .content-row.on .bg-wave-wrap .ymov {
  -webkit-animation: cswaveShapeY infinite 10s ease-in-out;
  -moz-animation: cswaveShapeY infinite 10s ease-in-out;
  animation: cswaveShapeY infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
#case-studies .content-row.on .bg-wave-wrap .rmov {
  -webkit-animation: shapeFloatR1 infinite 15s ease-in-out;
  -moz-animation: shapeFloatR1 infinite 15s ease-in-out;
  animation: shapeFloatR1 infinite 15s ease-in-out;
  animation-fill-mode: forwards;
}
#case-studies .content-row.on[data-num="2"] .bg-wave,
#case-studies .content-row.on[data-num="2"] .bg-wave-cover {
  animation-delay: -6s;
}
#case-studies .content-row.on[data-num="3"] .cs-shape-group .xmov {
  -webkit-animation: csShapeX infinite 8s ease-in-out;
  -moz-animation: csShapeX infinite 8s ease-in-out;
  animation: csShapeX infinite 8s ease-in-out;
  animation-fill-mode: forwards;
}
#case-studies .content-row.on[data-num="3"] .cs-shape-group .ymov {
  -webkit-animation: csShapeY infinite 15s ease-in-out;
  -moz-animation: csShapeY infinite 15s ease-in-out;
  animation: csShapeY infinite 15s ease-in-out;
  animation-fill-mode: forwards;
}
#case-studies .content-row.on[data-num="3"] .cs-shape-group .rmov {
  -webkit-animation: shapeFloatR1 infinite 15s ease-in-out;
  -moz-animation: shapeFloatR1 infinite 15s ease-in-out;
  animation: shapeFloatR1 infinite 15s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 30s !important;
}
#case-studies .content-row.on[data-num="4"] .cs-shape-group .xmov {
  -webkit-animation: csShapeX infinite 8s ease-in-out;
  -moz-animation: csShapeX infinite 8s ease-in-out;
  animation: csShapeX infinite 8s ease-in-out;
  animation-fill-mode: forwards;
}
#case-studies .content-row.on[data-num="4"] .cs-shape-group .ymov {
  -webkit-animation: waveShapeY infinite 12s ease-in-out;
  -moz-animation: waveShapeY infinite 12s ease-in-out;
  animation: waveShapeY infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
#case-studies .content-row.on[data-num="4"] .cs-shape-group .rmov {
  -webkit-animation: shapeFloatR1 infinite 15s ease-in-out;
  -moz-animation: shapeFloatR1 infinite 15s ease-in-out;
  animation: shapeFloatR1 infinite 15s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 30s !important;
}
#case-studies .content-row.on[data-num="4"] .cs-shape-group .float-blob.xmov {
  -webkit-animation: eyeShapeX infinite 6s ease-in-out;
  -moz-animation: eyeShapeX infinite 6s ease-in-out;
  animation: eyeShapeX infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
#case-studies .content-row.on[data-num="4"] .cs-shape-group .float-blob .ymov {
  -webkit-animation: waveShapeY infinite 12s ease-in-out;
  -moz-animation: waveShapeY infinite 12s ease-in-out;
  animation: waveShapeY infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
#case-studies .content-row.on[data-num="4"] .cs-shape-group .float-blob .rmov {
  -webkit-animation: shapeFloatR2 infinite 15s ease-in-out;
  -moz-animation: shapeFloatR2 infinite 15s ease-in-out;
  animation: shapeFloatR2 infinite 15s ease-in-out;
  animation-fill-mode: forwards;
}
#case-studies .content-row.on[data-num="4"] .cs-shape-group .float-blob[data-num="1"] .xmov {
  animation-delay: -3s !important;
}
#case-studies .content-row.on[data-num="4"] .cs-shape-group .float-blob[data-num="1"] .ymov {
  animation-delay: -6s !important;
}
#advertisers.on .xmov {
  -webkit-animation: adsShapeX infinite 10s linear;
  -moz-animation: adsShapeX infinite 10s linear;
  animation: adsShapeX infinite 10s linear;
  animation-fill-mode: forwards;
}
#advertisers.on .ymov {
  -webkit-animation: adsShapeY infinite 12s ease-in-out;
  -moz-animation: adsShapeY infinite 12s ease-in-out;
  animation: adsShapeY infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
#advertisers.on .rmov {
  -webkit-animation: shapeFloatR1 infinite 15s ease-in-out;
  -moz-animation: shapeFloatR1 infinite 15s ease-in-out;
  animation: shapeFloatR1 infinite 15s ease-in-out;
  animation-fill-mode: forwards;
}
#footer.on .cta-bar {
  -webkit-animation: colorChanger infinite 8s linear;
  -moz-animation: colorChanger infinite 8s linear;
  animation: colorChanger infinite 8s linear;
  animation-fill-mode: forwards;
}
#footer.on .footer-main .xmov {
  -webkit-animation: csShapeX infinite 8s ease-in-out;
  -moz-animation: csShapeX infinite 8s ease-in-out;
  animation: csShapeX infinite 8s ease-in-out;
  animation-fill-mode: forwards;
}
#footer.on .footer-main .ymov {
  -webkit-animation: csShapeY infinite 15s ease-in-out;
  -moz-animation: csShapeY infinite 15s ease-in-out;
  animation: csShapeY infinite 15s ease-in-out;
  animation-fill-mode: forwards;
}
#footer.on .footer-main .rmov {
  -webkit-animation: shapeFloatR1 infinite 15s ease-in-out;
  -moz-animation: shapeFloatR1 infinite 15s ease-in-out;
  animation: shapeFloatR1 infinite 15s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 30s !important;
}
#footer.on .footer-main .omov {
  -webkit-animation: fadeOnOff infinite 12s linear;
  -moz-animation: fadeOnOff infinite 12s linear;
  animation: fadeOnOff infinite 12s linear;
  animation-fill-mode: forwards;
}
#footer.on .phone-wrap .slotmeter-rect {
  -webkit-animation: phoneMeterX infinite 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: phoneMeterX infinite 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: phoneMeterX infinite 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-fill-mode: forwards;
}
#contact-overlay.on .cta-bar {
  -webkit-animation: colorChanger infinite 8s linear;
  -moz-animation: colorChanger infinite 8s linear;
  animation: colorChanger infinite 8s linear;
  animation-fill-mode: forwards;
}
/*! - xANIM: 1 REUSE */
.phone-wrap {
  width: 210px;
  height: 410px;
  z-index: 5;
}
.phone-wrap .phone-screen {
  position: absolute;
  left: 13px;
  top: 9px;
  width: 184px;
  height: 391px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.phone-wrap .screen-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.phone-wrap .screen-img > img {
  position: absolute;
  left: 0;
  top: 0;
  left: 5px;
  top: 30px;
  width: 174px;
}
.phone-wrap .screen-img[data-num="2"] {
  transform: translateX(100%);
}
.phone-wrap .screen-img[data-num="2"] .screen-scr,
.phone-wrap .screen-img[data-num="2"] .bar {
  width: 100%;
}
.phone-wrap .screen-img[data-num="2"] .screen-scr > img,
.phone-wrap .screen-img[data-num="2"] .bar > img {
  position: absolute;
  left: 0;
  top: 0;
  left: 5px;
  top: 30px;
  width: 174px;
}
.phone-wrap .screen-img[data-num="2"] .bar > img {
  top: 0px;
}
.phone-wrap .phone-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 98px;
  left: 56px;
  top: 8px;
}
.phone-wrap .slot-meter {
  width: 136px;
  height: 12px;
  left: 25px;
  top: 76px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.phone-wrap .slot-meter svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.phone-wrap .slots-wrap {
  position: absolute;
  left: 15px;
  top: 113px;
}
.phone-wrap .slots-wrap .slotbg,
.phone-wrap .slots-wrap .slot {
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 101px;
  border-radius: 4px;
}
.phone-wrap .slots-wrap .slotbg[data-num="2"],
.phone-wrap .slots-wrap .slot[data-num="2"] {
  left: 54px;
}
.phone-wrap .slots-wrap .slotbg[data-num="3"],
.phone-wrap .slots-wrap .slot[data-num="3"] {
  left: 108px;
}
.phone-wrap .slots-wrap .slotbg {
  background-color: rgba(255, 255, 255, 0.15);
}
.phone-wrap .slots-wrap .slot {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.phone-wrap .slots-wrap .slot-roll {
  position: absolute;
  left: 8px;
  top: -20px;
  width: 36px;
}
.phone-wrap .slot-highlight {
  position: absolute;
  left: -6px;
  top: 23px;
  width: 167px;
  height: 51px;
  border-radius: 4px;
  background-color: rgba(162, 49, 239, 0.28);
  border: 2px solid #c62a7b;
}
.phone-wrap .slot-btn {
  width: 63px;
  left: 115px;
  top: 298px;
}
.hasShapes .float-shape {
  position: absolute;
  left: 0;
  top: 0;
  opacity: .35;
}
.hasShapes .float-shape p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 10px;
  /* display: none; */
}
.hasShapes .float-shape .ymov {
  position: absolute;
  left: 0;
  top: 0;
}
.hasShapes .float-shape .base-shape {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #b21c5c;
}
.hasShapes .float-sq .base-shape {
  width: 22px;
  height: 22px;
}
.hasShapes .float-sq[data-num="4"] .base-shape {
  width: 12px;
  height: 12px;
}
.hasShapes .float-sq[data-num="7"] .base-shape {
  width: 16px;
  height: 16px;
}
.hasShapes .float-circ .base-shape {
  width: 15px;
  height: 15px;
  border-radius: 15px;
}
.hasShapes .float-circ[data-num="5"] .base-shape {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.hasShapes .float-circ[data-num="8"] .base-shape {
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.hasShapes .float-tri {
  opacity: 1;
}
.hasShapes .float-tri p {
  opacity: .35;
}
.hasShapes .float-tri .base-shape {
  width: 18px;
  background: none;
}
.hasShapes .float-tri img {
  width: 100%;
  height: auto;
  display: block;
}
.hasShapes .float-tri[data-num="6"] .base-shape {
  width: 25px;
}
.hasShapes .float-tri[data-num="9"] .base-shape {
  width: 15px;
}
.hasShapes .float-logo {
  opacity: 1;
}
.hasShapes .float-logo p {
  opacity: .35;
}
.hasShapes .float-logo .base-shape {
  background: none;
}
.hasShapes .float-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.hasShapes .float-logo.apple .base-shape {
  width: 45px;
}
.hasShapes .float-logo.droid .base-shape {
  width: 44px;
}
.hasShapes .float-blob {
  opacity: 1;
}
.hasShapes .float-blob p {
  opacity: .35;
}
.hasShapes .float-blob .base-shape {
  background: none;
}
.hasShapes .float-blob img {
  width: 100%;
  height: auto;
  display: block;
}
@-moz-keyframes horzScroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes horzScroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes horzScroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.horz-scroll {
  -webkit-animation: horzScroll infinite 3s linear;
  -moz-animation: horzScroll infinite 3s linear;
  animation: horzScroll infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes vertScroll {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes vertScroll {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes vertScroll {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
.vert-scroll {
  -webkit-animation: vertScroll infinite 3s linear;
  -moz-animation: vertScroll infinite 3s linear;
  animation: vertScroll infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes blinker {
  0% {
    background-color: #123c45;
    animation-timing-function: ease-out;
  }
  50% {
    background-color: #ffdb7d;
    animation-timing-function: ease-in;
  }
  90% {
    background-color: #123c45;
  }
  100% {
    background-color: #123c45;
  }
}
@-webkit-keyframes blinker {
  0% {
    background-color: #123c45;
    animation-timing-function: ease-out;
  }
  50% {
    background-color: #ffdb7d;
    animation-timing-function: ease-in;
  }
  90% {
    background-color: #123c45;
  }
  100% {
    background-color: #123c45;
  }
}
@keyframes blinker {
  0% {
    background-color: #123c45;
    animation-timing-function: ease-out;
  }
  50% {
    background-color: #ffdb7d;
    animation-timing-function: ease-in;
  }
  90% {
    background-color: #123c45;
  }
  100% {
    background-color: #123c45;
  }
}
.blink {
  -webkit-animation: blinker infinite 2s linear;
  -moz-animation: blinker infinite 2s linear;
  animation: blinker infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes floatX {
  0% {
    transform: translateX(-15px) rotate(-20deg);
  }
  50% {
    transform: translateX(15px) rotate(20deg);
  }
  100% {
    transform: translateX(-15px) rotate(-20deg);
  }
}
@-webkit-keyframes floatX {
  0% {
    transform: translateX(-15px) rotate(-20deg);
  }
  50% {
    transform: translateX(15px) rotate(20deg);
  }
  100% {
    transform: translateX(-15px) rotate(-20deg);
  }
}
@keyframes floatX {
  0% {
    transform: translateX(-15px) rotate(-20deg);
  }
  50% {
    transform: translateX(15px) rotate(20deg);
  }
  100% {
    transform: translateX(-15px) rotate(-20deg);
  }
}
.float-x {
  -webkit-animation: floatX infinite 6s ease-in-out;
  -moz-animation: floatX infinite 6s ease-in-out;
  animation: floatX infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes floatY {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes floatY {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes floatY {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.float-y {
  -webkit-animation: floatY infinite 10s ease-in-out;
  -moz-animation: floatY infinite 10s ease-in-out;
  animation: floatY infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes meterMove {
  0% {
    transform: rotate(-50deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-50deg);
  }
}
@-webkit-keyframes meterMove {
  0% {
    transform: rotate(-50deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-50deg);
  }
}
@keyframes meterMove {
  0% {
    transform: rotate(-50deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-50deg);
  }
}
.meter-move {
  -webkit-animation: meterMove infinite 6s ease-in-out;
  -moz-animation: meterMove infinite 6s ease-in-out;
  animation: meterMove infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes pulser {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes pulser {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes pulser {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
.pulse {
  -webkit-animation: pulser infinite 4s ease-in-out;
  -moz-animation: pulser infinite 4s ease-in-out;
  animation: pulser infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes pulser2 {
  0% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.75);
  }
}
@-webkit-keyframes pulser2 {
  0% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.75);
  }
}
@keyframes pulser2 {
  0% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.75);
  }
}
.pulse2 {
  -webkit-animation: pulser2 infinite 4s ease-in-out;
  -moz-animation: pulser2 infinite 4s ease-in-out;
  animation: pulser2 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes eyeRadar {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes eyeRadar {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes eyeRadar {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.eye-radar {
  -webkit-animation: eyeRadar infinite 5s linear;
  -moz-animation: eyeRadar infinite 5s linear;
  animation: eyeRadar infinite 5s linear;
  animation-fill-mode: forwards;
}
.meter-wrap {
  position: absolute;
}
.meter-wrap .dial {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #2f3336;
}
.meter-wrap .meter {
  position: absolute;
  left: 3px;
  bottom: -4px;
  width: 2px;
  height: 14px;
  background-color: #ff574a;
  transform-origin: center bottom;
}
.ball-drop .ball {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  position: absolute;
  left: 0;
  top: 0;
  top: -7px;
  background-color: #ffdb7d;
}
.ball-drop .ball[data-num="1"] {
  left: 26px;
}
.ball-drop .ball[data-num="2"] {
  left: 65px;
}
.ball-drop .ball[data-num="3"] {
  left: 105px;
}
.target {
  width: 60px;
}
.target .bullseye {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #123c45;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.data-path svg,
.data-path path {
  position: absolute;
  left: 0;
  top: 0;
}
.data-path .dp-base,
.data-path .dp-draw {
  fill: none;
  stroke-width: 2px;
  stroke-miterlimit: 10;
}
.data-path.pink .dp-base {
  stroke: #ffc0d8;
}
.data-path.pink .dp-draw[data-num="1"] {
  stroke: #2f3336;
}
.data-path.pink .dp-draw[data-num="2"] {
  stroke: #ffc0d8;
}
.data-path.purple .dp-base {
  stroke: #a231ef;
}
.data-path.purple .dp-draw[data-num="1"] {
  stroke: #ffc0d8;
}
.data-path.purple .dp-draw[data-num="2"] {
  stroke: #a231ef;
}
.data-path.dkpurple .dp-base {
  stroke: #2f3336;
}
.data-path.dkpurple .dp-draw[data-num="1"] {
  stroke: #ffc0d8;
}
.data-path.dkpurple .dp-draw[data-num="2"] {
  stroke: #2f3336;
}
@-moz-keyframes graphGlow {
  0% {
    opacity: .1;
    transform: scaleY(0.5);
    animation-timing-function: ease-out;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  100% {
    opacity: .1;
    transform: scaleY(0.5);
  }
}
@-webkit-keyframes graphGlow {
  0% {
    opacity: .1;
    transform: scaleY(0.5);
    animation-timing-function: ease-out;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  100% {
    opacity: .1;
    transform: scaleY(0.5);
  }
}
@keyframes graphGlow {
  0% {
    opacity: .1;
    transform: scaleY(0.5);
    animation-timing-function: ease-out;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
    animation-timing-function: ease-in;
  }
  100% {
    opacity: .1;
    transform: scaleY(0.5);
  }
}
.graph-glow {
  -webkit-animation: graphGlow infinite 4s linear;
  -moz-animation: graphGlow infinite 4s linear;
  animation: graphGlow infinite 4s linear;
  animation-fill-mode: forwards;
  transform-origin: center bottom;
}
@-moz-keyframes flashPurple1 {
  0% {
    border-right-color: #404549;
  }
  20% {
    border-right-color: #a231ef;
  }
  40% {
    border-right-color: #404549;
  }
  100% {
    border-right-color: #404549;
  }
}
@-webkit-keyframes flashPurple1 {
  0% {
    border-right-color: #404549;
  }
  20% {
    border-right-color: #a231ef;
  }
  40% {
    border-right-color: #404549;
  }
  100% {
    border-right-color: #404549;
  }
}
@keyframes flashPurple1 {
  0% {
    border-right-color: #404549;
  }
  20% {
    border-right-color: #a231ef;
  }
  40% {
    border-right-color: #404549;
  }
  100% {
    border-right-color: #404549;
  }
}
.flash-purple1 {
  -webkit-animation: flashPurple1 infinite 5s linear;
  -moz-animation: flashPurple1 infinite 5s linear;
  animation: flashPurple1 infinite 5s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes flashPurple2 {
  0% {
    border-left-color: #404549;
  }
  20% {
    border-left-color: #a231ef;
  }
  40% {
    border-left-color: #404549;
  }
  100% {
    border-left-color: #404549;
  }
}
@-webkit-keyframes flashPurple2 {
  0% {
    border-left-color: #404549;
  }
  20% {
    border-left-color: #a231ef;
  }
  40% {
    border-left-color: #404549;
  }
  100% {
    border-left-color: #404549;
  }
}
@keyframes flashPurple2 {
  0% {
    border-left-color: #404549;
  }
  20% {
    border-left-color: #a231ef;
  }
  40% {
    border-left-color: #404549;
  }
  100% {
    border-left-color: #404549;
  }
}
.flash-purple2 {
  -webkit-animation: flashPurple2 infinite 5s linear;
  -moz-animation: flashPurple2 infinite 5s linear;
  animation: flashPurple2 infinite 5s linear;
  animation-fill-mode: forwards;
}
/*! - xANIM: 2 HERO */
@-moz-keyframes shapeFloatR1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes shapeFloatR1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shapeFloatR1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.shape-floatR1 {
  -webkit-animation: shapeFloatR1 infinite 15s ease-in-out;
  -moz-animation: shapeFloatR1 infinite 15s ease-in-out;
  animation: shapeFloatR1 infinite 15s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes shapeFloatR2 {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes shapeFloatR2 {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes shapeFloatR2 {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.shape-floatR2 {
  -webkit-animation: shapeFloatR2 infinite 15s ease-in-out;
  -moz-animation: shapeFloatR2 infinite 15s ease-in-out;
  animation: shapeFloatR2 infinite 15s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes heroGraph1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes heroGraph1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes heroGraph1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.hero-graph1 {
  -webkit-animation: heroGraph1 infinite 6s ease-in-out;
  -moz-animation: heroGraph1 infinite 6s ease-in-out;
  animation: heroGraph1 infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes heroGraph2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes heroGraph2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes heroGraph2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.hero-graph2 {
  -webkit-animation: heroGraph2 infinite 6s ease-in-out;
  -moz-animation: heroGraph2 infinite 6s ease-in-out;
  animation: heroGraph2 infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes graphBallDrop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(140px);
  }
}
@-webkit-keyframes graphBallDrop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(140px);
  }
}
@keyframes graphBallDrop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(140px);
  }
}
.graph-balldrop {
  -webkit-animation: graphBallDrop infinite 6s linear;
  -moz-animation: graphBallDrop infinite 6s linear;
  animation: graphBallDrop infinite 6s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes eyeShapeX {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@-webkit-keyframes eyeShapeX {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes eyeShapeX {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
.eye-shapeX {
  -webkit-animation: eyeShapeX infinite 6s ease-in-out;
  -moz-animation: eyeShapeX infinite 6s ease-in-out;
  animation: eyeShapeX infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes eyeShapeY {
  0% {
    transform: translateY(-25px);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(-25px);
  }
}
@-webkit-keyframes eyeShapeY {
  0% {
    transform: translateY(-25px);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(-25px);
  }
}
@keyframes eyeShapeY {
  0% {
    transform: translateY(-25px);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(-25px);
  }
}
.eye-shapeY {
  -webkit-animation: eyeShapeY infinite 10s ease-in-out;
  -moz-animation: eyeShapeY infinite 10s ease-in-out;
  animation: eyeShapeY infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes headShapeY {
  0% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@-webkit-keyframes headShapeY {
  0% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes headShapeY {
  0% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(-30px);
  }
}
.head-shapeY {
  -webkit-animation: headShapeY infinite 6s linear;
  -moz-animation: headShapeY infinite 6s linear;
  animation: headShapeY infinite 6s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes headShapeX {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes headShapeX {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes headShapeX {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.head-shapeX {
  -webkit-animation: headShapeX infinite 8s ease-in-out;
  -moz-animation: headShapeX infinite 8s ease-in-out;
  animation: headShapeX infinite 8s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes waveShapeX {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(180px);
  }
}
@-webkit-keyframes waveShapeX {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(180px);
  }
}
@keyframes waveShapeX {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(180px);
  }
}
.wave-shapeX {
  -webkit-animation: waveShapeX infinite 6s linear;
  -moz-animation: waveShapeX infinite 6s linear;
  animation: waveShapeX infinite 6s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes waveShapeY {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes waveShapeY {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes waveShapeY {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.wave-shapeY {
  -webkit-animation: waveShapeY infinite 12s ease-in-out;
  -moz-animation: waveShapeY infinite 12s ease-in-out;
  animation: waveShapeY infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes phoneMeterX {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(-100px);
  }
}
@-webkit-keyframes phoneMeterX {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(-100px);
  }
}
@keyframes phoneMeterX {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(-100px);
  }
}
.phone-meterX {
  -webkit-animation: phoneMeterX infinite 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: phoneMeterX infinite 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: phoneMeterX infinite 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-fill-mode: forwards;
}
/*! - xANIM: 3 APPROACH -> LAYER 3 */
@-moz-keyframes switchSlider2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(56px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes switchSlider2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(56px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes switchSlider2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(56px);
  }
  100% {
    transform: translateX(0px);
  }
}
.switch-slider2 {
  -webkit-animation: switchSlider2 infinite 6s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: switchSlider2 infinite 6s cubic-bezier(0.5, 0, 0.5, 1);
  animation: switchSlider2 infinite 6s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
@-moz-keyframes switchSlider3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(29px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes switchSlider3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(29px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes switchSlider3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(29px);
  }
  100% {
    transform: translateX(0px);
  }
}
.switch-slider3 {
  -webkit-animation: switchSlider3 infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: switchSlider3 infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  animation: switchSlider3 infinite 5s cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: forwards;
}
/*! - xANIM: 3 APPROACH -> LAYER 4 */
@-moz-keyframes ballDropper3 {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  95% {
    transform: translateY(275px);
    opacity: 1;
  }
  100% {
    transform: translateY(285px);
    opacity: 0;
  }
}
@-webkit-keyframes ballDropper3 {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  95% {
    transform: translateY(275px);
    opacity: 1;
  }
  100% {
    transform: translateY(285px);
    opacity: 0;
  }
}
@keyframes ballDropper3 {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  95% {
    transform: translateY(275px);
    opacity: 1;
  }
  100% {
    transform: translateY(285px);
    opacity: 0;
  }
}
.ball-dropper3 {
  -webkit-animation: ballDropper3 infinite 6.75s linear;
  -moz-animation: ballDropper3 infinite 6.75s linear;
  animation: ballDropper3 infinite 6.75s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes bubbleFloat {
  0% {
    transform: translateY(90px);
    opacity: 0;
  }
  25% {
    transform: translateY(70px);
    opacity: 1;
  }
  85% {
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes bubbleFloat {
  0% {
    transform: translateY(90px);
    opacity: 0;
  }
  25% {
    transform: translateY(70px);
    opacity: 1;
  }
  85% {
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes bubbleFloat {
  0% {
    transform: translateY(90px);
    opacity: 0;
  }
  25% {
    transform: translateY(70px);
    opacity: 1;
  }
  85% {
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
.bubble-float {
  -webkit-animation: bubbleFloat infinite 6.5s linear;
  -moz-animation: bubbleFloat infinite 6.5s linear;
  animation: bubbleFloat infinite 6.5s linear;
  animation-fill-mode: forwards;
}
/*! - xANIM: 3 APPROACH -> LAYER 5 */
@-moz-keyframes paperMove1 {
  0% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(175px, 0px);
  }
  80% {
    transform: translate(175px, -220px);
  }
  100% {
    transform: translate(175px, -220px);
  }
}
@-webkit-keyframes paperMove1 {
  0% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(175px, 0px);
  }
  80% {
    transform: translate(175px, -220px);
  }
  100% {
    transform: translate(175px, -220px);
  }
}
@keyframes paperMove1 {
  0% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(175px, 0px);
  }
  80% {
    transform: translate(175px, -220px);
  }
  100% {
    transform: translate(175px, -220px);
  }
}
.paper-move1 {
  -webkit-animation: paperMove1 infinite 7s linear;
  -moz-animation: paperMove1 infinite 7s linear;
  animation: paperMove1 infinite 7s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes paperMove2 {
  0% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(310px);
  }
  100% {
    transform: translateX(310px);
  }
}
@-webkit-keyframes paperMove2 {
  0% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(310px);
  }
  100% {
    transform: translateX(310px);
  }
}
@keyframes paperMove2 {
  0% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(310px);
  }
  100% {
    transform: translateX(310px);
  }
}
.paper-move2 {
  -webkit-animation: paperMove2 infinite 7s linear;
  -moz-animation: paperMove2 infinite 7s linear;
  animation: paperMove2 infinite 7s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes burstGrowMain {
  0% {
    transform: scale(0.5);
    z-index: 2;
  }
  40% {
    z-index: 1;
  }
  60% {
    transform: scale(1.25);
    z-index: 0;
  }
  100% {
    transform: scale(1.25);
    z-index: 0;
  }
}
@-webkit-keyframes burstGrowMain {
  0% {
    transform: scale(0.5);
    z-index: 2;
  }
  40% {
    z-index: 1;
  }
  60% {
    transform: scale(1.25);
    z-index: 0;
  }
  100% {
    transform: scale(1.25);
    z-index: 0;
  }
}
@keyframes burstGrowMain {
  0% {
    transform: scale(0.5);
    z-index: 2;
  }
  40% {
    z-index: 1;
  }
  60% {
    transform: scale(1.25);
    z-index: 0;
  }
  100% {
    transform: scale(1.25);
    z-index: 0;
  }
}
.burst-grow-main {
  -webkit-animation: burstGrowMain infinite 4s linear;
  -moz-animation: burstGrowMain infinite 4s linear;
  animation: burstGrowMain infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes burstFade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes burstFade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burstFade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.burst-fade {
  -webkit-animation: burstFade infinite 4s linear;
  -moz-animation: burstFade infinite 4s linear;
  animation: burstFade infinite 4s linear;
  animation-fill-mode: forwards;
}
/*! - xANIM: 4 SERVICES */
@-moz-keyframes lineSlideX {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(126px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes lineSlideX {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(126px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes lineSlideX {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(126px);
  }
  100% {
    transform: translateX(0px);
  }
}
.line-slideX {
  -webkit-animation: lineSlideX infinite 6s ease-in-out;
  -moz-animation: lineSlideX infinite 6s ease-in-out;
  animation: lineSlideX infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes lineSlideY {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(193px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes lineSlideY {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(193px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes lineSlideY {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(193px);
  }
  100% {
    transform: translateY(0px);
  }
}
.line-slideY {
  -webkit-animation: lineSlideY infinite 6s ease-in-out;
  -moz-animation: lineSlideY infinite 6s ease-in-out;
  animation: lineSlideY infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
/*! - xANIM: 5 CASE STUDIES */
@-moz-keyframes cswaveShapeX {
  0% {
    transform: translateX(-45px);
  }
  100% {
    transform: translateX(580px);
  }
}
@-webkit-keyframes cswaveShapeX {
  0% {
    transform: translateX(-45px);
  }
  100% {
    transform: translateX(580px);
  }
}
@keyframes cswaveShapeX {
  0% {
    transform: translateX(-45px);
  }
  100% {
    transform: translateX(580px);
  }
}
.cswave-shapeX {
  -webkit-animation: cswaveShapeX infinite 6s linear;
  -moz-animation: cswaveShapeX infinite 6s linear;
  animation: cswaveShapeX infinite 6s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes cswaveShapeY {
  0% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(-40px);
  }
}
@-webkit-keyframes cswaveShapeY {
  0% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(-40px);
  }
}
@keyframes cswaveShapeY {
  0% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(-40px);
  }
}
.cswave-shapeY {
  -webkit-animation: cswaveShapeY infinite 10s ease-in-out;
  -moz-animation: cswaveShapeY infinite 10s ease-in-out;
  animation: cswaveShapeY infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes csShapeX {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(-30px);
  }
}
@-webkit-keyframes csShapeX {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes csShapeX {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.cs-shapeX {
  -webkit-animation: csShapeX infinite 8s ease-in-out;
  -moz-animation: csShapeX infinite 8s ease-in-out;
  animation: csShapeX infinite 8s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes csShapeY {
  0% {
    transform: translateY(-45px);
  }
  50% {
    transform: translateY(45px);
  }
  100% {
    transform: translateY(-45px);
  }
}
@-webkit-keyframes csShapeY {
  0% {
    transform: translateY(-45px);
  }
  50% {
    transform: translateY(45px);
  }
  100% {
    transform: translateY(-45px);
  }
}
@keyframes csShapeY {
  0% {
    transform: translateY(-45px);
  }
  50% {
    transform: translateY(45px);
  }
  100% {
    transform: translateY(-45px);
  }
}
.cs-shapeY {
  -webkit-animation: csShapeY infinite 15s ease-in-out;
  -moz-animation: csShapeY infinite 15s ease-in-out;
  animation: csShapeY infinite 15s ease-in-out;
  animation-fill-mode: forwards;
}
/*! - xANIM: 6 ADVERTISERS */
@-moz-keyframes adsShapeX {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(1850px);
  }
}
@-webkit-keyframes adsShapeX {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(1850px);
  }
}
@keyframes adsShapeX {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(1850px);
  }
}
.ads-shapeX {
  -webkit-animation: adsShapeX infinite 10s linear;
  -moz-animation: adsShapeX infinite 10s linear;
  animation: adsShapeX infinite 10s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes adsShapeY {
  0% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(-100px);
  }
}
@-webkit-keyframes adsShapeY {
  0% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(-100px);
  }
}
@keyframes adsShapeY {
  0% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(-100px);
  }
}
.ads-shapeY {
  -webkit-animation: adsShapeY infinite 12s ease-in-out;
  -moz-animation: adsShapeY infinite 12s ease-in-out;
  animation: adsShapeY infinite 12s ease-in-out;
  animation-fill-mode: forwards;
}
/*! - xANIM: 7 FOOTER */
@-moz-keyframes handWave {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(80deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes handWave {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(80deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes handWave {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(80deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hand-wave {
  -webkit-animation: handWave infinite 1s ease-in-out;
  -moz-animation: handWave infinite 1s ease-in-out;
  animation: handWave infinite 1s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes colorChanger {
  0% {
    background-color: #a231ef;
  }
  20% {
    background-color: #ef5350;
  }
  25% {
    background-color: #ef5350;
  }
  45% {
    background-color: #ffc0d8;
  }
  50% {
    background-color: #ffc0d8;
  }
  70% {
    background-color: #ffb17d;
  }
  75% {
    background-color: #ffb17d;
  }
  95% {
    background-color: #a231ef;
  }
  100% {
    background-color: #a231ef;
  }
}
@-webkit-keyframes colorChanger {
  0% {
    background-color: #a231ef;
  }
  20% {
    background-color: #ef5350;
  }
  25% {
    background-color: #ef5350;
  }
  45% {
    background-color: #ffc0d8;
  }
  50% {
    background-color: #ffc0d8;
  }
  70% {
    background-color: #ffb17d;
  }
  75% {
    background-color: #ffb17d;
  }
  95% {
    background-color: #a231ef;
  }
  100% {
    background-color: #a231ef;
  }
}
@keyframes colorChanger {
  0% {
    background-color: #a231ef;
  }
  20% {
    background-color: #ef5350;
  }
  25% {
    background-color: #ef5350;
  }
  45% {
    background-color: #ffc0d8;
  }
  50% {
    background-color: #ffc0d8;
  }
  70% {
    background-color: #ffb17d;
  }
  75% {
    background-color: #ffb17d;
  }
  95% {
    background-color: #a231ef;
  }
  100% {
    background-color: #a231ef;
  }
}
.color-changer {
  -webkit-animation: colorChanger infinite 8s linear;
  -moz-animation: colorChanger infinite 8s linear;
  animation: colorChanger infinite 8s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes fadeOnOff {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOnOff {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOnOff {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fader {
  -webkit-animation: fadeOnOff infinite 12s linear;
  -moz-animation: fadeOnOff infinite 12s linear;
  animation: fadeOnOff infinite 12s linear;
  animation-fill-mode: forwards;
}
/*! MEDIA QUERY ***************************** */
/*! MQ: 0 -> 1200px */
@media screen and (max-width: 1200px) {
  #stats .stats-boxes h4 {
    font-size: 35px;
  }
  #case-studies .sidebar-wrap {
    padding-bottom: 110px;
  }
}
/*! MQ: 1 -> 1024px */
@media screen and (max-width: 1024px) {
  section,
  .global {
    padding-left: 35px;
    padding-right: 35px;
  }
  section h1 {
    font-size: 36px;
  }
  section h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
  section p {
    font-size: 18px;
    line-height: 1.88;
  }
  .basic-scaler {
    transform: scale(0.75);
  }
  .title-sidebar {
    width: 50px;
  }
  #globalHeader .logo {
    left: 20px;
    top: 23px;
  }
  #globalHeader.sticky .logo {
    transform: translate(0px, -10px) scale(0.5);
  }
  #hero {
    padding-bottom: 50px;
  }
  #hero .col.text {
    padding-top: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: 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;
    padding-left: 25px;
  }
  #about {
    padding-top: 100px;
  }
  #about .outerContainer {
    padding: 0px 30px 70px;
  }
  #about .txt {
    max-width: 500px;
  }
  #about .logo-icon {
    max-width: 120px;
  }
  #approach {
    padding-top: 260px;
    padding-bottom: 170px;
  }
  #approach .row.contents[data-num="0"] .icon {
    margin-left: 0px;
  }
  #approach .row.shape[data-num="0"] {
    height: 200px;
  }
  #approach .row.shape[data-num="1"],
  #approach .row.shape[data-num="3"] {
    height: 240px;
  }
  #approach .row.shape[data-num="2"] {
    height: 170px;
  }
  #services {
    padding-top: 120px;
    padding-bottom: 330px;
  }
  #services .row {
    margin-top: 64px;
  }
  #stats .txt,
  #stats .stats-boxes-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
  #stats .logo-icon {
    max-width: 120px;
  }
  #stats .txt {
    padding: 0 15px;
  }
  #stats .stats-boxes .stats-box {
    padding: 40px 25px !important;
    min-height: 0;
  }
  #stats .stats-boxes .stats-box:nth-child(n+3) {
    margin-top: 5%;
  }
  #stats .col.image {
    width: 30% !important;
  }
  #partners,
  #featured {
    padding-top: 200px;
  }
  #partners .partner-box,
  #featured .partner-box {
    height: 180px;
  }
  #partners .partner-box:nth-child(n+5),
  #featured .partner-box:nth-child(n+5) {
    margin-top: 0px;
  }
  #case-studies .contentContainer {
    padding: 100px 50px 0;
  }
  #case-studies .shape {
    transform: scale(0.75);
  }
  #case-studies .content-row .big-text {
    font-size: 65px;
  }
  #case-studies .content-row[data-num="3"] .col.text .txt + .txt {
    margin-top: 30px;
    padding-top: 20px;
  }
  #case-studies .content-row .col.text.right {
    padding-left: 0px;
  }
  #advertisers .graph-wrap {
    max-width: 750px;
  }
  #advertisers .bg-wave-wrap {
    transform: scale(0.75);
    top: 32px;
  }
  #advertisers header br {
    display: none;
  }
  #analysis .content-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  #analysis .quote-box {
    padding: 30px 25px 18px;
  }
  #analysis .bg-tri[data-num="1"] {
    top: -10px;
    transform: scale(0.75);
  }
  #news {
    padding-top: 120px;
  }
  #footer {
    padding-top: 120px;
  }
  #footer h3 {
    font-size: 37px;
    margin-bottom: 20px;
  }
  #footer .cta-bar {
    margin-top: 80px;
  }
  #footer .privacy {
    padding-left: 35px;
    padding-right: 35px;
  }
  #footer .footer-bg {
    height: 428px;
  }
  #footer .background {
    transform: scale(0.75);
  }
}
/*! MQ: 2 -> 850px */
@media screen and (max-width: 850px) {
  #about h2 br {
    display: none;
  }
  #approach p br {
    display: none;
  }
  #stats .stats-boxes .stats-box {
    width: 47.5%;
    max-width: none;
  }
  #stats .stats-boxes .stats-box:nth-child(n+3) {
    margin-top: 5%;
  }
}
/*! MQ: 3 -> 768px */
@media screen and (max-width: 768px) {
  section,
  .global,
  .overlayWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  section h1,
  section h2 {
    font-size: 32px;
  }
  section p {
    font-size: 17px;
  }
  .basic-scaler {
    transform: scale(0.6);
  }
  .title-sidebar {
    display: none;
  }
  #globalHeader {
    position: static;
  }
  #globalHeader .sticky-bar {
    position: static;
    height: 0;
    overflow: visible;
    transform: none;
    transition-duration: 0s;
  }
  #globalHeader .logo {
    left: 20px;
    top: 23px;
    width: 132px;
  }
  #globalHeader .cta-btn {
    position: fixed;
    z-index: 61;
    top: 20px;
    right: 20px;
  }
  #globalHeader .cta-btn .cta-text {
    display: none;
  }
  #globalHeader .cta-btn.open .close-btn {
    visibility: visible;
    opacity: 1;
  }
  #hero .col.text {
    display: block;
    padding-top: 40px;
  }
  #about {
    padding-top: calc(93.6px);
  }
  #about .logo-icon {
    max-width: 90px;
  }
  #approach {
    padding-top: calc(195px);
    padding-bottom: calc(126px);
  }
  #approach .row.contents.rt .approach-img {
    margin-left: -25px;
  }
  #approach .row.shape[data-num="0"] {
    height: 160px;
  }
  #approach .row.shape[data-num="1"],
  #approach .row.shape[data-num="3"] {
    height: 192px;
  }
  #approach .row.shape[data-num="2"] {
    height: 135px;
  }
  #services {
    padding-top: calc(90px);
  }
  #services h3 {
    padding: 0 20px;
  }
  #services .col {
    padding: 25px;
  }
  #stats .logo-icon {
    max-width: 90px;
  }
  #partners,
  #featured {
    padding-top: calc(153px);
  }
  #partners .break,
  #featured .break {
    display: none;
  }
  #partners .partner-box,
  #featured .partner-box {
    width: 32.5%;
    max-width: 250px !important;
    height: 150px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
  }
  #partners .partner-box img,
  #featured .partner-box img {
    transform: scale(0.9);
  }
  #case-studies .contentContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
  #case-studies .content-row {
    padding-left: 0px;
    padding-right: 0px;
  }
  #case-studies .content-row p {
    font-size: 17px;
  }
  #case-studies .edge {
    transform: scale(0.52);
    transform-origin: center bottom;
  }
  #advertisers header {
    max-width: 680px;
  }
  #analysis .edge {
    height: 120px;
  }
  #analysis .edge img {
    transform: scale(0.52);
    transform-origin: center top;
    position: absolute;
    left: 0;
    top: 0;
    left: 50%;
    margin-left: -736px;
  }
  #news {
    padding-top: calc(90px);
  }
  #news .news-box .news-txt {
    padding: 20px;
  }
  #footer {
    padding-top: calc(135px);
  }
  #footer .txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .privacy {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  #contact-overlay .close-btn {
    display: none;
  }
  .overlayWrap {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  #generic #main {
    padding-top: 100px;
  }
  #generic #main h2,
  #generic #main p,
  #generic #main li {
    font-size: 17px;
    line-height: 1.88;
  }
}
/*! MQ: 4 -> 650px */
@media screen and (max-width: 650px) {
  section h1 {
    font-size: 28px;
    line-height: 1.46;
  }
  #loader .load-clip {
    /* margin-left: -188px; */
    transform: scale(0.6) translateX(120px);
  }
  #globalHeader .logo {
    top: 24px;
    width: 113px;
  }
  #hero .col.text .cta-btn {
    margin-top: 18px;
  }
  #hero .cta-btn {
    height: 42px;
  }
  #hero .cta-btn .cta-icon {
    width: 42px;
  }
  #hero .cta-btn .cta-icon .icon {
    font-size: 25px;
  }
  #hero .cta-btn .cta-text {
    padding: 14px 19px;
    font-size: 12px;
  }
  #about {
    padding-top: 30px;
  }
  #approach .col,
  #services .col {
    width: 100% !important;
    max-width: none !important;
  }
  #approach .contentContainer {
    max-width: 415px;
  }
  #approach .row + .row {
    margin-top: 40px !important;
  }
  #approach .col.txt {
    padding: 0 20px;
  }
  #approach .col.img {
    padding-right: 8px;
  }
  #approach .row.contents.rt .approach-img {
    margin-left: -6px;
  }
  #approach .row.contents.lt .col.img {
    text-align: left;
  }
  #approach .row.contents:not([data-num="0"]) .col.img {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #approach .row.contents:not([data-num="0"]) .col.txt {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 25px;
  }
  #approach .row.contents[data-num="0"] .approach-img {
    margin: 25px 0 0 20px;
    max-width: 223px;
  }
  #approach .row.shape .basic-scaler {
    transform: none;
  }
  #approach .row.shape[data-num="0"] {
    height: 276px;
  }
  #approach .row.shape[data-num="0"] .shape-part[data-num="1"] {
    width: 105px;
    left: 275px;
  }
  #approach .row.shape[data-num="0"] .shape-part[data-num="2"] {
    top: 118px;
    left: 222px;
    width: 316px;
  }
  #approach .row.shape[data-num="1"],
  #approach .row.shape[data-num="3"] {
    height: 238px;
  }
  #approach .row.shape[data-num="1"] .shape-part[data-num="1"],
  #approach .row.shape[data-num="3"] .shape-part[data-num="1"] {
    width: 223px;
    left: -40px;
  }
  #approach .row.shape[data-num="1"] .shape-part[data-num="2"],
  #approach .row.shape[data-num="3"] .shape-part[data-num="2"] {
    display: none;
  }
  #approach .row.shape[data-num="2"] {
    height: 276px;
  }
  #approach .row.shape[data-num="2"] .background {
    margin-left: -205px;
  }
  #approach .row.shape[data-num="2"] .shape-part[data-num="1"] {
    top: 118px;
    left: 222px;
    width: 316px;
  }
  #approach .row.shape[data-num="2"] .shape-part[data-num="2"] {
    width: 105px;
    left: 275px;
  }
  #services .col + .col {
    margin-top: 20px;
  }
  #stats h2 br {
    display: none;
  }
  #stats .stats-boxes-wrap {
    padding: 205px 25px 60px;
  }
  #stats .stats-boxes {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
  #stats .stats-boxes h4 {
    font-size: 45px;
  }
  #stats .stats-boxes p {
    margin-top: 12px;
    padding-top: 22px;
    max-width: 148px;
  }
  #stats .stats-boxes .stats-box {
    max-width: 200px;
    padding: 25px 10px !important;
  }
  #stats .stats-boxes .stats-box .row {
    display: block;
  }
  #stats .stats-boxes .stats-box .col {
    width: 100% !important;
    max-width: none !important;
  }
  #stats .stats-boxes .stats-box .col.text {
    margin-top: 15px;
  }
  #stats .stats-boxes .stats-box .illus {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #stats .stats-boxes .stats-box .txt {
    text-align: center;
  }
  #news {
    padding-top: 62px;
  }
  #news .news-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #news .news-box + .news-box {
    margin-top: 20px;
  }
  #case-studies .shape[data-num="1"] {
    display: none;
  }
  #case-studies .shape[data-num="2"] {
    top: 215px;
    left: -83px;
    transform: scale(0.7);
  }
  #case-studies .contentContainer {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 66px;
  }
  #case-studies header {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 270px;
    max-width: 410px;
  }
  #case-studies header h2 {
    margin-bottom: 20px;
  }
  #case-studies .content-row .col {
    width: 100% !important;
    max-width: none !important;
  }
  #case-studies .content-row .col.text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 25px !important;
  }
  #case-studies .content-row .col.text .txt {
    max-width: none !important;
  }
  #case-studies .content-row .col.image {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 21%;
  }
  #case-studies .content-row .big-text {
    font-size: 80px;
  }
  #case-studies .content-row + .content-row {
    margin-top: 72px;
  }
  #case-studies .content-row[data-num="3"] .col.text .txt + .txt {
    margin-top: 44px;
    padding-top: 30px;
  }
  #case-studies .content-row[data-num="3"] .col.image,
  #case-studies .content-row[data-num="4"] .col.image {
    margin-top: 40px;
  }
  #contact-overlay .contact-form {
    padding: 0 25px;
  }
  #contact-overlay .contact-form > .logo-icon {
    width: 48px;
    margin-bottom: 30px;
  }
  #contact-overlay label {
    font-size: 12px !important;
    /* letter-spacing: .25em; */
  }
  #contact-overlay input,
  #contact-overlay textarea {
    font-size: 14px;
  }
  #contact-overlay .field-wrap label {
    width: 50px;
  }
  #contact-overlay .ta-wrap {
    padding: 10px;
    height: 87px;
  }
  #contact-overlay .form-wrap {
    padding-bottom: 160px;
  }
  #contact-overlay .form-wrap p.intro {
    font-size: 17px;
    line-height: 1.88;
    text-align: center;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #contact-overlay .thank-you p {
    font-size: 17px;
  }
}
/*! MQ: 5 -> 550px */
@media screen and (max-width: 550px) {
  section h2 {
    font-size: 28px;
    line-height: 1.46;
  }
  section h3 {
    font-size: 12px;
    letter-spacing: .28em;
  }
  #hero .col {
    width: 100%;
  }
  #hero .col.text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0px;
  }
  #hero .col.image {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 90px;
  }
  #hero .background {
    left: -5px;
  }
  #about .outerContainer {
    padding: 0px 20px 55px;
  }
  #about .logo-icon {
    margin-bottom: 42px;
  }
  #approach {
    padding-bottom: 145px;
  }
  #approach h2 {
    margin-bottom: 10px;
  }
  #approach h3 {
    margin-bottom: 18px;
  }
  #approach .row.contents[data-num="0"] h2 {
    margin-bottom: 20px;
  }
  #approach .row.contents[data-num="0"] .icon {
    width: 107px;
    margin-bottom: 20px;
  }
  #services {
    padding-top: 57px;
    padding-bottom: 260px;
  }
  #services h2 {
    margin-bottom: 12px;
  }
  #services .row {
    margin-top: 58px;
  }
  #services .icon {
    transform: scale(0.69);
    transform-origin: left top;
    margin: 5px 0 28px 5px;
    height: 141px;
  }
  #services .col.left .icon {
    overflow: visible;
  }
  #services .col {
    padding-bottom: 35px;
  }
  #services ul {
    margin-top: 30px;
  }
  #services li {
    font-size: 15px;
  }
  #stats {
    margin-top: -138px;
  }
  #stats .stats-bg.dsk {
    display: none;
  }
  #stats .stats-bg.mob {
    display: block;
    width: 550px;
  }
  #stats .stats-boxes-wrap {
    min-height: 550px;
    padding-top: 138px;
    padding-left: 20px;
    margin-top: 0px;
  }
  #stats .stats-boxes {
    position: absolute;
    max-width: none;
    width: 920px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #stats .stats-boxes h4 {
    font-size: 45px;
  }
  #stats .stats-boxes .stats-box {
    width: 200px;
  }
  #stats .stats-boxes .stats-box:nth-child(n+3) {
    margin: 0px;
  }
  #stats .logo-icon {
    margin-bottom: 40px;
  }
  #partners {
    padding-top: 100px;
  }
  #partners .partner-grid {
    margin-top: 35px;
  }
  #partners .partner-box {
    width: 47.5%;
    height: 125px;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  #partners .partner-box img {
    transform: scale(0.8);
    transform-origin: center center;
  }
  #partners .bg-tri[data-num="1"] {
    display: none;
  }
  #case-studies header {
    max-width: 335px;
  }
  #case-studies .edge {
    transform: scale(0.35);
    transform-origin: center bottom;
    height: 100px;
    bottom: 45px;
    margin-top: 60px;
  }
  #advertisers .bg-wave-wrap {
    display: none;
  }
  #advertisers .graph-wrap {
    padding: 0 8px;
  }
  #advertisers header {
    max-width: 370px;
  }
  #advertisers header h2 {
    margin-bottom: 35px;
  }
  #advertisers .footer-text {
    margin-top: 42px;
  }
  #analysis .contentContainer {
    margin-top: 100px;
    padding-top: 110px;
  }
  #analysis .edge {
    height: 80px;
  }
  #analysis .edge img {
    transform: scale(0.35);
    transform-origin: center top;
    position: absolute;
    left: 0;
    top: 0;
    left: 50%;
    margin-left: -736px;
  }
  #analysis .bg-tri[data-num="1"] {
    top: -95px;
    left: -20px;
  }
  #analysis header {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  #analysis header .illus {
    width: 50px;
    margin-bottom: 15px;
  }
  #analysis header h2 {
    margin-bottom: 50px;
  }
  #analysis .quote-box p.sm {
    font-size: 12px;
  }
  #analysis .slide-controls {
    margin-top: 35px;
  }
  #analysis .slide-controls .arrow-btn {
    width: 40px;
    height: 40px;
  }
  #analysis .slide-controls .arrow-btn + .arrow-btn {
    margin-left: 14px;
  }
  #analysis .slide-controls .arrow-btn .tri {
    transform: scale(0.9) translate(-50%, -50%);
  }
  #footer {
    padding-top: 30px;
  }
  #footer h3 {
    font-size: 30px;
  }
  #footer .cta-bar {
    margin-top: 95px;
  }
  #footer .txt {
    margin-top: 65px;
  }
  #footer .txt p {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  #footer .background {
    transform: scale(0.84);
  }
  #footer .footer-bg {
    height: 480px;
  }
  .cta-bar .cta-items {
    margin: 0px;
  }
  .cta-bar .icon {
    display: block;
    margin-bottom: 5px;
  }
  .cta-bar p {
    font-size: 17px;
  }
  #generic #main {
    padding-bottom: 20px;
  }
  #generic #main h1 {
    font-size: 28px;
  }
}
/*! MQ: 6 -> 450px */
@media screen and (max-width: 450px) {
  #about .txt p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #case-studies .content-row[data-num="3"] .txt:nth-child(2) p {
    max-width: 215px;
  }
}
