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

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

.u-section-1 .u-group-1 {
  height: auto;
  min-height: 228px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-size: cover;
  --radius: 25px;
  margin-top: 272px;
  margin-bottom: 0;
}

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

.u-section-1 .u-text-1 {
  margin: 0 auto 0 283px;
}

.u-section-1 .embed-responsive-1 {
  height: 100%;
  width: 213%;
  left: -57%;
  top: 0%;
}

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

  .u-section-1 .embed-responsive-1 {
    height: 178%;
    width: 178%;
    left: -39%;
    top: -39%;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    margin-left: auto;
  }

  .u-section-1 .embed-responsive-1 {
    height: 100%;
    width: 215%;
    left: -57%;
    top: 0%;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .embed-responsive-1 {
    width: 286%;
    left: -93%;
  }
}

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

  .u-section-1 .u-group-1 {
    margin-top: 273px;
    min-height: 142px;
  }

  .u-section-1 .embed-responsive-1 {
    width: 454%;
    left: -177%;
  }
}.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
} 