:root {
  --color-brand-primary: #2150de;
  --off-black: #1e1e1e;
  --base-font-size-px: 16px;
  --spacing: 2rem;
  --spacing-half: 1rem;
}

.display-none {
  display: none;
}

@media (min-width: 0) and (max-width: 639px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-xl {
    display: block !important;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .visible-xxl {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xxxl {
    display: block !important;
  }
}

.gradient-bg-1 {
  background: linear-gradient(to right, #1F80F3 0%, #1F80F3 calc(50% - 600px), #1F80F3 calc(50% - 600px), #392AE4 calc(50% + 600px), #392AE4 calc(50% + 600px), #392AE4 100%);
}

body.username-test:before {
  content: "";
  position: fixed;
  left: 0;
  top: 70px;
  background-color: purple;
  color: white;
  padding: 8px 12px;
}
@media (min-width: 0) {
  body.username-test:before {
    content: "xs";
  }
}
@media (min-width: 640px) {
  body.username-test:before {
    content: "sm";
  }
}
@media (min-width: 768px) {
  body.username-test:before {
    content: "md";
  }
}
@media (min-width: 992px) {
  body.username-test:before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body.username-test:before {
    content: "xl";
  }
}
@media (min-width: 1400px) {
  body.username-test:before {
    content: "xxl";
  }
}
@media (min-width: 1600px) {
  body.username-test:before {
    content: "xxxl";
  }
}

ul.social-links, ul.appstore-links {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 12px;
  justify-content: space-between;
  justify-items: flex-start;
}
ul.social-links li a, ul.appstore-links li a {
  color: #f0f1f5;
}
ul.social-links.color-black li a, ul.appstore-links.color-black li a {
  color: #292e3d;
}
ul.social-links.larger li a svg, ul.appstore-links.larger li a svg {
  height: 50px;
  width: auto;
}
ul.social-links.inline-flex, ul.appstore-links.inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: normal;
}

.text-align-center {
  text-align: center;
}

.image-responsive {
  margin: 0;
  padding: 0;
}
.image-responsive img {
  max-width: 100%;
  height: auto;
}

body.error404 .addtoany_share_save_container {
  display: none;
}

.dev-note {
  color: #292e3d;
  background-color: #d7d5f3;
  border: 1px solid #ccc;
  padding: 10px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: var(--base-font-size-px);
  letter-spacing: 0;
  text-underline-offset: 5px;
}

a {
  overflow-wrap: break-word;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6, .t1, .t2, .t3, .t4, .t5, .t6 {
  margin-bottom: 0.25em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .t1:first-child, .t2:first-child, .t3:first-child, .t4:first-child, .t5:first-child, .t6:first-child {
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .t1 a, .t2 a, .t3 a, .t4 a, .t5 a, .t6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .t1 a:hover, .t2 a:hover, .t3 a:hover, .t4 a:hover, .t5 a:hover, .t6 a:hover {
  text-decoration: underline;
}

.t1-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .t1-large {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
  }
}

h1, .t1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1, .t1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}

h2, .t2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2, .t2 {
    font-size: 2rem;
  }
}

h3, .t3 {
  font-size: 1.5rem !important;
  font-weight: 700;
  line-height: 1.2;
}

h4, .t4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

h5, .t5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.semi-bold {
  font-weight: 600;
}

.subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

.textBaselineAdjust {
  position: relative;
  top: 3px;
}

.montserrat {
  font-family: "Montserrat Alternates", sans-serif;
}
.montserrat span.alt {
  font-family: "Montserrat", sans-serif;
}

ul li, ol li {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.spread-links {
  display: inline-flex;
  gap: 1rem;
}
.spread-links a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #292e3d;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.3s;
}
.spread-links a:hover {
  border-color: #292e3d;
}
.spread-links a + a {
  margin-left: 2rem;
}

.wp-block.wp-block-acf-testimonials .block-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.wp-block.wp-block-acf-testimonials .block-content .testimonial {
  width: calc(calc((100% - 80px) / 6) * 6 + 80px);
}
.wp-block.wp-block-acf-testimonials .block-content .testimonial .testimonial__star-rating {
  text-align: center;
  color: #F0A410;
  margin-bottom: 1rem;
}
.wp-block.wp-block-acf-testimonials .block-content .testimonial .testimonial__star-rating svg {
  margin: 0 4px;
}
.wp-block.wp-block-acf-testimonials .block-content .testimonial .testimonial__text {
  font-size: 1.125rem;
  color: #292e3d;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.wp-block.wp-block-acf-testimonials .block-content .testimonial .testimonial__reviewer {
  font-size: 0.875rem;
  font-weight: 700;
  color: #606880;
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .wp-block.wp-block-acf-testimonials .block-content {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wp-block.wp-block-acf-testimonials .block-content .testimonial {
    width: calc(calc((100% - 22rem) / 12) * 4 + 6rem);
  }
}