@import url('https://fonts.googleapis.com/css?family=Varela+Round:400');


.hey {
  width               : 100%;
  min-width           : 320px;
  height              : 100vh;
  min-height          : 621px;
  position            : relative;
  overflow            : hidden;
  margin              : 0px;
  background          : rgba(149, 125, 255, 1.0);
}
a {
  text-decoration     : none;
}
div {
  -webkit-text-size-adjust: none;
}
.an-animation-enter {
  opacity             : 0;
  transform           : translate(0, 25px);
  display             : block;
  -webkit-animation   : an-animation-enter-frames 0.5s ease-in-out 1 normal forwards;
  -moz-animation      : an-animation-enter-frames 0.5s ease-in-out 1 normal forwards;
  -o-animation        : an-animation-enter-frames 0.5s ease-in-out 1 normal forwards;
  animation           : an-animation-enter-frames 0.5s ease-in-out 1 normal forwards;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay  : 0s;
  animation-delay     : 0s;
}
@-webkit-keyframes an-animation-enter-frames {
  0%
   
  {
  opacity: 0;
  transform: translate(0, 25px);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: translate(0,0);
    }
}
@-moz-keyframes an-animation-enter-frames {
  0%
   
  {
  opacity: 0;
  transform: translate(0, 25px);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: translate(0,0);
    }
}
@-o-keyframes an-animation-enter-frames {
  0%
   
  {
  opacity: 0;
  transform: translate(0, 25px);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: translate(0,0);
    }
}
@keyframes an-animation-enter-frames {
  0%
   
  {
  opacity: 0;
  transform: translate(0, 25px);
    }
  
    
  100%
   
  {
  opacity: 1;
  transform: translate(0,0);
    }
}
.hey .centered {
  background          : rgba(255, 255, 255, 0.0);
  width               : 66px;
  margin-right        : 6px;
  height              : 29px;
  pointer-events      : auto;
  margin-top          : -15px;
  margin-left         : -6px;
  position            : relative;
  margin-bottom       : 15px;
}
.hey .centered-layout-container {
  pointer-events      : none;
  flex-direction      : column;
  top                 : 0;
  align-items         : center;
  height              : 100%;
  width               : 100%;
  justify-content     : center;
  position            : absolute;
  margin              : 0;
  display             : flex;
  left                : 0;
}
.hey .centered .label1 {
  background          : rgba(255, 255, 255, 0.0);
  top                 : 0px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : -1px;
  font-family         : "Varela Round", Helvetica, Arial, serif;
  font-weight         : 400;
  font-style          : normal;
  font-size           : 20.0px;
  color               : rgba(255, 255, 255, 1.0);
  text-align          : center;
  line-height         : 24.0px;
}
.hey .terms {
  background          : rgba(255, 255, 255, 0.0);
  width               : 123px;
  height              : auto;
  pointer-events      : auto;
  position            : relative;
  transition          : all 0.2s ease-in-out;
  font-family         : "Varela Round", Helvetica, Arial, serif;
  font-weight         : 400;
  font-style          : normal;
  font-size           : 10.0px;
  color               : rgba(255, 255, 255, 0.75);
  text-align          : center;
  line-height         : 12.0px;
}
.hey .terms-layout-container {
  pointer-events      : none;
  flex-direction      : column;
  top                 : 556px;
  align-items         : center;
  height              : auto;
  width               : 100%;
  position            : absolute;
  margin              : 0;
  display             : flex;
  left                : 0;
}
.hey .terms:hover {
  transform           : scale(0.9);
}
.hey .privacy-policy {
  background          : rgba(255, 255, 255, 0.0);
  width               : 123px;
  height              : auto;
  pointer-events      : auto;
  position            : relative;
  transition          : all 0.2s ease-in-out;
  font-family         : "Varela Round", Helvetica, Arial, serif;
  font-weight         : 400;
  font-style          : normal;
  font-size           : 10.0px;
  color               : rgba(255, 255, 255, 0.75);
  text-align          : center;
  line-height         : 12.0px;
}
.hey .privacy-policy-layout-container {
  pointer-events      : none;
  flex-direction      : column;
  top                 : 572px;
  align-items         : center;
  height              : auto;
  width               : 100%;
  position            : absolute;
  margin              : 0;
  display             : flex;
  left                : 0;
}
.hey .privacy-policy:hover {
  transform           : scale(0.9);
}
.hey .legal {
  background          : rgba(255, 255, 255, 0.0);
  width               : 123px;
  height              : auto;
  pointer-events      : auto;
  position            : relative;
  transition          : all 0.2s ease-in-out;
  font-family         : "Varela Round", Helvetica, Arial, serif;
  font-weight         : 400;
  font-style          : normal;
  font-size           : 10.0px;
  color               : rgba(255, 255, 255, 0.75);
  text-align          : center;
  line-height         : 12.0px;
}
.hey .legal-layout-container {
  pointer-events      : none;
  flex-direction      : column;
  top                 : 588px;
  align-items         : center;
  height              : auto;
  width               : 100%;
  position            : absolute;
  margin              : 0;
  display             : flex;
  left                : 0;
}
.hey .legal:hover {
  transform           : scale(0.9);
}
/* .anima-animate-appear prefix for appear animations */
.anima-animate-appear {
  opacity             : 0;
  display             : block;
  -webkit-animation   : anima-reveal 0.3s ease-in-out 1 normal forwards;
  -moz-animation      : anima-reveal 0.3s ease-in 1 normal forwards;
  -o-animation        : anima-reveal 0.3s ease-in-out 1 normal forwards;
  animation           : anima-reveal 0.3s ease-in-out 1 normal forwards;
}
.anima-animate-disappear {
  opacity             : 1;
  display             : block;
  -webkit-animation   : anima-reveal 0.3s ease-in-out 1 reverse forwards;
  -moz-animation      : anima-reveal 0.3s ease-in 1 normal forwards;
  -o-animation        : anima-reveal 0.3s ease-in-out 1 reverse forwards;
  animation           : anima-reveal 0.3s ease-in-out 1 reverse forwards;
}
.anima-animate-nodelay {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay  : 0;
  animation-delay     : 0;
}
@-webkit-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@-moz-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@-o-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}