@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Heebo:900|Inconsolata);
body {
  overflow: hidden;
  margin: 0px;
  width: 100vw;
  height: 100vh;
  background: #ef31f9 url('/img/djhoty.jpg') no-repeat center center;
  background-size: cover;
  /*background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ef31f9),
    to(rgba(125, 185, 232, 0))
  );
  background: linear-gradient(180deg, #ef31f9, rgba(125, 185, 232, 0));
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ef31f9", endColorstr="#007db9e8", GradientType=0);*/
}

body,
html {
  height: 100vh;
  width: 100vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: sans-serif;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: relative;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  padding: 0;
  border: 1px solid #0000ff;
  width: 80%;
  box-shadow: 4px 4px 0px #0000ff;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.twitter-share-button {
  margin-bottom: -5px;
  transform: scale(0.92);
}

.flex {
  display: flex;
}

#cat-bounce {
  height: 100vh;
  width: 100vw;
  flex-grow: 1;
  position: absolute;
  top: 0px;
  left: 0;
}

#catit {
  display: none;
  width: 120px;
  height: 100vh;
  background: rgba(0, 0, 0, 1);
  border-right: rgba(255, 255, 255, 0) solid;
}

#woof {
  display: none;
}

#catit-mobile {
  display: none;
  width: 100%;
  height: 50px;
  flex: 100%;
  flex-grow: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

#catit-mobile .box-mobile {
  position: relative;
  display: none;
  bottom: 9px;
  height: 50px;
  width: 320px;
  margin: 0 auto;
  background: #666;
  border: 0px solid black;
}

@media only screen and (min-width: 415px) {
  #catit-mobile {
    display: none;
  }
  #cat-bounce {
    height: 100vh;
    width: calc(100vw - 50px);
    position: relative;
    top: 0;
    left: 0;
  }
  #catit {
    display: none;
    width: 140px;
    height: 100vh;
    background: rgba(0, 0, 0, 1);
    border-right: none;
  }
  #catit .box {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 600px;
    width: 120px;
    background: rgba(0, 0, 0, 1);
    border: 0px solid #000;
  }
  #catit .mybox {
    position: absolute;
    top: 625px;
    left: 10px;
    height: 100px;
    width: 120px;
    background: #000;
    border: 0px solid #000;
    font-family: 'Inconsolata', monospace;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
  }
  .mybox a:link {
    color: #fff;
    font-family: 'Inconsolata', monospace;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mybox a:visited {
    color: #fff;
  }
  .mybox a:hover {
    color: #00afec;
  }
  .lil-links {
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
    line-height: 1.68em;
    font-family: 'Inconsolata', sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
  }
  .lil {
    border: 0;
    height: 1px;
    background: #918d8d;
    margin: 0px 20px 5px 20px;
  }
  .ill {
    border: 0;
    height: 1px;
    background: #fff;
    margin: 12px 25px 0px 25px;
  }
  .lnx {
    text-decoration: none;
    color: #fff;
    outline: none;
    cursor: pointer !important;
  }
  .lnx:hover,
  .lnx:focus {
    color: #666;
    text-decoration: none;
    cursor: pointer !important;
  }
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.close {
  color: #000000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 0px 16px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #000;
  margin-bottom: 15px;
}

h3 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  text-align: center;
}

.modal-body {
  margin: 0 auto;
  padding: 25px 25px;
  color: #000;
  background-color: #ffffff;
}

