.elementor-kit-6{--e-global-color-primary:#0B3C5D;--e-global-color-secondary:#95C11F;--e-global-color-text:#1A1A1A;--e-global-color-accent:#1FA3A6;--e-global-color-48159e0:#F2C57C;--e-global-color-8d97d4e:#F7F9FA;--e-global-typography-primary-font-family:"Roboto Serif";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.15em;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.3em;background-color:#FFFFFF;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#1FA3A6;font-size:16px;font-weight:600;letter-spacing:0.3px;color:#000000;border-radius:6px 6px 6px 6px;padding:16px 28px 16px 28px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#0B3C5D;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-weight:500;}.elementor-kit-6 a:hover{text-decoration:underline;}.elementor-kit-6 h1{font-size:64px;font-weight:700;line-height:1.1px;}.elementor-kit-6 h2{font-size:40px;font-weight:600;line-height:1.2px;}.elementor-kit-6 h3{font-size:28px;font-weight:600;line-height:1.3px;}.elementor-kit-6 h4{font-size:22px;font-weight:600;line-height:1.3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:17px;--e-global-typography-accent-font-size:18px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-line-height:1.3;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1.6;--e-global-typography-accent-font-size:18px;--e-global-typography-accent-line-height:1.6;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide WC300 panels when their loop grid is empty */
.wc300-panel:has(.elementor-loop-empty) {
  display: none;
}

@media (max-width: 767px){

  .wc300-mobile-swipe .elementor-widget-container{
    overflow-x:auto !important;
    overflow-y:visible !important;
    -webkit-overflow-scrolling:touch;
  }

  .wc300-mobile-swipe .elementor-loop-container{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:16px;
    width:100% !important;
  }

  .wc300-mobile-swipe .elementor-loop-container > .e-loop-item,
  .wc300-mobile-swipe .elementor-loop-container > .elementor-grid-item{
    flex:0 0 auto !important;
    width:78% !important;
    max-width:320px !important;
  }
}



@media (max-width: 767px){

  /* snap scrolling */
  .wc300-mobile-swipe .elementor-widget-container{
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0px;
  }

  /* snap each card */
  .wc300-mobile-swipe .elementor-loop-container > .e-loop-item,
  .wc300-mobile-swipe .elementor-loop-container > .elementor-grid-item{
    scroll-snap-align: start;
  }

}

@media (max-width: 767px){

  /* add breathing room before first card */
  .wc300-mobile-swipe .elementor-widget-container{
    padding-left: 16px;
    scroll-padding-left: 16px;
  }

}

/* Make loop cards equal height and pin the button to the bottom */
.wc300-card{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wc300-card-btn{
  margin-top: auto;
}


/* Disable gallery lightbox interaction on mobile only */
@media (max-width: 767px){
  .wc300-segment-gallery .elementor-image-gallery a{
    pointer-events: none;
  }
}


@media (max-width: 767px){
  /* hide captions by default on mobile */
  .wc300-gallery-tapinfo .gallery-item .gallery-caption{
    display: none;
  }

  /* show caption when toggled */
  .wc300-gallery-tapinfo .gallery-item.is-open .gallery-caption{
    display: block;
    margin-top: 8px;
  }
}


@media (max-width: 767px){

  /* make each gallery tile a positioning context */
  .wc300-gallery-tapinfo .gallery-item{
    position: relative;
  }

  /* overlay caption hidden by default */
  .wc300-gallery-tapinfo .gallery-caption{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 3;

    display: none;
    padding: 10px 12px;
    border-radius: 10px;

    background: rgba(0,0,0,0.62);
    color: #fff;
    line-height: 1.3;
  }

  /* show when tapped */
  .wc300-gallery-tapinfo .gallery-item.is-open .gallery-caption{
    display: block;
  }

  /* ensure the image sits behind the overlay */
  .wc300-gallery-tapinfo .gallery-item img{
    display: block;
  }
}

#wc300-map-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 65vh;
  z-index: 1;
}

#wc300-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35vh;
  background: #ffffff;
  z-index: 5;
}/* End custom CSS */