@-webkit-keyframes twistOutRight { 
  
    0% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(-360deg) scale(1);
    }  
    
    100% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateX(300%);
    }
    
  }
  @keyframes twistOutRight {
    
    0% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(-360deg) scale(1);
    }  
    
    100% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateX(300%);
    }
    
  }
  
  .twistOutRight {
    -webkit-animation-name: twistOutRight;
    animation-name: twistOutRight;
  }
  
  @-webkit-keyframes twistOutLeft { 
    
    0% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(360deg) scale(1);
    }  
    
    100% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateX(-300%);
    }
    
  }
  @keyframes twistOutLeft {
    
    0% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(360deg) scale(1);
    }  
    
    100% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateX(-300%);
    }
    
  }
  
  .twistOutLeft {
    -webkit-animation-name: twistOutLeft;
    animation-name: twistOutLeft;
  }
  
  
  @-webkit-keyframes twistOutUp { 
    
    0% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(360deg) scale(1);
    }  
    
    100% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateY(-300%);
    }
  
  }
  
  @keyframes twistOutUp {
    
    0% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(360deg) scale(1);
    }  
    
    100% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateY(-300%);
    }
    
  }
  
  .twistOutUp {
    -webkit-animation-name: twistOutUp;
    animation-name: twistOutUp;
  }
  
  @-webkit-keyframes twistOutDown {
    
    0% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(-360deg) scale(1);
    }  
    
    100% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateY(300%);
    }
    
  }
  
  @keyframes twistOutDown {
    
    0% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(-360deg) scale(1);
    }  
    
    100% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateY(300%);
    }
    
  }
  
  .twistOutDown {
    -webkit-animation-name: twistOutDown;
    animation-name: twistOutDown;
  }
  
  @-webkit-keyframes twistInDown {
    
    0% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateY(300%);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(360deg) scale(1);
    }  
  
    100% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
  }
  
  @keyframes twistInDown {
  
    0% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateY(300%);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(360deg) scale(1);
    }  
  
    100% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
  }
  
  .twistInDown {
    -webkit-animation-name: twistInDown;
    animation-name: twistInDown;
  }
  
  @-webkit-keyframes twistInUp {
    
    0% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateY(-300%);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(-360deg) scale(1);
    }  
  
    100% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
  }
  
  @keyframes twistInUp {
    
    0% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateY(-300%);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(-360deg) scale(1);
    }  
  
    100% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
  }
  
  .twistInUp {
    -webkit-animation-name: twistInUp;
    animation-name: twistInUp;
  }
  
  
  @-webkit-keyframes twistInLeft {
    
    0% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateX(-100%);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(-360deg) scale(1);
    }  
  
    100% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
  }
  
  @keyframes twistInLeft {
    
    0% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateX(-100%);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(-360deg) scale(1);
    }  
  
    100% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
  }
  
  .twistInLeft {
    -webkit-animation-name: twistInLeft;
    animation-name: twistInLeft;
  }
  
  @-webkit-keyframes twistInRight {
    
    0% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateX(100%);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(360deg) scale(1);
    }  
  
    100% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
  }
  
  @keyframes twistInRight {
    
   0% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(1) translateX(100%);
    }
    
    50% {
      opacity: 1;
      transform: translateY(0px) rotate(360deg) scale(1);
    }  
  
    100% {
      opacity: 1;
      transform: translateY(0px) rotate(0deg) scale(1);
    }
    
  }
  
  .twistInRight {
    -webkit-animation-name: twistInRight;
    animation-name: twistInRight;
  }
  
  @keyframes backInDown {
    0% {
      transform: translateY(-1200px) scale(.7);
      opacity: .7;
    }
  
    80% {
      transform: translateY(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  .backInDown {
    -webkit-animation: backInDown 1.5s;
    animation: backInDown 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  @-webkit-keyframes backInRight {
    0% {
      transform: translateX(2000px) scale(.7);
      opacity: .7;
    }
  
    80% {
      transform: translateX(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @keyframes backInRight {
    0% {
      transform: translateX(2000px) scale(.7);
      opacity: .7;
    }
  
    80% {
      transform: translateX(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  .backInRight {
    -webkit-animation: backInRight 1.5s;
    animation: backInRight 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  @-webkit-keyframes backInLeft {
    0% {
      transform: translateX(-2000px) scale(.7);
      opacity: .7;
    }
  
    80% {
      transform: translateX(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @keyframes backInLeft {
    0% {
      transform: translateX(-2000px) scale(.7);
      opacity: .7;
    }
  
    80% {
      transform: translateX(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  .backInLeft {
    -webkit-animation: backInLeft 1.5s;
    animation: backInLeft 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  @-webkit-keyframes backInUp {
    0% {
      transform: translateY(1200px) scale(.7);
      opacity: .7;
    }
  
    80% {
      transform: translateY(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @keyframes backInUp {
    0% {
      transform: translateY(1200px) scale(.7);
      opacity: .7;
    }
  
    80% {
      transform: translateY(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  .backInUp {
    -webkit-animation: backInUp 1.5s;
    animation: backInUp 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  @-webkit-keyframes backOutDown {
    0% {
      transform: scale(1);
      opacity: 1;
    }
  
    20% {
      transform: translateY(0px) scale(.7);
      opacity: .7;
    }
  
    100%   {
      transform: translateY(700px) scale(.7);
      opacity: .7;
    }
  }
  
  @keyframes backOutDown {
    0% {
      transform: scale(1);
      opacity: 1;
    }
  
    20% {
      transform: translateY(0px) scale(.7);
      opacity: .7;
    }
  
    100%   {
      transform: translateY(700px) scale(.7);
      opacity: .7;
    }
  }
  
  .backOutDown {
    -webkit-animation: backOutDown 1.5s;
    animation: backOutDown 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  @-webkit-keyframes backOutLeft {
    0% {
      transform: scale(1);
      opacity: 1;
    }
  
    20% {
      transform: translateX(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: translateX(-2000px) scale(.7);
      opacity: .7;
    }
  }
  
  @keyframes backOutLeft {
    0% {
      transform: scale(1);
      opacity: 1;
    }
  
    20% {
      transform: translateX(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: translateX(-2000px) scale(.7);
      opacity: .7;
    }
  }
  
  .backOutLeft {
    -webkit-animation: backOutLeft 1.5s;
    animation: backOutLeft 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  @-webkit-keyframes backOutRight {
    0% {
      transform: scale(1);
      opacity: 1;
    }
  
    20% {
      transform: translateX(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: translateX(2000px) scale(.7);
      opacity: .7;
    }
  }
  
  @keyframes backOutRight {
    0% {
      transform: scale(1);
      opacity: 1;
    }
  
    20% {
      transform: translateX(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: translateX(2000px) scale(.7);
      opacity: .7;
    }
  }
  
  .backOutRight {
    -webkit-animation: backOutRight 1.5s;
    animation: backOutRight 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  @-webkit-keyframes backOutUp {
    0% {
      transform: scale(1);
      opacity: 1;
    }
  
    20% {
      transform: translateY(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: translateY(-700px) scale(.7);
      opacity: .7;
    }
  }
  
  @keyframes backOutUp {
    0% {
      transform: scale(1);
      opacity: 1;
    }
  
    20% {
      transform: translateY(0px) scale(.7);
      opacity: .7;
    }
  
    100% {
      transform: translateY(-700px) scale(.7);
      opacity: .7;
    }
  }
  
  .backOutUp {
    -webkit-animation: backOutUp 1.5s;
    animation: backOutUp 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  /*-----------------------------------*\
    $RESET
  \*-----------------------------------*/
  
  body {
    overflow-x: hidden;
  }
  
  *, :before, :after {
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  input, select, button, textarea {
    font: inherit;
    color: inherit;
  }
  
  /*-----------------------------------*\
    $OBJECTS
  \*-----------------------------------*/
  
  .butt, .input {
    padding: .75rem;
    margin: .375rem;
  
    background-color: transparent;
    border-radius: 4px;
  }
  
    .butt:focus, .input:focus {
      outline: none;
    }
  
  .butt {
    border: 2px solid #f35626;
    line-height: 1.375;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  
    font-weight: 700;
  
    color: #f35626;
  
    cursor: pointer;
    -webkit-animation: hue 60s infinite linear;
  }
  
    .butt--primary {
      background-color: #f35626;
      color: #fff;
    }
  
  .input {
    border: 1px solid #c0c8c9;
    border-radius: 4px;
  }
  
  
  /*-----------------------------------*\
    $TYPOGRAPHY
  \*-----------------------------------*/
  
  h1, .alpha {
    margin-bottom: 1.5rem;
  
    font-size: 3rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: -.05em;
  }
  
  h2, .beta {
    margin-bottom: .75rem;
  
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
  }
  
  @media (min-width: 650px) {
    .mega {
      font-size: 6rem;
      line-height: 1;
    }
  }
  
  .subhead, .meta {
    color: #7b8993;
  }
  
  .promo {
    text-align: center;
  }
  
  p, hr, form {
    margin-bottom: 1.5rem;
  }
  
  hr {
    border: none;
    margin-top: -1px;
    height: 1px;
    background-color: #c0c8c9;
    background-image: -webkit-linear-gradient(0deg, #fff, #c0c8c9, #fff);
  }
  
  a {
    color: inherit;
    text-decoration: underline;
    -webkit-animation: hue 60s infinite linear;
  }
  
    a:hover {
      color: #f35626;
    }
  
  /*-----------------------------------*\
    $LAYOUT
  \*-----------------------------------*/
  
  body {
    overflow: hidden;
  }
  
  .wrap {
    min-width: 600px;
    margin: 0 auto;
  }
  
  .island {
    padding: 1.5rem;
  }
  
  .isle {
    padding: .75rem;
  }
  
  .spit {
    padding: .375rem;
  }
  
  /*-----------------------------------*\
    $BASE
  \*-----------------------------------*/
  
  html {
    font: 100%/1.5 "Roboto", Verdana, sans-serif;
    color: #3d464d;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    width: 100%;
  
    overflow: hidden-x;
  
    /* Centering in The Unknown */
    text-align: center;
  }
  
  @media (min-width: 650px) {
    html {
      height: 100%;
    }
  
    html:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em;
    }
  
    body {
      display: inline-block;
      vertical-align: middle;
      max-width: 38rem;
    }
  }
  
  /*-----------------------------------*\
    $HEADER
  \*-----------------------------------*/
  
  .site__header {
    -webkit-animation: bounceInUp 1s;
  }
  
    .site__title {
      color: #f35626;
      background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-animation: hue 60s infinite linear;
    }
  
  .site__content {
    -webkit-animation: bounceInUp 1s;
    -webkit-animation-delay: .1s;
  }
  
    .site__content form {
      -webkit-animation: bounceInUp 1s;
      -webkit-animation-delay: .1s;
    }
  
  /*-----------------------------------*\
    $ANIMATIONS
  \*-----------------------------------*/
  
  @-webkit-keyframes hue {
    from {
      -webkit-filter: hue-rotate(0deg);
    }
  
    to {
      -webkit-filter: hue-rotate(-360deg);
    }
  }
  