:root {
  --site-container-width: 1600px;
  --site-inner-width: 1440px;
}

.hero-banner-tournament {
  position: relative;
  overflow: hidden;
  padding-bottom: 32px;
  min-height: min(85vh - 128px, 650px);
  height: min(70vh - 64px, 650px);
  /* gradient */
  /* background */
  /* inner */
}
@media (max-width: 767px) {
  .hero-banner-tournament {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 575px) {
  .hero-banner-tournament {
    min-height: min(85vh - 128px, 550px);
    height: min(70vh - 64px, 550px);
  }
}
@media (max-width: 469px) {
  .hero-banner-tournament {
    min-height: min(85vh - 128px, 450px);
    height: min(70vh - 64px, 450px);
  }
}
.hero-banner-tournament::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(hsl(222, 62%, 11%)), color-stop(50%, hsl(222, 62%, 11%)), to(hsla(222, 62%, 11%, 0)));
  background: linear-gradient(0deg, hsl(222, 62%, 11%) 0%, hsl(222, 62%, 11%) 50%, hsla(222, 62%, 11%, 0) 100%);
  pointer-events: none;
}
.hero-banner-tournament .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero-banner-tournament .hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% + 32px);
}
.hero-banner-tournament .hero-inner .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  z-index: 2;
  margin-top: -50px;
  margin-left: 40px;
}
@media (max-width: 575px) {
  .hero-banner-tournament .hero-inner .hero-content {
    margin-top: 40px;
    margin-left: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.hero-banner-tournament .hero-inner .hero-content label {
  background-color: #14213B;
  border-radius: 16px;
  font-size: 85%;
  margin: 4px 0;
  padding: 4px 8px;
}
.hero-banner-tournament .hero-inner .hero-content .subtitle {
  color: rgb(215, 251, 55);
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.5;
  margin: 30px 0 0 0;
}
.hero-banner-tournament .hero-inner .hero-content .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin: 8px;
  text-align: center;
  text-shadow: 0 4.99616px 8.74329px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  word-break: break-word;
  font-family: "Inter Tight", sans-serif;
  font-style: italic;
}
.hero-banner-tournament .hero-inner .hero-content .button {
  background-color: rgb(215, 251, 55);
  color: #1F2603;
  font-family: "Inter Tight", sans-serif;
  font-style: italic;
  font-weight: 800;
  line-height: 1.75;
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 5px 0.09px rgba(0, 0, 0, 0.32);
          box-shadow: 0 2px 5px 0.09px rgba(0, 0, 0, 0.32);
  display: inline-block;
  margin: 4px;
  padding: 8px 24px;
  text-transform: uppercase;
}
.hero-banner-tournament .hero-inner .hero-content .timer {
  font-size: 14px;
}
.hero-banner-tournament .hero-inner .foreground {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 575px) {
  .hero-banner-tournament .hero-inner .foreground {
    position: absolute;
  }
}
.hero-banner-tournament .hero-inner .foreground .background-asset {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: top/contain no-repeat;
}
.hero-banner-tournament .hero-inner .foreground .foreground-asset {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  min-height: 100%;
}
@media (max-width: 575px) {
  .hero-banner-tournament .hero-inner .foreground .foreground-asset {
    width: 100%;
    height: 100%;
  }
}

.block-editor-block-list__block .hero-banner-tournament .button {
  pointer-events: none;
}

body.home .hero-banner-tournament {
  margin-top: -66px;
}
