.elementor-1571 .elementor-element.elementor-element-2448488{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7491ccf */.cx-legal-page{
  --cx-legal-ink:#161327;
  --cx-legal-text:#4B4763;
  --cx-legal-muted:#77738A;
  --cx-legal-purple:#735CF3;
  --cx-legal-purple-dark:#5A45D6;
  --cx-legal-teal:#04D3B3;
  --cx-legal-teal-dark:#039E87;
  --cx-legal-border:#E8E6F3;
  --cx-legal-bg:#FAFAFE;
  --cx-legal-white:#FFFFFF;
  --cx-legal-radius:18px;
  --cx-legal-shadow:0 14px 36px rgba(22,19,39,.07);

  width:100%;
  background:var(--cx-legal-bg);
  color:var(--cx-legal-text);
  font-family:Inter,Arial,sans-serif;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
}

.cx-legal-page *,
.cx-legal-page *::before,
.cx-legal-page *::after{
  box-sizing:border-box;
}

.cx-legal-page a{
  color:inherit;
  text-decoration:none;
}

.cx-legal-container{
  width:min(1220px,calc(100% - 40px));
  margin:0 auto;
}

.cx-legal-header{
  max-width:900px;
  margin:0 auto;
  padding:76px 0 54px;
  text-align:center;
}

.cx-legal-eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 13px;
  margin-bottom:18px;
  border:1px solid rgba(115,92,243,.2);
  border-radius:999px;
  background:rgba(115,92,243,.08);
  color:var(--cx-legal-purple-dark);
  font-family:"IBM Plex Mono","Courier New",monospace;
  font-size:11px;
  font-weight:600;
  letter-spacing:.1em;
  line-height:1.3;
  text-transform:uppercase;
}

.cx-legal-header h1{
  margin:0;
  color:var(--cx-legal-ink);
  font-family:Fraunces,Georgia,serif;
  font-size:clamp(38px,5vw,62px);
  font-weight:600;
  letter-spacing:-.035em;
  line-height:1.08;
}

.cx-legal-intro{
  max-width:760px;
  margin:22px auto 0;
  color:var(--cx-legal-text);
  font-size:17px;
  line-height:1.75;
}

.cx-legal-meta{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 24px;
  margin-top:24px;
  color:var(--cx-legal-muted);
  font-size:13px;
}

.cx-legal-meta strong{
  color:var(--cx-legal-ink);
}

.cx-legal-layout{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:34px;
  align-items:start;
  padding-bottom:80px;
}

.cx-legal-sidebar{
  position:sticky;
  top:24px;
}

.cx-legal-nav{
  padding:22px;
  border:1px solid var(--cx-legal-border);
  border-radius:16px;
  background:var(--cx-legal-white);
  box-shadow:var(--cx-legal-shadow);
}

.cx-legal-nav strong{
  display:block;
  margin-bottom:12px;
  color:var(--cx-legal-ink);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.cx-legal-nav a{
  display:block;
  padding:7px 0;
  color:var(--cx-legal-muted);
  font-size:13px;
  line-height:1.45;
  transition:color .2s ease,transform .2s ease;
}

.cx-legal-nav a:hover{
  color:var(--cx-legal-purple-dark);
  transform:translateX(2px);
}

.cx-legal-content{
  min-width:0;
  padding:42px clamp(24px,4vw,54px);
  border:1px solid var(--cx-legal-border);
  border-radius:var(--cx-legal-radius);
  background:var(--cx-legal-white);
  box-shadow:var(--cx-legal-shadow);
}

.cx-legal-content section{
  scroll-margin-top:30px;
}

.cx-legal-content section + section{
  margin-top:48px;
  padding-top:46px;
  border-top:1px solid var(--cx-legal-border);
}

.cx-legal-content h2{
  margin:0 0 16px;
  color:var(--cx-legal-ink);
  font-family:Fraunces,Georgia,serif;
  font-size:clamp(25px,3vw,34px);
  font-weight:600;
  letter-spacing:-.02em;
  line-height:1.2;
}

.cx-legal-content h3{
  margin:0 0 8px;
  color:var(--cx-legal-ink);
  font-family:Fraunces,Georgia,serif;
  font-size:22px;
  font-weight:600;
  line-height:1.3;
}

.cx-legal-content p{
  margin:0 0 16px;
  color:var(--cx-legal-text);
  font-size:15.5px;
  line-height:1.8;
}

.cx-legal-content p:last-child{
  margin-bottom:0;
}

.cx-info-box{
  margin-top:24px;
  padding:20px 22px;
  border-left:4px solid var(--cx-legal-teal);
  border-radius:10px;
  background:rgba(4,211,179,.07);
}

.cx-info-box strong{
  display:block;
  margin-bottom:5px;
  color:var(--cx-legal-ink);
  font-size:14px;
}

.cx-info-box p{
  margin:0;
  font-size:14px;
}

.cx-note{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-top:24px;
  padding:20px;
  border:1px solid rgba(4,211,179,.2);
  border-radius:14px;
  background:#F4FCFA;
}

.cx-note-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(4,211,179,.14);
  color:var(--cx-legal-teal-dark);
  font-size:15px;
  font-weight:800;
}

