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

strong {
  font-weight: 700;
}

/*.footer .hs-menu-depth-2, .footer .pwr-adc__content-wrapper--ix-0-5-1 {
  display: none!important;
}*/

.pwr-adv-back-to-top {
  bottom: 100px!important;
}

.footer h2 {
  font-size: font-size: clamp(20px, 2.5vw, 30px)!important;
}
 
.header .hs-menu-wrapper .hs-menu-depth-2:hover a {
  color: #000000;
}

.header .hs-menu-wrapper .hs-menu-item .active .focus-target {
  color: #000000;
}

.footer .hs-menu-children-wrapper .hs-menu-depth-2 a {
  margin-left: 0;
}

/* System Page */
.system-pages ul li {
  list-style: none;
}

.system-pages ul {
  padding-left: 0;
}

.system-pages ul li label {
  color: red;
}

.system-pages #hs-register-widget-explicit-consent {
  position: relative;
  left: 0;
}

.membership-system-wrap {
  padding-bottom: 25px;
}

.access-denied-content {
  text-align: center
}

#hs-membership-password-requirements ul li label {
  color: #000000;
}

/*Team Member page style*/
#team-member-split {
  background-color: #101010;
}

#blog-section-title {
  font-size: 21px;
}

#main-content span::selection, #main-content p::selection, #main-content h1::selection {
  background: #fbe800!important;
}

#main-content span::selection, #main-content p::selection, #main-content h1::selection {
  background: #fbe800!important;
}

#team-member-split .custom-flex-block {
  display: flex;
  flex-direction: column-reverse; 
}

#team-member-split #text-block-bio {
  height: 100%; 
  color: #ffffff; 
  display: flex; 
  flex-direction: column;
  justify-content: center;
}

#team-member-split .pwr-sec-split__contact {
  margin-top: 10px;
}

#team-member-split .title-box h1 {
  font-size: 54px;
}

#team-member-split .title-box .pwr-rich-text {
  font-size: 31px;
  margin-bottom: 24px;
  margin-top: 0;
}

#team-member-split .container-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}

#team-member-split .pwr-sec-split__left,
#team-member-split .pwr-sec-split__right {
  width: 100%;
  float: right;
}

#team-member-split .limit-area {
  max-height: 100%;
  overflow-y: unset;
}

/* Firefox */
#team-member-split .limit-area {
  scrollbar-width: thin;
  scrollbar-color: #ffffff transparent;
}

/* Chrome / Safari */
#team-member-split .limit-area::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
}

#team-member-split .limit-area::-webkit-scrollbar-track {
  background: transparent;
}

#team-member-split .limit-area::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 999px;
  z-index: 999999;
  position: ralative;
}

#team-member-split .limit-area::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff;
}

#team-member-split .btn-wrapper-cta {
  width: 100%;
  text-align: center;
  padding: 24px 0;
}

#team-member-split .pwr-sec-split__content {
  padding: 30px;
}

#team-member-split .tm-spotify {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  pointer-events: none;
  transition-property: opacity, transform;
  transition-duration: 520ms, 520ms;
  transition-timing-function: ease, cubic-bezier(.2,.9,.2,1);
  transition-delay: 260ms, 260ms;
  will-change: transform, opacity;
}

#team-member-split .tm-spotify__card {
  width: min(300px, calc(100vw - 40px));
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
  background: rgba(0,0,0,.2);
  backdrop-filter: blur(8px);
}

#team-member-split .tm-spotify--hidden {
  opacity: 0;
  transform: translateY(32px);
}

#team-member-split .tm-spotify--shown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#team-member-split .container-content .hs_cos_wrapper_type_icon svg path {
  color: #ffffff;
}

#team-member-split #team-member-photo {
  height: 600px; 
  background-color: #101010; 
  overflow: hidden;
}

#team-member-split #team-member-photo img {
  object-fit: cover;
  object-position: top;
}

.pwr-team-members {
  row-gap: 15px;
}

.team-list-grid-wrapper .team-list-card {
  height: 373px!important;
}

.team-list-card .pwr-team-member__overlay {
  height: 285px;
}

#main-content .body-container #custom-pwr-sec-team {
  padding: 0 0 125px 0;
}

#my-author-posts-wrapper .pwr-post-item__img {
  max-width: 380px;
  width: 100%;
  height: 240px;
}

#my-author-posts-wrapper .bg-img-wraper {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  transition: transform 1.7s ease;
  transform-origin: top center;
}

#my-author-posts-wrapper .pwr-post-item:hover .bg-img-wraper {
  transform: scale(3.5);
  transition: transform 1.7s ease;
}

.bg-img-wraper img {
  height: 1px;
  width: 1px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

#my-author-posts-wrapper .pwr-sec-posts {
  padding: 80px 0 40px;
}

#my-author-posts-wrapper .posts-title {
  margin-bottom: 30px;
}

#my-author-posts-wrapper .pwr-sec-posts__container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

#my-author-posts-wrapper .pwr-post-item {
  position: relative;
  max-width: 380px;
  width: 100%;
  z-index: 1;
}

#my-author-posts-wrapper .pwr-post-item__content {
  position: relative;
  overflow: hidden;
}

#my-author-posts-wrapper .pwr-post-item__content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fbe800;
  opacity: 0;
  transition: opacity .7s ease-in-out;
  z-index: 2;
  pointer-events: none;
  max-width: 380px;
  width: 100%;
}

