html {
  font-size: 1em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased; }

::-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,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.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; }

h1, h2, h3, p {
  margin-top: 0;
  padding: 0 10%; }

h1 {
  font-size: 4.0rem;
  line-height: 1;
  margin-bottom: 0; }

h2 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700; }
  @media screen and (min-width: 769px) {
    h2 {
      font-size: 2.6rem; } }

h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    h3 {
      font-size: 2.3rem; } }

h2 + h3 {
  opacity: 0.7;
  margin-bottom: 30px;
  margin-top: 5px;
  font-size: 1.6rem; }
  @media screen and (min-width: 769px) {
    h2 + h3 {
      font-size: 2.3rem; } }

p {
  font-size: 1.1rem;
  margin-top: 0;
  font-weight: 500;
  font-family: "Karma", serif;
  line-height: 1.5; }
  @media screen and (min-width: 769px) {
    p {
      font-size: 1.2rem; } }

a {
  text-decoration: none;
  transition: opacity 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
  color: #567375; }
  a h2, a h3 {
    color: #36223A; }

.orphan {
  white-space: nowrap; }

.circle-link {
  position: relative;
  background: transparent;
  text-align: center;
  margin: 0 auto 0 auto;
  width: 73px;
  height: 73px; }
  .circle-link .circle {
    width: 65px;
    height: 65px;
    border: 4px solid #e1e8e9;
    border-radius: 200px;
    background-color: transparent;
    z-index: 10;
    position: absolute; }
    .circle-link .circle svg {
      fill: #567375;
      margin-top: 2px;
      width: 35px;
      height: 35px;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .circle-link .circle:hover {
      border-color: #567375; }
  .circle-link .pulse {
    border: 4px solid #e1e8e9;
    background: transparent;
    border-radius: 200px;
    height: 65px;
    width: 65px;
    -webkit-animation: pulse 3s ease-in-out;
    -moz-animation: pulse 3s ease-in-out;
    animation: pulse 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0; }
  .circle-link.play {
    position: absolute;
    top: calc(50% - 105px);
    left: calc(50% - 37px); }
    .circle-link.play .circle {
      border: 4px solid rgba(255, 255, 255, 0.5);
      background: url(../svg/play.svg) 13px 11px no-repeat;
      background-size: 45px auto; }
    .circle-link.play .pulse {
      border: 4px solid rgba(255, 255, 255, 0.75); }
    .circle-link.play:hover .circle {
      border-color: #FFF;
      cursor: pointer; }

@-webkit-keyframes pulse {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.0; }
  25% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.3; }
  50% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }
  75% {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.1; }
  90% {
    opacity: 0.0; }
  100% {
    -ms-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0.0; } }

@keyframes pulse {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.0; }
  25% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.3; }
  50% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }
  75% {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.1; }
  90% {
    opacity: 0.0; }
  100% {
    -ms-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0.0; } }

@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "proxima-nova",sans-serif;
  font-weight: 300;
  background: #F4F4F2;
  color: #36223A; }

.wrapper {
  width: 90%;
  margin: 0 5%; }

