.content-module.landing_hiw {
    padding: 66px 0 200px 0;
}

.content-module.landing_hiw .module_circle {
    position: absolute;
    user-select: none;
    width: 1000px;
    height: 1000px;
    top: -488px;
    right: -646px;
}

.content-module.landing_hiw .module_circle svg {
    max-width: 100%;
    max-height: 100%;
}

.content-module.landing_hiw .module_figure {
    position: absolute;
    user-select: none;
    transform: rotate(33deg) scaleX(-1);
    width: 850px;
    top: 432px;
    left: -348px;
}

.content-module.landing_hiw .module_figure img {
    display: block;
    max-width: 100%;
}

.content-module.landing_hiw.landing_hiw--button {
  padding-bottom: 75px;
}

.content-module.landing_hiw .container {
    max-width: 1200px;
}

.content-module.landing_hiw .module-title {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 10px 0;
}

.content-module.landing_hiw .subtitle {
    font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.hiw-item-row .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hiw-item {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    position: relative;
    z-index: 10;
}

.hiw-item.hiw-video--playing .hiw-video-overlay {
  display: none;
}

.hiw-item .hiw-video-container {
  position: relative;
  width: 250px;
  height: 445px;
  margin: 0 auto 25px auto;
}

.hiw-item .hiw-video-container::after {
    position: absolute;
    content: '';
    display: block;
    width: 288px;
    height: 288px;
    border-radius: 50%;
    left: -19px;
    bottom: -195px;
    z-index: -1;
}

.hiw-item .hiw-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  pointer-events: none;
  padding: 0;
  opacity: 0.4;
}

@media (max-width: 767px) {
  .hiw-item .hiw-video-overlay {
    display: none;
  }
}

.hiw-item .hiw-video-overlay img {
  width: 64px;
  height: 64px;
}

.hiw-item video, .hiw-item img.hiw-image {
    /*filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.25));*/
    background: #C4C4C4;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgb(0, 0, 0, 0.25);
}

.hiw-item img.bg {
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.hiw-item-row .col-12:nth-child(1) .hiw-item img.bg {
    bottom: -25%;
}

.hiw-item-row .col-12:nth-child(2) .hiw-item img.bg {
    bottom: -20%;
}

.hiw-item-row .col-12:nth-child(3) .hiw-item img.bg {
    bottom: -20%;
}

.hiw-item .hiw-video-title {
    font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    max-width: 250px;
}

.landing_hiw .module-btn {
    position: relative;
    text-align: center;
    padding-top: 140px;
    z-index: 12;
}

.landing_hiw .module-btn a {
    font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
    border-radius: 57px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 35px;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.landing_hiw .module-btn a:hover {
    opacity: 0.8;
}

@media (max-width: 991px) {


    .content-module.landing_hiw .subtitle {
        margin-bottom: 80px;
        font-size: 19px;
        line-height: 23px;
    }

    .hiw-item {
        max-width: 100%;
    }

    .hiw-item img.bg.main {
        display: block;
        left: 50%;
        transform: translateX(-50%);
    }

    .hiw-item-row .col-12:nth-child(1) .hiw-item img.bg {
        bottom: -20%;
    }

    .hiw-item-row .col-12:nth-child(2) .hiw-item img.bg {
        bottom: -10%;
    }

    .hiw-item-row .col-12:nth-child(3) .hiw-item img.bg {
        bottom: -20%;
    }

    .hiw-item-row .col-12:nth-child(2) {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {

    .content-module.landing_hiw {
        padding: 170px 0 130px;
    }

    .content-module.landing_hiw .module_circle {
        width: 576px;
        height: 576px;
        top: -369px;
        right: -368px;
    }

    .content-module.landing_hiw .module_figure {
        transform: rotate(33deg) scaleX(-1);
        width: 580px;
        top: auto;
        left: -311px;
        bottom: 101px;
    }

    .content-module.landing_hiw.landing_hiw--button {
      padding-bottom: 50px;
    }
    

    .content-module.landing_hiw .module-title {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 1.2;
    }

    .content-module.landing_hiw .subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .hiw-item-row .col-12:not(:last-child ) {
        margin-bottom: 135px;
    }

    .hiw-item .hiw-video-container::after {
        bottom: -169px;
    }

    .hiw-video-title {
        margin-bottom: 20px;
        max-width: 320px;
    }

    .landing_hiw .module-btn {
        padding-top: 100px;
    }
}

