
/****************************************************************************************************************

MAIN STYLING SHEET FOR PRE-ORDER LAUNCH LANDING PAGE AND TECH SPECS

****************************************************************************************************************/
/****************************************************************************************************************

Author : Alexandre Wayenberg
Date of creation : 02-05-2017

Copyright Shape Labs Inc. 2017

****************************************************************************************************************/


 /****************************************************************************************************************
FONTS
 ****************************************************************************************************************/

 /* Adding custom fonts
  Surely should not be served this way in production
  and there is need for a good fallback default font */
@font-face{
    font-family: "Uniform-Medium";
    src: url('../fonts/uniform-medium.woff2') format('woff2'),
         url('../fonts/uniform-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Uniform";
    src: url('../fonts/uniform.woff2') format('woff2'),
         url('../fonts/uniform.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Uniform-Light";
    src: url('../fonts/uniform-light.woff2') format('woff2'),
         url('../fonts/uniform-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*** NOT USED
@font-face{
    font-family: "Uniform-Bold";
    src: url('../fonts/uniform-bold.woff2') format('woff2'),
         url('../fonts/uniform-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}***/

@font-face{
    font-family: "TTRounds-Regular";
    src: url('../fonts/ttrounds-regular.woff2') format('woff2'),
         url('../fonts/ttrounds-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "TTRounds-Light";
    src: url('../fonts/ttrounds-light.woff2') format('woff2'),
         url('../fonts/ttrounds-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*** NOT USED
@font-face{
    font-family: "TTRounds-Thin";
    src: url('../fonts/ttrounds-thin.woff2') format('woff2'),
         url('../fonts/ttrounds-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} ***/

div.background-dark-grey{
  background-color:#4d4d4d;
  width:100%;
}

div.background-white{
  background-color:#FFF;
  width:100%;
  overflow:hidden;
}

ul{
  margin-left:0px;
  margin-bottom:0px;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width:initial;
}

.mobile-show{
  display:none;
}

@media screen and (max-width:750px){
  .mobile-show{
    display:inline;
  }
}


/****************************************************************************************************************
HEADER
****************************************************************************************************************/

#header.fixed{
  position:fixed;
  width:100%;
}

#header .header-inner {
    background: transparent;
    padding: .1em;
    clear: both;
    width: 100%;
    position: relative;
    height:60px;

}

#header{
  z-index:1000;
}

#menu-toggle-wrap{
  float:left;
}

#buy-button-bar{
  position:relative;
  float:right;
  margin-right:20px;
  margin-top:10px;
  margin-bottom:10px;
  padding: .85em 1.2em;
}


div.logo{
  width:200px;
  height:50px;
  margin-left:auto;
  margin-right:auto;
  left:0px;
  right:0px;
  top:5px;
  position:absolute;

}

#header{
  background-color:rgba(0, 0, 0, 0);
}
#header.header-white{
  background: rgba(255,255,255,1);

  -webkit-transition: background .5s ease-out;
  -moz-transition: background .5s ease-out;
  -o-transition: background .5s ease-out;
  transition: background .5s ease-out;

  background-position: 0 0;
}

@media only screen and (min-width: 300px) {
.progressbar {
    display: block;
    right: 225px;
    text-transform: uppercase;
    font-family: "Uniform-Regular";
    letter-spacing: 10px;
    color: #fff;
    letter-spacing: 1px;
    width: 100px;
    position: absolute;
    float: right;
    padding: 5px 0 10px 0;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.progressbar--subtitle {display: none;}
.progressbar--bar {
    background-color: rgb(206, 206, 204);
    border-radius: 4px;
    height: 8px;
}
.progress-white .progressbar--bar {
    background-color: #eeeded;
    border-radius: 4px;
    height: 8px;
}
.progress-white .progressbar--sold{
    background: linear-gradient(135deg,#ff5e57,#ff5e57,#ff5e57,#ffac46);
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
    height: 8px;
    border-radius: 4px;
}
.progressbar--sold {
    height: 8px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    width: 0%;
}
.progressbar.progress-white  {
    color: rgb(76, 76, 76);
}
.progressbar p {
    font-size: 0.7rem;
    margin: 0;
    min-height: 20px;
    font-family: 'Uniform', sans-serif;
}
.progressbar--title {
    font-family: "Uniform-Light";
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
}

@media only screen and (max-width: 300px) {
.progressbar {
    display: none;
}
}

@media only screen and (min-width: 300px) and (max-width: 370px) {
.progressbar {
    width: 100px;
    right: 0;
    padding: 5px 0 0 0;
    position: relative;
    float: left;
    margin-left: 50px;
}
.progressbar--subtitle {display: none;}
.progressbar--timeline {display: inline-block;}
}

@media only screen and (min-width: 370px) and (max-width: 410px) {
.progressbar {
    width: 150px;
    right: 0;
    padding: 5px 0 0 0;
    position: relative;
    float: left;
    margin-left: 50px;
}
.progressbar--subtitle {display: inline-block; font-size: .55rem; font-family: "Uniform-Light"; letter-spacing: 0;}
.progressbar--timeline {display: none;}
}

@media only screen and (min-width: 410px) and (max-width: 750px) {
.progressbar {
    width: 180px;
    right: 0;
    padding: 5px 0 0 0;
    position: relative;
    float: left;
    margin-left: 50px;
}
.progressbar--subtitle {display: inline-block; font-size: .7rem; font-family: "Uniform"; letter-spacing: 0;}
.progressbar--timeline {display: none;}
}

@media only screen and (min-width: 750px) and (max-width: 1100px) {
.progressbar {
    width: 200px;
    right: 0;
    padding: 5px 0 0 0;
    position: relative;
    float: left;
    margin-left: 70px;
}
.progressbar--subtitle {display: inline-block; font-size: .7rem; font-family: "Uniform"; letter-spacing: 0;}
.progressbar--timeline {display: none;}
}

@media only screen and (min-width: 1100px) and (max-width: 1366px) {
.progressbar {
    width: 215px;
}
.progressbar--subtitle {display: inline-block;}
.progressbar--timeline {display: none;}
}


@media only screen and (min-width: 1366px) {
.progressbar {
    width: 250px;
}
.progressbar--subtitle {display: inline-block;}
.progressbar--timeline {display: none;}
}




/****************************************************************************************************************
LOGO ANIMATION
****************************************************************************************************************/


.logo-line{fill:none;stroke:#FFFFFF;stroke-width:2.5;stroke-linecap:round;stroke-miterlimit:10;}

#linecircle {
      stroke-dasharray: 160;
      stroke-dashoffset: 160;
      animation: dash 0.7s  ease-out forwards;
   }

   #linelogo1 {
      stroke-dasharray: 80;
      stroke-dashoffset: 80;
      animation: dash .6.5s 0.7s  ease-out forwards;
   }

   #linelogo2 {
      stroke-dasharray: 80;
      stroke-dashoffset: 80;
      animation: dash .65s 1.35s  ease-out forwards;
   }

   #lineS {
      stroke-dasharray: 100;
      stroke-dashoffset: 100;
      animation: dash 0.5s 2s ease-out forwards;
   }

   #lineH1{
    stroke-dasharray: 60;
      stroke-dashoffset: 60;
      animation: dash 0.2s 2.5s ease-out forwards;

   }

   #lineH2{
    stroke-dasharray: 40;
      stroke-dashoffset: 40;
      animation: dash 0.2s 2.7s ease-out forwards;
   }

   #lineH3{
    stroke-dasharray: 60;
      stroke-dashoffset: 60;
      animation: dash 0.2s 2.9s ease-out forwards;
   }

   #lineA1{
    stroke-dasharray: 60;
      stroke-dashoffset: 60;
      animation: dash 0.2s 3.1s ease-out forwards;
   }

   #lineA2{
    stroke-dasharray: 60;
      stroke-dashoffset: 60;
      animation: dash 0.2s 3.3s ease-out forwards;
   }

   #lineA3{
    stroke-dasharray: 40;
      stroke-dashoffset: 40;
      animation: dash 0.2s 3.5s ease-out forwards;
   }

   #lineP1{
    stroke-dasharray: 60;
      stroke-dashoffset: 60;
      animation: dash 0.2s 3.7s ease-out forwards;
   }

   #lineP2{
    stroke-dasharray: 80;
      stroke-dashoffset: 80;
      animation: dash 0.2s 3.9s ease-out forwards;
   }

   #lineE1{
    stroke-dasharray: 80;
      stroke-dashoffset: 80;
      animation: dash 0.2s 4.1s ease-out forwards;
   }

   #lineE2{
    stroke-dasharray: 40;
      stroke-dashoffset: 40;
      animation: dash 0.2s 4.3s ease-out forwards;
   }

   #lineE3{
    stroke-dasharray: 40;
      stroke-dashoffset: 40;
      animation: dash 0.2s 4.5s ease-out forwards;
   }

   #lineE4{
    stroke-dasharray: 40;
      stroke-dashoffset: 40;
      animation: dash 0.2s 4.7s ease-out forwards;
   }





    @keyframes dash {
      to {
        stroke-dashoffset: 0;
      }
    }


/****************************************************************************************************************
NAV
****************************************************************************************************************/

/* Hamburger */

#header .hamburger .line {
    opacity: .9999;
    left: 0;
    height: 2px;
    width: 23px;
    background-color: #fff;
    transition: opacity .25s;
    box-sizing: border-box;
    display: block;
    margin-bottom: 4px;
    transition: transform .25s;
  }

  #menu-toggle-wrap{
    padding-left:1em;
  }

  #header #menu-toggle {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 25px;
    font-weight: 500;
    margin-top: -11.5px;
}

  #header .line.three {
    width: 18px;
    transition: width .2s ease-in-out;
}

#header #menu-toggle:hover .line.three {
  width: 100%;
  transition: width .2s ease-in-out;
}

#header .button-text-toggle .open {
    display: block;
    font-size:1em;
}

#header .button-text-toggle {
    position: absolute;
    top:-2px;
    left: 0;
    padding-left: 35px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
}

span.open{
  font-family:"Uniform-Medium";
  color:#FFF;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}

/* New Hamburger */

/* Basic styles */
.container {
  position: absolute;
  margin-left: 10px;
  width: 200px;
  height: 63px;
}

#nav-wrapper{
  height:auto;
}

/* Toggle functionality */
#toggle-m {
  position: absolute;
  left: -100%;
  top: -100%;
}


/*
#toggle-m:focus ~ .toggle-container .button-toggle {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}

#toggle-m:checked ~ .toggle-container .button-toggle {
  box-shadow: 0 0 0 550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}

#toggle-m:checked ~ .toggle-container .button-toggle:hover {
  box-shadow: 0 0 0 550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}*/

#toggle-m:checked ~ .toggle-container .button-toggle:before {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
      -ms-transform: translateY(-50%) rotate(45deg) scale(1);
          transform: translateY(-50%) rotate(45deg) scale(1);
}

#toggle-m:checked ~ .toggle-container .button-toggle:after {
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1);
      -ms-transform: translateY(-50%) rotate(-45deg) scale(1);
          transform: translateY(-50%) rotate(-45deg) scale(1);
}

/*
#toggle-m:checked:focus ~ .toggle-container .button-toggle {
  box-shadow: 0 0 0 550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}*/

#toggle-m:checked ~ .nav {
  margin-bottom: 100px;
  pointer-events: auto;
  -webkit-transform: translate(50px, 50px);
      -ms-transform: translate(50px, 50px);
          transform: translate(50px, 50px);
}

#toggle-m:checked ~ .nav .nav-item {
  color: #FFF;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: 0.5s, opacity 0.1s;
  transition: 0.5s, opacity 0.1s;
}

#toggle-m:checked ~ .nav .nav-item:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

#toggle-m:checked ~ .nav .nav-item:nth-child(1):before {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

#toggle-m:checked ~ .nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#toggle-m:checked ~ .nav .nav-item:nth-child(2):before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#toggle-m:checked ~ .nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

#toggle-m:checked ~ .nav .nav-item:nth-child(3):before {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

#toggle-m:checked ~ .nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#toggle-m:checked ~ .nav .nav-item:nth-child(4):before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#toggle-m:checked ~ .nav .nav-item:before {
  opacity: 0;
}

#toggle-m:checked ~ .dummy-content {
  padding-top: 30px;
}

#toggle-m:checked ~ .dummy-content:before {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Toggle button */
.button-toggle {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.button-toggle:hover {
  /*box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);*/
}

#toggle-m:checked ~ nav.nav{
  background-color:rgba(0, 0, 0, 0.5);
  padding-left:50px;
  padding-right :50px;
  padding-top:10px;
  padding-bottom:10px;
  margin: 12px 0px 0px -40px;
}

#toggle-m:checked ~ nav.nav.white-bar-nav{
  background-color:rgba(255, 255, 255, 1);
}

.button-toggle:before, .button-toggle:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-toggle.white-bar:before, .button-toggle.white-bar:after {
  background-color: #4D4D4D;
}

.nav-item.white-bar-menu:before, .nav-item.white-bar-menu:after {
  background-color: #4D4D4D;

}

#toggle-m:checked ~ .nav .nav-item.white-bar-menu {
  color:#4D4D4D;
}


.button-toggle:before {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
      -ms-transform: translateY(-50%) rotate(45deg) scale(0);
          transform: translateY(-50%) rotate(45deg) scale(0);
}

