 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-section-1 .u-sheet-1 {
  min-height: 466px;
}

.u-section-1 .u-custom-html-1 {
  margin-top: 20px;
  margin-bottom: 0;
}

.u-section-1 .u-image-1 {
  width: 488px;
  height: 263px;
  margin: 20px 317px 0 auto;
}

.u-section-1 .u-btn-1 {
  --radius: 50px;
  text-transform: uppercase;
  font-size: 2.25rem;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.2;
  margin: 51px auto 34px;
  padding: 17px 30px 18px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    --radius: 17px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-image-1 {
    margin-right: 232px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-image-1 {
    margin-top: 153px;
    margin-right: 52px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 386px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 183px;
    margin-right: 0;
  }
} .u-section-2 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-size: cover;
}

.u-section-2 .u-sheet-1 {
  min-height: 734px;
}

.u-section-2 .u-custom-html-1 {
  margin-bottom: 20px;
  height: auto;
  min-height: 712px;
  margin-top: 2px;
}.u-section-3 .u-sheet-1 {
  min-height: 330px;
}

.u-section-3 .u-btn-1 {
  --radius: 50px;
  text-transform: uppercase;
  font-size: 2.25rem;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
  padding: 30px 30px 31px;
}

.u-section-3 .u-text-1 {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 30px 53px 0;
}

.u-section-3 .u-text-2 {
  font-weight: 700;
  font-size: 0.875rem;
  width: 73px;
  margin: 40px auto 0;
}

.u-section-3 .u-text-3 {
  font-size: 0.625rem;
  font-weight: 400;
  margin: 10px 53px 30px;
}

@media (max-width: 1199px) {
  .u-section-3 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-text-3 {
    margin-left: 0;
    margin-right: 0;
  }
} body {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
    margin: 20px;
    background-color: #ffffff;
  }
  h2, h3, h4, h5, h6 {
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  ul {
    margin: 15px 0;
    padding-left: 20px;
  }
  li {
    margin-bottom: 10px;
  }
  .highlight {
    font-weight: bold;
    color: #b22222; /* optional accent color (dark red) */
  }
  a {
    color: #0066cc;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  button, .cta-button {
    display: inline-block;
    background-color: #b22222; /* match your brand red */
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
  }
  button:hover, .cta-button:hover {
    background-color: #8b1a1a;
  } 