.contact .image-mail {
  text-align: center;
  margin-top: -70px;
  margin-bottom: 0px; }
  @media screen and (min-width: 1440px) {
    .contact .image-mail {
      margin-bottom: 10px;
      margin-top: 20px; } }
  .contact .image-mail svg {
    width: 200px; }
    @media screen and (min-width: 1440px) {
      .contact .image-mail svg {
        width: 300px; } }
  .contact .image-mail .two {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; }
  .contact .image-mail .three {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; }
  .contact .image-mail .one {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; }
  .contact .image-mail .four {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 3.2s;
    -webkit-animation-duration: 3.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; }
  .contact .image-mail .five {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 4.2s;
    -webkit-animation-duration: 4.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; }
  .contact .image-mail .six {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 4.7s;
    -webkit-animation-duration: 4.7s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; }
  .contact .image-mail .seven {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 5.5s;
    -webkit-animation-duration: 5.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; }
  .contact .image-mail .eight {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 6.2s;
    -webkit-animation-duration: 6.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; }
  .contact .image-mail .nine {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 7.2s;
    -webkit-animation-duration: 7.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; }
.contact .middle-contact {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px; }
  @media screen and (min-width: 1024px) {
    .contact .middle-contact {
      margin-top: 0; } }
  .contact .middle-contact a {
    color: #0f5c70;
    font-size: 14.5px;
    font-family: "Lato-Light", sans-serif; }
    @media screen and (min-width: 1024px) {
      .contact .middle-contact a {
        font-size: 18px; } }
    @media screen and (min-width: 1440px) {
      .contact .middle-contact a {
        margin-bottom: 70px; } }
