/**
 * Page block: Counter — compiled to style.css (npm run watch / compile:blocks).
 */
/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/* Font */
/* Brand palette */
/* Neutral palette */
/* CardWorks UI kit — eyebrow pills, section surfaces (stack-showcase, etc.) */
/* Accents & states */
.section--counter {
  box-sizing: border-box;
  width: 100%;
  padding: 4rem 0;
  background-color: #fff;
  color: #150D50;
}
@media screen and (min-width:991px) {
  .section--counter {
    padding: 8rem 0;
  }
}
.section--counter .cws.counter {
  position: relative;
}
.section--counter .cws.counter h2 {
  max-width: 50rem;
  margin: 0 0 2.5rem;
  font-family: "Circular XX TT", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
}
@media screen and (min-width:991px) {
  .section--counter .cws.counter h2 {
    margin-bottom: 3.625rem;
    font-size: 3.5rem;
  }
}
.section--counter .cws.counter h2 {
  font-weight: 450;
  letter-spacing: normal;
  line-height: 1.1428571429;
}
@media screen and (min-width:1199px) {
  .section--counter .cws.counter h2 {
    max-width: 47.5rem;
  }
}
.section--counter .cws.counter h2 span {
  display: block;
}
.section--counter .cws.counter ul {
  display: flex;
  max-width: 55rem;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0;
}
.section--counter .cws.counter li {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  position: relative;
}
.section--counter .cws.counter li:first-child {
  padding-top: 0;
}
.section--counter .cws.counter li:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(262deg, #53EBFF 2.9%, #2626FF 95.79%);
}
.section--counter .cws.counter .counter__stat {
  max-width: 100%;
}
.section--counter .cws.counter {
  /*
   * Stat value line (number + odometer): gradient as text fill.
   * Same gradient must repeat on nested Odometer nodes that paint glyphs.
   */
}
.section--counter .cws.counter .counter__value {
  --counter-value-text-gradient: variables.$gradients-blue-100-light-blue-100;
  margin: 0;
  align-items: baseline;
  gap: 0;
  font-family: "Circular XX TT", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 450;
  letter-spacing: normal;
  line-height: 1.0833333333;
}
@media screen and (min-width:991px) {
  .section--counter .cws.counter .counter__value {
    font-size: 6rem;
  }
}
.section--counter .cws.counter .counter__value {
  background: linear-gradient(262deg, #53EBFF 2.9%, #2626FF 95.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.section--counter .cws.counter .counter__value .counter__value-prefix,
.section--counter .cws.counter .counter__value .counter__value-suffix {
  background: linear-gradient(262deg, #53EBFF 2.9%, #2626FF 95.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.section--counter .cws.counter .counter__value .odometer.odometer-theme-default,
.section--counter .cws.counter .counter__value .odometer.odometer-theme-default .odometer-inside,
.section--counter .cws.counter .counter__value .odometer.odometer-theme-default .odometer-digit,
.section--counter .cws.counter .counter__value .odometer.odometer-theme-default .odometer-digit-inner,
.section--counter .cws.counter .counter__value .odometer.odometer-theme-default .odometer-ribbon,
.section--counter .cws.counter .counter__value .odometer.odometer-theme-default .odometer-ribbon-inner,
.section--counter .cws.counter .counter__value .odometer.odometer-theme-default .odometer-value,
.section--counter .cws.counter .counter__value .odometer.odometer-theme-default .odometer-formatting-mark {
  background: linear-gradient(262deg, #53EBFF 2.9%, #2626FF 95.79%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.section--counter .cws.counter .counter__value .odometer.odometer-theme-default .odometer-digit-spacer {
  background: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
}
.section--counter .cws.counter .counter__value .odometer {
  display: inline-block;
  min-width: 0.15em;
  font-family: "Circular XX TT", sans-serif;
  line-height: inherit;
  vertical-align: text-bottom;
}
.section--counter .cws.counter .counter__item:not(:first-child) {
  padding-top: 2.625rem;
}
.section--counter .cws.counter .counter__item:not(:last-child) > p {
  padding-bottom: 2.9375rem;
}
.section--counter .cws.counter .counter__item > p {
  max-width: 32.125rem;
  margin: 0;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
}
@media screen and (min-width:991px) {
  .section--counter .cws.counter .counter__item > p {
    font-size: 2rem;
  }
}
.section--counter .cws.counter .counter__item > p {
  font-weight: 450;
  letter-spacing: normal;
  line-height: 1.25;
  color: #150D50;
  -webkit-text-fill-color: currentcolor;
}
.section--counter .cws.counter.counter__vertical ul {
  max-width: unset;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (min-width:1320px) {
  .section--counter .cws.counter.counter__vertical ul {
    flex-direction: row;
    justify-content: space-between;
    gap: 5rem 13.8125rem;
  }
}
.section--counter .cws.counter.counter__vertical ul li.counter__item:not(:first-child) {
  padding-top: 0;
}
.section--counter .cws.counter.counter__vertical ul li.counter__item:after {
  display: none;
}
.section--counter .cws.counter.counter__vertical ul li.counter__item:not(:last-child) > p {
  padding-bottom: 0;
}
.section--counter .cws.counter.counter__vertical ul li.counter__item > p {
  font-size: 1.75rem;
  line-height: 1.28571;
  font-weight: 450;
}

/*# sourceMappingURL=style.css.map */
