.pxblock--home-banner-2026 {
  position: relative;
  overflow: hidden;
  background: url(../home-banner-2026/images/hero-bg.png) no-repeat bottom
    center;
  background-size: cover;
  width: 100%;
  min-height: 616px;

  .container {
    max-width: none;
  }

  .image {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 960px;
    margin: 0 auto;

    .figure {
      position: absolute;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      height: auto;

      &.boy-in-tube {
        background-image: url(../home-banner-2026/images/boy-in-tube.gif);
        width: 130px;
        height: 130px;
        top: -30px;
        right: 0;
      }

      &.flamingo {
        background-image: url(../home-banner-2026/images/flamingo-float.gif);
        width: 180px;
        height: 172px;
        bottom: -90px;
        right: -120px;
      }

      &.girl-with-ball {
        background-image: url(../home-banner-2026/images/girl-with-ball.gif);
        width: 112px;
        height: 229px;
        left: -100px;
        bottom: -100px;
      }

      &.woman-with-arms-up {
        background-image: url(../home-banner-2026/images/woman-with-arms-up.gif);
        height: 216px;
        width: 183px;
        left: -40px;
        top: -20px;
      }

      &.dog {
        background-image: url(../home-banner-2026/images/dog.gif);
        width: 15%;
        top: 56%;
        left: 12%;
      }
    }
  }

  .text {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: 0px auto;
    color: $white;

    a {
      color: $white;

      &:hover {
        color: $white;
      }
    }

    h1 {
      color: #fff;
      width: 100%;
      text-align: center;
      margin-bottom: 70px;
      font-size: 120px;
      line-height: 91%;
      text-shadow: 0px 0px 20px #00629a;
    }
  }
}

@media (max-width: 768px) {
  .pxblock--home-banner-2026 {
    min-height: 480px;
    padding-top: 140px !important;
    padding-bottom: 60px !important;

    .image {
      .figure {
        position: absolute;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        height: auto;

        &.boy-in-tube {
          background-image: url(../home-banner-2026/images/boy-in-tube.gif);
          width: 62px;
          height: 71px;
          top: -70px;
          right: 40px;
        }

        &.flamingo {
          background-image: url(../home-banner-2026/images/flamingo-float.gif);
          width: 79px;
          height: 77px;
          bottom: auto;
          top: -65px;

          left: 0;
          margin: auto;
          right: -15px;
        }

        &.girl-with-ball {
          background-image: url(../home-banner-2026/images/girl-with-ball.gif);
          width: 48px;
          height: 99px;
          left: 30px;
          bottom: -110px;
        }

        &.woman-with-arms-up {
          background-image: url(../home-banner-2026/images/woman-with-arms-up.gif);
          height: 96px;
          width: 93px;
          left: 80px;

          top: auto;
          bottom: -110px;
        }
      }
    }
    .text {
      h1 {
        font-size: 60px;
        max-width: 80%;
        margin: 0 auto;
      }
    }
  }
}

@media (max-width: 768px) {
  .pxblock--home-banner-2026 {
    .image {
      .text {
        h1 {
          font-size: 76px;
        }
      }
    }
  }
}

@media (max-width: 480px) {
  .pxblock--home-banner-2026 {
    .image {
      .text {
        h1 {
          font-size: 60px;
        }
      }
    }
  }
}
