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

/*** NAVIGATION ***/

@media (max-width: 767px) {
    .header__navigation.open, .header__search.open, .header__language-switcher.open {
      top: 115px !important;
      background-color: rgba(39, 42, 114, 0.98) !important;
  }
}

/*** NUMBER COUNTER MODULE ***/

.counter {
  padding: 0px !important;
}

/*** POOL HOUSE & PERGALA SALES ENABLEMENT BANNER ***/

#hs_cos_wrapper_dnd_area-module-11 > div > div.checklist_items {
    max-height: 150px;
}

.pricing-page-page2 {
    bottom: 0;
    color: #fff;
    position: sticky;
    text-align: center;
    width: 100%;
}

/*** INTERACTIVE IMAGE MODULE ***/

.interactive .text-box {
    background: hsl(0deg 0% 100% / 90%) !important;
}

.interactive .text-box a.btn-secondary {
  background-color: #282a72 !important;
  border: none !important;
  font-size: 1.15rem !important;
  padding: .5rem 1rem !important;
  text-decoration: none;
}

.interactive .text-box a.btn-secondary:hover {
background-color: #0b0c49 !important;
}

/*** BLOG ***/

.blog-cta {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .cta-v2__banner-text .custom-btn {
    text-align: center;