.contact .bottom {
  max-width: 1040px;
  margin: 0 auto; }
  .contact .bottom p {
    font-family: "Lato-LightItalic", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .contact .bottom p {
        font-size: 19px;
        margin-bottom: 25px; } }
    @media screen and (min-width: 1440px) {
      .contact .bottom p {
        font-size: 22px;
        margin-top: 50px;
        margin-bottom: 50px; } }
  .contact .bottom .hr {
    text-align: center; }
    .contact .bottom .hr a.btn-lg {
      border: 2px solid #fff;
      background: none;
      color: #fff;
      font-family: "Lato-Light", sans-serif;
      font-size: 17px;
      width: 180px;
      display: inline-block;
      margin: 0 auto;
      margin-top: 20px;
      margin-left: 10px;
      margin-right: 10px;
      height: 45px;
      border-radius: 40px;
      padding-top: 9px; }
      @media screen and (min-width: 768px) {
        .contact .bottom .hr a.btn-lg {
          width: 200px; } }
      @media screen and (min-width: 1250px) {
        .contact .bottom .hr a.btn-lg {
          margin-top: 0; } }
    .contact .bottom .hr a.btn-lg:hover {
      background-color: #fff;
      color: #2BBCE3; }
.contact h5 {
  color: white;
  font-size: 20px;
  font-family: "Smoothy-Sans", sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 65px;
  text-align: center;
  margin-left: 15px;
  display: none; }
  @media screen and (min-width: 768px) {
    .contact h5 {
      display: inline-block; } }
.contact a.cd-scroll {
  display: none; }
  @media screen and (min-width: 1024px) {
    .contact a.cd-scroll {
      display: block; } }

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  60% {
    transform: scale(0.5); }
  80% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  60% {
    -webkit-transform: scale(0.5); }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@font-face {
  font-family: 'Smoothy-Cursive';
  src: url("fonts/Smoothy-Cursive.eot");
  src: url("fonts/Smoothy-Cursive.eot#iefix") format("embedded-opentype"), url("fonts/Smoothy-Cursive.woff") format("woff"), url("fonts/Smoothy-Cursive.ttf") format("truetype"), url("fonts/Smoothy-Cursive.woff2") format("woff2"), url("fonts/Smoothy-Cursive.svg#Smoothy-Cursive") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'Smoothy-Sans';
  src: url("fonts/Smoothy-Sans.eot");
  src: url("fonts/Smoothy-Sans.eot#iefix") format("embedded-opentype"), url("fonts/Smoothy-Sans.woff") format("woff"), url("fonts/Smoothy-Sans.ttf") format("truetype"), url("fonts/Smoothy-Sans.woff2") format("woff2"), url("fonts/Smoothy-Sans.svg#Smoothy-Sans") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'Lato-Black';
  src: url("fonts/Lato-Black.eot");
  src: url("fonts/Lato-Black.eot#iefix") format("embedded-opentype"), url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype"), url("fonts/Lato-Black.woff2") format("woff2"), url("fonts/Lato-Black.svg#Lato-Black") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'Lato-BlackItalic';
  src: url("fonts/Lato-BlackItalic.eot");
  src: url("fonts/Lato-BlackItalic.eot#iefix") format("embedded-opentype"), url("fonts/Lato-BlackItalic.woff") format("woff"), url("fonts/Lato-BlackItalic.ttf") format("truetype"), url("fonts/Lato-BlackItalic.woff2") format("woff2"), url("fonts/Lato-BlackItalic.svg#Lato-BlackItalic") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'Lato-Bold';
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype"), url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'Lato-BoldItalic';
  src: url("fonts/Lato-BoldItalic.eot");
  src: url("fonts/Lato-BoldItalic.eot#iefix") format("embedded-opentype"), url("fonts/Lato-BoldItalic.woff") format("woff"), url("fonts/Lato-BoldItalic.ttf") format("truetype"), url("fonts/Lato-BoldItalic.woff2") format("woff2"), url("fonts/Lato-BoldItalic.svg#Lato-BoldItalic") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'Lato-Hairline';
  src: url("fonts/Lato-Hairline.eot");
  src: url("fonts/Lato-Hairline.eot#iefix") format("embedded-opentype"), url("fonts/Lato-Hairline.woff") format("woff"), url("fonts/Lato-Hairline.ttf") format("truetype"), url("fonts/Lato-Hairline.woff2") format("woff2"), url("fonts/Lato-Hairline.svg#Lato-Hairline") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'Lato-HairlineItalic';
  src: url("fonts/Lato-HairlineItalic.eot");
  src: url("fonts/Lato-HairlineItalic.eot#iefix") format("embedded-opentype"), url("fonts/Lato-HairlineItalic.woff") format("woff"), url("fonts/Lato-HairlineItalic.ttf") format("truetype"), url("fonts/Lato-HairlineItalic.woff2") format("woff2"), url("fonts/Lato-HairlineItalic.svg#Lato-HairlineItalic") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'Lato-Light';
  src: url("fonts/Lato-Light.eot");
  src: url("fonts/Lato-Light.eot#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype"), url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.svg#Lato-Light") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'Lato-LightItalic';
  src: url("fonts/Lato-LightItalic.eot");
  src: url("fonts/Lato-LightItalic.eot#iefix") format("embedded-opentype"), url("fonts/Lato-LightItalic.woff") format("woff"), url("fonts/Lato-LightItalic.ttf") format("truetype"), url("fonts/Lato-LightItalic.woff2") format("woff2"), url("fonts/Lato-LightItalic.svg#Lato-LightItalic") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'Lato-Regular';
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.eot#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-style: normal;
  font-weight: normal; }
.index .decor-left {
  float: left;
  width: 150px;
  display: none; }
  @media screen and (min-width: 1024px) {
    .index .decor-left {
      display: inline-block; } }
.index .decor-right {
  float: right;
  width: 130px;
  display: none; }
  @media screen and (min-width: 1024px) {
    .index .decor-right {
      display: inline-block; } }
.index h2 {
  margin-top: 45px; }
  @media screen and (min-width: 768px) {
    .index h2 {
      margin-top: 0; } }
  .index h2 b {
    font-family: "Lato-Black", sans-serif;
    font-size: 40px;
    color: white; }
    @media screen and (min-width: 768px) {
      .index h2 b {
        font-size: 62px; } }
.index .middle {
  text-align: center;
  margin-top: -80px;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .index .middle {
      margin-top: 85px;
      height: 300px;
      margin-top: 0; } }
  @media screen and (min-width: 1024px) {
    .index .middle {
      height: 300px; } }
  @media screen and (min-width: 1250px) {
    .index .middle {
      max-width: 1100px;
      margin: 0 auto;
      margin-top: 25px; } }
  @media screen and (min-width: 1440px) {
    .index .middle {
      height: 450px; } }
  @media screen and (min-width: 1700px) {
    .index .middle {
      height: 550px; } }
  .index .middle h4 {
    color: #fff;
    font-size: 20px;
    font-family: "Smoothy-Sans", sans-serif;
    margin-bottom: 15px; }
    @media screen and (min-width: 1024px) {
      .index .middle h4 {
        font-size: 25px; } }
    @media screen and (min-width: 1440px) {
      .index .middle h4 {
        font-size: 32px;
        margin-bottom: 25px; } }
  .index .middle .rrr {
    width: 175px;
    margin-bottom: 30px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 12000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 12000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 12000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 12000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
    @media screen and (min-width: 1250px) {
      .index .middle .rrr {
        width: 175px; } }
    @media screen and (min-width: 1440px) {
      .index .middle .rrr {
        width: 215px; } }
  .index .middle .rrr2 {
    width: 180px;
    margin-bottom: 30px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 12000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 12000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 12000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 12000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
    @media screen and (min-width: 1250px) {
      .index .middle .rrr2 {
        width: 180px; } }
    @media screen and (min-width: 1440px) {
      .index .middle .rrr2 {
        width: 225px; } }
  .index .middle .one {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 1024px) {
      .index .middle .one {
        height: 300px; } }
    @media screen and (min-width: 1440px) {
      .index .middle .one {
        height: 450px; } }
    @media screen and (min-width: 1700px) {
      .index .middle .one {
        height: 550px; } }
    .index .middle .one i {
      color: white;
      vertical-align: middle;
      padding-bottom: 250px;
      font-size: 25px;
      display: none; }
      @media screen and (min-width: 1000px) {
        .index .middle .one i {
          margin-left: 15px;
          margin-right: -45px;
          display: inline-block; } }
      @media screen and (min-width: 1250px) {
        .index .middle .one i {
          margin-left: 30px;
          margin-right: -45px;
          display: inline-block; } }
      @media screen and (min-width: 1440px) {
        .index .middle .one i {
          padding-left: 10px;
          margin-left: 0; } }
  .index .middle .three {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 1024px) {
      .index .middle .three {
        height: 300px; } }
    @media screen and (min-width: 1440px) {
      .index .middle .three {
        height: 450px; } }
    @media screen and (min-width: 1700px) {
      .index .middle .three {
        height: 550px; } }
    .index .middle .three .equal {
      color: white;
      vertical-align: middle;
      padding-bottom: 250px;
      font-size: 35px;
      display: none; }
      @media screen and (min-width: 1000px) {
        .index .middle .three .equal {
          margin-left: 15px;
          margin-right: -58px;
          display: inline-block; } }
      @media screen and (min-width: 1250px) {
        .index .middle .three .equal {
          margin-left: 30px;
          margin-right: -58px;
          display: inline-block; } }
      @media screen and (min-width: 1440px) {
        .index .middle .three .equal {
          margin-right: -45px;
          padding-left: 15px;
          margin-left: 0; } }
  .index .middle .two {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 1024px) {
      .index .middle .two {
        height: 300px; } }
    @media screen and (min-width: 1440px) {
      .index .middle .two {
        height: 450px; } }
    @media screen and (min-width: 1700px) {
      .index .middle .two {
        height: 550px; } }
    .index .middle .two i {
      color: white;
      vertical-align: middle;
      padding-bottom: 250px;
      font-size: 25px;
      display: none; }
      @media screen and (min-width: 1000px) {
        .index .middle .two i {
          margin-left: 15px;
          margin-right: -45px;
          display: inline-block; } }
      @media screen and (min-width: 1250px) {
        .index .middle .two i {
          margin-left: 30px;
          margin-right: -45px;
          display: inline-block; } }
      @media screen and (min-width: 1440px) {
        .index .middle .two i {
          padding-left: 10px;
          margin-left: 0; } }
  .index .middle .four {
    padding-left: 0;
    padding-right: 0; }
  .index .middle .refresh-detail {
    width: 135px;
    z-index: 999;
    position: absolute;
    margin-left: -155px;
    margin-top: 19px; }
    @media screen and (min-width: 1250px) {
      .index .middle .refresh-detail {
        width: 135px;
        z-index: 999;
        position: absolute;
        margin-left: -159px; } }
    @media screen and (min-width: 1440px) {
      .index .middle .refresh-detail {
        width: 155px;
        margin-left: -191px;
        margin-top: 28px; } }
  .index .middle .recharge-detail {
    width: 140px;
    z-index: 999;
    position: absolute;
    margin-left: -160px;
    margin-top: 20px; }
    @media screen and (min-width: 1250px) {
      .index .middle .recharge-detail {
        width: 137px;
        margin-left: -164px;
        margin-top: 22px; } }
    @media screen and (min-width: 1440px) {
      .index .middle .recharge-detail {
        width: 160px;
        margin-left: -199px;
        margin-top: 33px; } }
  .index .middle .refocus-detail {
    width: 135px;
    z-index: 999;
    position: absolute;
    margin-left: -155px;
    margin-top: 19px; }
    @media screen and (min-width: 1250px) {
      .index .middle .refocus-detail {
        margin-left: -160.5px; } }
    @media screen and (min-width: 1440px) {
      .index .middle .refocus-detail {
        width: 160px;
        margin-left: -193px;
        margin-top: 27px; } }
  .index .middle .return-detail {
    width: 135px;
    z-index: 999;
    position: absolute;
    margin-left: -154px;
    margin-top: 20px; }
    @media screen and (min-width: 1440px) {
      .index .middle .return-detail {
        width: 155px;
        margin-left: -185px;
        margin-top: 31px; } }
.index h5 {
  color: white;
  font-size: 20px;
  font-family: "Smoothy-Sans", sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 65px;
  text-align: center;
  margin-left: 15px;
  display: none; }
  @media screen and (min-width: 768px) {
    .index h5 {
      display: block; } }
.index .extra {
  height: 100px;
  width: 100%; }
.index .cd-scroll {
  display: none; }
  @media screen and (min-width: 1024px) {
    .index .cd-scroll {
      display: block; } }
.index #index-content .graphics {
  max-width: 1000px;
  margin: 0 auto; }
  .index #index-content .graphics .refresh {
    text-align: center; }
    .index #index-content .graphics .refresh .icon {
      width: 130px;
      margin-bottom: 20px;
      margin-top: 40px; }
    .index #index-content .graphics .refresh .phoenetic {
      margin: 0;
      color: #2E7D8D;
      padding-left: 10px;
      font-size: 18px;
      line-height: 1; }
    .index #index-content .graphics .refresh .definition {
      margin-top: 20px;
      width: 90%;
      margin-bottom: 40px; }
      .index #index-content .graphics .refresh .definition p {
        font-size: 13px;
        line-height: 1.2;
        margin: 0 auto 10px; }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.why .brain-mobile {
  display: block;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .why .brain-mobile {
      display: none; } }
  .why .brain-mobile img {
    width: 225px; }
    @media screen and (min-width: 375px) {
      .why .brain-mobile img {
        width: 240px; } }
