@font-face {
    font-family: 'gs';
    src: url("/a/pgs/Fonts/ir-icons/gs.ttf?eb6kdh") format("truetype"), url("/a/pgs/Fonts/ir-icons/gs.woff?eb6kdh") format("woff"), url("/a/pgs/Fonts/ir-icons/gs.svg?eb6kdh#gs") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* line 97, app/scss/_fonts.scss */
.program-finder [class^="icon-"]:before, [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gs', Arial, sans-serif;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 112, app/scss/_fonts.scss */
.icon-close:before {
    content: "\e90c";
}

/* line 115, app/scss/_fonts.scss */
.icon-team-grid:before {
    content: "\e90a";
}

/* line 118, app/scss/_fonts.scss */
.icon-team-slider:before {
    content: "\e90b";
}

/* line 121, app/scss/_fonts.scss */
.icon-video-small:before {
    content: "\e909";
}

/* line 124, app/scss/_fonts.scss */
.icon-grid:before {
    content: "\e907";
}

/* line 127, app/scss/_fonts.scss */
.icon-slider:before {
    content: "\e908";
}

/* line 130, app/scss/_fonts.scss */
.icon-audio:before {
    content: "\e901";
}

/* line 133, app/scss/_fonts.scss */
.icon-video:before {
    content: "\e904";
}

/* line 136, app/scss/_fonts.scss */
.icon-accordion-1:before {
    content: "\e905";
}

/* line 139, app/scss/_fonts.scss */
.icon-accordion-2:before {
    content: "\e906";
}

/* line 142, app/scss/_fonts.scss */
.icon-accordion-3:before {
    content: "\e928";
}

/* line 145, app/scss/_fonts.scss */
.icon-accordion-4:before {
    content: "\e929";
}

/* line 148, app/scss/_fonts.scss */
.icon-accordion-5:before {
    content: "\e92a";
}

/* line 151, app/scss/_fonts.scss */
.icon-accordion-6:before {
    content: "\e92b";
}

/* line 154, app/scss/_fonts.scss */
.icon-accordion-7:before {
    content: "\e92c";
}

/* line 157, app/scss/_fonts.scss */
.icon-arrow-top:before {
    content: "\e902";
}

/* line 160, app/scss/_fonts.scss */
.icon-explore:before {
    content: "\e903";
}

/* line 163, app/scss/_fonts.scss */
.icon-lg:before {
    content: "\e900";
}

/* line 166, app/scss/_fonts.scss */
.icon-checkmark:before {
    content: "\e911";
}

/* line 169, app/scss/_fonts.scss */
.icon-quote:before {
    content: "\e90d";
}

/* line 172, app/scss/_fonts.scss */
.icon-audio-sound:before {
    content: "\e90e";
}

/* line 175, app/scss/_fonts.scss */
.icon-file-pdf:before {
    content: "\e90f";
}

/* line 178, app/scss/_fonts.scss */
.icon-link-arrow:before {
    content: "\e910";
}

/* line 181, app/scss/_fonts.scss */
.icon-document:before {
    content: "\e912";
}

/* line 184, app/scss/_fonts.scss */
.icon-arrow-left:before {
    content: "\e913";
}

/* line 187, app/scss/_fonts.scss */
.icon-arrow-right:before {
    content: "\e914";
}

/* line 190, app/scss/_fonts.scss */
.icon-arrow-bottom:before {
    content: "\e915";
}

/* line 193, app/scss/_fonts.scss */
.icon-calendar:before {
    content: "\e916";
}

/* line 196, app/scss/_fonts.scss */
.icon-watch-video:before {
    content: "\e917";
}

/* line 199, app/scss/_fonts.scss */
.icon-waterdrop:before {
    content: "\e918";
}

/* line 202, app/scss/_fonts.scss */
.icon-plastic-bottle:before {
    content: "\e919";
}

/* line 205, app/scss/_fonts.scss */
.icon-paper-stack:before {
    content: "\e91a";
}

/* 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 529, 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 549, 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 529, 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 549, 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 529, 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 549, 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 30, app/scss/_btn.scss */
.gs-btn, .gs-btn-white {
    overflow: visible;
}

/* line 32, 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 38, 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 47, 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 470, 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 475, 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 53, app/scss/_btn.scss */
.gs-btn .gs-btn--disabled {
    background: #434343;
    pointer-events: none;
}

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

/* line 63, 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 470, 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 475, 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 69, app/scss/_btn.scss */
.gs-btn-white:after {
    border-color: #fff;
}

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

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

/* line 84, 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 470, 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 475, 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 89, 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 95, 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 107, 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 122, app/scss/_btn.scss */
.gs-btn-secondary-white {
    color: #fff;
}

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

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

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

/* line 139, 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 147, app/scss/_btn.scss */
.gs-btn-investors-white:hover {
    background: transparent;
    color: #fff;
}

/* line 153, 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 161, app/scss/_btn.scss */
.gs-btn-investors-dark.hover-bold:hover {
    font-weight: 600;
}

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

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

/* line 178, 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 188, app/scss/_btn.scss */
.gs-btn-investors-darkBlue.hover-bold:hover {
    font-weight: 600;
}

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

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

/* line 205, 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 212, app/scss/_btn.scss */
.gs-btn-investors-transparent:hover {
    background: #fff;
    color: #1A3B71;
}

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

/* line 222, 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 676, app/scss/_mixins.scss */
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

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

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

/* line 20, 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 20, 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 20, 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 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc(100% - 32px);
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    /* line 20, 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 20, 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 20, 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 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: calc(((100% - (24px * 7)) / 8 * 6) + (24px * 5));
    }
}

@media (min-width: 992px) {
    /* line 20, 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 20, 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 20, 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 20, app/scss/global.scss */
    .gs-showcase-10-6-cols {
        width: 100%;
        max-width: 1120px;
    }
}

/* line 1, app/scss/cards/_component_article_cards.scss */
.article-card {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
}

/* line 7, app/scss/cards/_component_article_cards.scss */
.article-card__container {
    flex: 2;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    /* line 7, app/scss/cards/_component_article_cards.scss */
    .article-card__container {
        flex-direction: row;
    }
}

/* line 18, app/scss/cards/_component_article_cards.scss */
.article-card__img {
    width: 100%;
}

/* line 21, app/scss/cards/_component_article_cards.scss */
.article-card__img img {
    width: 100%;
}

@media (min-width: 768px) {
    /* line 18, app/scss/cards/_component_article_cards.scss */
    .article-card__img {
        width: 255px;
        height: 289px;
    }
}

/* line 31, app/scss/cards/_component_article_cards.scss */
.article-card__section {
    flex: 4;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 64px;
}

@media (min-width: 768px) {
    /* line 31, app/scss/cards/_component_article_cards.scss */
    .article-card__section {
        padding-left: 35px;
        margin-bottom: 0px;
    }
}

/* line 45, app/scss/cards/_component_article_cards.scss */
.article-card__description {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
    color: #241d1d;
}

@media (min-width: 768px) {
    /* line 45, app/scss/cards/_component_article_cards.scss */
    .article-card__description {
        margin-bottom: 0px;
    }
}

/* line 60, app/scss/cards/_component_article_cards.scss */
.article-cardv2 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: #241d1d;
    padding-bottom: 3.75rem;
}

/* line 69, app/scss/cards/_component_article_cards.scss */
.article-cardv2:hover .article-cardv2__text {
    color: #2471d6;
}

