*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'icons';
    src: url('fonts/icons/icons.eot?ver=6hton5');
    src: url('fonts/icons/icons.eot?ver=6hton5#iefix') format('embedded-opentype'),
        url('fonts/icons/icons.ttf?ver=6hton5') format('truetype'),
        url('fonts/icons/icons.woff?ver=6hton5') format('woff'),
        url('fonts/icons/icons.svg?ver=6hton5#icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
    background-color: #f3f7f8;
    color: #000;
    font-family: 'nexaregular', sans-serif;
    margin: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1.4;
    font-size: calc(14.67052px + .23121vw);
}

.section_heading h2 {
    font-size: calc(14.7052px + 2.31214vw);
    line-height: calc(20.36994px + 2.19653vw);
    letter-spacing: calc(-.0578vw + .33237px);
}

@media screen and (max-width:575px) {
    .section_heading h2 {
        letter-spacing: 0;
        line-height: 33px;
        font-size: 28px;
    }
}

/* UC Header */

/* Header */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}

#masthead {
    padding: 1em 0;
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 2;
}

#masthead .logo {
    width: 100%;
    max-width: 320px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    min-width: 175px;
}

@media screen and (max-width: 979px) {
    #masthead .logo {
        max-width: 175px;
    }
}

#masthead .logo span {
    background: url(../assets/logo.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 22%;
    display: block;
}

.navigation_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.menu--secondary-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px 0
}

.menu--secondary-menu .menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    -ms-flex-item-align: center;
        align-self: center;
    line-height: 1
}

.menu--secondary-menu .menu .menu-item a:not([class*=btn]) {
    color: #003b70;
    text-decoration: none
}

#masthead nav ul {
    margin: 0;
    padding: 0 0 0 40px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#masthead nav.menu--secondary-menu {
    margin: 0 -1rem 0 auto;
    max-width: 820px;
}

#masthead nav li {
    padding: 0 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

#masthead nav.menu--secondary-menu li {
    padding: 0 1.25rem;
}

#masthead nav.menu--mainmenu-menu {
    position: static;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#masthead nav.menu--mainmenu-menu ul {
    margin-bottom: -1rem;
}

#masthead nav.menu--mainmenu-menu a {
    font-family: 'nexaheavy';
    color: #002047;
    font-weight: normal;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 1em 0;
    position: relative;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    font-size: 1.125rem;
}

#masthead nav.menu--mainmenu-menu a:hover {
    padding-bottom: calc(1rem + 8px);
    color: #002047;
}

#masthead nav.menu--mainmenu-menu a:after {
    content: '';
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-bottom: 8px solid #b21e27;
    display: block;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#masthead nav.menu--mainmenu-menu a:hover:after {
    width: 100%;
    left: 0;
}

#masthead nav a.highlight {
    background: -o-linear-gradient(315deg, #e51e2a, #af1720);
    background: linear-gradient(135deg, #e51e2a, #af1720);
    border: 1px solid transparent;
    color: #fff;
    padding: 0.725em 1.25em;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    line-height: 1;
    font-size: 0.725rem;
    font-family: 'nexaxbold';
    font-weight: normal;
    margin-bottom: 1em;
}

#masthead nav a.highlight:hover {
    scale: 1.05;
    background: -o-linear-gradient(315deg, #e51e2a, #af1720);
    background: linear-gradient(135deg, #e51e2a, #af1720);
    border: 1px solid transparent;
    color: #fff;
}

#masthead nav.main-navigation a.highlight:after {
    display: none;
}

.navigation-button {
    padding: 0 0 0 1em;
}

.btn--gradient {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    background: -o-linear-gradient(315deg, #e51e2a, #af1720);
    background: linear-gradient(135deg, #e51e2a, #af1720);
    border: 1px solid transparent;
    color: #000;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 900;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    max-height: 60px;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none
}

.prefers-reduced-motion .btn--gradient {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.btn--gradient {
    font-size: 16px
}

#masthead .btn--small {
    font-size: 0.785rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'nexaheavy';
    border-radius: 20px;
    font-size: 13px;
    height: 40px;
    padding: 10px 25px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}

#masthead .btn--small:hover {
    scale: 1.05;
    color: #fff;
}

.menu--secondary-menu .menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    -ms-flex-item-align: center;
        align-self: center;
    line-height: 1;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.menu--secondary-menu .menu .menu-item a:not([class*=btn]):hover {
    color: #b21e27;
    text-decoration: underline;
}

@media (min-width: 575px) {
    .btn--gradient {
        font-size: calc(14.67052px + .23121vw)
    }
}

@media (min-width: 1440px) {
    .btn--gradient {
        font-size: 18px
    }
}

.btn--gradient {
    height: 40px
}


.btn--gradient {
    border-radius: 25px
}

@media (min-width: 575px) {
    .btn--gradient {
        border-radius: calc(21.6763px + .57803vw)
    }
}

@media (min-width: 1440px) {
    .btn--gradient {
        border-radius: 30px
    }
}

.btn--gradient:hover {
    background-color: #e6e6e6;
    color: #000
}


#menu-view nav.main-navigation a {
    display: block;
    width: 100%;
    padding: 1em;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}

.navigation-button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


#menu-view nav.main-navigation a {
    display: block;
    width: 100%;
    padding: 1em;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}

