@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,500,700,900);
@font-face {
  font-family: 'bozon';
  src: url("fonts/bozon_web.eot");
  /* IE9 Compat Modes */
  src: url("webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bozon_web.woff2") format("woff2"), url("fonts/bozon_web.woff") format("woff"), url("fonts/bozon_web.ttf") format("truetype"), url("fonts/bozon_web.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@keyframes dissapear {
  from {
    opacity: 1;
    transform: translateY(0) scale(1, 1); }
  to {
    opacity: 0;
    transform: translateY(10px) scale(1, 0.5); } }
@keyframes envelopeAppear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes letterPop {
  from {
    height: 0;
    bottom: 30px; }
  to {
    height: 200px;
    bottom: 10px; } }
@keyframes appearText {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes grow {
  from {
    padding: 100px 0; }
  to {
    padding: 200px 0; } }
@keyframes flash {
  0% {
    color: #d2086a;
    transform: translateY(0); }
  49% {
    color: #d2086a;
    transform: translateY(50px); }
  50% {
    color: #d2086a;
    transform: translateY(50px); }
  100% {
    color: #d2086a;
    transform: translateY(0); } }
@keyframes happy {
  0% {
    color: #d2086a;
    transform: translateY(0); }
  50% {
    color: #d2086a;
    transform: translateY(20px); }
  100% {
    color: #d2086a;
    transform: translateY(0); } }
@keyframes runaway {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100px); } }
@keyframes bounce-7 {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(1.1, 0.9) translateY(0); }
  30% {
    transform: scale(0.9, 1.1) translateY(-30px); }
  50% {
    transform: scale(1.05, 0.95) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(-2px); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }
.reveal {
  animation: appearText;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

.reveal1 {
  animation: appearText;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards; }

.reveal2 {
  animation: appearText;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards; }

.reveal3 {
  animation: appearText;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards; }

.reveal4 {
  animation: appearText;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards; }

.grow {
  animation: grow;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

.how-one, .how-two, .how-three, .how-title, .how-shipping, .convinced-title, .convinced-subtitle {
  opacity: 0;
  display: block;
  margin: auto;
  width: 90%; }

.underline {
  text-decoration: underline; }

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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  color: #444444; }

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; }

.hide {
  display: none; }

.show {
  display: block; }

.pink {
  color: #d2086a !important; }

h1 {
  font-family: "Anton";
  text-transform: uppercase;
  font-size: 2em;
  color: #d2086a; }

h2 {
  font-family: "Roboto";
  line-height: 1.2;
  padding: 10px 0;
  font-size: 1em; }

h4 {
  font-family: "Roboto";
  margin-bottom: 5px; }

h5 {
  font-family: "Roboto"; }

.button {
  background: #d2086a;
  padding: 20px;
  box-sizing: border-box;
  max-width: 250px;
  width: 100%;
  margin-top: 10px;
  color: white;
  font-family: "Roboto";
  text-align: center; }

#container {
  width: 100%;
  display: block;
  flex-direction: row;
  margin: auto; }

#logo {
  width: 100%;
  max-width: 350px;
  position: fixed;
  padding: 20px;
  background: #0C184f;
  z-index: 99999; }
  #logo img {
    width: 100%; }

#hero {
  width: 100%;
  background-image: url(backFetti.png);
  background-size: cover;
  background-color: #fff45c;
  padding: 30px 0; }

#hero-container {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
  max-width: 1200px; }
  #hero-container #left {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-start;
    justify-content: center;
    max-width: 500px; }
    #hero-container #left img {
      width: 100%;
      max-width: 200px;
      margin-bottom: 20px; }
  #hero-container #right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%; }
    #hero-container #right img {
      width: 100%; }
  #hero-container h2 {
    font-size: 2em;
    font-family: "Bozon";
    max-width: 400px;
    color: #d2086a;
    opacity: 0;
    line-height: 1; }
  #hero-container h3 {
    font-family: "Roboto";
    font-size: 16pt;
    opacity: 0;
    line-height: 1.3;
    font-weight: 300; }

#envelope {
  width: 100%;
  min-height: 70vh;
  background: #0C184f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #envelope h2 {
    font-family: "bozon", sans-serif;
    margin-bottom: 30px;
    color: white;
    font-size: 3em;
    opacity: 0;
    animation: appearText;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 2s;
    text-align: center;
    width: 80%;
    letter-spacing: -1px; }
  #envelope #envelope-container {
    width: 300px;
    height: 350px;
    position: relative;
    display: block;
    margin: auto;
    opacity: 0;
    animation-name: envelopeAppear;
    animation-duration: 0.5s;
    animation-fill-mode: forwards; }
    #envelope #envelope-container .back {
      width: 100%;
      position: absolute;
      bottom: 5px; }
    #envelope #envelope-container .mid {
      width: 100%;
      position: absolute;
      bottom: 15px;
      animation-name: letterPop;
      animation-fill-mode: forwards;
      animation-duration: 2s; }
    #envelope #envelope-container .front {
      width: 100%;
      position: absolute;
      bottom: 0; }

