/* ------ START BY THE NUMBERS V1 ------ */
.by-the-numbers-v1 {
  --section-text-color: #fff;
  --section-bg-color: var(--primary-color);
  --section-bg-image: url(https://cmsv2-shared-assets.apptegy.net/Global/Components/Animated-Numbers/by-the-numbers-bg.jpeg);
  position: relative;
  color: var(--section-text-color);
  padding-top: 3em;
  padding-bottom: 3em;
}

.by-the-numbers-v1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: var(--section-bg-color);
  opacity: var(--opacity, 0.85);
  z-index: -1;
}

.by-the-numbers-v1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: var(--section-bg-image);
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.by-the-numbers-v1 .by-the-numbers-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -moz-column-gap: 2%;
  column-gap: 2%;
}

.by-the-numbers-v1 .by-the-numbers-wrapper>div {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.by-the-numbers-v1 .by-the-numbers-wrapper .btn-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 6em;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: var(--section-text-color);
}

.by-the-numbers-v1 .by-the-numbers-wrapper .btn-icon span svg {
  width: 4em;
}

.by-the-numbers-v1 .by-the-numbers-wrapper .btn-value {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  margin-top: 0.5em;
}

.by-the-numbers-v1 .by-the-numbers-wrapper .btn-title {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-top: 0.5em;
}

.by-the-numbers-v1 .see-all-button a {
  color: inherit;
  text-decoration: none;
}

/* ------ END BY THE NUMBERS V1 ------ */
/* ------ START BY THE NUMBERS V2 ------ */
.by-the-numbers-v2 {
  --section-text-color: #fff;
  --section-bg-color: var(--primary-color);
  --section-bg-image: url(https://cmsv2-shared-assets.apptegy.net/Global/Components/Animated-Numbers/by-the-numbers-2.jpg);
  position: relative;
  color: var(--section-text-color);
}

#home .by-the-numbers-v2 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.by-the-numbers-v2 .header-slot-container.text-center {
  font-size: 2em;
  padding-bottom: 0.75em;
}

@media only screen and (max-width: 600px) {
  .by-the-numbers-v2 .header-slot-container.text-center {
    font-size: 1.5em;
  }
}

.by-the-numbers-v2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: var(--section-bg-color);
  opacity: var(--opacity, 0.9);
  z-index: -1;
}

.by-the-numbers-v2:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: var(--section-bg-image);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -2;
}

.by-the-numbers-v2 .by-the-numbers-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -moz-column-gap: 2%;
  column-gap: 2%;
}

@media only screen and (max-width: 600px) {
  .by-the-numbers-v2 .by-the-numbers-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.by-the-numbers-v2 .by-the-numbers-wrapper>div {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .by-the-numbers-v2 .by-the-numbers-wrapper>div {
    padding-left: 0;
    padding-right: 0;
  }
}

.by-the-numbers-v2 .by-the-numbers-wrapper .btn-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  width: 1em;
  height: 1em;
  max-width: 150px;
  padding: 0.15em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 2px solid var(--icon-area-bg-color, var(--section-text-color));
  background-color: var(--icon-area-bg-color, transparent);
  color: var(--icon-color, currentColor);
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .by-the-numbers-v2 .by-the-numbers-wrapper .btn-icon span {
    font-size: 90px;
  }
}

.by-the-numbers-v2 .by-the-numbers-wrapper .btn-icon span svg {
  width: 0.55em;
  fill: currentColor;
}

.by-the-numbers-v2 .by-the-numbers-wrapper .btn-value {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  margin-top: 0.75em;
}

@media only screen and (max-width: 600px) {
  .by-the-numbers-v2 .by-the-numbers-wrapper .btn-value {
    font-size: 2em;
  }
}

@media only screen and (max-width: 600px) {
  .by-the-numbers-v2 .by-the-numbers-wrapper .btn-value {
    font-size: 2em;
  }
}

.by-the-numbers-v2 .by-the-numbers-wrapper .btn-title {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-top: 0.75em;
}

@media only screen and (max-width: 600px) {
  .by-the-numbers-v2 .by-the-numbers-wrapper .btn-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.85em;
  }
}

@media only screen and (min-width: 599px) {
  .by-the-numbers-v2 .by-the-numbers-wrapper .btn-title {
    font-size: 1.1em;
  }
}

.by-the-numbers-v2 .see-all-button a {
  color: inherit;
  text-decoration: none;
}

.by-the-numbers-v2:has(.by-the-numbers-bg-image img[src^="https:"]):after {
  display: none;
}

.by-the-numbers-v2 .by-the-numbers-bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -2;
}

/* ------ END BY THE NUMBERS V2 ------ */
/* ------ START BY THE NUMBERS V4 ------ */
#home .by-the-numbers-v4-section {
  padding-top: 2em;
  padding-bottom: 2em;
}

.by-the-numbers-v4-section {
  --section-text-color: #fff;
  --section-bg-color: var(--primary-color);
  --section-bg-image: url(https://5il.co/2v25b);
  --icon-size: 50px;
  --space-for-buttons: 90px;
  --control-button-size: 60px;
  position: relative;
  color: var(--section-text-color);
}

@media only screen and (max-width: 960px) {
  .by-the-numbers-v4-section {
    --control-button-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .by-the-numbers-v4-section {
    --icon-size: 30px;
  }
}

.by-the-numbers-v4-section .header-slot-container.text-center {
  font-size: 2em;
  padding-bottom: 0.75em;
}

.by-the-numbers-v4-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: var(--section-bg-color);
  opacity: var(--opacity, 1);
  z-index: -1;
}

.by-the-numbers-v4-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: var(--section-bg-image);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -2;
}

