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

/* Breakpoints: */
@media (max-width: 767px) {
  your-css-selector {
    color: red;
  }
}

@media (min-width: 768px) {
  your-css-selector {
    color: black;
  }
}


* {
  letter-spacing: normal !important;
}


/*****************************************/
/* 01. Var overrides                     */
/* 02. Fonts                             */
/* 03. Header                            */
/* 04. Forms                             */
/* 05. Buttons                           */
/* 06. PWR Sec Hero                      */
/* 07. IND Sec products                  */
/* 08. PWR Sec CTA                       */
/* 09. PWR Sec Testimonials              */

/* 11. PWR Sub Stats                     */
/* 12.                                   */

/* 15.                                   */
/* 80. Footer                            */

/* 99. ind sub usps                      */
/*****************************************/



h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  color: var(--clr-title-lt);
}

h1 strong, 
h2 strong, 
h3 strong, 
h4 strong, 
h5 strong, 
h6 strong,
h1 [style*="bold"], 
h2 [style*="bold"], 
h3 [style*="bold"], 
h4 [style*="bold"], 
h5 [style*="bold"], 
h6 [style*="bold"],
h1 span[style*="bold"], 
h2 span[style*="bold"], 
h3 span[style*="bold"], 
h4 span[style*="bold"], 
h5 span[style*="bold"], 
h6 span[style*="bold"]{
  font-weight: 900 !important;
}







/*****************************************/
/* 01. Var overrides                     */
/*****************************************/
:root {
    --lh-base: 1.3;
    --lh-paragraph: 1.3;
    --lh-post-body: 1.3;
    --lh-intro-title-sec: 1.3;
    --lh-desc-sec: 1.3;
    --lh-h1: 0.9;
    --lh-h2: 0.9;
    --lh-h3: 0.9;
    --lh-h4: 0.9;
    --lh-h5: 0.9;
    --lh-h6: 0.9;
}

