html,
body {
    background: #f4f6f9;
}

body.umawebsite {
    color: #243649;
    font-family: "Malacitana-Sans", Arial, sans-serif;
}

.umawebsite a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.uma-page-shell.container-fluid,
.uma-breadcrumbs .container-fluid,
.uma-site-header__utility .container-fluid,
.uma-site-header__brand .container-fluid,
.menu-header .container-fluid {
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.uma-site-header {
    position: relative;
    z-index: 40;
    background: #fff;
    box-shadow: 0 18px 60px rgba(0, 51, 102, .07);
}

.uma-site-header__utility {
    background: #0099cc;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
}

.uma-site-header__utility .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 48px;
}

.uma-utility-links,
.uma-utility-actions,
.uma-brand-tools {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.uma-utility-links a,
.uma-utility-actions a,
.uma-utility-actions button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    background: transparent;
    border: 0;
    padding: 0;
    text-decoration: none;
}

.uma-utility-links a:hover,
.uma-utility-actions a:hover,
.uma-utility-actions button:hover {
    color: #003366;
}

.uma-utility-divider {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, .35);
}

.uma-language-trigger {
    border-radius: 999px;
    background: rgba(0, 51, 102, .18);
    padding: 8px 12px;
    cursor: pointer;
}

.uma-language-trigger .fi {
    font-size: 18px;
}

.uma-site-header__brand {
    background: #fff;
    border-bottom: 1px solid #e5edf4;
}

.uma-site-header__brand .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 100px;
}

.uma-brand-lockup {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.uma-brand-lockup img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 80px;
}

.uma-brand-copy {
    min-width: 0;
    display: none;
}

.uma-brand-copy__eyebrow {
    margin: 0 0 4px;
    color: #0099cc;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.uma-brand-copy__title {
    margin: 0;
    color: #003366;
    font-family: "Malacitana", Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.05;
}

.uma-brand-copy__subtitle {
    margin: 6px 0 0;
    color: #5f7387;
    font-size: 17px;
    line-height: 1.35;
}

.uma-site-search {
    width: 100%;
    max-width: 420px;
}

.uma-site-search form {
    position: relative;
}

.uma-site-search input {
    width: 100%;
    height: 52px;
    padding: 0 64px 0 22px;
    border: 1px solid #d8e3ed;
    border-radius: 18px;
    background: #f8fbfe;
    color: #243649;
    font-size: 16px;
    box-shadow: inset 0 1px 2px rgba(0, 51, 102, .03);
}

.uma-site-search input:focus {
    outline: 0;
    border-color: #0099cc;
    box-shadow: 0 0 0 3px rgba(0, 153, 204, .16);
}

.uma-site-search button {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #003366;
    color: #fff;
}

.uma-site-search button:hover {
    background: #0099cc;
}

.menu-header {
    position: sticky;
    top: 0;
    z-index: 35;
    background: #fff;
    background-color: #fff;
    border-bottom: 1px solid #e5edf4;
    backdrop-filter: blur(12px);
}

/* Override estilos_uma.css that sets dropdown-toggle to white text */
.menu-header a.dropdown-toggle {
    color: #243649;
}

.menu-header a.dropdown-toggle:hover,
.menu-header .uma-mega-nav__item:hover a.dropdown-toggle,
.menu-header .uma-mega-nav__item.open a.dropdown-toggle {
    color: var(--item-color, #003366);
}

.uma-mega-nav {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    min-height: 56px;
}

.uma-mega-nav__desktop {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
}

.uma-mega-nav__item {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    --item-color: #003366;
    --item-text-color: #243649;
}

.uma-mega-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 56px;
    padding: 10px 14px;
    border-bottom: 4px solid transparent;
    color: #243649;
    font-family: "Malacitana", Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    letter-spacing: .02em;
}

.uma-mega-nav__link:hover,
.uma-mega-nav__item.open .uma-mega-nav__link,
.uma-mega-nav__item:hover .uma-mega-nav__link {
    border-bottom-color: var(--item-color);
    color: var(--item-color);
    text-decoration: none;
}

