/* Primary Button */

button,
.button {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap:5px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 5px;
  background: #4eac9e;
  padding:15px 40px;
  color:#fff;
  text-decoration:none;
  font-size:20px;
  outline:none;
  width: max-content;
  font-family: 'Barlow', sans-serif;
  font-weight:500;
  letter-spacing: 1px;
}

button img,
.button img {
  height:20px;
  width:auto;
}

button:hover,
.button:hover {
  color:#fff;
  text-decoration:none;
  background: #0f1225;
  border-color: none;
}



/* Scope only to the specific button container */
.btn_widget_1744726295288 .button#button_widget_1744726295288 {
  color: white;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}

.btn_widget_1744726295288 .button#button_widget_1744726295288:hover {
  text-decoration: none;
}


/* ============================================================ */
h1, h2, h3, h4, button {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 400;
}

p, h6, h5 {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 400;
}


/* ============================================================ */

@media (max-width: 600px) {
  .hs_cos_wrapper_type_rich_text h1 {
    font-size: 45px !important;
    font-weight: 500;

  }
  .hs_cos_wrapper_type_rich_text h2 {
    font-size: 32px !important;
    font-weight: 500;
    
  }
    .hs_cos_wrapper_type_rich_text h3 {
    font-size: 25px !important;
    font-weight: 500;

  }
    .hs_cos_wrapper_type_rich_text h4 {
    font-size: 35px !important;
    font-weight: 500;
      
  }
    .hs_cos_wrapper_type_rich_text h5 {
    font-size: 11px !important;
    font-weight: 300;
    font-family: 'Raleway', sans-serif !important;
      
  }
    .hs_cos_wrapper_type_rich_text h6 {
    font-size: 13px !important;
    font-weight: 300;
    font-family: 'Raleway', sans-serif !important;

  }
  .hs_cos_wrapper_type_rich_text p, body {
    font-size: 17px !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
  }
  
  .hs_cos_wrapper_type_rich_text div {
    font-size: 17px !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
  }
}


/* ============================================================ */


@media (max-width: 600px) {
  /* make sure the container stays 12px, and explicitly target p + span */
  .faq-answer,
  .faq-answer p,
  .faq-answer p span {
    font-family: "Raleway", sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 1.4; /* optional, for readability */
  }
}



/* === Mobile (< 576 px): 2‑up logo grid ===================== */
@media (max-width: 575.98px) {
  /* override HubSpot’s default flex */
  .hs-logo-grid{
    display: grid !important;          /* grid → easier row / col control   */
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns               */
    gap: 16px 14px;                    /* row‑gap  column‑gap (tweak)       */
    justify-items: center;             /* center each logo horizontally     */
    align-items: center;               /* and vertically (for uneven SVGs)  */
  }
  
  
  /* ============================================================ */

  /* make wrappers neutral */
  .hs-logo-grid__logo-wrapper{margin:0;}

  /* scale logos responsively; cap if they feel too big on phones */
  .hs-logo-grid__logo{
    width:100%;
    height:auto;
    max-width:200px;                   /* optional—adjust or remove         */
  }
}
/* ============================================================ */

/* Remove left space from the span5 cell_17442047037174 */
.span5.widget-span.cell_17442047037174-margin, .span6.widget-span.cell_17455065493023-margin, .span6.widget-span.cell_17442047037174-margin {
  margin-left: 0 !important;
  padding-left: 0 !important;
}


/* ============================================================ */


.cell_17465323506283-margin {
    margin-left: 0px !important;
}


/* trust pilot alignment on desktop*/
@media screen and (min-width: 175px) {
    .tp-widget-wrapper
Specificity: (0,1,0)
 {
        font-size: 0;
        text-align: left !important;
    }
}