.section {
  height: 95vh;
  position: relative; }
  @media screen and (min-width: 667px) {
    .section {
      height: 65vh; } }
  .section.full {
    height: 120vh; }
  @media screen and (orientation: landscape) {
    .section {
      padding: 20vh 0; } }
  .section .container {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
  .section.section-short {
    height: 60vh; }
    @media screen and (min-width: 667px) {
      .section.section-short {
        height: 33vh; } }

.logo {
  color: #36223A;
  font-size: 40px;
  margin: 0 auto;
  text-align: center;
  float: left;
  font-weight: 700; }

#introduction {
  height: 100vh;
  position: relative; }
  @media screen and (min-width: 667px) {
    #introduction {
      height: 93vh; } }
  @media screen and (orientation: landscape) and (max-width: 667px) {
    #introduction {
      height: 86vh; }
      #introduction .play {
        top: calc(50% - 50px); } }
  @media screen and (orientation: landscape) and (min-width: 769px) {
    #introduction {
      min-height: 775px; } }
  @media screen and (orientation: landscape) and (max-width: 769px) {
    #introduction {
      min-height: 340px; } }
  #introduction .image-container {
    background: red;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/intro-feature-sm.jpg) bottom left no-repeat;
    background-size: 100% auto;
    opacity: 0;
    -webkit-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -ms-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in; }
    @media screen and (min-width: 667px) {
      #introduction .image-container {
        background: url(../img/intro-feature.jpg) bottom left no-repeat;
        background-size: cover; } }
    @media screen and (min-width: 667px) {
      #introduction .image-container {
        padding-bottom: 0; } }
    @media screen and (orientation: landscape) and (max-width: 667px) {
      #introduction .image-container {
        background-position: 0 -350px; } }
  @media screen and (min-width: 769px) {
    #introduction .header.sticky {
      background: #FFF;
      box-shadow: 2px 2px 8px rgba(168, 168, 166, 0.15);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 90px;
      z-index: 9999; }
      #introduction .header.sticky .cta-container {
        top: 5px; }
        #introduction .header.sticky .cta-container .kickstarter-cta {
          border-color: #e7e7e6; }
          #introduction .header.sticky .cta-container .kickstarter-cta:hover {
            border-color: #cececd; }
      #introduction .header.sticky .logo {
        background-size: 156px auto;
        top: 20px;
        height: 52px;
        width: 158px; } }
  #introduction .headline {
    position: absolute;
    bottom: 75px;
    left: 0;
    text-align: center;
    background: #36223A;
    color: #FFF;
    width: 100%;
    padding: 20px 0;
    opacity: 0.9; }
    #introduction .headline svg {
      width: 18px;
      height: 18px;
      fill: #FFF;
      opacity: 0.3;
      position: relative;
      top: 0;
      left: auto;
      margin: 0 auto;
      -webkit-animation: caret 2s ease-in-out;
      animation: caret 2s ease-in-out;
      -webkit-animation-iteration-count: 10;
      animation-iteration-count: 10; }

@-webkit-keyframes caret {
  0% {
    opacity: 0.3; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0.3; } }

@keyframes caret {
  0% {
    opacity: 0.3; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0.3; } }
    #introduction .headline h3 {
      margin-bottom: 0;
      font-size: 1.1rem; }
    @media screen and (min-width: 667px) {
      #introduction .headline {
        bottom: 0; }
        #introduction .headline h3 {
          font-size: 1.8rem; } }
    @media screen and (min-width: 769px) {
      #introduction .headline {
        padding: 35px 0 30px 0; }
        #introduction .headline h3 {
          font-size: 2.3rem; } }
    @media screen and (orientation: landscape) and (max-width: 667px) {
      #introduction .headline h3 {
        font-size: 1.3rem; } }
  #introduction .cta-container {
    background: #FFF;
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center; }
    @media screen and (min-width: 667px) {
      #introduction .cta-container {
        top: 25px;
        right: 5%;
        font-size: 18px;
        width: 50%;
        text-align: right;
        background: transparent; } }
    #introduction .cta-container .kickstarter-cta {
      font-weight: 700;
      color: #36223A;
      font-size: 18px;
      border: 3px solid #e7e7e6;
      border-radius: 100px;
      padding: 12px 25px;
      transition: all 0.15s ease-in; }
      #introduction .cta-container .kickstarter-cta:hover {
        border-color: #cececd; }
      @media screen and (min-width: 667px) {
        #introduction .cta-container .kickstarter-cta {
          border-color: rgba(255, 255, 255, 0.5); }
          #introduction .cta-container .kickstarter-cta:hover {
            border-color: #FFF; } }
      #introduction .cta-container .kickstarter-cta svg {
        fill: #36223A;
        width: 25px;
        height: 25px;
        margin-left: 3px;
        position: relative;
        right: 0;
        top: 0;
        opacity: 0.4;
        transition: all 0.1s ease-in; }
      #introduction .cta-container .kickstarter-cta:hover svg {
        opacity: 1;
        right: -4px; }
  #introduction .logo {
    width: 140px;
    height: 72px;
    background: url(../svg/logo.svg) top left no-repeat;
    background-position: -82px top;
    background-size: 216px 72px;
    position: absolute;
    top: 20px;
    left: calc(50% - 70px); }
    @media screen and (min-width: 667px) {
      #introduction .logo {
        position: absolute;
        top: 60px;
        left: 5%;
        top: 30px;
        width: 216px;
        background-position: top left; } }

