/* line 4, app/scss/_grid.scss */
.gs-grid {
    max-width: 1120px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0.75rem;
    gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    row-gap: 0.75rem;
    margin: 0 1rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 549, app/scss/_mixins.scss */
    .gs-grid > * {
        margin: calc(0.75rem/2) calc(0.75rem/2);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 569, app/scss/_mixins.scss */
    .gs-grid > * {
        width: calc((100% / 8) - 0.75rem);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        width: 100%;
    }
}

@media all and (min-width: 768px) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 1.5rem;
        gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        row-gap: 1.5rem;
        margin: 0 2.75rem;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 549, app/scss/_mixins.scss */
    .gs-grid > * {
        margin: calc(1.5rem/2) calc(1.5rem/2);
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 569, app/scss/_mixins.scss */
    .gs-grid > * {
        width: calc((100% / 8) - 1.5rem);
    }
}

@media all and (min-width: 992px) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 2rem;
        gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        row-gap: 2rem;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 549, app/scss/_mixins.scss */
    .gs-grid > * {
        margin: calc(2rem/2) calc(2rem/2);
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 569, app/scss/_mixins.scss */
    .gs-grid > * {
        width: calc((100% / 12) - 2rem);
    }
}

@media all and (min-width: 1200px) {
    /* line 4, app/scss/_grid.scss */
    .gs-grid {
        margin: 0 auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-1 {
        grid-column: auto/span 1;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-1 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 1) + (0.75rem * 1 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-1 {
        width: calc((1 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-2 {
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-2 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 2) + (0.75rem * 2 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-2 {
        width: calc((2 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-3 {
        grid-column: auto/span 3;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-3 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 3) + (0.75rem * 3 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-3 {
        width: calc((3 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-4 {
        grid-column: auto/span 4;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-4 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 4) + (0.75rem * 4 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-4 {
        width: calc((4 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-5 {
        grid-column: auto/span 5;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-5 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 5) + (0.75rem * 5 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-5 {
        width: calc((5 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-6 {
        grid-column: auto/span 6;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-6 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 6) + (0.75rem * 6 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-6 {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-7 {
        grid-column: auto/span 7;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-7 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 7) + (0.75rem * 7 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-7 {
        width: calc((7 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-8 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-8 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 8) + (0.75rem * 8 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-8 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-9 {
        grid-column: auto/span 9;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-9 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 9) + (0.75rem * 9 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-9 {
        width: calc((9 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-10 {
        grid-column: auto/span 10;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-10 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 10) + (0.75rem * 10 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-10 {
        width: calc((10 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-11 {
        grid-column: auto/span 11;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-11 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 11) + (0.75rem * 11 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-11 {
        width: calc((11 * 100%) / 12);
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-12 {
        grid-column: auto/span 12;
        grid-row: auto/span 1;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-12 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 12) + (0.75rem * 12 - 1));
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
    /* line 31, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-sm-12 {
        width: calc((12 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-1 {
        grid-column: auto/span 1;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-1 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 1) + (1.5rem * 1 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-1 {
        width: calc((1 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-2 {
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-2 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 2) + (1.5rem * 2 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-2 {
        width: calc((2 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-3 {
        grid-column: auto/span 3;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-3 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 3) + (1.5rem * 3 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-3 {
        width: calc((3 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-4 {
        grid-column: auto/span 4;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-4 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 4) + (1.5rem * 4 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-4 {
        width: calc((4 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-5 {
        grid-column: auto/span 5;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-5 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 5) + (1.5rem * 5 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-5 {
        width: calc((5 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-6 {
        grid-column: auto/span 6;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-6 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 6) + (1.5rem * 6 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-6 {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-7 {
        grid-column: auto/span 7;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-7 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 7) + (1.5rem * 7 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-7 {
        width: calc((7 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-8 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-8 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 8) + (1.5rem * 8 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-8 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-9 {
        grid-column: auto/span 9;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-9 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 9) + (1.5rem * 9 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-9 {
        width: calc((9 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-10 {
        grid-column: auto/span 10;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-10 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 10) + (1.5rem * 10 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-10 {
        width: calc((10 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-11 {
        grid-column: auto/span 11;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-11 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 11) + (1.5rem * 11 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-11 {
        width: calc((11 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-12 {
        grid-column: auto/span 12;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-12 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 12) + (1.5rem * 12 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 40, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-md-12 {
        width: calc((12 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-1 {
        grid-column: auto/span 1;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-1 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 1) + (2rem * 1 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-1 {
        width: calc((1 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-2 {
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-2 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 2) + (2rem * 2 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-2 {
        width: calc((2 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-3 {
        grid-column: auto/span 3;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-3 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 3) + (2rem * 3 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-3 {
        width: calc((3 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-4 {
        grid-column: auto/span 4;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-4 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 4) + (2rem * 4 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-4 {
        width: calc((4 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-5 {
        grid-column: auto/span 5;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-5 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 5) + (2rem * 5 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-5 {
        width: calc((5 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-6 {
        grid-column: auto/span 6;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-6 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 6) + (2rem * 6 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-6 {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-7 {
        grid-column: auto/span 7;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-7 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 7) + (2rem * 7 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-7 {
        width: calc((7 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-8 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-8 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 8) + (2rem * 8 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-8 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-9 {
        grid-column: auto/span 9;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-9 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 9) + (2rem * 9 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-9 {
        width: calc((9 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-10 {
        grid-column: auto/span 10;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-10 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 10) + (2rem * 10 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-10 {
        width: calc((10 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-11 {
        grid-column: auto/span 11;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-11 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 11) + (2rem * 11 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-11 {
        width: calc((11 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-12 {
        grid-column: auto/span 12;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-12 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 12) + (2rem * 12 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 49, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-lg-12 {
        width: calc((12 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-1 {
    grid-column: auto/span 1;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 1) + (0.75rem * 1 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        width: calc((1 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        grid-column: auto/span 1;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 1) + (1.5rem * 1 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        width: calc((1 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        grid-column: auto/span 1;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 1) + (2rem * 1 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-1 {
        width: calc((1 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-2 {
    grid-column: auto/span 2;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 2) + (0.75rem * 2 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        width: calc((2 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 2) + (1.5rem * 2 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        width: calc((2 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 2) + (2rem * 2 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-2 {
        width: calc((2 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-3 {
    grid-column: auto/span 3;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 3) + (0.75rem * 3 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        width: calc((3 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        grid-column: auto/span 3;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 3) + (1.5rem * 3 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        width: calc((3 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        grid-column: auto/span 3;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 3) + (2rem * 3 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-3 {
        width: calc((3 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-4 {
    grid-column: auto/span 4;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 4) + (0.75rem * 4 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        width: calc((4 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        grid-column: auto/span 4;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 4) + (1.5rem * 4 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        width: calc((4 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        grid-column: auto/span 4;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 4) + (2rem * 4 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-4 {
        width: calc((4 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-5 {
    grid-column: auto/span 5;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 5) + (0.75rem * 5 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        width: calc((5 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        grid-column: auto/span 5;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 5) + (1.5rem * 5 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        width: calc((5 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        grid-column: auto/span 5;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 5) + (2rem * 5 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-5 {
        width: calc((5 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-6 {
    grid-column: auto/span 6;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 6) + (0.75rem * 6 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        grid-column: auto/span 6;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 6) + (1.5rem * 6 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        grid-column: auto/span 6;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 6) + (2rem * 6 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-6 {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-7 {
    grid-column: auto/span 7;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 7) + (0.75rem * 7 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        width: calc((7 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        grid-column: auto/span 7;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 7) + (1.5rem * 7 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        width: calc((7 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        grid-column: auto/span 7;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 7) + (2rem * 7 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-7 {
        width: calc((7 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-8 {
    grid-column: auto/span 8;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 8) + (0.75rem * 8 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 8) + (1.5rem * 8 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 8) + (2rem * 8 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-8 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-9 {
    grid-column: auto/span 8;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 8) + (0.75rem * 8 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 8) + (1.5rem * 8 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        grid-column: auto/span 9;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 9) + (2rem * 9 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-9 {
        width: calc((9 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-10 {
    grid-column: auto/span 8;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 8) + (0.75rem * 8 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 8) + (1.5rem * 8 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        grid-column: auto/span 10;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 10) + (2rem * 10 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-10 {
        width: calc((10 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-11 {
    grid-column: auto/span 8;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 8) + (0.75rem * 8 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 8) + (1.5rem * 8 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        grid-column: auto/span 11;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 11) + (2rem * 11 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-11 {
        width: calc((11 * 100%) / 12);
        margin: auto;
    }
}

/* line 56, app/scss/_grid.scss */
.gs-grid .gs-grid-col-12 {
    grid-column: auto/span 8;
    grid-row: auto/span 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        width: calc(((100% - ((8 - 1) * 0.75rem)) / 8 * 8) + (0.75rem * 8 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        grid-column: auto/span 8;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        width: calc(((100% - ((8 - 1) * 1.5rem)) / 8 * 8) + (1.5rem * 8 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        grid-column: auto/span 12;
        grid-row: auto/span 1;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        width: calc(((100% - ((12 - 1) * 2rem)) / 12 * 12) + (2rem * 12 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 56, app/scss/_grid.scss */
    .gs-grid .gs-grid-col-12 {
        width: calc((12 * 100%) / 12);
        margin: auto;
    }
}

/* line 75, app/scss/_grid.scss */
.gs-grid .gs-grid-no-gutters {
    width: calc(100% + (0.75rem * 2));
    transform: translateX(calc(0.75rem * -1));
}

@media (min-width: 768px) {
    /* line 75, app/scss/_grid.scss */
    .gs-grid .gs-grid-no-gutters {
        width: calc(100% + (1.5rem * 2));
        transform: translateX(calc(1.5rem * -1));
    }
}

@media (min-width: 992px) {
    /* line 75, app/scss/_grid.scss */
    .gs-grid .gs-grid-no-gutters {
        width: calc(100% + (2rem * 2));
        transform: translateX(calc(2rem * -1));
    }
}

/* line 84, app/scss/_grid.scss */
.gs-grid .gs-grid-no-left-gutter {
    width: calc(100% + 0.75rem);
    transform: translateX(-0.75rem);
}

@media (min-width: 768px) {
    /* line 84, app/scss/_grid.scss */
    .gs-grid .gs-grid-no-left-gutter {
        width: calc(100% + 1.5rem);
        transform: translateX(-1.5rem);
    }
}

@media (min-width: 992px) {
    /* line 84, app/scss/_grid.scss */
    .gs-grid .gs-grid-no-left-gutter {
        width: calc(100% + 2rem);
        transform: translateX(-2rem);
    }
}

/* line 93, app/scss/_grid.scss */
.gs-grid .gs-grid-no-right-gutter {
    width: calc(100% + 0.75rem);
}

@media (min-width: 768px) {
    /* line 93, app/scss/_grid.scss */
    .gs-grid .gs-grid-no-right-gutter {
        width: calc(100% + 1.5rem);
    }
}

@media (min-width: 992px) {
    /* line 93, app/scss/_grid.scss */
    .gs-grid .gs-grid-no-right-gutter {
        width: calc(100% + 2rem);
    }
}

/* line 45, app/scss/_btn.scss */
.gs-btn, .gs-btn-white {
    overflow: visible;
}

/* line 47, app/scss/_btn.scss */
.gs-btn:after, .gs-btn-white:after {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border: 1px solid #241d1d;
    top: 0px;
    left: 0px;
    z-index: 0;
}

@media (min-width: 992px) {
    /* line 53, app/scss/_btn.scss */
    .gs-btn:hover:after, .gs-btn-white:hover:after, .gs-btn:focus:after, .gs-btn-white:focus:after {
        border-width: 4px;
        top: -3px;
        left: -3px;
    }
}

/* line 62, app/scss/_btn.scss */
.gs-btn {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: "gsmedium" !important;
    font-size: 14px !important;
    line-height: 22px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 0 24px !important;
    min-width: 160px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #fff;
    background: #241d1d;
}

/* line 491, app/scss/_mixins.scss */
.gs-btn:focus-visible {
    outline: 2px dashed #7399c6;
    outline-offset: 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 496, app/scss/_mixins.scss */
    .gs-btn:focus {
        outline: 2px dashed #7399c6;
        outline-offset: 4px;
    }
}

/* line 196, app/scss/_mixins.scss */
.gs-btn:before {
    font-size: 9px;
    transform: translateY(0px);
    margin-right: 16px;
}

/* line 68, app/scss/_btn.scss */
.gs-btn .gs-btn--disabled {
    background: #434343;
    pointer-events: none;
}

/* line 71, app/scss/_btn.scss */
.gs-btn .gs-btn--disabled:after {
    display: none;
}

/* line 78, app/scss/_btn.scss */
.gs-btn-white {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: "gsmedium" !important;
    font-size: 14px !important;
    line-height: 22px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 0 24px !important;
    min-width: 160px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #241d1d;
    background: #fff;
}

/* line 491, app/scss/_mixins.scss */
.gs-btn-white:focus-visible {
    outline: 2px dashed #7399c6;
    outline-offset: 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 496, app/scss/_mixins.scss */
    .gs-btn-white:focus {
        outline: 2px dashed #7399c6;
        outline-offset: 4px;
    }
}

/* line 196, app/scss/_mixins.scss */
.gs-btn-white:before {
    font-size: 9px;
    transform: translateY(0px);
    margin-right: 16px;
}

/* line 84, app/scss/_btn.scss */
.gs-btn-white:after {
    border-color: #fff;
}

/* line 88, app/scss/_btn.scss */
.gs-btn-white .gs-btn-white--disabled {
    color: #434343;
    background: #f7f7f7;
    pointer-events: none;
}

/* line 92, app/scss/_btn.scss */
.gs-btn-white .gs-btn-white--disabled:after {
    display: none;
}

/* line 99, app/scss/_btn.scss */
.gs-btn-secondary, .gs-btn-secondary-white {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: "gsmedium" !important;
    font-size: 14px !important;
    line-height: 22px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 0 24px !important;
    min-width: 160px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #241d1d;
    overflow: visible;
}

/* line 491, app/scss/_mixins.scss */
.gs-btn-secondary:focus-visible, .gs-btn-secondary-white:focus-visible {
    outline: 2px dashed #7399c6;
    outline-offset: 4px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 496, app/scss/_mixins.scss */
    .gs-btn-secondary:focus, .gs-btn-secondary-white:focus {
        outline: 2px dashed #7399c6;
        outline-offset: 4px;
    }
}

/* line 196, app/scss/_mixins.scss */
.gs-btn-secondary:before, .gs-btn-secondary-white:before {
    font-size: 9px;
    transform: translateY(0px);
    margin-right: 16px;
}

/* line 104, app/scss/_btn.scss */
.gs-btn-secondary:after, .gs-btn-secondary-white:after {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border: 1px solid #241d1d;
    top: 0px;
    left: 0px;
    z-index: 0;
}

@media (min-width: 992px) {
    /* line 110, app/scss/_btn.scss */
    .gs-btn-secondary:hover:after, .gs-btn-secondary-white:hover:after, .gs-btn-secondary:focus-visible:after, .gs-btn-secondary-white:focus-visible:after {
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        top: -3px;
        left: -3px;
        border-width: 2px;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
    /* line 122, app/scss/_btn.scss */
    .gs-btn-secondary:after, .gs-btn-secondary-white:after {
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        top: -3px;
        left: -3px;
        border-width: 2px;
    }
}

/* line 137, app/scss/_btn.scss */
.gs-btn-secondary-white {
    color: #fff;
}

/* line 140, app/scss/_btn.scss */
.gs-btn-secondary-white:after {
    border-color: #fff;
}

/* line 146, app/scss/_btn.scss */
.gs-btn-investors-gsFont {
    font-family: "gsmedium";
}

/* line 150, app/scss/_btn.scss */
.gs-btn-investors-basisFont {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
}

/* line 154, app/scss/_btn.scss */
.gs-btn-investors-white {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1rem;
    line-height: 18px;
    width: 11.25rem;
    height: 2.75rem;
    background: #fff;
    border: 2px solid #fff;
    color: #241d1d;
    transition: background 0.3s ease-in-out;
}

/* line 25, app/scss/_btn.scss */
.gs-btn-investors-white::before {
    padding-right: 1.25rem;
}

/* line 162, app/scss/_btn.scss */
.gs-btn-investors-white:hover {
    background: transparent;
    color: #fff;
}

/* line 168, app/scss/_btn.scss */
.gs-btn-investors-dark {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1rem;
    line-height: 18px;
    width: 11.25rem;
    height: 2.75rem;
    background: #fff;
    border: 2px solid #241d1d;
    color: #241d1d;
    transition: background 0.3s ease-in-out;
}

/* line 25, app/scss/_btn.scss */
.gs-btn-investors-dark::before {
    padding-right: 1.25rem;
}

/* line 38, app/scss/_btn.scss */
.gs-btn-investors-dark.hover-black:hover {
    background: #241d1d;
    border-color: #241d1d;
    color: #fff;
}

/* line 172, app/scss/_btn.scss */
.gs-btn-investors-black {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1rem;
    line-height: 18px;
    width: 11.25rem;
    height: 2.75rem;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    transition: background 0.3s ease-in-out;
}

/* line 25, app/scss/_btn.scss */
.gs-btn-investors-black::before {
    padding-right: 1.25rem;
}

/* line 38, app/scss/_btn.scss */
.gs-btn-investors-black.hover-black:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* line 176, app/scss/_btn.scss */
.gs-btn-investors-darkBlue {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1rem;
    line-height: 18px;
    width: 11.25rem;
    height: 2.75rem;
    width: 10rem;
    font-size: 0.875rem;
    line-height: 22px;
    font-weight: 500;
    background: #16294A;
    color: #fff;
    transition: background 0.3s ease-in-out;
}

/* line 25, app/scss/_btn.scss */
.gs-btn-investors-darkBlue::before {
    padding-right: 1.25rem;
}

/* line 186, app/scss/_btn.scss */
.gs-btn-investors-darkBlue.hover-bold:hover {
    font-weight: 600;
}

/* line 190, app/scss/_btn.scss */
.gs-btn-investors-darkBlue.hover-black:hover {
    background: #241d1d;
    border-color: #241d1d;
    color: #fff;
}

/* line 196, app/scss/_btn.scss */
.gs-btn-investors-darkBlue.hover-blue:hover {
    background: #2471d6;
    border-color: #2471d6;
    color: #fff;
}

/* line 203, app/scss/_btn.scss */
.gs-btn-investors-transparent {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1rem;
    line-height: 18px;
    width: 11.25rem;
    height: 2.75rem;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    transition: background 0.3s ease-in-out;
}

/* line 25, app/scss/_btn.scss */
.gs-btn-investors-transparent::before {
    padding-right: 1.25rem;
}

/* line 210, app/scss/_btn.scss */
.gs-btn-investors-transparent:hover {
    background: #fff;
    color: #1A3B71;
}

/* line 215, app/scss/_btn.scss */
.gs-btn-investors-transparent-dark {
    color: #241d1d;
    border: 2px solid #241d1d;
}

/* line 220, app/scss/_btn.scss */
.gs-btn-investors-transparent-white {
    color: #fff;
    border: 2px solid #fff;
}

/* line 3, app/scss/_types.scss */
.gs-heading-display {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 68px;
    line-height: 80px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 3, app/scss/_types.scss */
    .gs-heading-display {
        font-size: 100px;
        line-height: 120px;
        letter-spacing: -2px;
    }
}

/* line 5, app/scss/_types.scss */
.gs-heading-display.center {
    text-align: center;
}

/* line 9, app/scss/_types.scss */
.gs-heading-1 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 36px;
    line-height: 44px;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 9, app/scss/_types.scss */
    .gs-heading-1 {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (min-width: 992px) {
    /* line 9, app/scss/_types.scss */
    .gs-heading-1 {
        font-size: 68px;
        line-height: 82px;
    }
}

/* line 11, app/scss/_types.scss */
.gs-heading-1.center {
    text-align: center;
}

/* line 15, app/scss/_types.scss */
.gs-heading-2 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 30px;
    line-height: 36px;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 15, app/scss/_types.scss */
    .gs-heading-2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 992px) {
    /* line 15, app/scss/_types.scss */
    .gs-heading-2 {
        font-size: 48px;
        line-height: 58px;
    }
}

/* line 17, app/scss/_types.scss */
.gs-heading-2.center {
    text-align: center;
}

/* line 21, app/scss/_types.scss */
.gs-heading-3 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 24px;
    line-height: 30px;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 21, app/scss/_types.scss */
    .gs-heading-3 {
        font-size: 36px;
        line-height: 44px;
    }
}

/* line 23, app/scss/_types.scss */
.gs-heading-3.center {
    text-align: center;
}

/* line 27, app/scss/_types.scss */
.gs-heading-4 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 30px;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 27, app/scss/_types.scss */
    .gs-heading-4 {
        font-size: 30px;
        line-height: 36px;
    }
}

/* line 29, app/scss/_types.scss */
.gs-heading-4.center {
    text-align: center;
}

/* line 33, app/scss/_types.scss */
.gs-heading-5 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 20px;
    line-height: 24px;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 33, app/scss/_types.scss */
    .gs-heading-5 {
        font-size: 24px;
        line-height: 30px;
    }
}

/* line 35, app/scss/_types.scss */
.gs-heading-5.center {
    text-align: center;
}

/* line 39, app/scss/_types.scss */
.gs-heading-6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gsregular";
    font-size: 20px;
    line-height: 24px;
    color: #241d1d;
}

@media (min-width: 768px) {
    /* line 39, app/scss/_types.scss */
    .gs-heading-6 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    /* line 39, app/scss/_types.scss */
    .gs-heading-6 {
        font-size: 24px;
        line-height: 30px;
    }
}

/* line 41, app/scss/_types.scss */
.gs-heading-6.center {
    text-align: center;
}

/* line 45, app/scss/_types.scss */
.gs-heading-7 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gsregular";
    font-size: 18px;
    line-height: 23px;
    color: #241d1d;
}

@media (min-width: 992px) {
    /* line 45, app/scss/_types.scss */
    .gs-heading-7 {
        font-size: 18px;
        line-height: 22px;
    }
}

/* line 47, app/scss/_types.scss */
.gs-heading-7.center {
    text-align: center;
}

/* line 54, app/scss/_types.scss */
.gs-body-1 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gslight";
    font-size: 18px;
    line-height: 28px;
    color: #434343;
}

/* line 57, app/scss/_types.scss */
.gs-body-2 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gslight";
    font-size: 16px;
    line-height: 24px;
    color: #434343;
}

/* line 62, app/scss/_types.scss */
.gs-descriptive {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gslight";
    font-size: 14px;
    line-height: 22px;
    color: #434343;
}

/* line 66, app/scss/_types.scss */
.gs-eyebrow {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gsregular";
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #434343;
}

/* line 70, app/scss/_types.scss */
.gs-cta {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-family: "gsmedium";
    font-size: 14px;
    line-height: 22px;
    color: #3173b5;
    cursor: pointer;
}

/* line 168, app/scss/_mixins.scss */
.gs-cta:hover {
    text-decoration: underline;
}

/* line 74, app/scss/_types.scss */
.gs-paragraph {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gsregular";
    font-size: 14px;
    line-height: 18px;
    color: #434343;
}

/* line 1, app/scss/_divider.scss */
.gs-divider-1, .gs-divider-2, .gs-divider-3, .gs-divider-4, .gs-divider-5, .gs-divider-6, .gs-divider-7, .gs-divider-8 {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
}

/* line 8, app/scss/_divider.scss */
.gs-divider-1 {
    max-width: 1120px;
}

/* line 12, app/scss/_divider.scss */
.gs-divider-2 {
    max-width: 832px;
}

/* line 16, app/scss/_divider.scss */
.gs-divider-3 {
    max-width: 736px;
}

/* line 20, app/scss/_divider.scss */
.gs-divider-4 {
    max-width: 680px;
}

/* line 24, app/scss/_divider.scss */
.gs-divider-5 {
    max-width: 544px;
}

/* line 28, app/scss/_divider.scss */
.gs-divider-6 {
    max-width: 504px;
}

/* line 32, app/scss/_divider.scss */
.gs-divider-7 {
    max-width: 340px;
}

/* line 36, app/scss/_divider.scss */
.gs-divider-8 {
    max-width: 328px;
}

/* line 683, app/scss/_mixins.scss */
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 701, app/scss/_mixins.scss */
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* line 15, app/scss/global.scss */
body {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
}

/* line 18, app/scss/global.scss */
.gs-bg-grey {
    background: #f7f7f7;
}

/* line 22, app/scss/global.scss */
.gs-showcase-10-6-cols {
    grid-column: 1 / 9;
    grid-row: 1 / 2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 22, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc(((100% - ((12 - 1) * 32px)) / 12 * 8) + (32px * 8 - 1));
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 22, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc((8 * 100%) / 12);
        margin: auto;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 22, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc(100% - 32px);
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    /* line 22, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        grid-column: 2 / 8;
        grid-row: 1 / 2;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 22, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc(((100% - ((12 - 1) * 32px)) / 12 * 6) + (32px * 6 - 1));
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 22, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc((6 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 22, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc(((100% - (24px * 7)) / 8 * 6) + (24px * 5));
    }
}

@media (min-width: 992px) {
    /* line 22, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        grid-column: 2 / 12;
        grid-row: 1 / 2;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 22, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc(((100% - ((12 - 1) * 32px)) / 12 * 10) + (32px * 10 - 1));
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 22, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc((10 * 100%) / 12);
        margin: auto;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 22, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: 100%;
        max-width: 1120px;
    }
}

/* line 683, app/scss/_mixins.scss */
.gs-header-primary h3, .gs-header-primary h2, .gs-header-primary p, .gs-header-primary a, .gs-header-primary div {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 728, app/scss/_mixins.scss */
.gs-header-primary a {
    text-decoration: none;
}

/* line 4, app/scss/header/_component_header-primary.scss */
.gs-header-primary.gs-header-primary--grey {
    background: #f7f7f7;
}

/* line 9, app/scss/header/_component_header-primary.scss */
.gs-header-primary.gs-header-primary--description .gs-header-primary__wrapper {
    box-sizing: border-box;
    padding: 96px 48px 136px;
    height: auto;
    min-height: 0;
}

@media (min-width: 768px) {
    /* line 9, app/scss/header/_component_header-primary.scss */
    .gs-header-primary.gs-header-primary--description .gs-header-primary__wrapper {
        padding: 144px 48px 192px;
    }
}

@media (min-width: 992px) {
    /* line 9, app/scss/header/_component_header-primary.scss */
    .gs-header-primary.gs-header-primary--description .gs-header-primary__wrapper {
        padding: 0 48px 56px;
        height: 582px;
        min-height: 582px;
    }
}

/* line 24, app/scss/header/_component_header-primary.scss */
.gs-header-primary.gs-header-primary--description .gs-header-primary__headline__box {
    padding: 32px;
}

@media (min-width: 768px) {
    /* line 24, app/scss/header/_component_header-primary.scss */
    .gs-header-primary.gs-header-primary--description .gs-header-primary__headline__box {
        padding: 48px 64px;
    }
}

@media (min-width: 992px) {
    /* line 24, app/scss/header/_component_header-primary.scss */
    .gs-header-primary.gs-header-primary--description .gs-header-primary__headline__box {
        padding: 56px 64px;
    }
}

/* line 37, app/scss/header/_component_header-primary.scss */
.gs-header-primary.gs-header-primary--secondary .gs-header-primary__wrapper {
    padding: 0 48px;
    height: 211px;
    min-height: 211px;
}

@media (min-width: 768px) {
    /* line 37, app/scss/header/_component_header-primary.scss */
    .gs-header-primary.gs-header-primary--secondary .gs-header-primary__wrapper {
        height: 319px;
        min-height: 319px;
    }
}

@media (min-width: 992px) {
    /* line 37, app/scss/header/_component_header-primary.scss */
    .gs-header-primary.gs-header-primary--secondary .gs-header-primary__wrapper {
        height: 582px;
        min-height: 582px;
    }
}

/* line 50, app/scss/header/_component_header-primary.scss */
.gs-header-primary.gs-header-primary--secondary .gs-header-primary__wrapper__title {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 30px;
    line-height: 36px;
    color: #241d1d;
    font-weight: 400;
    color: #fff;
}

@media (min-width: 768px) {
    /* line 50, app/scss/header/_component_header-primary.scss */
    .gs-header-primary.gs-header-primary--secondary .gs-header-primary__wrapper__title {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 992px) {
    /* line 50, app/scss/header/_component_header-primary.scss */
    .gs-header-primary.gs-header-primary--secondary .gs-header-primary__wrapper__title {
        font-size: 48px;
        line-height: 58px;
    }
}

/* line 59, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__wrapper {
    padding: 88px 48px 128px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    /* line 59, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__wrapper {
        padding: 128px 48px 184px;
    }
}

@media (min-width: 992px) {
    /* line 59, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__wrapper {
        padding: 0 48px 0;
        min-height: 640px;
        height: 786px;
    }
}

/* line 79, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__wrapper__eyebrow {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gsregular";
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #434343;
    color: #fff;
    text-align: center;
    padding-bottom: 12px;
}

@media (min-width: 992px) {
    /* line 79, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__wrapper__eyebrow {
        padding-bottom: 16px;
    }
}

/* line 91, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__wrapper__subtitle {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 24px;
    line-height: 30px;
    color: #241d1d;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    /* line 91, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__wrapper__subtitle {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (min-width: 768px) {
    /* line 91, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__wrapper__subtitle {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* line 102, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__wrapper__title {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "sabonroman";
    font-size: 36px;
    line-height: 44px;
    color: #241d1d;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    /* line 102, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__wrapper__title {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (min-width: 992px) {
    /* line 102, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__wrapper__title {
        font-size: 68px;
        line-height: 82px;
    }
}

@media (min-width: 768px) {
    /* line 102, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__wrapper__title {
        max-width: 480px;
        margin: 0 auto;
    }
}

/* line 113, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__wrapper__video {
    margin-top: 16px;
}

@media (min-width: 768px) {
    /* line 113, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__wrapper__video {
        margin-top: 24px;
    }
}

@media (min-width: 992px) {
    /* line 113, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__wrapper__video {
        margin-top: 32px;
    }
}

/* line 124, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__wrapper__video:before {
    font-size: 48px;
    color: #fff;
}

@media (min-width: 768px) {
    /* line 124, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__wrapper__video:before {
        font-size: 56px;
    }
}

@media (min-width: 992px) {
    /* line 124, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__wrapper__video:before {
        font-size: 72px;
    }
}

/* line 139, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__description {
    display: none;
}

@media (min-width: 768px) {
    /* line 139, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__description {
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        font-size: 100%;
        vertical-align: baseline;
        -webkit-font-smoothing: antialiased;
        font-family: "gslight";
        font-size: 18px;
        line-height: 28px;
        color: #434343;
        color: #fff;
        text-align: center;
        display: block;
        max-width: 550px;
        margin: 16px auto 0;
    }
}

@media (min-width: 992px) {
    /* line 139, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__description {
        max-width: 736px;
    }
}

/* line 155, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__description--mobile {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gslight";
    font-size: 18px;
    line-height: 28px;
    color: #434343;
    text-align: center;
    padding: 40px 32px 0;
}

@media (min-width: 768px) {
    /* line 155, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__description--mobile {
        display: none;
    }
}

/* line 166, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline {
    position: relative;
    top: -40px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    /* line 166, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline {
        top: -48px;
        padding: 0 44px;
    }
}

@media (min-width: 992px) {
    /* line 166, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline {
        top: -56px;
        max-width: 1120px;
        margin: 0 auto;
        padding-bottom: 40px;
    }
}

/* line 183, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__wrapper {
    background: #fff;
}

@media (min-width: 768px) {
    /* line 186, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline__wrapper--columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0;
        gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 0;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 549, app/scss/_mixins.scss */
    .gs-header-primary .gs-header-primary__headline__wrapper--columns > * {
        margin: calc(0) calc(0);
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 186, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline__wrapper--columns {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 569, app/scss/_mixins.scss */
    .gs-header-primary .gs-header-primary__headline__wrapper--columns > * {
        width: calc((100% / 2) - 0);
    }
}

@media (min-width: 768px) {
    /* line 191, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline__wrapper--columns .gs-header-primary__headline__box {
        padding-right: 48px;
        padding-left: 48px;
    }
}

@media (min-width: 992px) {
    /* line 191, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline__wrapper--columns .gs-header-primary__headline__box {
        padding-right: 120px;
        padding-left: 120px;
    }
}

/* line 202, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__wrapper--columns .gs-header-primary__headline__box:first-child {
    border-bottom: 1px solid #e1e1e1;
}

@media (min-width: 768px) {
    /* line 202, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline__wrapper--columns .gs-header-primary__headline__box:first-child {
        border-bottom: 0 none;
        border-right: 1px solid #e1e1e1;
    }
}

/* line 213, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__wrapper--grey {
    background: #f7f7f7;
}

/* line 218, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__wrapper--grey.gs-header-primary__headline__wrapper--columns .gs-header-primary__headline__box:first-child {
    border-bottom: 2px solid #fff;
}

@media (min-width: 768px) {
    /* line 218, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline__wrapper--grey.gs-header-primary__headline__wrapper--columns .gs-header-primary__headline__box:first-child {
        border-bottom: 0 none;
        border-right: 2px solid #fff;
    }
}

/* line 230, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__wrapper--blue {
    background: #0b072b;
}

/* line 234, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__wrapper--blue.gs-header-primary__headline__wrapper--columns .gs-header-primary__headline__box {
    border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
    /* line 234, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline__wrapper--blue.gs-header-primary__headline__wrapper--columns .gs-header-primary__headline__box {
        border-bottom: 0 none;
        border-right: 1px solid #fff;
    }
}

/* line 242, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__wrapper--blue.gs-header-primary__headline__wrapper--columns .gs-header-primary__headline__box__title {
    color: #fff;
}

/* line 246, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__wrapper--blue.gs-header-primary__headline__wrapper--columns .gs-header-primary__headline__box__description {
    color: #fff;
}

/* line 251, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__wrapper--blue.gs-header-primary__headline__wrapper--columns .gs-header-primary__headline__box__btn__link {
    background: #fff;
    color: #241d1d;
}

/* line 255, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__wrapper--blue.gs-header-primary__headline__wrapper--columns .gs-header-primary__headline__box__btn__link:after {
    border-color: #fff;
}

/* line 265, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 32px;
}

@media (min-width: 768px) {
    /* line 265, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline__box {
        padding: 48px 64px;
    }
}

@media (min-width: 992px) {
    /* line 265, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline__box {
        padding: 56px 64px;
    }
}

/* line 279, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__box__title {
    padding-bottom: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 30px;
    color: #241d1d;
    font-weight: 400;
}

@media (min-width: 768px) {
    /* line 279, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline__box__title {
        font-size: 30px;
        line-height: 36px;
    }
}

/* line 284, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__box__description {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-family: "gslight";
    font-size: 18px;
    line-height: 28px;
    color: #434343;
    text-align: center;
}

@media (min-width: 992px) {
    /* line 284, app/scss/header/_component_header-primary.scss */
    .gs-header-primary .gs-header-primary__headline__box__description {
        max-width: 740px;
        margin: 0 auto;
    }
}

/* line 294, app/scss/header/_component_header-primary.scss */
.gs-header-primary .gs-header-primary__headline__box__btn {
    padding-top: 32px;
}

/* line 1, app/scss/header/_component_header-modal.scss */
.gs-header-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    display: none;
}

/* line 19, app/scss/header/_component_header-modal.scss */
.gs-header-modal .gs-header-modal__content {
    position: relative;
    width: 100%;
    height: 260px;
    background: #241d1d;
}

@media (min-width: 768px) {
    /* line 19, app/scss/header/_component_header-modal.scss */
    .gs-header-modal .gs-header-modal__content {
        width: 640px;
        height: 320px;
    }
}

@media (min-width: 992px) {
    /* line 19, app/scss/header/_component_header-modal.scss */
    .gs-header-modal .gs-header-modal__content {
        width: 720px;
        height: 480px;
    }
}

/* line 35, app/scss/header/_component_header-modal.scss */
.gs-header-modal .gs-header-modal__content__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* line 45, app/scss/header/_component_header-modal.scss */
.gs-header-modal .gs-header-modal__content__close:before {
    color: #fff;
}

/* line 52, app/scss/header/_component_header-modal.scss */
.gs-header-modal.gs-header-modal--active {
    opacity: 1;
    pointer-events: inherit;
}

/* line 10, app/scss/header/_component_header-summer.scss */
.gs-header-summer__body {
    display: flex;
    flex-direction: column;
    background: #1a3b71;
    color: #fff;
    text-transform: none !important;
}

@media (min-width: 992px) {
    /* line 10, app/scss/header/_component_header-summer.scss */
    .gs-header-summer__body {
        display: block;
    }
}

/* line 23, app/scss/header/_component_header-summer.scss */
.gs-header-summer__wrapper__normal {
    padding: 3rem 0;
}

@media (min-width: 992px) {
    /* line 23, app/scss/header/_component_header-summer.scss */
    .gs-header-summer__wrapper__normal {
        padding: 4.6875rem 0;
    }
}

/* line 27, app/scss/header/_component_header-summer.scss */
.gs-header-summer__wrapper__big {
    padding: 3rem 0;
}

@media (min-width: 992px) {
    /* line 27, app/scss/header/_component_header-summer.scss */
    .gs-header-summer__wrapper__big {
        padding: 6.6875rem 0;
    }
}

/* line 33, app/scss/header/_component_header-summer.scss */
.gs-header-summer__title {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    text-transform: none;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    color: #fff;
    font-weight: normal;
    margin: 0;
}

@media (min-width: 768px) {
    /* line 33, app/scss/header/_component_header-summer.scss */
    .gs-header-summer__title {
        font-size: 48px;
        line-height: 64px;
    }
}

@media (min-width: 992px) {
    /* line 33, app/scss/header/_component_header-summer.scss */
    .gs-header-summer__title {
        font-size: 60px;
        line-height: 83px;
    }
}

@media (min-width: 992px) {
    /* line 33, app/scss/header/_component_header-summer.scss */
    .gs-header-summer__title {
        line-height: 80px;
    }
}

/* line 42, app/scss/header/_component_header-summer.scss */
.gs-header-summer__imagePosition {
    order: 1;
}

@media (min-width: 992px) {
    /* line 42, app/scss/header/_component_header-summer.scss */
    .gs-header-summer__imagePosition {
        position: relative;
        max-width: 1120px;
        margin: auto;
        order: 0;
    }
}

/* line 52, app/scss/header/_component_header-summer.scss */
.gs-header-summer__imagePosition img {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 15.4375rem;
    vertical-align: middle;
}

@media (min-width: 992px) {
    /* line 52, app/scss/header/_component_header-summer.scss */
    .gs-header-summer__imagePosition img {
        position: absolute;
        max-width: 25.3125rem;
        min-height: 16.875rem;
        -o-object-fit: cover;
        object-fit: cover;
        right: 0rem;
        transform: translateY(5.625rem);
    }
}