.elementor-1852 .elementor-element.elementor-element-2e70554{--display:flex;}.elementor-1852 .elementor-element.elementor-element-4d553b1{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4d553b1 */.gxt-page,
.gxt-page * {
  box-sizing: border-box;
}


.gxt-page {

  --gxt-card: #ffffff;
  --gxt-card-2: #faf9f5;

  --gxt-line: rgba(7,39,73,0.10);
  --gxt-line-strong: rgba(7,39,73,0.18);

  --gxt-text: #072749;
  --gxt-muted: rgba(7,39,73,0.70);

  --gxt-accent: #AB5C24;
  --gxt-accent-light: #E3924A;

  --gxt-accent-soft: rgba(227,146,74,0.10);

  font-family:
    'Poppins',
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;

  color: var(--gxt-text) !important;

  line-height: 1.7;

  padding: 50px 20px;

  background: transparent;
}


/* =========================
   MAIN CONTAINER
========================= */

.gxt-wrapper {

  width: 100%;

  max-width: 1180px;

  margin: 0 auto;

  background: #ffffff;

  border: 1px solid rgba(171,92,36,0.20);

  border-radius: 22px;

  padding: 55px;

  box-shadow:
    0 20px 60px rgba(7,39,73,0.08);
}


/* =========================
   TITLE
========================= */

.gxt-title {

  margin: 0 0 15px;

  font-size: clamp(32px,5vw,48px);

  line-height: 1.15;

  font-weight: 700;

  letter-spacing: -0.03em;

  color: #072749 !important;

  -webkit-text-fill-color: #072749 !important;
}


/* =========================
   GRADIENT DIVIDER
========================= */

.gxt-header-divider {

  height: 2px;

  margin: 30px 0 38px;

  background:
    linear-gradient(
      90deg,
      #AB5C24 0%,
      #E3924A 55%,
      transparent 100%
    );
}


/* =========================
   INTRO BOX
========================= */

.gxt-intro {

  position: relative;

  border: 1px solid rgba(171,92,36,0.20);

  border-left: none;

  border-radius: 16px;

  background: #faf9f5;

  padding: 26px 30px;

  margin-bottom: 45px;

  overflow: hidden;
}


/* GRADIENT LEFT ACCENT */

.gxt-intro::before {

  content: "";

  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;

  width: 4px;

  background:
    linear-gradient(
      180deg,
      #AB5C24 0%,
      #E3924A 100%
    );
}


.gxt-intro p {

  margin: 0 0 12px;

  color: rgba(7,39,73,0.70);
}


.gxt-intro p:last-child {

  margin-bottom: 0;
}


.gxt-intro strong {

  color: #072749 !important;

  -webkit-text-fill-color: #072749 !important;
}


/* =========================
   SECTIONS
========================= */

.gxt-section {

  margin-bottom: 40px;
}


.gxt-section h2 {

  display: flex;

  align-items: center;

  gap: 14px;

  margin: 0 0 16px;

  color: #072749 !important;

  -webkit-text-fill-color: #072749 !important;

  font-size: clamp(21px,2.5vw,27px);

  line-height: 1.3;

  font-weight: 700;

  letter-spacing: -0.02em;
}


/* =========================
   NUMBER BOX
========================= */

.gxt-num {

  flex-shrink: 0;

  display: grid;

  place-items: center;

  width: 38px;

  height: 38px;

  border-radius: 10px;

  border: 1px solid transparent;

  background:
    linear-gradient(
      135deg,
      #AB5C24 0%,
      #E3924A 100%
    );

  color: #072749;

  font-size: 15px;

  font-weight: 700;

  box-shadow:
    0 6px 16px rgba(171,92,36,0.16);
}


/* =========================
   TEXT
========================= */

.gxt-section p {

  margin: 0 0 14px;

  color: rgba(7,39,73,0.74);

  font-size: 16px;
}


.gxt-section p:last-child {

  margin-bottom: 0;
}


.gxt-section strong {

  color: #072749 !important;

  -webkit-text-fill-color: #072749 !important;
}


/* =========================
   LINKS
========================= */

.gxt-section a,
.gxt-intro a,
.gxt-contact-info a {

  display: inline;

  font-weight: 600;

  text-decoration: none;

  background:
    linear-gradient(
      135deg,
      #AB5C24 0%,
      #E3924A 100%
    );

  -webkit-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;

  color: transparent;
}


.gxt-section a:hover,
.gxt-intro a:hover,
.gxt-contact-info a:hover {

  text-decoration: underline;

  text-decoration-color: #E3924A;
}


/* =========================
   LISTS
========================= */

.gxt-list {

  list-style: none;

  padding: 0;

  margin: 0 0 15px;

  display: grid;

  gap: 11px;
}


.gxt-list li {

  position: relative;

  padding-left: 28px;

  color: rgba(7,39,73,0.74);

  font-size: 15px;

  line-height: 1.7;
}


/* GRADIENT BULLETS */

.gxt-list li::before {

  content: "";

  position: absolute;

  left: 3px;

  top: .65em;

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background:
    linear-gradient(
      135deg,
      #AB5C24 0%,
      #E3924A 100%
    );

  box-shadow:
    0 0 0 4px rgba(227,146,74,0.10);
}


/* =========================
   SMS TERMS BOX
========================= */

.gxt-sms {

  position: relative;

  padding: 28px 30px;

  overflow: hidden;

  border:
    1px solid rgba(171,92,36,0.20);

  border-radius: 16px;

  background:
    linear-gradient(
      180deg,
      #faf9f5 0%,
      #ffffff 100%
    );

  box-shadow:
    0 12px 32px rgba(7,39,73,0.05);
}


.gxt-sms::before {

  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      #AB5C24,
      #E3924A,
      transparent
    );
}