.why .brain {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: -80px;
  display: none; }
  @media screen and (min-width: 768px) {
    .why .brain {
      display: block;
      margin-top: 15px;
      margin-bottom: 45px; } }
  @media screen and (min-width: 1250px) {
    .why .brain {
      display: block;
      margin-top: -80px;
      margin-bottom: 25px; } }
  .why .brain .sparkles {
    opacity: 0.12; }
    .why .brain .sparkles img {
      position: absolute;
      z-index: 9999;
      margin-left: -150px;
      margin-top: -40px;
      width: 300px; }
  @media screen and (min-width: 1250px) {
    .why .brain .brain-line {
      margin-top: 20px; } }
  @media screen and (min-width: 1440px) {
    .why .brain .brain-line {
      margin-top: 50px; } }
  .why .brain .brain-line .clouds-right {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; }
    @media screen and (min-width: 1440px) {
      .why .brain .brain-line .clouds-right {
        width: 250px; } }
  .why .brain .brain-line .clouds-left {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; }
    @media screen and (min-width: 1440px) {
      .why .brain .brain-line .clouds-left {
        width: 250px; } }
  .why .brain .brain-line .thebrain {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px; }
    @media screen and (min-width: 1440px) {
      .why .brain .brain-line .thebrain {
        width: 500px; } }
  .why .brain .bottom-clouds {
    height: 30px; }
    .why .brain .bottom-clouds .small-left {
      z-index: 9999;
      position: absolute;
      width: 70px;
      margin-left: -180px;
      margin-top: -55px;
      animation: fadeIn 5s infinite alternate; }
      @media screen and (min-width: 1440px) {
        .why .brain .bottom-clouds .small-left {
          width: 130px;
          margin-left: -270px; } }
    .why .brain .bottom-clouds .small-right {
      z-index: 9999;
      position: absolute;
      width: 70px;
      margin-left: 100px;
      margin-top: -55px;
      animation: fadeIn 5s infinite alternate; }
      @media screen and (min-width: 1440px) {
        .why .brain .bottom-clouds .small-right {
          width: 130px;
          margin-left: 140px;
          margin-top: -50px; } }