.uma-mega-nav__link .caret {
    display: none;
}

.uma-mega-nav__panel {
    left: 0;
    right: 0;
    padding: 28px 28px 18px;
    border: 1px solid #dfeaf3;
    border-top: 0;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 30px 60px rgba(0, 51, 102, .13);
}

.uma-mega-nav__item.dropdown .dropdown-menu {
    display: none;
}

.uma-mega-nav__item.dropdown.open .dropdown-menu {
    display: block;
}

.uma-mega-nav__columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.uma-mega-nav__column {
    width: 33.333333%;
    padding: 0 16px;
    margin: 0 0 18px;
    list-style: none;
}

.uma-mega-nav__column li {
    list-style: none;
}

.uma-mega-nav__column a {
    color: #415669;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.uma-mega-nav__column a:hover {
    color: var(--item-color);
}

.uma-mega-nav__entry {
    display: block;
    padding: 8px 0;
}

.uma-mega-nav__heading,
.uma-mega-nav__subheading {
    display: block;
    margin: 0 0 8px;
    color: var(--item-color);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.uma-mega-nav__subheading {
    color: #003366;
    font-size: 12px;
}

.uma-mega-nav__divider {
    height: 1px;
    margin: 10px 0;
    background: #e2ebf2;
}

.uma-mega-nav__mobile-toggle {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 72px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #003366;
    font-family: "Malacitana", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
}

.uma-mega-nav__mobile-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 3px;
    margin: 4px 0;
    border-radius: 999px;
    background: #003366;
}

.uma-mega-nav__mobile {
    display: none;
    padding: 0 0 16px;
}

.uma-mobile-nav__item {
    border-top: 1px solid #e5edf4;
}

.uma-mobile-nav__link,
.uma-mobile-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    border: 0;
    background: transparent;
    color: #243649;
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.uma-mobile-nav__toggle .caret {
    transition: transform .2s ease;
}

.uma-mobile-nav__item.open .uma-mobile-nav__toggle {
    color: var(--item-color);
}

.uma-mobile-nav__item.open .uma-mobile-nav__toggle .caret {
    transform: rotate(180deg);
}

.uma-mobile-nav__panel {
    display: none;
    padding: 0 0 14px;
}

.uma-mobile-nav__item.open .uma-mobile-nav__panel {
    display: block;
}

.uma-mobile-nav__panel .uma-mega-nav__heading,
.uma-mobile-nav__panel .uma-mega-nav__subheading {
    margin-top: 12px;
}

.uma-mobile-nav__panel a {
    display: block;
    padding: 8px 0;
    color: #52667a;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.uma-mobile-nav__panel a:hover {
    color: var(--item-color);
}

.uma-breadcrumbs {
    padding-top: 18px;
}

.uma-breadcrumbs .breadcrumb {
    margin-bottom: 14px;
    padding: 0;
    background: transparent;
}

.uma-page-shell {
    padding-bottom: 48px;
}

.uma-homepage {
    background: #f4f6f9;
}

.uma-homepage .uma-page-shell {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.uma-home-grid {
    max-width: 1440px;
    margin: 0 auto;
    padding: 34px 24px 56px;
}

.uma-hero {
    max-width: 100%;
    margin: 0;
    padding: 0 24px;
}

.uma-hero .block {
    margin-bottom: 0;
}

.uma-home-section {
    margin-bottom: 34px;
}

.uma-home-card,
.uma-home-section-card {
    background: #fff;
    border: 1px solid #e2ebf2;
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(0, 51, 102, .06);
}

.uma-home-section-card {
    padding: 28px;
}

.uma-home-section__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6eef5;
}

.uma-home-section__title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #003366;
    font-family: "Malacitana", Georgia, serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.05;
}

.uma-home-section__marker {
    width: 10px;
    height: 38px;
    border-radius: 999px;
    background: #0099cc;
}

.uma-home-section__action {
    color: #cc0066;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
}