.mega__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 7rem 0 2rem 2rem;
}

.mega__primary,
.mega__secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 2rem;
}

.mega__primary {
    min-width: 300px;
}

.mega__primary a {
    font-size: 1.75rem;
    color: #fff;
    font-family: 'nexaheavy';
    text-decoration: none;
}

.mega__primary a:hover {
    text-decoration: underline;
}

.mega__primary ul.menu.menu li.menu-item {
    font-family: "nexaheavy", sans-serif;
    color: #002047;
    margin-bottom: 20px !important;
}

.mega__primary ul.menu.menu li.menu-item a {
    color: #fff;
    text-decoration: none;
}

.mega__primary ul.menu.menu li.menu-item a:hover {
    color: #fff;
    text-decoration: underline;
}

.mega__secondary:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #0064bd;
    left: -30px;
    top: -10px;
    bottom: -10px;
}

.mega__secondary h2.title {
    font-size: 13px;
    text-transform: uppercase;
    color: #80c2ff;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: .16em;
}

.mega__secondary ul.menu.menu li.menu-item {
    font-weight: 900;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    color: #fff;
}

.mega__secondary ul.menu.menu li.menu-item a {
    color: #fff;
    text-decoration: none;
}

.mega__secondary ul.menu.menu li.menu-item a:hover {
    color: #fff;
    text-decoration: underline;
}

.mega__global-cta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 1.75rem 0 0;
}

.mega__global-cta .menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin: 30px -0.25rem;
    width: 100%;
}

.mega__global-cta .menu li {
    padding: 0.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.mega__global-cta .menu li a {
    width: 100%;
}

.btn--primary {
    border-radius: calc(21.6763px + .57803vw);
    height: 50px;
    font-size: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    background-color: #b21e27;
    border: 1px solid transparent;
    color: #000;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 900;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    max-height: 60px;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    font-family: 'nexaheavy';
}

.btn--primary:hover {
    background-color: #e51e2a;
    border-color: transparent;
    color: #fff;
}

.btn--secondary {
    border-radius: calc(21.6763px + .57803vw);
    height: 50px;
    font-size: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    background-color: #0064bd;
    border: 1px solid transparent;
    color: #000;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 900;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    max-height: 60px;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    font-family: 'nexaheavy';
}

.btn--secondary:hover {
    background-color: #0074dc;
    border-color: transparent;
    color: #fff;
}

@media screen and (max-width: 979px) {
    .mega__primary {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .mega__global-cta {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .mega__container .mega__secondary:nth-child(2) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }

    .mega__container .mega__secondary:nth-child(3) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }

    .mega__container .mega__secondary:nth-child(4) {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }

    .mega__global-cta .menu li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 0.75rem 0.5rem;
    }

    .mega__global-cta .menu {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 1rem -0.25rem 2rem -0.25rem;
    }

    .mega__primary a {
        width: 100%;
        display: block;
        position: relative;
    }

    .mega__primary a:after {
        font-family: 'icons' !important;
        content: "\e933";
        font-style: normal;
        font-size: 1rem;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transition: left .25s ease;
        -o-transition: left .25s ease;
        transition: left .25s ease;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }

    .mega__primary ul.menu.menu li.menu-item a:hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 479px) {
    .mega__secondary {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-top: 1rem;
    }

    .mega__global-cta .menu li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

#mobile-navigation nav.main-navigation a:after {
    font-family: 'icons';
    content: "\e910";
    float: right;
    width: 3em;
    display: block;
    text-align: center;
}

