:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ef4be0c */.privacy { box-sizing: border-box; }
  .privacy *, .privacy *::before, .privacy *::after { box-sizing: inherit; }

  .privacy {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #33373f;
    background-color: #ffffff;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }

  .privacy a { color: #2e3a6e; text-decoration: underline; text-decoration-color: #00afef; text-underline-offset: 2px; }
  .privacy a:hover { color: #00afef; }
  .privacy a:focus-visible,
  .privacy button:focus-visible { outline: 3px solid #00afef; outline-offset: 2px; }

  /* ---------- Header band ---------- */
  .privacy__header {
    background-color: #2e3a6e;
    background-image: linear-gradient(135deg, #2e3a6e 0%, #24305e 100%);
    padding: 56px 24px 44px;
    text-align: center;
  }
  .privacy__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #00afef;
    margin: 0 0 14px;
  }
  .privacy__title {
    font-family: "Roboto Slab", Georgia, serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 16px;
  }
  .privacy__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
    font-size: 14px;
    color: #cdd3ea;
    margin: 0;
  }
  .privacy__meta strong { color: #ffffff; font-weight: 600; }

  /* ---------- Wrapper ---------- */
  .privacy__wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

  /* ---------- Intro (verbatim opening paragraph from source doc) ---------- */
  .privacy__summary {
    background-color: #f2f7fd;
    border-left: 4px solid #00afef;
    border-radius: 6px;
    padding: 22px 26px;
    margin: -28px 0 40px;
    position: relative;
    z-index: 2;
  }
  .privacy__summary p { margin: 0; font-size: 15.5px; color: #414653; }

  /* ---------- Layout: TOC + content ---------- */
  .privacy__layout {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    padding-bottom: 64px;
  }

  /* Desktop TOC */
  .privacy__toc {
    flex: 0 0 260px;
    position: sticky;
    top: 24px; /* If the live site header is sticky, increase this to header-height + 24px */
    align-self: flex-start;
    border-right: 1px solid #e6e7e8;
    padding-right: 24px;
  }
  .privacy__toc-heading {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a8f9c;
    margin: 0 0 14px;
  }
  .privacy__toc-list { list-style: none; margin: 0; padding: 0; }
  .privacy__toc-item { margin: 0; }
  .privacy__toc-link {
    display: block;
    padding: 7px 0 7px 14px;
    font-size: 13.5px;
    color: #55596a;
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
  }
  .privacy__toc-link:hover { color: #2e3a6e; }
  .privacy__toc-link.privacy__toc-link--active {
    color: #2e3a6e;
    font-weight: 600;
    border-left-color: #00afef;
  }
  .privacy__toc-flag-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d99a2b;
    margin-right: 6px;
    vertical-align: middle;
  }

  /* Mobile TOC toggle */
  .privacy__toc-mobile { display: none; margin-bottom: 32px; }
  .privacy__toc-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #f2f7fd;
    border: 1px solid #dbe6f4;
    border-radius: 6px;
    padding: 14px 16px;
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #2e3a6e;
    cursor: pointer;
  }
  .privacy__toc-toggle-icon { transition: transform 0.2s ease; flex-shrink: 0; }
  .privacy__toc-toggle[aria-expanded="true"] .privacy__toc-toggle-icon { transform: rotate(180deg); }
  .privacy__toc-panel {
    list-style: none;
    margin: 8px 0 0;
    padding: 6px 0;
    border: 1px solid #e6e7e8;
    border-radius: 6px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }
  .privacy__toc-panel.privacy__toc-panel--open { max-height: 640px; overflow-y: auto; }
  .privacy__toc-panel .privacy__toc-link { padding-left: 16px; border-left: 3px solid transparent; }
  .privacy__toc-panel .privacy__toc-link.privacy__toc-link--active { background-color: #f2f7fd; }

  /* ---------- Content ---------- */
  .privacy__content { flex: 1 1 auto; min-width: 0; }

  .privacy__section { padding: 30px 0; border-bottom: 1px solid #e6e7e8; scroll-margin-top: 24px; }
  .privacy__section:last-child { border-bottom: none; }

  .privacy__section-head { display: flex; align-items: baseline; gap: 14px; margin: 0 0 14px; flex-wrap: wrap; }
  .privacy__section-num {
    font-family: "Roboto Slab", Georgia, serif;
    font-weight: 700;
    font-size: 15px;
    color: #00afef;
    flex-shrink: 0;
  }
  .privacy__section-title {
    font-family: "Roboto Slab", Georgia, serif;
    font-weight: 600;
    font-size: 22px;
    color: #2e3a6e;
    margin: 0;
  }

  .privacy__section p { font-size: 15.5px; margin: 0 0 14px; color: #414653; }
  .privacy__section p:last-child { margin-bottom: 0; }
  .privacy__section ul, .privacy__section ol { margin: 0 0 14px; padding-left: 22px; font-size: 15.5px; color: #414653; }
  .privacy__section li { margin: 0 0 8px; }
  .privacy__section li:last-child { margin-bottom: 0; }
  .privacy__section strong { color: #2e3a6e; font-weight: 600; }
  .privacy__address { font-style: normal; margin: 0 0 14px; color: #414653; font-size: 15.5px; }
  .privacy__address span { display: block; }

  /* Rights grid — five items, matching the source document exactly */
  .privacy__rights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 6px 0 4px;
  }
  .privacy__rights-card {
    border: 1px solid #e6e7e8;
    border-radius: 8px;
    padding: 16px 18px;
    background-color: #fafbfc;
  }
  .privacy__rights-card-title {
    font-family: "Roboto Slab", Georgia, serif;
    font-weight: 600;
    font-size: 15px;
    color: #2e3a6e;
    margin: 0 0 6px;
  }
  .privacy__rights-card p { margin: 0; font-size: 14px; color: #55596a; }

  /* ---------- Flagged addition (Google disclosure — not in source doc) ---------- */
  .privacy__flag {
    border: 1px dashed #d99a2b;
    background-color: #fdf8ef;
    border-radius: 8px;
    padding: 24px 26px;
    margin-top: 4px;
  }
  .privacy__flag-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #d99a2b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 14px;
  }
  .privacy__flag-note {
    font-size: 14px;
    color: #7a5a1e;
    background-color: #fbeed7;
    border-radius: 6px;
    padding: 12px 14px;
    margin: 14px 0 0;
  }
  .privacy__flag p, .privacy__flag ul, .privacy__flag li { color: #4d4133; }

  /* Contact card */
  .privacy__contact {
    background-color: #2e3a6e;
    background-image: linear-gradient(135deg, #2e3a6e 0%, #24305e 100%);
    border-radius: 10px;
    padding: 30px 32px;
    color: #ffffff;
    margin-top: 8px;
  }
  .privacy__contact p { color: #cdd3ea; font-size: 14.5px; margin: 0 0 14px; }
  .privacy__contact p:last-child { margin-bottom: 0; }
  .privacy__contact-grid { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 18px; }
  .privacy__contact-item { min-width: 200px; }
  .privacy__contact-label { display: block; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #8fa0d6; margin-bottom: 4px; }
  .privacy__contact-value { font-size: 15px; font-weight: 600; }
  .privacy__contact-value a { color: #ffffff; text-decoration-color: #00afef; }

  /* Back to top */
  .privacy__top-btn {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #2e3a6e;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(46, 58, 110, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 20;
  }
  .privacy__top-btn.privacy__top-btn--visible { opacity: 1; visibility: visible; transform: translateY(0); }
  .privacy__top-btn:hover { background-color: #00afef; }

  /* ---------- Responsive ---------- */
  @media (max-width: 860px) {
    .privacy__title { font-size: 28px; }
    .privacy__layout { gap: 0; flex-direction: column; padding-bottom: 40px; }
    .privacy__toc { display: none; }
    .privacy__toc-mobile { display: block; }
    .privacy__rights-grid { grid-template-columns: 1fr; }
    .privacy__contact { padding: 24px 22px; }
    .privacy__summary { margin-top: -20px; padding: 18px 20px; }
    .privacy__flag { padding: 20px; }
  }

  @media (max-width: 480px) {
    .privacy__header { padding: 44px 18px 60px; }
    .privacy__title { font-size: 24px; }
    .privacy__section-title { font-size: 19px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .privacy * { transition: none !important; scroll-behavior: auto !important; }
  }/* End custom CSS */