.button-toggle:after {
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(0);
      -ms-transform: translateY(-50%) rotate(-45deg) scale(0);
          transform: translateY(-50%) rotate(-45deg) scale(0);
}

/* Menu */
.nav {
  display: inline-block;
  margin: 20px 20px 20px;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-item {
  font-family: "Uniform-Medium";
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  color: transparent;
  font-size: 14px;
  letter-spacing: -6.2px;
  height: 7px;
  line-height: 7px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: scaleY(0.2);
      -ms-transform: scaleY(0.2);
          transform: scaleY(0.2);
  -webkit-transition: 0.5s, opacity 1s;
  transition: 0.5s, opacity 1s;
}

.nav-item:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav-item:nth-child(1):before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav-item:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.nav-item:nth-child(2):before {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.nav-item:nth-child(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.nav-item:nth-child(3):before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.nav-item:nth-child(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.nav-item:nth-child(4):before {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.nav-item:nth-child(1) {
  letter-spacing: -8px;
}

.nav-item:nth-child(2) {
  letter-spacing: -7px;
}

.nav-item:nth-child(n + 4) {
  letter-spacing: -8px;
  margin-top: -7px;
  opacity: 0;
}

.nav-item:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  -webkit-transform: translateY(-50%) scaleY(5);
      -ms-transform: translateY(-50%) scaleY(5);
          transform: translateY(-50%) scaleY(5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

[type=checkbox]+label, [type=radio]+label {
    display: inline;
    vertical-align: baseline;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0;
}


@media screen and (max-width:650px){
  .button-toggle {
    margin: 18px 5px 5px;
  }

  .container {
    position: absolute;
    margin-left: 5px;
    width: 100px;
    height: 63px;
  }

  .nav {
    display: inline-block;
    margin: 18px 5px 5px;
    pointer-events: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  div.logo{
    display:none;
  }

  #toggle-m:checked ~ nav.nav{
    background-color:rgba(0, 0, 0, 0.5);
    padding-left:50px;
    padding-right :50px;
    padding-top:10px;
    padding-bottom:10px;
    margin: 12.5px 0px 0px -40px;
  }

}

/****************************************************************************************************************
BUTTON
****************************************************************************************************************/

.shape-buy-button {
  border: 2px solid rgba(255,255,255,1);
  background-color:transparent;
  font-family: "Uniform-Medium";
  font-size:0.9em;
  letter-spacing: .1em;
}

.shape-learn-button{
  border: 2px solid #4D4D4D;
  background-color:transparent;
  font-family: "Uniform-Medium";
  color:#4D4D4D;
  font-size:0.9em;
  letter-spacing: .1em;
}

.shape-buy-button:hover, .shape-buy-button:focus,.shape-watch-button {
  background: linear-gradient(135deg,#ff5e57,#ff5e57,#ff5e57,#ffac46);
  margin-right:2px;
  font-family: "Uniform-Medium";
  transition: 1s;
  border-radius: 50px;
  background-size: 100%;
}

.shape-watch-button:hover,.shape-watch-button:focus{
  border: 2px solid rgba(255,255,255,1);
}

.shape-learn-button:hover,.shape-learn-button:focus {
  background: linear-gradient(135deg,#ff5e57,#ff5e57,#ff5e57,#ffac46);
  border: 2px solid rgba(255,255,255,1);
  margin-right:2px;
  font-family: "Uniform-Medium";
  color:#FFF;
  transition: 1s;
  border-radius: 50px;
  background-size: 100%;
}


.shape-buy-button-white{
  background: linear-gradient(135deg,#ff5e57,#ff5e57,#ff5e57,#ffac46);
  margin-right:2px;
  font-family: "Uniform-Medium";
  stroke-opacity:0;
  border:none;
  transition: 1s;
  border-radius: 50px;
  background-size: 100%;
}

.button-color{
  background: linear-gradient(135deg,#ff5e57,#ff5e57,#ff5e57,#ffac46);
  margin-right:2px;
  font-family: "Uniform-Medium";
  stroke-opacity:0;
  border:none;
  transition: 1s;
  border-radius: 50px;
  background-size: 100%;
}

#shape-watch-atf{
  margin-top:2rem;
  font-size:1.3rem;
}

#explore-shapescale-button{
  font-size:1.1rem;
  padding-left:30px;
  padding-right:30px;
  letter-spacing: 1px;
}

/*
.shape-buy-button{
  background-color: #FF5E57;
  font-family: "Uniform-Medium";

  border-radius: 50px;
  font-size: 1em;
} */

/****************************************************************************************************************
VIDEO ATF
****************************************************************************************************************/

#atf-container{
  width:100%;
  height:100vh;
  overflow: hidden;
  position:relative;
  background-color:#4d4d4d;

}

#shape-circle-atf{
  margin-top:2rem;
  border-radius: 50%;
  width: 12.5%;
  max-width:250px;
  max-height:250px;
  height: 12.5%;
  background: linear-gradient(135deg,#ff5e57,#ff5e57,#ff5e57,#ffac46);

}

#atf-press{
  padding-top:3rem;
  width:70%;
  margin:auto;
}


@media only screen
    and (max-device-width: 640px),
    only screen and (max-device-width: 667px),
    only screen and (max-width: 480px){

      #atf-container{
      height:91vh;
    }

}

#video-atf {
    position: absolute;
    top: 50%; left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);

}

#atf-overlay{
  position:absolute;
  width:100vw;
  height:100vh;
  top:0px;
  left:0px;
  background-color:rgba(0,0,0,0.3);
  z-index:3;
}


#atf-text{
  position:absolute;
  top:25%;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  z-index:3;
  text-align: center;
}

#atf-text-wrapper{
  width:50%;
  margin:auto;
}

#atf-arrow{
  width:60px;
  height:30px;
  position:absolute;
  bottom:2%;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  z-index:5;
}

h1.atf{
  font-family:"Uniform";
  text-transform: uppercase;
  color:#FFF;
  letter-spacing: 5px;
  font-size:3em;
}

h2.atf{
  padding-top:1rem;
  font-family:"Uniform";
  color:#FFF;
  letter-spacing: 3px;
  font-size:2.2em;

}

@media screen and (max-width: 1400px) {

  h2.atf{
  padding-top:1rem;
  font-family:"Uniform";
  color:#FFF;
  letter-spacing: 3px;
  font-size:1.8em;

}
}

@media screen and (max-width: 1200px) {
  #atf-text-wrapper{
    width:60%;
  }
  #atf-press{
  width:80%;
}
  
}


@media screen and (max-width: 1024px) {

}


@media screen and (min-aspect-ratio: 8/5) {

  #shape-circle-atf{
  margin-top:2rem;
  border-radius: 50%;
  width: 10%;
  height: 10%;
  background: linear-gradient(135deg,#ff5e57,#ff5e57,#ff5e57,#ffac46);

}

  #atf-text{
  top:22%;
  }

  h2.atf{
    font-family:"Uniform";
    font-size:1.8em;
  }

  h1.atf{
    font-family:"Uniform";
    font-size:2.6em;
  }

  #atf-press{
    padding-top:1.5rem;
  }
}


@media screen and (min-aspect-ratio: 10/5) {


  #atf-press{
    padding-top:1rem;
  }

  #atf-text{
  top:18%;
}
}

@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) {

  #atf-text-wrapper{
    width:70%;
  }

  #atf-text{
    top:27%;
  }

  #atf-press{
  padding-top:3rem;
  width:95%;
  }


}




@media screen and (max-width: 768px) {

  #atf-press{
  padding-top:2rem;
  width:98%;
  }

}





@media screen and (max-width: 750px) {

  

  #video-atf {
      position: absolute;
      top: 50%; left: 50%;
      z-index: 1;
      min-width: 50%;
      min-height: 50%;
      width: 300%;
      height: 100%;
      transform: translate(-50%, -50%);
  }

  #atf-text{
    top:20%;
  }

  #atf-text-wrapper{
  width:80%;
}


  h2.atf{
    font-family:"Uniform";
    font-size:1.3em;
  }

  h1.atf{
    font-family:"Uniform";
    font-size:2em;
  }

  #atf-arrow{
    width:60px;
    height:30px;
  }

  #shape-watch-atf{
    margin-top:1.5rem;
    font-size:1rem;
  }

  #shape-circle-atf{
  margin-top:1rem;
  border-radius: 50%;
  width: 32%;
  height: 32%;
  background: linear-gradient(135deg,#ff5e57,#ff5e57,#ff5e57,#ffac46);

}
}

@media screen and (max-width: 320px){

  h1.atf{
    font-family:"Uniform";
    font-size:1.5em;
  }

  h2.atf{
    padding-top: 0.5rem;
    font-family:"Uniform";
    font-size:1.1em;
  }

   #atf-arrow{
    width:40px;
    height:20px;
  }

}



/****************************************************************************************************************
OLD ATF
****************************************************************************************************************/
/*
div.atf-header{
  background-color:#666;
  height:150px;
}

div.atf-img{
  background-color:#666;
}

div.atf-bottom{
  background-color:#666;
  height:400px;
}

.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

h1.shape-title{
  padding-top: 30px;
  color:#FFFFFF;
  font-size: 3em;
  font-family: "TTRounds-Light";
}

h2.shape-title{
  padding-top: 1rem;
  color:#FFFFFF;
  font-size: 2em;
  font-family: "Uniform";
  padding-bottom:30px;
}


.shape-watch-button {
  background-color: #FF5E57;
  font-family: "Uniform-Medium";
  border-radius: 50px;
  font-size: 1.5em;
}

@media screen and (max-width: 1024px) {

  h1.shape-title{
    padding-top:3vw;
    color:#FFFFFF;
    font-size: 6vw;
    font-family: "TTRounds-Light";
  }

  h2.shape-title{
    padding-top: 10px;
    color:#FFFFFF;
    font-size: 4vw;
    font-family: "Uniform";
    padding-bottom:10px;
  }

  .shape-watch-button {
    background-color: #FF5E57;
    font-family: "Uniform-Medium";
    border-radius: 50px;
    font-size: 2vw;
  }

  div.atf-bottom{
    background-color:#000;
    height:300px;
  }

}


@media screen and (max-width: 750px) {

  .shapescale-bck{
    background-position-y:70%;
    background-attachment: scroll;

    height:667px;
  }

  h1.shape-title{
    color:#FFFFFF;
    font-size: 2em;
    font-family: "TTRounds-Light";
  }

  h2.shape-title{
    color:#FFFFFF;
    font-size: 1.5em;
    font-family: "Uniform";
    padding-bottom:20px;
  }

  .shape-watch-button {
    background-color: #FF5E57;
    font-family: "Uniform-Medium";
    border-radius: 50px;
    font-size: 1.3em;
  }

  div.atf-header{
    background-color:#666;
    height:70px;
  }

  div.atf-img{
    min-height:70vw;
    height:70vw;
    position:relative;
    overflow:hidden;
  }

  #atf{
    position:absolute;
    left:-25%;
    width:auto;
    max-width:150%;
    height:auto;
  }

}

.shape-watch-button:hover{
  background-color: #ED5851;
}

@media screen and (max-width : 375px) {

  h2.shape-title{
    padding-top:68vw;
    padding-bottom:15px;
  }
}

*/

/****************************************************************************************************************
STICKY BOTTOM BAR
****************************************************************************************************************/




.shape-tech-specs-button{
  background-color:rgba(255, 255, 255, 0);
  color:#4D4D4D;
  font-family: "Uniform-Medium";
  /*border: 2px solid;*/
  font-size: 1em;
}

.shape-tech-specs-button:hover{
  background-color:rgba(255, 255, 255, 0);
  color:#FF5E57;
}


/* Buy Bar */

.buy-bar {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;

}

.buy-bar-scrolled {
  position: fixed;
  top: 0;
}

.title-bar{
  padding-top:10px;
  padding-bottom:10px;
  background-color:rgba(255, 255, 255, 0.7);
  margin-bottom:0px !important;

}



/****************************************************************************************************************
PRODUCT ON LANDING
****************************************************************************************************************/



h2.shapescale-hw{
  font-size:3rem;
  width:50%;
  margin-left:auto;
  margin-right:auto;
  font-family: "Uniform-Light";
  padding-bottom:2rem;
}

p.shapescale-hw{
  font-size:1.2rem;
  margin-left:auto;
  margin-right:auto;
  font-family: "Uniform";
  padding-bottom:1.2rem;
  padding-left:2rem;
  padding-right:2rem;
}

@media screen and (min-aspect-ratio: 8/5) {

  h2.shapescale-hw{
    font-size:2rem;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    font-family: "Uniform-Light";
    padding-bottom:2rem;
  }

  p.shapescale-hw{
    font-size:1.2rem;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    font-family: "Uniform";
    padding-bottom:1.2rem;
  }

}

@media screen and (max-width: 750px) {

  h2.shapescale-hw{
    font-size:1.7rem;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    font-family: "Uniform-Light";
    padding-bottom:0.3rem;
}

  p.shapescale-hw{
    font-size:1rem;
    width:95%;
    padding-left:0.5rem;
    padding-right:0.5rem;
    margin-left:auto;
    margin-right:auto;
    font-family: "Uniform";
    padding-bottom:0.5rem;
  }

}


#product-row{
  background-color:#dadada;
}

div.product-column {
  background-color :#dadada;
  font-family:"Uniform";
  padding-bottom:4rem;
}

