.body-default {
  color: #FFFFFF;
  margin: 0;
}

.header-template__top-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header-template__top-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(9, 114, 165, 0.6), rgba(9, 114, 165, 0.6)), url("./images/background3.png") #000 no-repeat center top;
  background-size: cover;
  filter: blur(9px);
  transform: scale(1.2);
  transform-origin: center;
  z-index: 0;
}
.header-template__icon--inline {
  display: inline-block;
}
.header-template__date-text {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font: 8pt/10pt verdana;
  font-weight: bold;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  justify-content: center;
  column-gap: 32px;
  padding: 2.5px 12px 0;
}
.header-template__overlay {
  z-index: 1000;
  visibility: hidden;
  position: absolute;
}
.header-template__banner {
  max-height: 120px;
  display: flex;
  align-items: center;
  top: 20px;
  padding: 0;
}
.header-template__banner-image {
  max-width: 100%;
}
