/* Start custom CSS for html, class: .elementor-element-6911072 */.privacy-content {
  color: var(--White, #FFF);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.privacy-content h1,
.privacy-content h2,
.privacy-content h3,
.privacy-content h4,
.privacy-content h5,
.privacy-content h6 {
  color: var(--White, #FFF);
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
}

/* Main Heading */
.privacy-content h1 {
  font-size: 48px;
  line-height: 58px;
  margin-top: 0;
  margin-bottom: 36px;
}

/* Section Headings */
.privacy-content h2 {
  font-size: 40px;
  line-height: 50px;
  margin-top: 52px;
  margin-bottom: 18px;
}

/* Sub Headings */
.privacy-content h3 {
  font-size: 32px;
  line-height: 40px;
  margin-top: 42px;
  margin-bottom: 16px;
}

/* Smaller Sub Headings */
.privacy-content h4 {
  font-size: 26px;
  line-height: 34px;
  margin-top: 34px;
  margin-bottom: 14px;
}

.privacy-content h5 {
  font-size: 21px;
  line-height: 29px;
  margin-top: 28px;
  margin-bottom: 12px;
}

.privacy-content h6 {
  font-size: 17px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 10px;
}

/* Text */
.privacy-content p {
  color: var(--White, #FFF);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}

.privacy-content ul {
  margin: 0 0 18px 20px;
  padding: 0;
}

.privacy-content li {
  color: var(--White, #FFF);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}

.privacy-content a {
  color: #FFAF03;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-content a:hover {
  color: #FFAF03;
  opacity: 0.85;
}

@media (max-width: 767px) {
  .privacy-content h1 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 28px;
  }

  .privacy-content h2 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 42px;
  }

  .privacy-content h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .privacy-content h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .privacy-content h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .privacy-content h6 {
    font-size: 16px;
    line-height: 23px;
  }
}/* End custom CSS */