#mobile-navigation nav.main-navigation a:hover {
    color: #fff;
    background-color: #646469;
}

/* UC Footer */
footer {
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #002047;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 70px;
}

footer .footer_top.column_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

footer .column.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .logo {
    max-width: unset;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
}

footer .logo figcaption {
    font-size: 1.1rem;
    font-weight: 900;
    margin-top: 10px;
    text-align: right;
    font-family: 'nexaheavy';
    padding-left: 20%;
}

.circle-text {
    position: relative;
    white-space: nowrap;
}

.circle-text .circle-svg {
    bottom: -5px;
    left: -5px;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 1;
}

.circle-text .circle-svg img,
.circle-text .circle-svg svg {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.circle-text .circle-path {
    stroke-width: 5;
}

footer .block-block-groupfooter-contact-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    padding-left: 20%;
}

footer .address {
    font-size: 18px;
    margin: 0;
}

footer .address .organization {
    color: #80c2ff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'nexaheavy';
}

footer .address .country {
    display: none;
}

.footer-inner a {
    color: #fff;
}

.social-media-links--platforms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-size: 2rem;
}

.social-media-links--platforms li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-media-links--platforms a {
    text-decoration: none;
}

.fab:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
    content: "\e931";
    font-size: 2.25rem;
}

.fa-tiktok:before {
    content: "\e90a";
}

.fa-x-twitter:before {
    content: "\e911";
}

.fa-youtube:before {
    content: "\e910";
    font-size: 1.5rem;
}

.fa-instagram:before {
    content: "\e913";
}

.fa-linkedin:before {
    content: "\e90c";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-bluesky:before {
    content: "\e93d";
}

.footer-top__second .footer-container {
    background: -o-linear-gradient(315deg, #003b70, #002652);
    background: linear-gradient(135deg, #003b70, #002652);
    border-radius: 12px;
    padding: 60px 110px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-top__second .footer-container {
    padding-left: 130px;
    padding-right: calc(-23.17919px + 9.24855vw);
}

.footer-inner h2 {
    line-height: calc(22.68208px + .92486vw);
    font-size: calc(13.3526px + 1.15607vw);
    text-transform: uppercase;
    font-family: 'nexaregular';
}

.footer-inner h2 strong,
.footer-inner h3 strong {
    font-family: 'nexaheavy';
}

a.arrow-link,
.footer-inner a.arrow-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'nexaheavy';
    padding-right: 10px;
    text-decoration: none;
}

a.arrow-link:after,
.footer-inner a.arrow-link:after {
    font-family: 'icons' !important;
    content: "\e909";
    content: "\e933";
    font-style: normal;
    font-size: 1rem;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 0;
    margin-left: 8px;
    -webkit-transition: left .25s ease;
    -o-transition: left .25s ease;
    transition: left .25s ease;
}

a.arrow-link:hover:after,
.footer-inner a.arrow-link:hover:after {
    left: 10px;
}

.footer-top__second .menu {
    border-top: 1px solid #80c2ff;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: calc(18.3526px + 1.15607vw);
    padding-top: calc(8.3815px + 2.89017vw);
}

.footer-top__second .menu li {
    font-size: calc(10.01156px + .69364vw);
}

.footer-top__second .menu li a {
    font-family: 'nexaheavy';
    color: #fff;
    text-decoration: none;
}

.footer-top__second .menu li a:hover,
.footer-top__second .menu li a:focus {
    text-decoration: underline;
}

.footer_bottom {
    padding-top: 60px;
}

.region-site-bottom {
    width: 100%;
}

.footer_bottom .menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer_bottom .menu li {
    font-size: 14px;
}

.footer_bottom .menu li a {
    color: #fff;
    text-decoration: none;
}

.footer_bottom .menu li a:hover,
.footer_bottom .menu li a:focus {
    text-decoration: underline;
}

#block-copyrightinformation {
    color: #80c2ff;
    font-size: 14px;
    margin: 1rem 0 0 0;
}

.u-isVisuallyHidden,
.visually-hidden,
.visually_hidden,
noscript img {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

@media screen and (max-width:767px) {
    .footer-inner {
        background-image: url(../assets/bg-stars-wide.png);
        background-position: center 150px;
        background-repeat: no-repeat;
        background-size: 200%;
    }

    footer .footer_top.column_group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-top__second .footer-container {
        padding: 30px;
    }

    footer .column.vertical {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .footer_bottom {
        padding-top: 0;
    }

    .footer_bottom .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        gap: 15px;
    }

    .footer_bottom .region-site-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px;
        padding: 30px;
    }

    .footer-top__second .menu {
        margin-top: calc(18.3526px + 1.15607vw);
        grid-template-columns: 1fr;
    }

    footer .block-block-groupfooter-contact-group {
        padding-left: 0;
    }

    footer .logo {
        padding-left: 30px;
        padding-right: 30px;
    }

    footer .block-block-groupfooter-contact-group {
        padding-left: 30px;
    }

    footer .footer_top.column_group {
        gap: 25px;
    }
}

@media screen and (max-width: 575px) {
    footer .logo figcaption {
        font-size: 14px;
    }
}

.half-spotlight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    padding-bottom: 140px;
    position: relative;
}

.half-spotlight:after {
    content: url(..assets/bg-stars.svg);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-15%, -57%);
    -ms-transform: translate(-15%, -57%);
    transform: translate(-15%, -57%);
    z-index: -1;
}

