h1 {
font-size:4.9vw;
}

@media screen and (min-width: 1090px) {
  h1 {
     font-size: 54px;
  }
}
@media all and (max-width: 1089px) and (min-width: 50px) {
h1{
    font-size: 28px;
  }
}

h2 {
font-size:3.3vw;
}
@media screen and (min-width: 1090px) {
  h2 {
     font-size: 36px;
  }
}
@media all and (max-width: 1089px) and (min-width: 50px) {
h2{
    font-size: 22px;
  }
}

h3 {
font-size:2.2vw;
}
@media screen and (min-width: 1090px) {
  h3 {
     font-size: 24px;
  }
}
@media all and (max-width: 1089px) and (min-width: 50px) {
h3{
    font-size: 16px;
  }
}

table td {
	padding-right: 1rem!important;
	padding-left: 1rem!important;
}
table th {
	font-size: 18px;
	padding-right: 1rem!important;
	padding-left: 1rem!important;
}
.menu-item-object-custom a.sf-with-ul { 
	pointer-events: none; 
	cursor: default;
}
.footer-link {
	margin-left: 10px;
	margin-right: 10px;
	white-space:nowrap;
}
.sq-link {
	color: #0bb4aa!important;
}

:target::before {
    content: '';
    display: block;
    height:      180px;
    margin-top: -180px;
}
.sq-challenges .wp-block-column {
  display: flex;
}
.sq-challenge {
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.sq-challenge :is(h1,h2,h3,h4,h5,h6) {
  margin: 0 !important;
}
.sq-challenge::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: #1ba79b;
  box-shadow: 0 0 0 4px rgba(27, 167, 155, 0.12);
  flex-shrink: 0;
}
}
.sq-benefits .wp-block-columns { gap: 80px !important; }

.sq-benefit-item {
  position: relative;
  padding: 18px 0 18px 44px;
  border-bottom: 1px solid #e5e9eb;
}
.sq-benefit-item:last-child { border-bottom: none; }
.sq-benefit-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  width: 24px;
  height: 2px;
  background: #1ba79b;
}
.sq-benefit-item h5 {
  margin: 0 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}
.sq-benefit-sub {
  margin: 4px 0 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}.sq-apps .wp-block-columns { gap: 20px !important; }

.sq-app {
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(31, 45, 49, 0.08);
}
.sq-app img { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.sq-app-label { margin: 0 !important; padding: 18px !important; text-align: center; font-size: 15px !important; font-weight: 700 !important; }

/* grey placeholder for cards without a photo yet */
.sq-app-ph {
  aspect-ratio: 4 / 3;
  background: #eef1f2;
}

/* hover lift */
.sq-app { transition: box-shadow .2s ease, transform .2s ease; }
.sq-app:hover { box-shadow: 0 10px 28px rgba(20,138,128,.14); transform: translateY(-3px); }

/* tablet 3-up, mobile 1-up handled by Stack on mobile */
@media (max-width: 1000px) and (min-width: 601px) {
  .sq-apps .wp-block-columns { flex-wrap: wrap; }
  .sq-apps .wp-block-column { flex-basis: calc(33.333% - 14px) !important; flex-grow: 0; }
}.sq-mon-icon {
  width: 34px; height: 34px; border-radius: 7px; background: #e7f6f3;
  display: inline-flex; align-items: center; justify-content: center; color: #148a80; flex-shrink: 0;
}
.sq-mon-icon svg { width: 19px; height: 19px; }.sq-eyebrow { color:#1ba79b !important; font-size:12px !important; font-weight:700 !important; letter-spacing:.18em; text-transform:uppercase; margin:0 0 14px !important; }

.sq-body { font-size:17px !important; font-weight:400 !important; color:#5a6b72 !important; line-height:1.6; margin:0 0 28px !important; }

.sq-checklist { list-style:none !important; margin:0 !important; padding:0 !important; display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.sq-checklist li { display:flex; align-items:center; gap:11px; font-size:15px; font-weight:600; color:#1f2d31; margin:0 !important; background:#fff; border:1px solid #e5e9eb; border-radius:3px; padding:16px 18px; }
.sq-checklist li::before { content:""; width:18px; height:18px; flex-shrink:0; background-repeat:no-repeat; background-position:center; background-size:contain; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231ba79b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); }
@media(max-width:700px){ .sq-checklist{ grid-template-columns:1fr; } }

.sq-photo-ph { aspect-ratio:3/4; background:#eef1f2; border-radius:4px; display:flex; align-items:center; justify-content:center; color:#8a979d; font-size:12px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; text-align:center; padding:24px; }.sq-logos { display:grid; grid-template-columns:repeat(6,1fr); gap:14px; }
.sq-logos li { list-style:none; display:flex; align-items:center; justify-content:center; aspect-ratio:5/2; background:#fff; border:1px solid #e5e9eb; border-radius:4px; font-size:15px; font-weight:800; color:#5a6b72; text-align:center; margin:0; padding:8px; }
@media(max-width:900px){ .sq-logos{ grid-template-columns:repeat(3,1fr); } }
@media(max-width:520px){ .sq-logos{ grid-template-columns:repeat(2,1fr); } }

.sq-tags { display:flex; flex-wrap:wrap; gap:10px; }
.sq-tags li { list-style:none; background:#fff; border:1px solid #e5e9eb; border-radius:3px; padding:12px 22px; font-size:14px; font-weight:700; color:#1f2d31; margin:0; }

.sq-subhead { font-size:13px !important; font-weight:700 !important; letter-spacing:.12em; text-transform:uppercase; color:#1ba79b !important; margin:0 0 20px !important; }

.sq-tags, .sq-logos { list-style:none !important; padding:0 !important; }
.sq-tags li::marker, .sq-logos li::marker { content:"" !important; }