.gxt-sms h3 {

  margin: 24px 0 8px;

  padding-left: 13px;

  border-left:
    3px solid #E3924A;

  color: #072749 !important;

  -webkit-text-fill-color: #072749 !important;

  font-size: 17px;

  line-height: 1.4;

  font-weight: 700;
}


.gxt-sms h3:first-child {

  margin-top: 0;
}


.gxt-sms p {

  margin: 0 0 14px;

  color: rgba(7,39,73,0.74);

  font-size: 15px;

  line-height: 1.7;
}


.gxt-sms .gxt-list {

  margin: 6px 0 4px;
}


/* STOP / HELP */

.gxt-kbd {

  display: inline-block;

  padding: 2px 9px;

  margin: 0 2px;

  border:
    1px solid rgba(171,92,36,0.30);

  border-radius: 6px;

  background:
    rgba(227,146,74,0.10);

  color: #AB5C24 !important;

  -webkit-text-fill-color: #AB5C24 !important;

  font-weight: 700;

  line-height: 1.5;

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.45);
}


/* =========================
   FOOTER
========================= */

.gxt-footer {

  margin-top: 50px;

  padding-top: 30px;

  border-top:
    1px solid rgba(7,39,73,0.10);

  text-align: center;
}


.gxt-footer h4 {

  margin: 0 0 12px;

  font-size: 22px;

  font-weight: 700;

  color: #072749 !important;

  -webkit-text-fill-color: #072749 !important;
}


.gxt-footer p {

  margin: 0;

  color: rgba(7,39,73,0.68);

  font-size: 15px;
}


/* =========================
   CONTACT
========================= */

.gxt-contact-info {

  margin-top: 30px;

  padding-top: 25px;

  border-top:
    1px solid rgba(7,39,73,0.10);
}


.gxt-contact-info h4 {

  margin-bottom: 12px;

  color: #072749 !important;

  -webkit-text-fill-color: #072749 !important;
}


.gxt-contact-info p {

  color: rgba(7,39,73,0.68);
}


/* =========================
   TABLET / MOBILE
========================= */

@media(max-width:768px) {

  .gxt-page {

    padding: 30px 14px;

    background: #F2E9E0;
  }


  .gxt-wrapper {

    padding: 30px 22px;

    border-radius: 16px;
  }


  .gxt-title {

    font-size: 30px;
  }


  .gxt-intro {

    padding: 22px 20px;

    margin-bottom: 35px;
  }


  .gxt-section {

    margin-bottom: 34px;
  }


  .gxt-section h2 {

    align-items: flex-start;

    font-size: 20px;

    gap: 10px;
  }


  .gxt-num {

    width: 32px;

    height: 32px;

    font-size: 13px;
  }


  .gxt-section p {

    font-size: 15px;
  }


  .gxt-list li {

    font-size: 14px;
  }


  .gxt-sms {

    padding: 22px 18px;

    border-radius: 13px;
  }


  .gxt-sms h3 {

    margin-top: 20px;

    font-size: 16px;
  }


  .gxt-sms p {

    font-size: 14px;
  }

}


/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px) {

  .gxt-page {

    padding: 20px 10px;
  }


  .gxt-wrapper {

    padding: 25px 17px;

    border-radius: 14px;
  }


  .gxt-title {

    font-size: 27px;

    line-height: 1.2;
  }


  .gxt-header-divider {

    margin: 22px 0 28px;
  }


  .gxt-intro {

    padding: 20px 17px;

    border-radius: 12px;
  }


  .gxt-section h2 {

    font-size: 18px;

    line-height: 1.35;
  }


  .gxt-num {

    width: 30px;

    height: 30px;

    font-size: 12px;
  }


  .gxt-sms {

    padding: 20px 16px;
  }


  .gxt-sms h3 {

    font-size: 15.5px;
  }


  .gxt-footer {

    margin-top: 38px;

    padding-top: 24px;
  }

}/* End custom CSS */