/*addition.css*/
.contest__brand2 {
  padding: 30px 50px;
  background: url("../img/contest/brand-background2.png") center right no-repeat #01406e;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid rgba(70, 74, 83, 0.3);
}
@media (max-width: 1439.98px) {
  .contest__brand2 {
    padding: 10px 50px;
  }
}
@media (max-width: 1023.98px) {
  .contest__brand2 {
    padding: 10px;
  }
  .contest__brand2 img {
    width: 405px;
  }
}
@media (max-width: 1023.98px) {
  .contest__brand2 img {
    width: 241px;
  }
}
.contest .contest__brand2 {
  margin-bottom: 10px;
}

.science-inner__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px 10px;
}

.page-404 {
  position: relative;
  text-align: center;
  height: calc(100dvh - 76px);
  padding-block: 90px 50px;
  background-color: #3f434b;
  grid-template-rows: auto;
}
@media (max-width: 1919.98px) {
  .page-404 {
    height: calc(100dvh - 71px);
  }
}
@media (max-width: 1365.98px) {
  .page-404 {
    height: calc(100dvh - 66px);
  }
}
@media (max-width: 1023.98px) {
  .page-404 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .page-404 {
    height: calc(100dvh - 62px);
  }
}
@media (max-width: 479.98px) {
  .page-404 {
    height: calc(100dvh - 61px);
  }
}
.page-404 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  grid-column: 1/-1;
  opacity: 0.3;
  background: lightgray 50%/cover no-repeat;
  mix-blend-mode: luminosity;
}
.page-404__text {
  grid-column: 1/-1;
  text-align: left;
  text-transform: uppercase;
  font-family: RockStar;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
  color: white;
  padding-left: 40px;
}
@media (max-width: 1023.98px) {
  .page-404__text {
    text-align: center;
    font-size: 16px;
  }
}
.page-404__text h1 {
  font-size: 96px;
  line-height: 80px;
  font-weight: 600;
}
.page-404 .button-text-arrow {
  width: 435px;
  grid-column: 1/-1;
  justify-content: space-between;
  align-self: flex-end;
  max-width: 100%;
  margin-left: auto;
}
@media (max-width: 1023.98px) {
  .page-404 .button-text-arrow {
    width: 300px;
    margin: 0 auto;
  }
}
.page-404 .button-text-arrow svg {
  transform: rotate(45deg);
}
@media (max-width: 1023.98px) {
  .page-404 .button-text-arrow svg {
    width: 21px;
    height: 21px;
  }
}