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-challenge {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sq-challenge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b85c2a;
  box-shadow: 0 0 0 4px rgba(184, 92, 42, 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; }