@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Tera:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --bs-blue: #0372b7;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0372b7;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: rgba(94, 186, 189, 1);
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #222d32;
  --bs-dark2: #313f45;
  --bs-primary-rgb: 3, 114, 183;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 34, 45, 50;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 33, 37, 41;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-gradient2: linear-gradient(90deg, rgba(94, 186, 189, 1), rgba(3, 114, 183, 1));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.wrapper {
  min-width: 100vw;
  min-height: 90vh;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  background: var(--bs-dark2);
}
.wrapper .text_group .text_404 {
  font-family: "Roboto Slab";
  font-size: 4em;
  box-sizing: border-box;
  text-shadow: 2px 2px 12px var(--bs-info);
  color: var(--bs-info);
}
.wrapper .text_group .text_lost {
  font-family: "Fira Sans";
  font-size: 2em;
  line-height: 1.25;
  box-sizing: border-box;
  color: white;
}
.wrapper .window_group .window_404 {
  width: 200px;
  height: 350px;
  border-radius: 100px;
  box-shadow: -3px -3px 0px 5px var(--bs-dark), 5px 5px 0px 2px var(--bs-gray);
  background: linear-gradient(310deg, rgb(2, 0, 36) 0%, rgb(9, 9, 107) 0%, rgb(0, 0, 0) 80%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.wrapper .window_group .window_404 .stars {
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: flyby 30s linear infinite;
          animation: flyby 30s linear infinite;
}
.wrapper .window_group .window_404 .stars .star {
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(1) {
  width: 2px;
  height: 2px;
  left: 9px;
  top: 8px;
  -webkit-animation: twinkle1 8s linear infinite;
          animation: twinkle1 8s linear infinite;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(1):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(2) {
  width: 1px;
  height: 1px;
  left: 103px;
  top: 167px;
  -webkit-animation: twinkle2 7s linear infinite;
          animation: twinkle2 7s linear infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(2):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(3) {
  width: 3px;
  height: 3px;
  left: 28px;
  top: 222px;
  -webkit-animation: twinkle3 7s linear infinite;
          animation: twinkle3 7s linear infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(3):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(4) {
  width: 1px;
  height: 1px;
  left: 325px;
  top: 6px;
  -webkit-animation: twinkle4 6s linear infinite;
          animation: twinkle4 6s linear infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(4):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(5) {
  width: 3px;
  height: 3px;
  left: 252px;
  top: 136px;
  -webkit-animation: twinkle5 13s linear infinite;
          animation: twinkle5 13s linear infinite;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(5):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(6) {
  width: 2px;
  height: 2px;
  left: 400px;
  top: 14px;
  -webkit-animation: twinkle6 7s linear infinite;
          animation: twinkle6 7s linear infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(6):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(7) {
  width: 1px;
  height: 1px;
  left: 117px;
  top: 90px;
  -webkit-animation: twinkle7 9s linear infinite;
          animation: twinkle7 9s linear infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(7):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(8) {
  width: 2px;
  height: 2px;
  left: 32px;
  top: 102px;
  -webkit-animation: twinkle8 9s linear infinite;
          animation: twinkle8 9s linear infinite;
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(8):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(9) {
  width: 1px;
  height: 1px;
  left: 231px;
  top: 174px;
  -webkit-animation: twinkle9 12s linear infinite;
          animation: twinkle9 12s linear infinite;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(9):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(10) {
  width: 3px;
  height: 3px;
  left: 183px;
  top: 74px;
  -webkit-animation: twinkle10 11s linear infinite;
          animation: twinkle10 11s linear infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(10):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(11) {
  width: 3px;
  height: 3px;
  left: 168px;
  top: 70px;
  -webkit-animation: twinkle11 12s linear infinite;
          animation: twinkle11 12s linear infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(11):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(12) {
  width: 2px;
  height: 2px;
  left: 294px;
  top: 167px;
  -webkit-animation: twinkle12 10s linear infinite;
          animation: twinkle12 10s linear infinite;
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(12):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(13) {
  width: 3px;
  height: 3px;
  left: 16px;
  top: 238px;
  -webkit-animation: twinkle13 8s linear infinite;
          animation: twinkle13 8s linear infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(13):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(14) {
  width: 1px;
  height: 1px;
  left: 308px;
  top: 336px;
  -webkit-animation: twinkle14 6s linear infinite;
          animation: twinkle14 6s linear infinite;
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(14):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(15) {
  width: 1px;
  height: 1px;
  left: 242px;
  top: 140px;
  -webkit-animation: twinkle15 11s linear infinite;
          animation: twinkle15 11s linear infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(15):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(16) {
  width: 1px;
  height: 1px;
  left: 90px;
  top: 164px;
  -webkit-animation: twinkle16 8s linear infinite;
          animation: twinkle16 8s linear infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(16):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(17) {
  width: 2px;
  height: 2px;
  left: 178px;
  top: 171px;
  -webkit-animation: twinkle17 9s linear infinite;
          animation: twinkle17 9s linear infinite;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(17):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(18) {
  width: 3px;
  height: 3px;
  left: 194px;
  top: 237px;
  -webkit-animation: twinkle18 6s linear infinite;
          animation: twinkle18 6s linear infinite;
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(18):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(19) {
  width: 2px;
  height: 2px;
  left: 349px;
  top: 99px;
  -webkit-animation: twinkle19 10s linear infinite;
          animation: twinkle19 10s linear infinite;
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(19):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(20) {
  width: 3px;
  height: 3px;
  left: 4px;
  top: 343px;
  -webkit-animation: twinkle20 11s linear infinite;
          animation: twinkle20 11s linear infinite;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(20):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(21) {
  width: 1px;
  height: 1px;
  left: 337px;
  top: 247px;
  -webkit-animation: twinkle21 11s linear infinite;
          animation: twinkle21 11s linear infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(21):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(22) {
  width: 1px;
  height: 1px;
  left: 259px;
  top: 167px;
  -webkit-animation: twinkle22 7s linear infinite;
          animation: twinkle22 7s linear infinite;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(22):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(23) {
  width: 3px;
  height: 3px;
  left: 376px;
  top: 320px;
  -webkit-animation: twinkle23 12s linear infinite;
          animation: twinkle23 12s linear infinite;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(23):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(24) {
  width: 1px;
  height: 1px;
  left: 208px;
  top: 243px;
  -webkit-animation: twinkle24 9s linear infinite;
          animation: twinkle24 9s linear infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(24):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(25) {
  width: 1px;
  height: 1px;
  left: 68px;
  top: 160px;
  -webkit-animation: twinkle25 13s linear infinite;
          animation: twinkle25 13s linear infinite;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(25):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(26) {
  width: 1px;
  height: 1px;
  left: 3px;
  top: 317px;
  -webkit-animation: twinkle26 11s linear infinite;
          animation: twinkle26 11s linear infinite;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(26):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(27) {
  width: 3px;
  height: 3px;
  left: 71px;
  top: 239px;
  -webkit-animation: twinkle27 6s linear infinite;
          animation: twinkle27 6s linear infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(27):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(28) {
  width: 3px;
  height: 3px;
  left: 113px;
  top: 136px;
  -webkit-animation: twinkle28 10s linear infinite;
          animation: twinkle28 10s linear infinite;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(28):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(29) {
  width: 3px;
  height: 3px;
  left: 195px;
  top: 250px;
  -webkit-animation: twinkle29 10s linear infinite;
          animation: twinkle29 10s linear infinite;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(29):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(30) {
  width: 1px;
  height: 1px;
  left: 342px;
  top: 143px;
  -webkit-animation: twinkle30 12s linear infinite;
          animation: twinkle30 12s linear infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(30):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(31) {
  width: 3px;
  height: 3px;
  left: 262px;
  top: 13px;
  -webkit-animation: twinkle31 10s linear infinite;
          animation: twinkle31 10s linear infinite;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(31):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(32) {
  width: 1px;
  height: 1px;
  left: 253px;
  top: 159px;
  -webkit-animation: twinkle32 7s linear infinite;
          animation: twinkle32 7s linear infinite;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(32):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(33) {
  width: 3px;
  height: 3px;
  left: 57px;
  top: 182px;
  -webkit-animation: twinkle33 7s linear infinite;
          animation: twinkle33 7s linear infinite;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(33):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(34) {
  width: 2px;
  height: 2px;
  left: 123px;
  top: 186px;
  -webkit-animation: twinkle34 13s linear infinite;
          animation: twinkle34 13s linear infinite;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(34):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(35) {
  width: 1px;
  height: 1px;
  left: 311px;
  top: 260px;
  -webkit-animation: twinkle35 8s linear infinite;
          animation: twinkle35 8s linear infinite;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(35):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(36) {
  width: 2px;
  height: 2px;
  left: 206px;
  top: 83px;
  -webkit-animation: twinkle36 9s linear infinite;
          animation: twinkle36 9s linear infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(36):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(37) {
  width: 3px;
  height: 3px;
  left: 112px;
  top: 70px;
  -webkit-animation: twinkle37 6s linear infinite;
          animation: twinkle37 6s linear infinite;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(37):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(38) {
  width: 3px;
  height: 3px;
  left: 86px;
  top: 345px;
  -webkit-animation: twinkle38 12s linear infinite;
          animation: twinkle38 12s linear infinite;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(38):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(39) {
  width: 2px;
  height: 2px;
  left: 205px;
  top: 33px;
  -webkit-animation: twinkle39 6s linear infinite;
          animation: twinkle39 6s linear infinite;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(39):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(40) {
  width: 3px;
  height: 3px;
  left: 360px;
  top: 232px;
  -webkit-animation: twinkle40 6s linear infinite;
          animation: twinkle40 6s linear infinite;
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(40):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(41) {
  width: 1px;
  height: 1px;
  left: 8px;
  top: 318px;
  -webkit-animation: twinkle41 13s linear infinite;
          animation: twinkle41 13s linear infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(41):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(42) {
  width: 2px;
  height: 2px;
  left: 347px;
  top: 286px;
  -webkit-animation: twinkle42 12s linear infinite;
          animation: twinkle42 12s linear infinite;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(42):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(43) {
  width: 2px;
  height: 2px;
  left: 239px;
  top: 285px;
  -webkit-animation: twinkle43 11s linear infinite;
          animation: twinkle43 11s linear infinite;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(43):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(44) {
  width: 3px;
  height: 3px;
  left: 355px;
  top: 301px;
  -webkit-animation: twinkle44 6s linear infinite;
          animation: twinkle44 6s linear infinite;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(44):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(45) {
  width: 1px;
  height: 1px;
  left: 152px;
  top: 344px;
  -webkit-animation: twinkle45 9s linear infinite;
          animation: twinkle45 9s linear infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(45):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(46) {
  width: 3px;
  height: 3px;
  left: 383px;
  top: 342px;
  -webkit-animation: twinkle46 6s linear infinite;
          animation: twinkle46 6s linear infinite;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(46):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(47) {
  width: 3px;
  height: 3px;
  left: 381px;
  top: 87px;
  -webkit-animation: twinkle47 12s linear infinite;
          animation: twinkle47 12s linear infinite;
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(47):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(48) {
  width: 2px;
  height: 2px;
  left: 375px;
  top: 201px;
  -webkit-animation: twinkle48 8s linear infinite;
          animation: twinkle48 8s linear infinite;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(48):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(49) {
  width: 2px;
  height: 2px;
  left: 75px;
  top: 277px;
  -webkit-animation: twinkle49 11s linear infinite;
          animation: twinkle49 11s linear infinite;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(49):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(50) {
  width: 3px;
  height: 3px;
  left: 250px;
  top: 45px;
  -webkit-animation: twinkle50 7s linear infinite;
          animation: twinkle50 7s linear infinite;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(50):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(51) {
  width: 1px;
  height: 1px;
  left: 73px;
  top: 183px;
  -webkit-animation: twinkle51 7s linear infinite;
          animation: twinkle51 7s linear infinite;
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(51):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(52) {
  width: 1px;
  height: 1px;
  left: 113px;
  top: 136px;
  -webkit-animation: twinkle52 7s linear infinite;
          animation: twinkle52 7s linear infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(52):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(53) {
  width: 2px;
  height: 2px;
  left: 169px;
  top: 179px;
  -webkit-animation: twinkle53 11s linear infinite;
          animation: twinkle53 11s linear infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(53):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(54) {
  width: 3px;
  height: 3px;
  left: 2px;
  top: 15px;
  -webkit-animation: twinkle54 8s linear infinite;
          animation: twinkle54 8s linear infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(54):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(55) {
  width: 3px;
  height: 3px;
  left: 361px;
  top: 49px;
  -webkit-animation: twinkle55 6s linear infinite;
          animation: twinkle55 6s linear infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(55):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(56) {
  width: 1px;
  height: 1px;
  left: 141px;
  top: 303px;
  -webkit-animation: twinkle56 13s linear infinite;
          animation: twinkle56 13s linear infinite;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(56):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(57) {
  width: 3px;
  height: 3px;
  left: 224px;
  top: 81px;
  -webkit-animation: twinkle57 6s linear infinite;
          animation: twinkle57 6s linear infinite;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(57):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(58) {
  width: 1px;
  height: 1px;
  left: 75px;
  top: 16px;
  -webkit-animation: twinkle58 12s linear infinite;
          animation: twinkle58 12s linear infinite;
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(58):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(59) {
  width: 1px;
  height: 1px;
  left: 175px;
  top: 98px;
  -webkit-animation: twinkle59 9s linear infinite;
          animation: twinkle59 9s linear infinite;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(59):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(60) {
  width: 1px;
  height: 1px;
  left: 45px;
  top: 76px;
  -webkit-animation: twinkle60 11s linear infinite;
          animation: twinkle60 11s linear infinite;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(60):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(61) {
  width: 3px;
  height: 3px;
  left: 213px;
  top: 261px;
  -webkit-animation: twinkle61 9s linear infinite;
          animation: twinkle61 9s linear infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(61):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(62) {
  width: 1px;
  height: 1px;
  left: 278px;
  top: 263px;
  -webkit-animation: twinkle62 6s linear infinite;
          animation: twinkle62 6s linear infinite;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(62):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(63) {
  width: 1px;
  height: 1px;
  left: 84px;
  top: 13px;
  -webkit-animation: twinkle63 6s linear infinite;
          animation: twinkle63 6s linear infinite;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(63):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(64) {
  width: 3px;
  height: 3px;
  left: 118px;
  top: 323px;
  -webkit-animation: twinkle64 6s linear infinite;
          animation: twinkle64 6s linear infinite;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(64):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(65) {
  width: 3px;
  height: 3px;
  left: 12px;
  top: 249px;
  -webkit-animation: twinkle65 11s linear infinite;
          animation: twinkle65 11s linear infinite;
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(65):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(66) {
  width: 1px;
  height: 1px;
  left: 79px;
  top: 35px;
  -webkit-animation: twinkle66 12s linear infinite;
          animation: twinkle66 12s linear infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(66):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(67) {
  width: 2px;
  height: 2px;
  left: 334px;
  top: 335px;
  -webkit-animation: twinkle67 13s linear infinite;
          animation: twinkle67 13s linear infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(67):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(68) {
  width: 3px;
  height: 3px;
  left: 352px;
  top: 278px;
  -webkit-animation: twinkle68 13s linear infinite;
          animation: twinkle68 13s linear infinite;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(68):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(69) {
  width: 3px;
  height: 3px;
  left: 40px;
  top: 316px;
  -webkit-animation: twinkle69 12s linear infinite;
          animation: twinkle69 12s linear infinite;
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(69):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(70) {
  width: 1px;
  height: 1px;
  left: 197px;
  top: 30px;
  -webkit-animation: twinkle70 11s linear infinite;
          animation: twinkle70 11s linear infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(70):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(71) {
  width: 1px;
  height: 1px;
  left: 29px;
  top: 282px;
  -webkit-animation: twinkle71 10s linear infinite;
          animation: twinkle71 10s linear infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(71):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(72) {
  width: 2px;
  height: 2px;
  left: 361px;
  top: 237px;
  -webkit-animation: twinkle72 9s linear infinite;
          animation: twinkle72 9s linear infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(72):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(73) {
  width: 1px;
  height: 1px;
  left: 16px;
  top: 72px;
  -webkit-animation: twinkle73 8s linear infinite;
          animation: twinkle73 8s linear infinite;
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(73):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(74) {
  width: 1px;
  height: 1px;
  left: 42px;
  top: 349px;
  -webkit-animation: twinkle74 6s linear infinite;
          animation: twinkle74 6s linear infinite;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(74):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(75) {
  width: 1px;
  height: 1px;
  left: 323px;
  top: 324px;
  -webkit-animation: twinkle75 8s linear infinite;
          animation: twinkle75 8s linear infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(75):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(76) {
  width: 2px;
  height: 2px;
  left: 260px;
  top: 203px;
  -webkit-animation: twinkle76 10s linear infinite;
          animation: twinkle76 10s linear infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(76):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(77) {
  width: 1px;
  height: 1px;
  left: 365px;
  top: 309px;
  -webkit-animation: twinkle77 12s linear infinite;
          animation: twinkle77 12s linear infinite;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(77):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(78) {
  width: 1px;
  height: 1px;
  left: 284px;
  top: 281px;
  -webkit-animation: twinkle78 6s linear infinite;
          animation: twinkle78 6s linear infinite;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(78):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(79) {
  width: 3px;
  height: 3px;
  left: 53px;
  top: 209px;
  -webkit-animation: twinkle79 8s linear infinite;
          animation: twinkle79 8s linear infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(79):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(80) {
  width: 1px;
  height: 1px;
  left: 73px;
  top: 188px;
  -webkit-animation: twinkle80 9s linear infinite;
          animation: twinkle80 9s linear infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(80):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(81) {
  width: 2px;
  height: 2px;
  left: 353px;
  top: 56px;
  -webkit-animation: twinkle81 13s linear infinite;
          animation: twinkle81 13s linear infinite;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(81):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(82) {
  width: 3px;
  height: 3px;
  left: 238px;
  top: 309px;
  -webkit-animation: twinkle82 7s linear infinite;
          animation: twinkle82 7s linear infinite;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(82):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(83) {
  width: 1px;
  height: 1px;
  left: 317px;
  top: 38px;
  -webkit-animation: twinkle83 10s linear infinite;
          animation: twinkle83 10s linear infinite;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(83):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(84) {
  width: 3px;
  height: 3px;
  left: 202px;
  top: 342px;
  -webkit-animation: twinkle84 12s linear infinite;
          animation: twinkle84 12s linear infinite;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(84):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(85) {
  width: 1px;
  height: 1px;
  left: 37px;
  top: 59px;
  -webkit-animation: twinkle85 10s linear infinite;
          animation: twinkle85 10s linear infinite;
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(85):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(86) {
  width: 1px;
  height: 1px;
  left: 368px;
  top: 135px;
  -webkit-animation: twinkle86 7s linear infinite;
          animation: twinkle86 7s linear infinite;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(86):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(87) {
  width: 1px;
  height: 1px;
  left: 31px;
  top: 61px;
  -webkit-animation: twinkle87 10s linear infinite;
          animation: twinkle87 10s linear infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(87):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(88) {
  width: 3px;
  height: 3px;
  left: 370px;
  top: 16px;
  -webkit-animation: twinkle88 13s linear infinite;
          animation: twinkle88 13s linear infinite;
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(88):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(89) {
  width: 3px;
  height: 3px;
  left: 81px;
  top: 343px;
  -webkit-animation: twinkle89 11s linear infinite;
          animation: twinkle89 11s linear infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(89):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(90) {
  width: 3px;
  height: 3px;
  left: 39px;
  top: 163px;
  -webkit-animation: twinkle90 8s linear infinite;
          animation: twinkle90 8s linear infinite;
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(90):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(91) {
  width: 2px;
  height: 2px;
  left: 104px;
  top: 47px;
  -webkit-animation: twinkle91 6s linear infinite;
          animation: twinkle91 6s linear infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(91):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(92) {
  width: 3px;
  height: 3px;
  left: 28px;
  top: 180px;
  -webkit-animation: twinkle92 13s linear infinite;
          animation: twinkle92 13s linear infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(92):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(93) {
  width: 1px;
  height: 1px;
  left: 180px;
  top: 304px;
  -webkit-animation: twinkle93 10s linear infinite;
          animation: twinkle93 10s linear infinite;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(93):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(94) {
  width: 3px;
  height: 3px;
  left: 114px;
  top: 144px;
  -webkit-animation: twinkle94 13s linear infinite;
          animation: twinkle94 13s linear infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(94):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(95) {
  width: 3px;
  height: 3px;
  left: 15px;
  top: 12px;
  -webkit-animation: twinkle95 7s linear infinite;
          animation: twinkle95 7s linear infinite;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(95):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(96) {
  width: 1px;
  height: 1px;
  left: 206px;
  top: 260px;
  -webkit-animation: twinkle96 7s linear infinite;
          animation: twinkle96 7s linear infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(96):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(97) {
  width: 1px;
  height: 1px;
  left: 31px;
  top: 270px;
  -webkit-animation: twinkle97 6s linear infinite;
          animation: twinkle97 6s linear infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(97):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(98) {
  width: 3px;
  height: 3px;
  left: 202px;
  top: 130px;
  -webkit-animation: twinkle98 8s linear infinite;
          animation: twinkle98 8s linear infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(98):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(99) {
  width: 1px;
  height: 1px;
  left: 266px;
  top: 247px;
  -webkit-animation: twinkle99 10s linear infinite;
          animation: twinkle99 10s linear infinite;
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(99):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(100) {
  width: 3px;
  height: 3px;
  left: 141px;
  top: 138px;
  -webkit-animation: twinkle100 12s linear infinite;
          animation: twinkle100 12s linear infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(100):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}

@-webkit-keyframes twinkle1 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes twinkle1 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle2 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle2 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle3 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle3 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle4 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle4 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle5 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle5 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle6 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle6 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle7 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle7 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle8 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle8 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle9 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle9 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle10 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle10 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle11 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle11 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle12 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle12 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle13 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle13 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle14 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle14 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle15 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle15 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle16 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle16 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle17 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle17 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle18 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle18 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle19 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle19 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle20 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle20 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle21 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle21 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle22 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle22 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle23 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle23 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle24 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle24 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle25 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle25 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle26 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle26 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle27 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle27 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle28 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle28 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle29 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle29 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle30 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle30 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle31 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle31 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle32 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle32 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle33 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle33 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle34 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle34 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle35 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle35 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle36 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle36 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle37 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle37 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle38 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle38 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle39 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle39 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle40 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle40 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle41 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle41 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle42 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle42 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle43 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle43 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle44 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle44 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle45 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle45 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle46 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle46 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle47 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle47 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle48 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle48 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle49 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle49 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle50 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle50 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle51 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle51 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle52 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle52 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle53 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle53 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle54 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle54 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle55 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle55 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle56 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle56 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle57 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle57 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle58 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle58 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle59 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle59 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle60 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle60 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle61 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle61 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle62 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle62 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle63 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle63 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle64 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle64 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle65 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle65 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle66 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle66 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle67 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle67 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle68 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle68 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle69 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle69 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle70 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle70 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle71 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle71 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle72 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle72 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle73 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle73 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle74 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle74 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle75 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle75 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle76 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle76 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle77 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle77 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle78 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle78 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle79 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle79 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle80 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle80 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle81 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle81 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle82 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle82 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle83 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle83 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle84 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle84 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle85 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle85 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle86 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle86 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle87 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle87 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle88 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle88 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle89 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle89 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle90 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle90 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle91 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle91 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle92 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle92 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle93 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle93 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle94 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle94 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle95 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle95 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle96 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle96 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle97 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle97 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle98 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle98 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle99 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle99 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes twinkle100 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle100 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes flyby {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
@keyframes flyby {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
@media only screen and (min-width: 1080px) {
  .wrapper .text_group {
    flex: 0 0 35%;
    margin-left: 20%;
    align-items: flex-end;
  }
  .wrapper .window_group {
    flex: 1 0 40%;
    margin-top: 0;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 1079px) {
  .wrapper .text_group {
    flex: 0 0 100%;
    margin: 0;
    align-items: center;
  }
  .wrapper .text_group .text_lost {
    width: 100%;
    padding: 0 22px;
    font-size: 1.7em;
    line-height: 35px;
  }
  .wrapper .window_group {
    flex: 0 0 100%;
  }
  .wrapper .window_group .window_404 {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
}/*# sourceMappingURL=404.css.map */