 .u-section-1 {
  background-image: none;
}

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

.u-section-1 .u-group-1 {
  min-height: 216px;
  height: auto;
  animation-timing-function: ease-out;
  margin: 102px 0 0;
}

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

.u-section-1 .u-text-1 {
  font-size: 3.75rem;
  font-weight: 700;
  margin: 0 auto 0 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.375rem;
  line-height: 1.45;
  background-image: none;
  font-weight: 500;
  margin: 14px 0 0;
}

.u-section-1 .u-custom-html-1 {
  min-height: 66px;
  height: auto;
  margin: 0;
}

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

  .u-section-1 .u-group-1 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 300px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin-right: initial;
    margin-left: initial;
    height: auto;
  }
}

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

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

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

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

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

  .u-section-1 .u-text-1 {
    font-size: 1.5rem;
    margin-top: 32px;
  }
} .u-section-2 {
  background-image: none;
}

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

.u-section-2 .u-custom-html-1 {
  min-height: 1300px;
  height: auto;
  width: 953px;
  margin: 0 92px 0 95px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-custom-html-1 {
    width: 940px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-custom-html-1 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-custom-html-1 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-custom-html-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}.navbar {
    position: fixed; /* Make the navbar fixed at the top */
    top: 0;
    width: 100%;
    padding: 1rem;
    z-index: 1000; /* Ensure the navbar is above other elements */
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease; /* Smooth transition for background color and blur */
    backdrop-filter: blur(10px); /* Apply the blur effect */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background to see the blur effect */
}