.hero {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #124750; }
  .hero .hero-bg-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 550px;
    object-fit: contain;
    mix-blend-mode: multiply; }
    @media (max-width: 450px) {
      .hero .hero-bg-image {
        width: 400px; } }
  .hero .hero-bg2-image {
    position: absolute;
    bottom: 27px;
    right: 185px;
    width: 100%;
    max-width: 100px;
    object-fit: contain; }
    @media (max-width: 450px) {
      .hero .hero-bg2-image {
        max-width: 72px;
        right: 140px;
        bottom: 21px; } }
  .hero .hero-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    width: 100%;
    height: 100%;
    min-height: 715px; }
    .hero .hero-inner .hero-logo-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      margin: 80px auto 0; }
    .hero .hero-inner .hero-logo-text {
      font-family: Larsseit, sans-serif;
      font-size: 16px;
      text-align: center;
      color: #fff; }
    .hero .hero-inner .hero-text-inner {
      display: block;
      margin: auto;
      width: 100%;
      max-width: 950px; }
    .hero .hero-inner .hero-text {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      flex-grow: 1;
      margin-bottom: 120px;
      padding: 50px 0;
      width: 100%;
      max-width: 950px; }
    .hero .hero-inner .hero-logo-wrapper {
      display: flex;
      flex-direction: column;
      margin: 80px auto 0; }
    .hero .hero-inner .hero-logo {
      display: block;
      margin-bottom: 15px;
      width: 400px;
      max-width: 100%; }
    .hero .hero-inner .hero-title {
      font-family: Editor, sans-serif;
      font-size: 44px;
      font-weight: 800;
      line-height: 1.25;
      letter-spacing: 0.18px;
      text-align: center;
      color: #e7b26d; }
      @media (max-width: 767px) {
        .hero .hero-inner .hero-title {
          font-size: 32px; } }

/*# sourceMappingURL=style.css.map */