/* line 72, app/scss/cards/_component_article_cards.scss */
.article-cardv2:hover .article-cardv2__watch {
    color: #2471d6;
}

@media (min-width: 992px) {
    /* line 78, app/scss/cards/_component_article_cards.scss */
    .article-cardv2:hover .article-cardv2__imageContainer img {
        transform: scale(1.05);
    }
}

/* line 87, app/scss/cards/_component_article_cards.scss */
.article-cardv2__blue:hover .article-cardv2__text {
    font-weight: bold;
    color: #fff;
}

/* line 91, app/scss/cards/_component_article_cards.scss */
.article-cardv2__blue:hover .article-cardv2__watch {
    font-weight: bold;
    color: #fff;
}

/* line 97, app/scss/cards/_component_article_cards.scss */
.article-cardv2__blue .article-cardv2__text {
    transition: none;
    color: #fff;
}

/* line 101, app/scss/cards/_component_article_cards.scss */
.article-cardv2__blue .article-cardv2__watch {
    transition: none;
    color: #fff;
}

/* line 107, app/scss/cards/_component_article_cards.scss */
.article-cardv2:visited {
    color: inherit;
}

/* line 112, app/scss/cards/_component_article_cards.scss */
.article-cardv2__imageContainer img {
    border-radius: 50%;
    width: 10.5rem;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

/* line 120, app/scss/cards/_component_article_cards.scss */
.article-cardv2__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 12px 0 0 24px;
}

/* line 128, app/scss/cards/_component_article_cards.scss */
.article-cardv2__text {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: normal;
    transition: color 0.3s ease-in-out;
    margin: 0;
}

@media (min-width: 992px) {
    /* line 128, app/scss/cards/_component_article_cards.scss */
    .article-cardv2__text {
        font-size: 28px;
        line-height: 36px;
    }
}

/* line 134, app/scss/cards/_component_article_cards.scss */
.article-cardv2__watch {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #241d1d;
    transition: color 0.3s ease-in-out;
    margin-top: 1.125rem;
}

/* line 141, app/scss/cards/_component_article_cards.scss */
.article-cardv2__watch::before {
    padding-right: 0.75rem;
}

/* line 1, app/scss/cards/_component_list_cards.scss */
.gs-cards-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 32px;
    padding-bottom: 56px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 529, app/scss/_mixins.scss */
    .gs-cards-list > * {
        margin: calc(32px/2) calc(16px/2);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 1, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 549, app/scss/_mixins.scss */
    .gs-cards-list > * {
        width: calc((100% / 1) - 16px);
    }
}

