@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:900&display=swap&subset=latin-ext');
.font-light {
  font-family: neo-sans, sans-serif;
  font-weight: 300;
  font-display: swap;
}
.font-regular {
  font-family: neo-sans, sans-serif;
  font-weight: 400;
  font-display: swap;
}
.font-medium {
  font-family: neo-sans, sans-serif;
  font-weight: 500;
  font-display: swap;
}
.font-bold {
  font-family: neo-sans, sans-serif;
  font-weight: 700;
  font-display: swap;
}
.font-rife {
  font-family: 'Nunito Sans', sans-serif;
}
/**
* TRANSITION
*
* div {
*    .transition(all, 0.5s, ease);
* }
*
*/
/**
* ANIMATION
*
* button {
*    .animation(all, 0.5s, ease);
* }
*
*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
*  RWD
*
* .some-class {
*    color: red;
*
*    @media @md {
*       color: blue;
*    }
* }
*
*/
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
@media screen and (max-width:  575px) {
  .so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt {
    padding-top: calc(10px);
    padding-bottom: calc(5px);
  }
}
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt.pa-background-left {
  background-image: url(/wp-content/themes/promoagency/dist/img/pa-backgrounds/sollers-pattern-left.png);
  background-repeat: no-repeat;
  background-position: top 0px center;
}
@media screen and (min-width: 1921px) {
  .so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt.pa-background-left {
    background-position: top 0px left;
  }
}
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt.pa-background-left.pa-alternative {
  background-image: url(/wp-content/themes/promoagency/dist/img/pa-backgrounds/sollers-pattern-left-alternative.png);
}
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt.pa-background-right {
  background-image: url(/wp-content/themes/promoagency/dist/img/pa-backgrounds/sollers-pattern-right.png);
  background-repeat: no-repeat;
  background-position: top 0px center;
}
@media screen and (min-width: 1921px) {
  .so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt.pa-background-right {
    background-position: top 0px right;
  }
}
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt.pa-background-right.pa-alternative {
  background-image: url(/wp-content/themes/promoagency/dist/img/pa-backgrounds/sollers-pattern-right-alternative.png);
}
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__header {
  margin-bottom: 50px;
  text-align: center;
}
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width:  991px) {
  .so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item {
    flex-basis: 50%;
    margin-bottom: 40px;
    justify-content: flex-start;
  }
}
@media screen and (max-width:  767px) {
  .so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item {
    flex-basis: 100%;
  }
  .so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item__value {
    width: 50%;
  }
  .so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item__text {
    width: 50%;
  }
}
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item__value {
  font-size: 50px;
  color: #9cc85d;
  font-family: neo-sans, sans-serif;
  font-weight: 500;
  font-display: swap;
  padding-right: 15px;
  border-right: 1px solid #003262;
  height: 100%;
}
@media screen and (max-width:  991px) {
  .so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item__value {
    max-width: 150px;
    width: 100%;
    text-align: right;
  }
}
@media screen and (max-width:  767px) {
  .so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item__value {
    max-width: none;
    width: 46%;
    text-align: right;
  }
}
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item__text {
  text-align: left;
  padding-left: 15px;
  align-self: center;
}
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
  width: 100%;
  border-right: 1px solid #003262;
  padding-right: 15px;
}
@media screen and (max-width:  767px) {
  .so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item__wrapper {
    max-width: none;
    width: 46%;
  }
}
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item__wrapper .pa-hnt__numbers__item__value {
  padding: 0;
  border-right: unset;
}
@media screen and (max-width:  767px) {
  .so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item__wrapper .pa-hnt__numbers__item__value {
    width: 100%;
  }
}
.so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item__wrapper .pa-hnt__numbers__item__value__text {
  text-align: center;
  color: #9cc85d;
  margin-top: -10px;
  font-size: 18px;
}
@media screen and (max-width:  767px) {
  .so-widget-pa-hnt-pa-hnt-style-v3-04fb1c052aad-139582 .pa-hnt__numbers__item__wrapper .pa-hnt__numbers__item__value__text {
    text-align: right;
  }
}