.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.column {
  width: 1452em;
  height: auto;
}

.video {
  width: 100%;
}

.background-video {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
}

.link-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fddd58;
  border: 5px solid #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #fff;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  filter: invert();
  width: 32px;
}

.image:hover {
  filter: invert();
}

.text-block {
  color: #000;
  font-family: "Perfect Dos Vga 437", Arial, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.text-block:hover {
  color: #000;
}

.image-2, .lottie-animation {
  width: 500px;
}

.background-video-2 {
  width: 100%;
}

.image-3 {
  width: 60%;
}

.div-block-3 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .image {
    width: 26px;
  }

  .text-block {
    font-size: 17px;
    line-height: 18px;
  }

  .image-2, .lottie-animation, .div-block-4 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Perfect Dos Vga 437';
  src: url('../fonts/Perfect-DOS-VGA-437.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Perfect Dos Vga 437 Win';
  src: url('../fonts/Perfect-DOS-VGA-437-Win.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}