@import "general/_normalize.css";

body {
    background: #F8F5EB !important;
}

.gvt-floating {
    position: fixed;
    right: -1px;
    top: 50%;
    writing-mode: vertical-lr;
    font: 500 16px / 1.1 "Cera Stencil Pro";
    background: #004C97;
    color: #ffffff;
    padding: 16px 12px;
    transform: rotate(180deg) translateY(50%);
    z-index: 9;
}

.gvt-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.gvt-hero {
    text-align: center;
    padding: 85px 0 0;
}

.gvt-hero__container {
    position: relative;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    background: #000;
}

.gvt-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.gvt-hero__container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / .4), transparent 55%);
    z-index: -1;
    pointer-events: none;
}

.gvt-hero__content {
    position: relative;
    z-index: 2;
    height: calc(100svh - 85px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 40px;
    padding: 0 0 24px;
    color: #fff;
}

.gvt-hero__text {
    display: grid;
    gap: 8px;
}

.gvt-hero__title {
    font: 400 40px/1 'Cera Stencil Pro', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.gvt-hero__paragraphs p {
    font: 400 16px/1.25 'Cera Pro', sans-serif;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.gvt-hero__content-links {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.gvt-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font: 400 16px/1.25 'Cera Pro', sans-serif;
    color: #fff;
}

.gvt-hero__cta svg {
    display: block;
    width: 12px;
    height: 12px;
}

.gvt-hero__separator {
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / .4);
}

.gvt-hero__note {
    font: 400 16px/1.25 'Cera Pro', sans-serif;
    color: #fff;
    padding: 0;
}

.gvt-gallery {
    margin: 60px 0;
}

.gvt-gallery__container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: 40px;
    gap: 10px;
}

.gvt-gallery__media {
    position: relative;
}

.gvt-gallery__media .image {
    width: 100%;
    height: 100%;
}

.gvt-gallery__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gvt-gallery svg {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .8);
}

.gvt-gallery__media:nth-child(8n + 1) {
    grid-column: span 5;
    grid-row: span 4;
}

.gvt-gallery__media:nth-child(8n + 2),
.gvt-gallery__media:nth-child(8n + 3) {
    grid-column: span 3;
    grid-row: span 2;
}

.gvt-gallery__media:nth-child(8n + 4) {
    grid-column: span 8;
    grid-row: span 3;
}

.gvt-gallery__media:nth-child(8n + 5),
.gvt-gallery__media:nth-child(8n + 6) {
    grid-column: span 2;
    grid-row: span 3;
}

.gvt-gallery__media:nth-child(8n + 7) {
    grid-column: span 4;
    grid-row: span 3;
}

.gvt-gallery__media:nth-child(8n + 8) {
    grid-column: span 8;
    grid-row: span 3;
}

.gvt-plan {
    margin: 60px 0;
}

.gvt-plan .gvt-container {
    max-width: 1320px;
}

.gvt-plan__container {
    display: grid;
    gap: 80px;
}

.gvt-plan__item-title {
    font: 400 32px/1 'Cera Pro', sans-serif;
    color: #004C97;
    margin: 0 0 16px !important;
    padding: 0 !important;
    border: 0 !important;
}

.gvt-plan__item-text {
    color: #004C97;
}

.gvt-plan__item-text p {
    font: 400 18px/2 'Cera Pro', sans-serif;
    margin: 0 !important;
    padding: 0 !important;
}

.gvt-plan__item-text hr {
    border: 0;
    border-top: 1px solid #004C97;
    margin: 16px 0;
}

.gvt-plan__item-text ul,
.gvt-plan__item-text ol {
    list-style: none;
    padding: 8px 0 !important;
    margin: 8px 0 !important;
    border-top: 1px solid #004C97;
}

.gvt-plan__item-text li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font: 400 18px/2 'Cera Pro', sans-serif;
}

.gvt-plan__item-text strong,
.gvt-plan__item-text b {
    font-weight: 500;
}

.gvt-plan__item-figure {
    mix-blend-mode: multiply;
    margin: 24px 0 0;
}

.gvt-plan__item-image {
    display: block;
    width: 100%;
    height: auto;
}

.gvt-plan__item-links {
    display: grid;
    gap: 8px;
    margin-top: 38px;
}

.gvt-plan__item-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 5px 5px 5px 16px;
    background: #004C97;
    color: #fff;
    font: 400 16px/1 'Cera Pro', sans-serif;
    text-decoration: none;
}

.gvt-plan__item-cta svg {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    padding: 8px;
    background: #F8F5EB;
    color: #004C97;
    box-sizing: content-box;
}

.contact .flex {
    margin: 0 !important;
}

@media (min-width: 768px) {
    .gvt-floating {
        font-size: 20px;
        top: initial;
        bottom: 60px;
        transform: rotate(180deg);
    }

    .gvt-hero {
        padding: 100px 0 20px;
    }

    .gvt-hero__pin {
        height: calc(100svh - 120px);
    }

    .gvt-gallery__container {
        grid-auto-rows: 80px;
        gap: 24px;
    }

    .gvt-plan {
        margin: 80px 0;
    }

    .gvt-plan__item-links {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        gap: 10px;
    }

    .gvt-plan__item-cta {
        width: fit-content;
        padding: 10px 10px 10px 20px;
    }
}

@media (min-width: 1280px) {
    .gvt-hero {
        text-align: left;
    }

    .gvt-hero__content {
        padding: 40px;
    }

    .gvt-hero__title {
        font-size: 56px;
        margin-left: 0 !important;
    }

    .gvt-hero__paragraphs {
        margin-left: 0 !important;
    }

    .gvt-hero__content-links {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 8px;
        margin: 0;
    }

    .gvt-hero__separator {
        height: 18px;
        width: 1px;
    }

    .gvt-gallery__container {
        grid-auto-rows: 160px;
        gap: 32px;
    }

    .gvt-plan {
        margin: 120px 0;
    }

    .gvt-plan__item {
        display: grid;
        grid-template-columns: 2fr 3fr;
        align-items: center;
        column-gap: 120px;
        row-gap: 40px;
    }

    .gvt-plan__item-text {
        align-self: flex-end;
    }

    .gvt-plan__item-figure {
        margin: 0;
        grid-row: span 2;
    }

    .gvt-plan__item-links {
        margin: 0;
        align-self: flex-start;
    }

    .gvt-plan__item:nth-child(even) {
        grid-template-columns: 3fr 2fr;
    }

    .gvt-plan__item:nth-child(even) .gvt-plan__item-figure {
        order: 1;
    }

    .gvt-plan__item:nth-child(even) .gvt-plan__item-text {
        order: 2;
    }

    .gvt-plan__item:nth-child(even) .gvt-plan__item-links {
        order: 3;
    }
}