#meet-siempo {
  background: #F4F4F2; }
  #meet-siempo h2 {
    padding-top: 16vh; }
    @media screen and (max-width: 1140px) {
      #meet-siempo h2 {
        padding-top: 24vh; } }
  #meet-siempo .phone {
    width: 100%;
    height: auto; }
    #meet-siempo .phone img {
      margin: 0 auto;
      width: 100%;
      max-width: 1000px; }
      @media screen and (orientation: landscape) and (max-width: 667px) {
        #meet-siempo .phone img {
          max-width: 65%; } }
  #meet-siempo .phone-animation {
    display: none;
    background: #F4F4F2;
    background-size: auto 100%;
    width: 100%;
    height: auto;
    margin: -15px auto 0 auto;
    position: relative; }
    #meet-siempo .phone-animation .phone-animation-trigger {
      width: 1px;
      height: 1px;
      float: left;
      position: absolute;
      bottom: 20%;
      left: 0; }
    #meet-siempo .phone-animation img {
      width: 175px; }
    @media screen and (min-width: 667px) {
      #meet-siempo .phone-animation {
        height: auto; }
        #meet-siempo .phone-animation img {
          width: 250px; } }
    @media screen and (min-width: 769px) {
      #meet-siempo .phone-animation {
        height: auto; }
        #meet-siempo .phone-animation img {
          width: 300px; } }
    @media screen and (orientation: landscape) and (max-width: 667px) {
      #meet-siempo .phone-animation {
        height: auto; }
        #meet-siempo .phone-animation img {
          width: 150px; } }

#stats-intro h3 {
  margin: 0 auto;
  max-width: 750px; }

#stat,
#stat-alt {
  background: #F4F4F2; }
  #stat .stats-rings,
  #stat-alt .stats-rings {
    height: auto; }
    #stat .stats-rings img,
    #stat-alt .stats-rings img {
      display: none; }
  #stat .stats-circle,
  #stat-alt .stats-circle {
    background: url(../img/stats-circle.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: 275px;
    height: 275px;
    -ms-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
    @media screen and (min-width: 769px) {
      #stat .stats-circle,
      #stat-alt .stats-circle {
        width: 700px;
        height: 700px;
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
    #stat .stats-circle strong,
    #stat-alt .stats-circle strong {
      display: block;
      font-family: "Karma", serif;
      font-weight: 700;
      font-size: 8rem;
      margin-bottom: 145px;
      padding-top: 145px; }
      @media screen and (min-width: 769px) {
        #stat .stats-circle strong,
        #stat-alt .stats-circle strong {
          font-size: 12rem;
          padding-top: 255px;
          margin-bottom: 100px; } }
  #stat span,
  #stat-alt span {
    display: block;
    font-family: "Karma", serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 25px; }
    @media screen and (min-width: 769px) {
      #stat span,
      #stat-alt span {
        font-size: 2rem;
        margin: 0 100px 25px 100px; } }
  #stat a,
  #stat-alt a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    letter-spacing: 2px; }
    #stat a:hover,
    #stat-alt a:hover {
      opacity: 1; }
    #stat a:before, #stat a:after,
    #stat-alt a:before,
    #stat-alt a:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      height: 4px;
      width: 0; }
    #stat a:before,
    #stat-alt a:before {
      left: 0;
      transition: width 0s ease, background .3s ease; }
    #stat a:after,
    #stat-alt a:after {
      right: 0;
      background: #567375;
      opacity: 0.3;
      transition: width .3s ease; }
    #stat a:hover:before,
    #stat-alt a:hover:before {
      width: 100%;
      background: #567375;
      opacity: 0.3;
      transition: width .3s ease; }
    #stat a:hover:after,
    #stat-alt a:hover:after {
      width: 100%;
      background: transparent;
      transition: all 0s ease; }
  @media screen and (min-width: 769px) {
    #stat .stats-rings,
    #stat-alt .stats-rings {
      width: 100%;
      height: 1390px;
      display: block;
      position: relative;
      overflow: hidden;
      text-align: center; }
      #stat .stats-rings img,
      #stat-alt .stats-rings img {
        -webkit-animation: rotating 90s linear infinite;
        -moz-animation: rotating 90s linear infinite;
        -ms-animation: rotating 90s linear infinite;
        -o-animation: rotating 90s linear infinite;
        animation: rotating 90s linear infinite;
        width: 1400px;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: calc(50% - 700px);
        display: block; }
    #stat .stats-circle,
    #stat-alt .stats-circle {
      background: none;
      position: relative;
      top: calc(50% - 350px); } }

