/* Start custom CSS for text-editor, class: .elementor-element-4c308f1d */article {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
  background: #ffffff;
}

article * {
  box-sizing: border-box;
}

article header {
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e7eb;
}

article section {
  margin-bottom: 38px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e7eb;
}

article section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

article h1,
article h2,
article h3 {
  margin-top: 0;
  margin-bottom: 18px;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

article h1 {
  font-size: 34px;
  margin-bottom: 20px;
}

article h2 {
  font-size: 26px;
  margin-top: 0;
}

article h3 {
  font-size: 21px;
}

article p {
  margin-top: 0;
  margin-bottom: 18px;
}

article strong {
  color: #111827;
  font-weight: 700;
}

article a {
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 3px;
}

article ul,
article ol {
  margin-top: 14px;
  margin-bottom: 24px;
  padding-left: 26px;
}

article li {
  margin-bottom: 10px;
}

article address {
  margin: 18px 0 24px;
  padding: 18px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f9fafb;
  color: #374151;
  font-style: normal;
  line-height: 1.7;
}

article hr {
  height: 1px;
  margin: 12px 0 22px;
  border: 0;
  background: #d1d5db;
}

article header > p:first-child {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

article p:has(strong) {
  color: #374151;
}

@media (max-width: 768px) {
  article {
    padding: 28px 16px;
    font-size: 15.5px;
  }

  article h1 {
    font-size: 28px;
  }

  article h2 {
    font-size: 23px;
  }

  article section {
    margin-bottom: 30px;
    padding-bottom: 24px;
  }

  article address {
    padding: 16px;
  }
}/* End custom CSS */