h2.product-column{
  font-family: "Uniform-Light";
  text-transform: uppercase;
  /*color:#4D4D4D;*/
}

h4.product-column{
  font-family:"Uniform-Light";
}

p.product-column{
  padding-left:1rem;
  padding-right:1rem;
}


@media screen and (max-width: 1024px) {

  div.product-column {
    padding-bottom:1rem;
    height:auto;
  }
  #product-row{
    padding-bottom: 0rem;
  }

  h4.product-column{
    font-size: 1.5rem;
  }

  #learn-more-row{
    padding-bottom:1rem;
  }


}

div.background-da{
  width:100%;
  background-color:#dadada;

}

.icon-product{
  padding-bottom:1rem;
  width:80px;
  height:80px;
}


/****************************************************************************************************************
BENEFITS
****************************************************************************************************************/

/* SCAN */
/*//////*/

#scan-row{
  background-color: #fff;
  height: calc(100vh - 30px);

}

.scan-mobile{
  display:none;
}

#scan-text{
  padding-top:calc(43vh - 50px);
  z-index:50;
  text-align:left;
}

h2.benefit-scan {
  font-family: "Uniform-Light";
  font-size:2.3rem;
  color:#000;
}

h4.benefit-scan {
  font-family: "Uniform-Light";
  color:#000;
}


p.benefit-scan{
  font-family: "Uniform-Light";
  font-size:1.3rem;
  color:#000;
}

#scan-video-column{
  height:100%;
}

#scan-video{
  width: 140%;
  max-height:100%;
  height: auto;
  position:absolute;
  bottom:0px;
}

.benefit-text-left{
  height:100%;
  position: relative;

}


@media screen and (max-width: 1600px) {



}

@media screen and (max-width: 1024px) {
  #scan-text{
    padding-top:1.5rem;
    z-index:50;
    text-align:center;
  }

  h2.benefit-scan {
    font-family: "Uniform-Light";
    font-size:1.6rem;
    color:#000;
  }

  h4.benefit-scan {
    font-family: "Uniform-Light";
    color:#000;
  }


  div.scan-desktop{
    padding:0;
    height:auto;
  }

  p.benefit-scan{
    padding-left:1rem;
    padding-right:1rem;
    font-family: "Uniform-Light";
    font-size:1rem;
    color:#000;
    padding-bottom:0;
    margin-bottom:0;
  }

  #scan-video-column{
    height:auto;
  }
  #scan-video{
    position:relative;
    top:7px;
    width:100%;
    /*
    bottom:0px;
    margin-right:auto;
    margin-left:auto;
    left:0;
    right:0;*/

  }

  #scan-row{
    background-color: #fff;
    height: auto;
  }

}


/* HEATMAP */
/*/////////*/


#heatmap-row{
  background-color: #4d4d4d;
  height: calc(100vh - 30px);

}

.heatmap-mobile{
  display:none;
}

img.benefit-heatmap-mobile{
  display:none;
}

#heatmap-text{
  padding-top:calc(46vh - 50px);
  z-index:50;
  text-align:left;
}

h2.benefit-heatmap {
  text-align:left;
  font-family: "Uniform-Light";
  color:#FFF;
  font-size:2.3rem;
  z-index:100;
}

h4.benefit-heatmap {
  text-align:left;
  font-family: "Uniform-Light";
  color:#FFF;
  z-index:100;
}

img.benefit-heatmap{
  position:absolute;
  bottom:0px;
  height:90vh;
  width:60vh;
  max-width:74.5vh;
  left:-7vw;
}

.benefit-text-left{
  height:100%;
  position: relative;

}

@media screen and (max-width: 1024px) {

  .benefit-text-left{
    padding-top:0px;
  }

  #heatmap-row {
  padding-top:10px;
  height:auto;

  }

  .benefit-text-left{
    text-align: center;
    padding-left:0px;
  }

  h2.benefit-heatmap {
    padding-top:2rem;
    text-align: center;
    font-size:6vw;
  }
  h4.benefit-heatmap {
    text-align: center;
    padding-right:0.5rem;
    padding-left:0.5rem;
    font-size:4vw;
  }

  img.benefit-heatmap{
    display:none;
  }

  img.benefit-heatmap-mobile{
    display:inline;
    position:relative;
    padding-top:0px;
  }

  .column, .columns{
    padding-bottom:0px;
  }

  .benefit-text-right{
    display:none;
  }

  .heatmap-mobile{
    display:inline;
  }

  .heatmap-mobile-column{
    background-color: #4d4d4d;
    text-align:center;
  }

}


/* DIFFERENCE */
/*////////////*/

#difference-row{
  /*background-color: #7ad0ce;
  min-height:800px;*/
  height: calc(100vh - 30px);

}

div.background-difference{
  position: relative;
  background-color:#1E1E1E;
  width:100%;
  overflow:hidden;
}


.difference-mobile{
  display:none;
}

h4.benefit-difference-mobile{
    display:none;
  }

div.benefit-difference{
  position:relative;
  padding-left:0vw;
}

#difference-text{
  position:relative;
  padding-top:calc(30vh - 50px);
  text-align:left;
  z-index:100;
}

h2.benefit-difference {
  font-family: "Uniform-Light";
  color:#7AD6D4;
  z-index:100;
}

h4.benefit-difference {
  font-family: "Uniform-Light";
  color:#FFF;
  z-index:100;
}

img.benefit-difference{
  position:absolute;
  height:calc(100vh - 30px);
  margin-right:auto;
  margin-left:auto;
  left:0;
  right:0;
  max-width: 600%;
  z-index:50;
}

img.benefit-difference-mobile{
  display:none;
}


@media screen and (max-width: 1024px) {

  #difference-row {
  padding-top:10px;
  height:calc(90vh - 30px);
  position:relative;
  width:100vw;

  }

  #difference-text{
    position:relative;
    padding-top:2rem;
    padding-left:1rem;
    padding-right:2rem;
    text-align:left;
    z-index:100;
  }

  .difference-mobile-hidden{
    display:none;
  }

  .difference-mobile{
    display:block;
    background-color:#7AD6D4;
    padding-top:30px;
    padding-bottom:50px;
    z-index:200;
  }

  .benefit-text-right{
    text-align: center;
    padding-left:0px;
    padding-right:0px;
    padding-top:30px;
  }

  h2.benefit-difference {
    font-size:7vw;
    color:#FFF;
  }

  h4.benefit-difference {
    font-size:4vw;
    padding-right:3rem;
  }

  img.benefit-difference{
    position:absolute;
    height:calc(90vh - 30px);
    margin:inherit;
    top:0px;
    left:-80vw;
    max-width: 600%;
    z-index:50;
  }

  img.benefit-difference{
    display:none;
  }

  img.benefit-difference-mobile{
    display:inline;
    position:absolute;
    height:calc(90vh - 30px);
    top:0px;
    z-index:100;

  }

}

@media screen and (max-width:650px){


  h2.benefit-difference{
    margin-bottom:0px;
    color:#7AD6D4;

  }

  h4.benefit-difference-mobile{
    display:inline;
    position:absolute;
    width:70vw;
    right:20px;
    padding-right:20px;
    padding-top:30px;
    color:#7AD6D4;
    text-align:right;
    font-size:6.5vw;
    font-family: "Uniform-Light";
  }

  h4.benefit-difference-mobile span{
    display:block;
  }


}

@media screen and (min-width: 1200px){




}

/****************************************************************************************************************
APP INTRO
****************************************************************************************************************/

#app-icon{
  margin-top:4rem;
  width:125px;
  height:125px;
}

#app-store-intro{
  padding-top:1rem;
  padding-bottom:1rem;
}

#app-store-intro{
  padding-top:0rem;
  padding-bottom:0rem;
}

#google-play, #app-store{
  width:150px;
  height:50px;
}



h2.app-intro{
  padding-top:2rem;
  font-size:2rem;
  font-family: "Uniform";
  color:#4d4d4d;
  text-transform: uppercase;
  padding-bottom:0rem;
}

h4.app-intro{
  font-family:"Uniform-Light";
  font-size:2rem;
  padding-top:3rem;
}

p.app-intro{
  font-family:"Uniform";
  font-size:1rem;
  padding-top:2rem;
  padding-bottom:4rem;
  padding-right:2rem;
  padding-left:2rem;
}

/****************************************************************************************************************
APP FEATURES
****************************************************************************************************************/

/*Title Row*/

div.features-title-row{
  margin-top: 5rem;

}

ul.features{
  padding-top:3rem;
  padding-bottom:3rem;
}

div.features-title{
  background-color:#7AD6D4;
}

h2.features-title{
  font-family: "Uniform-Light";
  color:#FFF;
  padding-top:2rem;
  padding-bottom:2rem;
}

/*Feature List*/

div.features-row{
  padding-top: 3rem;
  padding-bottom: 3rem;

}

li.features img:first-child{
  width:200px;
  height:250px;
  float: left;
  margin-right:1vw;
}

li.features{
  height:250px;
  padding-top:0px;
}

h4.features-title{
  padding-top:50px;
  word-wrap: break-word;

}

p.features-title{
  font-size: 1.2em;
  word-wrap: break-word;
}

@media only screen
and (max-width: 1024px){
  ul.features{
    margin-left:0px;
    margin-bottom:0px;
  }

  h4.features-title{
    padding-top:100px;
    font-family: "TTRounds-Regular";

  }

  ul.features{
    padding-top:0rem;
    padding-bottom:0rem;
  }

}

@media only screen
and (max-width: 500px){

  h2.features-title{
    font-family: "Uniform-Light";
    font-size: 2rem;
    color:#FFF;
    padding-top:2rem;
    padding-bottom:2rem;
  }

  ul.features{
    margin-left:0px;
    margin-bottom:0px;
  }

  h4.features-title{
    padding-top:17%;
    font-family: "TTRounds-Regular";
  }

  p.features-title{
    font-size: 1em;
  }

  li.features img:first-child{
    width:200px;
    height:250px;
    float: left;
    margin-left:-20px;
  }

  #features-row{
    padding-top:3rem;
    padding-bottom:3rem;
  }
}

@media only screen
and (max-width: 375px){


  h4.features-title{
    padding-top:12%;
  }


  }

@media only screen
and (max-width: 320px){

li.features img:first-child{
    width:150px;
    height:187px;
    float: left;
    margin-left:-20px;
  }
  h4.features-title{
    padding-top:8%;
  }

}

/****************************************************************************************************************
APP METRICS
****************************************************************************************************************/

div.background-app{
  background-color:#F5F6F0;
  width:100%;
}

#metrics-row{
  background-color: #4d4d4d;
}

.metrics-clip{
  width:100%;
  height:auto;
  }

h2.benefit-metrics {
  font-family: "Uniform-Light";
  color:#000;
}

ul.no-bullets {
    list-style-type: none;
    padding-top:30px;
    padding-left:20px;
}

li h4 {
  font-family: "Uniform";
  padding-top:7px;
}

li {
  padding-top:50px;
}

li svg{
    margin-right: 15px;
    float: left;
}



svg:hover .muscle-mass{
  fill:#FF5E57;

}

svg:hover .body-fat{
  fill:#FFAC46;
}

svg:hover .measurements{
  fill:#7AD6D4;
}


#app-screen-wrapper{
  position:absolute;
  left:59.9%;
  top:15.3%;
  height:64.2%;
  width:20.55%;
  overflow: hidden;

}

img.app-screen-slider{
  position:absolute;
  z-index:100;
  left:0px;
  top:0px;
  width:400%;
  max-width: 400%;
  left:0%;
  -webkit-transition-property: width height background-color font-size left top color;
  -webkit-transition-duration:0.5s;
  -webkit-transition-timing-function: ease;
  transition-property: width height background-color font-size left top color;
  transition-duration:0.5s;
  transition-timing-function: ease;
}

img.app-screen-slider2{
  position:absolute;
  z-index:100;
  left:0px;
  top:0px;
  width:400%;
  max-width: 400%;
  left:-100%;
  -webkit-transition-property: width height background-color font-size left top color;
  -webkit-transition-duration:0.5s;
  -webkit-transition-timing-function: ease;
  transition-property: width height background-color font-size left top color;
  transition-duration:0.5s;
  transition-timing-function: ease;
}

img.app-screen-slider3{
  position:absolute;
  z-index:100;
  left:0px;
  top:0px;
  width:400%;
  max-width: 400%;
  left:-200%;
  -webkit-transition-property: width height background-color font-size left top color;
  -webkit-transition-duration:0.5s;
  -webkit-transition-timing-function: ease;
  transition-property: width height background-color font-size left top color;
  transition-duration:0.5s;
  transition-timing-function: ease;
}

img.app-screen-slider4{
  position:absolute;
  z-index:100;
  left:0px;
  top:0px;
  width:400%;
  max-width: 400%;
  left:-300%;
  -webkit-transition-property: width height background-color font-size left top color;
  -webkit-transition-duration:0.5s;
  -webkit-transition-timing-function: ease;
  transition-property: width height background-color font-size left top color;
  transition-duration:0.5s;
  transition-timing-function: ease;
}

#measurements-title, #fat-title, #muscle-title, #dashboard-title{
  color:#0A0A0A;
}

.metrics-mobile{
  display:none;
}

