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

.u-section-1 .u-custom-html-1 {
  margin-bottom: 60px;
  margin-top: 230px;
  background-image: none;
  height: auto;
  min-height: 634px;
}

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

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

  .u-section-1 .u-custom-html-1 {
    margin-bottom: 95px;
    margin-top: 218px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .embed-responsive-1 {
    width: 100%;
    left: auto;
    height: 100%;
    top: auto;
  }
}
}

header {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

    header.scrolled {
        background-color: #000000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }