/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[4]!./src/scss/smarter-power.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Nunito:wght@400;600;800;900&family=Rajdhani:wght@600;700&display=swap);
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[4]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/js/smarter-power/components/Accordions.vue?vue&type=style&index=0&id=75770316&scoped=true&lang=scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[4]!./src/scss/smarter-power.scss (1) ***!
  \********************************************************************************************************************************************************************************************************************/
/*
	Link box style
	Use any element but put text in a <p> and if you want an arrow add a <span>
	eg: <a href="" class="readmore readmore__linkBox"><p>Text</p><span></span></a>
*/
/*
	Size in pixels, either 12, 8, or 6
	Angle will rotate the whole bracket, either 0 or 90
	Add styles for top, right, bottom, left etc. Margin is set to auto.
*/
/*
	Size in pixels (no px)
	Angle will rotate the whole bracket
*/
/**
 * Clearfix
 **/
/**
 * [Subtracts the border and padding from the width of the element.]
 */
/**
 * [scale description]
 * @param  {[int]} $zoom [The level of zoom you want on the element. eg: '1.1'.]
 */
/**
 * [Pass the angle you want the element to rotate. eg: 90deg. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Rotate and vertically align element within a relatively positioned element. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Rotate and horizontally align element within a relatively positioned element. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Vertically align element within a relatively positioned element.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will vertically center align the element.]
 */
/**
 * [Horizontally align element within a relatively positioned element.]
 * @param  {[percentage]} $leftPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 */
/**
 * [Horizontally and vertically align element within a relatively positioned element.]
 * @param  {[percentage]} $leftPos [Pass the horizontally position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 */
/**
 * [transition description]
 * @param  {[style]} $propertie [The style you want to animate. Defaults to 'all'.]
 * @param  {[int in seconds]} $time      [The speed at which you want the transition to take. Defaults to '0.3s'.]
 * @param  {[movement type]} $mode      [The type of movement you want eg: linear, ease, ease-in, ease-out. Defaults to 'linear'.]
 */
/**
 * Grid panels
 * Creates a grid of items that have a fixed height
 * @param $cols int = number of items per row
 * @param $col_gap percent = gap between items in each row (optional, defaults to 2%)
 * @param $row_gap percent = gap between row (optional, defaults to two times col_gap (4%))
 **/
/**
 * Ease between states
 * Use this to smooth hover/active/focus events
 **/
/**
 * Multi-column
 * @param $cols int = number of columns to span
 * @param $sum int = total number of columns
 * @param $gap mixed = gap between items (optional, defaults to 1rem)
 **/
/* String Replace */
/* Font Face */
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Fonts */
@font-face {
  font-family: "BetaSans";
  src: url("/_resources/app/client/assets/fonts/betasans-normal-webfont.eot?") format("eot"), url("/_resources/app/client/assets/fonts/betasans-normal-webfont.woff2") format("woff2"), url("/_resources/app/client/assets/fonts/betasans-normal-webfont.woff") format("woff"), url("/_resources/app/client/assets/fonts/betasans-normal-webfont.ttf") format("truetype"), url("/_resources/app/client/assets/fonts/betasans-normal-webfont.svg#BetaSans") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "BetaSansBold";
  src: url("/_resources/app/client/assets/fonts/betasans-bold-webfont.eot?") format("eot"), url("/_resources/app/client/assets/fonts/betasans-bold-webfont.woff2") format("woff2"), url("/_resources/app/client/assets/fonts/betasans-bold-webfont.woff") format("woff"), url("/_resources/app/client/assets/fonts/betasans-bold-webfont.ttf") format("truetype"), url("/_resources/app/client/assets/fonts/betasans-bold-webfont.svg#BetaSansBold") format("svg");
  font-display: swap;
}
/* Breakpoints */
/**
 * Colours
 **/
/**
 * Map names to colours
 * @type {[type]}
 */
.black-text {
  color: #000000 !important;
}
.black-text a {
  color: #000000 !important;
}

.black_bg {
  background-color: #000000 !important;
}

.dark_blue-text {
  color: #10193F !important;
}
.dark_blue-text a {
  color: #10193F !important;
}

.dark_blue_bg {
  background-color: #10193F !important;
}

.white-text {
  color: #FFFFFF !important;
}
.white-text a {
  color: #FFFFFF !important;
}

.white_bg {
  background-color: #FFFFFF !important;
}

.yellow-text {
  color: #FDB930 !important;
}
.yellow-text a {
  color: #FDB930 !important;
}

.yellow_bg {
  background-color: #FDB930 !important;
}

.orange-text {
  color: #FD9030 !important;
}
.orange-text a {
  color: #FD9030 !important;
}

.orange_bg {
  background-color: #FD9030 !important;
}

.off_white-text {
  color: #ECECEC !important;
}
.off_white-text a {
  color: #ECECEC !important;
}

.off_white_bg {
  background-color: #ECECEC !important;
}

.light_grey-text {
  color: #BFBFBF !important;
}
.light_grey-text a {
  color: #BFBFBF !important;
}

.light_grey_bg {
  background-color: #BFBFBF !important;
}

.medium_grey-text {
  color: #8F8F8F !important;
}
.medium_grey-text a {
  color: #8F8F8F !important;
}

.medium_grey_bg {
  background-color: #8F8F8F !important;
}

.grey-text {
  color: #707070 !important;
}
.grey-text a {
  color: #707070 !important;
}

.grey_bg {
  background-color: #707070 !important;
}

.dark_grey-text {
  color: #313131 !important;
}
.dark_grey-text a {
  color: #313131 !important;
}

.dark_grey_bg {
  background-color: #313131 !important;
}

.charcoal-text {
  color: #282828 !important;
}
.charcoal-text a {
  color: #282828 !important;
}

.charcoal_bg {
  background-color: #282828 !important;
}

.light_yellow-text {
  color: rgba(253, 185, 48, 0.2) !important;
}
.light_yellow-text a {
  color: rgba(253, 185, 48, 0.2) !important;
}

.light_yellow_bg {
  background-color: rgba(253, 185, 48, 0.2) !important;
}

.light_orange-text {
  color: rgba(253, 144, 48, 0.2) !important;
}
.light_orange-text a {
  color: rgba(253, 144, 48, 0.2) !important;
}

.light_orange_bg {
  background-color: rgba(253, 144, 48, 0.2) !important;
}

.dark_orange-text {
  color: #FD6830 !important;
}
.dark_orange-text a {
  color: #FD6830 !important;
}

.dark_orange_bg {
  background-color: #FD6830 !important;
}

.burnt_orange-text {
  color: #c93f0b !important;
}
.burnt_orange-text a {
  color: #c93f0b !important;
}

.burnt_orange_bg {
  background-color: #c93f0b !important;
}

.red-text {
  color: red !important;
}
.red-text a {
  color: red !important;
}

.red_bg {
  background-color: red !important;
}

.stay_orange-text {
  color: #FC9232 !important;
}
.stay_orange-text a {
  color: #FC9232 !important;
}

.stay_orange_bg {
  background-color: #FC9232 !important;
}

.stay_blue-text {
  color: #6AB0C6 !important;
}
.stay_blue-text a {
  color: #6AB0C6 !important;
}

.stay_blue_bg {
  background-color: #6AB0C6 !important;
}

.sp-green-text {
  color: #087C37 !important;
}
.sp-green-text a {
  color: #087C37 !important;
}

.sp-green_bg {
  background-color: #087C37 !important;
}

.sp-gold-text {
  color: #FDB930 !important;
}
.sp-gold-text a {
  color: #FDB930 !important;
}

.sp-gold_bg {
  background-color: #FDB930 !important;
}

.sp-purple-text {
  color: #9D489B !important;
}
.sp-purple-text a {
  color: #9D489B !important;
}

.sp-purple_bg {
  background-color: #9D489B !important;
}

.sp-dark-purple-text {
  color: #7A4278 !important;
}
.sp-dark-purple-text a {
  color: #7A4278 !important;
}

.sp-dark-purple_bg {
  background-color: #7A4278 !important;
}

.sp-blue-text {
  color: #2393FF !important;
}
.sp-blue-text a {
  color: #2393FF !important;
}

.sp-blue_bg {
  background-color: #2393FF !important;
}

.sp-light_grey-text {
  color: #ECECEC !important;
}
.sp-light_grey-text a {
  color: #ECECEC !important;
}

.sp-light_grey_bg {
  background-color: #ECECEC !important;
}

.sp-medium_grey-text {
  color: #707070 !important;
}
.sp-medium_grey-text a {
  color: #707070 !important;
}

.sp-medium_grey_bg {
  background-color: #707070 !important;
}

.we-black-text {
  color: #000000 !important;
}
.we-black-text a {
  color: #000000 !important;
}

.we-black_bg {
  background-color: #000000 !important;
}

.we-white-text {
  color: #FFFFFF !important;
}
.we-white-text a {
  color: #FFFFFF !important;
}

.we-white_bg {
  background-color: #FFFFFF !important;
}

.we-yellow-text {
  color: #FDB930 !important;
}
.we-yellow-text a {
  color: #FDB930 !important;
}

.we-yellow_bg {
  background-color: #FDB930 !important;
}

.we-orange-text {
  color: #FD9030 !important;
}
.we-orange-text a {
  color: #FD9030 !important;
}

.we-orange_bg {
  background-color: #FD9030 !important;
}

/**
 * Retrieve colour from $colours map
 * @param  {string} $key [name of colour, as defined in $colours map]
 * @return hex colour
 */
/** 
 * Responsive rules
 * Creates @media wrappers
 **/
body.sp-body {
  padding: 0;
}
body.sp-body .container {
  margin: 0 auto;
  width: 94%;
  max-width: 1420px;
}
body.sp-body .container--wide {
  max-width: 96%;
}
body.sp-body .container--narrow {
  max-width: 900px;
}
body.sp-body .vue-lottie-player {
  background: transparent !important;
}

.sp-page-wrapper svg [stroke="#000"] {
  stroke: #FFFFFF;
}
.sp-page-wrapper svg [fill="#000"] {
  fill: #FFFFFF;
}
.sp-page-wrapper svg path.sp-white-path {
  fill: #FFFFFF;
}
.sp-page-wrapper svg.sp-svg-white-fill path {
  fill: #FFFFFF;
}

.sp-header {
  position: fixed;
  z-index: 100;
  height: 100px;
  background-color: #282828;
}
@media (min-width: 680px) {
  .sp-header {
    height: inherit;
  }
}
.sp-header.sticky {
  box-shadow: 4px 0 7px rgba(0, 0, 0, 0.5);
}

.sp-header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.sp-header__logo-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.sp-header__logo-wrapper .header__logo--desktop {
  display: none;
}
@media (min-width: 680px) {
  .sp-header__logo-wrapper .header__logo--desktop {
    display: block;
  }
}

.sp-header.sticky .sp-header__logo-wrapper .header__logo--desktop {
  width: 150px;
  transition: margin 0.3s;
}

@media (min-width: 680px) {
  .sp-header__logo-wrapper .header__logo--mobile {
    display: none;
  }
}

.sp-header__mainsite-link {
  font-family: "Nunito";
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  margin-left: 20px;
}

