/**
* get random number.
* @param {number} min - min number.
* @param {number} max - max number.
*/
/*
* variable
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'arial black', 'Impact', sans-serif;
  background: #000;
  font-size: 67.5%;
  position: relative;
  overflow: hidden;
  color: #f00;
  text-align: center;
}
.text {
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.text-0 {
  clip: rect(0px, 4px, 999px, 0px);
  -webkit-animation: text-animation-1-0 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-0 10s ease-in-out 0s infinite normal none;
}
.text-1 {
  clip: rect(0px, 8px, 999px, 4px);
  -webkit-animation: text-animation-1-1 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-1 10s ease-in-out 0s infinite normal none;
}
.text-2 {
  clip: rect(0px, 12px, 999px, 8px);
  -webkit-animation: text-animation-1-2 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-2 10s ease-in-out 0s infinite normal none;
}
.text-3 {
  clip: rect(0px, 16px, 999px, 12px);
  -webkit-animation: text-animation-1-3 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-3 10s ease-in-out 0s infinite normal none;
}
.text-4 {
  clip: rect(0px, 20px, 999px, 16px);
  -webkit-animation: text-animation-1-4 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-4 10s ease-in-out 0s infinite normal none;
}
.text-5 {
  clip: rect(0px, 24px, 999px, 20px);
  -webkit-animation: text-animation-1-5 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-5 10s ease-in-out 0s infinite normal none;
}
.text-6 {
  clip: rect(0px, 28px, 999px, 24px);
  -webkit-animation: text-animation-1-6 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-6 10s ease-in-out 0s infinite normal none;
}
.text-7 {
  clip: rect(0px, 32px, 999px, 28px);
  -webkit-animation: text-animation-1-7 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-7 10s ease-in-out 0s infinite normal none;
}
.text-8 {
  clip: rect(0px, 36px, 999px, 32px);
  -webkit-animation: text-animation-1-8 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-8 10s ease-in-out 0s infinite normal none;
}
.text-9 {
  clip: rect(0px, 40px, 999px, 36px);
  -webkit-animation: text-animation-1-9 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-9 10s ease-in-out 0s infinite normal none;
}
.text-10 {
  clip: rect(0px, 44px, 999px, 40px);
  -webkit-animation: text-animation-1-10 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-10 10s ease-in-out 0s infinite normal none;
}
.text-11 {
  clip: rect(0px, 48px, 999px, 44px);
  -webkit-animation: text-animation-1-11 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-11 10s ease-in-out 0s infinite normal none;
}
.text-12 {
  clip: rect(0px, 52px, 999px, 48px);
  -webkit-animation: text-animation-1-12 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-12 10s ease-in-out 0s infinite normal none;
}
.text-13 {
  clip: rect(0px, 56px, 999px, 52px);
  -webkit-animation: text-animation-1-13 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-13 10s ease-in-out 0s infinite normal none;
}
.text-14 {
  clip: rect(0px, 60px, 999px, 56px);
  -webkit-animation: text-animation-1-14 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-14 10s ease-in-out 0s infinite normal none;
}
.text-15 {
  clip: rect(0px, 64px, 999px, 60px);
  -webkit-animation: text-animation-1-15 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-15 10s ease-in-out 0s infinite normal none;
}
.text-16 {
  clip: rect(0px, 68px, 999px, 64px);
  -webkit-animation: text-animation-1-16 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-16 10s ease-in-out 0s infinite normal none;
}
.text-17 {
  clip: rect(0px, 72px, 999px, 68px);
  -webkit-animation: text-animation-1-17 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-17 10s ease-in-out 0s infinite normal none;
}
.text-18 {
  clip: rect(0px, 76px, 999px, 72px);
  -webkit-animation: text-animation-1-18 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-18 10s ease-in-out 0s infinite normal none;
}
.text-19 {
  clip: rect(0px, 80px, 999px, 76px);
  -webkit-animation: text-animation-1-19 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-19 10s ease-in-out 0s infinite normal none;
}
.text-20 {
  clip: rect(0px, 84px, 999px, 80px);
  -webkit-animation: text-animation-1-20 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-20 10s ease-in-out 0s infinite normal none;
}
.text-21 {
  clip: rect(0px, 88px, 999px, 84px);
  -webkit-animation: text-animation-1-21 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-21 10s ease-in-out 0s infinite normal none;
}
.text-22 {
  clip: rect(0px, 92px, 999px, 88px);
  -webkit-animation: text-animation-1-22 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-22 10s ease-in-out 0s infinite normal none;
}
.text-23 {
  clip: rect(0px, 96px, 999px, 92px);
  -webkit-animation: text-animation-1-23 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-23 10s ease-in-out 0s infinite normal none;
}
.text-24 {
  clip: rect(0px, 100px, 999px, 96px);
  -webkit-animation: text-animation-1-24 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-24 10s ease-in-out 0s infinite normal none;
}
.text-25 {
  clip: rect(0px, 104px, 999px, 100px);
  -webkit-animation: text-animation-1-25 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-25 10s ease-in-out 0s infinite normal none;
}
.text-26 {
  clip: rect(0px, 108px, 999px, 104px);
  -webkit-animation: text-animation-1-26 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-26 10s ease-in-out 0s infinite normal none;
}
.text-27 {
  clip: rect(0px, 112px, 999px, 108px);
  -webkit-animation: text-animation-1-27 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-27 10s ease-in-out 0s infinite normal none;
}
.text-28 {
  clip: rect(0px, 116px, 999px, 112px);
  -webkit-animation: text-animation-1-28 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-28 10s ease-in-out 0s infinite normal none;
}
.text-29 {
  clip: rect(0px, 120px, 999px, 116px);
  -webkit-animation: text-animation-1-29 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-29 10s ease-in-out 0s infinite normal none;
}
.text-30 {
  clip: rect(0px, 124px, 999px, 120px);
  -webkit-animation: text-animation-1-30 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-30 10s ease-in-out 0s infinite normal none;
}
.text-31 {
  clip: rect(0px, 128px, 999px, 124px);
  -webkit-animation: text-animation-1-31 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-31 10s ease-in-out 0s infinite normal none;
}
.text-32 {
  clip: rect(0px, 132px, 999px, 128px);
  -webkit-animation: text-animation-1-32 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-32 10s ease-in-out 0s infinite normal none;
}
.text-33 {
  clip: rect(0px, 136px, 999px, 132px);
  -webkit-animation: text-animation-1-33 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-33 10s ease-in-out 0s infinite normal none;
}
.text-34 {
  clip: rect(0px, 140px, 999px, 136px);
  -webkit-animation: text-animation-1-34 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-34 10s ease-in-out 0s infinite normal none;
}
.text-35 {
  clip: rect(0px, 144px, 999px, 140px);
  -webkit-animation: text-animation-1-35 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-35 10s ease-in-out 0s infinite normal none;
}
.text-36 {
  clip: rect(0px, 148px, 999px, 144px);
  -webkit-animation: text-animation-1-36 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-36 10s ease-in-out 0s infinite normal none;
}
.text-37 {
  clip: rect(0px, 152px, 999px, 148px);
  -webkit-animation: text-animation-1-37 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-37 10s ease-in-out 0s infinite normal none;
}
.text-38 {
  clip: rect(0px, 156px, 999px, 152px);
  -webkit-animation: text-animation-1-38 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-38 10s ease-in-out 0s infinite normal none;
}
.text-39 {
  clip: rect(0px, 160px, 999px, 156px);
  -webkit-animation: text-animation-1-39 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-39 10s ease-in-out 0s infinite normal none;
}
.text-40 {
  clip: rect(0px, 164px, 999px, 160px);
  -webkit-animation: text-animation-1-40 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-40 10s ease-in-out 0s infinite normal none;
}
.text-41 {
  clip: rect(0px, 168px, 999px, 164px);
  -webkit-animation: text-animation-1-41 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-41 10s ease-in-out 0s infinite normal none;
}
.text-42 {
  clip: rect(0px, 172px, 999px, 168px);
  -webkit-animation: text-animation-1-42 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-42 10s ease-in-out 0s infinite normal none;
}
.text-43 {
  clip: rect(0px, 176px, 999px, 172px);
  -webkit-animation: text-animation-1-43 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-43 10s ease-in-out 0s infinite normal none;
}
.text-44 {
  clip: rect(0px, 180px, 999px, 176px);
  -webkit-animation: text-animation-1-44 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-44 10s ease-in-out 0s infinite normal none;
}
.text-45 {
  clip: rect(0px, 184px, 999px, 180px);
  -webkit-animation: text-animation-1-45 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-45 10s ease-in-out 0s infinite normal none;
}
.text-46 {
  clip: rect(0px, 188px, 999px, 184px);
  -webkit-animation: text-animation-1-46 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-46 10s ease-in-out 0s infinite normal none;
}
.text-47 {
  clip: rect(0px, 192px, 999px, 188px);
  -webkit-animation: text-animation-1-47 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-47 10s ease-in-out 0s infinite normal none;
}
.text-48 {
  clip: rect(0px, 196px, 999px, 192px);
  -webkit-animation: text-animation-1-48 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-48 10s ease-in-out 0s infinite normal none;
}
.text-49 {
  clip: rect(0px, 200px, 999px, 196px);
  -webkit-animation: text-animation-1-49 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-49 10s ease-in-out 0s infinite normal none;
}
.text-50 {
  clip: rect(0px, 204px, 999px, 200px);
  -webkit-animation: text-animation-1-50 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-50 10s ease-in-out 0s infinite normal none;
}
.text-51 {
  clip: rect(0px, 208px, 999px, 204px);
  -webkit-animation: text-animation-1-51 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-51 10s ease-in-out 0s infinite normal none;
}
.text-52 {
  clip: rect(0px, 212px, 999px, 208px);
  -webkit-animation: text-animation-1-52 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-52 10s ease-in-out 0s infinite normal none;
}
.text-53 {
  clip: rect(0px, 216px, 999px, 212px);
  -webkit-animation: text-animation-1-53 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-53 10s ease-in-out 0s infinite normal none;
}
.text-54 {
  clip: rect(0px, 220px, 999px, 216px);
  -webkit-animation: text-animation-1-54 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-54 10s ease-in-out 0s infinite normal none;
}
.text-55 {
  clip: rect(0px, 224px, 999px, 220px);
  -webkit-animation: text-animation-1-55 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-55 10s ease-in-out 0s infinite normal none;
}
.text-56 {
  clip: rect(0px, 228px, 999px, 224px);
  -webkit-animation: text-animation-1-56 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-56 10s ease-in-out 0s infinite normal none;
}
.text-57 {
  clip: rect(0px, 232px, 999px, 228px);
  -webkit-animation: text-animation-1-57 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-57 10s ease-in-out 0s infinite normal none;
}
.text-58 {
  clip: rect(0px, 236px, 999px, 232px);
  -webkit-animation: text-animation-1-58 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-58 10s ease-in-out 0s infinite normal none;
}
.text-59 {
  clip: rect(0px, 240px, 999px, 236px);
  -webkit-animation: text-animation-1-59 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-59 10s ease-in-out 0s infinite normal none;
}
.text-60 {
  clip: rect(0px, 244px, 999px, 240px);
  -webkit-animation: text-animation-1-60 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-60 10s ease-in-out 0s infinite normal none;
}
.text-61 {
  clip: rect(0px, 248px, 999px, 244px);
  -webkit-animation: text-animation-1-61 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-61 10s ease-in-out 0s infinite normal none;
}
.text-62 {
  clip: rect(0px, 252px, 999px, 248px);
  -webkit-animation: text-animation-1-62 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-62 10s ease-in-out 0s infinite normal none;
}
.text-63 {
  clip: rect(0px, 256px, 999px, 252px);
  -webkit-animation: text-animation-1-63 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-63 10s ease-in-out 0s infinite normal none;
}
.text-64 {
  clip: rect(0px, 260px, 999px, 256px);
  -webkit-animation: text-animation-1-64 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-64 10s ease-in-out 0s infinite normal none;
}
.text-65 {
  clip: rect(0px, 264px, 999px, 260px);
  -webkit-animation: text-animation-1-65 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-65 10s ease-in-out 0s infinite normal none;
}
.text-66 {
  clip: rect(0px, 268px, 999px, 264px);
  -webkit-animation: text-animation-1-66 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-66 10s ease-in-out 0s infinite normal none;
}
.text-67 {
  clip: rect(0px, 272px, 999px, 268px);
  -webkit-animation: text-animation-1-67 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-67 10s ease-in-out 0s infinite normal none;
}
.text-68 {
  clip: rect(0px, 276px, 999px, 272px);
  -webkit-animation: text-animation-1-68 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-68 10s ease-in-out 0s infinite normal none;
}
.text-69 {
  clip: rect(0px, 280px, 999px, 276px);
  -webkit-animation: text-animation-1-69 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-69 10s ease-in-out 0s infinite normal none;
}
.text-70 {
  clip: rect(0px, 284px, 999px, 280px);
  -webkit-animation: text-animation-1-70 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-70 10s ease-in-out 0s infinite normal none;
}
.text-71 {
  clip: rect(0px, 288px, 999px, 284px);
  -webkit-animation: text-animation-1-71 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-71 10s ease-in-out 0s infinite normal none;
}
.text-72 {
  clip: rect(0px, 292px, 999px, 288px);
  -webkit-animation: text-animation-1-72 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-72 10s ease-in-out 0s infinite normal none;
}
.text-73 {
  clip: rect(0px, 296px, 999px, 292px);
  -webkit-animation: text-animation-1-73 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-73 10s ease-in-out 0s infinite normal none;
}
.text-74 {
  clip: rect(0px, 300px, 999px, 296px);
  -webkit-animation: text-animation-1-74 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-74 10s ease-in-out 0s infinite normal none;
}
.text-75 {
  clip: rect(0px, 304px, 999px, 300px);
  -webkit-animation: text-animation-1-75 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-75 10s ease-in-out 0s infinite normal none;
}
.text-76 {
  clip: rect(0px, 308px, 999px, 304px);
  -webkit-animation: text-animation-1-76 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-76 10s ease-in-out 0s infinite normal none;
}
.text-77 {
  clip: rect(0px, 312px, 999px, 308px);
  -webkit-animation: text-animation-1-77 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-77 10s ease-in-out 0s infinite normal none;
}
.text-78 {
  clip: rect(0px, 316px, 999px, 312px);
  -webkit-animation: text-animation-1-78 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-78 10s ease-in-out 0s infinite normal none;
}
.text-79 {
  clip: rect(0px, 320px, 999px, 316px);
  -webkit-animation: text-animation-1-79 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-79 10s ease-in-out 0s infinite normal none;
}
.text-80 {
  clip: rect(0px, 324px, 999px, 320px);
  -webkit-animation: text-animation-1-80 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-80 10s ease-in-out 0s infinite normal none;
}
.text-81 {
  clip: rect(0px, 328px, 999px, 324px);
  -webkit-animation: text-animation-1-81 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-81 10s ease-in-out 0s infinite normal none;
}
.text-82 {
  clip: rect(0px, 332px, 999px, 328px);
  -webkit-animation: text-animation-1-82 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-82 10s ease-in-out 0s infinite normal none;
}
.text-83 {
  clip: rect(0px, 336px, 999px, 332px);
  -webkit-animation: text-animation-1-83 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-83 10s ease-in-out 0s infinite normal none;
}
.text-84 {
  clip: rect(0px, 340px, 999px, 336px);
  -webkit-animation: text-animation-1-84 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-84 10s ease-in-out 0s infinite normal none;
}
.text-85 {
  clip: rect(0px, 344px, 999px, 340px);
  -webkit-animation: text-animation-1-85 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-85 10s ease-in-out 0s infinite normal none;
}
.text-86 {
  clip: rect(0px, 348px, 999px, 344px);
  -webkit-animation: text-animation-1-86 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-86 10s ease-in-out 0s infinite normal none;
}
.text-87 {
  clip: rect(0px, 352px, 999px, 348px);
  -webkit-animation: text-animation-1-87 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-87 10s ease-in-out 0s infinite normal none;
}
.text-88 {
  clip: rect(0px, 356px, 999px, 352px);
  -webkit-animation: text-animation-1-88 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-88 10s ease-in-out 0s infinite normal none;
}
.text-89 {
  clip: rect(0px, 360px, 999px, 356px);
  -webkit-animation: text-animation-1-89 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-89 10s ease-in-out 0s infinite normal none;
}
.text-90 {
  clip: rect(0px, 364px, 999px, 360px);
  -webkit-animation: text-animation-1-90 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-90 10s ease-in-out 0s infinite normal none;
}
.text-91 {
  clip: rect(0px, 368px, 999px, 364px);
  -webkit-animation: text-animation-1-91 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-91 10s ease-in-out 0s infinite normal none;
}
.text-92 {
  clip: rect(0px, 372px, 999px, 368px);
  -webkit-animation: text-animation-1-92 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-92 10s ease-in-out 0s infinite normal none;
}
.text-93 {
  clip: rect(0px, 376px, 999px, 372px);
  -webkit-animation: text-animation-1-93 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-93 10s ease-in-out 0s infinite normal none;
}
.text-94 {
  clip: rect(0px, 380px, 999px, 376px);
  -webkit-animation: text-animation-1-94 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-94 10s ease-in-out 0s infinite normal none;
}
.text-95 {
  clip: rect(0px, 384px, 999px, 380px);
  -webkit-animation: text-animation-1-95 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-95 10s ease-in-out 0s infinite normal none;
}
.text-96 {
  clip: rect(0px, 388px, 999px, 384px);
  -webkit-animation: text-animation-1-96 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-96 10s ease-in-out 0s infinite normal none;
}
.text-97 {
  clip: rect(0px, 392px, 999px, 388px);
  -webkit-animation: text-animation-1-97 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-97 10s ease-in-out 0s infinite normal none;
}
.text-98 {
  clip: rect(0px, 396px, 999px, 392px);
  -webkit-animation: text-animation-1-98 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-98 10s ease-in-out 0s infinite normal none;
}
.text-99 {
  clip: rect(0px, 400px, 999px, 396px);
  -webkit-animation: text-animation-1-99 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-99 10s ease-in-out 0s infinite normal none;
}
.text-100 {
  clip: rect(0px, 404px, 999px, 400px);
  -webkit-animation: text-animation-1-100 10s ease-in-out 0s infinite normal none;
          animation: text-animation-1-100 10s ease-in-out 0s infinite normal none;
}
@-webkit-keyframes text-animation-1-0 {
  0% {
    clip: rect(0px, 4px, 999px, 0px);
    top: calc(50% - 300.9075115px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 4px, 999px, 0px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 4px, 999px, 0px);
    top: calc(50% + 500px);
    opacity: 0;
  }
}
@keyframes text-animation-1-0 {
  0% {
    clip: rect(0px, 4px, 999px, 0px);
    top: calc(50% - 300.9075115px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 4px, 999px, 0px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 4px, 999px, 0px);
    top: calc(50% + 500px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-1 {
  0% {
    clip: rect(0px, 8px, 999px, 4px);
    top: calc(50% - 359.6699px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 8px, 999px, 4px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 8px, 999px, 4px);
    top: calc(50% + 365.676851px);
    opacity: 0;
  }
}
@keyframes text-animation-1-1 {
  0% {
    clip: rect(0px, 8px, 999px, 4px);
    top: calc(50% - 359.6699px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 8px, 999px, 4px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 8px, 999px, 4px);
    top: calc(50% + 365.676851px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-2 {
  0% {
    clip: rect(0px, 12px, 999px, 8px);
    top: calc(50% - 211.309131px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 12px, 999px, 8px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 12px, 999px, 8px);
    top: calc(50% + 490.8135915px);
    opacity: 0;
  }
}
@keyframes text-animation-1-2 {
  0% {
    clip: rect(0px, 12px, 999px, 8px);
    top: calc(50% - 211.309131px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 12px, 999px, 8px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 12px, 999px, 8px);
    top: calc(50% + 490.8135915px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-3 {
  0% {
    clip: rect(0px, 16px, 999px, 12px);
    top: calc(50% - 146.18585249999998px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 16px, 999px, 12px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 16px, 999px, 12px);
    top: calc(50% + 8.726203px);
    opacity: 0;
  }
}
@keyframes text-animation-1-3 {
  0% {
    clip: rect(0px, 16px, 999px, 12px);
    top: calc(50% - 146.18585249999998px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 16px, 999px, 12px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 16px, 999px, 12px);
    top: calc(50% + 8.726203px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-4 {
  0% {
    clip: rect(0px, 20px, 999px, 16px);
    top: calc(50% - 195.36556399999998px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 20px, 999px, 16px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 20px, 999px, 16px);
    top: calc(50% + 399.317755px);
    opacity: 0;
  }
}
@keyframes text-animation-1-4 {
  0% {
    clip: rect(0px, 20px, 999px, 16px);
    top: calc(50% - 195.36556399999998px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 20px, 999px, 16px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 20px, 999px, 16px);
    top: calc(50% + 399.317755px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-5 {
  0% {
    clip: rect(0px, 24px, 999px, 20px);
    top: calc(50% - 424.024048px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 24px, 999px, 20px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 24px, 999px, 20px);
    top: calc(50% + 146.18585249999998px);
    opacity: 0;
  }
}
@keyframes text-animation-1-5 {
  0% {
    clip: rect(0px, 24px, 999px, 20px);
    top: calc(50% - 424.024048px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 24px, 999px, 20px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 24px, 999px, 20px);
    top: calc(50% + 146.18585249999998px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-6 {
  0% {
    clip: rect(0px, 28px, 999px, 24px);
    top: calc(50% - 499.31476749999996px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 28px, 999px, 24px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 28px, 999px, 24px);
    top: calc(50% + 69.5865505px);
    opacity: 0;
  }
}
@keyframes text-animation-1-6 {
  0% {
    clip: rect(0px, 28px, 999px, 24px);
    top: calc(50% - 499.31476749999996px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 28px, 999px, 24px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 28px, 999px, 24px);
    top: calc(50% + 69.5865505px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-7 {
  0% {
    clip: rect(0px, 32px, 999px, 28px);
    top: calc(50% - 60.9346715px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 32px, 999px, 28px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 32px, 999px, 28px);
    top: calc(50% + 162.784077px);
    opacity: 0;
  }
}
@keyframes text-animation-1-7 {
  0% {
    clip: rect(0px, 32px, 999px, 28px);
    top: calc(50% - 60.9346715px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 32px, 999px, 28px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 32px, 999px, 28px);
    top: calc(50% + 162.784077px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-8 {
  0% {
    clip: rect(0px, 36px, 999px, 32px);
    top: calc(50% - 414.51878650000003px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 36px, 999px, 32px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 36px, 999px, 32px);
    top: calc(50% + 34.878237px);
    opacity: 0;
  }
}
@keyframes text-animation-1-8 {
  0% {
    clip: rect(0px, 36px, 999px, 32px);
    top: calc(50% - 414.51878650000003px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 36px, 999px, 32px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 36px, 999px, 32px);
    top: calc(50% + 34.878237px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-9 {
  0% {
    clip: rect(0px, 40px, 999px, 36px);
    top: calc(50% - 171.0100715px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 40px, 999px, 36px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 40px, 999px, 36px);
    top: calc(50% + 499.31476749999996px);
    opacity: 0;
  }
}
@keyframes text-animation-1-9 {
  0% {
    clip: rect(0px, 40px, 999px, 36px);
    top: calc(50% - 171.0100715px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 40px, 999px, 36px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 40px, 999px, 36px);
    top: calc(50% + 499.31476749999996px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-10 {
  0% {
    clip: rect(0px, 44px, 999px, 40px);
    top: calc(50% - 383.0222215px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 44px, 999px, 40px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 44px, 999px, 40px);
    top: calc(50% + 34.878237px);
    opacity: 0;
  }
}
@keyframes text-animation-1-10 {
  0% {
    clip: rect(0px, 44px, 999px, 40px);
    top: calc(50% - 383.0222215px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 44px, 999px, 40px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 44px, 999px, 40px);
    top: calc(50% + 34.878237px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-11 {
  0% {
    clip: rect(0px, 48px, 999px, 44px);
    top: calc(50% - 394.005377px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 48px, 999px, 44px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 48px, 999px, 44px);
    top: calc(50% + 347.329185px);
    opacity: 0;
  }
}
@keyframes text-animation-1-11 {
  0% {
    clip: rect(0px, 48px, 999px, 44px);
    top: calc(50% - 394.005377px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 48px, 999px, 44px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 48px, 999px, 44px);
    top: calc(50% + 347.329185px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-12 {
  0% {
    clip: rect(0px, 52px, 999px, 48px);
    top: calc(50% - 388.57298049999997px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 52px, 999px, 48px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 52px, 999px, 48px);
    top: calc(50% + 480.630848px);
    opacity: 0;
  }
}
@keyframes text-animation-1-12 {
  0% {
    clip: rect(0px, 52px, 999px, 48px);
    top: calc(50% - 388.57298049999997px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 52px, 999px, 48px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 52px, 999px, 48px);
    top: calc(50% + 480.630848px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-13 {
  0% {
    clip: rect(0px, 56px, 999px, 52px);
    top: calc(50% - 428.58365050000003px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 56px, 999px, 52px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 56px, 999px, 52px);
    top: calc(50% + 257.51903749999997px);
    opacity: 0;
  }
}
@keyframes text-animation-1-13 {
  0% {
    clip: rect(0px, 56px, 999px, 52px);
    top: calc(50% - 428.58365050000003px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 56px, 999px, 52px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 56px, 999px, 52px);
    top: calc(50% + 257.51903749999997px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-14 {
  0% {
    clip: rect(0px, 60px, 999px, 56px);
    top: calc(50% - 307.8307375px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 60px, 999px, 56px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 60px, 999px, 56px);
    top: calc(50% + 424.024048px);
    opacity: 0;
  }
}
@keyframes text-animation-1-14 {
  0% {
    clip: rect(0px, 60px, 999px, 56px);
    top: calc(50% - 307.8307375px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 60px, 999px, 56px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 60px, 999px, 56px);
    top: calc(50% + 424.024048px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-15 {
  0% {
    clip: rect(0px, 64px, 999px, 60px);
    top: calc(50% - 43.57787149999999px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 64px, 999px, 60px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 64px, 999px, 60px);
    top: calc(50% + 497.2609475px);
    opacity: 0;
  }
}
@keyframes text-animation-1-15 {
  0% {
    clip: rect(0px, 64px, 999px, 60px);
    top: calc(50% - 43.57787149999999px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 64px, 999px, 60px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 64px, 999px, 60px);
    top: calc(50% + 497.2609475px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-16 {
  0% {
    clip: rect(0px, 68px, 999px, 64px);
    top: calc(50% - 272.3195175px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 68px, 999px, 64px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 68px, 999px, 64px);
    top: calc(50% + 496.273076px);
    opacity: 0;
  }
}
@keyframes text-animation-1-16 {
  0% {
    clip: rect(0px, 68px, 999px, 64px);
    top: calc(50% - 272.3195175px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 68px, 999px, 64px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 68px, 999px, 64px);
    top: calc(50% + 496.273076px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-17 {
  0% {
    clip: rect(0px, 72px, 999px, 68px);
    top: calc(50% - 453.15389350000004px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 72px, 999px, 68px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 72px, 999px, 68px);
    top: calc(50% + 203.3683215px);
    opacity: 0;
  }
}
@keyframes text-animation-1-17 {
  0% {
    clip: rect(0px, 72px, 999px, 68px);
    top: calc(50% - 453.15389350000004px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 72px, 999px, 68px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 72px, 999px, 68px);
    top: calc(50% + 203.3683215px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-18 {
  0% {
    clip: rect(0px, 76px, 999px, 72px);
    top: calc(50% - 371.5724125px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 76px, 999px, 72px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 76px, 999px, 72px);
    top: calc(50% + 453.15389350000004px);
    opacity: 0;
  }
}
@keyframes text-animation-1-18 {
  0% {
    clip: rect(0px, 76px, 999px, 72px);
    top: calc(50% - 371.5724125px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 76px, 999px, 72px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 76px, 999px, 72px);
    top: calc(50% + 453.15389350000004px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-19 {
  0% {
    clip: rect(0px, 80px, 999px, 76px);
    top: calc(50% - 195.36556399999998px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 80px, 999px, 76px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 80px, 999px, 76px);
    top: calc(50% + 394.005377px);
    opacity: 0;
  }
}
@keyframes text-animation-1-19 {
  0% {
    clip: rect(0px, 80px, 999px, 76px);
    top: calc(50% - 195.36556399999998px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 80px, 999px, 76px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 80px, 999px, 76px);
    top: calc(50% + 394.005377px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-20 {
  0% {
    clip: rect(0px, 84px, 999px, 80px);
    top: calc(50% - 359.6699px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 84px, 999px, 80px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 84px, 999px, 80px);
    top: calc(50% + 466.790213px);
    opacity: 0;
  }
}
@keyframes text-animation-1-20 {
  0% {
    clip: rect(0px, 84px, 999px, 80px);
    top: calc(50% - 359.6699px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 84px, 999px, 80px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 84px, 999px, 80px);
    top: calc(50% + 466.790213px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-21 {
  0% {
    clip: rect(0px, 88px, 999px, 84px);
    top: calc(50% - 211.309131px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 88px, 999px, 84px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 88px, 999px, 84px);
    top: calc(50% + 399.317755px);
    opacity: 0;
  }
}
@keyframes text-animation-1-21 {
  0% {
    clip: rect(0px, 88px, 999px, 84px);
    top: calc(50% - 211.309131px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 88px, 999px, 84px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 88px, 999px, 84px);
    top: calc(50% + 399.317755px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-22 {
  0% {
    clip: rect(0px, 92px, 999px, 88px);
    top: calc(50% - 487.1850325px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 92px, 999px, 88px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 92px, 999px, 88px);
    top: calc(50% + 211.309131px);
    opacity: 0;
  }
}
@keyframes text-animation-1-22 {
  0% {
    clip: rect(0px, 92px, 999px, 88px);
    top: calc(50% - 487.1850325px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 92px, 999px, 88px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 92px, 999px, 88px);
    top: calc(50% + 211.309131px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-23 {
  0% {
    clip: rect(0px, 96px, 999px, 92px);
    top: calc(50% - 497.2609475px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 96px, 999px, 92px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 96px, 999px, 92px);
    top: calc(50% + 78.2172325px);
    opacity: 0;
  }
}
@keyframes text-animation-1-23 {
  0% {
    clip: rect(0px, 96px, 999px, 92px);
    top: calc(50% - 497.2609475px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 96px, 999px, 92px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 96px, 999px, 92px);
    top: calc(50% + 78.2172325px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-24 {
  0% {
    clip: rect(0px, 100px, 999px, 96px);
    top: calc(50% - 499.69541350000003px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 100px, 999px, 96px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 100px, 999px, 96px);
    top: calc(50% + 219.1855735px);
    opacity: 0;
  }
}
@keyframes text-animation-1-24 {
  0% {
    clip: rect(0px, 100px, 999px, 96px);
    top: calc(50% - 499.69541350000003px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 100px, 999px, 96px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 100px, 999px, 96px);
    top: calc(50% + 219.1855735px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-25 {
  0% {
    clip: rect(0px, 104px, 999px, 100px);
    top: calc(50% - 286.788218px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 104px, 999px, 100px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 104px, 999px, 100px);
    top: calc(50% + 414.51878650000003px);
    opacity: 0;
  }
}
@keyframes text-animation-1-25 {
  0% {
    clip: rect(0px, 104px, 999px, 100px);
    top: calc(50% - 286.788218px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 104px, 999px, 100px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 104px, 999px, 100px);
    top: calc(50% + 414.51878650000003px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-26 {
  0% {
    clip: rect(0px, 108px, 999px, 104px);
    top: calc(50% - 499.31476749999996px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 108px, 999px, 104px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 108px, 999px, 104px);
    top: calc(50% + 52.2642315px);
    opacity: 0;
  }
}
@keyframes text-animation-1-26 {
  0% {
    clip: rect(0px, 108px, 999px, 104px);
    top: calc(50% - 499.31476749999996px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 108px, 999px, 104px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 108px, 999px, 104px);
    top: calc(50% + 52.2642315px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-27 {
  0% {
    clip: rect(0px, 112px, 999px, 108px);
    top: calc(50% - 86.82408899999999px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 112px, 999px, 108px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 112px, 999px, 108px);
    top: calc(50% + 377.35479px);
    opacity: 0;
  }
}
@keyframes text-animation-1-27 {
  0% {
    clip: rect(0px, 112px, 999px, 108px);
    top: calc(50% - 86.82408899999999px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 112px, 999px, 108px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 112px, 999px, 108px);
    top: calc(50% + 377.35479px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-28 {
  0% {
    clip: rect(0px, 116px, 999px, 112px);
    top: calc(50% - 146.18585249999998px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 116px, 999px, 112px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 116px, 999px, 112px);
    top: calc(50% + 399.317755px);
    opacity: 0;
  }
}
@keyframes text-animation-1-28 {
  0% {
    clip: rect(0px, 116px, 999px, 112px);
    top: calc(50% - 146.18585249999998px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 116px, 999px, 112px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 116px, 999px, 112px);
    top: calc(50% + 399.317755px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-29 {
  0% {
    clip: rect(0px, 120px, 999px, 116px);
    top: calc(50% - 490.8135915px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 120px, 999px, 116px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 120px, 999px, 116px);
    top: calc(50% + 496.273076px);
    opacity: 0;
  }
}
@keyframes text-animation-1-29 {
  0% {
    clip: rect(0px, 120px, 999px, 116px);
    top: calc(50% - 490.8135915px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 120px, 999px, 116px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 120px, 999px, 116px);
    top: calc(50% + 496.273076px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-30 {
  0% {
    clip: rect(0px, 124px, 999px, 120px);
    top: calc(50% - 328.0295145px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 124px, 999px, 120px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 124px, 999px, 120px);
    top: calc(50% + 95.4044975px);
    opacity: 0;
  }
}
@keyframes text-animation-1-30 {
  0% {
    clip: rect(0px, 124px, 999px, 120px);
    top: calc(50% - 328.0295145px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 124px, 999px, 120px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 124px, 999px, 120px);
    top: calc(50% + 95.4044975px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-31 {
  0% {
    clip: rect(0px, 128px, 999px, 124px);
    top: calc(50% - 203.3683215px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 128px, 999px, 124px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 128px, 999px, 124px);
    top: calc(50% + 211.309131px);
    opacity: 0;
  }
}
@keyframes text-animation-1-31 {
  0% {
    clip: rect(0px, 128px, 999px, 124px);
    top: calc(50% - 203.3683215px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 128px, 999px, 124px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 128px, 999px, 124px);
    top: calc(50% + 211.309131px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-32 {
  0% {
    clip: rect(0px, 132px, 999px, 128px);
    top: calc(50% - 264.959632px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 132px, 999px, 128px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 132px, 999px, 128px);
    top: calc(50% + 489.0738005px);
    opacity: 0;
  }
}
@keyframes text-animation-1-32 {
  0% {
    clip: rect(0px, 132px, 999px, 128px);
    top: calc(50% - 264.959632px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 132px, 999px, 128px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 132px, 999px, 128px);
    top: calc(50% + 489.0738005px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-33 {
  0% {
    clip: rect(0px, 136px, 999px, 132px);
    top: calc(50% - 441.4737965px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 136px, 999px, 132px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 136px, 999px, 132px);
    top: calc(50% + 497.2609475px);
    opacity: 0;
  }
}
@keyframes text-animation-1-33 {
  0% {
    clip: rect(0px, 136px, 999px, 132px);
    top: calc(50% - 441.4737965px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 136px, 999px, 132px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 136px, 999px, 132px);
    top: calc(50% + 497.2609475px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-34 {
  0% {
    clip: rect(0px, 140px, 999px, 136px);
    top: calc(50% - 300.9075115px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 140px, 999px, 136px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 140px, 999px, 136px);
    top: calc(50% + 286.788218px);
    opacity: 0;
  }
}
@keyframes text-animation-1-34 {
  0% {
    clip: rect(0px, 140px, 999px, 136px);
    top: calc(50% - 300.9075115px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 140px, 999px, 136px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 140px, 999px, 136px);
    top: calc(50% + 286.788218px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-35 {
  0% {
    clip: rect(0px, 144px, 999px, 140px);
    top: calc(50% - 365.676851px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 144px, 999px, 140px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 144px, 999px, 140px);
    top: calc(50% + 466.790213px);
    opacity: 0;
  }
}
@keyframes text-animation-1-35 {
  0% {
    clip: rect(0px, 144px, 999px, 140px);
    top: calc(50% - 365.676851px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 144px, 999px, 140px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 144px, 999px, 140px);
    top: calc(50% + 466.790213px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-36 {
  0% {
    clip: rect(0px, 148px, 999px, 144px);
    top: calc(50% - 340.99918px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 148px, 999px, 144px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 148px, 999px, 144px);
    top: calc(50% + 272.3195175px);
    opacity: 0;
  }
}
@keyframes text-animation-1-36 {
  0% {
    clip: rect(0px, 148px, 999px, 144px);
    top: calc(50% - 340.99918px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 148px, 999px, 144px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 148px, 999px, 144px);
    top: calc(50% + 272.3195175px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-37 {
  0% {
    clip: rect(0px, 152px, 999px, 148px);
    top: calc(50% - 43.57787149999999px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 152px, 999px, 148px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 152px, 999px, 148px);
    top: calc(50% + 129.4095225px);
    opacity: 0;
  }
}
@keyframes text-animation-1-37 {
  0% {
    clip: rect(0px, 152px, 999px, 148px);
    top: calc(50% - 43.57787149999999px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 152px, 999px, 148px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 152px, 999px, 148px);
    top: calc(50% + 129.4095225px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-38 {
  0% {
    clip: rect(0px, 156px, 999px, 152px);
    top: calc(50% - 353.55339050000003px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 156px, 999px, 152px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 156px, 999px, 152px);
    top: calc(50% + 493.8441705px);
    opacity: 0;
  }
}
@keyframes text-animation-1-38 {
  0% {
    clip: rect(0px, 156px, 999px, 152px);
    top: calc(50% - 353.55339050000003px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 156px, 999px, 152px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 156px, 999px, 152px);
    top: calc(50% + 493.8441705px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-39 {
  0% {
    clip: rect(0px, 160px, 999px, 156px);
    top: calc(50% - 475.528258px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 160px, 999px, 156px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 160px, 999px, 156px);
    top: calc(50% + 475.528258px);
    opacity: 0;
  }
}
@keyframes text-animation-1-39 {
  0% {
    clip: rect(0px, 160px, 999px, 156px);
    top: calc(50% - 475.528258px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 160px, 999px, 156px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 160px, 999px, 156px);
    top: calc(50% + 475.528258px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-40 {
  0% {
    clip: rect(0px, 164px, 999px, 160px);
    top: calc(50% - 497.2609475px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 164px, 999px, 160px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 164px, 999px, 160px);
    top: calc(50% + 495.1340345px);
    opacity: 0;
  }
}
@keyframes text-animation-1-40 {
  0% {
    clip: rect(0px, 164px, 999px, 160px);
    top: calc(50% - 497.2609475px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 164px, 999px, 160px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 164px, 999px, 160px);
    top: calc(50% + 495.1340345px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-41 {
  0% {
    clip: rect(0px, 168px, 999px, 164px);
    top: calc(50% - 8.726203px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 168px, 999px, 164px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 168px, 999px, 164px);
    top: calc(50% + 272.3195175px);
    opacity: 0;
  }
}
@keyframes text-animation-1-41 {
  0% {
    clip: rect(0px, 168px, 999px, 164px);
    top: calc(50% - 8.726203px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 168px, 999px, 164px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 168px, 999px, 164px);
    top: calc(50% + 272.3195175px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-42 {
  0% {
    clip: rect(0px, 172px, 999px, 168px);
    top: calc(50% - 487.1850325px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 172px, 999px, 168px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 172px, 999px, 168px);
    top: calc(50% + 472.759288px);
    opacity: 0;
  }
}
@keyframes text-animation-1-42 {
  0% {
    clip: rect(0px, 172px, 999px, 168px);
    top: calc(50% - 487.1850325px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 172px, 999px, 168px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 172px, 999px, 168px);
    top: calc(50% + 472.759288px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-43 {
  0% {
    clip: rect(0px, 176px, 999px, 172px);
    top: calc(50% - 383.0222215px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 176px, 999px, 172px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 176px, 999px, 172px);
    top: calc(50% + 328.0295145px);
    opacity: 0;
  }
}
@keyframes text-animation-1-43 {
  0% {
    clip: rect(0px, 176px, 999px, 172px);
    top: calc(50% - 383.0222215px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 176px, 999px, 172px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 176px, 999px, 172px);
    top: calc(50% + 328.0295145px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-44 {
  0% {
    clip: rect(0px, 180px, 999px, 176px);
    top: calc(50% - 449.397023px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 180px, 999px, 176px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 180px, 999px, 176px);
    top: calc(50% + 499.31476749999996px);
    opacity: 0;
  }
}
@keyframes text-animation-1-44 {
  0% {
    clip: rect(0px, 180px, 999px, 176px);
    top: calc(50% - 449.397023px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 180px, 999px, 176px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 180px, 999px, 176px);
    top: calc(50% + 499.31476749999996px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-45 {
  0% {
    clip: rect(0px, 184px, 999px, 180px);
    top: calc(50% - 478.152378px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 184px, 999px, 180px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 184px, 999px, 180px);
    top: calc(50% + 162.784077px);
    opacity: 0;
  }
}
@keyframes text-animation-1-45 {
  0% {
    clip: rect(0px, 184px, 999px, 180px);
    top: calc(50% - 478.152378px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 184px, 999px, 180px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 184px, 999px, 180px);
    top: calc(50% + 162.784077px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-46 {
  0% {
    clip: rect(0px, 188px, 999px, 184px);
    top: calc(50% - 482.962913px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 188px, 999px, 184px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 188px, 999px, 184px);
    top: calc(50% + 460.25242649999996px);
    opacity: 0;
  }
}
@keyframes text-animation-1-46 {
  0% {
    clip: rect(0px, 188px, 999px, 184px);
    top: calc(50% - 482.962913px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 188px, 999px, 184px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 188px, 999px, 184px);
    top: calc(50% + 460.25242649999996px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-47 {
  0% {
    clip: rect(0px, 192px, 999px, 188px);
    top: calc(50% - 445.503262px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 192px, 999px, 188px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 192px, 999px, 188px);
    top: calc(50% + 482.962913px);
    opacity: 0;
  }
}
@keyframes text-animation-1-47 {
  0% {
    clip: rect(0px, 192px, 999px, 188px);
    top: calc(50% - 445.503262px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 192px, 999px, 188px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 192px, 999px, 188px);
    top: calc(50% + 482.962913px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-48 {
  0% {
    clip: rect(0px, 196px, 999px, 192px);
    top: calc(50% - 69.5865505px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 196px, 999px, 192px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 196px, 999px, 192px);
    top: calc(50% + 69.5865505px);
    opacity: 0;
  }
}
@keyframes text-animation-1-48 {
  0% {
    clip: rect(0px, 196px, 999px, 192px);
    top: calc(50% - 69.5865505px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 196px, 999px, 192px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 196px, 999px, 192px);
    top: calc(50% + 69.5865505px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-49 {
  0% {
    clip: rect(0px, 200px, 999px, 196px);
    top: calc(50% - 419.335284px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 200px, 999px, 196px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 200px, 999px, 196px);
    top: calc(50% + 499.9238475px);
    opacity: 0;
  }
}
@keyframes text-animation-1-49 {
  0% {
    clip: rect(0px, 200px, 999px, 196px);
    top: calc(50% - 419.335284px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 200px, 999px, 196px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 200px, 999px, 196px);
    top: calc(50% + 499.9238475px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-50 {
  0% {
    clip: rect(0px, 204px, 999px, 200px);
    top: calc(50% - 112.475527px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 204px, 999px, 200px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 204px, 999px, 200px);
    top: calc(50% + 234.7357815px);
    opacity: 0;
  }
}
@keyframes text-animation-1-50 {
  0% {
    clip: rect(0px, 204px, 999px, 200px);
    top: calc(50% - 112.475527px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 204px, 999px, 200px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 204px, 999px, 200px);
    top: calc(50% + 234.7357815px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-51 {
  0% {
    clip: rect(0px, 208px, 999px, 204px);
    top: calc(50% - 487.1850325px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 208px, 999px, 204px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 208px, 999px, 204px);
    top: calc(50% + 498.78202500000003px);
    opacity: 0;
  }
}
@keyframes text-animation-1-51 {
  0% {
    clip: rect(0px, 208px, 999px, 204px);
    top: calc(50% - 487.1850325px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 208px, 999px, 204px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 208px, 999px, 204px);
    top: calc(50% + 498.78202500000003px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-52 {
  0% {
    clip: rect(0px, 212px, 999px, 208px);
    top: calc(50% - 95.4044975px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 212px, 999px, 208px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 212px, 999px, 208px);
    top: calc(50% + 95.4044975px);
    opacity: 0;
  }
}
@keyframes text-animation-1-52 {
  0% {
    clip: rect(0px, 212px, 999px, 208px);
    top: calc(50% - 95.4044975px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 212px, 999px, 208px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 212px, 999px, 208px);
    top: calc(50% + 95.4044975px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-53 {
  0% {
    clip: rect(0px, 216px, 999px, 212px);
    top: calc(50% - 469.84631049999996px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 216px, 999px, 212px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 216px, 999px, 212px);
    top: calc(50% + 162.784077px);
    opacity: 0;
  }
}
@keyframes text-animation-1-53 {
  0% {
    clip: rect(0px, 216px, 999px, 212px);
    top: calc(50% - 469.84631049999996px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 216px, 999px, 212px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 216px, 999px, 212px);
    top: calc(50% + 162.784077px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-54 {
  0% {
    clip: rect(0px, 220px, 999px, 216px);
    top: calc(50% - 120.960948px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 220px, 999px, 216px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 220px, 999px, 216px);
    top: calc(50% + 272.3195175px);
    opacity: 0;
  }
}
@keyframes text-animation-1-54 {
  0% {
    clip: rect(0px, 220px, 999px, 216px);
    top: calc(50% - 120.960948px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 220px, 999px, 216px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 220px, 999px, 216px);
    top: calc(50% + 272.3195175px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-55 {
  0% {
    clip: rect(0px, 224px, 999px, 220px);
    top: calc(50% - 456.77272899999997px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 224px, 999px, 220px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 224px, 999px, 220px);
    top: calc(50% + 146.18585249999998px);
    opacity: 0;
  }
}
@keyframes text-animation-1-55 {
  0% {
    clip: rect(0px, 224px, 999px, 220px);
    top: calc(50% - 456.77272899999997px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 224px, 999px, 220px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 224px, 999px, 220px);
    top: calc(50% + 146.18585249999998px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-56 {
  0% {
    clip: rect(0px, 228px, 999px, 224px);
    top: calc(50% - 340.99918px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 228px, 999px, 224px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 228px, 999px, 224px);
    top: calc(50% + 300.9075115px);
    opacity: 0;
  }
}
@keyframes text-animation-1-56 {
  0% {
    clip: rect(0px, 228px, 999px, 224px);
    top: calc(50% - 340.99918px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 228px, 999px, 224px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 228px, 999px, 224px);
    top: calc(50% + 300.9075115px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-57 {
  0% {
    clip: rect(0px, 232px, 999px, 228px);
    top: calc(50% - 365.676851px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 232px, 999px, 228px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 232px, 999px, 228px);
    top: calc(50% + 234.7357815px);
    opacity: 0;
  }
}
@keyframes text-animation-1-57 {
  0% {
    clip: rect(0px, 232px, 999px, 228px);
    top: calc(50% - 365.676851px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 232px, 999px, 228px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 232px, 999px, 228px);
    top: calc(50% + 234.7357815px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-58 {
  0% {
    clip: rect(0px, 236px, 999px, 232px);
    top: calc(50% - 388.57298049999997px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 236px, 999px, 232px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 236px, 999px, 232px);
    top: calc(50% + 211.309131px);
    opacity: 0;
  }
}
@keyframes text-animation-1-58 {
  0% {
    clip: rect(0px, 236px, 999px, 232px);
    top: calc(50% - 388.57298049999997px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 236px, 999px, 232px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 236px, 999px, 232px);
    top: calc(50% + 211.309131px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-59 {
  0% {
    clip: rect(0px, 240px, 999px, 236px);
    top: calc(50% - 43.57787149999999px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 240px, 999px, 236px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 240px, 999px, 236px);
    top: calc(50% + 8.726203px);
    opacity: 0;
  }
}
@keyframes text-animation-1-59 {
  0% {
    clip: rect(0px, 240px, 999px, 236px);
    top: calc(50% - 43.57787149999999px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 240px, 999px, 236px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 240px, 999px, 236px);
    top: calc(50% + 8.726203px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-60 {
  0% {
    clip: rect(0px, 244px, 999px, 240px);
    top: calc(50% - 460.25242649999996px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 244px, 999px, 240px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 244px, 999px, 240px);
    top: calc(50% + 26.167978px);
    opacity: 0;
  }
}
@keyframes text-animation-1-60 {
  0% {
    clip: rect(0px, 244px, 999px, 240px);
    top: calc(50% - 460.25242649999996px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 244px, 999px, 240px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 244px, 999px, 240px);
    top: calc(50% + 26.167978px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-61 {
  0% {
    clip: rect(0px, 248px, 999px, 244px);
    top: calc(50% - 414.51878650000003px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 248px, 999px, 244px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 248px, 999px, 244px);
    top: calc(50% + 489.0738005px);
    opacity: 0;
  }
}
@keyframes text-animation-1-61 {
  0% {
    clip: rect(0px, 248px, 999px, 244px);
    top: calc(50% - 414.51878650000003px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 248px, 999px, 244px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 248px, 999px, 244px);
    top: calc(50% + 489.0738005px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-62 {
  0% {
    clip: rect(0px, 252px, 999px, 248px);
    top: calc(50% - 203.3683215px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 252px, 999px, 248px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 252px, 999px, 248px);
    top: calc(50% + 490.8135915px);
    opacity: 0;
  }
}
@keyframes text-animation-1-62 {
  0% {
    clip: rect(0px, 252px, 999px, 248px);
    top: calc(50% - 203.3683215px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 252px, 999px, 248px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 252px, 999px, 248px);
    top: calc(50% + 490.8135915px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-63 {
  0% {
    clip: rect(0px, 256px, 999px, 252px);
    top: calc(50% - 321.393805px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 256px, 999px, 252px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 256px, 999px, 252px);
    top: calc(50% + 264.959632px);
    opacity: 0;
  }
}
@keyframes text-animation-1-63 {
  0% {
    clip: rect(0px, 256px, 999px, 252px);
    top: calc(50% - 321.393805px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 256px, 999px, 252px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 256px, 999px, 252px);
    top: calc(50% + 264.959632px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-64 {
  0% {
    clip: rect(0px, 260px, 999px, 256px);
    top: calc(50% - 34.878237px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 260px, 999px, 256px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 260px, 999px, 256px);
    top: calc(50% + 300.9075115px);
    opacity: 0;
  }
}
@keyframes text-animation-1-64 {
  0% {
    clip: rect(0px, 260px, 999px, 256px);
    top: calc(50% - 34.878237px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 260px, 999px, 256px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 260px, 999px, 256px);
    top: calc(50% + 300.9075115px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-65 {
  0% {
    clip: rect(0px, 264px, 999px, 260px);
    top: calc(50% - 279.5964515px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 264px, 999px, 260px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 264px, 999px, 260px);
    top: calc(50% + 264.959632px);
    opacity: 0;
  }
}
@keyframes text-animation-1-65 {
  0% {
    clip: rect(0px, 264px, 999px, 260px);
    top: calc(50% - 279.5964515px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 264px, 999px, 260px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 264px, 999px, 260px);
    top: calc(50% + 264.959632px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-66 {
  0% {
    clip: rect(0px, 268px, 999px, 264px);
    top: calc(50% - 377.35479px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 268px, 999px, 264px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 268px, 999px, 264px);
    top: calc(50% + 8.726203px);
    opacity: 0;
  }
}
@keyframes text-animation-1-66 {
  0% {
    clip: rect(0px, 268px, 999px, 264px);
    top: calc(50% - 377.35479px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 268px, 999px, 264px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 268px, 999px, 264px);
    top: calc(50% + 8.726203px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-67 {
  0% {
    clip: rect(0px, 272px, 999px, 268px);
    top: calc(50% - 365.676851px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 272px, 999px, 268px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 272px, 999px, 268px);
    top: calc(50% + 388.57298049999997px);
    opacity: 0;
  }
}
@keyframes text-animation-1-67 {
  0% {
    clip: rect(0px, 272px, 999px, 268px);
    top: calc(50% - 365.676851px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 272px, 999px, 268px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 272px, 999px, 268px);
    top: calc(50% + 388.57298049999997px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-68 {
  0% {
    clip: rect(0px, 276px, 999px, 272px);
    top: calc(50% - 17.449748500000002px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 276px, 999px, 272px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 276px, 999px, 272px);
    top: calc(50% + 377.35479px);
    opacity: 0;
  }
}
@keyframes text-animation-1-68 {
  0% {
    clip: rect(0px, 276px, 999px, 272px);
    top: calc(50% - 17.449748500000002px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 276px, 999px, 272px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 276px, 999px, 272px);
    top: calc(50% + 377.35479px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-69 {
  0% {
    clip: rect(0px, 280px, 999px, 276px);
    top: calc(50% - 226.99525px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 280px, 999px, 276px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 280px, 999px, 276px);
    top: calc(50% + 250px);
    opacity: 0;
  }
}
@keyframes text-animation-1-69 {
  0% {
    clip: rect(0px, 280px, 999px, 276px);
    top: calc(50% - 226.99525px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 280px, 999px, 276px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 280px, 999px, 276px);
    top: calc(50% + 250px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-70 {
  0% {
    clip: rect(0px, 284px, 999px, 280px);
    top: calc(50% - 424.024048px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 284px, 999px, 280px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 284px, 999px, 280px);
    top: calc(50% + 307.8307375px);
    opacity: 0;
  }
}
@keyframes text-animation-1-70 {
  0% {
    clip: rect(0px, 284px, 999px, 280px);
    top: calc(50% - 424.024048px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 284px, 999px, 280px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 284px, 999px, 280px);
    top: calc(50% + 307.8307375px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-71 {
  0% {
    clip: rect(0px, 288px, 999px, 284px);
    top: calc(50% - 359.6699px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 288px, 999px, 284px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 288px, 999px, 284px);
    top: calc(50% + 388.57298049999997px);
    opacity: 0;
  }
}
@keyframes text-animation-1-71 {
  0% {
    clip: rect(0px, 288px, 999px, 284px);
    top: calc(50% - 359.6699px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 288px, 999px, 284px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 288px, 999px, 284px);
    top: calc(50% + 388.57298049999997px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-72 {
  0% {
    clip: rect(0px, 292px, 999px, 288px);
    top: calc(50% - 445.503262px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 292px, 999px, 288px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 292px, 999px, 288px);
    top: calc(50% + 449.397023px);
    opacity: 0;
  }
}
@keyframes text-animation-1-72 {
  0% {
    clip: rect(0px, 292px, 999px, 288px);
    top: calc(50% - 445.503262px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 292px, 999px, 288px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 292px, 999px, 288px);
    top: calc(50% + 449.397023px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-73 {
  0% {
    clip: rect(0px, 296px, 999px, 292px);
    top: calc(50% - 399.317755px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 296px, 999px, 292px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 296px, 999px, 292px);
    top: calc(50% + 480.630848px);
    opacity: 0;
  }
}
@keyframes text-animation-1-73 {
  0% {
    clip: rect(0px, 296px, 999px, 292px);
    top: calc(50% - 399.317755px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 296px, 999px, 292px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 296px, 999px, 292px);
    top: calc(50% + 480.630848px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-74 {
  0% {
    clip: rect(0px, 300px, 999px, 296px);
    top: calc(50% - 424.024048px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 300px, 999px, 296px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 300px, 999px, 296px);
    top: calc(50% + 419.335284px);
    opacity: 0;
  }
}
@keyframes text-animation-1-74 {
  0% {
    clip: rect(0px, 300px, 999px, 296px);
    top: calc(50% - 424.024048px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 300px, 999px, 296px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 300px, 999px, 296px);
    top: calc(50% + 419.335284px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-75 {
  0% {
    clip: rect(0px, 304px, 999px, 300px);
    top: calc(50% - 250px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 304px, 999px, 300px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 304px, 999px, 300px);
    top: calc(50% + 377.35479px);
    opacity: 0;
  }
}
@keyframes text-animation-1-75 {
  0% {
    clip: rect(0px, 304px, 999px, 300px);
    top: calc(50% - 250px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 304px, 999px, 300px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 304px, 999px, 300px);
    top: calc(50% + 377.35479px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-76 {
  0% {
    clip: rect(0px, 308px, 999px, 304px);
    top: calc(50% - 449.397023px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 308px, 999px, 304px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 308px, 999px, 304px);
    top: calc(50% + 286.788218px);
    opacity: 0;
  }
}
@keyframes text-animation-1-76 {
  0% {
    clip: rect(0px, 308px, 999px, 304px);
    top: calc(50% - 449.397023px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 308px, 999px, 304px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 308px, 999px, 304px);
    top: calc(50% + 286.788218px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-77 {
  0% {
    clip: rect(0px, 312px, 999px, 308px);
    top: calc(50% - 490.8135915px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 312px, 999px, 308px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 312px, 999px, 308px);
    top: calc(50% + 409.57602199999997px);
    opacity: 0;
  }
}
@keyframes text-animation-1-77 {
  0% {
    clip: rect(0px, 312px, 999px, 308px);
    top: calc(50% - 490.8135915px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 312px, 999px, 308px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 312px, 999px, 308px);
    top: calc(50% + 409.57602199999997px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-78 {
  0% {
    clip: rect(0px, 316px, 999px, 312px);
    top: calc(50% - 211.309131px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 316px, 999px, 312px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 316px, 999px, 312px);
    top: calc(50% + 293.892626px);
    opacity: 0;
  }
}
@keyframes text-animation-1-78 {
  0% {
    clip: rect(0px, 316px, 999px, 312px);
    top: calc(50% - 211.309131px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 316px, 999px, 312px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 316px, 999px, 312px);
    top: calc(50% + 293.892626px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-79 {
  0% {
    clip: rect(0px, 320px, 999px, 316px);
    top: calc(50% - 103.95584550000001px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 320px, 999px, 316px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 320px, 999px, 316px);
    top: calc(50% + 171.0100715px);
    opacity: 0;
  }
}
@keyframes text-animation-1-79 {
  0% {
    clip: rect(0px, 320px, 999px, 316px);
    top: calc(50% - 103.95584550000001px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 320px, 999px, 316px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 320px, 999px, 316px);
    top: calc(50% + 171.0100715px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-80 {
  0% {
    clip: rect(0px, 324px, 999px, 320px);
    top: calc(50% - 112.475527px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 324px, 999px, 320px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 324px, 999px, 320px);
    top: calc(50% + 43.57787149999999px);
    opacity: 0;
  }
}
@keyframes text-animation-1-80 {
  0% {
    clip: rect(0px, 324px, 999px, 320px);
    top: calc(50% - 112.475527px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 324px, 999px, 320px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 324px, 999px, 320px);
    top: calc(50% + 43.57787149999999px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-81 {
  0% {
    clip: rect(0px, 328px, 999px, 324px);
    top: calc(50% - 489.0738005px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 328px, 999px, 324px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 328px, 999px, 324px);
    top: calc(50% + 264.959632px);
    opacity: 0;
  }
}
@keyframes text-animation-1-81 {
  0% {
    clip: rect(0px, 328px, 999px, 324px);
    top: calc(50% - 489.0738005px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 328px, 999px, 324px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 328px, 999px, 324px);
    top: calc(50% + 264.959632px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-82 {
  0% {
    clip: rect(0px, 332px, 999px, 328px);
    top: calc(50% - 340.99918px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 332px, 999px, 328px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 332px, 999px, 328px);
    top: calc(50% + 497.2609475px);
    opacity: 0;
  }
}
@keyframes text-animation-1-82 {
  0% {
    clip: rect(0px, 332px, 999px, 328px);
    top: calc(50% - 340.99918px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 332px, 999px, 328px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 332px, 999px, 328px);
    top: calc(50% + 497.2609475px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-83 {
  0% {
    clip: rect(0px, 336px, 999px, 332px);
    top: calc(50% - 441.4737965px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 336px, 999px, 332px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 336px, 999px, 332px);
    top: calc(50% + 321.393805px);
    opacity: 0;
  }
}
@keyframes text-animation-1-83 {
  0% {
    clip: rect(0px, 336px, 999px, 332px);
    top: calc(50% - 441.4737965px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 336px, 999px, 332px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 336px, 999px, 332px);
    top: calc(50% + 321.393805px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-84 {
  0% {
    clip: rect(0px, 340px, 999px, 336px);
    top: calc(50% - 242.40481px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 340px, 999px, 336px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 340px, 999px, 336px);
    top: calc(50% + 8.726203px);
    opacity: 0;
  }
}
@keyframes text-animation-1-84 {
  0% {
    clip: rect(0px, 340px, 999px, 336px);
    top: calc(50% - 242.40481px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 340px, 999px, 336px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 340px, 999px, 336px);
    top: calc(50% + 8.726203px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-85 {
  0% {
    clip: rect(0px, 344px, 999px, 340px);
    top: calc(50% - 371.5724125px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 344px, 999px, 340px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 344px, 999px, 340px);
    top: calc(50% + 154.508497px);
    opacity: 0;
  }
}
@keyframes text-animation-1-85 {
  0% {
    clip: rect(0px, 344px, 999px, 340px);
    top: calc(50% - 371.5724125px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 344px, 999px, 340px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 344px, 999px, 340px);
    top: calc(50% + 154.508497px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-86 {
  0% {
    clip: rect(0px, 348px, 999px, 344px);
    top: calc(50% - 52.2642315px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 348px, 999px, 344px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 348px, 999px, 344px);
    top: calc(50% + 26.167978px);
    opacity: 0;
  }
}
@keyframes text-animation-1-86 {
  0% {
    clip: rect(0px, 348px, 999px, 344px);
    top: calc(50% - 52.2642315px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 348px, 999px, 344px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 348px, 999px, 344px);
    top: calc(50% + 26.167978px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-87 {
  0% {
    clip: rect(0px, 352px, 999px, 348px);
    top: calc(50% - 17.449748500000002px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 352px, 999px, 348px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 352px, 999px, 348px);
    top: calc(50% + 314.66019550000004px);
    opacity: 0;
  }
}
@keyframes text-animation-1-87 {
  0% {
    clip: rect(0px, 352px, 999px, 348px);
    top: calc(50% - 17.449748500000002px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 352px, 999px, 348px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 352px, 999px, 348px);
    top: calc(50% + 314.66019550000004px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-88 {
  0% {
    clip: rect(0px, 356px, 999px, 352px);
    top: calc(50% - 187.3032965px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 356px, 999px, 352px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 356px, 999px, 352px);
    top: calc(50% + 499.9238475px);
    opacity: 0;
  }
}
@keyframes text-animation-1-88 {
  0% {
    clip: rect(0px, 356px, 999px, 352px);
    top: calc(50% - 187.3032965px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 356px, 999px, 352px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 356px, 999px, 352px);
    top: calc(50% + 499.9238475px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-89 {
  0% {
    clip: rect(0px, 360px, 999px, 356px);
    top: calc(50% - 264.959632px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 360px, 999px, 356px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 360px, 999px, 356px);
    top: calc(50% + 466.790213px);
    opacity: 0;
  }
}
@keyframes text-animation-1-89 {
  0% {
    clip: rect(0px, 360px, 999px, 356px);
    top: calc(50% - 264.959632px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 360px, 999px, 356px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 360px, 999px, 356px);
    top: calc(50% + 466.790213px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-90 {
  0% {
    clip: rect(0px, 364px, 999px, 360px);
    top: calc(50% - 17.449748500000002px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 364px, 999px, 360px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 364px, 999px, 360px);
    top: calc(50% + 388.57298049999997px);
    opacity: 0;
  }
}
@keyframes text-animation-1-90 {
  0% {
    clip: rect(0px, 364px, 999px, 360px);
    top: calc(50% - 17.449748500000002px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 364px, 999px, 360px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 364px, 999px, 360px);
    top: calc(50% + 388.57298049999997px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-91 {
  0% {
    clip: rect(0px, 368px, 999px, 364px);
    top: calc(50% - 497.2609475px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 368px, 999px, 364px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 368px, 999px, 364px);
    top: calc(50% + 154.508497px);
    opacity: 0;
  }
}
@keyframes text-animation-1-91 {
  0% {
    clip: rect(0px, 368px, 999px, 364px);
    top: calc(50% - 497.2609475px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 368px, 999px, 364px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 368px, 999px, 364px);
    top: calc(50% + 154.508497px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-92 {
  0% {
    clip: rect(0px, 372px, 999px, 368px);
    top: calc(50% - 496.273076px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 372px, 999px, 368px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 372px, 999px, 368px);
    top: calc(50% + 500px);
    opacity: 0;
  }
}
@keyframes text-animation-1-92 {
  0% {
    clip: rect(0px, 372px, 999px, 368px);
    top: calc(50% - 496.273076px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 372px, 999px, 368px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 372px, 999px, 368px);
    top: calc(50% + 500px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-93 {
  0% {
    clip: rect(0px, 376px, 999px, 372px);
    top: calc(50% - 359.6699px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 376px, 999px, 372px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 376px, 999px, 372px);
    top: calc(50% + 478.152378px);
    opacity: 0;
  }
}
@keyframes text-animation-1-93 {
  0% {
    clip: rect(0px, 376px, 999px, 372px);
    top: calc(50% - 359.6699px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 376px, 999px, 372px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 376px, 999px, 372px);
    top: calc(50% + 478.152378px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-94 {
  0% {
    clip: rect(0px, 380px, 999px, 376px);
    top: calc(50% - 8.726203px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 380px, 999px, 376px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 380px, 999px, 376px);
    top: calc(50% + 129.4095225px);
    opacity: 0;
  }
}
@keyframes text-animation-1-94 {
  0% {
    clip: rect(0px, 380px, 999px, 376px);
    top: calc(50% - 8.726203px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 380px, 999px, 376px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 380px, 999px, 376px);
    top: calc(50% + 129.4095225px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-95 {
  0% {
    clip: rect(0px, 384px, 999px, 380px);
    top: calc(50% - 441.4737965px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 384px, 999px, 380px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 384px, 999px, 380px);
    top: calc(50% + 485.14786300000003px);
    opacity: 0;
  }
}
@keyframes text-animation-1-95 {
  0% {
    clip: rect(0px, 384px, 999px, 380px);
    top: calc(50% - 441.4737965px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 384px, 999px, 380px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 384px, 999px, 380px);
    top: calc(50% + 485.14786300000003px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-96 {
  0% {
    clip: rect(0px, 388px, 999px, 384px);
    top: calc(50% - 129.4095225px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 388px, 999px, 384px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 388px, 999px, 384px);
    top: calc(50% + 394.005377px);
    opacity: 0;
  }
}
@keyframes text-animation-1-96 {
  0% {
    clip: rect(0px, 388px, 999px, 384px);
    top: calc(50% - 129.4095225px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 388px, 999px, 384px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 388px, 999px, 384px);
    top: calc(50% + 394.005377px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-97 {
  0% {
    clip: rect(0px, 392px, 999px, 388px);
    top: calc(50% - 86.82408899999999px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 392px, 999px, 388px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 392px, 999px, 388px);
    top: calc(50% + 95.4044975px);
    opacity: 0;
  }
}
@keyframes text-animation-1-97 {
  0% {
    clip: rect(0px, 392px, 999px, 388px);
    top: calc(50% - 86.82408899999999px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 392px, 999px, 388px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 392px, 999px, 388px);
    top: calc(50% + 95.4044975px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-98 {
  0% {
    clip: rect(0px, 396px, 999px, 392px);
    top: calc(50% - 419.335284px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 396px, 999px, 392px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 396px, 999px, 392px);
    top: calc(50% + 334.565303px);
    opacity: 0;
  }
}
@keyframes text-animation-1-98 {
  0% {
    clip: rect(0px, 396px, 999px, 392px);
    top: calc(50% - 419.335284px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 396px, 999px, 392px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 396px, 999px, 392px);
    top: calc(50% + 334.565303px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-99 {
  0% {
    clip: rect(0px, 400px, 999px, 396px);
    top: calc(50% - 17.449748500000002px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 400px, 999px, 396px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 400px, 999px, 396px);
    top: calc(50% + 279.5964515px);
    opacity: 0;
  }
}
@keyframes text-animation-1-99 {
  0% {
    clip: rect(0px, 400px, 999px, 396px);
    top: calc(50% - 17.449748500000002px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 400px, 999px, 396px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 400px, 999px, 396px);
    top: calc(50% + 279.5964515px);
    opacity: 0;
  }
}
@-webkit-keyframes text-animation-1-100 {
  0% {
    clip: rect(0px, 404px, 999px, 400px);
    top: calc(50% - 500px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 404px, 999px, 400px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 404px, 999px, 400px);
    top: calc(50% + 449.397023px);
    opacity: 0;
  }
}
@keyframes text-animation-1-100 {
  0% {
    clip: rect(0px, 404px, 999px, 400px);
    top: calc(50% - 500px);
    opacity: 0;
  }
  50% {
    clip: rect(0px, 404px, 999px, 400px);
    top: 50%;
    opacity: 1;
  }
  100% {
    clip: rect(0px, 404px, 999px, 400px);
    top: calc(50% + 449.397023px);
    opacity: 0;
  }
}