.simple #hero .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .simple #hero .container {
    height: 336px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .simple #hero .container {
    height: 365px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .simple #hero .container {
    height: 280px;
  }
}
.simple #hero .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: 0.07;
  z-index: -1;
}
.simple #hero .container .title-row {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.simple #hero .container .title-row h1,
.simple #hero .container .title-row h1 > *,
.simple #hero .container .title-row h2,
.simple #hero .container .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .simple #hero .container .title-row h1,
  .simple #hero .container .title-row h1 > *,
  .simple #hero .container .title-row h2,
  .simple #hero .container .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .simple #hero .container .title-row h1,
  .simple #hero .container .title-row h1 > *,
  .simple #hero .container .title-row h2,
  .simple #hero .container .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .simple #hero .container .title-row h1,
  .simple #hero .container .title-row h1 > *,
  .simple #hero .container .title-row h2,
  .simple #hero .container .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
.simple #hero .container .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
.simple #hero .container .subtitle-row {
  margin-top: 20px;
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}
.simple #hero .container .image-container {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.simple #hero .container .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.simple #hero .container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.simple #simple-content .container {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .simple #simple-content .container {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .simple #simple-content .container {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .simple #simple-content .container {
    padding: 0 25px;
  }
}
.simple #simple-content .content h2,
.simple #simple-content .content h2 > * {
  font-size: clamp(28px, 3vw, 57px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  line-height: 67px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .simple #simple-content .content h2,
  .simple #simple-content .content h2 > * {
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .simple #simple-content .content h2,
  .simple #simple-content .content h2 > * {
    line-height: 35px;
  }
}
.simple #simple-content .content h3,
.simple #simple-content .content h3 > * {
  font-size: clamp(24px, 3vw, 54px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  line-height: 54px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .simple #simple-content .content h3,
  .simple #simple-content .content h3 > * {
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .simple #simple-content .content h3,
  .simple #simple-content .content h3 > * {
    line-height: 34px;
  }
}
.simple #simple-content .content p {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #000000;
  line-height: 33px;
}