html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
html,
body {
  font-family: 'Lora', serif;
  font-weight: 400;
}
div,
p,
span,
li,
small,
label,
input,
select,
button,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: 700;
}
.intro__heading {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 6rem;
  color: #15bddd;
  line-height: 1.16666666666667;
}
.challenges__intro {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #2e2f2f;
  line-height: 1.375;
}
.challenges__heading,
.why__heading {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 4.8rem;
  color: #2e2f2f;
  line-height: 1.20833333333333;
}
.colophone__heading,
.colophone__copy,
.intro__copy {
  font-family: 'Lora', serif;
  font-weight: 400;
  color: #2e2f2f;
}
.colophone__heading p,
.colophone__copy p,
.intro__copy p {
  line-height: 1.72;
}
.colophone__heading p + p,
.colophone__copy p + p,
.intro__copy p + p {
  margin-top: 3.4rem;
}
.colophone__heading p a,
.colophone__copy p a,
.intro__copy p a {
  text-decoration: none;
  color: #2e2f2f;
  border-style: solid;
  border-color: #15bddd;
  will-change: color;
  -webkit-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .colophone__heading a,
  .colophone__copy a,
  .intro__copy a {
    border-bottom-width: 0.3rem;
  }
  .colophone__heading a:active,
  .colophone__copy a:active,
  .intro__copy a:active {
    color: #15bddd;
  }
}
@media only screen and (min-width: 781px) {
  .colophone__heading a,
  .colophone__copy a,
  .intro__copy a {
    border-bottom-width: 0.1rem;
  }
  .colophone__heading a:hover,
  .colophone__copy a:hover,
  .intro__copy a:hover {
    color: #15bddd;
  }
  .colophone__heading a:active,
  .colophone__copy a:active,
  .intro__copy a:active {
    color: #09a5c3;
  }
}
.signup__legal,
.signup__instruction {
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4444;
}
.signup__legal a,
.signup__instruction a {
  color: #fff;
  border-style: solid;
  border-color: #76e9ff;
  border-bottom-width: 0.1rem solid #76e9ff;
  text-decoration: none;
  will-change: color;
  -webkit-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .signup__legal a,
  .signup__instruction a {
    border-bottom-width: 0.3rem;
  }
  .signup__legal a:active,
  .signup__instruction a:active {
    color: #76e9ff;
  }
}
@media only screen and (min-width: 781px) {
  .signup__legal a,
  .signup__instruction a {
    border-bottom-width: 0.1rem;
  }
  .signup__legal a:hover,
  .signup__instruction a:hover {
    color: #76e9ff;
  }
  .signup__legal a:active,
  .signup__instruction a:active {
    color: #09a5c3;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}
html {
  font-size: 10px;
}
body {
  font-size: 10px;
}
.container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  *zoom: 1;
  max-width: 121.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container:before {
  content: '';
  display: table;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 780px) {
  .container {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .container {
    padding: 0 4rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 850px), (min-resolution: 192dpi) and (max-device-width: 850px) {
  html {
    font-size: 5px;
  }
}
.visible-desktop-block {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .visible-desktop-block {
    display: block;
  }
}
.visible-desktop-inline {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .visible-desktop-inline {
    display: inline;
  }
}
.visible-desktop-inline-block {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .visible-desktop-inline-block {
    display: inline-block;
  }
}
.visible-mobile-block {
  display: none;
}
@media only screen and (max-width: 780px) {
  .visible-mobile-block {
    display: block;
  }
}
.visible-mobile-inline {
  display: none;
}
@media only screen and (max-width: 780px) {
  .visible-mobile-inline {
    display: inline;
  }
}
.visible-mobile-inline-block {
  display: none;
}
@media only screen and (max-width: 780px) {
  .visible-mobile-inline-block {
    display: inline-block;
  }
}
@media only screen and (max-width: 780px) {
  .hidden-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none;
  }
}
.challenge__day,
.results__date {
  font-family: 'Nunito', sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.challenges__heading,
.why__heading,
.page-nav a {
  position: relative;
}
.challenges__heading:before,
.why__heading:before,
.page-nav a:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 1.6rem solid #15bddd;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
@media only screen and (max-width: 780px) {
  .challenges__heading:before,
  .why__heading:before,
  .page-nav a:before {
    top: -4rem;
  }
}
@media only screen and (min-width: 781px) {
  .challenges__heading:before,
  .why__heading:before,
  .page-nav a:before {
    top: -2.5rem;
  }
}
.gallery .control-operator:target ~ .controls .control-button {
  background-color: transparent;
}
.gallery .control-button:first-of-type,
.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5) {
  background-color: #1685a3;
}
.gallery .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.gallery .item:first-of-type {
  position: static;
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery .control-operator {
  display: none;
}
.gallery .control-operator:target ~ .item {
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
.gallery .control-operator:target ~ .controls .control-button {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.items-2.autoplay .control-button {
  -webkit-animation: controlAnimation-2 14s infinite;
  -moz-animation: controlAnimation-2 14s infinite;
  -o-animation: controlAnimation-2 14s infinite;
  -ms-animation: controlAnimation-2 14s infinite;
  animation: controlAnimation-2 14s infinite;
}
@media only screen and (max-width: 780px) {
  .items-2.autoplay .control-button {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
  }
}
.items-2.autoplay .item {
  -webkit-animation: galleryAnimation-2 14s infinite;
  -moz-animation: galleryAnimation-2 14s infinite;
  -o-animation: galleryAnimation-2 14s infinite;
  -ms-animation: galleryAnimation-2 14s infinite;
  animation: galleryAnimation-2 14s infinite;
}
@media only screen and (max-width: 780px) {
  .items-2.autoplay .item {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
  }
}
.items-2 .control-button:nth-of-type(1),
.items-2 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  -ms-animation-delay: -2s;
  animation-delay: -2s;
}
.items-2 .control-button:nth-of-type(2),
.items-2 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.items-3.autoplay .control-button {
  -webkit-animation: controlAnimation-3 21s infinite;
  -moz-animation: controlAnimation-3 21s infinite;
  -o-animation: controlAnimation-3 21s infinite;
  -ms-animation: controlAnimation-3 21s infinite;
  animation: controlAnimation-3 21s infinite;
}
@media only screen and (max-width: 780px) {
  .items-3.autoplay .control-button {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
  }
}
.items-3.autoplay .item {
  -webkit-animation: galleryAnimation-3 21s infinite;
  -moz-animation: galleryAnimation-3 21s infinite;
  -o-animation: galleryAnimation-3 21s infinite;
  -ms-animation: galleryAnimation-3 21s infinite;
  animation: galleryAnimation-3 21s infinite;
}
@media only screen and (max-width: 780px) {
  .items-3.autoplay .item {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
  }
}
.items-3 .control-button:nth-of-type(1),
.items-3 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  -ms-animation-delay: -2s;
  animation-delay: -2s;
}
.items-3 .control-button:nth-of-type(2),
.items-3 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}
.items-3 .control-button:nth-of-type(3),
.items-3 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.items-4.autoplay .control-button {
  -webkit-animation: controlAnimation-4 28s infinite;
  -moz-animation: controlAnimation-4 28s infinite;
  -o-animation: controlAnimation-4 28s infinite;
  -ms-animation: controlAnimation-4 28s infinite;
  animation: controlAnimation-4 28s infinite;
}
@media only screen and (max-width: 780px) {
  .items-4.autoplay .control-button {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
  }
}
.items-4.autoplay .item {
  -webkit-animation: galleryAnimation-4 28s infinite;
  -moz-animation: galleryAnimation-4 28s infinite;
  -o-animation: galleryAnimation-4 28s infinite;
  -ms-animation: galleryAnimation-4 28s infinite;
  animation: galleryAnimation-4 28s infinite;
}
@media only screen and (max-width: 780px) {
  .items-4.autoplay .item {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
  }
}
.items-4 .control-button:nth-of-type(1),
.items-4 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  -ms-animation-delay: -2s;
  animation-delay: -2s;
}
.items-4 .control-button:nth-of-type(2),
.items-4 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}
.items-4 .control-button:nth-of-type(3),
.items-4 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.items-4 .control-button:nth-of-type(4),
.items-4 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -moz-animation-delay: 19s;
  -o-animation-delay: 19s;
  -ms-animation-delay: 19s;
  animation-delay: 19s;
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.items-5.autoplay .control-button {
  -webkit-animation: controlAnimation-5 35s infinite;
  -moz-animation: controlAnimation-5 35s infinite;
  -o-animation: controlAnimation-5 35s infinite;
  -ms-animation: controlAnimation-5 35s infinite;
  animation: controlAnimation-5 35s infinite;
}
@media only screen and (max-width: 780px) {
  .items-5.autoplay .control-button {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
  }
}
.items-5.autoplay .item {
  -webkit-animation: galleryAnimation-5 35s infinite;
  -moz-animation: galleryAnimation-5 35s infinite;
  -o-animation: galleryAnimation-5 35s infinite;
  -ms-animation: galleryAnimation-5 35s infinite;
  animation: galleryAnimation-5 35s infinite;
}
@media only screen and (max-width: 780px) {
  .items-5.autoplay .item {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
  }
}
.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  -ms-animation-delay: -2s;
  animation-delay: -2s;
}
.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}
.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -moz-animation-delay: 19s;
  -o-animation-delay: 19s;
  -ms-animation-delay: 19s;
  animation-delay: 19s;
}
.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -moz-animation-delay: 26s;
  -o-animation-delay: 26s;
  -ms-animation-delay: 26s;
  animation-delay: 26s;
}
@-moz-keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
  14.3%, 50% {
    color: #fff;
    color: rgba(255,255,255,0.8);
  }
  64.3%, 100% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
}
@-webkit-keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
  14.3%, 50% {
    color: #fff;
    color: rgba(255,255,255,0.8);
  }
  64.3%, 100% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
}
@-o-keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
  14.3%, 50% {
    color: #fff;
    color: rgba(255,255,255,0.8);
  }
  64.3%, 100% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
}
@keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
  14.3%, 50% {
    color: #fff;
    color: rgba(255,255,255,0.8);
  }
  64.3%, 100% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
}
@-moz-keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  14.3%, 50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  64.3%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  14.3%, 50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  64.3%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  14.3%, 50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  64.3%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  14.3%, 50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  64.3%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes controlAnimation-3 {
  0% {
    background-color: transparent;
  }
  9.5%, 33.3% {
    background-color: #1685a3;
  }
  42.9%, 100% {
    background-color: transparent;
  }
}
@-webkit-keyframes controlAnimation-3 {
  0% {
    background-color: transparent;
  }
  9.5%, 33.3% {
    background-color: #1685a3;
  }
  42.9%, 100% {
    background-color: transparent;
  }
}
@-o-keyframes controlAnimation-3 {
  0% {
    background-color: transparent;
  }
  9.5%, 33.3% {
    background-color: #1685a3;
  }
  42.9%, 100% {
    background-color: transparent;
  }
}
@keyframes controlAnimation-3 {
  0% {
    background-color: transparent;
  }
  9.5%, 33.3% {
    background-color: #1685a3;
  }
  42.9%, 100% {
    background-color: transparent;
  }
}
@-moz-keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  9.5%, 33.3% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  42.9%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  9.5%, 33.3% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  42.9%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  9.5%, 33.3% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  42.9%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  9.5%, 33.3% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  42.9%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
  7.1%, 25% {
    color: #fff;
    color: rgba(255,255,255,0.8);
  }
  32.1%, 100% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
}
@-webkit-keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
  7.1%, 25% {
    color: #fff;
    color: rgba(255,255,255,0.8);
  }
  32.1%, 100% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
}
@-o-keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
  7.1%, 25% {
    color: #fff;
    color: rgba(255,255,255,0.8);
  }
  32.1%, 100% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
}
@keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
  7.1%, 25% {
    color: #fff;
    color: rgba(255,255,255,0.8);
  }
  32.1%, 100% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
}
@-moz-keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  7.1%, 25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  32.1%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  7.1%, 25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  32.1%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  7.1%, 25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  32.1%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  7.1%, 25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  32.1%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
  5.7%, 20% {
    color: #fff;
    color: rgba(255,255,255,0.8);
  }
  25.7%, 100% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
}
@-webkit-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
  5.7%, 20% {
    color: #fff;
    color: rgba(255,255,255,0.8);
  }
  25.7%, 100% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
}
@-o-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
  5.7%, 20% {
    color: #fff;
    color: rgba(255,255,255,0.8);
  }
  25.7%, 100% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
}
@keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
  5.7%, 20% {
    color: #fff;
    color: rgba(255,255,255,0.8);
  }
  25.7%, 100% {
    color: #ccc;
    color: rgba(255,255,255,0.4);
  }
}
@-moz-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  5.7%, 20% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  25.7%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  5.7%, 20% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  25.7%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  5.7%, 20% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  25.7%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  5.7%, 20% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  25.7%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.form:after,
[class*="form--"]:after,
.form__content:after,
.form__group:after,
body.demo .form--add__group:after {
  content: "";
  display: table;
  clear: both;
}
.colophone__heading,
.colophone__copy,
.intro__copy {
  font-size: 1.6rem;
  line-height: 1.44;
}
.form__content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.challenge__background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.form__input,
.signup__text-input,
.signup__button,
.minutes,
.hours,
.confirmation-code,
body.demo .form--add__input--submit {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0 none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.demo .form--add__input--submit {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 none;
  border: none;
  text-align: center;
  cursor: pointer;
}
.challenges {
  background-image: url("../images/triangles-orange.svg");
  background-repeat: repeat-y;
  background-position: center center;
  display: block;
  margin-bottom: 10rem;
  padding-top: 12rem;
}
.challenges__heading {
  text-align: center;
  margin: 0 auto 1.5rem;
}
@media only screen and (max-width: 940px) {
  .challenges__heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .challenges__heading {
    margin-top: 8rem;
  }
}
.challenges__intro {
  text-align: center;
  margin: 0 auto 6.4rem;
}
@media only screen and (max-width: 940px) {
  .challenges__intro {
    font-size: 3.2rem;
    max-width: 56.8rem;
  }
}
@media only screen and (min-width: 941px) {
  .challenges__intro {
    max-width: 46.4rem;
  }
}
.challenges__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 101.50000000000001rem;
  margin: 0 auto;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media only screen and (max-width: 940px) {
  .challenge__background {
    position: relative;
  }
  .challenge__background:before {
    content: "";
    display: block;
    padding-top: 66.531%;
  }
  .challenge__background > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 941px) {
  .challenge__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 940px) {
  .challenge__content {
    padding: 7rem 6rem 5rem;
  }
}
.challenge__heading {
  position: absolute;
  color: #fff;
  line-height: 1;
}
.is-inactive .challenge__heading {
  color: #747a7b;
}
@media only screen and (max-width: 940px) {
  .challenge__heading {
    display: none;
    bottom: 4rem;
    left: 6rem;
    font-size: 5.4rem;
  }
  .is-inactive .challenge__heading {
    display: block;
  }
}
@media only screen and (min-width: 941px) {
  .challenge__heading {
    bottom: 2rem;
    left: 3.5rem;
    font-size: 4.8rem;
  }
}
.challenge__day {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: middle;
  border: 0.4rem solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.challenge__day span {
  display: block;
}
.is-today .challenge__day {
  border-width: 1rem;
}
@media only screen and (max-width: 940px) {
  .challenge__day {
    top: 4rem;
    left: 6rem;
    width: 11.4rem;
    height: 11.4rem;
    font-size: 2.4rem;
  }
  .challenge__day span {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 941px) {
  .challenge__day {
    top: 3.4rem;
    left: 3rem;
    width: 6.8rem;
    height: 6.8rem;
    font-size: 1.5rem;
  }
  .challenge__day span {
    font-size: 2rem;
  }
  .is-today .challenge__day {
    width: 8rem;
    height: 8rem;
  }
}
.challenge__details {
  color: #fff;
  -webkit-transition: top 0.25s ease;
  -moz-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  -ms-transition: top 0.25s ease;
  transition: top 0.25s ease;
}
.challenge:hover .challenge__details {
  top: 0;
}
.challenge.is-inactive:hover .challenge__details {
  top: 32.9rem;
}
@media only screen and (min-width: 941px) {
  .challenge__details {
    position: absolute;
    top: 32.9rem;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4.5rem 5rem 0;
  }
}
.challenge__details__heading {
  font-family: 'Lora', serif;
  display: inline-block;
}
@media only screen and (max-width: 940px) {
  .challenge__details__heading {
    display: block;
    margin-bottom: 1.8rem;
    font-size: 5.4rem;
    font-weight: 400;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.1);
  }
}
@media only screen and (min-width: 941px) {
  .challenge__details__heading {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 1rem 2rem 0;
  }
}
.challenge__length {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 940px) {
  .challenge__length {
    font-size: 2.4rem;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    margin-bottom: 4.6rem;
  }
}
@media only screen and (min-width: 941px) {
  .challenge__length {
    font-size: 1.5rem;
  }
}
.challenge__description {
  font-family: 'Lora', serif;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 940px) {
  .challenge__description {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 3.6rem;
  }
}
@media only screen and (min-width: 941px) {
  .challenge__description {
    font-size: 1.8rem;
    line-height: 1.33334;
    margin-bottom: 2.4rem;
  }
}
.challenge__listen {
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  background-color: rgba(47,47,47,0.22);
  border: none;
  padding: 0 3rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  will-change: background;
  -webkit-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.challenge__listen svg {
  fill: #fff;
}
@media only screen and (max-width: 940px) {
  .challenge__listen {
    font-size: 3rem;
    -webkit-border-radius: 6rem;
    border-radius: 6rem;
    height: 12rem;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .challenge__listen:active {
    background-color: rgba(47,47,47,0.34);
  }
  .challenge__listen svg {
    width: 5.2rem;
    height: 5.2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 941px) {
  .challenge__listen {
    font-size: 1.5rem;
    -webkit-border-radius: 2.4rem;
    border-radius: 2.4rem;
    height: 4.8rem;
  }
  .challenge__listen:hover {
    background-color: rgba(47,47,47,0.34);
  }
  .challenge__listen:active {
    background-color: rgba(47,47,47,0.9);
  }
  .challenge__listen svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
  }
}
.challenge:nth-of-type(1) {
  background-color: #fc9700;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.challenge:nth-of-type(1) .challenge__background {
  background-image: url("../images/challenge-orang.png");
}
.challenge:nth-of-type(1) .challenge__day {
  color: #fff;
  border-color: #fff;
}
.challenge:nth-of-type(1).is-inactive {
  background-color: #eef2f3;
  cursor: default;
}
.challenge:nth-of-type(1).is-inactive .challenge__background {
  background-image: none;
}
.challenge:nth-of-type(1).is-inactive .challenge__day {
  color: #fc9700;
  border: 0.4rem solid #fc9700;
}
@media only screen and (max-width: 940px) {
  .challenge:nth-of-type(1) {
    height: auto;
    margin-bottom: 5rem;
  }
  .challenge:nth-of-type(1).is-inactive {
    width: 100%;
    height: 31.4rem;
    margin-bottom: 3rem;
  }
  .challenge:nth-of-type(1).is-inactive .challenge__details {
    display: none;
  }
}
@media only screen and (min-width: 941px) {
  .challenge:nth-of-type(1) {
    height: 32.6rem;
    flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (3rem - 3rem * 1/2));
    margin-bottom: 3rem;
  }
  .challenge:nth-of-type(1):nth-child(n) {
    margin-right: 3rem;
  }
  .challenge:nth-of-type(1):last-child {
    margin-right: 0;
  }
  .challenge:nth-of-type(1):nth-child(2n) {
    margin-right: 0;
  }
  .challenge:nth-of-type(1) .challenge__details {
    background-color: #fc9700;
  }
}
.challenge:nth-of-type(2) {
  background-color: #f05247;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.challenge:nth-of-type(2) .challenge__background {
  background-image: url("../images/challenge-red.png");
}
.challenge:nth-of-type(2) .challenge__day {
  color: #fff;
  border-color: #fff;
}
.challenge:nth-of-type(2).is-inactive {
  background-color: #eef2f3;
  cursor: default;
}
.challenge:nth-of-type(2).is-inactive .challenge__background {
  background-image: none;
}
.challenge:nth-of-type(2).is-inactive .challenge__day {
  color: #f05247;
  border: 0.4rem solid #f05247;
}
@media only screen and (max-width: 940px) {
  .challenge:nth-of-type(2) {
    height: auto;
    margin-bottom: 5rem;
  }
  .challenge:nth-of-type(2).is-inactive {
    width: 100%;
    height: 31.4rem;
    margin-bottom: 3rem;
  }
  .challenge:nth-of-type(2).is-inactive .challenge__details {
    display: none;
  }
}
@media only screen and (min-width: 941px) {
  .challenge:nth-of-type(2) {
    height: 32.6rem;
    flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (3rem - 3rem * 1/2));
    margin-bottom: 3rem;
  }
  .challenge:nth-of-type(2):nth-child(n) {
    margin-right: 3rem;
  }
  .challenge:nth-of-type(2):last-child {
    margin-right: 0;
  }
  .challenge:nth-of-type(2):nth-child(2n) {
    margin-right: 0;
  }
  .challenge:nth-of-type(2) .challenge__details {
    background-color: #f05247;
  }
}
.challenge:nth-of-type(3) {
  background-color: #ef5492;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.challenge:nth-of-type(3) .challenge__background {
  background-image: url("../images/challenge-pink.png");
}
.challenge:nth-of-type(3) .challenge__day {
  color: #fff;
  border-color: #fff;
}
.challenge:nth-of-type(3).is-inactive {
  background-color: #eef2f3;
  cursor: default;
}
.challenge:nth-of-type(3).is-inactive .challenge__background {
  background-image: none;
}
.challenge:nth-of-type(3).is-inactive .challenge__day {
  color: #ef5492;
  border: 0.4rem solid #ef5492;
}
@media only screen and (max-width: 940px) {
  .challenge:nth-of-type(3) {
    height: auto;
    margin-bottom: 5rem;
  }
  .challenge:nth-of-type(3).is-inactive {
    width: 100%;
    height: 31.4rem;
    margin-bottom: 3rem;
  }
  .challenge:nth-of-type(3).is-inactive .challenge__details {
    display: none;
  }
}
@media only screen and (min-width: 941px) {
  .challenge:nth-of-type(3) {
    height: 32.6rem;
    flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (3rem - 3rem * 1/2));
    margin-bottom: 3rem;
  }
  .challenge:nth-of-type(3):nth-child(n) {
    margin-right: 3rem;
  }
  .challenge:nth-of-type(3):last-child {
    margin-right: 0;
  }
  .challenge:nth-of-type(3):nth-child(2n) {
    margin-right: 0;
  }
  .challenge:nth-of-type(3) .challenge__details {
    background-color: #ef5492;
  }
}
.challenge:nth-of-type(4) {
  background-color: #15bddd;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.challenge:nth-of-type(4) .challenge__background {
  background-image: url("../images/challenge-blue.png");
}
.challenge:nth-of-type(4) .challenge__day {
  color: #fff;
  border-color: #fff;
}
.challenge:nth-of-type(4).is-inactive {
  background-color: #eef2f3;
  cursor: default;
}
.challenge:nth-of-type(4).is-inactive .challenge__background {
  background-image: none;
}
.challenge:nth-of-type(4).is-inactive .challenge__day {
  color: #15bddd;
  border: 0.4rem solid #15bddd;
}
@media only screen and (max-width: 940px) {
  .challenge:nth-of-type(4) {
    height: auto;
    margin-bottom: 5rem;
  }
  .challenge:nth-of-type(4).is-inactive {
    width: 100%;
    height: 31.4rem;
    margin-bottom: 3rem;
  }
  .challenge:nth-of-type(4).is-inactive .challenge__details {
    display: none;
  }
}
@media only screen and (min-width: 941px) {
  .challenge:nth-of-type(4) {
    height: 32.6rem;
    flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (3rem - 3rem * 1/2));
    margin-bottom: 3rem;
  }
  .challenge:nth-of-type(4):nth-child(n) {
    margin-right: 3rem;
  }
  .challenge:nth-of-type(4):last-child {
    margin-right: 0;
  }
  .challenge:nth-of-type(4):nth-child(2n) {
    margin-right: 0;
  }
  .challenge:nth-of-type(4) .challenge__details {
    background-color: #15bddd;
  }
}
.challenge:nth-of-type(5) {
  background-color: #1da088;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.challenge:nth-of-type(5) .challenge__background {
  background-image: url("../images/challenge-green.png");
}
.challenge:nth-of-type(5) .challenge__day {
  color: #fff;
  border-color: #fff;
}
.challenge:nth-of-type(5).is-inactive {
  background-color: #eef2f3;
  cursor: default;
}
.challenge:nth-of-type(5).is-inactive .challenge__background {
  background-image: none;
}
.challenge:nth-of-type(5).is-inactive .challenge__day {
  color: #1da088;
  border: 0.4rem solid #1da088;
}
@media only screen and (max-width: 940px) {
  .challenge:nth-of-type(5) {
    height: auto;
    margin-bottom: 5rem;
  }
  .challenge:nth-of-type(5).is-inactive {
    width: 100%;
    height: 31.4rem;
    margin-bottom: 3rem;
  }
  .challenge:nth-of-type(5).is-inactive .challenge__details {
    display: none;
  }
}
@media only screen and (min-width: 941px) {
  .challenge:nth-of-type(5) {
    height: 32.6rem;
    flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (3rem - 3rem * 1/2));
    margin-bottom: 3rem;
  }
  .challenge:nth-of-type(5):nth-child(n) {
    margin-right: 3rem;
  }
  .challenge:nth-of-type(5):last-child {
    margin-right: 0;
  }
  .challenge:nth-of-type(5):nth-child(2n) {
    margin-right: 0;
  }
  .challenge:nth-of-type(5) .challenge__details {
    background-color: #1da088;
  }
}
.colophone {
  background-color: #dfeeea;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .colophone {
    padding: 15rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .colophone {
    padding: 10rem 0 11rem;
  }
}
@media only screen and (max-width: 780px) {
  .colophone__heading {
    font-size: 2.8rem;
    margin-bottom: 6.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .colophone__heading {
    font-size: 2rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 780px) {
  .note-to-self-logo {
    margin-bottom: 6.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .note-to-self-logo {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 780px) {
  .colophone__copy {
    font-size: 2.8rem;
    line-height: 1.5;
    margin: 0 auto 6.8rem;
    max-width: 60rem;
  }
}
@media only screen and (min-width: 781px) {
  .colophone__copy {
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 auto 4rem;
    max-width: 81.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .colophone__subscriptions {
    margin-bottom: 6.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .colophone__subscriptions {
    margin-bottom: 3rem;
  }
}
.colophone__listen,
.colophone__subscribe {
  color: #15bddd;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  text-decoration: none;
  vertical-align: middle;
  will-change: color;
  -webkit-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.colophone__listen svg,
.colophone__subscribe svg {
  fill: #15bddd;
  vertical-align: middle;
  will-change: fill;
  -webkit-transition: fill 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: fill 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: fill 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: fill 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .colophone__listen,
  .colophone__subscribe {
    display: block;
    font-size: 3.4rem;
  }
  .colophone__listen + *,
  .colophone__subscribe + * {
    margin-top: 5rem;
  }
  .colophone__listen:active,
  .colophone__subscribe:active {
    color: #ef5492;
  }
  .colophone__listen:active svg,
  .colophone__subscribe:active svg {
    fill: #ef5492;
  }
  .colophone__listen svg,
  .colophone__subscribe svg {
    margin-right: 1.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .colophone__listen,
  .colophone__subscribe {
    font-size: 1.7rem;
  }
  .colophone__listen + *,
  .colophone__subscribe + * {
    margin-left: 7.2rem;
  }
  .colophone__listen:hover,
  .colophone__subscribe:hover {
    color: #ef5492;
  }
  .colophone__listen:hover svg,
  .colophone__subscribe:hover svg {
    fill: #ef5492;
  }
  .colophone__listen:active,
  .colophone__subscribe:active {
    color: #ca3370;
  }
  .colophone__listen:active svg,
  .colophone__subscribe:active svg {
    fill: #ca3370;
  }
  .colophone__listen svg,
  .colophone__subscribe svg {
    margin-right: 1.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .colophone__listen svg {
    width: 3.8rem;
    height: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .colophone__listen svg {
    width: 2.3rem;
    height: 3.7rem;
  }
}
@media only screen and (max-width: 780px) {
  .colophone__subscribe svg {
    width: 4.8rem;
    height: 3.067rem;
  }
}
@media only screen and (min-width: 781px) {
  .colophone__subscribe svg {
    width: 3.9rem;
    height: 3rem;
  }
}
.colophone__donate {
  display: inline-block;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  text-decoration: none;
  background-color: #15bddd;
  will-change: background;
  -webkit-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .colophone__donate {
    width: 100%;
    font-size: 3.4rem;
    -webkit-border-radius: 6.4rem;
    border-radius: 6.4rem;
    padding: 4.4rem 4.75rem;
  }
  .colophone__donate:active {
    background-color: #ef5492;
  }
}
@media only screen and (min-width: 781px) {
  .colophone__donate {
    font-size: 1.7rem;
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
    padding: 1.75rem 4.75rem;
  }
  .colophone__donate:hover {
    background-color: #ef5492;
  }
  .colophone__donate:active {
    background-color: #ca3370;
  }
}
.form,
[class*="form--"] {
  position: relative;
}
.form__group,
body.demo .form--add__group {
  position: relative;
  display: block;
  vertical-align: top;
}
.form__element,
.form__element--two-col,
.form__element--three-col,
.form__element--four-col {
  display: block;
  position: relative;
  vertical-align: top;
}
.form__element,
.form__element--two-col,
.form__element--three-col,
.form__element--four-col {
  width: 100%;
  float: left;
}
.form__label,
body.demo .form--add__label {
  display: block;
  margin: 0.5rem 0;
  vertical-align: bottom;
  font-size: 1.3rem;
  font-weight: 300;
}
.form__input-control {
  display: block;
  position: relative;
  width: 100%;
}
.form__input {
  display: block;
  width: 100%;
}
.hero {
  display: block;
  margin-bottom: 4rem;
  overflow: hidden;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 780px) {
  .hero {
    margin-bottom: 6rem;
    height: 30rem;
    background-image: url("../images/hero-mobile.png");
  }
}
@media only screen and (min-width: 781px) {
  .hero {
    background-image: url("../images/hero.png");
    margin-bottom: 4rem;
    height: 27rem;
  }
}
.wnyc-logo svg {
  display: inline-block;
  fill: #2e2f2f;
  will-change: width, height;
  -webkit-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .wnyc-logo svg {
    width: 14.2rem;
    height: 5.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .wnyc-logo svg {
    width: 8rem;
    height: 3.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .intro {
    margin-bottom: 8.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .intro {
    margin-bottom: 9.6rem;
  }
}
.intro__inner {
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .intro__inner {
    max-width: 57.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .intro__inner {
    max-width: 91.35000000000001rem;
  }
}
.intro__heading {
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .intro__heading {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .intro__heading {
    margin-bottom: 4.8rem;
  }
}
.intro__copy {
  line-height: 1.54166666666667;
}
.intro__copy img {
  vertical-align: text-bottom;
}
@media only screen and (max-width: 780px) {
  .intro__copy {
    font-size: 3.2rem;
  }
  .intro__copy img {
    width: 5.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .intro__copy {
    font-size: 2.4rem;
  }
  .intro__copy img {
    width: 3rem;
  }
}
.quotes {
  background-image: url("../images/triangles-blue.svg");
  background-repeat: repeat-y;
  background-position: center center;
  background-color: #15bddd;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .quotes {
    padding: 15rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .quotes {
    padding: 10rem 0 11rem;
  }
}
.quotes__heading {
  font-family: 'Lora', serif;
  font-weight: 400;
  margin: 0 0 4rem;
}
@media only screen and (max-width: 780px) {
  .quotes__heading {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .quotes__heading {
    font-size: 2rem;
  }
}
.quotes__mark {
  display: block;
  fill: #fff;
}
@media only screen and (max-width: 780px) {
  .quotes__mark {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .quotes__mark {
    width: 5.5rem;
    height: 5.5rem;
    margin: 0 auto 3rem;
  }
}
.quote__list {
  position: relative;
}
.quote {
  overflow: hidden;
  text-align: center;
}
.quote__text {
  font-family: 'Lora', serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.22223;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .quote__text {
    max-width: 58.8rem;
    margin-bottom: 5.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .quote__text {
    max-width: 80rem;
    margin-bottom: 3.5rem;
  }
}
.quote__source {
  font-family: 'Nunito', sans-serif;
}
@media only screen and (max-width: 780px) {
  .quote__source {
    font-size: 3.2rem;
    line-height: 1.32;
  }
}
@media only screen and (min-width: 781px) {
  .quote__source {
    font-size: 2rem;
  }
}
.quote__source__name {
  font-weight: 300;
}
.quote__source__affiliation {
  font-weight: 400;
}
.controls {
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 780px) {
  .controls {
    display: none;
  }
}
@media only screen and (min-width: 781px) {
  .controls {
    bottom: -5rem;
  }
}
.control-button {
  display: inline-block;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  border-color: #1685a3;
  border-style: solid;
  will-change: background, border;
  -webkit-transition: background 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: background 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .control-button {
    width: 2.3rem;
    height: 2.3rem;
    margin: 0 0.5rem;
    border-width: 0.3rem;
  }
  .control-button + * {
    margin-left: 2rem;
  }
  .control-button:active {
    background-color: #fff !important;
    border-color: #fff;
  }
}
@media only screen and (min-width: 781px) {
  .control-button {
    width: 1.3rem;
    height: 1.3rem;
    border-width: 0.2rem;
  }
  .control-button + * {
    margin-left: 1rem;
  }
  .control-button:hover,
  .control-button:active {
    background-color: #fff !important;
    border-color: #fff;
  }
}
.results {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: center center url("../images/results_stripes.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 193.4rem;
  -moz-background-size: 193.4rem;
  background-size: 193.4rem;
  margin-bottom: 13rem;
}
@media only screen and (max-width: 780px) {
  .results {
    -webkit-background-size: 100rem;
    -moz-background-size: 100rem;
    background-size: 100rem;
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .results {
    -webkit-background-size: 193.4rem;
    -moz-background-size: 193.4rem;
    background-size: 193.4rem;
    padding: 8rem 3rem 0;
  }
}
.results__heading {
  font-family: 'Lora', serif;
  font-weight: 400;
  color: #ef5492;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 780px) {
  .results__heading {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .results__heading {
    font-size: 5.4rem;
  }
}
.results__date {
  color: #15bddd;
  fong-weight: 400;
  line-height: 1;
  border-style: solid;
  border-color: #15bddd;
  text-align: center;
  margin: 0 auto;
}
.results__date span {
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .results__date {
    font-size: 6.2rem;
    border-width: 0.6rem;
    width: 21.2rem;
    height: 21.2rem;
    margin-bottom: 5.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .results__date {
    font-size: 4.8rem;
    border-width: 0.4rem;
    width: 16.6rem;
    height: 16.6rem;
    margin-bottom: 3.4rem;
  }
}
.share--header,
.share--signup,
.share--pink {
  display: block;
  color: #2e2f2f;
}
.share--header {
  margin-left: auto;
}
@media only screen and (max-width: 780px) {
  .share--header .share__heading {
    display: none;
  }
}
.share--signup {
  fill: #fff;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.share--signup [class^="share__to--"] {
  border-color: #fff;
}
.share--signup svg {
  fill: inherit;
}
@media only screen and (min-width: 781px) {
  .share--pink {
    position: relative;
    height: 6rem;
    width: 38.6rem;
    overflow: hidden;
    cursor: default;
    -webkit-border-radius: 3rem;
    border-radius: 3rem;
    margin: auto;
    color: #fff;
    fill: #fff;
    background-color: #ef5492;
  }
  .share--pink .share__heading {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition-duration: 0.22s;
    -moz-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    -ms-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    color: inherit;
    font-size: 1.7rem;
    font-family: 'Nunito', sans-serif;
    font-weight: regular;
    padding: 0 3rem;
    margin-bottom: 0;
  }
  .share--pink .share__heading:before {
    content: "";
    background-image: url("../images/shout.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 3.3rem;
    height: 3.5rem;
    vertical-align: middle;
    margin-right: 1.5rem;
  }
  .share--pink .share__options {
    vertical-align: middle;
    position: relative;
    left: 0;
    top: 100%;
    height: 6rem;
    width: 100%;
    -webkit-transition-duration: 0.22s;
    -moz-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    -ms-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .share--pink .share__options li {
    display: inline-block;
    background-color: transparent;
    color: inherit;
    height: 6rem;
    -webkit-transition-duration: 0.22s;
    -moz-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    -ms-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .share--pink .share__options li > a,
  .share--pink .share__options li > span {
    fill: inherit;
    height: 7.1rem;
    margin: 0 2rem;
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .share--pink .share__options li > a svg,
  .share--pink .share__options li > span svg {
    fill: inherit;
    color: inherit;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .share--pink .share__options li > a:hover svg,
  .share--pink .share__options li > span:hover svg {
    fill: #fc9700;
  }
  .share--pink:hover .share__heading {
    top: -100%;
    -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -ms-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  .share--pink:hover .share__options {
    top: 0;
    -webkit-transition-delay: 0.12s;
    -moz-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    -ms-transition-delay: 0.12s;
    transition-delay: 0.12s;
  }
}
@media only screen and (min-width: 781px) {
  .share__heading {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: $inherit;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .share__heading {
    font-size: 3rem;
    font-family: "nunito";
    text-align: center;
    margin-bottom: 3rem;
  }
}
.share__options {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 780px) {
  .share__options li + * {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .share__options li + * {
    margin-left: 1.4rem;
  }
}
.share__to--facebook,
.share__to--twitter,
.share__to--email {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background: none;
  border-style: solid;
  border-color: #ef5492;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  will-change: background;
  -webkit-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.share__to--facebook svg,
.share__to--twitter svg,
.share__to--email svg {
  will-change: fill;
  -webkit-transition: fill 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: fill 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: fill 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: fill 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .share__to--facebook,
  .share__to--twitter,
  .share__to--email {
    width: 7.4rem;
    height: 7.4rem;
    border-width: 0.3rem;
  }
  .share__to--facebook:active,
  .share__to--twitter:active,
  .share__to--email:active {
    background-color: #ef5492;
  }
  .share__to--facebook:active svg,
  .share__to--twitter:active svg,
  .share__to--email:active svg {
    fill: #fff;
  }
}
@media only screen and (min-width: 781px) {
  .share__to--facebook,
  .share__to--twitter,
  .share__to--email {
    width: 4.6rem;
    height: 4.6rem;
    border-width: 0.2rem;
  }
  .share__to--facebook + *,
  .share__to--twitter + *,
  .share__to--email + * {
    margin-left: 1.4rem;
  }
  .share__to--facebook:hover,
  .share__to--twitter:hover,
  .share__to--email:hover {
    background-color: #ef5492;
  }
  .share__to--facebook:hover svg,
  .share__to--twitter:hover svg,
  .share__to--email:hover svg {
    fill: #fff;
  }
  .share__to--facebook:active,
  .share__to--twitter:active,
  .share__to--email:active {
    background-color: #ca3370;
    border-color: #ca3370;
  }
}
@media only screen and (max-width: 780px) {
  .share__to--facebook svg {
    width: 1.6rem;
    height: 3.617rem;
  }
}
@media only screen and (min-width: 781px) {
  .share__to--facebook svg {
    width: 0.983rem;
    height: 2.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .share__to--twitter svg {
    width: 3.299rem;
    height: 2.581rem;
  }
}
@media only screen and (min-width: 781px) {
  .share__to--twitter svg {
    width: 2.1rem;
    height: 1.7rem;
  }
}
@media only screen and (max-width: 780px) {
  .share__to--email svg {
    width: 3.8rem;
    height: 2.322rem;
  }
}
@media only screen and (min-width: 781px) {
  .share__to--email svg {
    width: 2.9rem;
    height: 1.6rem;
  }
}
.signup {
  margin: 0 2.8rem 0;
}
@media only screen and (max-width: 780px) {
  .signup {
    margin: 0 2.8rem 12rem;
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup {
    margin: 0 auto 0;
    padding: 0 3rem;
  }
}
.signup__inner {
  position: relative;
  background-color: #15bddd;
  max-width: 101.50000000000001rem;
  margin: 0 auto;
  min-height: 58.8rem;
  color: #fff;
}
@media only screen and (max-width: 780px) {
  .signup__inner {
    padding: 7rem 4.5rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .signup__inner {
    padding: 7rem 10.5rem 0;
  }
}
.signup__steps {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.signup__heading {
  font-family: 'Lora', serif;
  font-size: 3.6rem;
  line-height: 1.2222;
  text-align: center;
  max-width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .signup__heading {
    margin-bottom: 7rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__heading {
    margin-bottom: 5rem;
  }
}
.signup__step {
  min-height: 40rem;
  display: none;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.signup__step:nth-child(1) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (min-width: 781px) {
  .signup__step {
    padding: 0 0 5rem;
  }
}
.signup__text-input,
.minutes,
.hours,
.confirmation-code {
  font-family: 'Nunito', sans-serif;
  background-color: #fff;
  color: #2e2f2f;
  border: none;
  display: block;
}
.signup__text-input::-webkit-input-placeholder,
.minutes::-webkit-input-placeholder,
.hours::-webkit-input-placeholder,
.confirmation-code::-webkit-input-placeholder {
  color: #2e2f2f;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  text-indent: 0;
  -webkit-transition: text-indent 0.25s linear;
  -moz-transition: text-indent 0.25s linear;
  -o-transition: text-indent 0.25s linear;
  -ms-transition: text-indent 0.25s linear;
  transition: text-indent 0.25s linear;
}
.signup__text-input:-moz-placeholder,
.minutes:-moz-placeholder,
.hours:-moz-placeholder,
.confirmation-code:-moz-placeholder {
  color: #2e2f2f;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  text-indent: 0;
  -webkit-transition: text-indent 0.25s linear;
  -moz-transition: text-indent 0.25s linear;
  -o-transition: text-indent 0.25s linear;
  -ms-transition: text-indent 0.25s linear;
  transition: text-indent 0.25s linear;
}
.signup__text-input::-moz-placeholder,
.minutes::-moz-placeholder,
.hours::-moz-placeholder,
.confirmation-code::-moz-placeholder {
  color: #2e2f2f;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  text-indent: 0;
  -webkit-transition: text-indent 0.25s linear;
  -moz-transition: text-indent 0.25s linear;
  -o-transition: text-indent 0.25s linear;
  -ms-transition: text-indent 0.25s linear;
  transition: text-indent 0.25s linear;
}
.signup__text-input:-ms-input-placeholder,
.minutes:-ms-input-placeholder,
.hours:-ms-input-placeholder,
.confirmation-code:-ms-input-placeholder {
  color: #2e2f2f;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  text-indent: 0;
  -webkit-transition: text-indent 0.25s linear;
  -moz-transition: text-indent 0.25s linear;
  -o-transition: text-indent 0.25s linear;
  -ms-transition: text-indent 0.25s linear;
  transition: text-indent 0.25s linear;
}
.signup__text-input:focus::-webkit-input-placeholder,
.minutes:focus::-webkit-input-placeholder,
.hours:focus::-webkit-input-placeholder,
.confirmation-code:focus::-webkit-input-placeholder {
  text-indent: -50rem;
}
.signup__text-input:focus:-moz-placeholde,
.minutes:focus:-moz-placeholde,
.hours:focus:-moz-placeholde,
.confirmation-code:focus:-moz-placeholde {
  text-indent: -50rem;
}
.signup__text-input:focus::-moz-placeholder,
.minutes:focus::-moz-placeholder,
.hours:focus::-moz-placeholder,
.confirmation-code:focus::-moz-placeholder {
  text-indent: -50rem;
}
.signup__text-input:focus:-ms-input-placeholder,
.minutes:focus:-ms-input-placeholder,
.hours:focus:-ms-input-placeholder,
.confirmation-code:focus:-ms-input-placeholder {
  text-indent: -50rem;
}
@media only screen and (max-width: 780px) {
  .signup__text-input,
  .minutes,
  .hours,
  .confirmation-code {
    font-size: 2.6rem;
    height: 10rem;
    -webkit-border-radius: 5rem;
    border-radius: 5rem;
    padding: 0 5rem;
  }
  .signup__text-input::-webkit-input-placeholder,
  .minutes::-webkit-input-placeholder,
  .hours::-webkit-input-placeholder,
  .confirmation-code::-webkit-input-placeholder {
    font-size: 2.6rem;
  }
  .signup__text-input:-moz-placeholder,
  .minutes:-moz-placeholder,
  .hours:-moz-placeholder,
  .confirmation-code:-moz-placeholder {
    font-size: 2.6rem;
  }
  .signup__text-input::-moz-placeholder,
  .minutes::-moz-placeholder,
  .hours::-moz-placeholder,
  .confirmation-code::-moz-placeholder {
    font-size: 2.6rem;
  }
  .signup__text-input:-ms-input-placeholder,
  .minutes:-ms-input-placeholder,
  .hours:-ms-input-placeholder,
  .confirmation-code:-ms-input-placeholder {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__text-input,
  .minutes,
  .hours,
  .confirmation-code {
    font-size: 1.8rem;
    height: 6rem;
    -webkit-border-radius: 3rem;
    border-radius: 3rem;
    padding: 0 3rem;
  }
  .signup__text-input::-webkit-input-placeholder,
  .minutes::-webkit-input-placeholder,
  .hours::-webkit-input-placeholder,
  .confirmation-code::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
  .signup__text-input:-moz-placeholder,
  .minutes:-moz-placeholder,
  .hours:-moz-placeholder,
  .confirmation-code:-moz-placeholder {
    font-size: 1.8rem;
  }
  .signup__text-input::-moz-placeholder,
  .minutes::-moz-placeholder,
  .hours::-moz-placeholder,
  .confirmation-code::-moz-placeholder {
    font-size: 1.8rem;
  }
  .signup__text-input:-ms-input-placeholder,
  .minutes:-ms-input-placeholder,
  .hours:-ms-input-placeholder,
  .confirmation-code:-ms-input-placeholder {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .signup__text-input {
    margin: 2rem 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media only screen and (min-width: 781px) {
  .signup__text-input {
    margin: 0 1rem 0 0;
    max-width: 34.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .wide {
    width: 50rem;
  }
}
@media only screen and (min-width: 781px) {
  .short {
    width: 11rem;
  }
}
.signup__navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-style: solid;
  border-color: #76e9ff;
}
@media only screen and (max-width: 780px) {
  .signup__navigation {
    border-top-width: 0.2rem;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5rem 0;
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__navigation {
    border-top-width: 0.1rem;
    padding: 2rem 0;
    margin-top: 5rem;
  }
}
.signup__next,
.signup__back {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1;
  -ms-flex: 0 1;
  flex: 0 1;
  background: none;
  border: none;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  left: 0;
  right: 0;
}
.signup__next svg,
.signup__back svg {
  fill: #fff;
  vertical-align: middle;
  will-change: left, right;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 780px) {
  .signup__next,
  .signup__back {
    font-size: 2.8rem;
    height: 10.8rem;
  }
  .signup__next svg,
  .signup__back svg {
    width: 4rem;
    height: 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__next,
  .signup__back {
    -webkit-flex-basis: 18.5rem;
    flex-basis: 18.5rem;
    font-size: 1.8rem;
    height: 6rem;
  }
  .signup__next svg,
  .signup__back svg {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.signup__next {
  margin-left: auto;
  border: 0.3rem solid #fff;
  background-color: #1685a3;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  will-change: background-color;
  -webkit-transition: background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.signup__next svg {
  -webkit-transition: left 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: left 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: left 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: left 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: left 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .signup__next {
    -webkit-border-radius: 6rem;
    border-radius: 6rem;
    -webkit-flex-basis: 21rem;
    flex-basis: 21rem;
  }
  .signup__next svg {
    margin-left: 2rem;
  }
  .signup__next:active {
    background-color: #ef5492;
  }
  .signup__next:active svg {
    position: relative;
    left: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__next {
    -webkit-border-radius: 3rem;
    border-radius: 3rem;
  }
  .signup__next svg {
    margin-left: 1rem;
  }
  .signup__next:hover svg,
  .signup__next:active svg {
    position: relative;
    left: 1rem;
  }
  .signup__next:hover {
    background-color: #ef5492;
  }
  .signup__next:active {
    background-color: #ca3370;
  }
}
.signup__back {
  margin-right: auto;
  will-change: color;
  -webkit-transition: color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.signup__back svg {
  margin-right: 1rem;
  will-change: left, right;
  -webkit-transition: left 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: left 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: left 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: left 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: left 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .signup__back {
    -webkit-flex-basis: 18rem;
    flex-basis: 18rem;
  }
  .signup__back:active svg {
    position: relative;
    left: -1rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__back:hover svg,
  .signup__back:active svg {
    position: relative;
    left: -1rem;
  }
}
.navigation-indicator {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .navigation-indicator {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    text-align: center;
    margin-bottom: 3.4rem;
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .navigation-indicator {
    font-size: 1.8rem;
  }
}
.navigation-indicator__heading {
  text-transform: uppercase;
}
.signup__button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0,0,0,0.1);
  cursor: pointer;
  display: block;
  border-style: solid;
  border-color: #fff;
  will-change: background-color;
  -webkit-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .signup__button {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 10rem;
    -webkit-border-radius: 6rem;
    border-radius: 6rem;
    font-size: 3.4rem;
    border-width: 0.4rem;
    padding: 0 6rem;
    margin: 2rem 0;
  }
}
.signup__button:active {
  background-color: #ef5492;
}
@media only screen and (min-width: 781px) {
  .signup__button {
    height: 6rem;
    -webkit-border-radius: 3rem;
    border-radius: 3rem;
    font-size: 1.8rem;
    border-width: 0.3rem;
    padding: 0 4rem;
  }
  .signup__button:hover {
    background-color: #ef5492;
  }
  .signup__button:active {
    background-color: #ca3370;
  }
}
.signup__legal {
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .signup__legal {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__legal {
    margin-bottom: 2.5rem;
  }
}
.signup__instruction {
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 780px) {
  .signup__instruction {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__instruction {
    max-width: 60rem;
  }
}
.signup__icon--phone,
.signup__icon--email,
.signup__icon--time {
  margin: 0 auto;
  display: block;
  fill: #fff;
}
@media only screen and (max-width: 780px) {
  .signup__icon--phone,
  .signup__icon--email,
  .signup__icon--time {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__icon--phone,
  .signup__icon--email,
  .signup__icon--time {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .signup__icon--phone {
    width: 7rem;
    height: 7.25rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__icon--phone {
    width: 5.6rem;
    height: 5.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .signup__icon--email {
    width: 6.25rem;
    height: 4.125rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__icon--email {
    width: 5rem;
    height: 3.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .signup__icon--time {
    width: 6.875rem;
    height: 7.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__icon--time {
    width: 5.5rem;
    height: 6rem;
  }
}
.signup__question {
  font-family: 'Lora', serif;
  line-height: 1.4166667;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .signup__question {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__question {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.signup__form {
  margin-top: auto;
  margin-bottom: auto;
}
.minutes,
.hours {
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .minutes,
  .hours {
    width: 14rem;
  }
}
@media only screen and (min-width: 781px) {
  .minutes,
  .hours {
    width: 9rem;
  }
}
.time-separator {
  font-family: 'Nunito', sans-serif;
}
@media only screen and (max-width: 780px) {
  .time-separator {
    font-size: 4.8rem;
    margin: 0 3rem;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 781px) {
  .time-separator {
    font-size: 2.4rem;
    margin: 0 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .confirmation-code {
    width: 32rem;
  }
}
.fieldset,
[class*="fieldset--"] {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fieldset--horizontal {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 780px) {
  .fieldset--horizontal {
    margin-bottom: 5.4rem;
  }
  .fieldset--vertical .fieldset--horizontal {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 781px) {
  .fieldset--horizontal {
    margin-bottom: 3rem;
  }
  .fieldset--vertical .fieldset--horizontal {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 780px) {
  .fieldset--vertical {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 781px) {
  .fieldset--vertical {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 780px) {
  .fieldset--list {
    -webkit-box-pack: left;
    -moz-box-pack: left;
    -o-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 781px) {
  .fieldset--list {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  font-family: 'Nunito', sans-serif;
  vertical-align: middle;
  cursor: pointer;
  will-change: background;
  -webkit-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  background: url("../images/radio-unchecked.svg") left top no-repeat;
  cursor: pointer;
  vertical-align: sub;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
input[type="radio"]:checked + label:before {
  background: url("../images/radio-checked.svg") top no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media only screen and (max-width: 780px) {
  input[type="radio"] + label {
    font-size: 4.8rem;
    line-height: 1.3;
    padding: 2rem 3.6rem;
    -webkit-border-radius: 6rem;
    border-radius: 6rem;
    vertical-align: middle;
  }
  input[type="radio"] + label:before {
    position: relative;
    top: -0.3rem;
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 2.4rem 0 0;
    vertical-align: middle;
  }
  input[type="radio"] + label:active {
    background-color: #1685a3;
  }
}
@media only screen and (min-width: 781px) {
  input[type="radio"] + label {
    font-size: 2.2rem;
    padding: 1rem 1.8rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
  }
  input[type="radio"] + label:before {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 1rem 0 0;
  }
  input[type="radio"] + label:hover {
    background-color: #1685a3;
  }
  input[type="radio"] + label:active {
    background-color: #09a5c3;
  }
}
.signup__emoji {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .signup__emoji {
    height: 14rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 781px) {
  .signup__emoji {
    height: 8.4rem;
    margin-bottom: 4rem;
  }
}
.signup__error {
  background-color: #f05247;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 780px) {
  .signup__error {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 2.2rem;
    height: 8rem;
    line-height: 8rem;
    -webkit-border-radius: 4rem;
    border-radius: 4rem;
    padding: 0 4rem;
    margin: 3rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .signup__error {
    font-size: 1.5rem;
    height: 4rem;
    line-height: 4rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    padding: 0 2rem;
    margin: 2rem;
  }
}
.why {
  margin-bottom: 2.5rem;
  padding-top: 12rem;
}
.why__heading {
  text-align: center;
  margin: 0 auto 7rem;
}
@media only screen and (min-width: 781px) {
  .why__heading {
    margin-top: 8rem;
  }
}
.why__links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .why__links {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 44.8rem;
  }
}
@media only screen and (min-width: 1101px) {
  .why__links {
    width: 101.50000000000001rem;
  }
}
.why__link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -webkit-box-shadow: 1rem 1rem 0 0 #2e2f2f;
  box-shadow: 1rem 1rem 0 0 #2e2f2f;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  will-change: box-shadow, top, left;
  -webkit-transition: box-shadow 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), top 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), left 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: box-shadow 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), top 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), left 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: box-shadow 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), top 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), left 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: box-shadow 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), top 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), left 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), top 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), left 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.why__link:nth-child(1) {
  background-color: #15bddd;
}
.why__link:nth-child(2) {
  background-color: #ef5492;
}
.why__link:nth-child(3) {
  background-color: #1da088;
}
.why__link:hover {
  top: 0.5rem;
  left: 0.5rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 #2e2f2f;
  box-shadow: 0.5rem 0.5rem 0 0 #2e2f2f;
}
.why__link:active {
  top: 1rem;
  left: 1rem;
  -webkit-box-shadow: 0 0 0 0 #2e2f2f;
  box-shadow: 0 0 0 0 #2e2f2f;
}
@media only screen and (max-width: 1100px) {
  .why__link {
    min-height: 34rem;
    height: 34rem;
    padding: 0 4rem;
  }
  .why__link + * {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 1101px) {
  .why__link {
    height: 30rem;
    padding: 6.4rem 2.6rem 3rem;
  }
  .why__link + * {
    margin-left: 3.6rem;
  }
}
@media only screen and (max-width: 1100px) {
  .why-link__inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.why__title {
  font-family: 'Nunito', sans-serif;
  line-height: 1.095;
}
.why__title:after {
  content: "";
  height: 0.1rem;
  width: 17rem;
  background-color: #fff;
  display: block;
}
@media only screen and (max-width: 1100px) {
  .why__title {
    font-size: 4.8rem;
  }
  .why__title:after {
    margin: 3.2rem auto 2.2rem;
  }
}
@media only screen and (min-width: 1101px) {
  .why__title {
    font-size: 4.4rem;
  }
  .why__title:after {
    margin: 2.4rem auto;
  }
}
.why__subtitle {
  display: block;
  font-family: 'Nunito', sans-serif;
  vertical-align: middle;
}
.why__subtitle .icon__play {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media only screen and (max-width: 780px) {
  .why__subtitle {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .why__subtitle .icon__play {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .why__subtitle {
    font-size: 2.1rem;
    line-height: 2.9rem;
  }
  .why__subtitle .icon__play {
    width: 2.9rem;
    height: 2.9rem;
  }
}
.why__length {
  font-family: 'Nunito', sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 780px) {
  .why__length {
    font-size: 2.2rem;
    margin-top: 0.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .why__length {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
}
.page-footer {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  background-color: #2e2f2f;
  color: #fff;
}
.page-footer a {
  color: #fff;
  text-decoration: none;
}
.page-footer .wnyc-studios-logo svg {
  fill: #fff;
}
@media only screen and (max-width: 780px) {
  .page-footer {
    text-align: center;
  }
  .page-footer .wnyc-studios-logo {
    display: block;
    margin-bottom: 7.2rem;
  }
  .page-footer .wnyc-studios-logo svg {
    width: 18.8rem;
    height: 10.141rem;
  }
}
@media only screen and (min-width: 781px) {
  .page-footer {
    height: 20.8rem;
  }
  .page-footer .wnyc-studios-logo {
    margin-right: 5rem;
  }
  .page-footer .wnyc-studios-logo svg {
    width: 10.7rem;
    height: 5.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .page-footer__inner {
    position: relative;
    padding: 10rem 0;
  }
  .page-footer__inner:after {
    content: "";
    height: 1px;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #4e5050;
  }
}
@media only screen and (min-width: 781px) {
  .page-footer__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding: 5rem 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 781px) {
  .page-footer__links {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.page-footer__nav a {
  color: #fff;
  will-change: color;
  -webkit-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .page-footer__nav {
    margin-bottom: 4.4rem;
    font-size: 2.8rem;
  }
  .page-footer__nav li + * {
    margin-top: 3.6rem;
  }
  .page-footer__nav a:active {
    color: #15bddd;
  }
}
@media only screen and (min-width: 781px) {
  .page-footer__nav {
    display: inline-block;
    font-size: 1.4rem;
  }
  .page-footer__nav li {
    display: inline-block;
  }
  .page-footer__nav li + * {
    margin-left: 2rem;
  }
  .page-footer__nav a:hover {
    color: #15bddd;
  }
  .page-footer__nav a:active {
    color: #09a5c3;
  }
}
.page-footer__legal {
  color: #bfbfbf;
}
.page-footer__legal a {
  color: #fff;
  will-change: color;
  -webkit-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .page-footer__legal {
    display: flex;
    flex-flow: column nowrap;
    font-size: 2.4rem;
  }
  .page-footer__legal > * {
    margin-top: 3.6rem;
  }
  .page-footer__legal a {
    display: block;
  }
  .page-footer__legal a:active {
    color: #15bddd;
  }
  .page-footer__legal span {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media only screen and (min-width: 781px) {
  .page-footer__legal {
    font-size: 1.3rem;
    margin-left: auto;
  }
  .page-footer__legal * + * {
    margin-left: 2rem;
  }
  .page-footer__legal a:hover {
    color: #15bddd;
  }
  .page-footer__legal a:active {
    color: #09a5c3;
  }
}
.page-footer__designed {
  color: #818484;
}
.page-footer__designed a {
  color: #c1c5c6;
  font-weight: 500;
  will-change: color;
  -webkit-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 780px) {
  .page-footer__designed {
    padding: 3.2rem 0;
    font-size: 2rem;
  }
  .page-footer__designed a:active {
    color: #fff;
  }
}
@media only screen and (min-width: 781px) {
  .page-footer__designed {
    position: absolute;
    bottom: 3rem;
    right: 4rem;
    font-size: 1.1rem;
  }
  .page-footer__designed a:hover {
    color: #fff;
  }
}
.page-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-header .share {
  margin-left: auto;
}
.page-header .wnyc-logo {
  margin-right: auto;
}
@media only screen and (max-width: 780px) {
  .page-header {
    height: 16rem;
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .page-header {
    height: 12rem;
    padding: 0 3rem;
  }
  .page-header .share,
  .page-header .wnyc-logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 18.5rem;
    -ms-flex: 0 1 18.5rem;
    flex: 0 1 18.5rem;
  }
}
.page-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  list-style: none;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-nav li {
  margin: 0 2rem;
}
.page-nav a {
  will-change: color;
  -webkit-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color: #ef5492;
  line-height: 1.61111111111111;
  font-size: 1.8rem;
  text-decoration: none;
}
.page-nav a:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  top: -3.5rem;
  will-change: top, opacity, visibility;
}
.page-nav a:active {
  color: #ca3370;
}
.page-nav a:hover:before {
  top: -2.5rem;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: top 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.1s ease-in-out;
  -moz-transition: top 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.1s ease-in-out;
  -o-transition: top 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.1s ease-in-out;
  -ms-transition: top 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.1s ease-in-out;
  transition: top 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.1s ease-in-out;
}
@media only screen and (max-width: 960px) {
  .page-nav {
    display: none;
  }
}
.page__wrapper {
  display: block;
  position: relative;
  width: 100%;
  min-width: 64rem;
}
body.demo {
  font-family: "Raleway";
}
body.demo .section--hero__text {
  font-size: 3rem;
  padding: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 30rem;
}
body.demo .section--hero__text h2 {
  font-weight: 600;
}
body.demo .section--hero__text h4 {
  font-weight: 300;
}
body.demo .section--hero__text a {
  font-size: 2rem;
}
body.demo .section--hero__text--heading {
  color: ;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  line-height: 1.16;
}
body.demo .section--hero__logo {
  text-align: center;
}
body.demo .section--hero__logo svg {
  height: 30rem;
}
body.demo .form--add {
  width: 75%;
}
body.demo .form--add__label {
  font-weight: 400;
  margin-bottom: 0.5rem;
  display: block;
}
body.demo .form--add__input {
  width: 100%;
  margin-bottom: 1.5rem;
}
body.demo .form--add__input--submit {
  text-transform: uppercase;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 300;
  width: 100%;
  background: #00f;
  -webkit-border-radius: 0.6rem;
  border-radius: 0.6rem;
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}
body.demo .section--form__text--heading {
  color: ;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  line-height: 1.16;
}
body.demo .section--stats {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body.demo .section--stats__item {
  margin-top: 3rem;
  width: 30%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 2rem;
  background: #eee;
  display: flex-item;
}
body.demo .section--footer {
  text-align: center;
}
body.demo .section--footer a {
  text-decoration: none;
}
body.demo .stat-multiplier:after {
  content: "%";
}

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