 .u-section-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url("images/565c62ca5e2df97f48b4f513c30df298f4392bebe8c7152210981b064fb7ad6facfde5eb27d90d6e531ca68dc923c975db5ff9bde233b96519302c_1280.jpg");
}

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

.u-section-1 .u-text-1 {
  line-height: 1.4;
  font-weight: normal;
  font-size: 3rem;
  width: 721px;
  margin: 60px auto;
}

@media (max-width: 1199px) {
   .u-section-1 {
    background-position: 50% 50%;
  }

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

  .u-section-1 .u-text-1 {
    width: 671px;
  }
}

@media (max-width: 991px) {
   .u-section-1 {
    background-size: 125%;
  }

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

  .u-section-1 .u-text-1 {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    background-size: 145%;
  }

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

  .u-section-1 .u-text-1 {
    width: 429px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    background-size: auto 125%;
  }

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

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

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

.u-section-2 .u-list-1 {
  grid-template-rows: auto auto auto;
  margin-top: 47px;
  margin-bottom: 47px;
}

.u-section-2 .u-repeater-1 {
  grid-template-columns: 100%;
  grid-gap: 10px 10px;
  min-height: 293px;
}

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

.u-section-2 .u-image-1 {
  width: 315px;
  height: 232px;
  margin: 0 auto 0 8px;
}

.u-section-2 .u-text-1 {
  margin: -209px 8px 0 339px;
}

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

@media (max-width: 1199px) {
  .u-section-2 .u-image-1 {
    background-position: 50% 50%;
    margin-left: 14px;
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-top: -215px;
    margin-right: 14px;
    margin-left: 362px;
  }
}

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

  .u-section-2 .u-list-1 {
    margin-bottom: 0;
  }

  .u-section-2 .u-container-layout-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .u-section-2 .u-image-1 {
    width: 258px;
    height: 191px;
    margin-top: 25px;
    margin-left: 4px;
  }

  .u-section-2 .u-text-1 {
    margin-top: -191px;
    margin-right: 4px;
    margin-left: 287px;
  }
}

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

  .u-section-2 .u-repeater-1 {
    min-height: 578px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-image-1 {
    width: 332px;
    height: 247px;
    margin-top: 18px;
    margin-left: 94px;
  }

  .u-section-2 .u-text-1 {
    margin-top: 20px;
    margin-left: 94px;
    margin-right: 94px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-list-1 {
    height: auto;
  }

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

  .u-section-2 .u-image-1 {
    width: 320px;
    height: 238px;
    margin-left: 15px;
  }

  .u-section-2 .u-text-1 {
    margin-top: 18px;
    margin-right: 0;
    margin-left: 15px;
  }
} .u-section-3 {
  background-image: none;
}

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

.u-section-3 .u-custom-html-1 {
  margin-bottom: 60px;
}/* (A) NOTIFICATION */
#notify {
  background: #dadaff;
  padding: 5px;
  margin-bottom: 10px;
}
/* (B) FORM */
#cform {
  max-width: 400px;
  background: #f2f2f2;
  border: 1px solid #aaa;
  padding: 10px;
}
#cform label, #cform input, #cform textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 5px;
  resize: none;
}
#cform input, #cform textarea { margin-bottom: 10px; }
#cform input[type=submit] { margin-top: 10px; }
/* (C) DOES NOT MATTER */
html, body { font-family: arial, sans-serif; }