/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.center {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}
.grad {
    background: -webkit-linear-gradient(45deg, #4852FF, #A4FDCB, #A4FDCB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.pwr-touch-btn {
display: none;
}

.pwr-toc-menu .is-active-link {
    color: #A4FDCB;
}
.map{
  filter: grayscale(100%) invert(92%) contrast(83%);
  /*filter: grayscale(var(--value, 100%));*/
}
.pwr-sec-cta__title {
    line-height: 1.30em;
}
.pwr-step__icon {
    color: #5434FF;
}
.body-container-wrapper--blog-listing  div.blog-header div#hs_cos_wrapper_hero.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module div.pwr-hero.vanilla picture.pwr--abs-full.pwr-bg img{

 width: 100vw !important;

}

.hs-kb-home-list__text {
        text-align: center;
        color: #000;
}

}