@media screen and (max-width: 1024px) {

  #metrics-row{
    height:140vw;
  }

  #app-screen-wrapper{
    position:absolute;
    left:23.7%;
    top:15.6%;
    height:65.4%;
    width:51.4%;
    overflow: hidden;

  }

  .app-wrapper{
    height:140vw;
    overflow:hidden;
  }

  img.metrics-clip{
    position:absolute;
    width:250%;
    max-width: 250%;
    margin-left:-176%;

  }
  .metrics-desktop{
    display:none;
  }

  .metrics-mobile{
    display:block;
    background-color:#F5F6F0;
    padding-bottom:30px;
    padding-left:20px;
    padding-right:20px;

  }

}

/****************************************************************************************************************
CES VIDEO
****************************************************************************************************************/

.ces-video{
  overflow:hidden;
}

.ces-video h4{
  font-family: "Uniform";
  padding-top:2rem;
  padding-bottom:2rem;
  color:#4D4D4D;
  text-transform: uppercase;
}

#ces-video-wrapper{
  width:800px;
  height:450px;
  margin:auto;
}

#ces-video-spacer{
  height:6rem;
}

@media screen and (max-width: 800px) {

  #ces-video-wrapper{
  width:150%;
  height:auto;
  margin:auto;
  transform: translate(-16.666%, 0);
}

  #ces-video-spacer{
  display:none;
}

}



/****************************************************************************************************************
PRODUCT DEMO ANIMATION
****************************************************************************************************************/


/*
#demo-title{
  position:absolute;
  text-align: center;
  bottom:20%;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  z-index:500;
  transform: translate3d(0,0,5px);
}

#demo-title h1{

  font-family:"Uniform-Light";
  letter-spacing: 2px;
}

#demo-text1{
  position:absolute;
  text-align: center;
  top:8%;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  z-index:500;
  transform: translate3d(0,0,5px);
}

#demo-text2{
  position:absolute;
  text-align: center;
  top:8%;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  z-index:500;
  transform: translate3d(0,0,5px);
}

#demo-text3{
  position:absolute;
  text-align: center;
  top:8%;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  z-index:500;
  transform: translate3d(0,0,5px);
}

#demo-text4{
  position:absolute;
  text-align: center;
  top:13%;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  z-index:500;
  transform: translate3d(0,0,5px);
}

#demo-text5{
  position:absolute;
  text-align: center;
  top:73.8%;
  left:-3.5%;
  z-index:500;
  transform: translate3d(0,0,5px);
}

#demo-text6{
  position:absolute;
  text-align: center;
  top:66.3%;
  right:10.5%;
  z-index:500;
  transform: translate3d(0,0,5px);
}

#demo-text1 h2, #demo-text2 h2, #demo-text3 h2, #demo-text4 h2, #demo-text5 h2, #demo-text6 h2 {
  font-family: "Uniform";
  font-size: 2em;
}*/

#demo-video, #scan-loop{
  position:absolute;
  width:100%;
  height:100%;
  top:0%;
  margin-right:auto;
  margin-left:auto;
  right:0;
  left:0;
  visibility: hidden;
  background-color:#ffffff;
  z-index: 4;

}


#product-closed, #arrow-how{
  z-index: 3;
  position:absolute;
  top:0%;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  height:100%;
  max-width:300%;
  margin:auto;
  }

#scan-loop{
  visibility: hidden;
}

#demo-svg{
  visibility: hidden;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:500;
  transform: translate3d(0,0,5px);
}

#demo-svg-mobile{
  display:none;
}

@media screen and (max-width: 750px) {


  #product-closed{
    position:absolute;
    height:auto;
    max-height:150vw;
    max-width:150vw;
    top:0;
    left:-25%; 
  }

  #arrow-how{
    position:absolute;
    height:200%;
    width:200%;
    max-height:150vw;
    max-width:150vw;
    left:-25%;
  }

  #demo-svg{
  display:none;
  }

  #demo-svg-mobile{
  visibility: hidden;
  display:inline;
  position:absolute;
  width:150%;
  height:150%;
  top:-25%;
  left:-25%;
  z-index:500;
  transform: translate3d(0,0,5px);
  }

  #demo-video, #scan-loop{
    position:absolute;
    width:150%;
    max-width:150%;
    max-height:150vw;
    left:-25%;
  }
 

}


/****************************************************************************************************************
PRODUCT
****************************************************************************************************************/

p.product-column{
  font-size:1em;
  font-family: "Uniform"
}

.shape-product{
  background-color:#ffffff;
  overflow:hidden;
  height:80%;
  width:100%;
  max-width:100%;
  /*margin-bottom:8rem;*/

}

h2.product {
  font-family: "Uniform-Light";
}

#arrow {
  position:relative;
  top:65%;
  z-index: 5;

}

#arrow svg{
  width:25%;
  height:30%;
  max-width:200px;
  max-height:240px;
  min-width: 70px;
  min-height:84px;

}

.shape-product-open{
  background-color:#ffffff;
  position:relative;
  overflow: hidden;

}

.product-title{
  position:absolute;
  top:5vw;
  z-index:5;
}


#feet, #feet2{
  position:relative;
  margin-top:-24.5vw;

}

#feet-svg, #feet2-svg{
  width:18vw;
  height:18vw;
  max-width:250px;
}




#opening-video{
  position:absolute;

  width:100%;
  height:100%;
  top:0%;
  left:0%;
  visibility: hidden;
  background-color:#ffffff;
  z-index: 4;

}



#product-open-animated {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6.6%;
  left: 0%;
  z-index: 2;
}

#scanning-video{
  position:absolute;

  width:100%;
  height:100%;
  top:5.3%;
  left:0%;
  visibility: hidden;
  background-color:#ffffff;
  z-index: 4;

}

#scanning-video2{
  position:absolute;

  width:100%;
  height:100%;
  top:5.3%;
  left:0%;
  visibility: hidden;
  background-color:#ffffff;
  z-index: 4;

}


ul.no-bullet-ul {
    list-style-type: none;
}

#product-text-left {
  position:absolute;
  left:5vw;
  top:15%;
  z-index: 20;

}

#product-text-right {
  position:absolute;
  right:5vw;
  top:15%;
  z-index: 20;
}

h4.product-left-title{
  text-transform: uppercase;
  font-family: "Uniform-Medium";
  color:#4d4d4d;
  font-size:1.8em;
  padding-bottom:5px;
}

h4.product-right-title{
  text-transform: uppercase;
  font-family: "Uniform-Medium";
  color:#4d4d4d;
  font-size:1.8em;
  padding-bottom:5px;
}

p.product-right-title{
  font-family: "Uniform";
  font-size:1.6em;
  margin-bottom:0px;
  color:#4d4d4d;

}


p.product-left-title{
  font-family: "Uniform";
  font-size:1.6em;
  margin-bottom:0px;
  color:#4d4d4d;
}

#step-arrow{
  margin-top:-20px;
  margin-right:70px;
  /*
  position:absolute;
  right:15vw;
  top:45vw;
  z-index: 25;*/
}

#step-arrow-svg{
  width:20vw;
  height:10vw;
}

#mobile-arrow-animated{
  visibility:hidden;
  display:none;
}


@media only screen and (min-width: 1200px){

  #product-open{
    position:relative;
  }

  #feet, #feet2{
    position:absolute;
    margin-left:auto;
    margin-right:auto;
    left: 0;
    right: 0;
    margin-top:auto;
    bottom:70px;
    z-index:30;
  }

  #feet{
    bottom:85px;
  }

  #feet-svg, #feet2-svg{
    width:220px;
    height:220px;
  }


  #step-arrow-svg{
    width:250px;
    height:125px;
  }

}

#mobile-arrow{
  display: none;
}




@media screen and (max-width: 1024px) {

  .shape-product{
    overflow:hidden;
  }

  .product-title{
    position:absolute;
    top:11vw;
  }

  #opening-video-wrapper{
    overflow:hidden;
  }

  #demo-video-wrapper{
    overflow:hidden;
    height:auto;
    width:auto;
  }



  #opening-video{
    position:absolute;
    width:200%;
    max-width:200%;
    max-height:150vw;
    left:-50%;
  }

  


  #product-open-animated {
    overflow:hidden;
    top: 6.3%;
    z-index: 2;
  }

  #product-open-animated img:first-child{
    position:absolute;
    overflow:hidden;
    width:200%;
    max-width:200%;
    left:-50%;
  }



  #feet, #feet2{
    position:absolute;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    top: 118vw;
    /*margin-top:92%;*/
  }

  #feet svg, #feet2 svg{

    width:36vw;
    max-width:500px;
    height:36vw;
  }

  h2.product {
    font-size:7vw;
  }

  .shape-product-open{
    height:160vw;
    position:relative;
    overflow: hidden;
  }
  .shape-product{
    padding-bottom:50px;
  }

  #product-open {
    overflow:hidden;
    top: 4.3%;
    z-index: 2;
  }

  #product-open img:first-child{
    position:absolute;
    overflow:hidden;
    width:200%;
    max-width:200%;
    left:-50%;
  }

  #scanning-video-wrapper{
    overflow:hidden;
  }

  #scanning-video{
    position:absolute;
    width:200%;
    max-width:200%;
    max-height:150vw;
    left:-50%;
    top: 3.2%;
  }

  .shape-product-scan-loop{
    padding-top:1rem;
    position:relative;
    height:150vw;
    overflow: hidden;
  }

  #scanning-loop{
    position:absolute;
    width:200%;
    max-width:200%;
    max-height:150vw;
    left:-50%;
    top: 3.2%;
  }

  #step-arrow{
    display:none;
  }
}

@media screen and (max-width: 750px) {


  #svg-compact, #svg-compact, #svg-bat, #svg-wifi, #svg-precision, #svg-fast{
    display:none;
  }

  ul#product-left{
    margin-left:0px;
  }

  #step-arrow{
    display:none;
  }

  #product-text-left {
    position:absolute;
    left:5vw;
    top:17%;
    z-index: 20;

  }

  #product-text-right {
    position:absolute;
    right:5vw;
    top:17%;
    z-index: 20;
  }

  h4.product-left-title{
    text-transform: uppercase;
    font-family: "Uniform-Medium";
    color:#4d4d4d;
    font-size:1em;
    padding-bottom:0px;
  }

  h4.product-right-title{
    text-transform: uppercase;
    font-family: "Uniform-Medium";
    color:#4d4d4d;
    font-size:1em;
    padding-bottom:0px;
  }

  p.product-right-title{
    font-family: "Uniform";
    font-size:1em;
    margin-bottom:0px;
    color:#4d4d4d;

  }


  p.product-left-title{
    font-family: "Uniform";
    font-size:1em;
    margin-bottom:0px;
    color:#4d4d4d;
  }

  .mobile-hidden {
      display:none;
  }

  li.mobile-padding{
    padding-bottom:5px;
  }

  #mobile-arrow{
    display: inline;
    position:absolute;
    top:130vw;
    z-index: 20;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
  }

  #mobile-arrow-animated{
    display: inline;
    position:absolute;
    top:130vw;
    z-index: 20;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
  }
}



/****************************************************************************************************************
SCAN DEMO
****************************************************************************************************************/

.shape-scan-demo{
  position:relative;
  margin-top: 3rem;
}

#canvas {
    position: absolute;
    background-color: #FFF;
    height: 60vw;
    width:33.75vw;
    z-index:20;
    left:33%;
    top:12%;
}

#scan-play {
  position:absolute;
  width:20vw;
  height:20vw;
  left:20.5%;
  margin-top:53%;
  z-index: 35;
}


#iphone-scan{
  /*position: absolute;*/
  height: 79vw;
  width: auto;
}

#paul-scan-demo{
  position:absolute;
  margin-left:auto;
  margin-right:auto;
  right:0;
  left:0;
  z-index:22;

}

@media screen and (max-width: 750px) {

  .shape-scan-demo{
    position:relative;
  }

  #canvas {
      position: absolute;
      background-color: #FFF;
      height: 120vw;
      width:67.5vw;
      z-index:20;
      left:16%;
      top:12%;
  }

  #scan-play {
    position:absolute;
    width:45vw;
    height:45vw;
    left:16.5%;
    margin-top:50%;
  }



  #iphone-scan{
    position: aboslute;
    height: 158.2vw;
    width: auto;
  }

}



@media only screen
and (min-width: 1250px){

  .shape-scan-demo{
    position:relative;
  }

  #canvas {
      position: absolute;
      background-color: #FFF;
      height:667px ;
      width:375px;
      z-index:20;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;

  }

  #scan-play {
    position:absolute;
    width:250px;
    height:250px;
    left:65px;
    margin-top:50%;
  }



  #iphone-scan{
    position: absolute;
    height:880px;
    width: auto;

  }

}

/****************************************************************************************************************
QUOTE CAROUSEL
****************************************************************************************************************/

.quote-carousel{
  text-align:center;
  padding-top:2rem;
  padding-bottom:2rem;
  max-width:80vw;
  margin:auto;
}

#quote-title{
  font-family:"Uniform-Medium",Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color:#DDDCDB;
  text-transform: uppercase;
  padding-top:3rem;
  padding-bottom:0rem;
  font-size:1.7rem;
}

 .slick-dots li button:before
    {
        font-size: 15px;
        line-height: 15px;
    }

.slick-prev:before, .slick-next:before { 
    color:red;
}

#carousel-column{
  padding-bottom:3rem;
}

p.quote-text{
  font-family:"Uniform",Arial, Helvetica, sans-serif;
  font-size:1.5rem;
  max-width:1000px;
  margin:auto;
  padding-bottom:1rem;
}

#michael-text{

}