.why .bottom-stat {
  color: white;
  font-family: "Smoothy-Sans", sans-serif;
  text-align: center;
  margin-top: 20px; }
  @media screen and (min-width: 1250px) {
    .why .bottom-stat {
      margin-top: 0px; } }
  @media screen and (min-width: 1440px) {
    .why .bottom-stat {
      margin-top: 100px; } }
  .why .bottom-stat .detail1 {
    display: inline-block;
    background-color: #8F56A6;
    text-align: center;
    height: 120px;
    vertical-align: middle;
    padding-top: 38px; }
    @media screen and (min-width: 768px) {
      .why .bottom-stat .detail1 {
        padding-top: 30px; } }
    .why .bottom-stat .detail1 h6 {
      font-size: 18px;
      text-transform: capitalize; }
      @media screen and (min-width: 768px) {
        .why .bottom-stat .detail1 h6 {
          font-size: 20px; } }
    .why .bottom-stat .detail1 h4 {
      font-size: 20px;
      text-transform: capitalize; }
      @media screen and (min-width: 768px) {
        .why .bottom-stat .detail1 h4 {
          font-size: 25px; } }
  .why .bottom-stat .detail3 {
    display: inline-block;
    background-color: #8F56A6;
    text-align: center;
    height: 120px;
    vertical-align: middle;
    padding-top: 55px; }
    @media screen and (min-width: 768px) {
      .why .bottom-stat .detail3 {
        padding-top: 50px; } }
    .why .bottom-stat .detail3 h6 {
      font-size: 18px;
      text-transform: capitalize; }
      @media screen and (min-width: 768px) {
        .why .bottom-stat .detail3 h6 {
          font-size: 20px; } }
    .why .bottom-stat .detail3 h4 {
      font-size: 20px;
      text-transform: capitalize; }
      @media screen and (min-width: 768px) {
        .why .bottom-stat .detail3 h4 {
          font-size: 25px; } }
  .why .bottom-stat .detail2 {
    display: inline-block;
    background-color: #7B4890;
    height: 320px;
    vertical-align: middle;
    padding-top: 16px; }
    @media screen and (min-width: 768px) {
      .why .bottom-stat .detail2 {
        padding-top: 12px;
        height: 120px; } }
    .why .bottom-stat .detail2 .left, .why .bottom-stat .detail2 .right {
      display: block;
      text-align: center;
      margin-top: 15px; }
      @media screen and (min-width: 768px) {
        .why .bottom-stat .detail2 .left, .why .bottom-stat .detail2 .right {
          display: inline-block; } }
      .why .bottom-stat .detail2 .left h2, .why .bottom-stat .detail2 .right h2 {
        font-size: 50px;
        text-transform: capitalize;
        line-height: .8; }
      .why .bottom-stat .detail2 .left p, .why .bottom-stat .detail2 .right p {
        font-size: 13px;
        text-transform: capitalize; }
      .why .bottom-stat .detail2 .left h6, .why .bottom-stat .detail2 .right h6 {
        font-size: 15px;
        text-transform: capitalize; }
        @media screen and (min-width: 768px) {
          .why .bottom-stat .detail2 .left h6, .why .bottom-stat .detail2 .right h6 {
            font-size: 15px; } }
    .why .bottom-stat .detail2 .img {
      display: block;
      vertical-align: top;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .why .bottom-stat .detail2 .img {
          display: inline-block;
          padding-bottom: 0; } }
      .why .bottom-stat .detail2 .img img {
        height: 50px; }
        @media screen and (min-width: 768px) {
          .why .bottom-stat .detail2 .img img {
            height: 75px;
            padding-bottom: 15px;
            margin-left: 10px;
            margin-right: 10px; } }
        @media screen and (min-width: 1250px) {
          .why .bottom-stat .detail2 .img img {
            margin-left: 25px; } }