.sp-header__hamburglar {
  display: block;
  z-index: 5;
  cursor: pointer;
  float: left;
  padding: 12px 0;
}
.sp-header__hamburglar div {
  width: 40px;
  height: 35px;
  margin: 17px 35px;
  position: relative;
  z-index: 5;
}
.sp-header__hamburglar span {
  display: block;
  position: absolute;
  width: 100%;
  height: 15%;
  background-color: #FFFFFF;
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.sp-header__hamburglar span:nth-child(1) {
  top: 0;
  width: 75%;
}
.sp-header__hamburglar span:nth-child(2) {
  top: 43%;
  width: 100%;
}
.sp-header__hamburglar span:nth-child(3) {
  bottom: 1px;
  width: 85%;
}
.sp-header__hamburglar--open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.sp-header__hamburglar--open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 120%;
  top: 40%;
}
.sp-header__hamburglar--open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 120%;
  bottom: 45%;
}
@media (max-width: 1024px) {
  .sp-header__hamburglar {
    display: block;
  }
}

.sp-header.sticky .sp-header__hamburglar div {
  margin: 6px 35px;
  transition: margin 0.5s;
}

/**
    MENU PANEL
**/
.sp-menu {
  position: fixed;
  z-index: 99;
  background-color: #9D489B;
  box-shadow: 4px 0 7px rgba(0, 0, 0, 0.8);
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.sp-menu--open {
  max-height: 9000px;
  -webkit-transition: max-height 1.2s ease-in;
  -o-transition: max-height 1.2s ease-in;
  transition: max-height 1.2s ease-in;
}

.sp-menu .container {
  padding: 0 0 3em;
}
@media (min-width: 680px) {
  .sp-menu .container {
    padding: 130px 0 3em;
  }
}

.sp-menu__content {
  margin-top: 150px;
}
@media (min-width: 680px) {
  .sp-menu__content {
    margin-top: 0;
    margin-left: 25%;
  }
}
@media (min-width: 1024px) {
  .sp-menu__content {
    margin-left: 17%;
  }
}
@media (min-width: 1800px) {
  .sp-menu__content {
    margin-left: 0;
  }
}

.sp-menu__title {
  font-size: 20px;
  color: #FFFFFF;
}

.sp-menu__list {
  list-style-type: none;
}

.sp-menu__link {
  font-family: "Nunito";
  font-size: 30px;
  font-weight: 800;
  color: #FFFFFF;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 680px) {
  .sp-menu__link {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .sp-menu__link {
    font-size: 40px;
  }
}

.sp-page-wrapper h1 {
  font-family: "Nunito";
  font-size: 50px;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .sp-page-wrapper h1 {
    font-size: 70px;
  }
}
.sp-page-wrapper h2 {
  font-family: "Nunito";
  font-size: 40px;
  font-weight: 800;
}
.sp-page-wrapper h3 {
  font-family: "Nunito";
  font-size: 30px;
  font-weight: 800;
}

.sp-banner {
  background-color: #087C37;
  position: relative;
  padding-top: 90px;
}
.sp-banner--yellow {
  background-color: #FDB930;
}
.sp-banner--blue {
  background-color: #2393FF;
}
.sp-banner--green {
  background-color: #087C37;
}
.sp-banner--purple {
  background-color: #9D489B;
}
.sp-banner__link {
  position: absolute;
  left: -40px;
  z-index: 90;
  margin: 40px 0 20px;
}
@media (min-width: 680px) {
  .sp-banner__link {
    margin-top: 10vh;
  }
}
@media (min-width: 1200px) {
  .sp-banner__link {
    margin-top: 150px;
  }
}

.sp-banner__icon {
  width: 120px;
  height: 120px;
}
@media (min-width: 680px) {
  .sp-banner__icon {
    width: 200px;
    height: 200px;
  }
}

.SmarterPowerPage .sp-banner__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding-bottom: 0;
}

.sp-banner__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .sp-banner__wrapper {
    flex-direction: row;
  }
}

.sp-banner__content {
  margin-top: 180px;
  margin-bottom: 50px;
}
@media (min-width: 680px) {
  .sp-banner__content {
    width: 70%;
    margin-left: 150px;
    margin-top: 10vh;
  }
}
@media (min-width: 1024px) {
  .sp-banner__content {
    width: 70%;
    margin-right: 5%;
  }
}
@media (min-width: 1200px) {
  .sp-banner__content {
    margin-top: 150px;
  }
}

.sp-banner__page-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}
.sp-banner__page-icon .icon {
  display: block;
  height: 100%;
}
.sp-banner__page-icon svg {
  width: auto;
  height: 100%;
}

.sp-banner__crumbs {
  margin: 0 0 15px;
}

.sp-banner__crumbs a {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
}

h1.sp-banner__title {
  color: white;
  line-height: 1em;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  h1.sp-banner__title {
    font-size: 80px;
    line-height: 1.2em;
  }
}
h1.sp-banner__title--large {
  font-size: 90px;
}
@media (min-width: 1024px) {
  h1.sp-banner__title--large {
    font-size: 120px;
    line-height: 1em;
  }
}
h1.sp-banner__title--large--large {
  font-size: 90px;
}
@media (min-width: 1024px) {
  h1.sp-banner__title--large--large {
    font-size: 120px;
    line-height: 1em;
  }
}
@media (min-width: 1200px) {
  h1.sp-banner__title--large--large {
    font-size: 150px;
  }
}

h2.sp-banner__intro {
  font-size: 25px;
  font-weight: 600;
  color: white;
  line-height: 1.5em;
}
@media (min-width: 1450px) {
  h2.sp-banner__intro {
    font-size: 27px;
  }
}

@media (min-width: 1024px) {
  .SmarterPowerPage h2.sp-banner__intro {
    font-size: 40px;
  }
}

.SmarterPowerArticlePage .sp-banner {
  height: auto;
  padding-top: 90px;
}

