/* @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    */
/*****************************************/

.pwr-header--padding {
    padding: 20px 0;
}

.pwr-step__title {
    display: block;
    font-family: var(--ff-accent);
    font-size: 19px;
    font-weight: 700;
    text-transform: var(--tt-title);
    line-height: 110%
}

.hs-cta-embed__loaded {
   transform: none !important;
}
/* Temporarily solution, custom-01 not inheriting from theme fields */
.pwr-cta--custom-01 a{
  background:white !important;
  padding:13px 19px;
  margin:0 10px;
  font-family: var(--ff-base);
  font-size: 13px;
  font-weight: 900;
}
.pwr-cta--custom-01 a:hover{
  background: var(--clr-link-hover-dk) !important;
}

.pwr-cta--custom-02 a{
  background:white !important;
  padding:13px 19px;
  margin:0 10px;
  font-family: var(--ff-base);
  font-size: 13px;
  font-weight: 900;