/*****************************************/
/* 02. Fonts                             */
/*****************************************/
/* Custom fonts decleration */
@font-face {
    font-family: 'SerifaStd'; 
    src: url('//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/fonts/Linotype%20-%20SerifaStd-Light.woff') format('woff'), 
         url('//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/fonts/Linotype%20-%20SerifaStd-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'SerifaStd';
  src: url('//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/fonts/Linotype%20-%20SerifaStd-Roman.woff') format('woff'), 
     url('//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/fonts/Linotype%20-%20SerifaStd-Roman.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SerifaStd';
  src: url('//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/fonts/Linotype%20-%20SerifaStd-Bold.woff') format('woff'), 
     url('//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/fonts/Linotype%20-%20SerifaStd-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SerifaStd';
  src: url('//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/fonts/Linotype%20-%20SerifaStd-Black.woff') format('woff'), 
     url('//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/fonts/Linotype%20-%20SerifaStd-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ff-base: 'SerifaStd', sans-serif !important;
  --ff-accent: 'SerifaStd', sans-serif !important;
}

.p--ff-base {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    margin-bottom: 27px;
    color: #4F4F4B;
    letter-spacing: 0.3px; 
}


/* emphasis */
em {
  text-decoration: none !important; 
  font-style: unset !important;
  font-weight: 900;
}

.hs_cos_wrapper_type_post_filter ul li:before, .hs_cos_wrapper_type_post_listing ul li:before, .hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li:before, .pwr-rich-text ul li:before {
  width: 22px; 
  height: 22px;   
  content: "";
  background-color: unset;
  background-image: url(//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/images/check.svg); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center; 
  top: 0px !important;
}

.ind-intro-block p {
  font-size: 24px;
  color: var(--clr-intro-title-lt);
  line-height: 1.1;
  font-weight: 300 !important;
}

/*****************************************/
/* 03. Header                            */
/*****************************************/

#hs_cos_wrapper_lp_page .pwr-burger__trigger-open {
  display: none !important;
}

.pwr-header-logo img {
  width: 150px !important;
}




/*****************************************/
/* 04. Form                              */
/*****************************************/
.hs_submit .hs-button {
  padding: 14px 20px;
}

form ul.multi-container li.hs-form-checkbox {
  display: inline-block;
  width: 100% !important;
  box-sizing: border-box;
  padding-right: 20px;
}

/* form ul.multi-container li.hs-form-checkbox:not(:first-child) {
  padding-left: 10px;
} */

form [type=checkbox]+span:before {
  background-color: #fff !important;
}

form [type=checkbox]:checked+span:after {
  width: 28px;
  height: 28px;
  left: 0;
  background-image: url(//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/images/check_white.svg);
  background-color: var(--clr-btn-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65%;
}

body .hs-form-field {
  margin-bottom: 10px;
}

body input[type=color], 
body input[type=date], 
body input[type=datetime-local], 
body input[type=datetime], 
body input[type=email], 
body input[type=file], 
body input[type=month], 
body input[type=number], 
body input[type=password], 
body input[type=search], 
body input[type=tel], 
body input[type=text], 
body input[type=time], 
body input[type=url], 
body input[type=week], 
body select, 
body textarea {
  border: unset;
  background-color: var(--clr-background-html);
  padding: 20px;
  margin-bottom: 10px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin-left: 0rem !important;
}


/*****************************************/
/* 05. Buttons                           */
/*****************************************/
.cta_button:not(.pwr-cta--hubspot-style):after, 
.cta_button:not(.pwr-cta--hubspot-style):before, 
.hs-submit:after, .hs-submit:before, 
.pwr-cta_button:not(.pwr-cta--hubspot-style):after, 
.pwr-cta_button:not(.pwr-cta--hubspot-style):before {
  content: unset;
  position: relative;
  margin-left: 20px;
  width: auto;
  height: 53.6px;
  height: 1.6em;
  aspect-ratio: 1/1;
  display: inline-block;
}

.cta_button:not(.pwr-cta--hubspot-style),
.hs-submit,
.pwr-cta_button:not(.pwr-cta--hubspot-style) {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow: visible;
  cursor: pointer;
}

.hs-submit {
  width: fit-content; 
  height: fit-content;
  padding: 13px 19px !important;
}

.hs-submit input {
  padding: unset !important;
}


.cta_button:not(.pwr-cta--hubspot-style):after, 
.hs-submit:after,
.pwr-cta_button:not(.pwr-cta--hubspot-style):after {
  content: "";
  background-image: url(//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/images/arrow-vertical-right.svg);
  background-color: transparent !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}

.cta_button.pwr-cta--primary-border, .cta_button.pwr-cta--regular-border, .pwr-btn--primary-border .hs-submit, .pwr-btn--regular-border .hs-submit, .pwr-cta--primary-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style), .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style) {
  border-width: 1px;
}

/* Primary solid */
.pwr-cta--primary-solid a.cta_button,
form .hs_submit {
  background-color: var(--clr-btn-primary);
}

.pwr-cta--primary-solid a.cta_button:hover,
form .hs_submit:hover {
  background-color: var(--clr-btn-lt) !important;
}

.pwr-cta--primary-solid a.cta_button:hover:before,
form .hs_submit:hover:before {
  border-color: var(--clr-btn-dk);
  background-color: var(--clr-base-lt);
}

.pwr-cta--primary-solid a.cta_button:before,
form .hs_submit:before {
  background-color: var(--clr-base-lt) !important;
  border: 1px solid var(--clr-btn-primary) !important;
}

form .hs_submit:before {
  border: unset !important;
}


/* Regular solid */
.pwr-cta--regular-solid a.cta_button {
  background-color: var(--clr-btn-dk);
}

.pwr-cta--regular-solid a.cta_button:hover,
.pwr-cta--regular-solid a.cta_button:hover:before {
  background-color: var(--clr-btn-primary) !important;
}

.pwr-cta--regular-solid a.cta_button:after {
  filter: brightness(0) invert(1);
}

.pwr--dark .pwr-cta--regular-solid a.cta_button {
  color: var(--clr-btn-primary) !important;
}

.pwr--dark .pwr-cta--regular-solid a.cta_button:hover {
  color: white !important;
}

.pwr--dark .pwr-cta--regular-solid a.cta_button:after {
  filter: unset;
}

.pwr--dark .pwr-cta--regular-solid a.cta_button:hover:after {
  filter: brightness(0) invert(1);
}


/* Regular solid for primary background */
.pwr-cta--regular-solid-primary-background a.cta_button,
.pwr-cta--regular-solid-primary-background a.cta_button:before {
    background-color: var(--clr-btn-background-hs);
    color: var(--clr-btn-txt-hs) !important;
    border: 1px solid var(--clr-btn-background-hs);
}


.hs_submit:after,
.pwr-cta--regular-solid-primary-background a.cta_button:after {
    filter: brightness(0) invert(1);
}

.hs_submit:hover:after,
.pwr-cta--regular-solid-primary-background a.cta_button:hover:after {
    filter: brightness(1) invert(0);
}

.pwr-cta--regular-solid-primary-background a.cta_button:hover,
.pwr-cta--regular-solid-primary-background a.cta_button:hover:before {
  background-color: transparent !important;  
  color: var(--clr-btn-background-hs) !important;
  border: 1px solid var(--clr-btn-background-hs);
}

/*.pwr-cta--regular-solid-primary-background a.cta_button:hover:after {
  filter: brightness(0) invert(1);
}*/


/* Border primary */
.pwr-cta--primary-border a.cta_button {
  background-color: var(--clr-base-lt);
}

.pwr-cta--primary-border a.cta_button:hover {
  background-color: var(--clr-btn-primary);
}

.pwr-cta--primary-border a.cta_button:before {
  background-color: var(--clr-base-lt) !important;
  border: 1px solid var(--clr-btn-primary);
}

.pwr-cta--primary-border a.cta_button:hover:after {
    filter: brightness(0) invert(1);
}


/* Border regular */
.pwr-cta--regular-border a.cta_button {
  background-color: var(--clr-base-lt);
}

.pwr-cta--regular-border a.cta_button:hover {
  background-color: var(--clr-btn-dk);
}

.pwr-cta--regular-border a.cta_button:before {
  background-color: var(--clr-base-lt) !important;
  border: 1px solid var(--clr-btn-dk);
}

@media (max-width: 767px) {
    .cta_button.pwr-cta--long, 
    .hs-submit .hs-button.large, 
    .pwr-btn--long .hs-submit .hs-button, 
    .pwr-cta--long .cta_button:not(.pwr-cta--hubspot-style) {
        padding-left: 20px; 
        padding-right: 20px; 
    }
}


/*****************************************/
/* 06. PWR Sec Hero                      */
/*****************************************/
.pwr--dark h1 em,
.pwr--dark h2 em, 
.pwr--dark h3 em,
.pwr--dark h4 em,
.pwr--dark h5 em,
.pwr--dark h6 em {
  color: var(--clr-btn-txt-dk);
}






.pwr-hero__title {
  line-height: var(--lh-h1) !important;
  padding-top: 20px;
}

.pwr-hero__desc {
  line-height: var(--lh-paragraph) !important;
}

@media (min-width: 768px) {
  .pwr-hero--large .pwr-hero__info-box {
    bottom: 64px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .pwr-hero--large .pwr-hero__info-box .pwr-cta-container {
    display: flex;
    align-items: flex-end;
  }
  
  .pwr-hero--large .pwr-hero__info-box .pwr-cta-container .pwr-cta-container__cta,
  .pwr-hero--large .pwr-hero__info-box .pwr-cta-container a.pwr-cta_button {
    margin-bottom: 0;
  }
  
  .pwr-hero--large .pwr-hero__desc {
    max-width: 650px;
  }
  
}

@media (max-width: 767px) {
  #main-content .pwr-hero__info-box {
    margin-top: 133px !important;
  }
}


/*****************************************/
/* 07. IND Sec products                  */
/*****************************************/
/* Algemene sectie-opmaak */
.ind-sec-product {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

.ind-sec-product a {
  color: unset;
}

.ind-sec-product__intro-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ind-sec-product__title {
  color: var(--clr-title-lt);
  font-size: var(--fs-h3);
}

/* Product-boxen */
.ind-product-box {
  flex: 1;
  min-width: 300px;
  max-width: 480px;
  background-color: var(--clr-accent-lt);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ind-product-box__img {
  width: 100%;
  height: 210px;
  object-fit: cover !important;
}

.ind-product-box__content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.ind-product-box__content:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  background: var(--clr-btn-dk) url(//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/images/arrow-vertical-right.svg) center / 35% no-repeat;
}

.ind-product-box__title {
  font-size: var(--fs-h3);
  font-weight: 800 !important;
  color: var(--clr-title-lt);
  margin-bottom: 20px;
}

.ind-product-box__desc {
  font-size: 18px !important;
  color: var(--clr-title-lt);
  margin-bottom: 10px;
}

/* Responsive opmaak */
@media (max-width: 768px) {
  .ind-sec-product {
    flex-direction: column;
    gap: 30px;
  }

  .ind-product-box {
    max-width: 100%;
  }
  
  .ind-sec-product__intro-sec {
    align-items: flex-start;
    gap: 20px;
    flex-flow: column wrap;
  }
}








/*****************************************/
/* 08. PWR Sec CTA                       */
/*****************************************/

.pwr-sec-cta  pwr-sec-cta--primary {
}

.pwr-sec-cta__title {

}

.pwr-rich-text pwr-sec-cta__desc {

}

.pwr-sec-cta__cta--right {
  position: absolute;
  top
  height: -180%;
}



/*****************************************/
/* 09. PWR Sec Testimonials              */
/*****************************************/
.pwr-sec__intro-sec {
  margin-bottom: 50px;
}


/*****************************************/
/* 11. PWR Sub Stats                     */
/*****************************************/
.ind-sub-counter .pwr-stat {
  background-color: var(--clr-accent-lt) !important;
  position: relative;
  right: -50px;
  bottom: -50px;    
  max-width: 250px;
}

.ind-sub-counter .pwr-sec-stats__wrapper {
  margin: 0 !important;
}

.ind-sub-counter .pwr-sec-stats__wrapper .pwr-stats {
  display: flex;
  justify-content: flex-end;
}

.ind-sub-counter .pwr-sec-stats__wrapper .pwr-stat {
  display: flex;
  flex-flow: row wrap;
  padding: 30px;
  row-gap: 72px;
}

.ind-sub-counter .pwr-sec-stats__wrapper .pwr-stat .pwr-stat__title {
  order: -1;
  font-size: var(--fs-header) !important;
  line-height: 17px;
}

.ind-sub-counter .pwr-stat__number, 
.ind-sub-counter .pwr-stat__suffix {
  font-size: var(--fs-h1) !important;
  font-family: var(--ff-base);
}


@media (max-width: 767px) { 
  .ind-sub-counter .pwr-stat {
    right: unset;
    bottom: -135px;
  }

  .ind-sub-counter .pwr-sec-stats__wrapper .pwr-stats {
    justify-content: center;
  }
}

/*****************************************/
/* 80. Footer                            */
/*****************************************/

footer .pwr-footer__content { 
  background-color: var(--clr-accent-lt);
  padding: 40px;
}

footer .pwr-footer-company-info__desc {
  display: flex;
  margin-left: 40px 0;
}

footer .pwr-rich-text img {
  object-fit: contain;
  height: auto;
}

footer .hs-form-field {
  width: 100% !important;
}

footer .pwr-adc-content--title:not(:first-child) {
  margin-top: 40px;
}

footer .pwr-footer-advanced .pwr-adc-content__title {
  font-size: var(--fs-footer-menu-title) !important;
}

footer .hs-form-field {
  margin-bottom: 40px;
}

footer form .hs-submit {
  margin-top: 0;
  width: 100%;
}

footer .pwr-footer-legal {
  margin-left: 20px;
}

footer .pwr-footer-legal__notice {
  margin-top: 20px;
}

/* Small screen (max-width 767px) */
@media (max-width: 767px) {
footer .pwr-footer-company-info__desc {
  display: flex;
  margin-left: 30px 0;
}
}  
/*****************************************/
/* 99. ind sub usps                */
/*****************************************/

.ind-sub-usps {
  display: flex;
  justify-content: flex-start;  
  align-items: center;
  gap: 20px; 
  padding: 20px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap; 
}

.ind-sub-usps-item {
  display: flex;
  align-items: center;
  gap: 8px; 
  position: relative; 
  padding: 10px; 
  flex-grow: 1; 
  min-width: 150px; 
 
  letter-spacing: var(--ls-h4);
  font-family: var(--ff-h4);
  line-height: var(--lh-h4);
}

.ind-sub-usps-icon {
  width: 16px; 
  height: 16px;   
  content: "";
  background-image: url(//26682337.fs1.hubspotusercontent-eu1.net/hubfs/26682337/raw_assets/public/POWER%20X%20ALKU%20child%202025/images/check.svg); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center; 
} 

/* Deviders */
.ind-sub-usps-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 1px;
  background-color: var(--clr-btn-primary); 
}

/* Small screen (max-width 767px) */
@media (max-width: 767px) {
  .ind-sub-usps {
    justify-content: center; 
  }

  .ind-sub-usps-item {
    flex-grow: 0;  
    width: 100%; 
    margin-bottom: 10px; 
  }

  .ind-sub-usps-item:not(:last-child)::after {
    display: none; /* Verberg de lijn tussen items op kleinere schermen */
  }
}

/* Big schermen (min-width 768px) */
@media (min-width: 768px) {
  .ind-sub-usps {
    justify-content: flex-start; 
  }

  .ind-sub-usps-item {
    width: auto; 
    margin-bottom: 0; 
  }

  .ind-sub-usps-item:not(:last-child)::after {
    display: block; /* Zorgt ervoor dat de lijn weer zichtbaar is op grotere schermen */
  }
}