  .header .bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.0) contrast(1.3) saturate(1.1);
}
   
   img.logo,
    .page__title img{

        filter: brightness(1.0) contrast(1.5) saturate(1.1) drop-shadow(1px 20px 10px rgba(0, 0, 0, 0.7)) !important;
    }

    .header .top .logo {
    width:55vh;
    }
    @media screen and (max-width: 1024px) {
    .header .top .logo {
        width: 45vh;
        margin: 0;
    }
}
    
    .notice-box {
  border: 1px solid #77674d;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 30px;
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.7;
  color: #ede0cb;
  padding-top: 10px;
}

.notice-box h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #ede0cb;
  margin-bottom: 25px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  letter-spacing: 1px;
  background: linear-gradient(to bottom, #fff 20%, #ebd0a3 70%, #523f0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-family: 'Warhaven';
}

.notice-section {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 18px 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.notice-section h3 {
  font-size: 20px;
  margin: 0 0 12px;
  color: #ede0cb;
  font-weight: 600;
  border-left: 4px solid #ede0cb;
  padding-left: 10px;
}

.notice-section p {
  margin: 4px 0;
  color: #fff;
}

.notice-box .center {
  text-align: center;
  margin-top: 28px;
  font-weight: bold;
  color: #ede0cb;
  font-size: 18px;
}
  .highlight {
  color: #ede0cb;
  font-weight: 700;
}