.half-spotlight.half-spotlight--image-right:after {
    -webkit-transform: translate(-85%, -57%) scaleX(-1);
    -ms-transform: translate(-85%, -57%) scaleX(-1);
    transform: translate(-85%, -57%) scaleX(-1);
}

.half-spotlight--image-right .half-spotlight--content {
    grid-column: 1;
    grid-row: 1;
    margin-left: 0;
    margin-right: -60px;
    translate: 0 140px;
    padding-bottom: calc(10.0578px + 3.46821vw);
    padding-top: calc(10.0578px + 3.46821vw);
}

.half-spotlight--image-right .half-spotlight--media {
    grid-row: 1;
}

.half-spotlight--content {
    background: -o-linear-gradient(315deg, #003b70, #001f48);
    background: linear-gradient(135deg, #003b70, #001f48);
    background: #fff;
    border-radius: 12px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.half-spotlight--media figure {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.half-spotlight--media figure img,
.half-spotlight--media figure video {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.half-spotlight:after {
    content: url(../assets/bg-stars.svg);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-15%, -57%);
    -ms-transform: translate(-15%, -57%);
    transform: translate(-15%, -57%);
    z-index: -1;
}

@media screen and (max-width:767px) {
    .half-spotlight {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .half-spotlight--image-right .half-spotlight--content {
        margin: 0 auto -80px auto;
        translate: 0 -80px;
    }
}

.link-list-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
    grid-gap: 0 35px !important;
}

.link-list-item {
    display: block;
    position: relative;
}

.link-list-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e0e5e9;
    color: #b21e27;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 900;
    padding: 20px 70px 20px 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
    font-size: calc(14.67052px + .23121vw);
    text-align: left;
}

.link-list-link span {
    position: relative;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
    z-index: 1;
}

.link-list-link .icon {
    color: #b21e27;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
    translate: 0 -50%;
    z-index: 1;
}

.link-list-link .icon:after {
    content: "\e92b";
    font-family: 'icons';
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b21e27;
    font-size: 18px;
}

.link-list-link:hover,
.link-list-link:focus {
    border-bottom-color: #b21e27;
}

.link-list-link:hover .icon,
.link-list-link:focus .icon {
    right: 0;
}

.full-spotlight {
    position: relative;
    /*#00345e
    background-color: #f3f7f8;
    background-image: url(../assets/bg-stars-callout.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    */
}

.full-spotlight:after {
    content: '';
    position: absolute;
    background-color: #f3f7f8;
    background-image: url(../assets/bg-stars-callout.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.75;
    background-image: url(../assets/bg-stars-wide-2.png);
    background-position: center;
    opacity: 0.5;
}