.uma-home-section__action:hover {
    color: #003366;
    text-decoration: none;
}

.uma-home-news-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    gap: 28px;
}

.uma-news-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.uma-news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.uma-news-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(135deg, #d8ebf3, #eef6fb);
}

.uma-news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uma-news-card__body {
    padding: 18px 0 0;
}

.uma-news-card__date {
    display: block;
    margin-bottom: 8px;
    color: #8b9aaa;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.uma-news-card__title {
    margin: 0 0 10px;
    font-family: "Malacitana", Georgia, serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
}

.uma-news-card__title a,
.uma-highlight-card__title a,
.uma-list-card__item a,
.uma-event-card__title a {
    color: #003366;
    text-decoration: none;
}

.uma-news-card__title a:hover,
.uma-highlight-card__title a:hover,
.uma-list-card__item a:hover,
.uma-event-card__title a:hover {
    color: #cc0066;
}

.uma-news-card__excerpt {
    margin: 0 0 16px;
    color: #5f7387;
    font-size: 16px;
    line-height: 1.55;
}

.uma-news-card__more {
    color: #0099cc;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-decoration: none;
}

.uma-highlight-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, #003366 0%, #003f7d 55%, #cc0066 100%);
}

.uma-highlight-card:before,
.uma-highlight-card:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    opacity: .35;
}

.uma-highlight-card:before {
    top: -70px;
    right: -50px;
    width: 190px;
    height: 190px;
    background: #00c4b3;
}

.uma-highlight-card:after {
    left: -50px;
    bottom: -70px;
    width: 170px;
    height: 170px;
    background: #cc0066;
}

.uma-highlight-card__inner {
    position: relative;
    z-index: 1;
}

.uma-highlight-card__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #8fe9df;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.uma-highlight-card__title {
    margin: 0 0 14px;
    font-family: "Malacitana", Georgia, serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.05;
}

.uma-highlight-card__title a {
    color: #fff;
}

.uma-highlight-card__title a:hover {
    color: #d9f8f4;
}

.uma-highlight-card__text {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    line-height: 1.55;
}

.uma-highlight-card__cta {
    display: inline-block;
    padding: 14px 22px;
    border-radius: 16px;
    background: #0099cc;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
}

.uma-highlight-card__cta:hover {
    background: #fff;
    color: #003366;
    text-decoration: none;
}

.uma-home-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.uma-list-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.uma-list-card__title {
    margin: 0;
    color: #003366;
    font-family: "Malacitana", Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.05;
}

.uma-list-card__title .uma-home-section__marker {
    height: 28px;
}

.uma-list-card__item {
    padding: 16px 0;
    border-top: 1px solid #e8eff5;
}

.uma-list-card__item:first-child {
    border-top: 0;
    padding-top: 0;
}

.uma-list-card__item a {
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
}

.uma-event-card {
    display: flex;
    gap: 18px;
    padding: 16px 0;
    border-top: 1px solid #e8eff5;
}

.uma-event-card:first-child {
    border-top: 0;
    padding-top: 0;
}

.uma-event-card__date {
    flex: 0 0 82px;
    padding: 10px 8px;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    box-shadow: 0 12px 24px rgba(0, 51, 102, .12);
}