.why h5 {
  color: white;
  font-size: 20px;
  font-family: "Smoothy-Sans", sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 65px;
  text-align: center;
  margin-left: 15px;
  display: none; }
  @media screen and (min-width: 768px) {
    .why h5 {
      display: block; } }
.why #projects-content {
  max-width: 900px;
  margin: 0 auto; }
  .why #projects-content .break-title {
    color: #2E7D8D;
    margin-top: 25px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 20px; }
  .why #projects-content p {
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1024px) {
      .why #projects-content p {
        padding-left: 0;
        padding-right: 0; } }
    .why #projects-content p i {
      font-family: "Lato-BlackItalic", sans-serif; }
.why a.cd-scroll {
  display: none; }
  @media screen and (min-width: 1024px) {
    .why a.cd-scroll {
      display: block; } }

@keyframes fadeIn {
  from {
    opacity: 0; } }
@keyframes slideLeft {
  0% {
    transform: translateX(150%); }
  50% {
    transform: translateX(-8%); }
  65% {
    transform: translateX(4%); }
  80% {
    transform: translateX(-4%); }
  95% {
    transform: translateX(2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%); }
  50% {
    -webkit-transform: translateX(-8%); }
  65% {
    -webkit-transform: translateX(4%); }
  80% {
    -webkit-transform: translateX(-4%); }
  95% {
    -webkit-transform: translateX(2%); }
  100% {
    -webkit-transform: translateX(0%); } }
@keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  50% {
    transform: translateX(8%); }
  65% {
    transform: translateX(-4%); }
  80% {
    transform: translateX(4%); }
  95% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%); }
  50% {
    -webkit-transform: translateX(8%); }
  65% {
    -webkit-transform: translateX(-4%); }
  80% {
    -webkit-transform: translateX(4%); }
  95% {
    -webkit-transform: translateX(-2%); }
  100% {
    -webkit-transform: translateX(0%); } }