#stat-alt {
  background-size: 90% auto; }
  @media screen and (orientation: landscape) {
    #stat-alt {
      background-size: auto 70%; } }
  #stat-alt span {
    padding: 60px 15% 0 15%; }
  @media screen and (min-width: 667px) {
    #stat-alt {
      background: none; }
      #stat-alt span {
        padding: 0; } }

#img-1 {
  background: url(../img/img-1.jpg) center center no-repeat;
  background-size: auto 100%;
  background-size: cover; }
  #img-1 h3 {
    position: relative;
    top: -28vh;
    left: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px; }
  @media screen and (min-width: 667px) {
    #img-1 {
      background-attachment: fixed; }
      #img-1 h3 {
        padding: 0 20%; } }
  @media screen and (orientation: portrait) and (max-width: 769px) {
    #img-1 {
      background-attachment: scroll; } }
  @media screen and (orientation: landscape) and (max-width: 1140px) {
    #img-1 {
      background-attachment: scroll; } }

#img-2 {
  background: url(../img/img-2.jpg) center center no-repeat;
  background-size: auto 100%;
  background-size: cover; }
  @media screen and (min-width: 667px) {
    #img-2 {
      background-attachment: fixed; } }
  @media screen and (orientation: portrait) and (max-width: 769px) {
    #img-2 {
      background-attachment: scroll; } }
  @media screen and (orientation: landscape) and (max-width: 1140px) {
    #img-2 {
      background-attachment: scroll; } }
  #img-2 h3 {
    color: #FFF;
    margin-right: auto;
    margin-left: auto;
    max-width: 650px;
    line-height: 1.3;
    font-size: 1.5rem; }
    @media screen and (min-width: 769px) {
      #img-2 h3 {
        font-size: 2.3rem; } }

#siempo-intro {
  background: none; }
  #siempo-intro h3 {
    font-size: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px; }
    #siempo-intro h3:last-child {
      padding-top: 15px; }
      #siempo-intro h3:last-child:before {
        padding-bottom: 30px;
        content: "";
        display: block;
        border-top: 2px solid #a6bcbe;
        margin: 0 auto;
        width: 80%; }
  @media screen and (min-width: 769px) {
    #siempo-intro {
      background: url(../svg/rings.svg) -270px center no-repeat;
      background-size: auto 850px; }
      #siempo-intro h3 {
        font-size: 2.3em; } }

#features-mobile {
  text-align: center; }
  @media screen and (min-width: 769px) {
    #features-mobile {
      display: none; } }
  #features-mobile .feature-img {
    border-bottom: 1px solid #d1d1c9;
    margin: 0 0 35px 0; }
    #features-mobile .feature-img img {
      max-width: 70%; }
      @media screen and (min-width: 480px) {
        #features-mobile .feature-img img {
          max-width: 50%; } }
  #features-mobile h5 {
    padding: 0 8%; }
  #features-mobile p {
    padding: 0 8%;
    margin-bottom: 47px; }
    @media screen and (min-width: 480px) {
      #features-mobile p {
        padding: 0 20%; } }

#features-one,
#features-two,
#features-three {
  height: 85vh; }
  #features-one .feature-text,
  #features-two .feature-text,
  #features-three .feature-text {
    width: 32%;
    text-align: left;
    position: absolute;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto; }
    #features-one .feature-text p,
    #features-two .feature-text p,
    #features-three .feature-text p {
      padding: 0; }
    #features-one .feature-text h2,
    #features-two .feature-text h2,
    #features-three .feature-text h2 {
      padding: 0;
      line-height: 1.1; }
  @media screen and (max-width: 769px) {
    #features-one,
    #features-two,
    #features-three {
      display: none; } }

#features-one {
  background-color: #567375;
  background-image: url(../img/Phone2.png),url(../img/texture.jpg);
  background-position: 22% center, 22% center, center center;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: auto auto, auto auto, cover;
  background-attachment: fixed;
  color: #FFF; }
  #features-one .feature-text {
    left: calc(22% + 280px);
 }
    @media screen and (min-width: 1140px) {
      #features-one .feature-text {
        left: calc(22% + 320px); } }
  @media screen and (orientation: landscape) and (max-width: 1140px) {
    #features-one {
      background-attachment: scroll; } }
  @media screen and (orientation: portrait) and (max-width: 1140px) {
    #features-one {
      background-attachment: scroll; } }