.cx-note strong{
  display:block;
  margin-bottom:3px;
  color:var(--cx-legal-ink);
  font-size:14px;
}

.cx-note p{
  margin:0;
  font-size:13.5px;
  line-height:1.65;
}

.cx-contact-card{
  margin-top:26px;
  padding:28px;
  border-radius:16px;
  background:linear-gradient(135deg,#735CF3,#5A45D6);
  color:#fff;
  box-shadow:0 18px 40px rgba(90,69,214,.2);
}

.cx-contact-label{
  display:inline-block;
  margin-bottom:9px;
  color:rgba(255,255,255,.78);
  font-family:"IBM Plex Mono","Courier New",monospace;
  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cx-contact-card h3{
  color:#fff;
  font-size:25px;
  margin-bottom:8px;
}

.cx-contact-card p{
  max-width:650px;
  color:rgba(255,255,255,.88);
  font-size:14px;
  line-height:1.7;
}

.cx-contact-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  margin-top:8px;
  padding:0 18px;
  border-radius:9px;
  background:#fff;
  color:var(--cx-legal-purple-dark)!important;
  font-size:14px;
  font-weight:800;
  transition:transform .2s ease,box-shadow .2s ease;
}

.cx-contact-button:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.cx-legal-footer{
  margin-top:48px;
  padding-top:26px;
  border-top:1px solid var(--cx-legal-border);
}

.cx-legal-footer p{
  margin:0;
  color:var(--cx-legal-muted);
  font-size:13px;
  line-height:1.7;
}

.cx-legal-page a:focus-visible{
  outline:3px solid rgba(115,92,243,.35);
  outline-offset:3px;
  border-radius:4px;
}

@media(max-width:900px){
  .cx-legal-layout{
    grid-template-columns:1fr;
  }

  .cx-legal-sidebar{
    position:static;
  }

  .cx-legal-nav{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:4px 16px;
  }

  .cx-legal-nav strong{
    width:100%;
    margin-bottom:4px;
  }

  .cx-legal-nav a{
    padding:5px 0;
  }
}

@media(max-width:767px){
  .cx-legal-container{
    width:min(100% - 28px,700px);
  }

  .cx-legal-header{
    padding:54px 0 38px;
  }

  .cx-legal-intro{
    font-size:15px;
  }

  .cx-legal-meta{
    flex-direction:column;
    gap:5px;
  }

  .cx-legal-layout{
    padding-bottom:55px;
  }

  .cx-legal-content{
    padding:30px 20px;
    border-radius:14px;
  }

  .cx-legal-content section + section{
    margin-top:38px;
    padding-top:36px;
  }

  .cx-legal-content p{
    font-size:14.5px;
    line-height:1.75;
  }

  .cx-contact-card{
    padding:23px 20px;
  }
}

@media(max-width:520px){
  .cx-legal-nav{
    display:block;
  }

  .cx-legal-nav a{
    padding:6px 0;
  }

  .cx-note{
    padding:16px;
  }
}

@media(prefers-reduced-motion:reduce){
  .cx-legal-page *,
  .cx-legal-page *::before,
  .cx-legal-page *::after{
    scroll-behavior:auto!important;
    transition:none!important;
  }
}/* End custom CSS */