 .u-section-1 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/IMG-20250124-WA0018.jpg');
  background-position: 50% 50%, 50% 81.2%;
  background-size: cover;
  min-height: 558px;
}

 /* Pop-up overlay */
 .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Show pop-up with animation */
.popup-overlay.active {
  display: flex;
  opacity: 1;
}

/* Pop-up content */
.popup-content {
  position: relative;
  width: 80vw;
  max-width: 600px;
  min-width: 280px;
  max-height: 80vh;
  text-align: center;
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
}

/* Scale up when active */
.popup-overlay.active .popup-content {
  transform: scale(1);
}

/* Ad image */
.popup-content img {
  width: 100%;
  height: auto;
  max-height: 70vh;
  border-radius: 10px;
  display: block;
  object-fit: contain;
}

/* Close button */
.close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  transition: background 0.2s, transform 0.2s;
}

/* Close button hover/focus */
.close-btn:hover,
.close-btn:focus {
  background: #f0f0f0;
  transform: scale(1.1);
}

/* Ad button */
.ad-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: #478ac9;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  cursor: pointer;
  z-index: 2001;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.2s;
}

.ad-button:hover,
.ad-button:focus {
  background-color: #3a6fa4;
  transform: scale(1.05);
}

/* Media Queries for Responsiveness */
@media (max-width: 480px) {
  .popup-content {
      width: 90vw;
      min-width: 250px;
  }
  .close-btn {
      width: 32px;
      height: 32px;
      line-height: 32px;
      font-size: 18px;
      top: -16px;
      right: -16px;
  }
  .popup-content img {
      border-radius: 8px;
  }
  .ad-button {
      padding: 8px 16px;
      font-size: 12px;
      bottom: 10px;
      right: 10px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .popup-content {
      width: 85vw;
      max-width: 500px;
  }
  .close-btn {
      width: 34px;
      height: 34px;
      line-height: 34px;
  }
  .ad-button {
      padding: 10px 18px;
      font-size: 13px;
  }
}

@media (min-width: 769px) {
  .popup-content {
      width: 70vw;
      max-width: 600px;
  }
}

@media (max-height: 500px) {
  .popup-content {
      max-height: 90vh;
  }
  .popup-content img {
      max-height: 60vh;
  }
}

.u-section-1 .u-layout-wrap-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 556px;
}

.u-section-1 .u-container-layout-1 {
  padding: 100px 71px;
}

.u-section-1 .u-image-1 {
  width: 175px;
  height: 156px;
  margin: 23px auto 0 29px;
}

.u-section-1 .u-text-1 {
  font-size: 3.75rem;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin: -167px 382px 0 236px;
}

.u-section-1 .u-text-2 {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 400;
  margin: 0 0 0 236px;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
  border-style: none;
  --radius: 10px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin: 21px auto 0 236px;
  padding: 10px 52px 10px 51px;
}

@media (max-width: 1399px) {
   .u-section-1 {
    min-height: 508px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 533px;
  }

  .u-section-1 .u-container-layout-1 {
    padding: 92px 0;
  }

  .u-section-1 .u-image-1 {
    margin-top: 21px;
    margin-left: 87px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: -156px;
    margin-right: 283px;
    margin-left: 294px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: -1px;
    margin-right: 41px;
    margin-left: 299px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 11px;
    margin-left: 301px;
  }
}

@media (max-width: 1199px) {
   .u-section-1 {
    min-height: 607px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-top: 2px;
    margin-bottom: 0;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 605px;
  }

  .u-section-1 .u-container-layout-1 {
    padding: 80px 58px;
  }

  .u-section-1 .u-image-1 {
    margin-top: 0;
    margin-left: 0;
  }

  .u-section-1 .u-text-1 {
    margin-top: -144px;
    margin-right: 179px;
    margin-left: 198px;
  }

  .u-section-1 .u-text-2 {
    margin-top: 8px;
    margin-right: 0;
    margin-left: 198px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 23px;
    margin-left: 198px;
  }
}