#features-two {
  background-image: url(../img/Phone3.png);
  background-position: 78% center, 78% center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto auto, auto auto;
  background-attachment: fixed; }
  #features-two .feature-text {
    right: calc(22% + 280px);
    text-align: right;
    margin-top: -100px; }
    @media screen and (min-width: 1140px) {
      #features-two .feature-text {
        right: calc(22% + 320px); } }
  @media screen and (orientation: landscape) and (max-width: 1140px) {
    #features-two {
      background-attachment: scroll; } }
  @media screen and (orientation: portrait) and (max-width: 1140px) {
    #features-two {
      background-attachment: scroll; } }

#features-three {
  background-image: url(../img/Phone4.png), url(../img/texture.jpg);
  background-position: 22% center, 22% center, center center;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: auto auto, auto auto, cover;
  background-attachment: fixed;
  color: #FFF; }
  #features-three .feature-text {
    left: calc(22% + 280px);
    margin-top: -130px; }
    @media screen and (min-width: 1140px) {
      #features-three .feature-text {
        left: calc(22% + 320px); } }
  @media screen and (orientation: landscape) and (max-width: 1140px) {
    #features-three {
      background-attachment: scroll; } }
  @media screen and (orientation: portrait) and (max-width: 1140px) {
    #features-three {
      background-attachment: scroll; } }

#siempo-cta {
  background: #36223A url(../svg/rings-lg.svg) center center no-repeat;
  background-size: auto 155%;
  color: #FFF;
  height: 80vh; }
  @media screen and (min-width: 667px) {
    #siempo-cta {
      height: 45vh; } }
  @media screen and (orientation: landscape) and (max-width: 769px) {
    #siempo-cta {
      height: 80vh; } }
  @media screen and (orientation: portrait) and (max-width: 769px) {
    #siempo-cta {
      height: 80vh; } }
  @media screen and (min-width: 667px) {
    #siempo-cta {
      height: 45vh; } }
  #siempo-cta p {
    opacity: 0.7;
    margin: 0 auto;
    max-width: 630px; }
  #siempo-cta .cta-text {
    position: relative;
    top: -15vh;
    left: auto; }
  #siempo-cta h2 {
    margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    #siempo-cta h2 {
      margin-bottom: 40px; }
    #siempo-cta p {
      padding: 0 17%; } }

#kickstarter {
  background: #FFF; }
  #kickstarter h2 {
    padding-top: 30px; }
  #kickstarter h3 {
    margin-right: auto;
    margin-left: auto;
    max-width: 700px; }
  @media screen and (max-width: 1140px) {
    #kickstarter {
      padding: 20px 0 30px 0; } }
  @media screen and (orientation: landscape) and (max-width: 1140px) {
    #kickstarter {
      padding: 70px 0 90px 0; } }
  @media screen and (orientation: landscape) and (max-width: 667px) {
    #kickstarter {
      padding: 60px 0 140px 0; } }

@media screen and (max-width: 1140px) {
  #contact {
    height: 90vh; } }

@media screen and (max-width: 667px) {
  #contact {
    height: 120vh; } }

@media screen and (orientation: landscape) and (max-width: 667px) {
  #contact {
    height: 160vh; } }

#contact #mark-secondary {
  fill: #567375;
  width: 125px;
  height: auto;
  margin: 0 0 45px 0; }
  @media screen and (max-width: 667px) {
    #contact #mark-secondary {
      width: 90px;
      height: 90px;
      margin-bottom: 30px; } }

#contact p {
  margin: 0 auto 10px auto;
  max-width: 600px; }
  @media screen and (min-width: 769px) {
    #contact p {
      margin: 0 auto 20px auto; } }

#contact .input-container {
  width: 100%;
  position: relative;
  padding-top: 5px;
  margin: 0 auto;
  width: 80%; }
  @media screen and (min-width: 769px) {
    #contact .input-container {
      max-width: 600px; } }

#contact label {
  font-weight: 700;
  color: #a8a8a6;
  font-size: 18px;
  position: absolute;
  top: 31px;
  left: 17px;
  padding: 0 5px;
  transition: top 0.1s, font-size 0.1s;
  opacity: 0; }
  #contact label.active {
    top: -7px;
    font-size: 14px;
    background: #F4F4F2;
    opacity: 1; }