.uma-event-card__day {
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.uma-event-card__month {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.uma-event-card__eyebrow {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.uma-event-card__title {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.uma-event-card__meta {
    margin: 0;
    color: #5f7387;
    font-size: 15px;
    line-height: 1.45;
}

.uma-home-extras {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
}

.uma-video-card__frame {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 16 / 9;
    background: #10202f;
}

.uma-video-card__frame img,
.uma-video-card__frame iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

.uma-video-card__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: rgba(0, 0, 0, .28);
}

.uma-video-card__play span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 999px;
    background: #cc0066;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 18px 36px rgba(204, 0, 102, .28);
}

.uma-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.uma-stat-card {
    padding: 22px 18px;
    border-radius: 18px;
    background: #f8fbfe;
    border: 1px solid #e2ebf2;
    text-align: center;
}

.uma-stat-card__value {
    display: block;
    margin-bottom: 8px;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
}

.uma-stat-card__label {
    display: block;
    color: #63798d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1.45;
}

.uma-home-legal {
    margin-top: 30px;
    padding: 14px 24px;
    background: #5f6670;
    color: #eef4f8;
    text-align: center;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.uma-home-legal a {
    color: #eef4f8;
    text-decoration: none;
}

.uma-home-legal a:hover {
    color: #fff;
    text-decoration: underline;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 14px 20px;
    background: rgba(255, 255, 255, .96);
    border-top: 2px solid #d4e0ea;
    color: #4e6276;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 -12px 30px rgba(0, 51, 102, .06);
}

.cookie-banner p {
    display: inline;
    margin: 0;
}

.cookie-banner a {
    color: #003366;
    font-weight: 700;
}

.cookie-banner button {
    margin-left: 14px;
    padding: 7px 16px;
    border: 0;
    border-radius: 999px;
    background: #0099cc;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cookie-banner button:hover {
    background: #003366;
}

.uma-banner {
    position: relative;
    margin-bottom: 0;
}

.uma-banner .carousel {
    margin-bottom: 0;
}

.uma-banner .carousel-inner {
    overflow: hidden;
    position: relative;
    height: 420px;
    background: #003366;
}

.uma-banner .item {
    position: relative;
    background: #003366;
    overflow: hidden;
    height: 420px;
}

/* During slide transition: make moving items absolute so they overlap instead of stack */
.uma-banner .carousel-inner > .item.next,
.uma-banner .carousel-inner > .item.prev,
.uma-banner .carousel-inner > .item.active.left,
.uma-banner .carousel-inner > .item.active.right {
    position: absolute;
    top: 0;
    width: 100%;
}

.uma-banner .item img {
    width: 100%;
    height: 420px;
    object-fit: contain;
    object-position: center center;
}

.uma-banner__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 40px 42px;
    background: linear-gradient(180deg, rgba(0, 27, 56, .12) 0%, rgba(0, 35, 73, .86) 100%);
}

.uma-banner__content {
    max-width: 760px;
    color: #fff;
}

.uma-banner__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #cc0066;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.uma-banner__title {
    margin: 0 0 12px;
    color: #fff;
    font-family: "Malacitana", Georgia, serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.02;
}

.uma-banner__cta {
    display: inline-block;
    margin-top: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
}

.uma-banner__cta:hover {
    color: #8fe9df;
    text-decoration: none;
}

.uma-banner .carousel .carousel-control {
    width: 70px;
    opacity: 0 !important;
    background: none !important;
    background-image: none !important;
    z-index: 15;
    text-shadow: none;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: opacity .3s ease;
}

.uma-banner .carousel:hover .carousel-control {
    opacity: 1 !important;
}

.uma-banner .carousel .carousel-control .icon-prev,
.uma-banner .carousel .carousel-control .icon-next {
    position: static;
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .25);
    backdrop-filter: blur(6px);
    transition: background .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 1;
}

.uma-banner .carousel .carousel-control:hover .icon-prev,
.uma-banner .carousel .carousel-control:hover .icon-next {
    background: rgba(255, 255, 255, .45);
}

.uma-banner .carousel .carousel-control .icon-prev:before,
.uma-banner .carousel .carousel-control .icon-next:before {
    font-family: FontAwesome;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}

.uma-banner .carousel .carousel-control .icon-prev:before {
    content: "\f053";
}

.uma-banner .carousel .carousel-control .icon-next:before {
    content: "\f054";
}

.uma-banner .carousel .left.carousel-control {
    justify-content: flex-start;
    padding-left: 16px;
}

.uma-banner .carousel .right.carousel-control {
    justify-content: flex-end;
    padding-right: 16px;
}

.uma-banner .carousel .carousel-indicators {
    bottom: 24px !important;
    z-index: 15;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.uma-banner .carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45);
    cursor: pointer;
    display: inline-block;
}