@media (max-width: 991px) {
   .u-section-1 {
    min-height: 641px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 639px;
  }

  .u-section-1 .u-container-layout-1 {
    padding: 24px 0;
  }

  .u-section-1 .u-image-1 {
    width: 100px;
    margin-left: auto;
  }

  .u-section-1 .u-text-1 {
    width: 588px;
    margin-top: -9px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-text-2 {
    font-size: 1rem;
    width: 638px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 18px;
    margin-left: 289px;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    min-height: 655px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 653px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .u-section-1 .u-image-1 {
    margin-top: 1px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3rem;
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 20px;
    margin-left: auto;
  }
}

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

  .u-section-1 .u-layout-wrap-1 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 633px;
  }

  .u-section-1 .u-container-layout-1 {
    padding: 19px 15px;
  }

  .u-section-1 .u-image-1 {
    margin-top: 0;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    width: 309px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-text-2 {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 16px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 1288px;
}

.u-section-2 .u-text-1 {
  font-size: 3rem;
  margin: 65px auto 0;
}

.u-section-2 .u-list-1 {
  grid-template-rows: repeat(1, auto);
  margin-top: 43px;
  margin-bottom: 0;
}

.u-section-2 .u-repeater-1 {
  grid-template-columns: repeat(2, calc(50% - 3px));
  min-height: 1025px;
  grid-auto-columns: calc(50% - 3px);
  grid-gap: 6px;
}

.u-section-2 .u-container-layout-1 {
  padding: 20px 30px;
}

.u-section-2 .u-image-1 {
  height: 347px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 50% 83.39%;
}

.u-section-2 .u-text-2 {
  margin: 20px auto 0 0;
}

.u-section-2 .u-text-3 {
  margin: 20px 0 0;
}

.u-section-2 .u-container-layout-2 {
  padding: 20px 30px;
}

.u-section-2 .u-image-2 {
  height: 347px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 50% 64.31%;
}

.u-section-2 .u-text-4 {
  margin: 20px auto 0 0;
}

.u-section-2 .u-text-5 {
  margin: 20px 0 0;
}

.u-section-2 .u-container-layout-3 {
  padding: 20px 30px;
}

.u-section-2 .u-image-3 {
  height: 347px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 50% 99.62%;
}

.u-section-2 .u-text-6 {
  margin: 20px auto 0 0;
}

.u-section-2 .u-text-7 {
  margin: 20px 0 0;
}

.u-section-2 .u-container-layout-4 {
  padding: 20px 30px;
}

.u-section-2 .u-image-4 {
  height: 347px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 50% 62.4%;
}

.u-section-2 .u-text-8 {
  margin: 20px auto 0 0;
}

.u-section-2 .u-text-9 {
  margin: 20px 0 0;
}

.u-section-2 .u-btn-1 {
  --radius: 6px;
  padding-left: 51px;
  padding-right: 51px;
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 20px auto 29px;
}

@media (max-width: 1399px) {
  .u-section-2 .u-image-1 {
    height: 345px;
  }

  .u-section-2 .u-image-2 {
    height: 345px;
  }

  .u-section-2 .u-image-3 {
    height: 345px;
  }

  .u-section-2 .u-image-4 {
    height: 345px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: 33px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1246px;
  }

  .u-section-2 .u-repeater-1 {
    min-height: 845px;
  }

  .u-section-2 .u-image-1 {
    height: 300px;
  }

  .u-section-2 .u-image-2 {
    height: 300px;
  }

  .u-section-2 .u-image-3 {
    height: 300px;
  }

  .u-section-2 .u-image-4 {
    height: 300px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: 29px;
    margin-bottom: 43px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 2519px;
  }

  .u-section-2 .u-repeater-1 {
    grid-template-columns: 100%;
    grid-auto-columns: calc(100% - 0px);
  }

  .u-section-2 .u-image-1 {
    height: 400px;
  }

  .u-section-2 .u-image-2 {
    height: 400px;
  }

  .u-section-2 .u-image-3 {
    height: 400px;
  }

  .u-section-2 .u-image-4 {
    height: 400px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 2532px;
  }

  .u-section-2 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-2 .u-repeater-1 {
    grid-auto-columns: 100%;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-btn-1 {
    margin-bottom: 60px;
  }
}

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

  .u-section-2 .u-text-1 {
    font-size: 1.5rem;
    margin-top: 60px;
  }

  .u-section-2 .u-image-1 {
    height: 300px;
  }

  .u-section-2 .u-image-2 {
    height: 300px;
  }

  .u-section-2 .u-image-3 {
    height: 300px;
  }

  .u-section-2 .u-image-4 {
    height: 300px;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 1208px;
}

.u-section-3 .u-text-1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 21px auto 0;
}

.u-section-3 .u-layout-wrap-1 {
  margin-top: 41px;
  margin-bottom: 28px;
}

.u-section-3 .u-image-1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/Untitled35.png');
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  min-height: 622px;
}

.u-section-3 .u-container-layout-1 {
  padding: 20px 0;
}

.u-section-3 .u-text-2 {
  margin: 215px 249px 0 30px;
}

.u-section-3 .u-text-3 {
  margin: 12px 264px 0 30px;
}

.u-section-3 .u-image-2 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/Umdlotibeach.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  min-height: 622px;
}