#contact input {
  outline: none;
  -webkit-appearance: none;
  border: 2px solid #c1c1c0;
  line-height: 65px;
  padding: 0 20px;
  height: 65px;
  margin-bottom: 15px;
  color: #36223A;
  border-radius: 5px;
  font-size: 18px;
  background: transparent;
  width: calc(100% - 44px);
  font-weight: 700; }
  @media screen and (max-width: 480px) {
    #contact input {
      height: 50px;
      line-height: 50px;
      font-size: 16px; } }
  #contact input:hover {
    border-color: #a8a8a6; }
  #contact input:focus {
    border-color: #36223A; }
  #contact input:active {
    border-color: #a8a8a6; }
  #contact input.error {
    border-color: #eb6262; }
  #contact input::-webkit-input-placeholder {
    color: #a8a8a6;
    font-weight: 700; }
  #contact input::-moz-placeholder {
    color: #a8a8a6;
    font-weight: 700; }
  #contact input:-ms-input-placeholder {
    color: #a8a8a6;
    font-weight: 700; }
  #contact input::placeholder {
    color: #a8a8a6;
    font-weight: 700; }
  #contact input:-webkit-autofill, #contact input:-webkit-autofill:hover, #contact input:-webkit-autofill:focus, #contact input:-webkit-autofill {
    -webkit-text-fill-color: #36223A;
    -webkit-box-shadow: 0 0 0px 1000px #F4F4F2 inset; }

#contact .cta-container {
  width: 100%;
  position: relative;
  text-align: center;
  top: 10px; }
  #contact .cta-container .submit {
    font-weight: 700;
    color: #36223A;
    font-size: 18px;
    border: 3px solid #FFF;
    border-radius: 100px;
    padding: 9px 25px;
    transition: all 0.15s ease-in;
    background: transparent;
    height: 52px; }
    #contact .cta-container .submit:hover {
      border-color: #36223A; }
    #contact .cta-container .submit svg {
      fill: #36223A;
      width: 25px;
      height: 25px;
      margin-left: 3px;
      position: relative;
      right: 0;
      top: 0;
      opacity: 0.4;
      transition: all 0.1s ease-in; }
    #contact .cta-container .submit:hover svg {
      opacity: 1;
      right: -4px; }

#contact #mailchimp-api-result {
  color: red;
  font-weight: 700;
  line-height: 2em;
  background: #36223A;
  color: #FFF;
  display: inline-block;
  margin: 0 auto 40px auto;
  position: relative;
  top: 20px;
  left: auto;
  border-radius: 5px;
  text-align: center;
  padding: 0 14px; }

.footer-container {
  background: #36223A; }
  .footer-container footer {
    padding: 45px 0 40px 0; }
  .footer-container .logo {
    color: #FFF;
    float: none;
    width: 130px;
    height: 40px;
    overflow: hidden;
    position: relative;
    margin-top: -5px; }
    .footer-container .logo svg {
      width: 216px;
      height: 72px;
      position: absolute;
      left: -88px;
      top: -16px;
      fill: #FFF; }
    @media screen and (min-width: 667px) {
      .footer-container .logo {
        float: left; } }
  .footer-container ul {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 667px) {
      .footer-container ul {
        float: right;
        margin: 0; } }
    .footer-container ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700; }
      @media screen and (min-width: 667px) {
        .footer-container ul li {
          display: inline-block;
          margin-left: 30px; } }
      .footer-container ul li a {
        color: #FFF;
        opacity: 0.7;
        position: relative;
        padding-bottom: 5px; }
        .footer-container ul li a:hover {
          opacity: 1; }
        .footer-container ul li a:before, .footer-container ul li a:after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          height: 4px;
          width: 0; }
        .footer-container ul li a:before {
          left: 0;
          transition: width 0s ease, background .3s ease; }
        .footer-container ul li a:after {
          right: 0;
          background: #FFF;
          opacity: 0.3;
          transition: width .3s ease; }
        .footer-container ul li a:hover:before {
          width: 100%;
          background: #FFF;
          opacity: 0.3;
          transition: width .3s ease; }
        .footer-container ul li a:hover:after {
          width: 100%;
          background: transparent;
          transition: all 0s ease; }

.overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 11;
  opacity: 0;
  left: -100%;
  transition: opacity .5s;
  -webkit-transition: opacity .5s; }

.video-container {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 667px) {
    .video-container {
      width: calc(95% - 130px); } }

.close {
  width: 30px;
  fill: white;
  position: absolute;
  right: 35px;
  top: 30px; }

.close:hover {
  fill: rgba(255, 255, 255, 0.5);
  cursor: pointer; }

.show {
  opacity: 1; }