img.quote-image{
  margin:auto;
  width:128px;
  height:128px;
}


p.quote-name{
  padding-top:1rem;
  font-family:"Uniform",Arial, Helvetica, sans-serif;
}

img.slick-prev, img.slick-next{
  height:100px;
}



@media only screen
and (max-width: 650px){

  img.slick-prev, img.slick-next{
  visibility:hidden;
}


  p.quote-text{
  font-family:"Uniform",Arial, Helvetica, sans-serif;
  font-size:1.2rem;
  max-width:1000px;
  margin:auto;
  padding-bottom:1rem;
}


  }


/****************************************************************************************************************
FEATURED
****************************************************************************************************************/

#featured-row{
  padding-top:50px;
  padding-bottom:50px;
}

#ycombinator, #techcrunch, #ces, #hwclub, #phunt, #aia{
  height:150px;
  width:auto;
}

#ycombinator:hover .yc1 {
  fill:#f26522;

}

#techcrunch:hover .tc0{
  fill:#1a9711;
}


#ces:hover .ces2{
  fill:#3DBC9E;
}

#ces:hover .ces1{
  fill:#0080BD;
}


#ces:hover .ces4{
  fill:#DEE21B;
}

#ces:hover .ces0{
  fill:#3FC8F4;
}

#hwclub:hover .hwc0{
  fill:#000;
}

#phunt:hover .ph0{
  fill:#f26522;

}

#aia:hover .aia0{
  fill:#d31145;
}


ul.no-bullets-centered {

  list-style-type: none;
  padding-top:0px;
  padding-left:0px;
  margin-left:0px;

}

li.featured{

  padding-top:0px;
  /*padding-left: 1%;
  padding-right:1%;*/
  display:inline-block;

}

@media only screen
and (max-width: 1024px){

  #ycombinator, #techcrunch, #ces, #hwclub, #phunt, #aia{
    height:130px;
    width:auto;
  }

  #featured-row{
    padding-top:30px;
    padding-bottom:30px;
  }


}

@media only screen
and (min-width: 1220px){

li.featured{
  padding-left: 1%;
  padding-right:1%;
}

}

@media only screen
and (min-width: 1400px){

li.featured{
  padding-left: 2%;
  padding-right:2%;
}

}



/****************************************************************************************************************
USE CASE
****************************************************************************************************************/

/* Muscle Gain */

div.shape-use-case{

}

.use-mobile{
  display:none;
}

img.muscle-gain-mobile{
  display:none;
}
img.weight-loss-mobile{
  display:none;
}

#muscle-gain{
  position:relative;
  padding-left: 0px;
  padding-right: 0px;
  margin:auto;
  float:none;
  max-width:2000px;
}

img.muscle-gain{
  padding-left: 0px;
  padding-right: 0px;
}

div.muscle-title{
  position:absolute;
  width:36%;
  top:50%;
  left:7%;
  color:#FFF;
}

h2.muscle-title{
  font-family: "TTRounds-Light";
  font-size:2.7vw;
  text-align:left;
}

p.muscle-title{
  font-family: "Uniform";
  font-size:1.4vw;
  text-align:left;
}

/* Weight Loss */

#weight-loss{
  position:relative;
  padding-left: 0px;
  padding-right: 0px;
  margin:auto;
  float:none;
  max-width:2000px;
}


div.weight-title{
  position:absolute;
  width:40%;
  top:10%;
  right:7%;
  color:#000;

}

h2.weight-title{
  font-family: "TTRounds-Light";
  font-size:2.7vw;
  text-align:right;
}

p.weight-title{
  font-family: "Uniform";
  font-size:1.4vw;
  text-align:right;
}

@media only screen
and (min-width: 2000px){

  h2.weight-title, h2.muscle-title{
    font-size:3em;
  }

  p.weight-title, p.muscle-title{
    font-size:1.8em;
  }


}

@media only screen
and (max-width: 1200px){

  h2.weight-title, h2.muscle-title{
    font-size:3.5vw;
  }

  p.weight-title, p.muscle-title{
    font-size:1.8vw;
  }


}

@media only screen
and (min-width: 1200px){


}

@media only screen
and (max-width: 650px){

  .use-mobile{
    display:inline;
    color:#FFF;
  }

  #muscle-gain{
    position:relative;
    min-height:100vw;
    overflow:hidden;
  }


  img.muscle-gain{
    /*position:absolute;
    height:100%;
    max-width:200%;
    top:0%;
    left:-30%;*/
    display:none;
  }

  img.muscle-gain-mobile{
    display:inline;
  }

  #weight-loss{
    position:relative;
    min-height:100vw;
    overflow:hidden;
  }

  img.weight-loss{
    /*position:absolute;
    height:120%;
    max-width:200%;
    top:-19%;
    left:-5%;*/
    display:none;
  }

  img.weight-loss-mobile{
    display:inline;
  }

  div.muscle-title{
    text-align:center;
    position:absolute;
    width:90%;
    top:5%;
    margin-right:auto;
    margin-left: auto;
    right:0;
    left:0;
    color:#000;
  }


  h2.muscle-title{
    text-align:center;
    font-size: 7vw;
  }

  p.muscle-title{
    text-align:center;
    font-size: 3.4vw;
  }

  div.weight-title{
    text-align:center;
    position:absolute;
    width:90%;
    top:5%;
    margin-right:auto;
    margin-left: auto;
    right:0;
    left:0;
    color:#000;
  }

  h2.weight-title{
    text-align:center;
    font-size: 7vw;
  }

  p.weight-title{
    text-align:center;
    font-size: 3.4vw;
  }



}

/****************************************************************************************************************
CTA
****************************************************************************************************************/

div.cta-header{
  background-color:#FFF;
  position:relative;
  overflow:hidden;
}

div.cta{
  background-color:#dadada;
}

img.cta-header{
  position:relative;
  z-index:10;
  width:80%;
  max-width: 1700px;
}

#cta-background-right{
  position:absolute;
  right:0px;
  top:0;
  height:81.2%;
  width:50%;
  background-color:#eaeaea;
  z-index:3;
}

#cta-background-bottom{
  position:absolute;
  right:0px;
  bottom:0;
  height:18.8%;
  width:100%;
  background-color:#dadada;
  z-index:2;
}

.cta-button {
  background-color: #FF5E57;
  font-family: "Uniform-Medium";
  /*border: 2px solid;*/
  border-radius: 50px;
  font-size: 1.5em;
}

#cta-wrapper{
  position:absolute;
  width:100%;
  height:20%;
  bottom:5%;
  z-index:11;
  margin-right:auto;
  margin-left:auto;
  left:0;
  right:0;
}

.cta-button:hover{
  background-color: #ED5851;
}

h2.cta{
  font-family:"Uniform";
  color:#4d4d4d;
  font-size:2em;
  padding-bottom: 1rem;


}

div.cta{
  padding-bottom:3rem;
  z-index:11;
}

.cta-progressbar {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Uniform-Regular";
    letter-spacing: 10px;
    color: rgb(76, 76, 76);
    letter-spacing: 1px;
    max-width: 400px;
    width: 80vw;
    padding: 5px 0 0 0;
    margin-right: 10px;
    margin-top: 10px;
    line-height: 1.4;
}
.cta-progressbar--bar {
    background-color: #eeeded;
    border-radius: 6px;
    height: 12px;
}
.cta-progressbar--sold {
    height: 12px;
    background: linear-gradient(135deg,#ff5e57,#ff5e57,#ff5e57,#ffac46);
    border-radius: 6px;
}
.cta-progressbar.progress-white  {
    color: rgb(76, 76, 76);
}
.cta-progressbar p {
    font-size: 1rem;
    margin: 0;
    min-height: 20px;
    font-family: 'Uniform-Regular', sans-serif;
}
.cta-progressbar--title {
    font-family: "Uniform-Light";
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.progressbar--container {
  margin: 10px 5px 0 5px;
  max-width: 300px;
  height: 30px;
  border-radius: 20px;
  display: inline-block;
  background-color: #fff;
  border: #FF5E57 5px solid;
}

path {
  stroke-linecap: round;
}

@media only screen and (max-width: 750px){

  #cta-background-right{
    display:none;
  }

  #cta-background-bottom{
    display: none;
  }

  img.cta-header{
    position:absolute;
    top:0px;
    left:-25%;
    max-width: 500%;
    width:150%;
    height:auto;
  }

  h2.cta{
    font-family:"Uniform";
    color:#4d4d4d;
    font-size:1.5em;
    padding-top:1rem;
    padding-bottom: 1rem;
  }

  .cta-button {
    background-color: #FF5E57;
    font-family: "Uniform-Medium";
    /*border: 2px solid;*/
    border-radius: 50px;
    font-size: 1.2em;
  }

  div.cta-header{
    height:82vw;
  }

  div.cta{
    padding-bottom:1rem;
  }


}

@media screen and (min-aspect-ratio: 8/5) {
  /*img.cta-header{
    width:60%;
  }*/



}


/****************************************************************************************************************
NEW CTA
****************************************************************************************************************/



div.background-da{
  width:100%;
  background-color:#dadada;

}

div.new-cta-top{
  background-color:#dadada;
  padding-bottom:0px;
}

#product-top{
  width:50%;
  max-width:1600px;
}

div.new-cta {
  background-color :#dadada;
  font-family:"Uniform";
  padding-bottom:4rem;
}


h4.new-cta{
  font-family:"Uniform-Medium";
  letter-spacing: 2px;
  color:#ff5e57;
  color:#4d4d4d;
  text-transform: uppercase;
  padding-top:1.2rem;
  font-size:2rem;

}


p.new-cta{
  padding-left:1rem;
  padding-right:1rem;
  font-family:"Uniform";
  padding-top:1.3rem;
  font-size: 1.3rem;
  color:#4d4d4d;
}

h2.new-cta{
  font-family: "Uniform-Light";
  color:#ff5e57;
  color:#4d4d4d;
  padding-top:0rem;

}

#cta-button{
  margin-top:1.5rem;
  padding-top:0.9rem;
}
#cta-button-text{
  font-size:1.3rem;
  padding-left:1rem;
  padding-right:1rem;
}

span.red-accent{
  color:#FF5E57;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  #product-top{
    width:100%;
  }


  }

@media only screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (orientation : portrait) {

  #product-top{
    width:100%;
  }
}

@media screen and (max-width: 750px) {
  #product-top{
    width:100%;
  }

  h4.new-cta{
    font-size:1.7rem;
  }
}

@media screen and (max-width: 750px) {
  #product-top{
    width:100%;
  }

  h4.new-cta{
    font-size:1.7rem;
  }
}

/****************************************************************************************************************
CTA V2
****************************************************************************************************************/

/* CTA RIGHT */


#cta-row-mobile{

  display: none;

}

#cta-right{
  position:absolute;
  top:20%;
  right:10%;
  width:25%;
  z-index:50;
}

#question-asked{
  text-transform:uppercase;
  font-family: "Uniform";
  font-size:1.1em;
  color:#FF5E57;
}

#cta-right h4{
  text-transform:uppercase;
  font-family: "Uniform";
  font-size:2.1em;
  color:#FF5E57;
}

#cta-right h2{
  text-transform:uppercase;
  font-family: "Uniform";
  font-size:3.5em;
  letter-spacing: 2px;
  color:#4D4D4D;
}

#cta-progressbar{
  position:relative;
  margin:auto;
  right:auto;
  float:none;
  width: 80%;
  padding-top:0.2rem;
  padding-bottom:2rem;
}

.progressbar-cta-title{
  font-size:1.2em;
  text-transform: uppercase;
  font-family: "Uniform";
  padding-top: 1rem;
}

#cta-progressbar div.progressbar--bar{
  background-color: #BBBBBB;
}

#cta-button{
  margin-top:1.5rem;
  padding-top:0.9rem;
}
#cta-button-text{
  font-size:1.8rem;
  padding-left:3rem;
  padding-top:2rem;
  padding-bottom:2rem;
  padding-right:3rem;
}

#progressbar-animated{
  width:0%;
}


/* CTA LEFT */

#cta-left{
  position:absolute;
  top:60%;
  left:10%;
  width:25%;
  z-index:50;
}

img.testimonial-icon{
  width:30px;
  height:30px;
  margin-bottom:1rem;
}

p.testimonial-quote{
  font-family: "Uniform";
  font-size:1.1em;
}

p.testimonial-name{
  font-family: "Uniform";
  font-size:1.3em;
  padding-bottom:0.2rem;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;

}

p.testimonial-title{
  font-family: "Uniform";
  font-size:1.1em; 
  color:#999999;
}

div.testimonials{
  position:absolute;
}

@media only screen and (max-width: 1600px){

  #question-asked{
  text-transform:uppercase;
  font-family: "Uniform";
  font-size:1em;
  color:#FF5E57;
}

#cta-right h4{
  text-transform:uppercase;
  font-family: "Uniform";
  font-size:1.8em;
  color:#FF5E57;
}

#cta-right h2{
  text-transform:uppercase;
  font-family: "Uniform";
  font-size:2.5em;
  letter-spacing: 2px;
  color:#4D4D4D;
}

#cta-button-text{
  font-size:1.3rem;
  padding-left:3rem;
  padding-top:2rem;
  padding-bottom:2rem;
  padding-right:3rem;
}

.progressbar-cta-title{
  font-size:0.8em;
  text-transform: uppercase;
  font-family: "Uniform";
  padding-top: 0.5rem;
}