@media (min-width: 1800px) {
  .SmarterPowerArticlePage .sp-banner__content {
    margin-left: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .SmarterPowerArticlePage .sp-banner h1.sp-banner__title {
    font-size: 70px;
    line-height: 1.1em;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .SmarterPowerArticlePage .sp-banner h2.sp-banner__intro {
    font-size: 23px;
    line-height: 1.3em;
  }
}

.sp-banner__animation {
  display: flex;
  align-items: center;
}
@media (min-width: 680px) {
  .sp-banner__animation {
    width: 30%;
    margin-left: 150px;
  }
}
@media (min-width: 1024px) {
  .sp-banner__animation {
    width: 25%;
    margin-left: 0;
  }
}

.sp-banner__animation .lf-w-full {
  max-width: 300px;
}

.sp-banner__faces {
  animation: changeFaces 10s infinite;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 100%;
}
@media (min-width: 680px) {
  .sp-banner__faces {
    padding-bottom: 75%;
  }
}
@media (min-width: 1024px) {
  .sp-banner__faces {
    padding-bottom: 100%;
  }
}

@keyframes changeFaces {
  0% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-blank.png");
  }
  2% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-1.png");
  }
  14.666% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-1.png");
  }
  16.666% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-blank.png");
  }
  18.666% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-2.png");
  }
  31.333% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-2.png");
  }
  33.333% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-blank.png");
  }
  35.333% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-3.png");
  }
  48% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-3.png");
  }
  50% {
    background-image: url("/_resources/app/client/assets/imagess/smarterpower-face-blank.png");
  }
  52% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-4.png");
  }
  64.666% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-4.png");
  }
  66.666% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-blank.png");
  }
  68.666% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-5.png");
  }
  81.333% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-5.png");
  }
  83.333% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-blank.png");
  }
  85.333% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-6.png");
  }
  100% {
    background-image: url("/_resources/app/client/assets/images/smarterpower-face-6.png");
  }
}
/**
    FEATURED PANEL
**/
.sp-featured {
  background-color: #FDB930;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .sp-featured {
    flex-direction: row;
  }
}

