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

.u-section-1 .u-image-1 {
  --radius: 10px;
  width: 426px;
  height: 426px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  margin: 27px auto 0 23px;
}

.u-section-1 .u-group-1 {
  height: auto;
  min-height: 252px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(178deg, #f1c50e, #db545a);
  background-size: cover;
  width: 742px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  margin: -327px 0 60px auto;
}

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

.u-section-1 .u-text-1 {
  text-shadow: 7px -2px 19px rgba(33,24,82,1);
  font-size: 3.75rem;
  font-family: "Playfair Display", serif;
  margin: 13px 35px 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-group-1 {
    width: 544px;
    margin-top: -339px;
    margin-right: 22px;
    height: auto;
  }

  .u-section-1 .u-text-1 {
    margin-top: 0;
    font-size: 3rem;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 307px;
    height: 307px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .u-section-1 .u-group-1 {
    min-height: 142px;
    width: 454px;
    margin-top: -219px;
    margin-right: 10px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 26px;
  }
}

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

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

  .u-section-1 .u-group-1 {
    min-height: 169px;
    width: 281px;
    margin-top: -211px;
    margin-right: 0;
  }

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

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

  .u-section-1 .u-image-1 {
    width: 214px;
    height: 214px;
    margin-top: 10px;
  }

  .u-section-1 .u-group-1 {
    min-height: 103px;
    width: 231px;
    margin-top: -72px;
    margin-right: -8px;
    margin-bottom: 20px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.25rem;
    width: 207px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
  }
} .u-section-2 {
  background-image: none;
}

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

.u-section-2 .u-table-1 {
  width: 1127px;
  margin: 66px 0 8px auto;
}

.u-block-ed71-9 {
  height: 47px;
}

.u-block-ed71-92 {
  height: 47px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-table-1 {
    width: 940px;
  }
}

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

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

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

  .u-section-2 .u-table-1 {
    width: 340px;
    margin-top: 30px;
    margin-left: 0;
  }
}

.zoom-effect {
  transition: transform 0.2s;
}

.zoom-effect:hover {
  transform: scale(4);
}