.elementor-509 .elementor-element.elementor-element-f668e60{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-66eda37 */.ghs-refund {
  --ghs-refund-gold: #b38316;
  --ghs-refund-gold-dark: #8a620b;
  --ghs-refund-dark: #171717;
  --ghs-refund-heading: #202020;
  --ghs-refund-text: #616161;
  --ghs-refund-border: #e4ded0;
  --ghs-refund-soft: #f7f5ef;
  --ghs-refund-warning: #fff6dd;
  --ghs-refund-white: #ffffff;

  width: 100%;
  padding: 80px 20px;
  background: var(--ghs-refund-soft);
  font-family: "Poppins", Arial, sans-serif;
}

.ghs-refund *,
.ghs-refund *::before,
.ghs-refund *::after {
  box-sizing: border-box;
}

.ghs-refund-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */

.ghs-refund-header {
  max-width: 820px;
  margin: 0 auto 45px;
  text-align: center;
}

.ghs-refund-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(179, 131, 22, 0.12);
  color: var(--ghs-refund-gold-dark);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
}

.ghs-refund-header h1 {
  margin: 0 0 18px;
  color: var(--ghs-refund-heading);
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -2px;
}

.ghs-refund-header p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--ghs-refund-text);
  font-size: 16px;
  line-height: 1.8;
}

.ghs-refund-update {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 15px;
  border: 1px solid var(--ghs-refund-border);
  border-radius: 100px;
  background: var(--ghs-refund-white);
  color: var(--ghs-refund-text);
  font-size: 12px;
  font-weight: 600;
}

/* INTRODUCTION */

.ghs-refund-intro {
  margin-bottom: 22px;
  padding: 30px 34px;
  border-radius: 18px;
  background: var(--ghs-refund-dark);
}

.ghs-refund-intro p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.8;
}

.ghs-refund-intro p:last-child {
  margin-bottom: 0;
}

/* TABLE OF CONTENT */

.ghs-refund-toc {
  margin-bottom: 22px;
  padding: 28px;
  border: 1px solid var(--ghs-refund-border);
  border-radius: 18px;
  background: var(--ghs-refund-white);
}

.ghs-refund-toc-title {
  margin-bottom: 18px;
  color: var(--ghs-refund-heading);
  font-size: 19px;
  font-weight: 700;
}

.ghs-refund-toc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.ghs-refund-toc-grid a {
  display: block;
  padding: 11px 13px;
  border-radius: 8px;
  background: var(--ghs-refund-soft);
  color: var(--ghs-refund-text) !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.ghs-refund-toc-grid a:hover {
  background: var(--ghs-refund-gold);
  color: var(--ghs-refund-white) !important;
  transform: translateY(-1px);
}

/* CONTENT */

.ghs-refund-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ghs-refund-card {
  scroll-margin-top: 110px;
  padding: 35px 38px;
  border: 1px solid var(--ghs-refund-border);
  border-radius: 18px;
  background: var(--ghs-refund-white);
}

.ghs-refund-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ghs-refund-border);
}

.ghs-refund-title > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: var(--ghs-refund-gold);
  color: var(--ghs-refund-white);
  font-size: 13px;
  font-weight: 700;
}

.ghs-refund-title h2 {
  margin: 0;
  color: var(--ghs-refund-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.ghs-refund-card p {
  margin: 0 0 14px;
  color: var(--ghs-refund-text);
  font-size: 14px;
  line-height: 1.85;
}

.ghs-refund-card p:last-child {
  margin-bottom: 0;
}

.ghs-refund-card ul,
.ghs-refund-card ol {
  margin: 16px 0 20px;
  padding-left: 22px;
}

.ghs-refund-card li {
  margin-bottom: 9px;
  padding-left: 3px;
  color: var(--ghs-refund-text);
  font-size: 14px;
  line-height: 1.75;
}

.ghs-refund-card li::marker {
  color: var(--ghs-refund-gold);
  font-weight: 700;
}

/* NOTICE */

.ghs-refund-notice {
  margin-top: 22px;
  padding: 20px 22px;
  border-left: 4px solid var(--ghs-refund-gold);
  border-radius: 0 12px 12px 0;
  background: var(--ghs-refund-soft);
}

.ghs-refund-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ghs-refund-gold-dark);
  font-size: 14px;
  font-weight: 700;
}

.ghs-refund-notice p {
  margin: 0;
  font-size: 13px;
}

/* WARNING */

.ghs-refund-warning {
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid rgba(179, 131, 22, 0.3);
  border-radius: 12px;
  background: var(--ghs-refund-warning);
}

.ghs-refund-warning strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ghs-refund-gold-dark);
  font-size: 14px;
  font-weight: 700;
}

.ghs-refund-warning p {
  margin: 0;
  font-size: 13px;
}

/* REFUND FORMAT */

.ghs-refund-format {
  margin: 20px 0;
  padding: 22px;
  border: 1px dashed var(--ghs-refund-gold);
  border-radius: 12px;
  background: var(--ghs-refund-soft);
}

.ghs-refund-format > span {
  display: block;
  margin-bottom: 13px;
  color: var(--ghs-refund-heading);
  font-size: 14px;
  font-weight: 700;
}

.ghs-refund-format ul {
  margin: 0;
}

/* CONTACT */

.ghs-refund-contact {
  border-color: var(--ghs-refund-dark);
  background: var(--ghs-refund-dark);
}

.ghs-refund-contact .ghs-refund-title {
  border-color: rgba(255, 255, 255, 0.14);
}

.ghs-refund-contact .ghs-refund-title h2 {
  color: var(--ghs-refund-white);
}

.ghs-refund-contact .ghs-refund-title > span {
  background: var(--ghs-refund-gold);
}

.ghs-refund-contact > p {
  color: rgba(255, 255, 255, 0.72);
}

.ghs-refund-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.ghs-refund-contact-item {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.ghs-refund-contact-item small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.ghs-refund-contact-item strong {
  display: block;
  color: var(--ghs-refund-white);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.ghs-refund-contact-full {
  grid-column: 1 / -1;
}

/* TABLET */

@media screen and (max-width: 900px) {
  .ghs-refund-toc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* MOBILE */

@media screen and (max-width: 600px) {
  .ghs-refund {
    padding: 55px 14px;
  }

  .ghs-refund-header {
    margin-bottom: 32px;
    text-align: left;
  }

  .ghs-refund-header h1 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .ghs-refund-header p {
    font-size: 14px;
  }

  .ghs-refund-update {
    border-radius: 10px;
  }

  .ghs-refund-intro {
    padding: 22px 20px;
    border-radius: 14px;
  }

  .ghs-refund-intro p {
    font-size: 13px;
  }

  .ghs-refund-toc {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .ghs-refund-toc-grid {
    grid-template-columns: 1fr;
  }

  .ghs-refund-card {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .ghs-refund-title {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 17px;
  }

  .ghs-refund-title > span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 11px;
  }

  .ghs-refund-title h2 {
    padding-top: 5px;
    font-size: 19px;
  }

  .ghs-refund-card p,
  .ghs-refund-card li {
    font-size: 13px;
    line-height: 1.75;
  }

  .ghs-refund-notice,
  .ghs-refund-warning,
  .ghs-refund-format {
    padding: 18px;
  }

  .ghs-refund-contact-grid {
    grid-template-columns: 1fr;
  }

  .ghs-refund-contact-full {
    grid-column: auto;
  }
}/* End custom CSS */