.uma-banner .carousel .carousel-indicators li.active {
    width: 14px;
    height: 14px;
    background: #fff;
}

#contentheaderbanner .uma-banner .item img {
    height: 300px;
}

/* ====================================
   FOOTER
   ==================================== */
footer.uma-footer {
    text-align: left;
    color: #fff;
    font-weight: normal;
    margin-top: 0;
    padding: 0;
    border: none;
}

.uma-footer__top-border {
    height: 4px;
    background: #cc0066;
}

.uma-footer__body {
    background: #003366;
    color: rgba(255, 255, 255, .85);
    padding: 48px 0 36px;
}

.uma-footer__col {
    margin-bottom: 30px;
}

.uma-footer__heading {
    color: #0099cc;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.uma-footer__heading--white {
    color: #fff;
    font-size: 16px;
    letter-spacing: .06em;
}

.uma-footer__address {
    font-style: normal;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 20px;
}

.uma-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.uma-footer__social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: background-color .2s ease;
}

.uma-footer__social-icon:hover {
    background: #cc0066;
    color: #fff;
    text-decoration: none;
}

.uma-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uma-footer__links li {
    margin-bottom: 10px;
}

.uma-footer__links a {
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
    text-decoration: none;
    transition: color .2s ease;
}

.uma-footer__links a:hover {
    color: #fff;
    text-decoration: none;
}

.uma-footer__bottom {
    background: #002244;
    color: rgba(255, 255, 255, .6);
    padding: 16px 0;
    font-size: 13px;
}

.uma-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.uma-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .6);
}

.uma-footer__bottom-accent {
    color: #0099cc;
    font-weight: 700;
}

@media (max-width: 767px) {
    .uma-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

.uma-footer__dynamic-blocks {
    display: none;
}

@media (max-width: 1199px) {
    .uma-mega-nav__link {
        font-size: 17px;
    }

    .uma-home-news-grid,
    .uma-home-extras {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .uma-site-header__brand .container-fluid {
        padding-top: 12px;
        padding-bottom: 12px;
        min-height: 0;
    }

    .uma-brand-lockup img {
        height: 50px;
    }

    .uma-site-search {
        max-width: 300px;
    }

    .uma-mega-nav {
        display: block;
        min-height: 0;
    }

    .uma-mega-nav__desktop {
        display: none;
    }

    .uma-mega-nav__mobile-toggle,
    .uma-mega-nav__mobile {
        display: block;
    }

    .uma-home-news-grid,
    .uma-home-split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .uma-page-shell.container-fluid,
    .uma-breadcrumbs .container-fluid,
    .uma-site-header__utility .container-fluid,
    .uma-site-header__brand .container-fluid,
    .menu-header .container-fluid,
    .uma-home-grid,
    .uma-hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .uma-site-header__utility .container-fluid {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .uma-utility-links,
    .uma-utility-actions {
        justify-content: center;
    }

    .uma-brand-lockup img {
        height: 44px;
    }

    .uma-home-section-card {
        padding: 20px;
    }

    .uma-home-section__heading {
        display: block;
    }

    .uma-home-section__action {
        display: inline-block;
        margin-top: 10px;
    }

    .uma-home-section__title,
    .uma-list-card__title {
        font-size: 28px;
    }

    .uma-news-list,
    .uma-stat-grid {
        grid-template-columns: 1fr;
    }

    .uma-highlight-card__title {
        font-size: 34px;
    }

    .uma-banner .carousel-inner,
    .uma-banner .item {
        height: 250px;
    }

    .uma-banner .item img {
        height: 250px;
    }

    .uma-banner__overlay {
        padding: 24px 20px 34px;
    }

    .uma-banner__title {
        font-size: 34px;
    }

    .cookie-banner p {
        display: block;
        margin-bottom: 10px;
    }

    .cookie-banner button {
        margin-left: 0;
    }

    .uma-footer__body {
        padding: 32px 0 16px;
    }

    .uma-footer__col {
        margin-bottom: 24px;
    }
}
