@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-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #edf2f6;
}
@media screen and (max-width:  575px) {
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative {
    padding-top: calc(25px);
    padding-bottom: calc(25px);
  }
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative.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-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative.pa-background-left {
    background-position: top 0px left;
  }
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative.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-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative.pa-background-right {
    background-position: top 0px right;
  }
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative__header {
  text-align: center;
  margin-bottom: 25px;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative__subheader {
  text-align: center;
  margin-bottom: 50px;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative__wrapper {
  max-width: 930px;
  padding-bottom: 75px;
  margin: 0 auto;
}
@media screen and (max-width:  991px) {
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative__wrapper {
    text-align: center;
  }
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon {
  position: relative;
  width: 280px;
  height: 161.66px;
  margin-top: 100px;
  margin-right: 25px;
  border-left: solid 2px #b9c9d5;
  border-right: solid 2px #b9c9d5;
  display: inline-block;
  -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;
  /*hover shadow helper*/
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:hover {
  background-color: #39b54a !important;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:hover:hover {
  box-shadow: 0px 6px 24px 0px rgba(37, 48, 61, 0.2);
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:hover:hover:before,
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:hover:hover:after {
  box-shadow: 0px 6px 24px 0px rgba(37, 48, 61, 0.2);
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:hover .hexagon__front {
  display: none;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:hover .hexagon__back {
  display: block;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(-n+3) {
  margin-top: 80px;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(3),
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(8),
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(13),
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(18),
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(23),
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(28) {
  margin-right: 0;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(4),
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(9),
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(14),
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(19),
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(24) {
  margin-left: 155px;
}
@media screen and (max-width: 1199px) {
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(6n) {
    margin-right: 25px;
  }
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(10),
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(16),
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(22),
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(28) {
    margin-left: 0;
  }
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(9),
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(14),
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(19),
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(24),
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(29) {
    margin-left: 155px;
  }
}
@media screen and (max-width:  991px) {
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon {
    margin-top: 180px;
  }
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(odd) {
    margin-right: 25px;
    margin-left: 0;
  }
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(-n+2) {
    margin-top: 80px;
  }
}
@media screen and (max-width:  767px) {
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon {
    margin-top: 180px;
  }
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(-n+3) {
    margin-top: 180px;
  }
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(-n+1) {
    margin-top: 80px;
  }
  .so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:nth-child(odd) {
    margin-right: 0;
  }
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:before,
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 197.99px;
  height: 197.99px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  -moz-transform: scaleY(0.5774) rotate(-45deg);
  -o-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 39.0051px;
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:before {
  top: -98.9949px;
  border-top: solid 2.8284px #b9c9d5;
  border-right: solid 2.8284px #b9c9d5;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon:after {
  bottom: -98.9949px;
  border-bottom: solid 2.8284px #b9c9d5;
  border-left: solid 2.8284px #b9c9d5;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon span.box-shadow {
  display: block;
  position: absolute;
  top: 1.1547005383792515px;
  left: 0;
  width: 276px;
  height: 159.3487px;
  z-index: 2;
  background: inherit;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon__front {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  z-index: 10;
  text-align: center;
  font-family: neo-sans, sans-serif;
  font-weight: 500;
  font-display: swap;
  font-size: 18px;
  padding: 0 30px;
  overflow: hidden;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon__back {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  z-index: 10;
  text-align: center;
  font-family: neo-sans, sans-serif;
  font-weight: 500;
  font-display: swap;
  font-size: 18px;
  padding: 0 30px;
  display: none;
  overflow: hidden;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative .hexagon__indicator {
  margin-top: 25px;
}
.so-widget-pa-misc-hexagon-alternative-pa-misc-hexagon-alternative-style-be1f40c292ef-18744 .pa-misc-hexagon-alternative__caption {
  margin: 15px 0;
}
@supports (-webkit-touch-callout: none) {
  .hexagon {
    transition: none !important;
  }
}