.elementor-27470 .elementor-element.elementor-element-a92fced{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-27470 .elementor-element.elementor-element-50e1cf0d{--spacer-size:50px;}.elementor-27470 .elementor-element.elementor-element-6fdff9f5{--display:flex;}.elementor-27470 .elementor-element.elementor-element-75a5ba99{text-align:center;}.elementor-27470 .elementor-element.elementor-element-412a3394{--display:flex;}.elementor-27470 .elementor-element.elementor-element-719854bc .gallery-item .gallery-caption{display:none;}.elementor-27470 .elementor-element.elementor-element-719854bc .gallery-item{padding:0 15px 15px 0;}.elementor-27470 .elementor-element.elementor-element-719854bc .gallery{margin:0 -15px -15px 0;}.elementor-27470 .elementor-element.elementor-element-f1491a5{--display:flex;--min-height:80vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-27470 .elementor-element.elementor-element-f1491a5{--min-height:80vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for image-gallery, class: .elementor-element-719854bc *//* Force exactly 2 rows for Elementor "Basic Gallery" (WP gallery markup) */
.two-rows-fixed .gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;        /* column width; tweak 180px */
  gap: 12px;                                      /* spacing between items */
  overflow-x: auto;                               /* allows horizontal scroll when needed */
  -webkit-overflow-scrolling: touch;
}

/* Neutralize WP gallery default floats / widths so Grid can take over */
.two-rows-fixed .gallery-item {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Make thumbs cover their grid cell nicely */
.two-rows-fixed .gallery-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
 .two-rows-fixed .gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr ; 
  gap: 10px;
}
}
@media only screen and (max-width: 767px) {
 .two-rows-fixed .gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 0px;
}
}/* End custom CSS */