.elementor-151994 .elementor-element.elementor-element-3fcc59f6{--display:flex;border-style:solid;--border-style:solid;border-width:0px 01px 0px 0px;--border-top-width:0px;--border-right-width:01px;--border-bottom-width:0px;--border-left-width:0px;border-color:#E7E7E7;--border-color:#E7E7E7;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-151994 .elementor-element.elementor-element-2572d61e > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-151994 .elementor-element.elementor-element-3fcc59f6{--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-151994 .elementor-element.elementor-element-3fcc59f6{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for container, class: .elementor-element-3fcc59f6 */.legal-sidebar,
.legal-sidebar * {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif !important;
}

.legal-sidebar {
  position: sticky;
  top: 100px;
  margin-top: 60px;
  width: 100%;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  padding-bottom: 30px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.ekit-sticky--active .legal-sidebar,
.ekit-sticky-active .legal-sidebar {
margin-top: 20px !important;
}
/*.legal-sidebar.is-sticky {*/
/*  padding-top: 20px;*/
/*}*/

.legal-sidebar::-webkit-scrollbar {
  width: 4px;
}

.legal-sidebar::-webkit-scrollbar-thumb {
  background: #d8e0eb;
  border-radius: 10px;
}

.legal-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.legal-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.legal-toc-list li {
  position: relative;
  margin-bottom: 20px;
}

.legal-toc-list li a {
  display: inline-block;
  color: #52524b;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.legal-toc-list li:hover a {
  color: #5749c7;
}

.legal-toc-list li.active a {
  color: #5749c7 !important;
  font-weight: 600 !important;
  position: relative;
}

.legal-toc-list li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #5749c7;
  border-radius: 2px;
}

@media (max-width: 1025px) {
  .legal-sidebar {
    margin-top: 0 !important;
    top: 80px;
    max-height: calc(100vh - 100px);
  }
}

@media (max-width: 426px) {
  .legal-sidebar {
    position: relative;
    top: auto;
    height: auto !important;
    max-height: none !important;
    overflow-y: visible !important;
    padding-bottom: 0;
  }

  .legal-sidebar.is-sticky {
    padding-top: 0;
  }
}/* End custom CSS */