#cta-progressbar{
  position:relative;
  margin:auto;
  right:auto;
  float:none;
  width: 80%;
  padding-top:0.2rem;
  padding-bottom:1.4rem;
}



}

@media only screen and (max-width: 1280px){

  #cta-right{
  position:absolute;
  top:15%;
  right:7%;
  width:30%;
  z-index:50;
}

  #question-asked{
  text-transform:uppercase;
  font-family: "Uniform-Medium";
  font-size:1em;
  color:#FF5E57;
}

#cta-right h4{
  text-transform:uppercase;
  font-family: "Uniform";
  font-size:1.5em;
  color:#FF5E57;
}

#cta-right h2{
  text-transform:uppercase;
  font-family: "Uniform";
  font-size:2.2em;
  letter-spacing: 2px;
  color:#4D4D4D;
}

#cta-button-text{
  font-size:1.3rem;
  padding-left:1.5rem;
  padding-top:2rem;
  padding-bottom:2rem;
  padding-right:1.5rem;
}

.progressbar-cta-title{
  font-size:0.8em;
  text-transform: uppercase;
  font-family: "Uniform-Medium";
  padding-top: 0.5rem;
}

#cta-progressbar{
  position:relative;
  margin:auto;
  right:auto;
  float:none;
  width: 80%;
  padding-top:0.2rem;
  padding-bottom:1.4rem;
}



img.testimonial-icon{
  width:20px;
  height:20px;
  margin-bottom:1rem;
}

p.testimonial-quote{
  font-family: "Uniform";
  font-size:1em;
}

p.testimonial-name{
  font-family: "Uniform";
  font-size:1.1em;
  padding-bottom:0.2rem;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;

}

p.testimonial-title{
  font-family: "Uniform";
  font-size:1em; 
  color:#999999;
}



}


@media only screen and (max-width: 900px){

   #cta-right{
  position:absolute;
  top:15%;
  right:7%;
  width:30%;
  z-index:50;
}

  #question-asked{
  text-transform:uppercase;
  font-family: "Uniform-Medium";
  font-size:0.8em;
  color:#FF5E57;
}

#cta-right h4{
  text-transform:uppercase;
  font-family: "Uniform-Medium";
  font-size:1.2em;
  color:#FF5E57;
}

#cta-right h2{
  text-transform:uppercase;
  font-family: "Uniform";
  font-size:2em;
  letter-spacing: 2px;
  color:#4D4D4D;
}

#cta-button-text{
  font-size:1rem;
  padding-left:1.5rem;
  padding-top:2rem;
  padding-bottom:2rem;
  padding-right:1.5rem;
}

.progressbar-cta-title{
  font-size:0.8em;
  text-transform: uppercase;
  font-family: "Uniform-Medium";
  padding-top: 0.5rem;
}

#cta-progressbar{
  position:relative;
  margin:auto;
  right:auto;
  float:none;
  width: 80%;
  padding-top:0.2rem;
  padding-bottom:1.4rem;
}



}

@media only screen and (max-width: 750px){

  #cta-row-mobile{
    text-align: center;
  }

  #cta-button-mobile{
    margin:auto;
  }

  #cta-left{
    display:none;
  }

  #cta-right{
    display:none;
  }

  #cta-row-mobile{
    display:inline;
  }

  #question-asked{
  text-transform:uppercase;
  font-family: "Uniform-Medium";
  font-size:0.8em;
  color:#FF5E57;
  }

  h4.cta-mobile{
  text-transform:uppercase;
  font-family: "Uniform";
  font-size:1.4em;
  color:#FF5E57;
  }

  h2.cta-mobile{
  text-transform:uppercase;
  font-family: "Uniform";
  font-size:2em;
  padding-top:0.5rem;
  letter-spacing: 2px;
  color:#4D4D4D;
}

#cta-button-text-mobile{
  font-size:1.3rem;
  padding-left:2.5rem;
  padding-top:2rem;
  padding-bottom:2rem;
  padding-right:2.5rem;
}

.progressbar-cta-title{
  font-size:0.8em;
  text-transform: uppercase;
  font-family: "Uniform-Medium";
  padding-top: 0.5rem;
}

#cta-progressbar-mobile{

  display: block;
    right: 225px; 
    text-transform: uppercase;
    font-family: "Uniform-Regular";
    letter-spacing: 10px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 1.4;
    position:relative;
    margin:auto;
    right:auto;
    float:none;
    width: 63%;
    padding-top:0.2rem;
    padding-bottom:1.4rem;
    display:block;
}

.progressbar--bar {
    background-color: rgb(206, 206, 204);
    border-radius: 4px;
    height: 8px;
}
.progress-white .progressbar--bar {
    background-color: #eeeded;
    border-radius: 4px;
    height: 8px;
}
.progress-white .progressbar--sold{
    background: linear-gradient(135deg,#ff5e57,#ff5e57,#ff5e57,#ffac46);
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
    height: 8px;
    border-radius: 4px;
}
.progressbar--sold {
    height: 8px;
    width: 0%;
    background: rgba(255,255,255,1);
    border-radius: 4px;
}
.progressbar.progress-white  {
    color: rgb(76, 76, 76);
}



}




/****************************************************************************************************************
FAQ
****************************************************************************************************************/

.faq-row{
  /*background-color: #FF5E57;*/
  background: linear-gradient(135deg,#ffac46,#ff5e57,#ff5e57,#ffac46);

}

.faq{
  padding-top:1rem;
  padding-bottom:2rem;

}

h2.faq{
  font-family: "TTRounds-Light";
  font-size:2rem;
  color:#FFF;
  padding-bottom:1rem;
  background:transparent;

}

.shape-faq-button, .shape-tech-button{
  background-color:transparent;
  font-family: "Uniform-Medium";
  border: 4px solid;
  border-radius: 50px;
  border-color:#FFF;
  color:#FFF;
  font-size: 1.1em;
}


.shape-faq-button:hover, .shape-faq-button:focus, .shape-tech-button:hover, .shape-tech-button:focus{
  background-color:#FFF;
  font-family: "Uniform-Medium";
  color:#FF5E57;
  border: 4px solid;
  border-radius: 50px;
  border-color:#FFF;
  font-size: 1.1em;
}

#faq-text{
  padding-top:1.3rem;
  color:#FFF;
  font-family: "Uniform";
  font-size:1.1em;
}

#faq-text-link{
  text-decoration: underline;
  color:#FFF;
}

#faq-text-link:active, #faq-text-link:hover{
  color:#FFF;
}

@media screen and (max-width: 320px) {

  h2.faq{
  font-family: "TTRounds-Light";
  font-size:1.6rem;
  color:#FFF;
  padding-bottom:1rem;
  background:transparent;

}

}

/****************************************************************************************************************
FOOTER
****************************************************************************************************************/

footer {
  min-height:400px;
  background-color: #4d4d4d;
}

h3.footer-title{
  font-family: "Uniform-Medium";
  /*border: 2px solid;*/
  font-size: 0.8em;
  color:#FFF;
  padding-top:20px;
  padding-bottom:10px;

}

.email-field{

}

form {
    margin:auto;
    width: 300px;
}

input[type="email"], input[type="text"] {

  font-family: "Uniform-Medium";
  padding-left: 30px;
  background-color:#d8d7d6;
  font-size:0.8em;
}


input#email{
  border-radius: 50px 0px 0px 50px;
  float:left;
  height:40px;
  width:67%;
  overflow:hidden;
  font-size:0.8em;
  line-height:1;
}

input#name{
  display:none;
  float:left;
  height:40px;
  width:1px;
  overflow:hidden;
  font-size:0.8em;
  line-height:1;
}


button[type="submit"]{
  float:right;
  width:33%;
  overflow:hidden;

}

input[type="email"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder {
  font-family: "Uniform-Medium";
  color: #4d4d4d;
  font-size: 0.8em;
}
input[type="email"]::-moz-placeholder, input[type="text"]::-moz-placeholder {
  font-family: "Uniform-Medium";
  color: #4d4d4d;
  font-size: 0.8em;
}
input[type="email"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder {
  font-family: "Uniform-Medium";
  color: #4d4d4d;
  font-size: 0.8em;
}
input[type="email"]:-moz-placeholder, input[type="text"]:-moz-placeholder {
  font-family: "Uniform-Medium";
  color: #4d4d4d;
  font-size: 0.8em;
}

.phone-icon {
    display: inline-block;
    position: absolute;
    top: 6%;
    bottom: 0%;
    transform: translate(-150%);
}


@media (max-width: 650px) {

  form{
    max-width: 90vw;
  }

  }


/*
footer {
  min-height:400px;
  background-color: #4d4d4d;
}

h3.footer-title{
  font-family: "Uniform-Medium";
  font-size: 0.8em;
  color:#FFF;
  padding-top:20px;
  padding-bottom:10px;

}

.email-field{

}

input#name {
    float: left;
    border: none;
    height: 40px;
    width: 33%;
    overflow: hidden;
    background-color: #d8d7d6;
    font-size: .8em;
    text-align:center;
}


input[type=text] {
    font-family: 'Uniform-Medium';
    text-transform: uppercase;
    padding-left: 30px;
    border-radius: 50px 0 0 50px;
    background-color: #d8d7d6;
    font-size: .8em;
}

form {
    margin: auto;
    width: 500px;
}

input#email {
    float: left;
    font-family: 'Uniform-Medium';
    height: 40px;
    width: 34%;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #d8d7d6;
    font-size: .8em;
    border-radius: 0;
    border: none;
    padding-left: 10px;
    text-align:center;
}


input[type="email"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder {
  font-family: "Uniform-Medium";
  color: #4d4d4d;
  font-size: 0.8em;
}
input[type="email"]::-moz-placeholder, input[type="text"]::-moz-placeholder {
  font-family: "Uniform-Medium";
  color: #4d4d4d;
  font-size: 0.8em;
}
input[type="email"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder {
  font-family: "Uniform-Medium";
  color: #4d4d4d;
  font-size: 0.8em;
}
input[type="email"]:-moz-placeholder, input[type="text"]:-moz-placeholder {
  font-family: "Uniform-Medium";
  color: #4d4d4d;
  font-size: 0.8em;
}

#email{
  float:left;
  height:40px;
  width:67%;
  overflow:hidden;
  font-size:0.8em;
  line-height:1;
}

button[type="submit"]{
  float:right;
  width:33%;
  overflow:hidden;

}

@media (max-width: 600px) {
  input#name {
    width: 23% !important;
    margin-left: 5%;
  }
  input#email {
    width: 24% !important;
  }
  button[type="submit"] {
    float: left !important;
    width: 20%;
 }
}

*/



.shape-signup-button{
  width:140px;
  height:40px;
  background-color: #FFF;
  font-family: "Uniform-Medium";
  /*border: 2px solid;*/
  border-radius: 0px 50px 50px 0px;
  font-size: 0.8em;
  color:#FF5E57;
  margin-left:0px;
}

.shape-signup-button:hover, .shape-signup-button:focus {
  background-color: #FF5E57;
  background: linear-gradient(135deg,#ff5e57,#ff5e57,#ff5e57,#ffac46);

}

.shape-social{
  padding-top: 60px;
  margin:auto;
  text-align: center;
}

.footer-nav {
  font-family: "Uniform-Medium";
  text-transform: uppercase;
  padding-top:0px;
  position: relative;
}

.footer-nav>a {
  font-family: "Uniform-Medium";
  color: #FFF;
  font-size: 0.8em;
}

.footer-nav>a:hover{
  color: #FF5E57;
}

.copyright {
  font-family: "Uniform";
  color: #FFF;
  font-size:0.8em;
  line-height: 2;
}

.foot-wrap{
  padding-top:350px;
  padding-bottom:10px;
}

a svg:hover .facebook,
a svg:hover .instagram,
a svg:hover .twitter {
  fill: #FF5E57;
}

@media screen and (max-width: 1024px) {
.footer-nav {
  padding-top:10px;
}

.foot-wrap{
  padding-top:250px;
}

.copyright{
  padding-top: 30px;
  padding-bottom: 10px;
}


.shape-social{
  padding-top: 4rem;
}

.insta-icon{
  padding-right:2rem;
}
.twitter-icon{
  padding-left:2rem;
}

.phone-icon {
    display: inline-block;
    position: absolute;
    top: 34%;
    bottom: 64%;
    transform: translate(-150%);
    fill: #fff;
}

}

/****************************************************************************************************************
KAYAKO STYLING
****************************************************************************************************************/

.Kykw__widget__action {
  background-color:#ff5e57 !important;
}

.Kykw__widget__action:before {
  border:none;
}


/****************************************************************************************************************
SCROLL MAGIC SECTION
****************************************************************************************************************/



/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* =============================================================================== */

body {
  font: 16px/1.7 'Uniform', Helvetica, Helvetica Neue, Arial, sans-serif;
  
   }

.wrapper {
  max-width: none;
  margin: 0 10%; }

/* Make the body 100% of the browser viewport height */
html, body {
  height: 100%;
  margin: 0; 
}

h1 {
  font-size: 2.5em;
  margin-top: 0;
  font-family: 'Uniform-Medium', Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height:1em;
}

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 40%;
    margin: 0 5%;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
/* =Main */
p {
  font-size: 1.6em;
  font-family: "Uniform-Light";
  letter-spacing: 1px;
  line-height: 1.4em;
}

#slide01, #slide03, #slide05 {
  /*background-color: #FFFFFF; */
}

#slide00, #slide02, #slide04 {
  /*background-color: #FFFFFF; */
}

.slide {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-width: 2000px;
  margin:auto;
  
}
    .slide .pin-wrapper {
        width: 100%;
        height: 100%;
    }

    .slide .wrapper {
        position: absolute;
        top: 27%;
        left: 5%;
        color:#FFFFFF;
    }

    .slide .img {
        position: absolute;
        top: 20%;
        right: 20%;
        /*width: 378px;
        height: 769px;*/
        width:20%;
        height:auto;
        /*background: url(/img/phone-gold.png) no-repeat top left;*/
        

    }

.slide-arrow{
  width:45px;
  height:20px;
  position:absolute;
  bottom:3%;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  z-index:300;
  transform: translate3d(0,0,5px);

}

/*
#slide02 .img {
  background-image: url(/img/phone-black.png);}

#slide03 .img {
  background-image: url(/img/phone-gold.png);}

#slide04 .img {
  background-image: url(/img/phone-black.png);}

#slide05 .img {
  background-image: url(/img/phone-grey.png);}
*/
/*#slide02 .pin-wrapper,
#slide03 .pin-wrapper,
#slide04 .pin-wrapper,
#slide05 .pin-wrapper {
    transform: translateY(-100%);
}*/

.phone-screen{
    position:absolute;
    height:auto;
    width:86.8%;
    top:12%;
    left:7%;
}

.iphone{
    width:100%;
}

.slide-arrow{
    display:none;
}


.screen-crop{
    overflow:hidden;
}

img.scan-icon,
img.heatmap-icon,
img.difference-icon,
img.track-icon,
img.goal-icon{
    width:100px;
    height:100px;
    padding-bottom:1rem;
}

.video-screen{

    /*position:absolute;
    height:523px;
    width:325px;
    top:151px;
    left:27px;
    z-index:1 !important;*/

    position:absolute;
    height:auto;
    width:86.8%;
    top:19%;
    left:7%;

}


div.scan-benefit,
div.heatmap-benefit,
div.difference-benefit,
div.track-benefit,
div.goal-benefit{
    padding-top:3rem;
    padding-bottom: 3rem;
    float:left;
    width : 33.3%;
    text-align:center;
}

div.track-benefit{
    width:25%;
}

.scan-benefit p,
.heatmap-benefit p,
.difference-benefit p,
.track-benefit p,
.goal-benefit p{
    padding-left:20px;
    padding-right:20px;
}

#scan-outro {
    padding-top:3rem;
}