.u-section-3 .u-container-layout-2 {
  padding: 20px 0;
}

.u-section-3 .u-text-4 {
  margin: 221px 30px 0;
}

.u-section-3 .u-text-5 {
  margin: 1px 30px 0;
}

.u-section-3 .u-image-3 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/Shakasrock.jpg');
  background-position: 50% 50%, 73.05% 50%;
  background-size: cover, cover;
  min-height: 453px;
}

.u-section-3 .u-container-layout-3 {
  padding: 20px 0;
}

.u-section-3 .u-text-6 {
  margin: 91px 70px 0 30px;
}

.u-section-3 .u-text-7 {
  margin: 20px 30px 0;
}

.u-section-3 .u-image-4 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/images/umhlangarocks.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover;
  min-height: 453px;
}

.u-section-3 .u-container-layout-4 {
  padding: 20px 0;
}

.u-section-3 .u-text-8 {
  margin: 127px 30px 0;
}

.u-section-3 .u-text-9 {
  margin: 20px 30px 0;
}

.u-section-3 .u-image-5 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/Capevidal.jpg');
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  min-height: 453px;
}

.u-section-3 .u-container-layout-5 {
  padding: 20px 0;
}

.u-section-3 .u-text-10 {
  margin: 127px 30px 0;
}

.u-section-3 .u-text-11 {
  margin: 20px 30px 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 1026px;
  }

  .u-section-3 .u-text-1 {
    width: 423px;
    margin-top: 6px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-bottom: 49px;
  }

  .u-section-3 .u-image-1 {
    min-height: 513px;
  }

  .u-section-3 .u-text-2 {
    width: auto;
    margin-top: 161px;
    margin-right: 121px;
    margin-left: 25px;
  }

  .u-section-3 .u-text-3 {
    width: auto;
    margin-right: 136px;
    margin-left: 25px;
  }

  .u-section-3 .u-image-2 {
    min-height: 513px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .u-section-3 .u-text-4 {
    margin-top: 152px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-text-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-image-3 {
    min-height: 374px;
  }

  .u-section-3 .u-container-layout-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .u-section-3 .u-text-6 {
    margin-top: 15px;
    margin-right: 34px;
    margin-left: 0;
  }

  .u-section-3 .u-text-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-image-4 {
    min-height: 374px;
  }

  .u-section-3 .u-container-layout-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .u-section-3 .u-text-8 {
    margin-top: 55px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-text-9 {
    width: auto;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-image-5 {
    --bottom-right-radius: 10px;
    min-height: 374px;
  }

  .u-section-3 .u-text-10 {
    width: auto;
    margin-top: 75px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .u-section-3 .u-text-11 {
    width: auto;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 25px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 1004px;
  }

  .u-section-3 .u-image-1 {
    min-height: 418px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .u-section-3 .u-text-2 {
    margin-top: 107px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .u-section-3 .u-text-3 {
    margin-top: 11px;
    margin-right: 45px;
    margin-left: 30px;
  }

  .u-section-3 .u-image-2 {
    min-height: 418px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-3 .u-text-4 {
    width: auto;
    margin-top: 61px;
    margin-right: 1px;
    margin-left: 10px;
  }

  .u-section-3 .u-text-5 {
    width: auto;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .u-section-3 .u-image-3 {
    min-height: 417px;
  }

  .u-section-3 .u-container-layout-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-3 .u-text-6 {
    width: auto;
    margin-top: 22px;
    margin-left: 11px;
    margin-right: 11px;
  }

  .u-section-3 .u-text-7 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .u-section-3 .u-image-4 {
    min-height: 417px;
  }

  .u-section-3 .u-container-layout-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-3 .u-text-8 {
    width: auto;
    margin-top: 77px;
    margin-left: 11px;
  }

  .u-section-3 .u-text-9 {
    margin-left: 11px;
  }

  .u-section-3 .u-image-5 {
    min-height: 417px;
  }

  .u-section-3 .u-text-10 {
    margin-top: 68px;
    margin-right: 30px;
    margin-left: 18px;
  }

  .u-section-3 .u-text-11 {
    margin-right: 30px;
    margin-left: 18px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 2832px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-bottom: 59px;
  }

  .u-section-3 .u-image-1 {
    min-height: 498px;
  }

  .u-section-3 .u-text-2 {
    margin-top: 170px;
  }

  .u-section-3 .u-text-3 {
    margin-right: 42px;
    margin-left: 34px;
  }

  .u-section-3 .u-image-2 {
    min-height: 548px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .u-section-3 .u-text-4 {
    margin-top: 215px;
  }

  .u-section-3 .u-image-3 {
    min-height: 550px;
  }

  .u-section-3 .u-text-6 {
    margin-top: 196px;
    margin-right: 12px;
    margin-left: 10px;
  }

  .u-section-3 .u-image-4 {
    min-height: 550px;
  }

  .u-section-3 .u-text-8 {
    margin-top: 201px;
  }

  .u-section-3 .u-image-5 {
    min-height: 550px;
  }

  .u-section-3 .u-text-10 {
    margin-top: 199px;
  }
}

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

  .u-section-3 .u-text-1 {
    width: 340px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-bottom: 41px;
  }

  .u-section-3 .u-image-1 {
    min-height: 314px;
  }

  .u-section-3 .u-text-2 {
    margin-top: 56px;
    margin-right: 0;
    margin-left: 25px;
  }

  .u-section-3 .u-text-3 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .u-section-3 .u-image-2 {
    min-height: 345px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-bottom: 0;
  }

  .u-section-3 .u-text-4 {
    margin-top: 104px;
    margin-right: 0;
    margin-left: 15px;
  }

  .u-section-3 .u-text-5 {
    margin-right: 0;
    margin-left: 15px;
  }

  .u-section-3 .u-image-3 {
    min-height: 346px;
  }

  .u-section-3 .u-text-6 {
    margin-top: 85px;
    margin-right: 0;
    margin-left: 11px;
  }

  .u-section-3 .u-text-7 {
    margin-right: 0;
    margin-left: 11px;
  }

  .u-section-3 .u-image-4 {
    min-height: 346px;
  }

  .u-section-3 .u-text-8 {
    margin-top: 89px;
  }

  .u-section-3 .u-image-5 {
    min-height: 346px;
  }

  .u-section-3 .u-text-10 {
    margin-top: 88px;
    margin-right: 0;
    margin-left: 11px;
  }

  .u-section-3 .u-text-11 {
    margin-right: 0;
    margin-left: 11px;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 727px;
}

.u-section-4 .u-layout-wrap-1 {
  margin: 73px 0 0;
}

.u-section-4 .u-layout-cell-1 {
  min-height: 655px;
}

.u-section-4 .u-container-layout-1 {
  padding: 60px;
}

.u-section-4 .u-text-1 {
  font-weight: 700;
  font-size: 3.75rem;
  margin: 145px 73px 0 0;
}

.u-section-4 .u-text-2 {
  font-size: 1.25rem;
  margin: 20px 0 0;
}

.u-section-4 .u-btn-1 {
  --radius: 6px;
  padding-left: 51px;
  padding-right: 51px;
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 20px 0 0;
}

.u-section-4 .u-image-1 {
  min-height: 655px;
  background-image: url("/images/IMG-20250201-WA0016.jpg");
  background-position: 27.04% 100%;
  background-size: auto 130%;
}

.u-section-4 .u-container-layout-2 {
  padding: 30px 60px;
}

@media (max-width: 1399px) {
  .u-section-4 .u-sheet-1 {
    min-height: 655px;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 566px;
  }

  .u-section-4 .u-text-1 {
    margin-top: 0;
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .u-section-4 .u-sheet-1 {
    min-height: 540px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 467px;
  }

  .u-section-4 .u-text-1 {
    font-size: 3rem;
  }

  .u-section-4 .u-image-1 {
    min-height: 540px;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 414px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 414px;
  }

  .u-section-4 .u-container-layout-1 {
    padding: 30px;
  }

  .u-section-4 .u-text-1 {
    font-size: 2.25rem;
    margin-top: 88px;
  }

  .u-section-4 .u-text-2 {
    width: auto;
    margin-top: 9px;
    font-size: 1.125rem;
  }

  .u-section-4 .u-btn-1 {
    margin-top: 13px;
    margin-right: 131px;
  }

  .u-section-4 .u-image-1 {
    min-height: 414px;
  }

  .u-section-4 .u-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 858px;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-top: 30px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-4 .u-container-layout-1 {
    padding: 40px 10px;
  }

  .u-section-4 .u-text-1 {
    width: auto;
    margin-top: 0;
  }

  .u-section-4 .u-text-2 {
    font-size: 1rem;
  }

  .u-section-4 .u-btn-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-4 .u-image-1 {
    min-height: 621px;
  }

  .u-section-4 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

  .u-section-4 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-4 .u-image-1 {
    min-height: 391px;
  }
}.u-section-5 .u-sheet-1 {
  min-height: 875px;
}

.u-section-5 .u-text-1 {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  margin: 60px auto 0;
}

.u-section-5 .u-list-1 {
  grid-template-rows: repeat(1, auto);
  margin-top: 2px;
  margin-bottom: 0;
}

.u-section-5 .u-repeater-1 {
  grid-template-columns: repeat(2, 50%);
  min-height: 490px;
  grid-auto-columns: 50%;
  grid-gap: 0px;
}

.u-section-5 .u-container-layout-1 {
  padding: 20px 30px;
}

.u-section-5 .u-image-1 {
  height: 348px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 50% 100%;
}

.u-section-5 .u-text-2 {
  margin: 20px auto 0 0;
}

.u-section-5 .u-text-3 {
  margin: 20px 0 0;
}

.u-section-5 .u-container-layout-2 {
  padding: 20px 30px;
}

.u-section-5 .u-image-2 {
  height: 348px;
  margin-top: 0;
  margin-bottom: 0;
  object-position: 50% 68.36%;
}

.u-section-5 .u-text-4 {
  margin: 20px auto 0 0;
}

.u-section-5 .u-text-5 {
  margin: 20px 0 0;
}

.u-section-5 .u-btn-1 {
  background-image: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
  border-style: none;
  --radius: 10px;
  font-weight: 700;
  font-family: Poppins;
  margin: 27px auto 60px;
  padding: 10px 25px 10px 24px;
}

.u-section-5 .u-icon-1 {
  font-size: 1.125em;
  margin-right: 0;
  vertical-align: 0px;
}

@media (max-width: 1199px) {
  .u-section-5 .u-repeater-1 {
    min-height: 404px;
  }

  .u-section-5 .u-image-1 {
    height: 280px;
  }

  .u-section-5 .u-image-2 {
    height: 280px;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
    min-height: 1530px;
  }

  .u-section-5 .u-repeater-1 {
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
  }

  .u-section-5 .u-image-1 {
    height: 451px;
  }

  .u-section-5 .u-image-2 {
    height: 451px;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 1322px;
  }

  .u-section-5 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-5 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-image-1 {
    height: 355px;
  }

  .u-section-5 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-image-2 {
    height: 355px;
  }

  .u-section-5 .u-btn-1 {
    margin-top: 34px;
    margin-bottom: 57px;
  }
}

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

  .u-section-5 .u-text-1 {
    font-size: 1.5rem;
    margin-top: 45px;
  }

  .u-section-5 .u-image-1 {
    height: 218px;
  }

  .u-section-5 .u-image-2 {
    height: 218px;
  }

  .u-section-5 .u-btn-1 {
    margin-bottom: 60px;
  }
}