.exp-yr25__inner {
  position: relative;
  background-color: #000;
  color: #fff;
  margin-left: -12px;
  margin-right: -12px;
  padding: 25px;
  background: url(/assets/spec/year_results_2025/css/mainpage_block/bg2tiny.png) center bottom no-repeat;
  background-size: cover;
}
@media  all and (min-width: 540px) {
  .exp-yr25__inner {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media  all and (min-width: 1024px) {
  .exp-yr25__inner {
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 24px;
    overflow: hidden;
  }
}
@media  all and (min-width: 1400px) {
  .exp-yr25__inner {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 25px 50px;
  }
}
.exp-yr25 .rwb-logo {
  background-image: url(/assets/spec/year_results_2025/img/logo-rwb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 339px;
  aspect-ratio: 4.98529412;
  width: 100%;
}
.exp-yr25 .mi-logo {
  background-image: url(/assets/spec/year_results_2025/img/logo-meida.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 338px;
  aspect-ratio: 5.2;
  width: 100%;
}
.exp-yr25 .psb-logo {
  background-image: url(/assets/spec/year_results_2025/img/logo-psb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 144px;
  aspect-ratio: 3.27272727;
  width: 100%;
}
.exp-yr25 .logos {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 25px;
}
@media  all and (min-width: 768px) {
  .exp-yr25 .logos {
    grid-template-columns: 1fr 1fr;
  }
}
@media  all and (min-width: 1200px) {
  .exp-yr25 .logos {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.exp-yr25 .spon {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(66, 66, 67, 0.2);
  backdrop-filter: blur(12px);
  overflow: hidden;
}
@media  all and (min-width: 768px) {
  .exp-yr25 .spon--rwb {
    grid-column: span 2 / span 2;
  }
}
@media  all and (min-width: 1200px) {
  .exp-yr25 .spon--rwb {
    grid-column: span 1 / span 1;
  }
}
.exp-yr25 .spon__head {
  white-space: nowrap;
  background-color: #006FFF;
  color: #fff;
  text-transform: lowercase;
  font-size: 13px;
  padding: 6px;
}
.exp-yr25 .spon__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  width: 60%;
  margin: 0 auto;
  padding: 12px;
}
@media  all and (min-width: 1200px) {
  .exp-yr25 .spon__logo {
    width: 270px;
    padding: 25px;
  }
}
.exp-yr25 .masked-border {
  position: relative;
  z-index: 1;
}
.exp-yr25 .masked-border:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(29, 110, 255, 0.4), rgba(255, 255, 255, 0.6));
  mask: linear-gradient(0deg, rgba(29, 110, 255, 0.4), #ffffff);
  -webkit-mask: linear-gradient(red 0 0) content-box, linear-gradient(red 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.exp-yr25 .exp-news {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 24px;
  font-weight: 500;
  font-size: 1.1em;
}
@media  all and (min-width: 768px) {
  .exp-yr25 .exp-news {
    grid-column: span 2 / span 2;
  }
}
@media  all and (min-width: 1024px) {
  .exp-yr25 .exp-news {
    grid-column: span 1 / span 1;
  }
}
.exp-yr25 .exp-news > a {
  display: block;
  color: #fff;
}
.exp-yr25 .exp-news .counters {
  display: block;
}
.exp-yr25 .exp-first {
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
}
.exp-yr25 .exp-first .head {
  font-weight: 500;
  font-size: 35px;
  line-height: 1;
}
@media  all and (min-width: 768px) {
  .exp-yr25 .exp-first .head {
    font-size: 70px;
  }
}
@media  all and (min-width: 1600px) {
  .exp-yr25 .exp-first .head {
    margin-top: 25px;
    font-size: 96px;
  }
}
.exp-yr25 .exp-first .sub-head {
  font-size: 24px;
  margin: 12px 0 25px;
}
@media  all and (min-width: 1600px) {
  .exp-yr25 .exp-first .sub-head {
    font-size: 26px;
    margin: 0 0 25px;
  }
}
.exp-yr25 .exp-first .action-call a {
  display: inline-block;
  text-transform: uppercase;
  padding: 18px 48px 16px;
  font-weight: 600;
  border: 1px solid #7D7D7D;
  border-radius: 80px;
  background: #B3FAA1;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.45), 0.362px 0.238px 1.811px 0 #EFECFC inset;
  backdrop-filter: blur(4px);
}
.exp-yr25 .exp-front {
  position: relative;
  z-index: 2;
}
.exp-yr25 .exp-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.exp-yr25 .exp-back video {
  pointer-events: none;
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.exp-yr25 .decor {
  display: none;
}
@media  all and (min-width: 1024px) {
  .exp-yr25 .decor {
    display: block;
    grid-column: span 1 / span 1;
  }
}
@media  all and (min-width: 1200px) {
  .exp-yr25 .decor {
    grid-column: span 2 / span 1;
  }
}
.exp-yr25 .decor img {
  max-width: 100%;
}
/*# sourceMappingURL=index.css.map */