/*covid19 banner*/
.covid-banner-module_covid-banner_2mRkf {
    background: rgb(149 156 161);
    padding: 12px 36px;
    position: relative;
    width: 100%;
    z-index: 1000;
}
@media print,
screen and (max-width: 47.99875em) {
  .covid-banner-module_covid-banner_2mRkf {
      margin-bottom: 8px
  }
}

@media print,
screen and (max-width: 47.99875em) and (min-width: 48em) {
  .covid-banner-module_covid-banner_2mRkf {
      margin-bottom: 12px
  }
}

@media print,
screen and (min-width: 36em) {
  .covid-banner-module_covid-banner_2mRkf {
      margin-bottom: 0
  }
}

.covid-banner-module_covid-banner_2mRkf p {
  color: #fefefe;
  margin: 0;
  padding: 0;
  text-align: center
}

.covid-banner-module_covid-banner_2mRkf p a {
  color: #fefefe;
  text-decoration: underline
}

.covid-banner-module_covid-banner_2mRkf .covid-banner-module_close-icon_h--s8 {
  background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22rgb(254,254,254)%22 d=%22M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z%22/%3E%3Cpath d=%22M0 0h24v24H0z%22 fill=%22none%22/%3E%3C/svg%3E") center center no-repeat;
  height: 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px
}