.text-intro{
    font-family: "Uniform-Light";
}

.scan-benefit p,
.heatmap-benefit p,
.difference-benefit p,
.track-benefit p,
.goal-benefit p{
    /*font-size:1.1em;*/
    font-size:100%;
    font-family:"Uniform";
    text-align:center;
}

.fakescroll{
    background: rgba(255,255,255,0);
    /*overflow: scroll;*/
}

#pin-scan{
   /* background-image: url(/img/caina-scale.jpg);
    background-size: 2000px 1500px;
    background-repeat: no-repeat;
    background-position: center; */
}


/*
@media screen and (orientation:portrait) {


    .fullheight-image{

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height:100%;
    width:auto;
    max-width:400%;
    z-index:-2;
    }
}


@media screen and (orientation:landscape) {

    .fullheight-image{

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:100%;
    height:auto;
    max-width:400%;
    max-height:400%;
    z-index:-2;
    }
}

@media screen and (min-aspect-ratio: 16/12) {

  .fullheight-image{

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height:100%;
    width:auto;
    max-width:400%;
    z-index:-2;
    }

}*/

.fullheight-image{

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height:100%;
    width:auto;
    max-width:400%;
    z-index:-2;
    }

@media screen and (orientation:landscape) {

    .fullheight-image{

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:100%;
    height:auto;
    max-width:400%;
    max-height:400%;
    z-index:-2;
    }
}

@media screen and (max-aspect-ratio: 16/12) {

  .fullheight-image{

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height:100%;
    width:auto;
    max-width:400%;
    z-index:-2;
    }

}



/*
.fullheight-image{

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height:100%;
    width:auto;
    max-width:400%;
    z-index:-2;
    }

@media screen and (min-device-aspect-ratio: 1/1) {

      .fullheight-image{

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:100%;
    height:auto;
    max-width:400%;
    max-height:400%;
    z-index:-2;
    }

}
*/


#app-screen{
    
    width:400%;
    max-width:400%;

}

#goal-screen{
    width:200%;
    max-width:200%;
} 



div.img-wrapper{
    margin:auto;
    height:100%;
    max-width:2000px;
    overflow:hidden;
    position:relative;
}

#slide05{
    overflow:visible;
}

.overlay{
    position:absolute;
    top:0px;
    left:0px;
}

/*
#pin-heatmap{
    background-image: url(/img/paul-heatmap3.jpg);
    background-size: 2000px 1500px;
    background-repeat: no-repeat;
    background-position: center; 
}

#pin-difference{
    background-image: url(/img/caina-run2.jpg);
    background-size: 2000px 1500px;
    background-repeat: no-repeat;
    background-position: center; 
}

#pin-metrics{
    background-image: url(/img/paul-rope.jpg);
    background-size: 2000px 1500px;
    background-repeat: no-repeat;
    background-position: center; 
}

#pin-goal{
    background-image: url(/img/caina-wedding2.jpg);
    background-size: 2000px 1500px;
    background-repeat: no-repeat;
    background-position: center; 
}
*/

.overlay{
    height:100%;
    width:100%;
    max-width:2000px;
    background:rgba(0,0,0,0.5);
    margin:auto;
    z-index:0;

}

.scrollmagic-pin-spacer {
    position: absolute !important;
    clip: rect(auto, auto, auto, auto);
}


.benefit-icon {
    max-width:100px;
    max-height:100px;
    width:40%;
    height:40%;
}

img.track-icon {
    max-width:120px;
    max-height:120px;
    width:60%;
    height:60%;   
}


/* ==========================================================================
   Mobile Hidden
   ========================================================================== */

.video-screen-mobile{
    display:none;
}

.scan-outro-mobile, .heatmap-outro-mobile{
    display:none;
}

.desktop-hidden{
    display:none;   
}

/* ==========================================================================
   Fix for ScrollMagic iPad Pinning
   ========================================================================== */

/* Translate 3d force GPU rendering, seems it need to be applied to all child elementof the pined element explecitely*/


.slide .pin-wrapper {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -webkit-overflow-scrolling: touch;
    }





/* ==========================================================================
   Media Queries
   ========================================================================== */




@media only screen and (min-width: 480px) {




    /* =General */

    /* =Header */

    /* =Footer */
}

@media only screen and (min-width: 768px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

@media only screen and (min-width: 1140px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

@media only screen and (max-width: 1280px) {

    /* =General */

    h1{
        font-size: 1.8em;
    }

    p.text-intro{
        font-size:1.5em;
    }

    p.animate-intro4, p.animate-intro5{
        font-size: 1.5em;
    }

    .scan-benefit p,
    .heatmap-benefit p,
    .difference-benefit p,
    .track-benefit p,
    .goal-benefit p{
    font-size:1em;
    font-family: "Uniform";
    }

    div.scan-benefit,
    div.heatmap-benefit,
    div.difference-benefit,
    div.track-benefit,
    div.goal-benefit{
    padding-top:1.5rem;
    padding-bottom:1.5rem;
    }

    #scan-outro,
    #heatmap-outro {
        padding-top:0rem;
        font-size:100%;
    }

    /* =Header */

    /* =Footer */
}


@media only screen and (max-width: 1024px) and (orientation : landscape) {

    /* =General */

    h1{
        font-size: 1.5em;
    }

    p.text-intro{
        font-size:1.2em;
    }

    p.animate-intro4, p.animate-intro5{
        font-size: 1.2em;
    }

    .scan-benefit p,
    .heatmap-benefit p,
    .difference-benefit p,
    .track-benefit p,
    .goal-benefit p{
    font-size:0.8em;
    font-family: "Uniform";
    word-wrap: break-word;
    padding-left:5px;
    padding-right:5px;
    }

    div.scan-benefit,
    div.heatmap-benefit,
    div.difference-benefit,
    div.track-benefit,
    div.goal-benefit{
    padding-top:1rem;
    padding-bottom:1rem;
    }

    #scan-outro,
    #heatmap-outro {
        padding-top:0rem;
        font-size:100%;
    }

    /* =Header */

    /* =Footer */
}

/* iPad Portrait */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .slide .img {
        position: absolute;
        top: 25%;
        right: 10%;
        /*width: 378px;
        height: 769px;*/
        width:35%;
        height:auto;
        /*background: url(/img/phone-gold.png) no-repeat top left;*/
    }

    .slide .wrapper {
        position: absolute;
        top: 34%;
        left: 5%;
        color:#FFFFFF;
    }

    .scan-benefit p,
    .heatmap-benefit p,
    .difference-benefit p,
    .track-benefit p,
    .goal-benefit p{
    font-size:1em;
    font-family: "Uniform";
    word-wrap: break-word;
    padding-left:5px;
    padding-right:5px;
    }

     h1{
        font-size: 1.2em;
    }

    p.text-intro{
        font-size:0.9em;
    }

    p.animate-intro4, p.animate-intro5{
        font-size: 1em;
    }

    .scan-benefit p,
    .heatmap-benefit p,
    .difference-benefit p,
    .track-benefit p,
    .goal-benefit p{
    font-size:0.8em;
    font-family: "Uniform";
    word-wrap: break-word;
    padding-left:5px;
    padding-right:5px;
    }

    div.scan-benefit,
    div.heatmap-benefit,
    div.difference-benefit,
    div.track-benefit,
    div.goal-benefit{
    padding-top:1.7rem;
    padding-bottom:1.7rem;
    }

    #scan-outro,
    #heatmap-outro {
        padding-top:0rem;
        font-size:0.8em;
    }

    #heatmap-outro{
        margin-top: 210px;

    }

    #scan-image{
        transform: translate(-43%, -50%);
    }

    #heatmap-image{
        transform: translate(-40%, -50%);
    }

    #difference-image{
        transform: translate(-43%, -50%);
    }

    #metrics-image{
        transform: translate(-50%, -50%);
    }

    #goal-image{
        transform: translate(-44%, -50%);
    }

/* Styles */
}

/* iPad Pro Portrait */

@media only screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (orientation : portrait) {

    .slide .img {
        position: absolute;
        top: 23%;
        right: 10%;
        /*width: 378px;
        height: 769px;*/
        width:35%;
        height:auto;
        /*background: url(/img/phone-gold.png) no-repeat top left;*/
    }

    .slide .wrapper {
        position: absolute;
        top: 33%;
        left: 5%;
        color:#FFFFFF;
    }

     h1{
        font-size: 1.5em;
    }

    p.text-intro{
        font-size:1.3em;
    }

    p.animate-intro4, p.animate-intro5{
        font-size: 1.5em;
    }

    .scan-benefit p,
    .heatmap-benefit p,
    .difference-benefit p,
    .track-benefit p,
    .goal-benefit p{
    font-size:1em;
    font-family: "Uniform";
    word-wrap: break-word;
    padding-left:10px;
    padding-right:10px;
    }

    div.scan-benefit,
    div.heatmap-benefit,
    div.difference-benefit,
    div.track-benefit,
    div.goal-benefit{
    padding-top:1.7rem;
    padding-bottom:1.7rem;
    }

    #scan-outro,
    #heatmap-outro {
        padding-top:0rem;
        font-size:1.2em;
    }

    #scan-image{
        transform: translate(-43%, -50%);
    }

    #heatmap-image{
        transform: translate(-40%, -50%);
    }

    #difference-image{
        transform: translate(-43%, -50%);
    }

    #metrics-image{
        transform: translate(-50%, -50%);
    }

    #goal-image{
        transform: translate(-44%, -50%);
    }


/* Styles */
}

