.HT-solution {
    background-color: #0a0900;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;

    background-image: url("./img/by-gabriele-garanzelli.png");
    background-repeat: no-repeat;
    background-size: cover;

    height: 100%;
}

.HT-solution .overlap-wrapper {
    background-color: #0a0900;
    overflow: hidden;
    width: 1440px;
    height: 100%;
}

.HT-solution .overlap {
    position: relative;
    height: 100%;
    margin-top: 1px;
}

.HT-solution .background {
    position: absolute;
    width: 1440px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

.HT-solution .image {
    height: 100%;
}

.HT-solution .overlap-group {
    width: 1440px;
    position: relative;
    height: 100%;
}

.HT-solution .desert {
    position: absolute;
    width: 1440px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(./img/by-carolina-munemasa.png);
    background-size: cover;
    background-position: 50% 50%;
}

.HT-solution .div {
    background-image: url(./img/by-gantaro.png);
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    height: 100%;
}

.HT-solution .img {
    position: absolute;
    width: 1440px;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.HT-solution .by-jeremy-bishop {
    position: absolute;
    width: 1440px;
    height: 100%;
    top: 0;
    left: 0;
}

.HT-solution .abstract {
    position: absolute;
    width: 1440px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(./img/by-bruno-nascimento.png);
    background-size: cover;
    background-position: 50% 50%;
}

.HT-solution .overlay {
    position: absolute;
    width: 1440px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    background-blend-mode: multiply;
    opacity: 0.5;

    margin-top: 0px;
}

.HT-solution .focus {
    margin: auto;
    margin-top: 20%;
    /*display: inline-flex;*/
    width: fit-content;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    /*position: absolute;*/
    position: relative;
}

.HT-solution .coming-soon {
    position: relative;
    width: 448px;
    height: 132px;
    box-shadow: 0px 4px 4px #00000040;
    margin: auto;
}

.HT-solution .white {
    position: relative;
    width: 360px;
    height: 118px;
    top: 14px;
    left: 46px;
}

.HT-solution .hospital-management {
    position: absolute;
    top: 80px;
    left: 20px;
    background-blend-mode: multiply;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
    line-height: 38.4px;
    white-space: nowrap;
}

.HT-solution .element {
    position: absolute;
    height: 58px;
    top: -1px;
    left: -1px;
    text-shadow: 0px 4px 40px #00000040;
    -webkit-text-stroke: 1px #000000;
    background-blend-mode: multiply;
    font-family: "Inter", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.HT-solution .focus-2 {
    /*top: 710px;*/
    /*bottom: 100px;*/
    /*display: inline-flex;*/
    /*flex-direction: column;*/
    align-items: center;
    /*gap: 32px;*/
    position: relative;
    width: fit-content;
    /*left: 496px;*/
    margin: auto;
}

.HT-solution .white-2 {
    position: relative;
    width: 272px;
    height: 38px;
    top: 94px;
    left: 89px;
}

.HT-solution .text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background-blend-mode: multiply;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
    line-height: 38.4px;
    white-space: nowrap;
}

.HT-solution div {
    background: none !important;
}

.coming-soon a {
    color: white;
}

.f2par {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20%;
}