.elementor-kit-7{--e-global-color-primary:#0072BC;--e-global-color-secondary:#060606;--e-global-color-text:#6C757D;--e-global-color-accent:#0072BC;--e-global-color-ffd86a7:#0DCAF0;--e-global-color-604a6ed:#DC3545;--e-global-color-95b99be:#FAFCFF;--e-global-color-a360c3e:#FFCC00;--e-global-color-c7cba26:#E9ECEF;--e-global-color-41fbe62:#198754;--e-global-typography-e98a558-font-family:"Lato";--e-global-typography-e98a558-font-size:60px;--e-global-typography-e98a558-font-weight:700;--e-global-typography-e98a558-line-height:72px;--e-global-typography-7562f72-font-family:"Lato";--e-global-typography-7562f72-font-size:48px;--e-global-typography-7562f72-font-weight:700;--e-global-typography-7562f72-line-height:60px;--e-global-typography-f21aee8-font-family:"Lato";--e-global-typography-f21aee8-font-size:34px;--e-global-typography-f21aee8-font-weight:700;--e-global-typography-f21aee8-line-height:45px;--e-global-typography-a18e87d-font-family:"Lato";--e-global-typography-a18e87d-font-size:24px;--e-global-typography-a18e87d-font-weight:700;--e-global-typography-a18e87d-line-height:35px;--e-global-typography-0ac43b1-font-family:"Lato";--e-global-typography-0ac43b1-font-size:20px;--e-global-typography-0ac43b1-font-weight:700;--e-global-typography-0ac43b1-line-height:30px;--e-global-typography-edf722e-font-family:"Lato";--e-global-typography-edf722e-font-size:16px;--e-global-typography-edf722e-font-weight:700;--e-global-typography-edf722e-line-height:21px;--e-global-typography-b7e7f11-font-family:"Lato";--e-global-typography-b7e7f11-font-size:16px;--e-global-typography-b7e7f11-font-weight:400;--e-global-typography-b7e7f11-line-height:24px;--e-global-typography-cff0dba-font-family:"Lato";--e-global-typography-cff0dba-font-size:20px;--e-global-typography-cff0dba-font-weight:400;--e-global-typography-cff0dba-line-height:30px;--e-global-typography-18511a7-font-family:"Lato";--e-global-typography-18511a7-font-size:16px;--e-global-typography-18511a7-font-weight:400;--e-global-typography-18511a7-line-height:25px;--e-global-typography-5c363c8-font-family:"PT Sans";font-family:"Lato", Sans-serif;font-size:20px;font-weight:400;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;font-size:16px;font-weight:400;color:var( --e-global-color-95b99be );border-radius:20px 20px 20px 20px;padding:20px 40px 20px 40px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}.elementor-widget:not(:last-child){margin-block-end: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-7{--e-global-typography-e98a558-font-size:32px;--e-global-typography-e98a558-line-height:50px;--e-global-typography-7562f72-font-size:35px;--e-global-typography-7562f72-line-height:50px;--e-global-typography-f21aee8-font-size:25px;--e-global-typography-f21aee8-line-height:32px;--e-global-typography-a18e87d-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* MOBILE + TABLET: horizontal scroll carousel */
.cards-carousel__track{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 16px;
  padding: 8px 4px;
}

.cards-carousel__item{
  flex: 0 0 85%;
  scroll-snap-align: start;
}

/* TABLET: show ~2 cards per view */
@media (min-width: 768px) {
  .cards-carousel__item{
    flex-basis: calc((100% - 16px) / 2);
  }
}

/* DESKTOP: disable carousel, show normal layout (no scroll) */
@media (min-width: 1025px) {
  .cards-carousel__track{
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }

  /* Option A: 4 cards in a row */
  .cards-carousel__track{
    flex-wrap: wrap; /* allows line breaks if needed */
  }
  .cards-carousel__item{
    flex: 1 1 calc((100% - 48px) / 4); /* 4 columns with 16px gaps */
    scroll-snap-align: none;
  }

  /* If you prefer 2x2 on desktop instead, replace the line above with:
     flex: 1 1 calc((100% - 16px) / 2);
  */
}/* End custom CSS */