.elementor-827 .elementor-element.elementor-element-0a4bff2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 0px 1px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#D2D2D2;--border-color:#D2D2D2;--padding-top:30px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}.elementor-827 .elementor-element.elementor-element-759dfe8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-827 .elementor-element.elementor-element-0a4bff2{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-c518c05 */.hc-legal-wrap {
  margin: auto;
  padding: 0px 10px;
  font-family: "Inter", system-ui, sans-serif;
}

.hc-legal-header h1 {
  font-size: 42px;
  font-weight: 700;
  color: #0b1f33;
}

.hc-effective {
  color: #ff6b3d;
  font-weight: 600;
  margin-bottom: 20px;
}

.hc-legal-content h2 {
  margin-top: 50px;
  font-size: 26px;
  color: #0b1f33;
  position: relative;
  padding-left: 14px;
}

.hc-legal-content h2:before {
  content: "";
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg,#ff6b3d,#ff9a6b);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.hc-legal-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5b6a;
  margin-top: 12px;
}

/* TOC */
.hc-toc {
  background: #fff7f3;
  padding: 20px;
  border-radius: 14px;
  
  box-shadow: 0 20px 50px rgba(0,0,0,0.04);
}

.hc-toc h4 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #0b1f33;
}

.hc-toc ul {
  list-style: none;
  padding-left:10px ;
    /**/
}

.hc-toc li {
  margin-bottom: 8px;
}

.hc-toc a {
    font-size: 16px;
  text-decoration: none;
  color: #ff6b3d;
  font-weight: 500;
  transition: 0.3s;
}

.hc-toc a:hover {
  color: #0b1f33;
}/* End custom CSS */