.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-24002 .elementor-element.elementor-element-13bc126e{--display:flex;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-559e8f09 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
:root {
  --text-color: #1a1a1a;
  --muted-color: #666;
  --border-color: #e5e7eb;
  --bg-highlight: #f9fafb;
  --max-width: 75rem;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1d1d1fcc;
  background: #fff;
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.legal-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 3rem 2rem;
}

.legal-header {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
}

.legal-header h1 {
  font-size: clamp(2.5rem, 2.214rem + 1.43vw, 3.5rem);
  color: #1d1d1f;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 0 0 0.5rem 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.revision-date {
  font-size: 0.95rem;
  color: var(--muted-color);
  margin: 0;
  font-weight: 400;
}

section {
  margin-top: 3rem;
}

section:first-of-type {
  margin-top: 2rem;
}

h2 {
  font-size: clamp(1.5rem, 1.358rem + 0.71vw, 1.5rem);
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1d1d1f;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.02em;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 2rem 0 0.75rem 0;
  line-height: 1.4;
  color: var(--text-color);
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

h3:first-child {
  margin-top: 1.5rem;
}

h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem 0;
  line-height: 1.4;
  color: var(--text-color);
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

p {
  color: #1d1d1fcc;
  margin: 0 0 1.25rem 0;
  line-height: 1.7;
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0;
}

.important-notice {
  background: var(--bg-highlight);
  border-left: 4px solid var(--border-color);
  padding: 1.5rem;
  margin: 2rem 0 3rem 0;
}

.important-notice p {
  margin-bottom: 1rem;
}

.important-notice p:last-child {
  margin-bottom: 0;
}

.all-caps {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

ul {
  padding-left: 1.5rem;
  margin: 0 0 1.25rem 0;
}

ul.section-list {
  list-style-type: disc;
  margin-top: 1rem;
}

li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

li:last-child {
  margin-bottom: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .legal-container {
    padding: 2rem 1.25rem;
  }

  .legal-header h1 {
    font-size: clamp(2rem, 1.8rem + 1vw, 2.5rem);
  }

  .legal-header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }

  section {
    margin-top: 2.5rem;
  }

  h2 {
    font-size: clamp(1.3rem, 1.2rem + 0.5vw, 1.5rem);
    margin-bottom: 1rem;
  }

  h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
  }

  h4 {
    font-size: 1rem;
    margin-top: 1.25rem;
  }

  .important-notice {
    padding: 1.25rem;
    margin: 1.5rem 0 2rem 0;
  }

  body {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .legal-container {
    padding: 1.5rem 1rem;
  }

  .legal-header h1 {
    font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2rem);
  }

  h2 {
    font-size: clamp(1.2rem, 1.1rem + 0.5vw, 1.3rem);
  }

  h3 {
    font-size: 1.05rem;
  }

  h4 {
    font-size: 0.95rem;
  }

  ul {
    padding-left: 1.25rem;
  }
}/* End custom CSS */