.how .middle-how {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  margin-top: -50px; }
  .how .middle-how .mobile {
    display: block; }
    .how .middle-how .mobile h4 {
      font-family: "Lato-Regular", sans-serif;
      font-size: 22px;
      margin-bottom: 5px;
      margin-top: 15px;
      color: #2BBCE3; }
    .how .middle-how .mobile p {
      font-family: "Lato-Light", sans-serif;
      font-size: 16px;
      padding-left: 15px;
      padding-right: 15px;
      color: white;
      padding-top: 15px;
      padding-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .how .middle-how .mobile {
        display: none; } }
  .how .middle-how .senses {
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    border: 1px white dashed;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .how .middle-how .senses {
        margin-top: 0; } }
    @media screen and (min-width: 1024px) {
      .how .middle-how .senses {
        margin-left: 0px;
        margin-right: 0px; } }
    @media screen and (min-width: 1250px) {
      .how .middle-how .senses {
        margin-left: 20px;
        margin-right: 20px;
        width: 140px;
        height: 140px; } }
    @media screen and (min-width: 1440px) {
      .how .middle-how .senses {
        margin-left: 20px;
        margin-right: 20px;
        width: 170px;
        height: 170px; } }
    .how .middle-how .senses .icon1 {
      padding-top: 55px;
      vertical-align: top; }
      @media screen and (min-width: 1250px) {
        .how .middle-how .senses .icon1 {
          padding-top: 40px; } }
      @media screen and (min-width: 1440px) {
        .how .middle-how .senses .icon1 {
          padding-top: 55px; } }
    .how .middle-how .senses .icon2, .how .middle-how .senses .icon3, .how .middle-how .senses .icon4 {
      vertical-align: top;
      padding-top: 30px; }
      @media screen and (min-width: 1250px) {
        .how .middle-how .senses .icon2, .how .middle-how .senses .icon3, .how .middle-how .senses .icon4 {
          padding-top: 18px; } }
      @media screen and (min-width: 1440px) {
        .how .middle-how .senses .icon2, .how .middle-how .senses .icon3, .how .middle-how .senses .icon4 {
          padding-top: 30px; } }
    .how .middle-how .senses .icon5 {
      vertical-align: top;
      padding-top: 30px;
      padding-left: 15px; }
      @media screen and (min-width: 1250px) {
        .how .middle-how .senses .icon5 {
          padding-top: 18px; } }
      @media screen and (min-width: 1440px) {
        .how .middle-how .senses .icon5 {
          padding-top: 30px; } }
  .how .middle-how .senses:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid white;
    border-radius: 100%;
    background: white;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
  .how .middle-how .senses:hover:after {
    opacity: 1; }
  .how .middle-how .text-content {
    display: none; }
  .how .middle-how span.text-content:after {
    cursor: default;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .how .middle-how span.text-content span:after {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .how .middle-how span.text-content {
    cursor: default;
    display: table;
    height: 100%;
    z-index: 888;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    margin-top: 10px;
    text-align: center; }
    .how .middle-how span.text-content h4 {
      font-family: "Lato-Regular", sans-serif;
      font-size: 22px;
      margin-bottom: 5px;
      margin-top: 15px;
      color: #2BBCE3; }
    .how .middle-how span.text-content p {
      font-family: "Lato-Light", sans-serif;
      font-size: 15px;
      padding-left: 14px;
      padding-right: 14px;
      color: #7A7F7F;
      padding-top: 13px; }
      @media screen and (min-width: 1440px) {
        .how .middle-how span.text-content p {
          padding-top: 17px;
          font-size: 17px;
          padding-left: 17px;
          padding-right: 17px; } }
    .how .middle-how span.text-content p.culinary {
      font-family: "Lato-Light", sans-serif;
      font-size: 15px;
      padding-left: 15px;
      padding-right: 15px;
      color: #7A7F7F;
      padding-top: 13px; }
      @media screen and (min-width: 1250px) {
        .how .middle-how span.text-content p.culinary {
          padding-top: 12px;
          padding-left: 6px;
          padding-right: 6px; } }
      @media screen and (min-width: 1440px) {
        .how .middle-how span.text-content p.culinary {
          padding-top: 17px;
          font-size: 17px;
          padding-left: 14px;
          padding-right: 14px; } }
  .how .middle-how .senses:hover span.text-content {
    opacity: 1; }
  .how .middle-how .arrows {
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
    display: none; }
    @media screen and (min-width: 768px) {
      .how .middle-how .arrows {
        display: block; } }
    .how .middle-how .arrows .arrow {
      width: 60px;
      margin-top: 20px;
      margin-left: 90px;
      margin-right: 90px;
      vertical-align: top; }
      @media screen and (min-width: 1250px) {
        .how .middle-how .arrows .arrow {
          width: 40px; } }
      @media screen and (min-width: 1440px) {
        .how .middle-how .arrows .arrow {
          width: 60px; } }
    .how .middle-how .arrows .lightbulb {
      width: 140px;
      padding-top: 20px;
      display: inline; }
      @media screen and (min-width: 1024px) {
        .how .middle-how .arrows .lightbulb {
          width: 160px; } }
      .how .middle-how .arrows .lightbulb .svg {
        margin-top: 30px; }
        @media screen and (min-width: 1250px) {
          .how .middle-how .arrows .lightbulb .svg {
            margin-top: 10px; } }
        @media screen and (min-width: 1440px) {
          .how .middle-how .arrows .lightbulb .svg {
            width: 255px;
            height: 290px;
            margin-top: 30px; } }
  .how .middle-how .change {
    font-size: 24px;
    font-family: "Smoothy-Cursive", cursive;
    padding-top: 25px; }
    .how .middle-how .change p {
      color: white; }
.how h5 {
  color: white;
  font-size: 20px;
  font-family: "Smoothy-Sans", sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 65px;
  text-align: center;
  margin-left: 15px;
  display: none; }
  @media screen and (min-width: 768px) {
    .how h5 {
      display: block; } }
.how a.cd-scroll {
  display: none; }
  @media screen and (min-width: 1024px) {
    .how a.cd-scroll {
      display: block; } }

/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: "Smoothy-Sans", sans-serif;
  color: #26C6DA; }

a {
  text-decoration: none; }

div#social.bottoms {
  bottom: 5px;
  position: absolute;
  text-align: left;
  z-index: 9999; }
  div#social.bottoms .social-icon {
    padding: 0;
    display: inline-block;
    padding-left: 3px; }
    @media screen and (min-width: 768px) {
      div#social.bottoms .social-icon {
        padding-left: 10px; } }
    div#social.bottoms .social-icon i {
      color: white;
      font-size: 30px; }

