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

  .immersive-section:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    width: 100%;
    height: 443px;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }

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

  .immersive-content:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    position: relative;
    z-index: 1;
    width: 620px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
  }

  .immersive-title:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
  }

  .immersive-underline:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
  }

  .immersive-subtitle:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
  }

  .immersive-text:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
  }



  html.is-mobile .immersive-section:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    height: 495px;
    padding: 80px 40px;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  html.is-mobile .immersive-bg:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    background-image: url('/King of Prussia 1MOBILE.webp') !important;
  }

  html.is-mobile .immersive-content:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    width: 100%;
    gap: 24px;
    align-items: center;
  }

  html.is-mobile .immersive-title:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    font-size: 22px;
  }

  html.is-mobile .immersive-underline:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    width: 60px !important;
    height: 4px !important;
    margin-bottom: 4px;
  }

  html.is-mobile .immersive-subtitle:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    font-size: 17px;
  }

  html.is-mobile .immersive-text:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){
    font-size: 14px;
    width: 100%;
    text-align: left;
  }

  .immersive-title-br-m:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){ display: none; }
  html.is-mobile .immersive-title-br-m:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){ display: inline; }

  .immersive-sub-br-m:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){ display: none; }
  html.is-mobile .immersive-sub-br-m:where(.si-things-to-do-ThingsImmersiveSection, .si-things-to-do-ThingsImmersiveSection *){ display: inline; }
