.frontpage-hero {
    position: relative;
    width: 90%;
    height: calc(90vh - var(--header-height));
    height: calc(90svh - var(--header-height));
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.l-frontpage-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    /* opacity: 50%; */
    filter: brightness(80%);
}

.frontpage-hero__img {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 24%;
    border-bottom-right-radius: 24%;
    object-fit: cover;
    object-position: 50% 60%;
}

.frontpage-hero__logo-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    padding: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: translateX(-50%);
    box-shadow: 0 0 12px 0 rgb(0, 0, 0, 12%);
    background-color: #fff;
}

.frontpage-hero__logo {
    margin-top: 32px;
}

.frontpage-hero__body {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 200px;
    /* display: flex; */
    flex-direction: column;
    row-gap: 12px;
    justify-content: center;
    align-items: center;
    height: auto;
}

.frontpage-hero__title {
    max-width: 880px;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    word-spacing: 1px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgb(0, 0, 0, 48%);
}

.frontpage-hero__title .vglc-company-name {
    color: var(--color-primary);
    text-shadow: none;
}

.frontpage-hero__subtitle {
    max-width: 780px;
    margin-top: 8px;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px rgb(0, 0, 0, 60%);
}

.frontpage-hero__cta-wrapper {
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    margin-top: 20px;
}

.frontpage-hero__cta {
    font-size: 1rem;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgb(0, 0, 0, 16%);
}

.frontpage-hero__cta--secondary {
    color: var(--color-primary);
    background-color: #fff;
}

.frontpage-hero__cta--secondary:hover {
    background-color: #f1f1f1;
}

.highlights {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-evenly;
    height: 340px;
    min-height: fit-content;
    transform: translateY(-200px);
}

.highlight {
    width: calc(100% / 4 - 32px);
    min-width: 300px;
    min-width: min(300px, 100%);
    height: 100%;
    padding: 24px;
    box-shadow: 0 0 12px 0 rgb(0, 0, 0, 12%);
    border-radius: 12px;
    background-color: #f1f1f1;
}

.highlight__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    fill: var(--color-primary);
}

.highlight__title {
    margin-top: 12px;
    font-size: 1.125rem;
    font-weight: normal;
    text-align: center;
    color: var(--color-primary);
}

.highlight__paragraph {
    margin-top: 12px;
    font-size: .875rem;
    text-align: center;
}

.highlight__button {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    align-items: center;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: var(--color-primary);
    background-color: transparent;
}

.highlight__button:hover {
    background-color: transparent;
}

.highlight__button:hover svg {
    transform: translateX(4px);
}

.highlight__button svg {
    fill: var(--color-primary);
    transition: transform .4s ease;
}

.welcome {
    --welcome-bg-color: #f1f1f1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
    padding-top: 80px;
    padding-bottom: 80px;
    clip-path: polygon(0 0, 50% 40px, 100% 0, 100% 100%, 0 100%);
    background-color: var(--welcome-bg-color);
}

@media (min-width: 1200px) {

    .welcome {
        padding-top: 120px;
        clip-path: polygon(0 0, 50% 80px, 100% 0, 100% 100%, 0 100%);
    }

}

.welcome__img {
    fill: var(--color-primary);
}

.welcome__title {
    margin-top: 20px;
    font-size: 1.75rem;
    font-weight: normal;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-primary);
}

.welcome__paragraph {
    max-width: calc(var(--page-width) - 20%);
    margin-top: 12px;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 1.9;
}

.welcome__paragraph .vglc-company-name {
    color: var(--color-primary);
}

.line-trail {
    display: block;
    width: 6px;
    height: 200px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    border-left: 6px dashed var(--color-primary);
}

.stock {
    margin-bottom: 200px;
}

.stock__img {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    fill: var(--color-primary);
}

.stock__title {
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 1.75rem;
    font-weight: normal;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-primary);
}


.reviews {
    margin-bottom: 180px;
}

.reviews__img {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    fill: var(--color-primary);
}

.reviews__title {
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 1.75rem;
    font-weight: normal;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-primary);
}

.reviews__title .vglc-company-name {
    font-weight: bold;
}

.reviews .glide {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.review__card {
    width: 100%;
    height: 200px;
    padding: 32px;
    border-radius: 16px;
    background-color: #f1f1f1;
}

.review__username {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: var(--color-primary);
}

.review__content {
    font-size: 1rem;
    font-weight: normal;
    font-style: italic;
    line-height: 1.9;
    word-spacing: 1px;
}