.elementor-13 .elementor-element.elementor-element-73a0771{--display:flex;}/* Start custom CSS for html, class: .elementor-element-40d8508 */.qg-page {
  font-family: Inter, Arial, sans-serif;
  color: #252525;
  background: #f7f4ee;
}

.qg-hero,
.qg-section {
  padding: 90px 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.qg-hero {
  min-height: 82vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.qg-hero__mark {
  display: inline-block;
  margin: 0 auto 24px;
  padding: 8px 16px;
  border: 1px solid #d8cfc2;
  border-radius: 50px;
  color: #5d7f55;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 13px;
}

.qg-hero h1 {
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.95;
  margin: 0 0 24px;
  font-weight: 900;
}

.qg-hero p {
  max-width: 720px;
  margin: 0 auto 36px;
  font-size: 22px;
  line-height: 1.45;
  color: #555;
}

.qg-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.qg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: .25s ease;
}

.qg-btn:hover {
  transform: translateY(-3px);
}

.qg-btn--danger {
  background: #d94a38;
  color: #fff;
}

.qg-btn--dark {
  background: #1f2933;
  color: #fff;
}

.qg-section-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.qg-section-head span {
  display: inline-block;
  margin-bottom: 12px;
  color: #5d7f55;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}

.qg-section-head h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 900;
}

.qg-section-head p {
  font-size: 19px;
  line-height: 1.55;
  color: #555;
  margin: 0;
}

.qg-section--soft {
  background: #efe9df;
  max-width: none;
}

.qg-section--soft > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.qg-section--danger {
  background: #fff1ee;
  max-width: none;
}

.qg-section--danger > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.qg-grid {
  display: grid;
  gap: 22px;
}

.qg-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.qg-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.qg-grid--5 {
  grid-template-columns: repeat(5, 1fr);
}
.qg-grid--6 {
  grid-template-columns: repeat(3, 1fr);
}

.qg-card {
  background: #fff;
  border: 1px solid #e0d7cb;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.qg-card--click {
  text-decoration: none;
  color: inherit;
  transition: .25s ease;
}

.qg-card--click:hover {
  transform: translateY(-6px);
  border-color: #5d7f55;
}

.qg-card--warning {
  background: #fff8ec;
}

.qg-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
}

.qg-card p {
  margin: 0 0 10px;
  color: #555;
  line-height: 1.55;
}

.qg-icon {
  font-size: 36px;
  margin-bottom: 18px;
}

.qg-small-btn {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #d97947;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.qg-list {
  display: grid;
  gap: 18px;
  max-width: 880px;
}

.qg-list div {
  background: #fff;
  border-left: 6px solid #d97947;
  border-radius: 18px;
  padding: 22px 24px;
}

.qg-list b {
  font-size: 20px;
}

.qg-list p {
  margin: 8px 0 0;
  color: #555;
}

.qg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.qg-columns > div {
  background: #fff;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.qg-columns h3 {
  font-size: 30px;
  margin: 0 0 20px;
}

.qg-columns li {
  margin-bottom: 14px;
  font-size: 18px;
}

.qg-mini {
  background: #fff;
  border: 1px solid #d8cfc2;
  border-radius: 18px;
  padding: 22px;
  font-weight: 800;
  text-align: center;
}

.qg-faq {
  display: grid;
  gap: 14px;
}

.qg-faq details {
  background: #fff;
  border-radius: 18px;
  padding: 22px 26px;
  border: 1px solid #e0d7cb;
}

.qg-faq summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 20px;
}

.qg-faq p {
  color: #555;
  line-height: 1.55;
}

.qg-cta {
  text-align: center;
  background: #1f2933;
  color: #fff;
  border-radius: 36px;
  margin-bottom: 80px;
}

.qg-cta h2 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  margin: 0 0 18px;
}

.qg-cta p {
  font-size: 22px;
  margin-bottom: 30px;
  color: #d8d8d8;
}

@media (max-width: 1024px) {
  .qg-grid--4,
  .qg-grid--5,
  .qg-grid--6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .qg-grid--3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .qg-hero,
  .qg-section {
    padding: 64px 18px;
  }

  .qg-grid--3,
  .qg-grid--4,
  .qg-grid--5,
  .qg-grid--6,
  .qg-columns {
    grid-template-columns: 1fr;
  }

  .qg-hero p {
    font-size: 18px;
  }

  .qg-card {
    padding: 24px;
  }
}/* End custom CSS */