/* scoped: si-things-to-do-ThingsHeroSection */

  .hero-section:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    width: 100%;
    height: 419px;
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }

  .hero-bg:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    position: absolute;
    inset: 0;
    background-image: url('/20.Kings of prussia hero.webp');
    background-size: cover;
    background-position: center;
    z-index: 0;
  }

  .hero-content:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 70px;
  }

  .hero-left:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    flex-shrink: 0;
    position: relative;
    left: -80px;
  }

  .hero-text-box:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    width: 580px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .hero-title:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
  }

  .hero-title-red:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    color: #D62121;
  }

  .hero-underline:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    width: 80px;
    height: 5px;
    background: #D62121;
  }

  .hero-text:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .hero-right:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    flex-shrink: 0;
  }

  .hero-video-wrap:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    width: 453px;
    height: 253px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
  }

  .video-thumb:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .play-btn:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
  }

  .play-btn:hover:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    transform: translate(-50%, -50%) scale(1.1);
  }

  .hero-video:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }



  html.is-mobile .hero-section:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    height: 481px;
    padding: 70px 40px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  html.is-mobile .hero-bg:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    background-image: url('/20.Kings of prussia hero.webp') !important;
  }

  html.is-mobile .hero-content:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    flex-direction: column;
    gap: 70px;
    width: 100%;
  }

  html.is-mobile .hero-left:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    left: 0;
    width: 100%;
  }

  html.is-mobile .hero-text-box:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    width: 100%;
    gap: 16px;
  }

  html.is-mobile .hero-title:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    font-size: 32px;
    text-align: left;
  }

  html.is-mobile .hero-title-sub:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    font-size: 22px;
    display: block;
    margin-top: -6px;
  }

  html.is-mobile .hero-underline:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    width: 80px;
    height: 5px;
    margin-bottom: 8px;
  }

  html.is-mobile .hero-text:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    font-size: 16px;
    line-height: 100%;
    color: #272727;
  }

  html.is-mobile .hero-right:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    display: none !important;
  }



  .m-things-video:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    width: 430px;
    height: 242px;
    flex-shrink: 0;
  }

  .m-video-wrap:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    width: 430px;
    height: 242px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .m-video-thumb:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .m-play-btn:where(.si-things-to-do-ThingsHeroSection, .si-things-to-do-ThingsHeroSection *){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
