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

.u-section-1 .u-text-1 {
  letter-spacing: 6px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 25px auto 0;
}

.u-section-1 .u-shape-1 {
  width: 350px;
  height: 30px;
  background-image: linear-gradient(to right, #0c234b, white);
  margin: -34px 121px 0 auto;
}

.u-section-1 .u-shape-2 {
  width: 350px;
  height: 30px;
  background-image: linear-gradient(-90deg, #0c234b, white);
  margin: -30px auto 0 119px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-shape-1 {
    margin-top: 20px;
  }
}

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

  .u-section-1 .u-shape-1 {
    width: 250px;
    margin-top: -34px;
    margin-right: 25px;
  }

  .u-section-1 .u-shape-2 {
    width: 250px;
    margin-bottom: 60px;
    margin-left: 21px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 1.3333333333333333rem;
  }

  .u-section-1 .u-shape-1 {
    margin-top: 20px;
  }

  .u-section-1 .u-shape-2 {
    margin-top: 20px;
  }
}

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

  .u-section-1 .u-shape-1 {
    width: 100px;
    margin-top: -31px;
    margin-right: -5px;
  }

  .u-section-1 .u-shape-2 {
    width: 100px;
    margin-top: -30px;
    margin-left: -10px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 412px;
}

.u-section-2 .u-text-1 {
  letter-spacing: 2px;
  width: 294px;
  margin: 20px auto 0;
}

.u-section-2 .u-form-1 {
  height: 329px;
  --top-right-radius: 30px;
  width: 570px;
  margin: 9px auto 25px;
}

.u-section-2 .u-btn-1 {
  --radius: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: none;
}

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

  .u-section-2 .u-text-1 {
    margin-top: 18px;
  }

  .u-section-2 .u-form-1 {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-form-1 {
    width: 540px;
    margin-left: 0;
    margin-right: 0;
  }
}

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

  .u-section-2 .u-text-1 {
    margin-top: 19px;
  }

  .u-section-2 .u-form-1 {
    width: 340px;
    margin-bottom: 0;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 463px;
}

.u-section-3 .u-text-1 {
  letter-spacing: 2px;
  width: 246px;
  margin: 12px auto 0;
}

.u-section-3 .u-form-1 {
  height: 329px;
  --top-right-radius: 30px;
  width: 570px;
  margin: 14px auto 60px;
}

.u-section-3 .u-btn-1 {
  --radius: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: none;
}

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

@media (max-width: 575px) {
  .u-section-3 .u-form-1 {
    width: 340px;
  }
}