#my-author-posts-wrapper .pwr-post-item__img {
  position: relative;
  z-index: 1;
}

#my-author-posts-wrapper .pwr-post-item__info-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  max-width: 380px;
  background-color: #101010;
  width: 100%;
  padding: 35px 40px 45px;
  height: 285px;
}

#my-author-posts-wrapper .pwr-post-item__info-box h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 10px 0 20px;
}

#my-author-posts-wrapper .pwr-post-item__info-box span {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

#my-author-posts-wrapper .pwr-post-item__info-box .pwr-post-item__name,
#my-author-posts-wrapper .pwr-post-item__info-box .pwr-post-item__date {
  font-weight: bold;
  padding-bottom: 5px;
}

#my-author-posts-wrapper .pwr-post-item__info-box .pwr-post-item__more-link {
  text-transform: uppercase;
  font-weight: 700;
}

#my-author-posts-wrapper .pwr-post-item:hover .pwr-post-item__content::after {
  opacity: .85;
}

#my-author-posts-wrapper .pwr-post-item:hover .pwr-post-item__info-box {
  color: #000;
  background: transparent;
}

#my-author-posts-wrapper .pwr-post-item__more-link .pwr-link-icon {
  transition: padding .4s ease-in-out;
}

#my-author-posts-wrapper .pwr-post-item__more-link:hover .pwr-link-icon {
  padding-left: 15px;
  transition: padding .4s ease-in-out;
}

@media(min-width: 960px) {
  #team-member-split .pwr-sec-split__content {
    padding: 0 15px 0 80px;
  }
  
  #team-member-split .title-box h1 {
    font-size: 69px;
  }
}

@media(min-width: 600px) {
  #team-member-split .pwr-sec-split__left,
  #team-member-split .pwr-sec-split__right {
    width: 50%;
  }

  #team-member-split .limit-area {
    max-height: 320px;
    overflow-y: auto;
  }

  #team-member-split #text-block-bio {
    height: 600px;
  }
  
  #team-member-split .custom-flex-block {
    display: block;
    
  }
}

/* case studie wrapper custom embed block */
.case-studie-wrapper .pwr-sec-image-boxes {
  padding: 0;
}

/* Blog */

.pwr-blog-listing #hs_cos_wrapper_txt_link_ {
  color: #000000;
}

.pwr-blog-listing #hs_cos_wrapper_ svg {
  fill: #000000;
}

.body-container-wrapper--blog-post .pwr-post-featured {
  height: 421px;
  margin: 0 auto;
}

.body-container-wrapper--blog-post .pwr-post-featured__info-box {
  left: 0;
}

.body-container-wrapper--blog-post .pwr-post-featured h1 {
  font-size: clamp(32px, 6vw, 69px);
  max-width: 100%;
  line-height: 1;
}

.body-container-wrapper--blog-post .pwr-post-item__name {
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 700;
}

.body-container-wrapper--blog-post .pwr-post-item__date, 
.body-container-wrapper--blog-post .pwr-post-item__n-min-read {
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 400;
}

.body-container-wrapper--blog-post .pwr-post-item__date+.pwr-post-item__n-min-read:before, 
.body-container-wrapper--blog-post .pwr-post-item__name+.pwr-post-item__date:before, 
.body-container-wrapper--blog-post .pwr-post-item__name+.pwr-post-item__n-min-read:before {
  padding: 0 5px;
}

.body-container-wrapper--blog-post .pwr-post-featured .pwr-bg {
  display: none;
}

.body-container-wrapper--blog-post .pwr-post-featured .pwr-bg-overlay, #hs_cos_wrapper_blog-post-header .pwr-bg-overlay {
  background-color: transparent!important;
  background: transparent!important;
}

.body-container-wrapper--blog-post .pwr-post-featured h1,
.body-container-wrapper--blog-post .pwr-post-featured a,
.body-container-wrapper--blog-post .pwr-post-featured span {
  color: #000000!important;
}

 #hs_cos_wrapper_blog-post .pwr-post-content, #hs_cos_wrapper_blog-post .pwr-post-content p {
  line-height: 30px;
}

#hs_cos_wrapper_post_body a {
  background-color: #fbe800;
  color: #000000;
}

#hs_cos_wrapper_post_body .cta_button:hover strong span {
  color: #ffffff!important;
}

.pwr-post-comments .hs_submit .hs-button {
  color: #000000;
}

.pwr-post-comments .hs_submit .hs-button:hover {
  color: #ffffff;
}

/* Page */

.pwr-steps .pwr-step .pwr-step__count {
  color: #000000;
}

.pwr-comparison-table .pwr-ct-row-section__title .pwr-ct-row-section__title-text {
  color: #000000;
}

/* Custom */
.custom-service-form .legal-consent-container .hs-richtext p a {
  color: #000000;
  font-weight: 700;
}

.custom-service-form .legal-consent-container [type="checkbox"] + span:not(.slider):before {
  border-radius: unset;
  border: 1px solid #000000;
}

.custom-service-form .hs-error-msgs label a {
  color: inherit;
  cursor: pointer;
}

/* Footer Lamding Page */

.custom-landing-footer .pwr-adc-main {
  display: none;
}

.hs-landing-page .footer-top__container {
  display: none;
}