/* --------------------------------

Navigation

-------------------------------- */
.cd-side-navigation.green::before {
  background-color: #80bd3b; }

.cd-side-navigation.orange::before {
  background-color: #efa700; }

.cd-side-navigation.purple::before {
  background-color: #9a3fbf; }

.cd-side-navigation.blue::before {
  background-color: #1a9ec1; }

.cd-side-navigation {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100vh;
  width: 74px;
  overflow: hidden; }
  .cd-side-navigation::before {
    /* background color of the side navigation */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    opacity: 1; }
  .cd-side-navigation ul {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .cd-side-navigation li {
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px); }
  .cd-side-navigation .logo-container {
    text-align: center;
    display: none; }
    .cd-side-navigation .logo-container svg {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 15px; }
      @media screen and (min-width: 768px) {
        .cd-side-navigation .logo-container svg {
          width: 100px;
          height: 100%;
          padding: 20px;
          margin-left: -8px; } }
  .cd-side-navigation a {
    display: block;
    position: relative;
    padding: 4em 0 1.5em;
    font-size: 1.2rem;
    text-align: center;
    color: white;
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s; }
    .cd-side-navigation a svg {
      /* this is the icon */
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 1.3em; }
      .cd-side-navigation a svg * {
        -webkit-transition: stroke 0.2s;
        -moz-transition: stroke 0.2s;
        transition: stroke 0.2s; }
    .cd-side-navigation a::after {
      /* 4px line to the right of the item - visible on hover */
      content: '';
      position: absolute;
      top: 0;
      right: -4px;
      height: 100%;
      width: 4px;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s;
      pointer-events: none; }
    .no-touch .cd-side-navigation a:hover::after {
      opacity: 1; }
    .cd-side-navigation a.selected.four, .no-touch .cd-side-navigation a.selected.four:hover {
      background-color: #1584a2;
      color: #fff; }
    .cd-side-navigation a.selected.two, .no-touch .cd-side-navigation a.selected.two:hover {
      background-color: #8436a4;
      color: #fff; }
    .cd-side-navigation a.selected.three, .no-touch .cd-side-navigation a.selected.three:hover {
      background-color: #3e5c1d;
      color: #fff; }
    .cd-side-navigation a.selected.one, .no-touch .cd-side-navigation a.selected.one:hover {
      background-color: #cb8e00;
      color: #fff; }
  .cd-side-navigation li:nth-of-type(2) .selected > svg *,
  .cd-side-navigation li:nth-of-type(2) .selected:hover > svg * {
    stroke: #ffd77a;
    fill: #ffd77a; }
  .cd-side-navigation li:nth-of-type(3) .selected > svg *,
  .cd-side-navigation li:nth-of-type(3) .selected:hover > svg * {
    stroke: #ECBEFF;
    fill: #ECBEFF; }
  .cd-side-navigation li:nth-of-type(4) .selected > svg *,
  .cd-side-navigation li:nth-of-type(4) .selected:hover > svg * {
    stroke: none;
    fill: #D3F6AB; }
  .cd-side-navigation li:nth-of-type(5) .selected > svg *,
  .cd-side-navigation li:nth-of-type(5) .selected:hover > svg * {
    stroke: none;
    fill: #26C6DA; }
  .cd-side-navigation li:nth-of-type(2) a::after {
    background-color: #FFBD23; }
  .cd-side-navigation li:nth-of-type(3) a::after {
    background-color: #AE65CC; }
  .cd-side-navigation li:nth-of-type(4) a::after {
    background-color: #99CD5E; }
  .cd-side-navigation li:nth-of-type(5) a::after {
    background-color: #26C6DA; }
  @media only screen and (min-width: 480px) {
    .cd-side-navigation {
      width: 94px; }
      .cd-side-navigation a {
        padding: 4em 0 1.5em;
        font-size: 1.3rem; }
        .cd-side-navigation a svg {
          top: 1.6em; } }

/* --------------------------------

 Main Content

-------------------------------- */
.cd-main {
  height: 100vh;
  overflow: hidden; }

.cd-section {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-left: 70px;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0s 0.5s;
  -moz-transition: -moz-transform 0s 0.5s;
  transition: transform 0s 0.5s; }
  .cd-section.overflow-hidden {
    /* this class is used to hide the scrolling bar while a new section is entering the viewport */
    overflow: hidden; }
  .cd-section header {
    position: relative;
    height: 850px;
    width: 100%;
    background: #FFBD23;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .cd-section header {
        height: 100vh; } }
  .cd-section .container-fluid.indexhead {
    height: 1250px;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      .cd-section .container-fluid.indexhead {
        height: 100vh; } }
  .cd-section .container-fluid.howhead {
    height: 1590px;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      .cd-section .container-fluid.howhead {
        height: 100vh; } }
  .cd-section .container-fluid.whyhead {
    height: 1140px;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      .cd-section .container-fluid.whyhead {
        height: 100vh; } }
  .cd-section .container-fluid.contacthead {
    height: 925px; }
    @media screen and (min-width: 768px) {
      .cd-section .container-fluid.contacthead {
        height: 100vh; } }
  .cd-section.why header {
    background-color: #AE65CC; }
  .cd-section.how header {
    background-color: #99CD5E; }
  .cd-section.contact header {
    background-color: #2BBCE3; }
  .cd-section a.cd-scroll {
    /* this is the arrow at the bottom of the header */
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    height: 70px;
    /* image replacement */
    white-space: nowrap;
    color: white !important;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0s 0.5s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0s 0.5s, visibility 0s 0.5s;
    transition: transform 0s 0.5s, visibility 0s 0.5s;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    background: url("../img/cd-icon-arrow.svg") no-repeat center center; }
    @media screen and (min-width: 768px) {
      .cd-section a.cd-scroll {
        display: block; } }
  .cd-section.visible {
    /* this is the visible/selected section */
    position: relative;
    z-index: 2;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s 0s;
    -moz-transition: -moz-transform 0.5s 0s;
    transition: transform 0.5s 0s; }
    .cd-section.visible .cd-scroll {
      visibility: visible;
      -webkit-transform: translateX(-50%) scale(1);
      -moz-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
      -o-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
      -webkit-transition: -webkit-transform 0.3s 0.5s, visibility 0s 0s;
      -moz-transition: -moz-transform 0.3s 0.5s, visibility 0s 0s;
      transition: transform 0.3s 0.5s, visibility 0s 0s;
      -webkit-animation: cd-scroll-down 1.2s 0.9s;
      -moz-animation: cd-scroll-down 1.2s 0.9s;
      animation: cd-scroll-down 1.2s 0.9s;
      -webkit-animation-iteration-count: 2;
      -moz-animation-iteration-count: 2;
      animation-iteration-count: 2; }
  @media only screen and (min-width: 480px) {
    .cd-section {
      padding-left: 90px; }
      .cd-section .cd-scroll {
        left: -webkit-calc(50vw - (94px - 4px)/2);
        left: calc(50vw - (94px - 4px)/2); } }

@-webkit-keyframes cd-scroll-down {
  0% {
    -webkit-transform: translateX(-50%) scale(1); }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1); }
  100% {
    -webkit-transform: translateX(-50%) scale(1); } }
@-moz-keyframes cd-scroll-down {
  0% {
    -moz-transform: translateX(-50%) scale(1); }
  50% {
    -moz-transform: translateY(10px) translateX(-50%) scale(1); }
  100% {
    -moz-transform: translateX(-50%) scale(1); } }
@keyframes cd-scroll-down {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
    -moz-transform: translateY(10px) translateX(-50%) scale(1);
    -ms-transform: translateY(10px) translateX(-50%) scale(1);
    -o-transform: translateY(10px) translateX(-50%) scale(1);
    transform: translateY(10px) translateX(-50%) scale(1); }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); } }
.cd-title {
  margin-top: 80px;
  left: 0;
  /* this prevents title from jumping when the section scroll bar is visible */
  width: calc(100vw - 90px);
  padding: 1em;
  color: #fff;
  text-align: center;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-80px);
  -moz-transform: translateY(-50%) translateX(-80px);
  -ms-transform: translateY(-50%) translateX(-80px);
  -o-transform: translateY(-50%) translateX(-80px);
  transform: translateY(-50%) translateX(-80px);
  -webkit-transition: -webkit-transform 0s 0.5s, opacity 0s 0.5s;
  -moz-transition: -moz-transform 0s 0.5s, opacity 0s 0.5s;
  transition: transform 0s 0.5s, opacity 0s 0.5s; }
  @media screen and (min-width: 2000px) {
    .cd-title {
      margin-top: 250px; } }
  .cd-title h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-family: "Lato-Bold", sans-serif;
    font-weight: 100; }
    @media screen and (min-width: 1024px) {
      .cd-title h2 {
        font-size: 62px; } }
  .cd-title span {
    opacity: 0.6;
    font-size: 24px;
    font-family: "Smoothy-Cursive", cursive; }
    @media screen and (min-width: 768px) {
      .cd-title span {
        padding-left: 35px;
        padding-right: 20px;
        font-size: 30px; } }
  .visible .cd-title {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.4s 0.3s, opacity 0.4s 0.3s;
    -moz-transition: -moz-transform 0.4s 0.3s, opacity 0.4s 0.3s;
    transition: transform 0.4s 0.3s, opacity 0.4s 0.3s; }
  @media only screen and (min-width: 768px) {
    .cd-title h2 {
      font-size: 5rem; } }

.cd-content {
  padding: 2em 0;
  background-color: #fff; }
  .cd-content .background {
    width: 300px;
    margin: 0 auto; }
    .cd-content .background .watermark {
      position: absolute;
      z-index: 0;
      width: 300px;
      display: none; }
      @media screen and (min-width: 1024px) {
        .cd-content .background .watermark {
          display: block;
          margin-top: 50px; } }
    .cd-content .background .watermark-how {
      position: absolute;
      z-index: 0;
      width: 300px;
      display: none; }
      @media screen and (min-width: 1024px) {
        .cd-content .background .watermark-how {
          display: block;
          margin-top: 500px; } }
  .cd-content h4 {
    font-size: 30px;
    font-family: "Smoothy-Sans", sans-serif;
    color: #2E7D8D;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    display: block; }
    @media screen and (min-width: 768px) {
      .cd-content h4 {
        display: none; } }
  .cd-content .video {
    text-align: center; }
    .cd-content .video video {
      width: 300px; }
      @media screen and (min-width: 768px) {
        .cd-content .video video {
          width: 500px;
          margin-bottom: 50px; } }
      @media screen and (min-width: 1024px) {
        .cd-content .video video {
          width: 800px; } }
  .cd-content p {
    width: 90%;
    max-width: 900px;
    margin: 0 auto 2em;
    font-size: 18px;
    line-height: 1.6;
    color: #505656;
    font-family: "Lato-Regular", sans-serif;
    position: relative;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .cd-content p {
        text-align: left; } }
  .cd-content .bios {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 70px; }
    .cd-content .bios .team {
      margin-bottom: 45px; }
      .cd-content .bios .team .image {
        text-align: center; }
        .cd-content .bios .team .image img {
          width: 200px; }
  @media only screen and (min-width: 768px) {
    .cd-content {
      padding: 4em 0; }
      .cd-content p {
        font-size: 1.6rem; } }

/* --------------------------------

 Loading Bar

-------------------------------- */
#cd-loading-bar {
  position: fixed;
  z-index: 2;
  left: 70px;
  width: 4px;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  #cd-loading-bar.index {
    background-color: #FFBD23; }
  #cd-loading-bar.services {
    background-color: #AE65CC; }
  #cd-loading-bar.projects {
    background-color: #99CD5E; }
  #cd-loading-bar.contact {
    background-color: #26C6DA; }
  #cd-loading-bar.loading {
    visibility: visible; }
  @media only screen and (min-width: 480px) {
    #cd-loading-bar {
      left: 90px; } }

/*# sourceMappingURL=style.css.map */