.bbb {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7em;
  font-size: 0.85rem;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.ccc {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4em;
  font-size: 0.92rem;
  color: #000;
  text-align: center;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a.uhhh:link {
  color: #00afec;
  text-decoration: none;
  transition: all 0.2s;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  outline: none;
  cursor: pointer !important;
}

a.uhhh:visited {
  color: #00afec;
  text-decoration: none;
  outline: none;
  cursor: pointer !important;
}

a.uhhh:hover {
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  outline: none;
  cursor: pointer !important;
}

a.site:link {
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  outline: none;
  cursor: pointer !important;
}

a.site:visited {
  color: #000;
  outline: none;
  cursor: pointer !important;
}

a.site:hover {
  color: #00afec;
  text-decoration: none;
  transition: all 0.2s;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  outline: none;
  cursor: pointer !important;
}

.modal-footer {
  font-family: 'neue-haas-unica', sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 2px 16px;
  background-color: #ffffff;
  color: #000;
  font-size: 0.9rem;
}

.btn {
  position: fixed;
  top: 0;
  margin: 0.5rem;
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 5px 5px;
  cursor: pointer;
  background: none;
  color: #fff;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
}

.outline {
  position: fixed;
  top: 0;
  margin: 0.7rem;
  -webkit-appearance: none;
  border: 3px solid #fff;
  outline: none;
  padding: 0px 10px;
  cursor: pointer;
  background: none;
  color: #fff;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-size: 1.4rem;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  font-weight: normal;
}

.outline2 {
  position: fixed;
  bottom: 0px;
  margin: 0.5rem;
  -webkit-appearance: none;
  border: 0px solid rgba(255, 255, 255, 0);
  outline: none;
  padding: 10px 18px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  color: #000;
  max-width: 300px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.lil-text {
  font-size: 14px;
  margin: 13px auto 12px;
  padding: 0;
  line-height: 1.2em;
  font-family: 'Inconsolata', sans-serif;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.lil-nav a:link {
  text-decoration: none;
  color: #00afec;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.lil-nav a:visited {
  text-decoration: none;
  color: #00afec;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.lil-nav a:hover {
  text-decoration: none;
  color: #8cc9ff;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.lil-nav {
  text-align: center;
  font-family: 'neue-haas-unica', sans-serif;
  font-size: 14px;
  margin: 0 auto 12px;
  padding: 0;
  color: #00afec;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#makeItRain {
  right: 0;
  cursor: pointer;
}

#woof {
  right: 0;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#questions {
  cursor: pointer;
  left: 0;
}

#questions:hover {
  opacity: 0.5;
  cursor: pointer;
}

/*#twizzlers {
	display: none;
}*/

#wobble {
  top: 0;
  left: 40px;
  cursor: default;
  letter-spacing: 0.2rem;
  display: none;
}

@media only screen and (min-width: 415px) {
  .btn {
    font-size: 1.4rem;
    padding: 5px 10px;
    margin: 1rem;
    letter-spacing: 0.15rem;
    font-weight: normal;
    text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  }
  #questions {
    cursor: pointer;
    left: 10px;
  }
  #woof {
    display: block;
  }
  /*#twizzlers {
    right: 0px;
	cursor: pointer;
	display: block;
}
	.woof {
        font-size: 1.4rem;
        padding: 5px 10px;
        margin: 1rem;
        letter-spacing: 0.15rem;
        font-weight: normal;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
		
    }
	.woof a:link {
		text-decoration: none;
		color: #fff;
	}
	
	.woof a:visited {
		text-decoration: none;
		color: #fff;
	}*/
  #wobble {
    top: 0;
    left: 45px;
    cursor: default;
    letter-spacing: 0.2rem;
    display: block;
  }
  .modal-content {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #000;
    width: 50%;
    max-width: 580px;
    box-shadow: 4px 4px 0px #000;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }
  .modal-body {
    margin: 0 auto;
    padding: 40px 50px;
    color: #000;
    background-color: #ffffff;
  }
  .bbb {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7em;
    font-size: 0.98rem;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .ccc {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6em;
    font-size: 0.98rem;
    color: #000;
    text-align: center;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

.anim-text-flow span,
.anim-text-flow-hover:hover span {
  animation-name: anim-text-flow-keys;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes anim-text-flow-keys {
  0% {
    color: #f3543f;
  }
  .4% {
    color: #f33fed;
  }
  .8% {
    color: #3ff38a;
  }
  1.2% {
    color: #3ff378;
  }
  1.6% {
    color: #3f6ff3;
  }
  2% {
    color: #f33f66;
  }
  2.4% {
    color: #84f33f;
  }
  2.8% {
    color: #3ff3ea;
  }
  3.2% {
    color: #f33fc0;
  }
  3.6% {
    color: #3f7bf3;
  }
  4% {
    color: #c9f33f;
  }
  4.4% {
    color: #f03ff3;
  }
  4.8% {
    color: #3f5df3;
  }
  5.2% {
    color: #f34e3f;
  }
  5.6% {
    color: #f3bd3f;
  }
  6% {
    color: #f33fb7;
  }
  6.4% {
    color: #3ff3cc;
  }
  6.8% {
    color: #3ff3cc;
  }
  7.2% {
    color: #f3453f;
  }
  7.6% {
    color: #3ff37e;
  }
  8% {
    color: #3fd5f3;
  }
  8.4% {
    color: #c03ff3;
  }
  8.8% {
    color: #3fc3f3;
  }
  9.2% {
    color: #3faef3;
  }
  9.6% {
    color: #d23ff3;
  }
  10% {
    color: #3ff3de;
  }
  10.4% {
    color: #423ff3;
  }
  10.8% {
    color: #3fbdf3;
  }
  11.2% {
    color: #3ff372;
  }
  11.6% {
    color: #cf3ff3;
  }
  12% {
    color: #8d3ff3;
  }
  12.4% {
    color: #753ff3;
  }
  12.8% {
    color: #f38a3f;
  }
  13.2% {
    color: #f3603f;
  }
  13.6% {
    color: #843ff3;
  }
  14% {
    color: #9f3ff3;
  }
  14.4% {
    color: #bd3ff3;
  }
  14.8% {
    color: #8df33f;
  }
  15.2% {
    color: #f33fb1;
  }
  15.6% {
    color: #933ff3;
  }
  16% {
    color: #3ff3b4;
  }
  16.4% {
    color: #3f51f3;
  }
  16.8% {
    color: #bdf33f;
  }
  17.2% {
    color: #f33f75;
  }
  17.6% {
    color: #3ff360;
  }
  18% {
    color: #ea3ff3;
  }
  18.4% {
    color: #f3d23f;
  }
  18.8% {
    color: #ea3ff3;
  }
  19.2% {
    color: #f0f33f;
  }
  19.6% {
    color: #3ff3b1;
  }
  20% {
    color: #783ff3;
  }
  20.4% {
    color: #f3c93f;
  }
  20.8% {
    color: #3ff3a5;
  }
  21.2% {
    color: #f33f5d;
  }
  21.6% {
    color: #3ff3d2;
  }
  22% {
    color: #3fc0f3;
  }
  22.4% {
    color: #7ef33f;
  }
  22.8% {
    color: #f3693f;
  }
  23.2% {
    color: #3ff33f;
  }
  23.6% {
    color: #d8f33f;
  }
  24% {
    color: #f33f78;
  }
  24.4% {
    color: #f33fbd;
  }
  24.8% {
    color: #3fe4f3;
  }
  25.2% {
    color: #3ff3d8;
  }
  25.6% {
    color: #3ff0f3;
  }
  26% {
    color: #e4f33f;
  }
  26.4% {
    color: #54f33f;
  }
  26.8% {
    color: #f33f75;
  }
  27.2% {
    color: #c6f33f;
  }
  27.6% {
    color: #f03ff3;
  }
  28% {
    color: #f3843f;
  }
  28.4% {
    color: #f38d3f;
  }
  28.8% {
    color: #bdf33f;
  }
  29.2% {
    color: #f3a83f;
  }
  29.6% {
    color: #963ff3;
  }
  30% {
    color: #dbf33f;
  }
  30.4% {
    color: #3ff351;
  }
  30.8% {
    color: #f3843f;
  }
  31.2% {
    color: #3ff3ae;
  }
  31.6% {
    color: #66f33f;
  }
  32% {
    color: #f33fe4;
  }
  32.4% {
    color: #f33f42;
  }
  32.8% {
    color: #f33f84;
  }
  33.2% {
    color: #603ff3;
  }
  33.6% {
    color: #3f78f3;
  }
  34% {
    color: #3ff3c9;
  }
  34.4% {
    color: #3ff357;
  }
  34.8% {
    color: #5af33f;
  }
  35.2% {
    color: #3ff3db;
  }
  35.6% {
    color: #f33f63;
  }
  36% {
    color: #3fa8f3;
  }
  36.4% {
    color: #3fabf3;
  }
  36.8% {
    color: #a2f33f;
  }
  37.2% {
    color: #f3ba3f;
  }
  37.6% {
    color: #4e3ff3;
  }
  38% {
    color: #9cf33f;
  }
  38.4% {
    color: #96f33f;
  }
  38.8% {
    color: #def33f;
  }
  39.2% {
    color: #633ff3;
  }
  39.6% {
    color: #6ff33f;
  }
  40% {
    color: #f33fa5;
  }
  40.4% {
    color: #f3663f;
  }
  40.8% {
    color: #5d3ff3;
  }
  41.2% {
    color: #8a3ff3;
  }
  41.6% {
    color: #453ff3;
  }
  42% {
    color: #3ff381;
  }
  42.4% {
    color: #bd3ff3;
  }
  42.8% {
    color: #3ff378;
  }
  43.2% {
    color: #db3ff3;
  }
  43.6% {
    color: #3fa2f3;
  }
  44% {
    color: #3ff3b7;
  }
  44.4% {
    color: #f33fa8;
  }
  44.8% {
    color: #f3513f;
  }
  45.2% {
    color: #5d3ff3;
  }
  45.6% {
    color: #f3513f;
  }
  46% {
    color: #a53ff3;
  }
  46.4% {
    color: #93f33f;
  }
  46.8% {
    color: #f3873f;
  }
  47.2% {
    color: #78f33f;
  }
  47.6% {
    color: #f33fcf;
  }
  48% {
    color: #f34e3f;
  }
  48.4% {
    color: #f34e3f;
  }
  48.8% {
    color: #f3ea3f;
  }
  49.2% {
    color: #f38a3f;
  }
  49.6% {
    color: #f03ff3;
  }
  50% {
    color: #543ff3;
  }
  50.4% {
    color: #3ff3c3;
  }
  50.8% {
    color: #633ff3;
  }
  51.2% {
    color: #a83ff3;
  }
  51.6% {
    color: #f3963f;
  }
  52% {
    color: #f3663f;
  }
  52.4% {
    color: #3ff387;
  }
  52.8% {
    color: #66f33f;
  }
  53.2% {
    color: #3ff3e1;
  }
  53.6% {
    color: #f34b3f;
  }
  54% {
    color: #b4f33f;
  }
  54.4% {
    color: #3f87f3;
  }
  54.8% {
    color: #f33f3f;
  }
  55.2% {
    color: #c33ff3;
  }
  55.6% {
    color: #f33f87;
  }
  56% {
    color: #f33f90;
  }
  56.4% {
    color: #d23ff3;
  }
  56.8% {
    color: #3ff3f0;
  }
  57.2% {
    color: #f33fd5;
  }
  57.6% {
    color: #3ff3e1;
  }
  58% {
    color: #ea3ff3;
  }
  58.4% {
    color: #3fa5f3;
  }
  58.8% {
    color: #f38d3f;
  }
  59.2% {
    color: #7e3ff3;
  }
  59.6% {
    color: #3ff3a5;
  }
  60% {
    color: #f33f90;
  }
  60.4% {
    color: #f33fae;
  }
  60.8% {
    color: #783ff3;
  }
  61.2% {
    color: #f33fba;
  }
  61.6% {
    color: #3f8af3;
  }
  62% {
    color: #54f33f;
  }
  62.4% {
    color: #d83ff3;
  }
  62.8% {
    color: #3ff35d;
  }
  63.2% {
    color: #3f96f3;
  }
  63.6% {
    color: #3ff342;
  }
  64% {
    color: #e13ff3;
  }
  64.4% {
    color: #abf33f;
  }
  64.8% {
    color: #f33fe1;
  }
  65.2% {
    color: #3ff38d;
  }
  65.6% {
    color: #6ff33f;
  }
  66% {
    color: #9f3ff3;
  }
  66.4% {
    color: #f33f7e;
  }
  66.8% {
    color: #6c3ff3;
  }
  67.2% {
    color: #3ff354;
  }
  67.6% {
    color: #3fc9f3;
  }
  68% {
    color: #93f33f;
  }
  68.4% {
    color: #3f5af3;
  }
  68.8% {
    color: #723ff3;
  }
  69.2% {
    color: #f33f4e;
  }
  69.6% {
    color: #f33f54;
  }
  70% {
    color: #453ff3;
  }
  70.4% {
    color: #81f33f;
  }
  70.8% {
    color: #f3ab3f;
  }
  71.2% {
    color: #e13ff3;
  }
  71.6% {
    color: #f33f93;
  }
  72% {
    color: #f33f48;
  }
  72.4% {
    color: #c9f33f;
  }
  72.8% {
    color: #f33fdb;
  }
  73.2% {
    color: #3ff3de;
  }
  73.6% {
    color: #3fc0f3;
  }
  74% {
    color: #51f33f;
  }
  74.4% {
    color: #f38d3f;
  }
  74.8% {
    color: #42f33f;
  }
  75.2% {
    color: #3ff34b;
  }
  75.6% {
    color: #f33f69;
  }
  76% {
    color: #f3783f;
  }
  76.4% {
    color: #3ff366;
  }
  76.8% {
    color: #f3573f;
  }
  77.2% {
    color: #f3e13f;
  }
  77.6% {
    color: #81f33f;
  }
  78% {
    color: #54f33f;
  }
  78.4% {
    color: #63f33f;
  }
  78.8% {
    color: #96f33f;
  }
  79.2% {
    color: #3fd5f3;
  }
  79.6% {
    color: #3ff3cf;
  }
  80% {
    color: #f33f8a;
  }
  80.4% {
    color: #69f33f;
  }
  80.8% {
    color: #7e3ff3;
  }
  81.2% {
    color: #5a3ff3;
  }
  81.6% {
    color: #f33f66;
  }
  82% {
    color: #3ff399;
  }
  82.4% {
    color: #de3ff3;
  }
  82.8% {
    color: #4e3ff3;
  }
  83.2% {
    color: #f33f3f;
  }
  83.6% {
    color: #f3873f;
  }
  84% {
    color: #3f4ef3;
  }
  84.4% {
    color: #3f45f3;
  }
  84.8% {
    color: #3f60f3;
  }
  85.2% {
    color: #f33f96;
  }
  85.6% {
    color: #f3a53f;
  }
  86% {
    color: #f36c3f;
  }
  86.4% {
    color: #f33fb1;
  }
  86.8% {
    color: #3f66f3;
  }
  87.2% {
    color: #ed3ff3;
  }
  87.6% {
    color: #3ff34b;
  }
  88% {
    color: #3f4ef3;
  }
  88.4% {
    color: #b4f33f;
  }
  88.8% {
    color: #f3c63f;
  }
  89.2% {
    color: #f33fe7;
  }
  89.6% {
    color: #f33f96;
  }
  90% {
    color: #3ff38d;
  }
  90.4% {
    color: #f3c03f;
  }
  90.8% {
    color: #f3b43f;
  }
  91.2% {
    color: #3f5af3;
  }
  91.6% {
    color: #51f33f;
  }
  92% {
    color: #4e3ff3;
  }
  92.4% {
    color: #f33fb7;
  }
  92.8% {
    color: #3ff366;
  }
  93.2% {
    color: #f33f7b;
  }
  93.6% {
    color: #f3a53f;
  }
  94% {
    color: #f3a53f;
  }
  94.4% {
    color: #f33f90;
  }
  94.8% {
    color: #573ff3;
  }
  95.2% {
    color: #f3b43f;
  }
  95.6% {
    color: #3f81f3;
  }
  96% {
    color: #3ff37b;
  }
  96.4% {
    color: #f33fd8;
  }
  96.8% {
    color: #3ff39f;
  }
  97.2% {
    color: #ea3ff3;
  }
  97.6% {
    color: #f33fc3;
  }
  98% {
    color: #3f87f3;
  }
  98.4% {
    color: #c33ff3;
  }
  98.8% {
    color: #ea3ff3;
  }
  99.2% {
    color: #3ff345;
  }
  99.6% {
    color: #3f87f3;
  }
  100% {
    color: #f33f81;
  }
}

.anim-text-flow span:nth-of-type(1),
.anim-text-flow-hover:hover span:nth-of-type(1) {
  animation-delay: -9.9s;
}

.anim-text-flow span:nth-of-type(2),
.anim-text-flow-hover:hover span:nth-of-type(2) {
  animation-delay: -9.8s;
}

.anim-text-flow span:nth-of-type(3),
.anim-text-flow-hover:hover span:nth-of-type(3) {
  animation-delay: -9.7s;
}

.anim-text-flow span:nth-of-type(4),
.anim-text-flow-hover:hover span:nth-of-type(4) {
  animation-delay: -9.6s;
}

.anim-text-flow span:nth-of-type(5),
.anim-text-flow-hover:hover span:nth-of-type(5) {
  animation-delay: -9.5s;
}

.anim-text-flow span:nth-of-type(6),
.anim-text-flow-hover:hover span:nth-of-type(6) {
  animation-delay: -9.4s;
}

.anim-text-flow span:nth-of-type(7),
.anim-text-flow-hover:hover span:nth-of-type(7) {
  animation-delay: -9.3s;
}

.anim-text-flow span:nth-of-type(8),
.anim-text-flow-hover:hover span:nth-of-type(8) {
  animation-delay: -9.2s;
}

.anim-text-flow span:nth-of-type(9),
.anim-text-flow-hover:hover span:nth-of-type(9) {
  animation-delay: -9.1s;
}

.anim-text-flow span:nth-of-type(10),
.anim-text-flow-hover:hover span:nth-of-type(10) {
  animation-delay: -9s;
}

.anim-text-flow span:nth-of-type(11),
.anim-text-flow-hover:hover span:nth-of-type(11) {
  animation-delay: -8.9s;
}

.anim-text-flow span:nth-of-type(12),
.anim-text-flow-hover:hover span:nth-of-type(12) {
  animation-delay: -8.8s;
}

.anim-text-flow span:nth-of-type(13),
.anim-text-flow-hover:hover span:nth-of-type(13) {
  animation-delay: -8.7s;
}

.anim-text-flow span:nth-of-type(14),
.anim-text-flow-hover:hover span:nth-of-type(14) {
  animation-delay: -8.6s;
}

.anim-text-flow span:nth-of-type(15),
.anim-text-flow-hover:hover span:nth-of-type(15) {
  animation-delay: -8.5s;
}

.anim-text-flow span:nth-of-type(16),
.anim-text-flow-hover:hover span:nth-of-type(16) {
  animation-delay: -8.4s;
}

.anim-text-flow span:nth-of-type(17),
.anim-text-flow-hover:hover span:nth-of-type(17) {
  animation-delay: -8.3s;
}

.anim-text-flow span:nth-of-type(18),
.anim-text-flow-hover:hover span:nth-of-type(18) {
  animation-delay: -8.2s;
}

.anim-text-flow span:nth-of-type(19),
.anim-text-flow-hover:hover span:nth-of-type(19) {
  animation-delay: -8.1s;
}

.anim-text-flow span:nth-of-type(20),
.anim-text-flow-hover:hover span:nth-of-type(20) {
  animation-delay: -8s;
}

.anim-text-flow span:nth-of-type(21),
.anim-text-flow-hover:hover span:nth-of-type(21) {
  animation-delay: -7.9s;
}

.anim-text-flow span:nth-of-type(22),
.anim-text-flow-hover:hover span:nth-of-type(22) {
  animation-delay: -7.8s;
}

.anim-text-flow span:nth-of-type(23),
.anim-text-flow-hover:hover span:nth-of-type(23) {
  animation-delay: -7.7s;
}

.anim-text-flow span:nth-of-type(24),
.anim-text-flow-hover:hover span:nth-of-type(24) {
  animation-delay: -7.6s;
}

.anim-text-flow span:nth-of-type(25),
.anim-text-flow-hover:hover span:nth-of-type(25) {
  animation-delay: -7.5s;
}

.anim-text-flow span:nth-of-type(26),
.anim-text-flow-hover:hover span:nth-of-type(26) {
  animation-delay: -7.4s;
}

.anim-text-flow span:nth-of-type(27),
.anim-text-flow-hover:hover span:nth-of-type(27) {
  animation-delay: -7.3s;
}

.anim-text-flow span:nth-of-type(28),
.anim-text-flow-hover:hover span:nth-of-type(28) {
  animation-delay: -7.2s;
}

.anim-text-flow span:nth-of-type(29),
.anim-text-flow-hover:hover span:nth-of-type(29) {
  animation-delay: -7.1s;
}

.anim-text-flow span:nth-of-type(30),
.anim-text-flow-hover:hover span:nth-of-type(30) {
  animation-delay: -7s;
}

.anim-text-flow span:nth-of-type(31),
.anim-text-flow-hover:hover span:nth-of-type(31) {
  animation-delay: -6.9s;
}

.anim-text-flow span:nth-of-type(32),
.anim-text-flow-hover:hover span:nth-of-type(32) {
  animation-delay: -6.8s;
}

.anim-text-flow span:nth-of-type(33),
.anim-text-flow-hover:hover span:nth-of-type(33) {
  animation-delay: -6.7s;
}

.anim-text-flow span:nth-of-type(34),
.anim-text-flow-hover:hover span:nth-of-type(34) {
  animation-delay: -6.6s;
}

.anim-text-flow span:nth-of-type(35),
.anim-text-flow-hover:hover span:nth-of-type(35) {
  animation-delay: -6.5s;
}

.anim-text-flow span:nth-of-type(36),
.anim-text-flow-hover:hover span:nth-of-type(36) {
  animation-delay: -6.4s;
}

.anim-text-flow span:nth-of-type(37),
.anim-text-flow-hover:hover span:nth-of-type(37) {
  animation-delay: -6.3s;
}

.anim-text-flow span:nth-of-type(38),
.anim-text-flow-hover:hover span:nth-of-type(38) {
  animation-delay: -6.2s;
}

.anim-text-flow span:nth-of-type(39),
.anim-text-flow-hover:hover span:nth-of-type(39) {
  animation-delay: -6.1s;
}

.anim-text-flow span:nth-of-type(40),
.anim-text-flow-hover:hover span:nth-of-type(40) {
  animation-delay: -6s;
}

.anim-text-flow span:nth-of-type(41),
.anim-text-flow-hover:hover span:nth-of-type(41) {
  animation-delay: -5.9s;
}

.anim-text-flow span:nth-of-type(42),
.anim-text-flow-hover:hover span:nth-of-type(42) {
  animation-delay: -5.8s;
}

.anim-text-flow span:nth-of-type(43),
.anim-text-flow-hover:hover span:nth-of-type(43) {
  animation-delay: -5.7s;
}

.anim-text-flow span:nth-of-type(44),
.anim-text-flow-hover:hover span:nth-of-type(44) {
  animation-delay: -5.6s;
}

.anim-text-flow span:nth-of-type(45),
.anim-text-flow-hover:hover span:nth-of-type(45) {
  animation-delay: -5.5s;
}

.anim-text-flow span:nth-of-type(46),
.anim-text-flow-hover:hover span:nth-of-type(46) {
  animation-delay: -5.4s;
}

.anim-text-flow span:nth-of-type(47),
.anim-text-flow-hover:hover span:nth-of-type(47) {
  animation-delay: -5.3s;
}

.anim-text-flow span:nth-of-type(48),
.anim-text-flow-hover:hover span:nth-of-type(48) {
  animation-delay: -5.2s;
}

.anim-text-flow span:nth-of-type(49),
.anim-text-flow-hover:hover span:nth-of-type(49) {
  animation-delay: -5.1s;
}

.anim-text-flow span:nth-of-type(50),
.anim-text-flow-hover:hover span:nth-of-type(50) {
  animation-delay: -5s;
}

.anim-text-flow span:nth-of-type(51),
.anim-text-flow-hover:hover span:nth-of-type(51) {
  animation-delay: -4.9s;
}

.anim-text-flow span:nth-of-type(52),
.anim-text-flow-hover:hover span:nth-of-type(52) {
  animation-delay: -4.8s;
}

.anim-text-flow span:nth-of-type(53),
.anim-text-flow-hover:hover span:nth-of-type(53) {
  animation-delay: -4.7s;
}

.anim-text-flow span:nth-of-type(54),
.anim-text-flow-hover:hover span:nth-of-type(54) {
  animation-delay: -4.6s;
}

.anim-text-flow span:nth-of-type(55),
.anim-text-flow-hover:hover span:nth-of-type(55) {
  animation-delay: -4.5s;
}

.anim-text-flow span:nth-of-type(56),
.anim-text-flow-hover:hover span:nth-of-type(56) {
  animation-delay: -4.4s;
}

.anim-text-flow span:nth-of-type(57),
.anim-text-flow-hover:hover span:nth-of-type(57) {
  animation-delay: -4.3s;
}

.anim-text-flow span:nth-of-type(58),
.anim-text-flow-hover:hover span:nth-of-type(58) {
  animation-delay: -4.2s;
}

.anim-text-flow span:nth-of-type(59),
.anim-text-flow-hover:hover span:nth-of-type(59) {
  animation-delay: -4.1s;
}

.anim-text-flow span:nth-of-type(60),
.anim-text-flow-hover:hover span:nth-of-type(60) {
  animation-delay: -4s;
}

.anim-text-flow span:nth-of-type(61),
.anim-text-flow-hover:hover span:nth-of-type(61) {
  animation-delay: -3.9s;
}

.anim-text-flow span:nth-of-type(62),
.anim-text-flow-hover:hover span:nth-of-type(62) {
  animation-delay: -3.8s;
}

.anim-text-flow span:nth-of-type(63),
.anim-text-flow-hover:hover span:nth-of-type(63) {
  animation-delay: -3.7s;
}

.anim-text-flow span:nth-of-type(64),
.anim-text-flow-hover:hover span:nth-of-type(64) {
  animation-delay: -3.6s;
}

.anim-text-flow span:nth-of-type(65),
.anim-text-flow-hover:hover span:nth-of-type(65) {
  animation-delay: -3.5s;
}

.anim-text-flow span:nth-of-type(66),
.anim-text-flow-hover:hover span:nth-of-type(66) {
  animation-delay: -3.4s;
}

.anim-text-flow span:nth-of-type(67),
.anim-text-flow-hover:hover span:nth-of-type(67) {
  animation-delay: -3.3s;
}

.anim-text-flow span:nth-of-type(68),
.anim-text-flow-hover:hover span:nth-of-type(68) {
  animation-delay: -3.2s;
}

.anim-text-flow span:nth-of-type(69),
.anim-text-flow-hover:hover span:nth-of-type(69) {
  animation-delay: -3.1s;
}

.anim-text-flow span:nth-of-type(70),
.anim-text-flow-hover:hover span:nth-of-type(70) {
  animation-delay: -3s;
}

.anim-text-flow span:nth-of-type(71),
.anim-text-flow-hover:hover span:nth-of-type(71) {
  animation-delay: -2.9s;
}

.anim-text-flow span:nth-of-type(72),
.anim-text-flow-hover:hover span:nth-of-type(72) {
  animation-delay: -2.8s;
}

.anim-text-flow span:nth-of-type(73),
.anim-text-flow-hover:hover span:nth-of-type(73) {
  animation-delay: -2.7s;
}

.anim-text-flow span:nth-of-type(74),
.anim-text-flow-hover:hover span:nth-of-type(74) {
  animation-delay: -2.6s;
}

.anim-text-flow span:nth-of-type(75),
.anim-text-flow-hover:hover span:nth-of-type(75) {
  animation-delay: -2.5s;
}

.anim-text-flow span:nth-of-type(76),
.anim-text-flow-hover:hover span:nth-of-type(76) {
  animation-delay: -2.4s;
}

.anim-text-flow span:nth-of-type(77),
.anim-text-flow-hover:hover span:nth-of-type(77) {
  animation-delay: -2.3s;
}

.anim-text-flow span:nth-of-type(78),
.anim-text-flow-hover:hover span:nth-of-type(78) {
  animation-delay: -2.2s;
}

.anim-text-flow span:nth-of-type(79),
.anim-text-flow-hover:hover span:nth-of-type(79) {
  animation-delay: -2.1s;
}

.anim-text-flow span:nth-of-type(80),
.anim-text-flow-hover:hover span:nth-of-type(80) {
  animation-delay: -2s;
}

.anim-text-flow span:nth-of-type(81),
.anim-text-flow-hover:hover span:nth-of-type(81) {
  animation-delay: -1.9s;
}

.anim-text-flow span:nth-of-type(82),
.anim-text-flow-hover:hover span:nth-of-type(82) {
  animation-delay: -1.8s;
}

.anim-text-flow span:nth-of-type(83),
.anim-text-flow-hover:hover span:nth-of-type(83) {
  animation-delay: -1.7s;
}

.anim-text-flow span:nth-of-type(84),
.anim-text-flow-hover:hover span:nth-of-type(84) {
  animation-delay: -1.6s;
}

.anim-text-flow span:nth-of-type(85),
.anim-text-flow-hover:hover span:nth-of-type(85) {
  animation-delay: -1.5s;
}

.anim-text-flow span:nth-of-type(86),
.anim-text-flow-hover:hover span:nth-of-type(86) {
  animation-delay: -1.4s;
}

.anim-text-flow span:nth-of-type(87),
.anim-text-flow-hover:hover span:nth-of-type(87) {
  animation-delay: -1.3s;
}

.anim-text-flow span:nth-of-type(88),
.anim-text-flow-hover:hover span:nth-of-type(88) {
  animation-delay: -1.2s;
}

.anim-text-flow span:nth-of-type(89),
.anim-text-flow-hover:hover span:nth-of-type(89) {
  animation-delay: -1.1s;
}

.anim-text-flow span:nth-of-type(90),
.anim-text-flow-hover:hover span:nth-of-type(90) {
  animation-delay: -1s;
}

.anim-text-flow span:nth-of-type(91),
.anim-text-flow-hover:hover span:nth-of-type(91) {
  animation-delay: -0.9s;
}

.anim-text-flow span:nth-of-type(92),
.anim-text-flow-hover:hover span:nth-of-type(92) {
  animation-delay: -0.8s;
}

.anim-text-flow span:nth-of-type(93),
.anim-text-flow-hover:hover span:nth-of-type(93) {
  animation-delay: -0.7s;
}

.anim-text-flow span:nth-of-type(94),
.anim-text-flow-hover:hover span:nth-of-type(94) {
  animation-delay: -0.6s;
}

.anim-text-flow span:nth-of-type(95),
.anim-text-flow-hover:hover span:nth-of-type(95) {
  animation-delay: -0.5s;
}

.anim-text-flow span:nth-of-type(96),
.anim-text-flow-hover:hover span:nth-of-type(96) {
  animation-delay: -0.4s;
}

.anim-text-flow span:nth-of-type(97),
.anim-text-flow-hover:hover span:nth-of-type(97) {
  animation-delay: -0.3s;
}

.anim-text-flow span:nth-of-type(98),
.anim-text-flow-hover:hover span:nth-of-type(98) {
  animation-delay: -0.2s;
}

.anim-text-flow span:nth-of-type(99),
.anim-text-flow-hover:hover span:nth-of-type(99) {
  animation-delay: -0.1s;
}

.anim-text-flow span:nth-of-type(100),
.anim-text-flow-hover:hover span:nth-of-type(100) {
  animation-delay: 0s;
}
