@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-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter {
  background-color: #004888;
}
.so-widget-pa-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter.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-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter.pa-background-left {
    background-position: top 0px left;
  }
}
.so-widget-pa-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter.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-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter.pa-background-right {
    background-position: top 0px right;
  }
}
.so-widget-pa-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter__wrapper {
  position: relative;
  padding-top: 65px;
  padding-bottom: 60px;
}
.so-widget-pa-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter__wrapper .quote-before {
  width: 188px;
  height: 37px;
  position: absolute;
  left: 0;
  top: -15px;
  background: #0072bc;
  display: block;
  text-align: right;
  padding-right: 15px;
}
@media screen and (max-width:  575px) {
  .so-widget-pa-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter__wrapper .quote-before {
    left: 0;
  }
}
.so-widget-pa-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter__wrapper .quote-after {
  content: '';
  width: 188px;
  height: 37px;
  position: absolute;
  right: 0;
  bottom: -15px;
  background: #0072bc;
  display: block;
}
@media screen and (max-width:  575px) {
  .so-widget-pa-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter__wrapper .quote-after {
    right: 0;
  }
}
.so-widget-pa-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter__before {
  text-align: center;
  font-size: 22px;
}
.so-widget-pa-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter__after {
  text-align: center;
  font-size: 22px;
}
.so-widget-pa-misc-goqu-counter-pa-misc-goqu-counter-style-062096117240-119495 .pa-misc-goqu-counter__number {
  text-align: center;
  font-size: 120px;
  font-family: neo-sans, sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #ffffff;
}