.by-the-numbers-v4-section .by-the-numbers-outer {
  position: relative;
}

.by-the-numbers-v4-section .by-the-numbers:not(.is-slider) .by-the-numbers-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  flex-wrap: wrap;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.by-the-numbers-v4-section .by-the-numbers:not(.is-slider) .by-the-numbers-item {
  padding-left: 15px;
  padding-right: 15px;
}

.by-the-numbers-v4-section .by-the-numbers.is-slider {
  width: calc(100% - var(--space-for-buttons) * 2);
}

@media only screen and (max-width: 960px) {
  .by-the-numbers-v4-section .by-the-numbers.is-slider {
    width: 100%;
  }
}

.by-the-numbers-v4-section .by-the-numbers.is-slider .swiper-slide {
  width: 400px;
}

@media only screen and (max-width: 960px) {
  .by-the-numbers-v4-section .by-the-numbers.is-slider .swiper-slide {
    width: 325px;
  }
}

@media only screen and (max-width: 767px) {
  .by-the-numbers-v4-section .by-the-numbers.is-slider .swiper-slide {
    width: 300px;
  }
}

@media only screen and (max-width: 600px) {
  .by-the-numbers-v4-section .by-the-numbers.is-slider .swiper-slide {
    width: 275px;
  }
}

.by-the-numbers-v4-section .by-the-numbers-outer:has(.by-the-numbers.is-slider) .swiper-button-next-by-the-numbers-swiper,
.by-the-numbers-v4-section .by-the-numbers-outer:has(.by-the-numbers.is-slider) .swiper-button-prev-by-the-numbers-swiper {
  width: var(--control-button-size);
  height: var(--control-button-size);
  background-color: var(--control-button-bg-color, var(--secondary-color));
  color: var(--control-button-text-color, var(--secondary-color-contrast));
  position: absolute;
  top: calc(50% - var(--control-button-size) / 2);
  left: 0;
  margin-left: 0;
  margin-right: 0;
}

.by-the-numbers-v4-section .by-the-numbers-outer:has(.by-the-numbers.is-slider) .swiper-button-next-by-the-numbers-swiper:after,
.by-the-numbers-v4-section .by-the-numbers-outer:has(.by-the-numbers.is-slider) .swiper-button-prev-by-the-numbers-swiper:after {
  width: calc(var(--control-button-size) / 15);
  height: calc(var(--control-button-size) / 15);
  margin-left: calc(var(--control-button-size) / 15);
}

@media only screen and (max-width: 960px) {

  .by-the-numbers-v4-section .by-the-numbers-outer:has(.by-the-numbers.is-slider) .swiper-button-next-by-the-numbers-swiper,
  .by-the-numbers-v4-section .by-the-numbers-outer:has(.by-the-numbers.is-slider) .swiper-button-prev-by-the-numbers-swiper {
    position: static;
  }
}

.by-the-numbers-v4-section .by-the-numbers-outer:has(.by-the-numbers.is-slider) .swiper-button-next-by-the-numbers-swiper {
  left: unset;
  right: 0;
}

.by-the-numbers-v4-section .by-the-numbers-outer:has(.by-the-numbers.is-slider) .swiper-button-next-by-the-numbers-swiper:after {
  margin-left: unset;
  margin-right: calc(var(--control-button-size) / 15);
}

.by-the-numbers-v4-section .by-the-numbers-outer:has(.by-the-numbers.is-slider) .custom-swiper-navigation {
  -moz-column-gap: 10px;
  column-gap: 10px;
  text-align: left;
  justify-content: flex-start;
}

.by-the-numbers-v4-section .by-the-numbers-outer:has(.by-the-numbers.is-slider) .custom-swiper-controls {
  margin: 0;
  position: static;
}

.by-the-numbers-v4-section .by-the-numbers-wrapper>div:last-child .by-the-numbers-item:after {
  display: none;
}

.by-the-numbers-v4-section .by-the-numbers-item {
  display: block;
  margin-top: 15px;
  box-sizing: border-box;
  padding-right: 15%;
  position: relative;
}

.by-the-numbers-v4-section .by-the-numbers-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2352941176);
  position: absolute;
  left: 90%;
  top: 0;
}

.by-the-numbers-v4-section .by-the-numbers-item .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--icon-area-border-color, var(--secondary-color));
  padding: 1em;
  width: calc(var(--icon-size) * 1.1);
  height: calc(var(--icon-size) * 1.1);
}

.by-the-numbers-v4-section .by-the-numbers-item .btn-icon svg {
  width: var(--icon-size);
  height: var(--icon-size);
}

.by-the-numbers-v4-section .by-the-numbers-item .btn-icon svg path {
  fill: var(--icon-color, currentColor);
}

.by-the-numbers-v4-section .by-the-numbers-item .btn-value {
  margin-top: 0.5em;
  display: block;
  font-size: 2.25em;
  font-weight: 700;
}

@media only screen and (max-width: 960px) {
  .by-the-numbers-v4-section .by-the-numbers-item .btn-value {
    font-size: 1.75em;
  }
}

.by-the-numbers-v4-section .by-the-numbers-item .btn-title {
  display: block;
  margin-top: 0.75em;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 960px) {
  .by-the-numbers-v4-section .by-the-numbers-item .btn-title {
    font-weight: 500;
  }
}

/* ------ END BY THE NUMBERS V4 ------ */
/*# sourceMappingURL=countup-numbers.css.map */