.sp-featured__image-wrapper {
  position: relative;
  background-color: #fea703;
}
@media (min-width: 1024px) {
  .sp-featured__image-wrapper {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .sp-featured__image-wrapper {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .sp-featured__picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1024px) {
  .sp-featured__picture-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
  }
}

.sp-featured__content-wrapper {
  display: flex;
  align-items: center;
  min-height: 29vw;
}
@media (min-width: 1024px) {
  .sp-featured__content-wrapper {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .sp-featured__content-wrapper {
    width: 40%;
  }
}

.sp-featured__content {
  color: #282828;
  padding: 2em;
}
@media (min-width: 1024px) {
  .sp-featured__content {
    padding: 4em;
  }
}
@media (min-width: 1200px) {
  .sp-featured__content {
    padding: 6em;
  }
}

.sp-featured__subtitle {
  font-weight: 300;
  text-transform: uppercase;
}

.sp-featured__title {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .sp-featured__title {
    font-size: 50px;
  }
}
@media (min-width: 1450px) {
  .sp-featured__title {
    font-size: 60px;
  }
}

h3.sp-featured__text {
  font-family: "Lato";
  font-weight: 300;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  h3.sp-featured__text {
    margin-bottom: 40px;
  }
}

.sp-featured__link {
  color: #282828;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 30px;
}
.sp-featured__link:hover {
  text-decoration: underline;
}
.sp-featured__link:hover span::before,
.sp-featured__link:hover span::after {
  background-color: #282828;
}
.sp-featured__link span::before,
.sp-featured__link span::after {
  background-color: #282828 !important;
}

/**
    CATEGORIES LIST
**/
.sp-categories__title {
  margin-top: 50px;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .sp-categories__title {
    font-size: 40px;
  }
}

.sp-articles-filter-form fieldset {
  display: flex;
  flex-direction: row;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .sp-articles-filter-form fieldset {
    flex-direction: column;
  }
}
.sp-articles-filter-form .field.optionset {
  margin: 0;
  padding: 0;
  position: relative;
}
.sp-articles-filter-form .field.optionset > label {
  color: white;
  text-transform: uppercase;
  background-color: #9D489B;
  border: 2px solid #000000;
  padding: 15px 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .sp-articles-filter-form .field.optionset > label {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sp-articles-filter-form .field.optionset > label .angle:first-child {
    /* calculate size and positions */
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    left: inherit;
    right: 20px;
  }
  .sp-articles-filter-form .field.optionset > label .angle:first-child::after, .sp-articles-filter-form .field.optionset > label .angle:first-child::before {
    content: "";
    display: block;
    width: 12px;
    height: 5px;
    background-color: white;
    position: absolute;
    border-radius: 3px 0 0 3px;
  }
  .sp-articles-filter-form .field.optionset > label .angle:first-child::before {
    transform: rotate(45deg);
    top: 5px;
    left: 4px;
  }
  .sp-articles-filter-form .field.optionset > label .angle:first-child::after {
    transform: rotate(-45deg);
    left: 4px;
    bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .sp-articles-filter-form .field.optionset .middleColumn {
    background: white;
    position: absolute;
    z-index: 10;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }
}
.sp-articles-filter-form .field.optionset .middleColumn.open {
  max-height: 999px;
}
.sp-articles-filter-form .sp-articles-filter-form__all {
  font-family: "Nunito";
  font-size: 17px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  border: 2px solid #000000;
  border-bottom: 0;
  padding: 15px 20px;
}
@media (min-width: 1024px) {
  .sp-articles-filter-form .sp-articles-filter-form__all {
    border-right: 0;
    border-bottom: 2px solid #000000;
  }
}
.sp-articles-filter-form .field.optionset ul li {
  font-family: "Nunito";
  font-size: 20px;
  padding: 0;
  margin: 0;
  display: block;
}
.sp-articles-filter-form .field.optionset ul li:first-child label {
  border-top: 0;
}
@media (min-width: 1024px) {
  .sp-articles-filter-form .field.optionset ul li:first-child label {
    border-top: 2px solid #000000;
  }
}
.sp-articles-filter-form .field.optionset ul li:last-child label {
  border-bottom: 2px solid #000000;
}
@media (min-width: 1024px) {
  .sp-articles-filter-form .field.optionset ul li:last-child label {
    border-right: 2px solid #000000;
  }
}
@media (min-width: 1024px) {
  .sp-articles-filter-form .field.optionset ul li {
    float: left;
    display: block;
  }
}
.sp-articles-filter-form .field.optionset ul li label {
  font-family: "Nunito";
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  border: 2px solid #000000;
  border-bottom: 0;
  padding: 15px 20px;
}
.sp-articles-filter-form .field.optionset ul li label:hover {
  color: #9D489B;
  text-decoration: underline;
  text-decoration-color: #000000;
  text-decoration-thickness: 3px;
}
@media (min-width: 1024px) {
  .sp-articles-filter-form .field.optionset ul li label {
    border-right: 0;
    border-bottom: 2px solid #000000;
  }
}
.sp-articles-filter-form .field.optionset ul li label:before {
  display: none;
}
.sp-articles-filter-form .field.optionset ul li input:checked + label {
  color: #FFFFFF;
  background-color: #9D489B;
}
.sp-articles-filter-form .field.optionset ul li:not(:first-child) input:checked + label:after {
  display: none;
}
@media (min-width: 1024px) {
  .sp-articles-filter-form .field.optionset ul li:not(:first-child) input:checked + label:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 67px 80px 67px;
    border-color: transparent transparent #9d489b transparent;
    background: transparent;
    top: inherit;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.sp-articles-filter-form .field.optionset ul li:first-child input:checked + label:after {
  display: none;
}

/**
    ARTICLES
**/
.sp-articles__wrapper {
  background-color: #9D489B;
  padding: 3em 0;
}

.sp-articles {
  display: flex;
  flex-direction: column;
}
@media (min-width: 680px) {
  .sp-articles {
    margin: -15px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 680px) {
  .sp-article {
    width: 50%;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .sp-article {
    width: 33%;
  }
}

.sp-article__wrapper {
  border-bottom: 6px solid #7A4278;
  padding-bottom: 3em;
  margin-bottom: 4em;
}
@media (min-width: 680px) {
  .sp-article__wrapper {
    padding: 15px;
    margin: 15px;
    border: 0;
  }
}
@media (min-width: 1024px) {
  .sp-article__wrapper {
    padding-right: 3em;
  }
}

.sp-article__icon {
  width: 50px;
  height: 50px;
}
.sp-article__icon svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

.sp-article__category {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 15px 0;
}

.sp-article__title {
  margin-bottom: 15px;
}

.sp-article__title a {
  font-family: "Nunito";
  font-size: 40px;
  color: #FFFFFF;
}
.sp-article__title a:hover {
  color: #FDB930;
  text-decoration: underline;
  text-decoration-color: #000000;
  text-decoration-thickness: 3px;
}

.sp-article__summary {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.sp-article__link {
  display: block;
  height: 30px;
  position: relative;
}
.sp-article__link:hover span::before,
.sp-article__link:hover span::after {
  background-color: #FDB930;
}

.sp-article__link span {
  /* calculate size and positions */
  transform: rotate(0deg);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  right: inherit;
}
.sp-article__link span::after, .sp-article__link span::before {
  content: "";
  display: block;
  width: 13.2px;
  height: 5px;
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px 0 0 3px;
}
.sp-article__link span::before {
  transform: rotate(45deg);
  top: 5.5px;
  left: 4.4px;
}
.sp-article__link span::after {
  transform: rotate(-45deg);
  left: 4.4px;
  bottom: 5.5px;
}
.sp-article__link span::before, .sp-article__link span::after {
  border-radius: 3px 0 0 3px;
}

/** Pagination **/
.sp-pagination {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.sp-pagination ul li a {
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
}

.sp-pagination__previous li a span {
  /* calculate size and positions */
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.sp-pagination__previous li a span::after, .sp-pagination__previous li a span::before {
  content: "";
  display: block;
  width: 12px;
  height: 5px;
  background-color: white;
  position: absolute;
  border-radius: 3px 0 0 3px;
}
.sp-pagination__previous li a span::before {
  transform: rotate(45deg);
  top: 5px;
  left: 4px;
}
.sp-pagination__previous li a span::after {
  transform: rotate(-45deg);
  left: 4px;
  bottom: 5px;
}

.sp-pagination__next li a span {
  /* calculate size and positions */
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.sp-pagination__next li a span::after, .sp-pagination__next li a span::before {
  content: "";
  display: block;
  width: 12px;
  height: 5px;
  background-color: white;
  position: absolute;
  border-radius: 3px 0 0 3px;
}
.sp-pagination__next li a span::before {
  transform: rotate(45deg);
  top: 5px;
  left: 4px;
}
.sp-pagination__next li a span::after {
  transform: rotate(-45deg);
  left: 4px;
  bottom: 5px;
}

.sp-section-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 680px) {
  .sp-section-wrapper {
    flex-direction: row;
  }
}

.sp-sidebar {
  position: absolute;
  z-index: 100;
  background-color: #ECECEC;
  width: 8%;
  height: 100%;
  min-width: 50px;
  transition: width 0.5s;
}
.sp-sidebar--open {
  width: 80%;
}
@media (min-width: 1024px) {
  .sp-sidebar {
    position: static;
    width: 30%;
    height: inherit;
  }
}

.sp-main-content {
  flex: 1 1 auto;
  margin-left: max(50px, 8%);
  padding: 4em 0 0;
}
@media (min-width: 1024px) {
  .sp-main-content {
    width: 70%;
    margin: 0;
  }
}

.sp-sidebar-trigger {
  position: absolute;
  top: 10px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .sp-sidebar-trigger {
    display: none;
  }
}

.sp-sidebar-trigger span {
  position: absolute;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #000000;
  margin-bottom: 4px;
  border-radius: 4px;
}
.sp-sidebar-trigger span:first-child {
  top: 15px;
  right: 5px;
}
.sp-sidebar-trigger span:nth-child(2) {
  top: 25px;
  right: 12px;
}
.sp-sidebar-trigger span:nth-child(3) {
  top: 35px;
  left: 5px;
}

.sp-sidebar--open .sp-sidebar-trigger span {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sp-sidebar--open .sp-sidebar-trigger span:first-child {
  transform: rotate(45deg);
}
.sp-sidebar--open .sp-sidebar-trigger span:nth-child(2), .sp-sidebar--open .sp-sidebar-trigger span:nth-child(3) {
  transform: rotate(-45deg);
}

.sp-sidebar-menu__list {
  box-sizing: border-box;
  position: absolute;
  left: -500px;
  padding: 4em 2em 0;
  margin-top: 50px;
  list-style-type: none;
  transition: width 0.5s 0.5s;
}
@media (min-width: 1024px) {
  .sp-sidebar-menu__list {
    padding: 5em 1em 0 3em;
    position: static;
    width: 100%;
    min-width: inherit;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .sp-sidebar-menu__list {
    padding-right: 3em;
  }
}

.sp-sidebar--open .sp-sidebar-menu__list {
  left: 0;
  width: 100%;
}

.sp-sidebar-menu__link {
  font-family: "Nunito";
  font-size: 17px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  border-bottom: 2px solid #000000;
  display: block;
  padding-right: 25px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.sp-sidebar-menu__chevron {
  /* calculate size and positions */
  transform: rotate(0deg);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  left: inherit;
  margin: 0;
}
.sp-sidebar-menu__chevron::after, .sp-sidebar-menu__chevron::before {
  content: "";
  display: block;
  width: 13.2px;
  height: 5px;
  background-color: #000000;
  position: absolute;
  border-radius: 3px 0 0 3px;
}
.sp-sidebar-menu__chevron::before {
  transform: rotate(45deg);
  top: 5.5px;
  left: 4.4px;
}
.sp-sidebar-menu__chevron::after {
  transform: rotate(-45deg);
  left: 4.4px;
  bottom: 5.5px;
}

/****
        RELATED ARTICLES
****/
.sp-related-articles {
  background-color: #9D489B;
  position: relative;
  padding-top: 80px;
  margin-top: 115px;
}
@media (min-width: 680px) {
  .sp-related-articles {
    padding-top: 90px;
    margin-top: 150px;
    padding-bottom: 100px;
  }
}
.sp-related-articles--plain {
  margin-top: 0;
}

.sp-related-articles__decor {
  display: inline-block;
  border-style: solid;
  border-width: 0 58px 63px 58px;
  border-color: transparent transparent #9D489B transparent;
  background: transparent;
  position: absolute;
  top: -63px;
}
@media (min-width: 680px) {
  .sp-related-articles__decor {
    margin-left: 30px;
    border-width: 0 92px 100px 92px;
    top: -92px;
  }
}

h3.sp-related-articles__title {
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
@media (min-width: 680px) {
  h3.sp-related-articles__title {
    padding: 30px;
    margin-bottom: 0;
  }
}

.sp-related-articles__articles {
  display: flex;
  flex-direction: column;
}
@media (min-width: 680px) {
  .sp-related-articles__articles {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 680px) {
  .sp-related-articles__articles .sp-article {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .sp-related-articles__articles .sp-article {
    width: 33%;
  }
}

.element {
  margin: 50px 0;
}
@media (min-width: 680px) {
  .element {
    margin: 100px 0;
  }
}

.e-accordions__container {
  margin: 1em 0;
}

.e-accordions__accordion:not(:last-child) {
  margin-bottom: 3px;
}

.e-accordions__accordion-button {
  display: flex;
  align-items: center;
  padding: 0.7em;
  margin-bottom: 8px;
  border: none;
  width: 100%;
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid #000000;
  background-color: transparent;
}
.e-accordions__accordion-button.accordion-open {
  background-color: #ECECEC;
}
.e-accordions__accordion-button.accordion-open .e-accordions__chevron {
  transform: rotate(-90deg);
}
.e-accordions__accordion-button:focus {
  outline: none;
}

.e-accordions__chevron {
  position: relative;
  /* calculate size and positions */
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  left: inherit;
  right: 0.5em;
  transition: transform 0.5s;
}
.e-accordions__chevron::after, .e-accordions__chevron::before {
  content: "";
  display: block;
  width: 12px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  border-radius: 3px 0 0 3px;
}
.e-accordions__chevron::before {
  transform: rotate(45deg);
  top: 5px;
  left: 4px;
}
.e-accordions__chevron::after {
  transform: rotate(-45deg);
  left: 4px;
  bottom: 5px;
}
@media (min-width: 680px) {
  .e-accordions__chevron {
    right: 1em;
  }
}

.e-accordions__accordion-button-small {
  color: #707070;
  text-transform: uppercase;
  border: 0;
  float: right;
}

.e-accordions__accordion-icon {
  width: 5%;
  margin-right: 5%;
}
@media (min-width: 680px) {
  .e-accordions__accordion-icon {
    margin: 0;
  }
}
.e-accordions__accordion-icon img {
  margin-bottom: 0;
}

.e-accordions__accordion-title {
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 800;
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  width: 80%;
}

.e-accordions__accordion-toggle {
  flex-shrink: 0;
}

.e-accordions__accordion-content {
  padding: 0.7em 0 2em 0.7em;
}
@media (min-width: 680px) {
  .e-accordions__accordion-content {
    padding: 0.5em 1em 3em 0.7em;
  }
}

.e-accordions__accordion-content {
  line-height: 1.5em;
}

.e-content__title {
  text-align: center;
  margin-bottom: 30px;
}

main.e-content__content p a {
  font-weight: 600;
  color: #087C37;
}

.e-summary-panels__wrapper {
  display: flex;
  flex-direction: column;
  margin: -1em;
}
@media (min-width: 680px) {
  .e-summary-panels__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.e-summary-panels__title {
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .e-summary-panels__title {
    font-size: 40px;
  }
}

.e-summary-panel {
  padding: 1em;
  box-sizing: border-box;
}
@media (min-width: 680px) {
  .e-summary-panel {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .e-summary-panel {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .sp-main-content .e-summary-panel {
    width: 33%;
  }
}

.e-summary-panel__liner {
  background-color: #ECECEC;
  height: 100%;
}

.e-summary-panel--yellow .e-summary-panel__icon-wrapper {
  background-color: #FDB930;
}
.e-summary-panel--yellow .e-summary-panels__thumb:hover path, .e-summary-panel--yellow .e-summary-panels__thumb--selected path {
  fill: #FDB930;
}
.e-summary-panel--blue .e-summary-panel__icon-wrapper {
  background-color: #2393FF;
}
.e-summary-panel--blue .e-summary-panels__thumb:hover path, .e-summary-panel--blue .e-summary-panels__thumb--selected path {
  fill: #2393FF;
}
.e-summary-panel--green .e-summary-panel__icon-wrapper {
  background-color: #087C37;
}
.e-summary-panel--green .e-summary-panels__thumb:hover path, .e-summary-panel--green .e-summary-panels__thumb--selected path {
  fill: #087C37;
}
.e-summary-panel--purple .e-summary-panel__icon-wrapper {
  background-color: #9D489B;
}
.e-summary-panel--purple .e-summary-panels__thumb:hover path, .e-summary-panel--purple .e-summary-panels__thumb--selected path {
  fill: #9D489B;
}

.e-summary-panel__icon {
  display: flex;
  justify-content: center;
  padding: 2em 0;
}

.e-summary-panel__icon .icon {
  height: 70px;
  display: flex;
  align-items: center;
}

.e-summary-panel__icon .icon svg {
  height: 100%;
  width: auto;
}

.e-summary-panel__content-wrapper {
  padding: 2em;
}

.e-summary-panel__title {
  text-align: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.e-summary-panel__content ul li {
  margin-bottom: 15px;
  padding-left: 34px;
  list-style-type: none;
  position: relative;
}
.e-summary-panel__content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.e-summary-panel--yellow .e-summary-panel__content ul li::before {
  background-image: url("/_resources/app/client/assets/icons/smarter-power/list-icons/bolt-yellow.svg");
}

.e-summary-panel--blue .e-summary-panel__content ul li::before {
  background-image: url("/_resources/app/client/assets/icons/smarter-power/list-icons/bolt-blue.svg");
}

.e-summary-panel--green .e-summary-panel__content ul li::before {
  background-image: url("/_resources/app/client/assets/icons/smarter-power/list-icons/bolt-green.svg");
}

.e-summary-panel--purple .e-summary-panel__content ul li::before {
  background-image: url("/_resources/app/client/assets/icons/smarter-power/list-icons/bolt-purple.svg");
}

.e-summary-panels__feedback {
  margin: 0 2em;
  border-top: 1px solid gray;
  padding: 2em 0;
}

.e-summary-panels__feedback-wrapper {
  display: flex;
  flex-direction: row;
}

.e-summary-panels__feedback-question {
  flex: 1;
  padding-right: 10px;
}

.e-summary-panels__thumb {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  padding: 0 3px;
}
.e-summary-panels__thumb:hover, .e-summary-panels__thumb--selected {
  cursor: pointer;
}
.e-summary-panels__thumb:hover path, .e-summary-panels__thumb--selected path {
  fill: #2393FF;
}
.e-summary-panels__thumb--down {
  transform: rotate(180deg);
}

.e-image-content {
  margin: 3em 0;
}
.e-image-content--content-right-image-left .e-image-content__wrapper {
  flex-direction: column-reverse;
}
@media (min-width: 680px) {
  .e-image-content--content-right-image-left .e-image-content__wrapper {
    flex-direction: row-reverse;
  }
}
.e-image-content--content-right-image-left .e-image-content__content-wrapper {
  margin: 0;
}
.e-image-content--content-right-image-left .e-image-content__image-wrapper {
  margin: 0 0 64px 0;
}
@media (min-width: 680px) {
  .e-image-content--content-right-image-left .e-image-content__image-wrapper {
    margin: 0 48px 0 0;
  }
}
@media (min-width: 1024px) {
  .e-image-content--content-right-image-left .e-image-content__image-wrapper {
    margin: 0 64px 0 0;
  }
}

.e-image-content__title {
  margin-bottom: 24px;
}
@media (min-width: 680px) {
  .e-image-content__title {
    margin-bottom: 48px;
  }
}

.e-image-content__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 680px) {
  .e-image-content__wrapper {
    flex-direction: row;
  }
}

.e-image-content__content-wrapper {
  width: 100%;
  margin: 0 0 64px 0;
}
@media (min-width: 680px) {
  .e-image-content__content-wrapper {
    width: 50%;
    margin: 0 48px 0 0;
  }
}
@media (min-width: 1024px) {
  .e-image-content__content-wrapper {
    margin: 0 64px 0 0;
  }
}

.e-image-content__image-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 680px) {
  .e-image-content__image-wrapper {
    width: 50%;
  }
}

.e-image-content__image {
  max-width: 100%;
}
@media (min-width: 680px) {
  .e-image-content__image {
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.e-image-content__number {
  font-size: 1.4em;
  font-weight: bold;
  border: 2px solid #000000;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 15px;
}

.e-icon-content {
  margin: 3em 0;
}
.e-icon-content--content-right-icon-left .e-icon-content__wrapper {
  flex-direction: column-reverse;
}
@media (min-width: 680px) {
  .e-icon-content--content-right-icon-left .e-icon-content__wrapper {
    flex-direction: row-reverse;
  }
}
.e-icon-content--content-right-icon-left .e-icon-content__content-wrapper {
  margin: 0;
}
.e-icon-content--content-right-icon-left .e-icon-content__icon-wrapper {
  margin: 0 0 64px 0;
}
@media (min-width: 680px) {
  .e-icon-content--content-right-icon-left .e-icon-content__icon-wrapper {
    margin: 0 48px 0 0;
  }
}
@media (min-width: 1024px) {
  .e-icon-content--content-right-icon-left .e-icon-content__icon-wrapper {
    margin: 0 64px 0 0;
  }
}

.e-icon-content__icon {
  border-radius: 100px;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.e-icon-content__icon--sp-blue {
  background-color: #2393FF;
}
.e-icon-content__icon--sp-green {
  background-color: #087C37;
}
.e-icon-content__icon--sp-purple {
  background-color: #9D489B;
}
.e-icon-content__icon--sp-gold {
  background-color: #FDB930;
}

.e-icon-content__icon svg {
  width: 100px;
  height: 100px;
}

.e-icon-content__title {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 680px) {
  .e-icon-content__title {
    margin-bottom: 48px;
  }
}

.e-icon-content__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 680px) {
  .e-icon-content__wrapper {
    flex-direction: row;
  }
}

.e-icon-content__content-wrapper {
  width: 100%;
  margin: 0 0 64px 0;
}
@media (min-width: 680px) {
  .e-icon-content__content-wrapper {
    margin: 0 48px 0 0;
  }
}
@media (min-width: 1024px) {
  .e-icon-content__content-wrapper {
    margin: 0 64px 0 0;
  }
}
@media (min-width: 680px) {
  .e-icon-content__content-wrapper--fifty-fifty {
    width: 50%;
  }
}
@media (min-width: 680px) {
  .e-icon-content__content-wrapper--thirty-seventy {
    width: 70%;
  }
}

.e-icon-content__icon-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 680px) {
  .e-icon-content__icon-wrapper--fifty-fifty {
    width: 50%;
  }
}
@media (min-width: 680px) {
  .e-icon-content__icon-wrapper--thirty-seventy {
    width: 30%;
  }
}

.e-icon-content__number {
  font-size: 1.4em;
  font-weight: bold;
  border: 2px solid #000000;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 15px;
}

.e-columns__title {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 568px) {
  .e-columns__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .e-columns__title {
    margin-bottom: 48px;
  }
}

.e-columns__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 568px) {
  .e-columns__container {
    flex-direction: row;
  }
}

.e-columns__column {
  width: 100%;
}
.e-columns__column--of-two:first-child {
  margin-bottom: 48px;
}
@media (max-width: 460px) {
  .e-columns__column--of-two .e-columns__column-content {
    text-align: center;
  }
}
@media (min-width: 568px) {
  .e-columns__column--of-two {
    width: 50%;
  }
  .e-columns__column--of-two:first-child {
    margin-bottom: 0;
    padding-right: 20px;
  }
  .e-columns__column--of-two:last-child {
    padding-left: 20px;
  }
}
@media (min-width: 568px) {
  .e-columns__column--thirty-seventy:first-child {
    width: 30%;
  }
  .e-columns__column--thirty-seventy:last-child {
    width: 70%;
  }
}
.e-columns__column--of-three:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid grey;
}
@media (min-width: 568px) {
  .e-columns__column--of-three {
    width: 33.33%;
    padding: 0 36px;
  }
  .e-columns__column--of-three:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    border-right: 1px solid grey;
  }
}

.e-columns__column .u-content a {
  font-weight: 600;
  color: #087C37;
}

.e-documents {
  font-family: "Nunito";
  font-weight: 900;
}

h2.e-documents__title {
  font-size: 21px;
  margin-bottom: 20px;
}

.e-documents__document {
  border-bottom: 1px dashed #ECECEC;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.e-documents__document:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.e-documents__document-icon {
  width: 15%;
  min-width: 50px;
  max-width: 70px;
}

.e-documents__document-cover {
  width: 100%;
  max-width: 60px;
  float: left;
}
.e-documents__document-cover svg {
  width: 100%;
}

@media (min-width: 350px) {
  .e-documents__document-content {
    width: 80%;
  }
}
@media (min-width: 568px) {
  .e-documents__document-content {
    width: 55%;
    padding-left: 5px;
    box-sizing: border-box;
  }
}

h3.e-documents__document-title {
  font-family: "Nunito";
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.e-documents__document-description,
.e-documents__document-details {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.4rem;
}

.e-documents__document-attachments {
  margin-top: 10px;
  width: 100%;
  text-align: right;
}
@media (min-width: 568px) {
  .e-documents__document-attachments {
    width: 30%;
    margin: 0;
  }
}

/*# sourceMappingURL=smarter-power.css.map*/