

/* BREAKPOINT: Desktop (BASE) */
.fr-header-bravo__top {padding-top: var(--space-xs); padding-right: var(--section-padding-x); padding-bottom: var(--space-xs); padding-left: var(--section-padding-x)}


/* BREAKPOINT: Desktop (BASE) */
.fr-header-bravo__top-links-wrapper {margin-left: auto; display: flex; align-items: center; column-gap: 2em; flex-wrap: wrap; row-gap: 0.5em}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
.fr-header-bravo__top-links-wrapper {margin-right: auto}
}

/* BREAKPOINT: Desktop (BASE) */
.fr-header-bravo__top-link {display: flex; align-items: center; column-gap: 0.75em}


/* BREAKPOINT: Desktop (BASE) */
.fr-hero-bravo__top-link-icon {font-size: var(--text-m)}


/* BREAKPOINT: Desktop (BASE) */
.fr-header-bravo__top-link-text {font-style: normal}


/* BREAKPOINT: Desktop (BASE) */
.fr-header-bravo {background-repeat: no-repeat; background-size: cover; background-position: center center; padding-top: var(--space-s); padding-right: var(--section-padding-x); padding-bottom: var(--space-s); padding-left: var(--section-padding-x); border-bottom: 1px solid var(--secondary)}


/* BREAKPOINT: Desktop (BASE) */
.fr-header-bravo__inner {display: flex; flex-direction: row; row-gap: var(--content-gap); column-gap: var(--content-gap); justify-content: space-between; align-items: center}


/* BREAKPOINT: Desktop (BASE) */
.fr-header-bravo__logo {width: 10em}


/* BREAKPOINT: Desktop (BASE) */
.fr-brx-nav-alpha { --link-gap: var(--content-gap);}/* Set width when Mobile Toggle display */@media (min-width: 768px) {  .fr-brx-nav-alpha ul:not(.sub-menu) {  display: flex;  gap: var(--link-gap); } }

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
.fr-brx-nav-alpha {line-height: 0}
}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
.menu--border {min-height: 3vmin}
}
/* BREAKPOINT: Mobile landscape */
@media (max-width: 767px) {
.menu--border {min-height: 5vmin}
}

/* BREAKPOINT: Desktop (BASE) */
.fr-feature-section-juliet {padding-top: -; padding-right: -; padding-bottom: -; padding-left: -}


/* BREAKPOINT: Desktop (BASE) */
.fr-feature-card-alpha__icon {font-size: 1.5em; color: var(--action); fill: var(--action); min-width: var(--text-l)}


/* BREAKPOINT: Desktop (BASE) */
.fr-feature-card-alpha {flex-direction: column; display: flex; row-gap: var(--fr-card-gap); position: relative; padding-top: var(--space-m); padding-right: var(--space-m); padding-bottom: var(--space-m); padding-left: var(--space-m); align-items: center}


/* BREAKPOINT: Desktop (BASE) */
.fr-feature-card-alpha__body {display: flex; flex-direction: column; row-gap: var(--fr-card-gap); position: static}


/* BREAKPOINT: Desktop (BASE) */
.fr-feature-card-alpha__lede {margin-top: 0; font-size: var(--text-m)}


/* BREAKPOINT: Desktop (BASE) */
.fr-feature-card-alpha__head {display: grid; align-items: initial}


/* BREAKPOINT: Desktop (BASE) */
.fr-social-alpha {align-items: center; display: flex; column-gap: var(--fr-card-gap); flex-wrap: wrap}

/* BREAKPOINT: Tablet portrait */
@media (max-width: 991px) {
.fr-social-alpha {row-gap: 1em}
}

/* BREAKPOINT: Desktop (BASE) */
.fr-social-alpha__icon-wrapper {flex-direction: row; display: flex; align-items: center; column-gap: px; text-decoration: none; color: var(--white)}
.fr-social-alpha__icon-wrapper:hover {color: var(--primary)}


/* BREAKPOINT: Desktop (BASE) */
.fr-social-alpha__icon {font-size: var(--text-xxl); text-align: center; color: var(--white); fill: var(--white)}


/* BREAKPOINT: Desktop (BASE) */
.fr-subfooter-alpha {padding-top: var(--space-xs); padding-bottom: var(--space-xs)}