#how-it-works {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0 auto;
  margin-bottom: 50px;
  padding: 20px 0; }
  #how-it-works h2 {
    text-align: center;
    font-family: "Anton";
    text-transform: uppercase;
    font-size: 32pt;
    color: #444444; }
  #how-it-works h5 {
    margin-top: 70px;
    text-align: center;
    font-size: 10pt;
    color: darkgrey; }
  #how-it-works ul {
    width: 100%;
    display: flex;
    justify-content: space-around; }
  #how-it-works li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    text-align: center;
    font-family: "Roboto";
    font-size: 14pt; }
    #how-it-works li img {
      width: 100%;
      max-width: 100px; }

#convinced {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 250px 0;
  background-color: #22e1ff;
  background-image: url(backFetti.png);
  background-size: cover;
  background-repeat: no-repeat; }
  #convinced h2 {
    font-family: "Anton";
    text-transform: uppercase;
    font-size: 32pt;
    color: #0C184f;
    text-align: center;
    margin: auto; }
  #convinced h3 {
    text-align: center;
    margin-top: 20px;
    font-family: "Roboto";
    color: #444444;
    font-size: 32pt;
    font-weight: 300;
    width: 90%;
    margin: auto; }
  #convinced #left {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-start;
    justify-content: center; }
  #convinced #right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin: auto; }
    #convinced #right img {
      width: 100%; }

#typical-box {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  padding: 30px 0;
  background: #fafafa; }
  #typical-box h2 {
    font-family: "Anton";
    text-transform: uppercase;
    font-size: 32pt;
    color: #444444; }
  #typical-box p {
    font-family: sans-serif;
    line-height: 1.4;
    font-size: 16pt; }
  #typical-box #left, #typical-box #right {
    width: 50%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center; }
    #typical-box #left h3, #typical-box #right h3 {
      font-family: "Bozon";
      font-size: 2em;
      margin-top: 20px; }
    #typical-box #left h4, #typical-box #right h4 {
      font-family: "Roboto";
      font-weight: 900;
      padding: 10px 0;
      box-sizing: border-box; }
    #typical-box #left img, #typical-box #right img {
      width: 100%;
      max-width: 500px;
      border-radius: 30px; }
    #typical-box #left ul, #typical-box #right ul {
      text-align: left; }
      #typical-box #left ul li, #typical-box #right ul li {
        margin-bottom: 5px;
        font-family: "Roboto"; }
  #typical-box .boxToggle {
    font-family: "Roboto";
    text-transform: uppercase;
    border: solid 2px #22e1ff;
    padding: 10px;
    min-width: 150px;
    text-align: center;
    color: #22e1ff;
    cursor: pointer;
    opacity: 0.4;
    margin-bottom: 20px; }
  #typical-box .boxToggle:hover {
    opacity: 0.9; }

#social {
  background: #fff45c;
  padding: 30px 0; }
  #social h2 {
    text-align: center;
    font-family: "Anton";
    text-transform: uppercase;
    font-size: 32pt;
    color: #444444;
    width: 90%;
    margin: auto; }
  #social .social-gallery {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    #social .social-gallery .gallery-image {
      width: 200px; }
      #social .social-gallery .gallery-image img {
        width: 100%; }
  #social h3 {
    text-align: center;
    font-family: "Bozon";
    font-size: 32pt;
    padding: 10px 0;
    color: #444444; }
  #social h4 {
    text-align: center;
    width: 100%;
    padding-bottom: 10px; }
  #social ul {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    max-width: 220px;
    justify-content: space-between; }
    #social ul li {
      width: 60px; }
      #social ul li img {
        width: 100%; }
      #social ul li svg {
        display: block;
        fill: #444444;
        width: 50px;
        margin: auto; }

#website {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #22e1ff;
  padding: 100px 0; }
  #website h2 {
    color: #444444;
    width: 80%;
    text-align: center;
    padding: 0; }
  #website h3 {
    color: #d2086a;
    font-family: "Anton";
    text-transform: uppercase;
    font-size: 5em;
    padding: 10px 0; }
  #website h4 {
    font-family: "Bozon";
    font-size: 16pt;
    text-align: center;
    padding: 10px 0; }

