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

.u-section-1 .u-form-1 {
  width: 570px;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-form-1 {
    width: 470px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-form-1 {
    width: 340px;
  }
} .u-section-2 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #e5e5e5, #b3b3b3);
  background-size: cover;
  min-height: 1296px;
}

.u-section-2 .u-text-1 {
  font-size: 3rem;
  margin: 74px auto 0 calc(((100% - 1140px) / 2)  + 45px);
}

.u-section-2 .u-image-1 {
  width: 1057px;
  height: 1291px;
  object-position: 3.21% 50%;
  margin: -230px 0 0 auto;
}

.u-section-2 .u-form-1 {
  height: 1021px;
  margin-top: -1060px;
  margin-bottom: 60px;
  margin-left: calc(((100% - 1140px) / 2)  + 45px);
  width: 570px;
}

.u-section-2 .u-form-group-1 {
  margin-left: 0;
}

.u-section-2 .u-form-group-2 {
  margin-left: 0;
}

.u-section-2 .u-form-group-3 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.u-section-2 .u-form-group-5 {
  margin-left: 0;
}

.u-section-2 .u-form-group-6 {
  margin-left: 0;
}

.u-section-2 .u-form-group-7 {
  margin-left: 0;
}

.u-section-2 .u-form-group-8 {
  margin-left: 0;
}

.u-section-2 .u-form-group-9 {
  margin-left: 0;
}

.u-section-2 .u-form-group-10 {
  margin-left: 0;
}

.u-section-2 .u-form-group-11 {
  margin-left: 0;
  justify-content: left;
}

.u-section-2 .u-btn-1 {
  background-image: none;
  padding: 0;
}

.u-section-2 .u-form-group-12 {
  margin-left: 0;
  justify-content: left;
}

.u-section-2 .u-btn-2 {
  background-image: none;
  padding: 0;
}

.u-section-2 .u-text-2 {
  margin-left: 0;
}

.u-section-2 .u-btn-3 {
  --radius: 11px;
  font-size: 1.5rem;
}

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

  .u-section-2 .u-text-1 {
    margin-left: calc(((100% - 940px) / 2) + 45px);
  }

  .u-section-2 .u-image-1 {
    width: 940px;
    height: 1148px;
  }

  .u-section-2 .u-form-1 {
    margin-top: -917px;
    margin-left: calc(((100% - 940px) / 2) + 45px);
  }
}

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

  .u-section-2 .u-text-1 {
    margin-left: calc(((100% - 720px) / 2) + 45px);
  }

  .u-section-2 .u-image-1 {
    width: 720px;
    height: 879px;
  }

  .u-section-2 .u-form-1 {
    margin-top: -648px;
    margin-left: calc(((100% - 720px) / 2) + 45px);
  }
}

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

  .u-section-2 .u-text-1 {
    margin-left: calc(((100% - 540px) / 2) + 45px);
  }

  .u-section-2 .u-image-1 {
    width: 540px;
    height: 659px;
  }

  .u-section-2 .u-form-1 {
    margin-top: -428px;
    margin-left: calc(((100% - 540px) / 2));
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-text-1 {
    font-size: 1.875rem;
    margin-left: calc(((100% - 340px) / 2) + 45px);
  }

  .u-section-2 .u-image-1 {
    width: 340px;
    height: 415px;
  }

  .u-section-2 .u-form-1 {
    margin-top: -184px;
    margin-left: calc(((100% - 340px) / 2));
    width: 340px;
  }

  .u-section-2 .u-btn-3 {
    padding: 10px 36px 10px 34px;
  }
}.move-down {
  display: block;
  margin-left: auto;
  margin-right: auto;
  animation: moveDown 2.8s cubic-bezier(0.48,0,0.52,1) infinite alternate;
}
@keyframes moveDown {
  from { transform: translateY(0);}
  to   { transform: translateY(60px);}
}