@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-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media screen and (max-width:  575px) {
  .so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux {
    padding-top: calc(10px);
    padding-bottom: calc(0px);
  }
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux.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-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux.pa-background-left {
    background-position: top 0px left;
  }
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux.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-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux.pa-background-right {
    background-position: top 0px right;
  }
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__header {
  text-align: center;
  margin-bottom: 35px;
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__subheader {
  margin-bottom: 70px;
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__box {
  margin-bottom: 25px;
  border: 2px solid rgba(175, 193, 211, 0.31);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__box:hover {
  box-shadow: 0px 6px 24px 0px rgba(37, 48, 61, 0.2);
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__box:hover .pa-box-ux__image {
  background-color: #003f7d;
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__box:hover .pa-box-ux__image .hover {
  opacity: 1;
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__box:hover .pa-box-ux__image .normal {
  opacity: 0;
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__box:hover .pa-box-ux__content {
  background-color: #004488;
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__box:hover .pa-box-ux__content .title,
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__box:hover .pa-box-ux__content .content {
  color: #ffffff;
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__image {
  background-color: #edf2f6;
  min-height: 225px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__image img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__image img.hover {
  opacity: 0;
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__content {
  background-color: #ffffff;
  padding: 20px 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width:  575px) {
  .so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__content {
    padding: 15px;
  }
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__content .title {
  font-family: neo-sans, sans-serif;
  font-weight: 500;
  font-display: swap;
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.so-widget-pa-box-ux-pa-box-ux-style-ef91c89adfc0 .pa-box-ux__content .title .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 4px;
  background-color: #9cc85d;
  display: block;
}