#staging {
  text-align: center;
  font-size: 18pt;
  width: 80%;
  margin: auto;
  padding: 50px 0;
  opacity: 0;
  display: none; }
  #staging a {
    text-decoration: none;
    color: #d2086a; }
  #staging h3 {
    font-family: "Roboto";
    color: darkgrey;
    padding: 30px 0; }

.font-force {
  font-family: "Bozon";
  color: #d2086a;
  text-decoration: underline; }

#ask {
  background: #fff45c;
  text-align: center;
  padding: 200px 0; }
  #ask p {
    width: 80%;
    margin: auto;
    font-size: 4em;
    line-height: 1.2;
    font-family: "Bozon"; }
  #ask h2 {
    font-size: 18pt;
    margin-bottom: 20px;
    width: 80%;
    margin: auto;
    color: #444444; }
  #ask ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 600px;
    padding: 50px 0;
    margin: auto;
    align-items: center; }
    @media screen and (max-width: 600px) {
      #ask ul {
        flex-direction: column; } }
  #ask #yes {
    font-family: "Bozon";
    margin-bottom: 10px;
    animation-name: bounce-7;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    font-size: 28pt;
    color: #d2086a;
    cursor: pointer; }
  #ask #no {
    font-size: 18pt;
    font-family: "Roboto";
    cursor: none; }
  #ask #no::after {
    content: "No"; }
  #ask #no:hover {
    animation-name: dissapear;
    animation-duration: 1s;
    animation-fill-mode: forwards; }
  #ask #no:after:hover {
    content: ""; }

#answer {
  display: none;
  padding: 200px 0;
  width: 90%;
  margin: auto; }
  #answer h2 {
    text-align: center;
    font-family: "Bozon";
    text-transform: uppercase;
    color: #d2086a;
    font-size: 3em;
    width: 80%;
    margin: auto; }
  #answer p {
    text-align: center;
    width: 90%;
    margin: auto;
    font-family: "Roboto"; }

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #0C184f;
  padding: 50px;
  box-sizing: border-box; }
  footer #f-social {
    width: 80%;
    display: flex;
    padding: 50px 0;
    box-sizing: border-box; }
    footer #f-social #f-logo {
      width: 50%; }
      footer #f-social #f-logo img {
        width: 150px; }
    footer #f-social ul {
      width: 50%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      footer #f-social ul li {
        text-align: right;
        width: 40px;
        padding: 0 20px; }
        footer #f-social ul li img {
          width: 40px; }
  footer #f-legal {
    width: 100%;
    display: flex;
    color: white;
    font-family: "Anton";
    text-transform: uppercase; }
    footer #f-legal a {
      color: white;
      text-decoration: none; }
    footer #f-legal h2 {
      width: 0%; }
    footer #f-legal ul {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      footer #f-legal ul li {
        margin: 0 10px; }

@media screen and (max-width: 900px) {
  #logo {
    max-width: none;
    padding: 0; }
    #logo img {
      width: 100%; }

  #typical-box {
    width: 100%;
    margin: auto;
    flex-direction: column-reverse; }
    #typical-box #left {
      width: 80%;
      margin-top: 20px; }
      #typical-box #left p {
        font-size: 12pt; }
    #typical-box #right {
      width: 80%;
      margin-top: 20px; }

  #ask p {
    font-size: 3em; }

  #ask h2 {
    font-size: 12pt; } }
@media screen and (max-width: 600px) {
  #hero-container {
    flex-direction: column; }
    #hero-container #left {
      width: 100%; }
    #hero-container #right {
      width: 100%;
      margin-top: 20px; }
      #hero-container #right img {
        width: 100%; }

  #how-it-works h2 {
    width: 90%;
    margin: auto; }
  #how-it-works li {
    font-size: 10pt;
    max-width: 150px; }

  #ask {
    padding: 80px 0; }

  #ask p {
    font-size: 1.5em; }

  footer {
    width: 100%;
    padding: 10px; }
    footer #f-social {
      width: 100%;
      display: flex;
      padding: 0;
      flex-direction: column;
      justify-content: center; }
      footer #f-social #f-logo {
        width: 50%;
        display: block;
        margin: auto;
        margin-bottom: 20px; }
        footer #f-social #f-logo img {
          width: 100%; }
      footer #f-social ul {
        width: 100%;
        justify-content: center;
        margin: 0; }
      footer #f-social li {
        margin-left: 0;
        padding: 0; }
    footer #f-legal {
      width: 95%;
      flex-direction: row;
      align-items: center; }
      footer #f-legal h2 {
        font-size: 8pt;
        width: 100%;
        text-align: center; }
      footer #f-legal ul {
        width: 40%;
        font-weight: 100; } }

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