@charset "UTF-8";

.header_link_bk_to_bc2_events {
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  padding-left: 180px;
  position: relative;
  z-index: 10;
  margin-top: 30px;
  margin-bottom: -1.4em;
}
.content.cf .header_link_bk_to_bc2_events > a {
  display: inline-block;
  color: #aaa;
  text-decoration: none;
  transition: all 0.3s ease;
}
.content.cf .header_link_bk_to_bc2_events > a:hover {
  color: #fff;
}
.content.cf .header_link_bk_to_bc2_events > a::before {
  font-family: 'Material Symbols Outlined';
  content: '\e5e0';
  font-size: 1em;
  line-height: 1;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  margin-right: -2px;
  margin-top: -1px;
}

@media screen and (max-width: 1023px) {
  .header_link_bk_to_bc2_events {
    margin-top: 1.5rem;
    margin-left: 0;
    max-width: none;
    padding: 0;
  }
}