@media screen and (max-width: 750px) and (orientation:portrait) {

/*
    html,  body, article {
        -webkit-overflow-scrolling: touch;

    }

    .slide {
    position: relative;
    height: 736px;
  
    } */

  .slide-arrow{
    width:45px;
    height:20px;
    position:absolute;
    bottom:5%;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    z-index:300;
    transform: translate3d(0,0,5px);
  }

  #slide-arrow4, #slide-arrow5{
    margin:0;
    left:5%;

  }

    #slide02 .pin-wrapper,
    #slide03 .pin-wrapper,
    #slide04 .pin-wrapper,
    #slide05 .pin-wrapper {
    transform: translateY(0%);
    }

    

    .slide {
    position: relative;
    overflow: visible;
    }

    .fakescroll{
    background: rgba(255,255,255,0);
    overflow: scroll;
    }

    .video-screen-mobile{
        display:block;
        width:100%;
    }

    .desktop-hidden{
        display: inline;
    }

    .img{
        display: none;
    }

    div.img-wrapper{
        margin:auto;
        height:100%;
        max-width:2000px;
        overflow:hidden;
        position:relative;
    }

    #scan-image{
        position: absolute;
        top: 50%; left: 50%;
        z-index: 1;
        width:auto;
        height: 100%;
        transform: translate(-30%, -50%);
    }

    #heatmap-image{
        position: absolute;
        top: 50%; left: 50%;
        z-index: 1;
        width:auto;
        height: 100%;
        transform: translate(-33%, -50%);
    }

    #difference-image{
        position: absolute;
        top: 50%; left: 50%;
        z-index: 1;
        width:auto;
        height: 100%;
        transform: translate(-29%, -50%);

    }

    #metrics-image{
        position: absolute;
        top: 50%; left: 50%;
        z-index: 1;
        width:auto;
        height: 100%;
        transform: translate(-42%, -50%);

    }

    #goal-image{
        position: absolute;
        top: 50%; left: 50%;
        z-index: 1;
        width:auto;
        height: 100%;
        transform: translate(-32%, -50%);

    }

    .slide .wrapper{
        position:absolute;
        padding-top:0;
        padding-left:0;
        width:100%;
        margin:0;
        top:0px;
        left:0px;
        z-index:110;
    }

    p.text-intro{
        padding-top:1rem;
        padding-top:0%;
        color:#FFFFFF;
        text-align:center;
        font-size:1.2em;
        transform: translate3d(0,0,2px);
    }

    h1.animate-intro1, h1.animate-intro2, h1.animate-intro3, h1.animate-intro4, h1.animate-intro5{
        color:#FFFFFF;
        text-align:center;
        font-size:1.3em;
        padding-bottom: 0rem;
        transform: translate3d(0,0,2px);

    }

    .text-wrapper{
        z-index:100;
        width:100%;

    }

    .benefit-icon{
    width:40px;
    height:40px;
    padding-bottom:0rem;
    padding-top:0rem;
    transform: translate3d(0,0,2px);
    }

    img.track-icon{
        width:50px;
        height:50px;
    }

    div.scan-benefit, div.heatmap-benefit, div.difference-benefit, div.track-benefit, div.goal-benefit{
        padding-top: 0.5rem;
        padding-bottom: 0rem;
        transform: translate3d(0,0,2px);
    }

    div.scan-benefit p, div.heatmap-benefit p, div.difference-benefit p, div.track-benefit p, div.goal-benefit p{
        padding-top:0rem;
        font-size:0.7rem;
        color:#FFFFFF;
        font-family:"Uniform";
        padding-left:0.5rem;
        padding-right:0.5rem;
        transform: translate3d(0,0,2px);
    }

    #scan-outro{
        text-align:center;
        color:#FFFFFF;
        font-size:1.2rem;
        padding-top:1rem;
        padding-right:1rem;
        padding-left:1rem;
        transform: translate3d(0,0,2px);
    }


    .overlay{
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    max-width:1600px;
    background:rgba(0,0,0,0.7);
    margin:auto;
    z-index: 50;
    transform: translate3d(0,0,0px);
    }

    video.video-screen-mobile{
        padding-top:57px;
        width:100%;
        height:auto;
    }

    div.scan-outro-mobile, div.heatmap-outro-mobile {
        display:block;
        padding-top:1rem;
        padding-bottom:1rem;
    }

    h2.scan-outro-mobile, h2.heatmap-outro-mobile{
        display:block;
        font-size:1.2rem;
        font-family:"TTRounds-Light";
        text-align: center;
        padding-left:1rem;
        padding-right:1rem;
        color:#000000;
    }

    #scan-outro{
        display:none;
    }

    #heatmap-outro{
        display:none;
    }

    p.animate-intro3{
        display:none;
    }
    h1.animate-intro3{
        padding-top:2rem;
    }

    h1.animate-intro4, h1.animate-intro5{
        padding-top:70px;
    }

    .mobile-hidden{
        display:none;
    }

    div.track-benefit{
        width:33.3%;
    }

    #pin-metrics{
        position:relative;
    }

    #phone-screen-mobile, #phone-screen-mobile2{
        position:absolute;
        height:449px;
        width:auto;
        top:34%;
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
        z-index:200 ;
        transform: translate3d(0,0,2px);
    }


    div.screen-crop{
        position:absolute;
        height:339px;
        width:191px;
        top:41.5%;
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
        z-index:200 ;
        overflow:hidden;
        transform: translate3d(0,0,2px);
    }

    #mobile-app-screen, #mobile-goal-screen{
        height:100%;
        width:auto;
        max-width:500%;
    }
}


/* iPhone 6 Plus portrait */
@media screen 
  and (max-device-width: 414px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 3){
    .slide{
        height:700px;
    }

    .fakescroll{
        height:625px;
    }

    .shape-product{
      height:600px;
    }

    #phone-screen-mobile, #phone-screen-mobile2{
        position:absolute;
        height:449px;
        width:auto;
        top:34%;
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
        z-index:200 ;
        transform: translate3d(0,0,2px);
    }


    div.screen-crop{
        position:absolute;
        height:339px;
        width:191px;
        top:41.5%;
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
        z-index:200 ;
        overflow:hidden;
        transform: translate3d(0,0,2px);
    }

    #mobile-app-screen, #mobile-goal-screen{
        height:100%;
        width:auto;
        max-width:500%;
    }

}



/* iPhone 6 portrait */
@media only screen
  and (max-device-width: 375px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2){

        .slide{
        height:631px;
    }

    .fakescroll{
        height:555px;
    }
    .shape-product{
      height:550px;
    }

     div.scan-benefit p, div.heatmap-benefit p, div.difference-benefit p, div.track-benefit p, div.goal-benefit p{
        padding-top:0rem;
        font-size:0.6rem;
        color:#FFFFFF;
        font-family:"Uniform";
        padding-left:0.5rem;
        padding-right:0.5rem;
        transform: translate3d(0,0,2px);
    }

    div.track-benefit p{
      font-size:0.7rem;
    }

    #phone-screen-mobile, #phone-screen-mobile2{
        position:absolute;
        height:400px;
        width:auto;
        top:34%;
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
        z-index:200 ;
        transform: translate3d(0,0,2px);
    }

    div.screen-crop{
        position:absolute;
        height:303px;
        width:171px;
        top:41.5%;
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
        z-index:200 ;
        overflow:hidden;
        transform: translate3d(0,0,2px);
    }

    p.quote-text{
  font-family:"Uniform",Arial, Helvetica, sans-serif;
  font-size:1.2rem;
  max-width:1000px;
  margin:auto;
  padding-bottom:1rem;
  }


}



/* iPhone 5 / SE portrait */
@media screen 
and (max-device-width : 320px) 
and (orientation : portrait) {

    .slide{
        height:530px;
    }

    .fakescroll{
        height:460px;
    }
    .shape-product{
      height:450px;
    }

     div.scan-benefit p, div.heatmap-benefit p, div.difference-benefit p, div.track-benefit p, div.goal-benefit p{
        padding-top:0rem;
        font-size:0.6rem;
        color:#FFFFFF;
        font-family:"Uniform";
        padding-left:0.5rem;
        padding-right:0.5rem;
        transform: translate3d(0,0,2px);
    }

    div.track-benefit p{
      font-size:0.7rem;
    }

    #phone-screen-mobile, #phone-screen-mobile2{
        position:absolute;
        height:330px;
        width:auto;
        top:34%;
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
        z-index:200 ;
        transform: translate3d(0,0,2px);
    }

    div.screen-crop{
        position:absolute;
        height:250px;
        width:141px;
        top:41.5%;
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
        z-index:200 ;
        overflow:hidden;
        transform: translate3d(0,0,2px);
    }

    p.text-intro{
        padding-top:1rem;
        padding-top:0%;
        color:#FFFFFF;
        text-align:center;
        font-size:1em;
        transform: translate3d(0,0,2px);
        margin-bottom: 0.2rem;
    }

    h1.animate-intro1, h1.animate-intro2, h1.animate-intro3, h1.animate-intro4, h1.animate-intro5{
        color:#FFFFFF;
        text-align:center;
        font-size:1.1em;
        padding-bottom: 0rem;
        transform: translate3d(0,0,2px);

    }

    h1.animate-intro3{
      padding-top:0.5rem;
    }

    div.scan-benefit,
    div.heatmap-benefit,
    div.difference-benefit,
    div.track-benefit,
    div.goal-benefit{
    padding-top:0rem;
    padding-bottom:0rem;
    }

      .slide-arrow{
    width:30px;
    height:13px;
    position:absolute;
    bottom:5%;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    z-index:300;
    transform: translate3d(0,0,5px);
  }

  p.quote-text{
  font-family:"Uniform",Arial, Helvetica, sans-serif;
  font-size:1.1rem;
  max-width:1000px;
  margin:auto;
  padding-bottom:1rem;
  }


}




/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

#slide00{
    background-color:#dadada;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Company Page
   ========================================================================== */


.mobile-1024-show{
  display: none;
}

#company-header {
  margin:auto;
  width:100vw;
  max-width:2000px;
}

#company-overlay {

  opacity:0.2;
  background-color:#000000;
  width:auto;
  height:33.333vw;
  position:absolute;
  z-index:10;
   margin-right:auto;
  margin-left:auto;
  left:0;
  right:0;

}

#atf-company{
  height:auto;
  text-align: center;
}

h1.company-title{
  position:absolute;
  top:15vw;
  color:#FFFFFF;
  margin-right:auto;
  margin-left:auto;
  left:0;
  right:0;
  font-size:4em;
  z-index:15;

}
p.mission{
  font-family: "Uniform";
  font-size:1.4vw;
  text-align:justify;

}

div.mission{
  padding-top:4vw;
  padding-left:4vw;
  padding-right:4vw;
}

div.story1{
  padding-top:2vw;
  padding-left:4vw;
  padding-right:4vw;

}

div.story2{

  padding-top:5vw;
  padding-left:4vw;
  padding-right:4vw;

}

#mission-row, #story-row1, #story-row2{
  max-width:2000px;
}

.company-columns{
  padding-left:0;
  padding-right:0;
}

h2.story1 {
  text-align: left;
  font-size: 1.5vw;
  font-family: "Uniform";
  padding-bottom:1vw;
}

p.story1 {
  font-size:1.15vw;
  text-align: justify;
  font-family: "Uniform";
}

div.brief-history-intro{
  background-color:#5A6FAC;
  height:200px;
}

h1.brief-history-intro{
  color:#FFFFFF;
  padding-top:80px;
  font-family: "Uniform-Light";
  font-size: 3rem;
}

div.founders-intro{
  background-color:#FF5E57;
  height:200px;
}

h1.founders-intro{
  color:#FFFFFF;
  padding-top:80px;
  font-family: "Uniform-Light";
  font-size: 3rem;
}

#brief-img-desktop{

  max-width:2000px;

}


@media screen and (max-width: 1024px){

  h1.company-title{
  font-size:3rem;

  }

  p.mission{
    font-size:1.7rem;

  }

  p.story1{
    font-size:20px;

  }
  h2.story1{
    font-size:3rem;
  }

  div.mission{
    padding-top:7vw;
    padding-bottom:7vw;
  }

  div.story1{
    padding-top:5vw;

  }

  div.story2{

    padding-top:5vw;

  }

  .mobile-1024-show{
    display:inline;
  }

  .desktop-1024-show{
    display:none;
  }

  p.story1.last{
    padding-bottom:3rem;
  }

  h1.brief-history-intro{
  color:#FFFFFF;
  padding-top:80px;
  font-family: "Uniform-Light";
  font-size: 2rem;
}

}

@media screen and (max-width: 750px){

h1.company-title{
  font-size:2.3em;
}

  h2.story1{
    font-size:1.7rem;
  }

   p.story1{
    font-size:1rem;

  }

  p.mission{
    font-size:1rem;

  }

  h1.brief-history-intro{
  color:#FFFFFF;
  padding-top:80px;
  font-family: "Uniform";
  font-size: 1.3rem;
}

div.brief-history-intro{
  background-color:#5A6FAC;
  height:200px;
}




}

@media screen and (min-width: 2000px){

  h1.company-title{
  top:370px;

}

p.mission{
  font-size:30px;

}

p.story1{
  font-size:20px;

}
h1.story1{
  font-size:30px;
}

div.mission{
  padding-top:80px;
}

div.story1{
  padding-top:80px;
  padding-bottom:40px;

}

div.story2{

  padding-top:100px;

}

  #company-overlay {

  opacity:0.2;
  background-color:#000000;
  width:2000px;
  height:667px;
  position:absolute;
  z-index:10;
  margin-right:auto;
  margin-left:auto;
  left:0;
  right:0;

}



}

/* ==========================================================================
   ATF Video Modal
   ========================================================================== */

#atf-video-modal{
    position : fixed;
    height:100vh;
    width:100vw;
    z-index:100;
}

#atf-modal-overlay{
    background-color:#000;
    opacity:0.5;
    height:100%;
    width:100%;
    margin-right:auto;
    margin-left:auto;
    left:0px;
    right:0px;
    position:absolute;

}

#atf-yt-video-wrapper{
  text-align: center;
    margin-right:auto;
    margin-left:auto;
    left:0;
    right:0;
    top:20%;
    position:absolute;
    opacity:1;
    z-index: 200;
}

#atf-yt-video{
  width:70vw;
  max-width:88.888vh;
  height:39.375vw;
  max-height:50vh;
}

li.featured-press{

  padding-top:20px;
  padding-bottom:20px;
  padding-left: 1;
  padding-right:1%;
  display:inline-block;

}

ul.press-list{
  margin:auto;
  max-width:70vw;
}

#atf-video-modal{
  display:none;
}

@media screen and (max-width: 750px){

  #atf-yt-video{
    width:100vw;
    height:56.25vw;


  }


}

