.hgis_webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    z-index: -1;
}

.container-title  {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: grid;
    place-content: center;
    color: white;
    padding-bottom: 10rem;
}

.content, .content2 {
    display: flex;
    gap: 4em;
    width: 100%;
    padding-top: 2em;
    position: relative;
}

.content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.7);
    filter: drop-shadow(0 0 8px rgba(255,255,255,.09));
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent);
    transform: scaleX(0);
}

.company, .slogan  {
    font-size: 5rem;
    line-height: 97%;
    color: whitesmoke;
}

/* .company, .slogan, .sub-slogan {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
} */

.slogan {
    font-family: "NeueHaasGrotesk" !important;
    font-size: 3rem;
    width: 80vw;
    text-align: left;
    line-height: 97%;
    /* color: #b4befe; */
    color: #f5e0dc;
}

.sub-slogan {
    font-family: "Inter" !important;
    font-size: 1.5rem;
    color: #f5e0dc;
}

.hg-top {
    opacity: 0;
}

.hg-bottom {
    opacity: 0;
}


.big-header2 {
    text-align: right;
}

.hg-before {
    position: absolute;
    opacity: 1;
}

.hg-after{
    opacity: 0;
}

.hg-top {
    text-align: left;
}