@media (min-width: 768px) {
    /* line 1, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 24px;
        gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        row-gap: 32px;
        padding-bottom: 56px;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 529, app/scss/_mixins.scss */
    .gs-cards-list > * {
        margin: calc(32px/2) calc(24px/2);
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 1, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 549, app/scss/_mixins.scss */
    .gs-cards-list > * {
        width: calc((100% / 2) - 24px);
    }
}

@media (min-width: 992px) {
    /* line 1, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 32px;
        gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
        row-gap: 32px;
        padding-bottom: 96px;
    }
}

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

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 1, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 549, app/scss/_mixins.scss */
    .gs-cards-list > * {
        width: calc((100% / 3) - 32px);
    }
}

@media (min-width: 992px) {
    /* line 16, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list.gs-cards-list--two {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 32px;
        gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
        row-gap: 32px;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 529, app/scss/_mixins.scss */
    .gs-cards-list.gs-cards-list--two > * {
        margin: calc(16px) calc(16px);
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 16, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list.gs-cards-list--two {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 549, app/scss/_mixins.scss */
    .gs-cards-list.gs-cards-list--two > * {
        width: calc((100% / 2) - 32px);
    }
}

@media (min-width: 992px) {
    /* line 21, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list.gs-cards-list--two .gs-cards__data {
        padding-right: 96px;
    }
}

/* line 28, app/scss/cards/_component_list_cards.scss */
.gs-cards-list.gs-cards-list--four {
    grid-gap: 48px;
    gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    row-gap: 48px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 529, app/scss/_mixins.scss */
    .gs-cards-list.gs-cards-list--four > * {
        margin: calc(48px/2) calc(48px/2);
    }
}

@media (min-width: 768px) {
    /* line 28, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list.gs-cards-list--four {
        grid-gap: 24px;
        gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        row-gap: 32px;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 529, app/scss/_mixins.scss */
    .gs-cards-list.gs-cards-list--four > * {
        margin: calc(32px/2) calc(24px/2);
    }
}

@media (min-width: 992px) {
    /* line 28, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list.gs-cards-list--four {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 32px;
        gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
        row-gap: 32px;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 529, app/scss/_mixins.scss */
    .gs-cards-list.gs-cards-list--four > * {
        margin: calc(16px) calc(16px);
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 28, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list.gs-cards-list--four {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 549, app/scss/_mixins.scss */
    .gs-cards-list.gs-cards-list--four > * {
        width: calc((100% / 4) - 32px);
    }
}

/* line 38, app/scss/cards/_component_list_cards.scss */
.gs-cards-list.gs-cards-list--four .gs-cards__data {
    padding-bottom: 0;
}

/* line 39, app/scss/cards/_component_list_cards.scss */
.gs-cards-list.gs-cards-list--four .gs-cards__data__eyebrow {
    padding-bottom: 8px;
}

/* line 43, app/scss/cards/_component_list_cards.scss */
.gs-cards-list.gs-cards-list--four .gs-cards__data *:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    /* line 38, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list.gs-cards-list--four .gs-cards__data {
        padding-right: 0;
    }
    /* line 49, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list.gs-cards-list--four .gs-cards__data__eyebrow {
        padding-bottom: 12px;
    }
    /* line 52, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list.gs-cards-list--four .gs-cards__data__title {
        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) and (min-width: 992px) {
    /* line 52, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list.gs-cards-list--four .gs-cards__data__title {
        font-size: 18px;
        line-height: 22px;
    }
}

/* line 56, app/scss/cards/_component_list_cards.scss */
.gs-cards-list.gs-cards-list--four .gs-cards__data + .gs-cards__extra {
    margin-top: 16px;
}

@media (min-width: 992px) {
    /* line 56, app/scss/cards/_component_list_cards.scss */
    .gs-cards-list.gs-cards-list--four .gs-cards__data + .gs-cards__extra {
        margin-top: 24px;
    }
}

/* line 66, app/scss/cards/_component_list_cards.scss */
.gs-cards-list.gs-cards-list--four .gs-cards--white .gs-cards__data, .gs-cards-list.gs-cards-list--four .gs-cards--grey .gs-cards__data {
    padding: 32px !important;
}

/* line 69, app/scss/cards/_component_list_cards.scss */
.gs-cards-list.gs-cards-list--four .gs-cards--white .gs-cards__extra, .gs-cards-list.gs-cards-list--four .gs-cards--grey .gs-cards__extra {
    padding: 32px !important;
    padding-top: 0 !important;
}

@media (min-width: 768px) {
    /* line 81, app/scss/cards/_component_list_cards.scss */
    .gs-cards-module .gs-header {
        padding-bottom: 72px;
    }
}

@media (min-width: 992px) {
    /* line 81, app/scss/cards/_component_list_cards.scss */
    .gs-cards-module .gs-header {
        padding-bottom: 96px;
    }
}

/* line 91, app/scss/cards/_component_list_cards.scss */
.gs-investors-cards-list {
    padding-bottom: 88px;
}

/* line 94, app/scss/cards/_component_list_cards.scss */
.gs-investors-cards-list button {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 500;
    background: transparent;
    width: 180px;
    padding: 12px 0;
    border: 2px solid #5C5C5C;
}

/* line 101, app/scss/cards/_component_list_cards.scss */
.gs-investors-cards-list button:hover {
    cursor: pointer;
}

/* line 106, app/scss/cards/_component_list_cards.scss */
.gs-investors-cards-list h2 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 64px;
}

@media (min-width: 768px) {
    /* line 106, app/scss/cards/_component_list_cards.scss */
    .gs-investors-cards-list h2 {
        font-size: 34px;
        line-height: 44px;
    }
}

/* line 112, app/scss/cards/_component_list_cards.scss */
.gs-investors-cards-list__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 32px;
    padding-bottom: 32px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 529, app/scss/_mixins.scss */
    .gs-investors-cards-list__grid > * {
        margin: calc(32px/2) calc(16px/2);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 112, app/scss/cards/_component_list_cards.scss */
    .gs-investors-cards-list__grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 549, app/scss/_mixins.scss */
    .gs-investors-cards-list__grid > * {
        width: calc((100% / 1) - 16px);
    }
}

@media (min-width: 768px) {
    /* line 112, app/scss/cards/_component_list_cards.scss */
    .gs-investors-cards-list__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 24px;
        gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        row-gap: 32px;
        padding-bottom: 32px;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 529, app/scss/_mixins.scss */
    .gs-investors-cards-list__grid > * {
        margin: calc(32px/2) calc(24px/2);
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    /* line 112, app/scss/cards/_component_list_cards.scss */
    .gs-investors-cards-list__grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 549, app/scss/_mixins.scss */
    .gs-investors-cards-list__grid > * {
        width: calc((100% / 2) - 24px);
    }
}

@media (min-width: 992px) {
    /* line 112, app/scss/cards/_component_list_cards.scss */
    .gs-investors-cards-list__grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 32px;
        gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
        row-gap: 32px;
        padding-bottom: 56px;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 529, app/scss/_mixins.scss */
    .gs-investors-cards-list__grid > * {
        margin: calc(16px) calc(16px);
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    /* line 112, app/scss/cards/_component_list_cards.scss */
    .gs-investors-cards-list__grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* line 549, app/scss/_mixins.scss */
    .gs-investors-cards-list__grid > * {
        width: calc((100% / 3) - 32px);
    }
}

/* line 149, app/scss/cards/_component_list_cards.scss */
.articles-cards-list__blue {
    background-color: #2471d6;
}

/* line 153, app/scss/cards/_component_list_cards.scss */
.articles-cards-list .hr_blue {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    position: relative;
    border: none;
    background: #2471d6;
    height: 2px;
    margin: 0 0 1.5rem;
}

@media (min-width: 992px) {
    /* line 153, app/scss/cards/_component_list_cards.scss */
    .articles-cards-list .hr_blue {
        margin: 0;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 153, app/scss/cards/_component_list_cards.scss */
    .articles-cards-list .hr_blue {
        margin-bottom: 3rem;
    }
}

/* line 157, app/scss/cards/_component_list_cards.scss */
.articles-cards-list .hr_white {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    position: relative;
    border: none;
    background: #fff;
    height: 2px;
    margin: 0 0 1.5rem;
}

@media (min-width: 992px) {
    /* line 157, app/scss/cards/_component_list_cards.scss */
    .articles-cards-list .hr_white {
        margin: 0;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 157, app/scss/cards/_component_list_cards.scss */
    .articles-cards-list .hr_white {
        margin-bottom: 3rem;
    }
}

/* line 1, app/scss/cards/_component_cards.scss */
.gs-cards {
    display: flex;
}

/* line 676, app/scss/_mixins.scss */
.gs-cards a, .gs-cards h3, .gs-cards p, .gs-cards div, .gs-cards span, .gs-cards button {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 721, app/scss/_mixins.scss */
.gs-cards a {
    text-decoration: none;
}

/* line 6, app/scss/cards/_component_cards.scss */
.gs-cards.gs-cards--white {
    background: #fff;
}

/* line 10, app/scss/cards/_component_cards.scss */
.gs-cards.gs-cards--white .gs-cards__image {
    margin-bottom: 0;
}

/* line 14, app/scss/cards/_component_cards.scss */
.gs-cards.gs-cards--white .gs-cards__data {
    padding: 32px 24px 0;
}

@media (min-width: 768px) {
    /* line 14, app/scss/cards/_component_cards.scss */
    .gs-cards.gs-cards--white .gs-cards__data {
        padding: 32px 32px 0;
    }
}

/* line 20, app/scss/cards/_component_cards.scss */
.gs-cards.gs-cards--white .gs-cards__extra {
    padding: 24px 24px 32px;
}

@media (min-width: 768px) {
    /* line 20, app/scss/cards/_component_cards.scss */
    .gs-cards.gs-cards--white .gs-cards__extra {
        padding: 24px 32px 32px;
    }
}

/* line 29, app/scss/cards/_component_cards.scss */
.gs-cards.gs-cards--grey {
    background: #f7f7f7;
}

/* line 33, app/scss/cards/_component_cards.scss */
.gs-cards.gs-cards--grey .gs-cards__image {
    margin-bottom: 0;
}

/* line 36, app/scss/cards/_component_cards.scss */
.gs-cards.gs-cards--grey .gs-cards__data {
    padding: 32px 24px 0;
}

@media (min-width: 768px) {
    /* line 36, app/scss/cards/_component_cards.scss */
    .gs-cards.gs-cards--grey .gs-cards__data {
        padding: 32px 32px 0;
    }
}

/* line 42, app/scss/cards/_component_cards.scss */
.gs-cards.gs-cards--grey .gs-cards__extra {
    padding: 24px 24px 32px;
}

@media (min-width: 768px) {
    /* line 42, app/scss/cards/_component_cards.scss */
    .gs-cards.gs-cards--grey .gs-cards__extra {
        padding: 24px 32px 32px;
    }
}

/* line 52, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__header {
    display: flex;
    align-items: flex-end;
    padding-bottom: 16px;
}

@media (min-width: 768px) {
    /* line 52, app/scss/cards/_component_cards.scss */
    .gs-cards .gs-cards__header {
        align-items: center;
    }
}

/* line 62, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__header__image img {
    vertical-align: top;
    max-height: 20px;
}

/* line 68, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__header object {
    margin-left: auto;
}

/* line 72, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__header__link {
    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-cards .gs-cards__header__link:hover {
    text-decoration: underline;
}

/* line 77, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__image {
    align-self: stretch;
    margin-bottom: 24px;
}

/* line 80, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__image__wrapper {
    display: flex;
    position: relative;
    overflow: hidden;
}

/* line 85, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__image__wrapper:before {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 9px;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 24px;
    background: #0b072b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* line 102, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__image__wrapper img {
    vertical-align: top;
    align-self: flex-start;
    width: 100%;
}

@media (min-width: 992px) {
    /* line 102, app/scss/cards/_component_cards.scss */
    .gs-cards .gs-cards__image__wrapper img {
        transition: all 0.3s ease-in-out;
    }
}

/* line 114, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data {
    padding-bottom: 16px;
    padding-right: 32px;
}

@media (min-width: 992px) {
    /* line 114, app/scss/cards/_component_cards.scss */
    .gs-cards .gs-cards__data {
        padding-bottom: 24px;
    }
}

/* line 121, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__eyebrow {
    display: block;
    padding-bottom: 8px;
    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 127, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__title {
    padding-bottom: 16px;
    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 127, app/scss/cards/_component_cards.scss */
    .gs-cards .gs-cards__data__title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    /* line 127, app/scss/cards/_component_cards.scss */
    .gs-cards .gs-cards__data__title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    /* line 127, app/scss/cards/_component_cards.scss */
    .gs-cards .gs-cards__data__title {
        transition: color 0.3s ease-in-out;
    }
}

/* line 136, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__date {
    display: block;
    padding-bottom: 16px;
    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;
    text-transform: inherit;
}

/* line 143, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__description {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}

/* line 147, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__description > p {
    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;
    display: inline;
}

/* line 151, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__description > p > span.hide {
    display: none;
}

/* line 156, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__description-show-more {
    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;
    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;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: none;
    border: none;
    box-shadow: none;
}

/* line 168, app/scss/_mixins.scss */
.gs-cards .gs-cards__data__description-show-more:hover {
    text-decoration: underline;
}

/* line 458, app/scss/_mixins.scss */
.gs-cards .gs-cards__data__description-show-more::-moz-selection, .gs-cards .gs-cards__data__description-show-more::-moz-selection {
    background: rgba(0, 0, 0, 0);
}
.gs-cards .gs-cards__data__description-show-more::selection, .gs-cards .gs-cards__data__description-show-more::-moz-selection {
    background: rgba(0, 0, 0, 0);
}

/* line 165, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__description-show-more.hide {
    display: none;
}

/* line 172, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__cta__link {
    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-cards .gs-cards__data__cta__link:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    /* line 175, app/scss/cards/_component_cards.scss */
    .gs-cards .gs-cards__data__cta__link:hover {
        text-decoration: underline;
    }
}

/* line 183, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__topics {
    display: block;
    padding-top: 16px;
    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;
    text-transform: inherit;
}

/* line 190, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__topics object a {
    color: #3173b5;
    position: relative;
}

/* line 194, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__topics object a:hover:before {
    content: "";
    height: 1px;
    width: calc(100% - 13px);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3173b5;
}

/* line 204, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__topics object a:after {
    content: "/";
    padding: 0 4px;
    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 213, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__topics object:last-child a:after {
    display: none;
}

/* line 216, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__data__topics object:last-child a:before {
    width: 100%;
}

/* line 225, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__extra {
    margin-top: auto;
}

/* line 229, app/scss/cards/_component_cards.scss */
.gs-cards .gs-cards__link {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 992px) {
    /* line 236, app/scss/cards/_component_cards.scss */
    .gs-cards .gs-cards__link:hover .gs-cards__image__wrapper img {
        transform: scale(1.05);
    }
}

@media (min-width: 992px) {
    /* line 243, app/scss/cards/_component_cards.scss */
    .gs-cards .gs-cards__link:hover .gs-cards__data__title {
        color: #3173b5;
    }
}

/* line 1, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cards {
    background: #2471d6;
    box-sizing: border-box;
    transition: background .5s ease-in-out;
}

/* line 676, app/scss/_mixins.scss */
.gs-investors-cards a, .gs-investors-cards h3, .gs-investors-cards div, .gs-investors-cards span {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 721, app/scss/_mixins.scss */
.gs-investors-cards a {
    text-decoration: none;
}

/* line 7, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cards:hover {
    background: #1a3b71;
}

/* line 12, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cards .gs-investors-cards__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

/* line 20, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cards .gs-investors-cards__title {
    padding: 1.5625rem;
    margin-bottom: 86px;
}

/* line 24, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cards .gs-investors-cards__title h3 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    font-weight: normal;
}

@media (min-width: 992px) {
    /* line 24, app/scss/cards/_component_investors-cards.scss */
    .gs-investors-cards .gs-investors-cards__title h3 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 992px) {
    /* line 24, app/scss/cards/_component_investors-cards.scss */
    .gs-investors-cards .gs-investors-cards__title h3 {
        line-height: 30px;
    }
}

/* line 32, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cards .gs-investors-cards__cta {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #fff;
    font-weight: 500;
    padding: 0 1.5625rem 1.5625rem !important;
}

/* line 39, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cardsv2 {
    height: 234px;
    background: #fff;
    box-sizing: border-box;
    border-top: 8px solid #508EEE;
}

/* line 676, app/scss/_mixins.scss */
.gs-investors-cardsv2 a, .gs-investors-cardsv2 h3, .gs-investors-cardsv2 div, .gs-investors-cardsv2 span {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 721, app/scss/_mixins.scss */
.gs-investors-cardsv2 a {
    text-decoration: none;
}

/* line 49, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cardsv2:hover .gs-investors-cardsv2__title h3 {
    color: #3173b5;
}

/* line 54, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cardsv2:hover .gs-investors-cardsv2__type {
    color: #3173b5;
}

/* line 61, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cardsv2 .gs-investors-cardsv2__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

/* line 68, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cardsv2 .gs-investors-cardsv2__link img {
    width: 100%;
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    /* line 68, app/scss/cards/_component_investors-cards.scss */
    .gs-investors-cardsv2 .gs-investors-cardsv2__link img {
        max-height: 342px;
    }
}

/* line 79, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cardsv2 .gs-investors-cardsv2__cta {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #2471d6;
    font-weight: 500;
    line-height: 18px;
    padding: 0 1.5625rem 1.5625rem !important;
}

/* line 85, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cardsv2 .gs-investors-cardsv2__title {
    padding: 1.5625rem;
}

/* line 88, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cardsv2 .gs-investors-cardsv2__title h3 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 400;
    margin-bottom: 24px;
    transition: color .5s ease-in-out;
}

@media (min-width: 992px) {
    /* line 88, app/scss/cards/_component_investors-cards.scss */
    .gs-investors-cardsv2 .gs-investors-cardsv2__title h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

/* line 94, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cardsv2 .gs-investors-cardsv2__title p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 300;
}

/* line 99, app/scss/cards/_component_investors-cards.scss */
.gs-investors-cardsv2 .gs-investors-cardsv2__type {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 0 1.5625rem 1.5625rem !important;
    transition: color .5s ease-in-out;
    text-transform: uppercase;
}

/* line 676, app/scss/_mixins.scss */
.proxy-material-brief a, .proxy-material-brief h3, .proxy-material-brief p, .proxy-material-brief span, .proxy-material-brief button {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 721, app/scss/_mixins.scss */
.proxy-material-brief a {
    text-decoration: none;
}

/* line 6, app/scss/cards/_component_proxy_material_brief.scss */
.proxy-material-brief .proxy-material-brief__content {
    padding: 3.5rem 0 3.5rem;
}

/* line 10, app/scss/cards/_component_proxy_material_brief.scss */
.proxy-material-brief .proxy-material-brief__date {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.25px;
    color: #6d6e6e;
    text-transform: uppercase;
    font-weight: normal;
}

@media (min-width: 992px) {
    /* line 10, app/scss/cards/_component_proxy_material_brief.scss */
    .proxy-material-brief .proxy-material-brief__date {
        font-size: 14px;
        line-height: 22px;
    }
}

/* line 18, app/scss/cards/_component_proxy_material_brief.scss */
.proxy-material-brief .proxy-material-brief__title {
    margin-bottom: 10px;
}

/* line 21, app/scss/cards/_component_proxy_material_brief.scss */
.proxy-material-brief .proxy-material-brief__title h3 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 300;
}

@media (min-width: 768px) {
    /* line 21, app/scss/cards/_component_proxy_material_brief.scss */
    .proxy-material-brief .proxy-material-brief__title h3 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 992px) {
    /* line 21, app/scss/cards/_component_proxy_material_brief.scss */
    .proxy-material-brief .proxy-material-brief__title h3 {
        font-size: 48px;
        line-height: 64px;
    }
}

/* line 26, app/scss/cards/_component_proxy_material_brief.scss */
.proxy-material-brief .proxy-material-brief__description {
    margin-bottom: 36px;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: normal;
}

@media (min-width: 992px) {
    /* line 26, app/scss/cards/_component_proxy_material_brief.scss */
    .proxy-material-brief .proxy-material-brief__description {
        font-size: 20px;
        line-height: 30px;
    }
}

/* line 32, app/scss/cards/_component_proxy_material_brief.scss */
.proxy-material-brief .proxy-material-brief__link a {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

/* line 39, app/scss/cards/_component_proxy_material_brief.scss */
.proxy-material-brief .proxy-material-brief__dark {
    background-color: #2471d6;
}

/* line 42, app/scss/cards/_component_proxy_material_brief.scss */
.proxy-material-brief .proxy-material-brief__dark, .proxy-material-brief .proxy-material-brief__dark *, .proxy-material-brief .proxy-material-brief__dark .icon:before {
    color: #fff !important;
}

/* line 47, app/scss/cards/_component_proxy_material_brief.scss */
.proxy-material-brief .proxy-material-brief__light {
    background-color: #fff;
}

/* line 51, app/scss/cards/_component_proxy_material_brief.scss */
.proxy-material-brief .proxy-material-brief__light__link a {
    color: #2471d6;
}

/* line 1, app/scss/cards/_component_homepage-card.scss */
.homepage-card {
    background-color: #2471d6;
    padding: 6.125rem 0;
    background-size: cover;
}

/* line 6, app/scss/cards/_component_homepage-card.scss */
.homepage-card__text {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    color: #fff;
    font-weight: normal;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    /* line 6, app/scss/cards/_component_homepage-card.scss */
    .homepage-card__text {
        font-size: 48px;
        line-height: 64px;
    }
}

@media (min-width: 992px) {
    /* line 6, app/scss/cards/_component_homepage-card.scss */
    .homepage-card__text {
        font-size: 60px;
        line-height: 83px;
    }
}

@media (min-width: 992px) {
    /* line 6, app/scss/cards/_component_homepage-card.scss */
    .homepage-card__text {
        margin-bottom: 0;
        line-height: 5rem;
    }
}

/* line 16, app/scss/cards/_component_homepage-card.scss */
.homepage-card__date__container {
    display: flex;
}

@media (min-width: 992px) {
    /* line 16, app/scss/cards/_component_homepage-card.scss */
    .homepage-card__date__container {
        justify-content: flex-end;
    }
}

/* line 24, app/scss/cards/_component_homepage-card.scss */
.homepage-card__date__box {
    display: none;
}

@media (min-width: 992px) {
    /* line 24, app/scss/cards/_component_homepage-card.scss */
    .homepage-card__date__box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2.25rem 2.625rem 1.5rem;
        border: 3px solid #FFFFFF;
        box-sizing: border-box;
        text-align: center;
        color: #fff;
        width: 10rem;
        height: 10rem;
        margin-top: 0.8125rem;
    }
}

/* line 43, app/scss/cards/_component_homepage-card.scss */
.homepage-card__day {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.375rem;
}

/* line 50, app/scss/cards/_component_homepage-card.scss */
.homepage-card__month {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0.3125rem;
}

/* line 57, app/scss/cards/_component_homepage-card.scss */
.homepage-card__buttons__container {
    display: flex;
    flex-direction: column;
    max-width: 24rem;
    justify-content: space-between;
}

/* line 63, app/scss/cards/_component_homepage-card.scss */
.homepage-card__buttons__container a:first-child {
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    /* line 57, app/scss/cards/_component_homepage-card.scss */
    .homepage-card__buttons__container {
        flex-direction: row;
    }
    /* line 70, app/scss/cards/_component_homepage-card.scss */
    .homepage-card__buttons__container a:first-child {
        margin-bottom: 0;
    }
}

/* line 2, app/scss/cards/_component_statistics_card.scss */
.statistics hr {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    position: relative;
    border: none;
    background: #2471d6;
    height: 2px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* line 2, app/scss/cards/_component_statistics_card.scss */
    .statistics hr {
        margin-bottom: 3rem;
    }
}

/* line 14, app/scss/cards/_component_statistics_card.scss */
.statistics__content {
    padding: 32px 0;
}

/* line 18, app/scss/cards/_component_statistics_card.scss */
.statistics__title {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    color: #2471d6;
    font-size: 1.125rem;
    line-height: 1.125rem;
    word-spacing: auto;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    /* line 18, app/scss/cards/_component_statistics_card.scss */
    .statistics__title {
        font-size: 1.25rem;
        line-height: 1.25rem;
        word-spacing: 100vw;
        margin-bottom: 0;
    }
}

/* line 34, app/scss/cards/_component_statistics_card.scss */
.statistics__param {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #241d1d;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

@media (min-width: 992px) {
    /* line 34, app/scss/cards/_component_statistics_card.scss */
    .statistics__param {
        margin-bottom: 1rem;
    }
}

/* line 47, app/scss/cards/_component_statistics_card.scss */
.statistics__value {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #241d1d;
    font-size: 2.5rem;
    line-height: 4rem;
}

@media (min-width: 992px) {
    /* line 47, app/scss/cards/_component_statistics_card.scss */
    .statistics__value {
        font-size: 4.0625rem;
        line-height: 4.0625rem;
    }
}

/* line 1, app/scss/cards/_component_featured_modules.scss */
.featured-modules {
    margin-bottom: 6.25rem;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}

/* line 24, app/scss/cards/_component_featured_modules.scss */
.featured-modules__normal {
    padding: 0rem 0 0rem;
}

@media (min-width: 992px) {
    /* line 24, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__normal {
        padding: 0rem 0 0rem;
    }
}

/* line 28, app/scss/cards/_component_featured_modules.scss */
.featured-modules__detailv1 {
    padding: 3.75rem 0 3.5rem;
}

@media (min-width: 992px) {
    /* line 28, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__detailv1 {
        padding: 4.9375rem 0 5.5625rem;
    }
}

/* line 32, app/scss/cards/_component_featured_modules.scss */
.featured-modules__detailv2 {
    padding: 3.75rem 0 4.375rem;
}

@media (min-width: 992px) {
    /* line 32, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__detailv2 {
        padding: 3.125rem 0 5.1875rem;
    }
}

/* line 45, app/scss/cards/_component_featured_modules.scss */
.featured-modules__dark {
    background-color: #6397d9;
}

/* line 6, app/scss/cards/_component_featured_modules.scss */
.featured-modules__dark .featured-modules__category, .featured-modules__dark .featured-modules__title, .featured-modules__dark .featured-modules__description, .featured-modules__dark .featured-modules__quoteText, .featured-modules__dark .featured-modules__quoteReference {
    color: #fff;
}

/* line 10, app/scss/cards/_component_featured_modules.scss */
.featured-modules__dark .featured-modules__container {
    outline: none !important;
    padding-top: 0 !important;
}

/* line 14, app/scss/cards/_component_featured_modules.scss */
.featured-modules__dark .featured-modules__container::before {
    display: none;
}

/* line 19, app/scss/cards/_component_featured_modules.scss */
.featured-modules__dark .featured-modules__applyBox {
    margin-right: 0;
}

/* line 6, app/scss/cards/_component_featured_modules.scss */
.featured-modules__internalDark .featured-modules__category, .featured-modules__internalDark .featured-modules__title, .featured-modules__internalDark .featured-modules__description, .featured-modules__internalDark .featured-modules__quoteText, .featured-modules__internalDark .featured-modules__quoteReference {
    color: #fff;
}

/* line 10, app/scss/cards/_component_featured_modules.scss */
.featured-modules__internalDark .featured-modules__container {
    outline: none !important;
    padding-top: 0 !important;
}

/* line 14, app/scss/cards/_component_featured_modules.scss */
.featured-modules__internalDark .featured-modules__container::before {
    display: none;
}

/* line 19, app/scss/cards/_component_featured_modules.scss */
.featured-modules__internalDark .featured-modules__applyBox {
    margin-right: 0;
}

/* line 53, app/scss/cards/_component_featured_modules.scss */
.featured-modules__internalDark .featured-modules__container {
    background-color: #2471d6;
}

/* line 58, app/scss/cards/_component_featured_modules.scss */
.featured-modules__container {
    outline: 1px solid #c4c4c4;
    outline-offset: -1px;
    box-sizing: border-box;
    position: relative;
    padding-top: 0.75rem;
    /*background-color: #FFFFFF;*/
}

/* line 65, app/scss/cards/_component_featured_modules.scss */
.featured-modules__container::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 12px;
    background-color: #80B1F9;
}

/* line 76, app/scss/cards/_component_featured_modules.scss */
.featured-modules__container-small {
    height: auto;
}

@media (min-width: 992px) {
    /* line 76, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__container-small {
        height: 19.3125rem;
    }
}

/* line 84, app/scss/cards/_component_featured_modules.scss */
.featured-modules__container-pr {
    padding-right: 0;
}

@media (min-width: 992px) {
    /* line 84, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__container-pr {
        padding-right: 3.75rem;
    }
}

/* line 92, app/scss/cards/_component_featured_modules.scss */
.featured-modules__container.light-border {
    outline-color: #F1F4F9 !important;
}

/* line 97, app/scss/cards/_component_featured_modules.scss */
.featured-modules__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
}

@media (min-width: 768px) {
    /* line 97, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__content {
        margin: 2.75rem;
    }
}

/* line 107, app/scss/cards/_component_featured_modules.scss */
.featured-modules__content-small {
    height: auto;
}

@media (min-width: 992px) {
    /* line 107, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__content-small {
        height: 19.3125rem;
    }
}

/* line 111, app/scss/cards/_component_featured_modules.scss */
.featured-modules__content-medium {
    height: auto;
}

@media (min-width: 992px) {
    /* line 111, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__content-medium {
        height: 23.25rem;
    }
}

/* line 115, app/scss/cards/_component_featured_modules.scss */
.featured-modules__content-normal {
    height: auto;
}

@media (min-width: 992px) {
    /* line 115, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__content-normal {
        height: 26.8125rem;
    }
}

/* line 119, app/scss/cards/_component_featured_modules.scss */
.featured-modules__content-auto {
    padding: 0;
}

@media (min-width: 992px) {
    /* line 119, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__content-auto {
        padding: 4.5rem 0;
    }
}

/* line 127, app/scss/cards/_component_featured_modules.scss */
.featured-modules__content-auto-tall {
    padding: 5.5625rem 0;
}

/* line 131, app/scss/cards/_component_featured_modules.scss */
.featured-modules__content-headingSpace {
    margin: 0.75rem 2rem 3.5rem;
}

@media (min-width: 992px) {
    /* line 131, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__content-headingSpace {
        margin: 0;
    }
}

/* line 139, app/scss/cards/_component_featured_modules.scss */
.featured-modules__content-cardSpace {
    margin: 2.5rem 2rem 3.5rem;
}

@media (min-width: 992px) {
    /* line 139, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__content-cardSpace {
        margin: 0;
    }
}

/* line 147, app/scss/cards/_component_featured_modules.scss */
.featured-modules__content-none {
    margin: 3.5rem 0;
}

@media (min-width: 992px) {
    /* line 147, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__content-none {
        margin: 0;
    }
}

/* line 155, app/scss/cards/_component_featured_modules.scss */
.featured-modules__content-headingDark {
    margin: 0.75rem 0 3.5rem;
}

@media (min-width: 992px) {
    /* line 155, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__content-headingDark {
        margin: 0;
    }
}

@media (min-width: 992px) {
    /* line 97, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__content {
        margin: 0;
        justify-content: center;
    }
}

/* line 168, app/scss/cards/_component_featured_modules.scss */
.featured-modules__content-pl {
    padding-left: 0;
}

@media (min-width: 992px) {
    /* line 168, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__content-pl {
        padding-left: 3.75rem;
    }
}

/* line 176, app/scss/cards/_component_featured_modules.scss */
.featured-modules__content-pr {
    padding-right: 0;
}

@media (min-width: 992px) {
    /* line 176, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__content-pr {
        padding-right: 1.875rem;
    }
}

/* line 185, app/scss/cards/_component_featured_modules.scss */
.featured-modules__category {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 22px;
    color: #241d1d;
}

@media (min-width: 992px) {
    /* line 185, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__category {
        line-height: 18px;
        font-weight: 300;
    }
}

/* line 198, app/scss/cards/_component_featured_modules.scss */
.featured-modules__title {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 300;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    /* line 198, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    /* line 198, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__title {
        line-height: 44px;
    }
}

/* line 203, app/scss/cards/_component_featured_modules.scss */
.featured-modules__description {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 300;
    margin-top: 0.75rem;
}

/* line 208, app/scss/cards/_component_featured_modules.scss */
.featured-modules__quoteText {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 300;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    /* line 208, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__quoteText {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    /* line 208, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__quoteText {
        line-height: 44px;
    }
}

@media (min-width: 992px) {
    /* line 208, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__quoteText {
        margin-right: 1.875rem;
    }
}

/* line 217, app/scss/cards/_component_featured_modules.scss */
.featured-modules__quoteReference {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 300;
    margin-top: 2rem;
}

/* line 222, app/scss/cards/_component_featured_modules.scss */
.featured-modules__button {
    padding-top: 2rem;
}

/* line 226, app/scss/cards/_component_featured_modules.scss */
.featured-modules__applyBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 15rem;
    padding: 1.25rem 0.9375rem 0.875rem;
}

@media (min-width: 992px) {
    /* line 226, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__applyBox {
        padding: 3.125rem 2rem;
    }
}

/* line 238, app/scss/cards/_component_featured_modules.scss */
.featured-modules__applyBox__text {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 24px;
}

@media (min-width: 992px) {
    /* line 238, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__applyBox__text {
        font-size: 20px;
        line-height: 30px;
    }
}

/* line 244, app/scss/cards/_component_featured_modules.scss */
.featured-modules__applyBox__date {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 32px;
}

@media (min-width: 768px) {
    /* line 244, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__applyBox__date {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    /* line 244, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__applyBox__date {
        line-height: 44px;
    }
}

/* line 250, app/scss/cards/_component_featured_modules.scss */
.featured-modules__applyBox-light {
    background: #80B1F9;
    border: 2px solid #80B1F9;
    margin-right: 2rem !important;
}

.featured-modules__applyBox-blue {
    background: #2471d6;
    border: 2px solid #2471d6;
    /*margin-right: 2rem !important;*/
}

@media (min-width: 992px) {
    /* line 250, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__applyBox-light, .featured-modules__applyBox-blue  {
        margin-right: 0;
    }
}

/* line 259, app/scss/cards/_component_featured_modules.scss */
.featured-modules__applyBox-light .featured-modules__applyBox__text, .featured-modules__applyBox-blue .featured-modules__applyBox__text {
    color: #fff;
}

/* line 262, app/scss/cards/_component_featured_modules.scss */
.featured-modules__applyBox-light .featured-modules__applyBox__date, .featured-modules__applyBox-blue .featured-modules__applyBox__date {
    color: #fff;
}

/* line 267, app/scss/cards/_component_featured_modules.scss */
.featured-modules__applyBox-dark {
    background: #fff;
    border: 2px solid #fff;
}

/* line 271, app/scss/cards/_component_featured_modules.scss */
.featured-modules__applyBox-dark .featured-modules__applyBox__text {
    color: #2471d6;
}

/* line 274, app/scss/cards/_component_featured_modules.scss */
.featured-modules__applyBox-dark .featured-modules__applyBox__date {
    color: #2471d6;
}

/* line 280, app/scss/cards/_component_featured_modules.scss */
.featured-modules__boxPosition {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}

/* line 287, app/scss/cards/_component_featured_modules.scss */
.featured-modules__img {
    position: relative;
    height: 15.9375rem;
    overflow: hidden;
}

@media (max-width: 767px) {
    .featured-modules__img {
        position: relative;
        height: 10rem;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    /* line 287, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__img {
        height: 100%;
        width: 100%;
    }
}

/* line 297, app/scss/cards/_component_featured_modules.scss */
.featured-modules__img img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: auto;
}

@media (min-width: 992px) {
    /* line 297, app/scss/cards/_component_featured_modules.scss */
    .featured-modules__img img {
        position: absolute;
        max-width: 22.125rem;
        height: 100%;
    }
}

/* line 311, app/scss/cards/_component_featured_modules.scss */
.featured-modules .gridPosition {
    order: 1;
}

@media (min-width: 992px) {
    /* line 311, app/scss/cards/_component_featured_modules.scss */
    .featured-modules .gridPosition {
        order: 0;
    }
}

/* line 1, app/scss/cards/_component_card-application.scss */
.gs-card-application {
    height: 100%;
    min-height: 24.75rem;
}

@media (min-width: 992px) {
    /* line 1, app/scss/cards/_component_card-application.scss */
    .gs-card-application, .gs-card-application__wrapper {
        min-height: 30.8125rem;
    }
}

/* line 9, app/scss/cards/_component_card-application.scss */
.gs-card-application__list-container {
    background-color: #F1F4F9;
    padding-bottom: 3.5rem;
}

@media (min-width: 992px) {
    /* line 9, app/scss/cards/_component_card-application.scss */
    .gs-card-application__list-container {
        padding-bottom: 6rem;
    }
}

/* line 17, app/scss/cards/_component_card-application.scss */
.gs-card-application__list-container .filter-dropdown-nav {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* line 20, app/scss/cards/_component_card-application.scss */
.gs-card-application__list-container .filter-dropdown-nav form.clear-padding {
    padding-top: 3.25rem !important;
    padding-bottom: 0.625rem !important;
}

@media (min-width: 992px) {
    /* line 20, app/scss/cards/_component_card-application.scss */
    .gs-card-application__list-container .filter-dropdown-nav form.clear-padding {
        padding-top: 4.6875rem !important;
        padding-bottom: 3.125rem !important;
    }
}

/* line 31, app/scss/cards/_component_card-application.scss */
.gs-card-application__list-container .card-application-grid {
    margin-bottom: 5rem;
}

@media (min-width: 992px) {
    /* line 31, app/scss/cards/_component_card-application.scss */
    .gs-card-application__list-container .card-application-grid {
        margin-bottom: 0rem;
    }
}

/* line 38, app/scss/cards/_component_card-application.scss */
.gs-card-application__list-container .card-application-grid .featured-modules {
    margin-bottom: 4rem !important;
}

/* line 42, app/scss/cards/_component_card-application.scss */
.gs-card-application__list-container .card-application-grid .gs-grid {
    margin: 0;
}

/* line 48, app/scss/cards/_component_card-application.scss */
.gs-card-application__counter {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #241d1d;
    font-weight: normal;
    margin-top: 3.375rem;
    margin-bottom: 4.375rem;
    display: block;
}

@media (min-width: 992px) {
    /* line 48, app/scss/cards/_component_card-application.scss */
    .gs-card-application__counter {
        font-size: 28px;
        line-height: 36px;
    }
}

/* line 56, app/scss/cards/_component_card-application.scss */
.gs-card-application.application-unavailable .gs-card-application__wrapper {
    border-top-color: rgba(47, 108, 214, 0.6);
}

/* line 62, app/scss/cards/_component_card-application.scss */
.gs-card-application__wrapper {
    background-color: #fff;
    padding: 1.75rem;
    border-top: 0.6875rem solid #2471d6;
    transition: filter 500ms ease-in-out;
    display: flex;
    flex-flow: column;
    height: 100%;
}

/* line 71, app/scss/cards/_component_card-application.scss */
.gs-card-application__wrapper:hover, .gs-card-application__wrapper:focus-visible {
    filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
    cursor: pointer;
}

/* line 75, app/scss/cards/_component_card-application.scss */
.gs-card-application__wrapper:hover .gs-card-application__link-label, .gs-card-application__wrapper:focus-visible .gs-card-application__link-label {
    /*opacity: 0;*/
}

/* line 81, app/scss/cards/_component_card-application.scss */
.gs-card-application a {
    text-decoration: none;
}

/* line 85, app/scss/cards/_component_card-application.scss */
.gs-card-application__category {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* line 90, app/scss/cards/_component_card-application.scss */
.gs-card-application__category span {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #6d6e6e;
    text-transform: uppercase;
}

/* line 95, app/scss/cards/_component_card-application.scss */
.gs-card-application__category-type {
    margin-bottom: 1.5rem;
    width: auto;
}

/* line 100, app/scss/cards/_component_card-application.scss */
.gs-card-application__category-location {
    text-align: end;
    width: auto;
    max-width: 60%;
}

@media (max-width: 767px) {
    /* line 100, app/scss/cards/_component_card-application.scss */
    .gs-card-application__category-location {
        margin-bottom: 0.625rem;
    }
}

/* line 111, app/scss/cards/_component_card-application.scss */
.gs-card-application__title {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color:  #000000;
    font-weight: normal;
    min-height: 2.75rem;
    margin-bottom: 1.875rem;
    flex: 1 0 auto;
}

@media (min-width: 992px) {
    /* line 111, app/scss/cards/_component_card-application.scss */
    .gs-card-application__title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 992px) {
    /* line 111, app/scss/cards/_component_card-application.scss */
    .gs-card-application__title {
        min-height: 6.75rem;
        margin-bottom: 2.5rem;
        width: 88%;
    }
}

/* line 124, app/scss/cards/_component_card-application.scss */
.gs-card-application__content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
}

/* line 132, app/scss/cards/_component_card-application.scss */
.gs-card-application__description {
    margin-bottom: 1rem;
}

/* line 135, app/scss/cards/_component_card-application.scss */
.gs-card-application__description > * {
    display: block;
}

/* line 139, app/scss/cards/_component_card-application.scss */
.gs-card-application__description-status {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    font-weight: 500;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* line 146, app/scss/cards/_component_card-application.scss */
.gs-card-application__description-info {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #6d6e6e;
    font-weight: 500;
    font-weight: 400;
    margin: 0;
}

/* line 153, app/scss/cards/_component_card-application.scss */
.gs-card-application__link {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: center;
    width: 100%;
}

/* line 160, app/scss/cards/_component_card-application.scss */
.gs-card-application__link-label {
    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;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #2471d6;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    margin-right: 12px;
    /*opacity: 0;*/
    /*transition: opacity 500ms ease-in-out;*/
}

/* line 168, app/scss/_mixins.scss */
.gs-card-application__link-label:hover {
    /*text-decoration: underline;*/
    color: #2471d6;
    text-decoration: none;
    margin-right: 16px;
}

.gs-card-application__link-label:focus-within {
    /*text-decoration: underline;*/
    color: #2471d6;
    text-decoration: none;
    margin-right: 16px;
}

/* line 167, app/scss/cards/_component_card-application.scss */
.gs-card-application__link-icon {
    color: #2471d6;
    font-size: 1rem;
}

/* line 173, app/scss/cards/_component_card-application.scss */
.gs-card-application .search-pagination {
    margin: 0 !important;
    padding: 0 !important;
}

/* line 26, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__campusCard {
    background-color: #2471d6;
}

/* line 30, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__campusData {
    margin: 3.5rem 0;
    text-align: center;
    color: #fff;
}

@media (min-width: 992px) {
    /* line 30, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__campusData {
        margin: 5.5625rem 0;
    }
}

/* line 39, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__campusData__title {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 32px;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    /* line 39, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__campusData__title {
        font-size: 2.25rem;
        line-height: 44px;
    }
}

/* line 52, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__campusData__description {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
    margin-bottom: 2.5rem;
    padding: 0 1.9375rem;
}

@media (min-width: 992px) {
    /* line 52, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__campusData__description {
        font-weight: 300;
        padding: 0;
    }
}

/* line 66, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__campusData__button {
    display: flex;
    justify-content: center;
}

/* line 70, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__campusData__button a {
    font-size: 0.875rem;
    line-height: 22px;
    padding: 0 0.5rem;
    width: auto;
    height: 2.75rem;
}

@media (min-width: 992px) {
    /* line 70, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__campusData__button a {
        padding: 0 1.125rem;
    }
}

/* line 84, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block1 {
    text-align: center;
    margin: 2.5rem 0;
}

@media (min-width: 992px) {
    /* line 84, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block1 {
        text-align: left;
        margin-top: 7.1875rem;
        margin-bottom: 7.5rem;
    }
}

/* line 94, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block1__inputContainer {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    /* line 94, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block1__inputContainer {
        flex-direction: row;
    }
}

/* line 102, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block1__inputContainer input {
    margin-right: 0;
    height: 2.75rem;
    padding-left: 20px;
    margin-bottom: 1.125rem;
}

@media (min-width: 992px) {
    /* line 102, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block1__inputContainer input {
        width: 100%;
        height: auto;
        margin-right: 16px;
        margin-bottom: 0;
    }
}

/* line 116, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block1__inputContainer a {
    margin: auto;
}

/* line 121, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block1__text {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #241d1d;
    max-width: 28rem;
    font-size: 1.5rem;
    line-height: 30px;
    margin: 0 auto 2.9375rem;
}

@media (min-width: 992px) {
    /* line 121, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block1__text {
        margin: 0 0 2.9375rem;
    }
}

/* line 136, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block2 {
    margin: 2.5rem 0;
}

@media (min-width: 992px) {
    /* line 136, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block2 {
        margin-top: 7.1875rem;
        margin-bottom: 11.5rem;
    }
}

/* line 144, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block2__text {
    text-align: center;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #241d1d;
    max-width: 28rem;
    font-size: 1.5rem;
    line-height: 30px;
    margin: 0 auto 2.5625rem;
}

@media (min-width: 992px) {
    /* line 144, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block2__text {
        text-align: left;
        margin: 0 0 2.5625rem;
    }
}

/* line 160, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block2__pl {
    padding-left: 0;
}

@media (min-width: 992px) {
    /* line 160, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block2__pl {
        padding-left: 6.9375rem;
    }
}

/* line 168, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 0;
}

@media (min-width: 992px) {
    /* line 168, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block2 ul {
        justify-content: flex-start;
    }
}

/* line 179, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block2 ul ul > li {
    display: inline-block;
}

/* line 184, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block2 ul li a {
    text-decoration: none;
    margin-right: 0;
}

@media (min-width: 992px) {
    /* line 184, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block2 ul li a {
        margin-right: 2.625rem;
    }
}

/* line 192, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block2 ul li a::before {
    font-size: 1.6875rem;
    color: #1FA2FD;
}

/* line 201, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__additional {
    background: linear-gradient(0deg, #16294A 0%, #16294A 50%, #1a3b71 50%, #1a3b71 100%);
}

@media (min-width: 992px) {
    /* line 201, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__additional {
        background: linear-gradient(90deg, #16294A 0%, #16294A 50%, #1a3b71 50%, #1a3b71 100%);
    }
}

/* line 209, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block3 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 400;
    font-family: "gsregular";
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 2rem 0;
}

@media (min-width: 992px) {
    /* line 209, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block3 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 992px) {
    /* line 209, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block3 {
        margin-top: 3.5625rem;
        margin-bottom: 4.625rem;
        height: 6rem;
    }
}

/* line 223, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block3__text {
    max-width: 22rem;
    margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
    /* line 223, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block3__text {
        margin-bottom: 0;
    }
}

/* line 2, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block3__linksContainer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* line 7, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block3__linksContainer ul li {
    display: block;
    margin-right: 0;
}

@media (min-width: 992px) {
    /* line 7, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block3__linksContainer ul li {
        display: inline;
        margin-right: 2rem;
    }
}

/* line 16, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block3__linksContainer ul li a {
    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;
    color: #80B1F9;
}

/* line 168, app/scss/_mixins.scss */
.social-footer__block3__linksContainer ul li a:hover {
    text-decoration: underline;
}

/* line 2, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block3__linksContainer2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* line 7, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block3__linksContainer2 ul li {
    display: block;
    margin-right: 0;
}

@media (min-width: 992px) {
    /* line 7, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block3__linksContainer2 ul li {
        display: inline;
        margin-right: 2rem;
    }
}

/* line 16, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block3__linksContainer2 ul li a {
    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;
    color: #80B1F9;
}

/* line 168, app/scss/_mixins.scss */
.social-footer__block3__linksContainer2 ul li a:hover {
    text-decoration: underline;
}

/* line 240, app/scss/cards/_component_social_footer_cards.scss */
.social-footer__block3__pl {
    padding-left: 0;
}

@media (min-width: 992px) {
    /* line 240, app/scss/cards/_component_social_footer_cards.scss */
    .social-footer__block3__pl {
        padding-left: 6.9375rem;
    }
}

.white-background{
    background-color: #FFFFFF;
}

.featured-modules__description-dark p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #FFFFFF;
    font-weight: 300;
    margin-top: 0.75rem;
}

.featured-modules__description-light p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000;
    font-weight: 300;
    margin-top: 0.75rem;
}
.featured-modules__container__darkLine::before {
    background-color: #2471d6;
}

.landing-page__featured {
    padding-top: 5rem;
}

a {
    text-decoration: none !important;
}