/*
 Theme Name:   Nami Surgical (2026)
 Description:  Custom theme
 Author:       Carnoustie Creative
 Author URI:   https://www.carnoustiecreative.co.uk
 Template:     baseline
 Version:      1.3.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  baseline-child


font-family: avenirnext-lt-pro-ultlight, sans-serif;
font-weight: 400;
font-style: normal;

font-family: avenirnext-lt-pro-ultlight, sans-serif;
font-weight: 800;
font-style: normal;

*/

@view-transition {
    navigation: auto;
}
  
::view-transition-group(root) {
    animation-duration: 1s;
}

:root {
    --nami-blue: #011451;
    --nami-light-blue: #4DBBC6;
    --nami-light-green: #81C071;
    --nami-jet-black: #111111;
    --nami-gradient-horz: linear-gradient(90deg, #36A9E1 1%, #81C071 98.99%);
    --nami-gradient-vert: linear-gradient(0deg, #36A9E1 1%, #81C071 99%);
    --nami-blue-gradient: linear-gradient(180deg, #1C2C4E 0%, #00061c 100%);
    --nami-line: #2D2D2D;
    --nami-radius: 1rem;
}

.baseline {
    --baseline-aos-distance: 100px;
    --baseline-aos-distance-negative: -100px;
    --cde-edge-padding: 12rem;
}

.baseline .container {
    max-width: 1400px;
}

body.baseline {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    font-family: avenirnext-lt-pro-ultlight, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1.5rem, 1.6vw, 1.8rem);
    color: #fff;
}

.header-wrap .container,
#footer-bottom-container.container {
    max-width: 96%;
    width: 96%;
}

.baseline h1,
.baseline h2,
.baseline h3,
.baseline h4,
.baseline h5,
.baseline h6 {
    font-weight: 800;
}

.baseline h1 {
    font-size: clamp(4rem, 5vw, 7rem);
}

html,
body.baseline,
#canvas {
    background: #000;
}

body.baseline {
    color: #fff;
}

.baseline.page .content.container {
    display: block;
}

.blog .main .content.container {
    padding-top: clamp(14rem, 10vw, 20rem);
}

.blog .before-content-page {
    width: min(calc(100% - 4.8rem), 118rem);
    margin: 0 auto clamp(5rem, 4.7vw, 7rem);
    text-align: center;
}

.blog .before-content-page .widget-area,
.blog .before-content-page .widget {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog .before-content-page .textwidget,
.blog .before-content-page .custom-html-widget {
    display: block;
}

.blog-title {
    margin-top: 8rem;
    margin-bottom: 12rem;
}

.blog .news-index-row {
    width: min(calc(100% - 4.8rem), 118rem);
    margin: 0 auto;
}

.blog #main-content.news-index,
.blog .main .news-index.twelve.columns {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
}

.blog .news-index__item {
    display: grid;
    grid-template-columns: minmax(28rem, 42%) minmax(0, 1fr);
    gap: clamp(3rem, 4.2vw, 5.8rem);
    align-items: center;
    grid-column: 1 / -1;
    width: 100%;
    margin: 0;
    padding: clamp(2.2rem, 2.65vw, 3.8rem) 0;
    border-top: 0.1rem solid var(--nami-line);
    box-sizing: border-box;
}

.blog .news-index__item:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.blog .news-index__image {
    display: block;
    min-width: 0;
    aspect-ratio: 1.93 / 1.2;
    overflow: hidden;
    background: #111;
    border-radius: 0.8rem;
    color: var(--nami-light-green);
    text-decoration: none;
}

.blog .news-index__image-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.012);
    transition: transform 0.25s ease;
}

.blog .news-index__image:hover .news-index__image-img,
.blog .news-index__image:focus .news-index__image-img {
    transform: scale(1.045);
}

.blog .news-index__image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--nami-blue);
    font-size: clamp(5rem, 5vw, 7rem);
}

.blog .news-index__content {
    min-width: 0;
}

.blog .news-index__eyebrow {
    margin: 0 0 1.3rem;
    color: var(--nami-light-green);
    font-size: clamp(1.15rem, 0.8vw, 1.32rem);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.blog .news-index__title {
    margin: 0;
    color: #fff;
    font-size: clamp(2.6rem, 2.18vw, 3.4rem);
    line-height: 1.13;
    font-weight: 800;
    letter-spacing: 0;
}

.blog .news-index__title a {
    color: inherit;
    text-decoration: none;
}

.blog .news-index__title a:hover,
.blog .news-index__title a:focus {
    color: var(--nami-light-green);
}

.blog .news-index__date {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    margin: 1.4rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.35rem, 0.98vw, 1.52rem);
    line-height: 1.2;
    font-weight: 400;
}

.blog .news-index__date i,
.blog .news-index__date .svg-inline--fa {
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
    color: currentColor;
    font-size: 0.95em;
}

.blog .news-index__excerpt {
    max-width: 62ch;
    margin: 1.7rem 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(1.55rem, 1.1vw, 1.72rem);
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 0;
}

.blog .news-index__read-more {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.8rem;
    color: var(--nami-light-green);
    font-size: clamp(1.48rem, 1.05vw, 1.65rem);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
}

.blog .news-index__read-more i,
.blog .news-index__read-more .svg-inline--fa {
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
    color: currentColor;
    font-size: 0.9em;
    transition: transform 0.2s ease;
}

.blog .news-index__read-more:hover,
.blog .news-index__read-more:focus {
    color: #fff;
    text-decoration: none;
}

.blog .news-index__read-more:hover i,
.blog .news-index__read-more:focus i,
.blog .news-index__read-more:hover .svg-inline--fa,
.blog .news-index__read-more:focus .svg-inline--fa {
    transform: translateX(0.35rem);
}

.blog .news-index__paging {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    margin-top: clamp(4.2rem, 4vw, 6rem);
}

.blog .news-index__paging .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.6rem;
    min-height: 3.6rem;
    padding: 0 0.8rem;
    border: 0.1rem solid transparent;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
}

.blog .news-index__paging .page-numbers.current {
    border-color: var(--nami-light-green);
    color: #000;
}

.blog .news-index__paging a.page-numbers:hover,
.blog .news-index__paging a.page-numbers:focus {
    border-color: rgba(255, 255, 255, 0.5);
    color: var(--nami-light-green);
    text-decoration: none;
}

.blog .news-index__paging .prev,
.blog .news-index__paging .next {
    min-width: 3.6rem;
    padding: 0;
}

@media (max-width: 820px) {

    .blog .before-content-page,
    .blog .news-index-row {
        width: min(calc(100% - 4rem), 58rem);
    }

    .blog .news-index__item {
        grid-template-columns: 1fr;
        gap: 2.4rem;
        padding: 3rem 0;
    }

    .blog .news-index__image {
        aspect-ratio: 1.55 / 1;
    }

}

.main .content.container {
    width: 100%;
    max-width: none;
    background: #000;
    box-sizing: border-box;
    padding-top: 8rem;
}

.header_overlay .main .content.container { 
    padding: 0;
}

.emitted-title {
    display: none;
}

.home .main .first.has-bgvideo img {
    /* max-width: clamp(25rem, 33vw, 45rem); */
    max-width: clamp(17rem, 15vw, 30rem);
    position: relative;
    left: -1.5vw;
}

.home .main .first.has-bgvideo p + h1::before {
    content: "";
    width: 100%;
    margin: 0;
    height: 0.1rem;
    display: block;
    /* background: #9D9D9C; */
}

footer {
    background: #000 !important;
    color: #fff !important;
    position: relative;
    padding: clamp(6rem, 5.1vw, 14.6rem) 0 clamp(4rem, 3.7vw, 10.6rem) !important;
    text-align: center;
}

footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.55rem;
    background: var(--nami-gradient-horz);
}

p.nami-light-green {
    color: var(--nami-light-green);
}

footer .container {
    width: min(92%, 120rem) !important;
    max-width: 120rem !important;
    padding: 0 !important;
}

footer .row,
footer .widget-area,
footer .widget {
    float: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .widget {
    display: block;
}

footer .widget:after,
footer .widget-area .menu li:after {
    display: none !important;
    content: "";
}

#footer-top-container .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(4.6rem, 3.9vw, 11rem);
}

#footer-top-container .widget_nav_menu:first-child .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(2.6rem, 4vw, 8rem);
}

#footer-top-container .widget_nav_menu:first-child li {
    margin: 0;
    line-height: 1;
}

#footer-top-container .widget_nav_menu:first-child a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff !important;
    background: transparent !important;
    font-size: clamp(1.7rem, 1.25vw, 2.6rem);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
}

#footer-top-container .widget_nav_menu:first-child a:hover,
#footer-top-container .widget_nav_menu:first-child a:focus {
    opacity: 0.82;
}

#footer-top-container .widget_nav_menu:first-child .fa-linkedin,
#footer-top-container .widget_nav_menu:first-child .fa-brands,
#footer-top-container .widget_nav_menu:first-child .svg-inline--fa {
    font-size: 1.06em;
    width: 1em;
    height: 1em;
    line-height: 1;
}

#footer-top-container .widget_nav_menu:last-child {
    display: flex;
    justify-content: center;
}

#footer-top-container .widget_nav_menu:last-child .menu,
#footer-top-container .widget_nav_menu:last-child li {
    margin: 0;
    list-style: none;
}

#footer-top-container .widget_nav_menu:last-child li.button {
    padding: 0;
    background: transparent;
}

#footer-bottom-container {
    margin-top: clamp(7.6rem, 7.3vw, 20.6rem);
}

#footer-bottom-container .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

#footer-bottom-container .widget,
#footer-bottom-container p {
    margin: 0;
}

#footer-bottom-container p,
#footer-bottom-container .small-text,
#footer-bottom-container a {
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: clamp(1.3rem, 0.92vw, 1.8rem);
    line-height: 1.32;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;    
}

.baseline .nami-button,
.baseline :not(li).button,
.baseline li.button a,
#header-wrap header .nami-button,
#header-wrap header li.button a,
#footer-top-container .widget_nav_menu:last-child .nami-button,
#footer-top-container .widget_nav_menu:last-child li.button a {
    --nami-button-background: linear-gradient(135deg, #fff 0%, #dedede 100%);
    --nami-button-gap: clamp(1rem, 0.85vw, 2.4rem);
    --nami-button-min-height: clamp(5.6rem, 3.75vw, 10.8rem);
    --nami-button-pad-x: clamp(2.2rem, 1.55vw, 5.6rem);
    --nami-button-font-size: clamp(1.8rem, 1.15vw, 3.3rem);
    --nami-button-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--nami-button-gap);
    min-height: var(--nami-button-min-height);
    padding: 0 var(--nami-button-pad-x);
    border: 0;
    border-radius: 999rem;
    background: var(--nami-button-background) !important;
    color: #050505 !important;
    font-size: var(--nami-button-font-size);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    box-shadow: var(--nami-button-shadow);
    transition: opacity 0.2s ease;
    transform: none !important;
}

.baseline .nami-button--light,
.baseline a.button:not(.alt-button) {
    --nami-button-background: linear-gradient(135deg, #fff 0%, #dedede 100%);
}

.baseline .nami-button--gradient,
.baseline a.alt-button.button {
    --nami-button-background: var(--nami-gradient-horz);
}

.baseline .nami-button:hover,
.baseline .nami-button:focus,
.baseline :not(li).button:hover,
.baseline :not(li).button:focus,
.baseline li.button a:hover,
.baseline li.button a:focus,
#header-wrap header .nami-button:hover,
#header-wrap header .nami-button:focus,
#header-wrap header li.button a:hover,
#header-wrap header li.button a:focus,
#footer-top-container .widget_nav_menu:last-child .nami-button:hover,
#footer-top-container .widget_nav_menu:last-child .nami-button:focus,
#footer-top-container .widget_nav_menu:last-child li.button a:hover,
#footer-top-container .widget_nav_menu:last-child li.button a:focus {
    opacity: 0.82;
    transform: none !important;
    background: var(--nami-button-background) !important;
    color: #050505 !important;
}

#footer-top-container .widget_nav_menu:last-child .nami-button,
#footer-top-container .widget_nav_menu:last-child li.button a {
    --nami-button-background: linear-gradient(135deg, #fff 0%, #BFBFBF 100%);
    --nami-button-gap: clamp(1rem, 0.85vw, 1.8rem);
    --nami-button-min-height: clamp(5.4rem, 3.8vw, 7.8rem);
    --nami-button-pad-x: clamp(2.6rem, 2.4vw, 4.9rem);
    --nami-button-font-size: clamp(1.8rem, 1.32vw, 2.8rem);
}

#header-wrap {
    position: fixed;
    top: clamp(2rem, 2vw, 5.6rem);
    left: clamp(1.8rem, 1.55vw, 4.6rem);
    right: clamp(1.8rem, 1.55vw, 4.6rem);
    z-index: 100;
    min-height: clamp(8.2rem, 5.75vw, 16.5rem);
    background: rgba(18, 19, 19, 0.5) !important;
    border: 0.1rem solid rgba(255, 255, 255, 0.11);
    border-radius: 999rem;    
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.admin-bar #header-wrap {
    top: calc(clamp(2rem, 2vw, 5.6rem) + 32px);
}

#header-wrap header {
    min-height: inherit;
}

#header-wrap header > .container,
#header-wrap .logotitle.row {
    width: 100%;
    max-width: none;
    min-height: inherit;
}

#header-wrap header > .container {
    padding: 0 clamp(1.4rem, 1.1vw, 2.8rem) 0 clamp(2.8rem, 3vw, 8.8rem);
}

#header-wrap .logotitle.row {
    display: flex;
    align-items: center;
    padding: 0 !important;
}

#header-wrap header .four.columns,
#header-wrap header .eight.columns {
    float: none;
    width: auto !important;
    min-height: 0;
    margin-left: 0;
}

#header-wrap header .four.columns {
    flex: 0 0 auto;
}

#header-wrap header .eight.columns.right {
    position: static;
    height: auto;
    flex: 0 0 auto;
    margin-left: auto;
}

#header-wrap .logo,
#header-wrap .first {
    position: relative;
    z-index: 3;
}

#header-wrap .first {
    position: static !important;
    width: auto;
}

#header-wrap .second {
    display: none;
}

#header-wrap header .custom-logo {
    width: clamp(20rem, 15.2vw, 43.8rem) !important;
    max-width: none !important;
    height: auto;
    display: block;
}

#header-wrap > nav {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#header-wrap > nav .full {
    background: transparent !important;
    pointer-events: auto;
}

#header-wrap > nav .container {
    width: auto;
    max-width: none;
    padding: 0;
}

#header-wrap nav .full .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(2.6rem, 3.2vw, 8.2rem);
    margin: 0;
    font-size: inherit;
    line-height: 1;
}

#header-wrap nav .full .container > ul:after {
    display: none !important;
}

#header-wrap nav .full ul li {
    display: block;
    margin: 0;
    font-size: clamp(1.7rem, 1.12vw, 3.3rem);
    line-height: 1;
}

#header-wrap nav .full ul li a,
#header-wrap header a,
#header-wrap header .widget a {
    color: #fff !important;
    background: transparent !important;
    text-decoration: none;
}

#header-wrap nav .full ul li a {
    padding: 0.6rem 0;
    font-weight: 400;
    letter-spacing: 0;
}

#header-wrap nav .full ul li a:hover,
#header-wrap nav .full ul li a:focus {
    color: var(--nami-light-green) !important;
}

#header-wrap .widget-area,
#header-wrap .widget-area li {
    margin: 0;
    list-style: none;
}

#header-wrap .widget-area {
    display: flex;
    align-items: center;
}

#header-wrap header li.button {
    padding: 0;
    background: transparent;
}

#header-wrap header .nami-button,
#header-wrap header li.button a {
    --nami-button-min-height: clamp(5.4rem, 3.85vw, 11rem);
    --nami-button-pad-x: clamp(2.4rem, 2vw, 5.7rem);
    --nami-button-font-size: clamp(1.8rem, 1.18vw, 3.4rem);
    --nami-button-shadow: 1.2rem 1.2rem 0 rgba(0, 0, 0, 0.22);
}

#header-wrap nav .full ul li.current-menu-item > a,
#header-wrap nav .full ul li.current_page_item > a,
#header-wrap nav .full ul li.current-menu-ancestor > a,
#header-wrap nav .full ul li.current_page_ancestor > a,
#header-wrap header li.current-menu-item > a,
#header-wrap header li.current_page_item > a {
    color: var(--nami-light-green) !important;
}

#header-wrap header li.button.current-menu-item > a {
    color: #000 !important;
}

#header-wrap header li.button.current-menu-item .nami-button-icon:before {
    color: var(--nami-light-green) !important;
}

.nami-button-icon {
    display: inline-block;
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
    color: var(--nami-blue);
    font-size: 1.14em;
    line-height: 1;
}

body.home .flex-elm.has-bgvideo.first {
    position: relative;
    height: clamp(74rem, 56vw, 168rem);
    min-height: 0;
    margin: 0 !important;
    overflow: hidden;
    background: #000;
    color: #fff;
}

body.home .flex-elm.has-bgvideo.first .wrapper {
    position: relative;
    height: 100% !important;
    min-height: inherit;
    margin: 0 !important;
    overflow: hidden;
    background: #000;
}

body.home .flex-elm.has-bgvideo.first .wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.48) 56%, rgba(0, 0, 0, 0.74) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.4) 100%),
        rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

body.home .flex-elm.has-bgvideo.first .wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 52%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 72%, rgba(0, 0, 0, 0.9) 100%);
    pointer-events: none;
}

body.home .flex-elm.has-bgvideo.first .cde-bgvid {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

body.home .flex-elm.has-bgvideo.first .container {
    position: relative;
    z-index: 2;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    height: 100%;
    padding: 0 clamp(3rem, 6vw, 17.6rem) clamp(7.8rem, 6.9vw, 19.8rem);
    box-sizing: border-box;
}

body.home .flex-elm.has-bgvideo.first .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 clamp(2.2rem, 1.45vw, 4.2rem);
    width: min(100%, clamp(62rem, 48vw, 136rem));
}

body.home .flex-elm.has-bgvideo.first h1 {
    flex: 0 0 100%;
    margin: 0;
    color: #fff;
    font-size: clamp(5.2rem, 4.22vw, 12.2rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
}

.baseline h1 em,
.baseline h2 em,
body.home .flex-elm.has-bgvideo.first h1 em {
    color: var(--nami-light-green);
    font-style: normal;
}

body.home .flex-elm.has-bgvideo.first p {
    margin: 0 !important;
}

body.home .flex-elm.has-bgvideo.first h1 ~ p {
    margin-top: clamp(3.8rem, 3vw, 8.6rem) !important;
}

body.home .flex-elm.has-bgvideo.first .inner .nami-button,
body.home .flex-elm.has-bgvideo.first .inner a.button {
    --nami-button-min-height: clamp(5.6rem, 3.75vw, 10.8rem);
    --nami-button-pad-x: clamp(2.2rem, 1.55vw, 5.6rem);
    --nami-button-font-size: clamp(1.8rem, 1.15vw, 3.3rem);
}

body.home .flex-elm.has-bgvideo.first .inner a.button:not(:has(.nami-button-icon)):before {
    content: "\f061";
    color: var(--nami-blue);
    font: var(--fa-font-sharp-solid, normal 900 1em/1 "Font Awesome 6 Sharp");
    font-size: 1.14em;
    line-height: 1;
}

body:not(.home) .flex-elm.has-wave-bgnd {
    overflow: visible;    
    position: relative;    
    background: transparent;
    z-index: 1;
}

body:not(.home) .flex-elm.has-wave-bgnd:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15rem;
    bottom: 15rem;
    z-index: -1;
    left: 0;
    background: url("nami-wave-graphic.png") center center / 100% no-repeat;
}

body.home .flex-container.has-wave-bgnd {
    position: relative;
    isolation: isolate;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: #000;
}

body.home .flex-container.has-wave-bgnd:before {
    content: "";
    position: absolute;
    top: clamp(-1rem, 2vw, 4.2rem);
    left: 50%;
    z-index: 0;
    width: clamp(118rem, 92vw, 190rem);
    aspect-ratio: 2 / 1;
    background: url("nami-wave-graphic.png") center center / contain no-repeat;
    opacity: 0.78;
    transform: translateX(-39%);
    pointer-events: none;
}

@media ( max-width: 7200px ) {

    .baseline header {
        padding: 0;
    }
}

body.home .flex-elm.has-wave-bgnd {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    overflow: visible;
}

body.home .flex-elm.has-wave-bgnd .inner {
    display: grid !important;
    grid-template-columns: minmax(0, clamp(70rem, 55vw, 113rem)) minmax(32rem, 1fr) !important;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: clamp(7rem, 7.4vw, 15.2rem) !important;
    row-gap: clamp(5rem, 3.5vw, 7.2rem);
    width: 100%;
    max-width: none;
    padding: clamp(8rem, 6.3vw, 12.9rem) clamp(5rem, 5.75vw, 11.8rem) clamp(10rem, 8.45vw, 17.4rem) !important;
    box-sizing: border-box;
}

body.home .flex-elm.has-wave-bgnd .before {
    grid-column: 1 / -1;
    margin: 0;
}

body.home .flex-elm.has-wave-bgnd h2 {
    max-width: clamp(60rem, 50vw, 70rem);
    margin: 0 auto;
    color: #fff;
    font-size: clamp(3.4rem, 2.8vw, 4.6rem);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

body.home .flex-elm.has-wave-bgnd.col-white h2 {
    color: #000;
}

body.home .flex-elm.has-wave-bgnd h2 em {
    color: var(--nami-light-green);
    font-style: normal;
}

body.home .flex-elm.has-wave-bgnd .left-col,
body.home .flex-elm.has-wave-bgnd .right-col {
    position: relative;
    z-index: 1;
    width: 100% !important;
}

body.home .flex-elm.has-wave-bgnd .left-col {
    grid-column: 1;
    margin: 0 !important;
}

body.home .flex-elm.has-wave-bgnd .right-col {
    grid-column: 2;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
}

body.home .flex-elm.has-wave-bgnd .right-col p {
    margin: 0 !important;
}

body.home .flex-elm.has-wave-bgnd .wp-video,
body.home .flex-elm.has-wave-bgnd .mejs-container,
.moa-video .wp-video,
.moa-video .mejs-container {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    background: #000;
}

body.home .flex-elm.has-wave-bgnd video,
body.home .flex-elm.has-wave-bgnd .wp-video-shortcode,
.moa-video video,
.moa-video .wp-video-shortcode {
    display: block;
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
    border-radius: var(--nami-radius);
    object-fit: cover;
    background: #000;
}

body.home .flex-elm.has-wave-bgnd .mejs-controls,
.moa-video .mejs-controls {
    display: none !important;
}

body.home .flex-elm.has-wave-bgnd .mejs-overlay-play,
.moa-video .mejs-overlay-play {
    cursor: pointer;
    background: transparent !important;
}

body.home .flex-elm.has-wave-bgnd .mejs-overlay-button,
.moa-video .mejs-overlay-button {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: clamp(7.4rem, 5.9vw, 12rem) !important;
    height: clamp(7.4rem, 5.9vw, 12rem) !important;
    margin: 0 !important;
    border: 0.3rem solid var(--nami-light-green);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.34);
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

body.home .flex-elm.has-wave-bgnd .mejs-overlay-button:before,
.moa-video .mejs-overlay-button:before {
    content: "\f04b";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.5rem;
    color: var(--nami-light-green);
    font: var(--fa-font-sharp-solid, normal 900 1em/1 "Font Awesome 6 Sharp");
    font-size: clamp(2.8rem, 2.35vw, 4.8rem);
    line-height: 1;
}

body.home .flex-elm.has-wave-bgnd .mejs-overlay-play:hover .mejs-overlay-button,
body.home .flex-elm.has-wave-bgnd .mejs-overlay-play:focus .mejs-overlay-button,
.moa-video .mejs-overlay-play:hover .mejs-overlay-button,
.moa-video .mejs-overlay-play:focus .mejs-overlay-button {
    border-color: rgba(255, 255, 255, 0.94);
    background: rgba(255, 255, 255, 0.2) !important;
}

body.home .flex-elm.has-wave-bgnd .nami-button,
body.home .flex-elm.has-wave-bgnd a.button {
    --nami-button-background: var(--nami-gradient-horz);
    --nami-button-min-height: clamp(5.6rem, 3.75vw, 7.8rem);
    --nami-button-pad-x: clamp(2.4rem, 2vw, 4.8rem);
    --nami-button-font-size: clamp(1.8rem, 1.15vw, 2.6rem);
}

body.home .flex-elm.logo-scroller {
    position: relative;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 calc(50% - 50vw) !important;
    padding: clamp(7rem, 5.6vw, 12rem) 0 clamp(13rem, 8vw, 10rem) !important;
    overflow: hidden;
    background: #000;
    color: #fff;
}

body.home .flex-elm.logo-scroller > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

body.home .flex-elm.logo-scroller .inner {
    width: 100%;
    max-width: none;
}

body.home .flex-elm.logo-scroller .before {
    width: min(92%, 120rem);
    margin: 0 auto clamp(8rem, 4vw, 17rem);
    text-align: center;
}

.baseline  .flex-elm h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(4.2rem, 3.35vw, 7rem);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

.baseline  .flex-elm.col-white h2 {
    color: #000;
}

body.home .flex-elm.logo-scroller .grid-list {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.home .flex-elm.logo-scroller .flickity-viewport {
    width: 100%;
    overflow: visible;
}

body.home .flex-elm.logo-scroller .flickity-slider {
    display: flex;
    align-items: center;
}

body.home .flex-elm.logo-scroller .cde-grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(20rem, 20vw, 41rem);
    min-height: clamp(12rem, 8.8vw, 18rem);
    margin: 0 clamp(3rem, 4vw, 8rem) 0 0 !important;
}

body.home .flex-elm.logo-scroller .cde-grid-item-inner,
body.home .flex-elm.logo-scroller .item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.logo-scroller .item-image {
    /* filter: grayscale(1) invert(1) contrast(1.4);*/
}

body.home .flex-elm.logo-scroller .item-label {
    display: none !important;
}

body.home .flex-elm.logo-scroller .item-image img {
    display: block;
    width: auto;
    max-width: min(100%, clamp(15rem, 16vw, 33rem));
    max-height: clamp(6.8rem, 6.2vw, 13rem);
    object-fit: contain;
    /* filter: grayscale(1); 
    opacity: 0.72; */
}

body.home .flex-elm.logo-scroller .flickity-button,
body.home .flex-elm.logo-scroller .flickity-page-dots {
    display: none !important;
}

.baseline button,
.baseline input[type="reset"],
.baseline input[type="button"],
.baseline input[type="submit"] {
    transition: opacity 0.2s ease;
    transform: none !important;
}

.baseline button:hover,
.baseline input[type="reset"]:hover,
.baseline input[type="button"]:hover,
.baseline input[type="submit"]:hover,
.baseline button:focus,
.baseline input[type="reset"]:focus,
.baseline input[type="button"]:focus,
.baseline input[type="submit"]:focus {
    opacity: 0.82;
    transform: none !important;
}

@media (max-width: 1180px) {

    #header-wrap nav .full .menu {
        gap: clamp(1.8rem, 2.4vw, 3.6rem);
    }

    #header-wrap nav .full ul li {
        font-size: clamp(1.5rem, 1.45vw, 2rem);
    }

}

@media (max-width: 820px) {

    :root {
        --nami-mobile-header-top: 1.4rem;
        --nami-mobile-header-side: 1.2rem;
        --nami-mobile-header-height: 7.4rem;
        --nami-mobile-menu-size: 4.8rem;
        --nami-mobile-header-pad: calc((var(--nami-mobile-header-height) - var(--nami-mobile-menu-size)) / 2);
    }

    #header-wrap {
        top: var(--nami-mobile-header-top);
        left: var(--nami-mobile-header-side);
        right: var(--nami-mobile-header-side);
        min-height: var(--nami-mobile-header-height);
    }

    .admin-bar #header-wrap {
        top: calc(var(--nami-mobile-header-top) + 46px);
    }

    #header-wrap header > .container {
        padding: 0 2.4rem;
    }

    #header-wrap > nav {
        display: none;
    }

    #header-wrap header .custom-logo {
        width: min(52vw, 24rem) !important;
    }

    .mobile-nav.above {
        position: fixed;
        top: var(--nami-mobile-header-top);
        right: calc(var(--nami-mobile-header-side) + var(--nami-mobile-header-pad));
        z-index: 420;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: var(--nami-mobile-menu-size);
        height: var(--nami-mobile-header-height);
        background: transparent !important;
        pointer-events: none;
    }

    .admin-bar .mobile-nav.above {
        top: calc(var(--nami-mobile-header-top) + 46px);
    }

    .mobile-nav.above .container,
    .mobile-nav.above .menu-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 100%;
        padding: 0;
        overflow: visible;
    }

    .mobile-nav.above .menu-label {
        display: none;
    }

    .mobile-nav.above #burger-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: var(--nami-mobile-menu-size);
        height: var(--nami-mobile-menu-size);
        position: relative;
        z-index: 430;
        pointer-events: auto;
    }

    .mobile-nav.above #hamburger {
        width: var(--nami-mobile-menu-size);
        height: var(--nami-mobile-menu-size);
        margin: 0;
        padding: 0;
        background: transparent !important;
        float: none;
    }

    .mobile-nav.above #hamburger #div-1,
    .mobile-nav.above #hamburger #div-2,
    .mobile-nav.above #hamburger #div-3 {
        left: 0.8rem;
        width: 3.2rem;
        height: 0.3rem;
        background: #fff !important;
    }

    .mobile-nav.above #hamburger #div-1 {
        top: 1.45rem;
    }

    .mobile-nav.above #hamburger #div-2 {
        top: 2.25rem;
    }

    .mobile-nav.above #hamburger #div-3 {
        top: 3.05rem;
    }

    .mobile-nav.above #hamburger.active #div-1,
    .mobile-nav.above #hamburger.active #div-3 {
        top: 2.25rem;
    }

    .mobile-nav.above #hamburger.active #div-2 {
        width: 0;
        opacity: 0;
    }

    .mobile-nav.above #menu-choices {
        position: fixed;
        top: calc(var(--nami-mobile-header-top) + var(--nami-mobile-header-height) + 0.8rem);
        left: var(--nami-mobile-header-side);
        right: var(--nami-mobile-header-side);
        z-index: 425;
        width: auto !important;
        height: 0;
        max-height: calc(100vh - var(--nami-mobile-header-top) - var(--nami-mobile-header-height) - 2rem);
        overflow: hidden;
        border: 0.1rem solid transparent;
        border-radius: 2.4rem;
        background: transparent !important;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        pointer-events: none;
    }

    .mobile-nav.above:has(#hamburger.active) #menu-choices,
    .mobile-nav.above #menu-choices[style*="height"] {
        border-color: rgba(255, 255, 255, 0.12);
        background: rgba(18, 19, 19, 0.96) !important;
        box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.42);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .admin-bar .mobile-nav.above #menu-choices {
        top: calc(var(--nami-mobile-header-top) + 46px + var(--nami-mobile-header-height) + 0.8rem);
    }

    .mobile-nav.above #menu-choices.haveHeight {
        position: fixed;
        height: auto;
        visibility: hidden !important;
    }

    .mobile-nav.above #menu-choices .menu {
        width: 100%;
        margin: 0;
        padding: 1.2rem;
        box-sizing: border-box;
        list-style: none;
    }

    .mobile-nav.above #menu-choices li {
        float: none;
        clear: none;
        width: 100%;
        margin: 0;
        border: 0 !important;
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.12) !important;
        background: transparent !important;
    }

    .mobile-nav.above #menu-choices li:last-child {
        border-bottom: 0 !important;
    }

    .mobile-nav.above #menu-choices li a {
        display: block;
        padding: 1.45rem 1.6rem;
        color: #fff !important;
        background: transparent !important;
        font-size: 2rem;
        line-height: 1.1;
        text-decoration: none;
    }

    .mobile-nav.above #menu-choices li.current-menu-item > a,
    .mobile-nav.above #menu-choices li.current_page_item > a,
    .mobile-nav.above #menu-choices li a:hover,
    .mobile-nav.above #menu-choices li a:focus {
        color: var(--nami-light-green) !important;
    }

    body.home .flex-elm.has-bgvideo.first {
        height: 82rem;
    }

    body.home .flex-elm.has-bgvideo.first .container {
        padding: 0 2.4rem 7rem;
    }

    body.home .flex-elm.has-bgvideo.first .inner {
        width: 100%;
    }

    body.home .flex-elm.has-bgvideo.first h1 {
        font-size: clamp(4.4rem, 12vw, 7.2rem);
    }

    body.home .flex-container.has-wave-bgnd:before {
        top: 5rem;
        left: 50%;
        width: 132rem;
        transform: translateX(-39%);
    }

    body.home .flex-elm.has-wave-bgnd .inner {
        grid-template-columns: 1fr !important;
        row-gap: 3.6rem;
        padding: 7rem 2.4rem 8rem !important;
    }

    body.home .flex-elm.has-wave-bgnd .before,
    body.home .flex-elm.has-wave-bgnd .left-col,
    body.home .flex-elm.has-wave-bgnd .right-col {
        grid-column: 1 !important;
    }

    body.home .flex-elm.has-wave-bgnd h2 {
        max-width: 58rem;
        font-size: clamp(3.8rem, 9.4vw, 5.8rem);
    }

    body.home .flex-elm.has-wave-bgnd .right-col {
        justify-content: flex-start;
    }

}

@media (max-width: 600px) {

    :root {
        --nami-mobile-header-top: 1.4rem;
        --nami-mobile-header-side: 1.2rem;
        --nami-mobile-header-height: 6.8rem;
        --nami-mobile-menu-size: 4.8rem;
        --nami-mobile-header-pad: calc((var(--nami-mobile-header-height) - var(--nami-mobile-menu-size)) / 2);
    }

    .admin-bar #header-wrap {
        top: calc(var(--nami-mobile-header-top) + 46px);
    }

    #header-wrap {
        top: var(--nami-mobile-header-top);
        left: var(--nami-mobile-header-side);
        right: var(--nami-mobile-header-side);
        min-height: var(--nami-mobile-header-height);
    }

    #header-wrap header li.button a {
        display: none;
    }

    .mobile-nav.above {
        position: fixed;
        top: var(--nami-mobile-header-top);
        right: calc(var(--nami-mobile-header-side) + var(--nami-mobile-header-pad));
        z-index: 420;
        display: flex;
        align-items: center;
        justify-content: center;
        width: var(--nami-mobile-menu-size);
        height: var(--nami-mobile-header-height);
        background: transparent !important;
        pointer-events: none;
    }

    .admin-bar .mobile-nav.above {
        top: calc(var(--nami-mobile-header-top) + 46px);
    }

    .mobile-nav.above .container,
    .mobile-nav.above .menu-bar {
        width: auto;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
    }

    .mobile-nav.above .menu-label {
        display: none;
    }

    .mobile-nav.above #burger-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: var(--nami-mobile-menu-size);
        height: var(--nami-mobile-menu-size);
        position: relative;
        z-index: 430;
        pointer-events: auto;
        margin-right: 3rem;
    }

    .mobile-nav.above #hamburger {
        width: var(--nami-mobile-menu-size);
        height: var(--nami-mobile-menu-size);
        margin: 0;
        padding: 0;
        background: transparent !important;
        float: none;
    }

    .mobile-nav.above #hamburger #div-1,
    .mobile-nav.above #hamburger #div-2,
    .mobile-nav.above #hamburger #div-3 {
        left: 0.8rem;
        width: 3.2rem;
        height: 0.3rem;
        background: #fff !important;
    }

    .mobile-nav.above #hamburger #div-1 {
        top: 1.45rem;
    }

    .mobile-nav.above #hamburger #div-2 {
        top: 2.25rem;
    }

    .mobile-nav.above #hamburger #div-3 {
        top: 3.05rem;
    }

    .mobile-nav.above #hamburger.active #div-1,
    .mobile-nav.above #hamburger.active #div-3 {
        top: 2.25rem;
    }

    .mobile-nav.above #hamburger.active #div-2 {
        width: 0;
        opacity: 0;
    }

    .mobile-nav.above #menu-choices {
        position: fixed;
        top: calc(var(--nami-mobile-header-top) + var(--nami-mobile-header-height) + 0.8rem);
        left: var(--nami-mobile-header-side);
        right: var(--nami-mobile-header-side);
        z-index: 425;
        width: auto !important;
        height: 0;
        max-height: calc(100vh - var(--nami-mobile-header-top) - var(--nami-mobile-header-height) - 2rem);
        overflow: hidden;
        border: 0.1rem solid transparent;
        border-radius: 2.4rem;
        background: transparent !important;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        pointer-events: none;
    }

    .mobile-nav.above:has(#hamburger.active) #menu-choices,
    .mobile-nav.above #menu-choices[style*="height"] {
        border-color: rgba(255, 255, 255, 0.12);
        background: rgba(18, 19, 19, 0.96) !important;
        box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.42);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .admin-bar .mobile-nav.above #menu-choices {
        top: calc(var(--nami-mobile-header-top) + 46px + var(--nami-mobile-header-height) + 0.8rem);
    }

    .mobile-nav.above #menu-choices.haveHeight {
        position: fixed;
        height: auto;
        visibility: hidden !important;
    }

    .mobile-nav.above #menu-choices .menu {
        width: 100%;
        margin: 0;
        padding: 1.2rem;
        box-sizing: border-box;
        list-style: none;
    }

    .mobile-nav.above #menu-choices li {
        float: none;
        clear: none;
        width: 100%;
        margin: 0;
        border: 0 !important;
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.12) !important;
        background: transparent !important;
    }

    .mobile-nav.above #menu-choices li:last-child {
        border-bottom: 0 !important;
    }

    .mobile-nav.above #menu-choices li a {
        display: block;
        padding: 1.45rem 1.6rem;
        color: #fff !important;
        background: transparent !important;
        font-size: 2rem;
        line-height: 1.1;
        text-decoration: none;
    }

    .mobile-nav.above #menu-choices li.current-menu-item > a,
    .mobile-nav.above #menu-choices li.current_page_item > a,
    .mobile-nav.above #menu-choices li a:hover,
    .mobile-nav.above #menu-choices li a:focus {
        color: var(--nami-light-green) !important;
    }

    body.home .flex-elm.has-bgvideo.first {
        height: 76rem;
    }

    body.home .flex-elm.has-bgvideo.first .inner {
        gap: 1.4rem;
    }

    body.home .flex-elm.has-bgvideo.first h1 ~ p {
        margin-top: 3rem !important;
    }

    body.home .flex-elm.has-bgvideo.first h1 {
        max-width: 34rem;
        font-size: clamp(3.8rem, 10.6vw, 5.8rem);
    }

    body.home .flex-elm.has-bgvideo.first .inner a.button {
        width: 100%;
        min-height: 5.8rem;
        padding: 0 2.2rem;
    }

    body.home .flex-elm.has-bgvideo.first h1 ~ p + p {
        margin-top: 1.4rem !important;
    }

    body.home .flex-container.has-wave-bgnd:before {
        top: 4rem;
        left: 43%;
        width: 108rem;
    }

    body.home .flex-elm.has-wave-bgnd .inner {
        row-gap: 2.8rem;
        padding: 6rem 2.4rem 7rem !important;
    }

    body.home .flex-elm.has-wave-bgnd h2 {
        max-width: 34rem;
        font-size: clamp(3.4rem, 9.2vw, 4.8rem);
    }

    body.home .flex-elm.has-wave-bgnd a.button {
        width: 100%;
        min-height: 5.8rem;
        padding: 0 2.2rem;
    }

}

.flex-elm.cde-divider {
    margin: 0;
    height: 0.1rem;
    width: 100%;
    background-color: var(--nami-line);
}

.flex-elm.cde-divider.divider_extraspace {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.flex-container:has(+ .flex-elm.cde-divider.is-wave-divider),
.flex-elm:has(+ .flex-elm.cde-divider.is-wave-divider),
.flex-elm.cde-divider.is-wave-divider + .flex-container,
.flex-elm.cde-divider.is-wave-divider + .flex-elm {
    position: relative;
    z-index: 2;
}

.flex-elm.cde-divider.is-wave-divider {
    background-color: unset;
    height: 10rem;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.cde-divider.is-wave-divider img {
    position: relative;
    z-index: 0;
    display: block;
    opacity: 0.7;
    width: 100%;
    top: -20vw;
}

.dot-pattern,
.flex-elm.dot-pattern {
    --dot-size: 4px;
    --spacing: 15.5px;
    background-image:
      radial-gradient(circle, rgba(0,0,0,0.15) 0 var(--dot-size), transparent calc(var(--dot-size) + 0.5px)),
      var(--nami-blue-gradient);
    background-position: 0 0, center;
    background-repeat: repeat, no-repeat;
    background-size: var(--spacing) var(--spacing), 100% 100%;
}

.flex-elm.cde-updates {
    --bg: #020204;
    --dot-size: 4px;
    --spacing: 15.5px;
    margin: 0;
    padding: clamp(8.6rem, 6.95vw, 10rem) 0 clamp(8.8rem, 7.6vw, 11rem);
    overflow: hidden;
    /* background-color: var(--nami-blue);
    background-image: radial-gradient(circle, var(--nami-blue) 0 var(--dot-size), transparent calc(var(--dot-size) + 0.5px));
    background-size: var(--spacing) var(--spacing);  */
    color: #fff;
}

.flex-elm.cde-updates.cde-linkedin-posts {
    background: unset;
}

.flex-elm.cde-updates > .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.flex-elm.cde-updates .inner {
    width: min(calc(100% - 12rem), 127.8rem);
    margin: 0 auto;
}

.cde-updates .updates-section {
    width: min(calc(100% - 12rem), 127.8rem);
    margin: 0 auto;
    text-align: center;
}

.cde-updates h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(4rem, 3.1vw, 4.8rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
}

.cde-updates .updates-tabs {
    margin-top: clamp(4.8rem, 3.7vw, 5.4rem);
    text-align: center;
}

.cde-updates .updates-tab-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.cde-updates .updates-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    min-width: clamp(14.8rem, 12.2vw, 17.7rem);
    min-height: clamp(5.2rem, 3.9vw, 5.8rem);
    margin: 0 clamp(0.9rem, 1.05vw, 1.5rem);
    padding: 0 2.5rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.68);
    border-radius: 999rem;
    color: #fff;
    font-size: clamp(1.5rem, 1.14vw, 1.7rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.cde-updates .updates-tab:hover,
.cde-updates .updates-tab-input:focus-visible + .updates-tab {
    opacity: 0.82;
}

.cde-updates .updates-tab-input:checked + .updates-tab {
    border-color: transparent;
    background: linear-gradient(135deg, #fff 0%, #dedede 100%);
    color: #050505;
}

.cde-updates .updates-tab i,
.cde-updates .updates-tab .svg-inline--fa,
.cde-updates .updates-follow-link i,
.cde-updates .updates-follow-link .svg-inline--fa {
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
    color: currentColor;
    font-size: 1.08em;
    line-height: 1;
}

a.updates-follow-link:hover {
    text-decoration: none;
}

.cde-updates .updates-tab-input:checked + .updates-tab i,
.cde-updates .updates-tab-input:checked + .updates-tab .svg-inline--fa {
    color: var(--nami-blue);
}

.cde-updates .updates-panels {
    margin-top: clamp(5.4rem, 4vw, 5.8rem);
}

.cde-updates .updates-panel {
    display: none;
}

.cde-updates .updates-tab-input:nth-of-type(1):checked ~ .updates-panels .updates-panel--linkedin,
.cde-updates .updates-tab-input:nth-of-type(2):checked ~ .updates-panels .updates-panel--news {
    display: block;
}

.cde-updates .updates-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(3.2rem, 3.45vw, 5rem);
    margin: 0;
    padding: 0;
}

.cde-updates .updates-card {
    min-width: 0;
    margin: 0;
    text-align: left;
}

.cde-updates .updates-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: #262626;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.cde-updates .updates-card__link:hover,
.cde-updates .updates-card__link:focus {
    transform: scale(1.03);
}

.cde-updates .updates-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1.4 / 1;
    overflow: hidden;
    background: #111;
    border-top-left-radius: var(--nami-radius);
    border-top-right-radius: var(--nami-radius);
}

.cde-updates .updates-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.012);    
}

.cde-updates .updates-card__image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--nami-blue);
    color: var(--nami-light-green);
    font-size: clamp(5rem, 5vw, 7rem);
}

.cde-updates .updates-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: clamp(14.8rem, 10.4vw, 15.2rem);
    padding: 1.5rem 1.9rem 1.8rem;
    background: #262626;
    box-sizing: border-box;
    border-bottom-left-radius: var(--nami-radius);;
    border-bottom-right-radius: var(--nami-radius);;
}

.cde-updates .updates-card__title,
.cde-updates .updates-card__text,
.cde-updates .updates-card__date {
    margin: 0;
    color: #fff;
    letter-spacing: 0;
}

.cde-updates .updates-card__title {
    margin-bottom: 0.5rem;
    font-size: clamp(1.75rem, 1.3vw, 2rem);
    line-height: 1.18;
    font-weight: 800;
}

.cde-updates .updates-card__text {
    font-size: clamp(1.55rem, 1.15vw, 1.72rem);
    line-height: 1.3;
    font-weight: 400;
}

.cde-updates .updates-card__date {
    margin-top: auto;
    padding-top: 1.4rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.2rem, 0.95vw, 1.35rem);
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}

.cde-updates .updates-follow-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: clamp(7.4rem, 5.7vw, 8.2rem);
    color: #fff;
    font-size: clamp(2rem, 1.62vw, 2.35rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.cde-updates .updates-follow-link:hover,
.cde-updates .updates-follow-link:focus {
    opacity: 0.82;
}

.cde-updates .updates-empty {
    width: min(100%, 52rem);
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.8rem;
    line-height: 1.4;
}

.cde-updates .updates-profeedwp {
    text-align: left;
}

.cde-updates .updates-profeedwp .profeedwp-feed {
    --lf-background-color: #262626;
    --lf-background-light: #262626;
    --lf-border-color: transparent;
    --lf-border-width: 0;
    --lf-border-radius: var(--nami-radius);
    --lf-image-border-radius: 0;
    --lf-shadow-light: none;
    --lf-shadow-hover: none;
    --lf-text-color: #fff;
    --lf-text-light: rgba(255, 255, 255, 0.88);
    --lf-font-size-base: clamp(1.55rem, 1.15vw, 1.72rem);
    --lf-font-size-text-with-image: clamp(1.55rem, 1.15vw, 1.72rem);
    --lf-font-size-text-no-image: clamp(1.55rem, 1.15vw, 1.72rem);
    --lf-line-height-base: 1.3;
    --lf-line-height-large: 1.3;
}

.cde-updates .updates-profeedwp .profeedwp-feed-loading,
.cde-updates .updates-profeedwp .profeedwp-feed-error {
    min-height: clamp(30rem, 23vw, 38.7rem);
    background: #262626;
    color: #fff;
}

.cde-updates .updates-profeedwp .profeedwp-feed-loading p,
.cde-updates .updates-profeedwp .profeedwp-feed-error p {
    color: rgba(255, 255, 255, 0.84);
}

.cde-updates .updates-profeedwp .profeedwp-feed-post-link {
    height: 100%;
    color: #fff;
    transition: opacity 0.2s ease;
}

.cde-updates .updates-profeedwp .profeedwp-feed-post-link:hover,
.cde-updates .updates-profeedwp .profeedwp-feed-post-link:focus {
    transform: none;    
}

.cde-updates .updates-profeedwp .profeedwp-feed-post {
    height: 100%;
    min-height: 0;
    background: #262626;
    border: 0;
    border-radius: var(--nami-radius);
    box-shadow: none;
    color: #fff;    
    transition: unset !important;
    transition-timing-function: ease;
    transition-duration: 0.3s !important;
}

.profeedwp-feed-post:hover {
    transform: scale(1.03);
}

.cde-updates .updates-profeedwp .profeedwp-feed-post-image {
    aspect-ratio: 1.4 / 1;
    background: #111;
    border-top-left-radius: var(--nami-radius);
    border-top-right-radius: var(--nami-radius);
}

.cde-updates .updates-profeedwp .profeedwp-feed-post-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.012);
}

.cde-updates .updates-profeedwp .profeedwp-feed-post-content {
    min-height: clamp(14.8rem, 10.4vw, 15.2rem);
    padding: 1.5rem 1.9rem 1.8rem;
    background: #262626;
    border-bottom-left-radius: var(--nami-radius);
    border-bottom-right-radius: var(--nami-radius);
}

.cde-updates .updates-profeedwp .profeedwp-feed-post-text {
    margin: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
}

.cde-updates .updates-profeedwp .profeedwp-feed-post-date {
    margin-top: auto;
    padding-top: 1.4rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.2rem, 0.95vw, 1.35rem);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

@media (max-width: 960px) {

    .flex-elm.cde-updates {
        padding: 7.2rem 0 8rem;
    }

    .flex-elm.cde-updates .inner {
        width: 100%;
    }

    .cde-updates .updates-section {
        width: min(calc(100% - 4.8rem), 44rem);
    }

    .cde-updates .updates-grid {
        grid-template-columns: 1fr;
        gap: 2.8rem;
    }

    .cde-updates .updates-card__body {
        min-height: 14.6rem;
    }

    .cde-updates .updates-profeedwp .profeedwp-feed-post-content {
        min-height: 14.6rem;
    }

    .cde-updates .updates-follow-link {
        margin-top: 5.2rem;
    }

}

@media (max-width: 480px) {

    .cde-updates .updates-tabs {
        margin-top: 3.8rem;
    }

    .cde-updates .updates-tab {
        min-width: 13.2rem;
        min-height: 5rem;
        margin: 0 0.35rem;
        padding: 0 1.8rem;
        gap: 1rem;
    }

    .cde-updates .updates-panels {
        margin-top: 4rem;
    }

    .cde-updates .updates-card__body {
        padding: 1.6rem 1.7rem 1.8rem;
    }

    .cde-updates .updates-profeedwp .profeedwp-feed-post-content {
        padding: 1.6rem 1.7rem 1.8rem;
    }

}

body.baseline .flex-elm.cde-tabs {
    --cde-tabs-divider: rgba(255, 255, 255, 0.28);
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
    column-gap: clamp(4rem, 5vw, 7rem);
    align-items: start;
}

body.baseline .cde-tabs .before {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    margin: 0;
    padding-top: clamp(2.6rem, 2.8vw, 4rem);
    border-top: 0.1rem solid var(--cde-tabs-divider);
}

body.baseline .cde-tabs .tabs {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: clamp(1.8rem, 2.1vw, 3rem);
    row-gap: clamp(4rem, 4vw, 5.8rem);
    max-width: 100%;
    margin: 0;
    padding-top: clamp(2.6rem, 2.8vw, 4rem);
    border-top: 0.1rem solid var(--cde-tabs-divider);
    background: transparent;
    box-shadow: none;
}

body.baseline .cde-tabs .input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

body.baseline .cde-tabs .label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: clamp(14.8rem, 12.2vw, 17.7rem);
    min-height: clamp(5.2rem, 3.9vw, 5.8rem);
    margin: 0;
    padding: 0 2.5rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.68);
    border-radius: 999rem;
    background: transparent;
    color: #fff;
    font-size: clamp(1.5rem, 1.14vw, 1.7rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

body.baseline .cde-tabs .label:empty,
body.baseline .cde-tabs .label:empty + .panel {
    display: none;
}

body.baseline .cde-tabs .label:hover,
body.baseline .cde-tabs .label:active {
    background: transparent;
    opacity: 0.82;
}

body.baseline .cde-tabs .input:focus + .label {
    box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.22);
    z-index: 1;
}

body.baseline .cde-tabs .input:checked + .label {
    border-color: transparent;
    background: linear-gradient(135deg, #fff 0%, #dedede 100%);
    color: #050505;
    opacity: 1;
}

body.baseline .cde-tabs .panel {
    order: 99;
    width: 100%;
    padding: 0;
    background: transparent;
}

body.baseline .cde-tabs .panel input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),
body.baseline .cde-tabs .panel textarea,
body.baseline .cde-tabs .panel select {
    border: 0.1rem solid var(--cde-tabs-divider);
    transition: border-color 0.2s ease;
}

body.baseline .cde-tabs .panel input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):focus,
body.baseline .cde-tabs .panel textarea:focus,
body.baseline .cde-tabs .panel select:focus {
    border-color: #fff;
    outline: 0;
}

@media (max-width: 800px) {

    body.baseline .flex-elm.cde-tabs {
        grid-template-columns: 1fr;
        row-gap: 4rem;
    }

    body.baseline .cde-tabs .before,
    body.baseline .cde-tabs .tabs {
        grid-column: 1;
    }

    body.baseline .cde-tabs .tabs {
        grid-row: 1;
    }

    body.baseline .cde-tabs .before {
        grid-row: 2;
    }

}

@media (max-width: 480px) {

    body.baseline .cde-tabs .tabs {
        column-gap: 0.7rem;
        row-gap: 4rem;
    }

    body.baseline .cde-tabs .label {
        min-width: 13.2rem;
        min-height: 5rem;
        padding: 0 1.8rem;
    }

}

.flex-elm.icon-boxes.cde-grid-list.has-bgcolor {
    --bg: #000000;
    --dot-size: 4px;
    --spacing: 15.5px;
    margin: 0;
    padding: clamp(8rem, 9.2vw, 13.2rem) 0 clamp(8.8rem, 10.4vw, 15rem);
    overflow: hidden;
    color: #fff;
}

.flex-elm.icon-boxes > .container {
    padding: 0;
}

.flex-elm.icon-boxes .inner {
    width: 100%;
}

.flex-elm.icon-boxes .grid-list.cols-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(4rem, 6.35vw, 9.2rem);
    row-gap: 4rem;
    margin: 0;
    padding: 0;
}

.flex-elm.icon-boxes .cde-grid-item {
    min-width: 0;
    margin: 0;
}

.flex-elm.icon-boxes .cde-grid-item-inner {
    height: 100%;
}

.flex-elm.icon-boxes .grid-list > li.has-link.has-bgcolor:not(.col-none) > .cde-grid-item-inner > a {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: clamp(22.8rem, 16.95vw, 24.4rem);
    height: 100%;
    padding: clamp(4.4rem, 3.5vw, 5rem) clamp(3rem, 2.35vw, 3.4rem) clamp(2.4rem, 1.85vw, 2.7rem) clamp(3.2rem, 2.8vw, 4rem);
    overflow: hidden;
    background: #000;
    color: #fff;
    box-sizing: border-box;
    border-radius: var(--nami-radius); 
}

.flex-elm.icon-boxes .grid-list > li.has-link.has-bgcolor:not(.col-none) > .cde-grid-item-inner > a::after {
    content: "";
    position: absolute;
    top: clamp(5.6rem, 4.45vw, 6.4rem);
    right: clamp(2.4rem, 2.35vw, 3.4rem);
    width: clamp(5.4rem, 4.75vw, 6.8rem);
    aspect-ratio: 69 / 50;
    background-color: #2D2D2D;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2069%2050%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M1%2025H63M43%205L65%2025L43%2045%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27square%27%20stroke-linejoin%3D%27miter%27/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2069%2050%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M1%2025H63M43%205L65%2025L43%2045%27%20fill%3D%27none%27%20stroke%3D%27%23000%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27square%27%20stroke-linejoin%3D%27miter%27/%3E%3C/svg%3E") center / contain no-repeat;
    pointer-events: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.flex-elm.icon-boxes .grid-list > li.has-link.has-bgcolor:not(.col-none) > .cde-grid-item-inner > a:hover::after,
.flex-elm.icon-boxes .grid-list > li.has-link.has-bgcolor:not(.col-none) > .cde-grid-item-inner > a:focus::after {
    background-color: #FFFFFF;
    transform: translateX(0.4rem);
}

.flex-elm.icon-boxes .item-image {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 4rem;
    margin: 0 8.6rem 1.6rem 0;
}

.flex-elm.icon-boxes .item-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 6.4rem;
    max-height: 4rem;
    object-fit: contain;
}

.flex-elm.icon-boxes .item-label {
    position: relative;
    margin: 0 0 4.1rem;
    padding: 0 8.6rem 0 0;
    color: #fff;
    font-size: 2.3rem;
    line-height: 1.16;
    font-weight: 400;
    letter-spacing: 0;
}

.flex-elm.icon-boxes .item-label::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2.4rem;
    height: 0.1rem;
    background: var(--nami-line);
}

.flex-elm.icon-boxes .item-label span,
.flex-elm.icon-boxes .item-subtitle span {
    display: block;
}

.flex-elm.icon-boxes .item-subtitle {
    max-width: 20rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.6rem;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 0;
}

@media (max-width: 960px) {

    .flex-elm.icon-boxes.cde-grid-list.has-bgcolor {
        padding: 7rem 0;
    }

    .flex-elm.icon-boxes > .container {
        width: min(88%, 42rem);
    }

    .flex-elm.icon-boxes .grid-list.cols-3 {
        grid-template-columns: 1fr;
        row-gap: 2.4rem;
    }

    .flex-elm.icon-boxes .grid-list > li.has-link.has-bgcolor:not(.col-none) > .cde-grid-item-inner > a {
        min-height: 22rem;
        padding: 4.4rem 3rem 3rem;
    }

}

@media (max-width: 480px) {

    .flex-elm.icon-boxes.cde-grid-list.has-bgcolor {
        padding: 6rem 0;
    }

    .flex-elm.icon-boxes > .container {
        width: calc(100% - 4.8rem);
    }

    .flex-elm.icon-boxes .grid-list > li.has-link.has-bgcolor:not(.col-none) > .cde-grid-item-inner > a {
        min-height: 21rem;
        padding: 3.8rem 2.6rem 2.8rem;
    }

    .flex-elm.icon-boxes .grid-list > li.has-link.has-bgcolor:not(.col-none) > .cde-grid-item-inner > a::after {
        top: 4.8rem;
        right: 2.6rem;
        width: 5.8rem;
    }

    .flex-elm.icon-boxes .item-label {
        font-size: 2.2rem;
    }

.flex-elm.icon-boxes .item-subtitle {
    font-size: 1.6rem;
}

}

section.flex-container.blue-boxes {
    /* width: 100%;
    max-width: none;
    margin: 0; */
    padding: 0;
    background: #000;
}

.flex-elm.blue-boxes.cde-grid-list.has-bgcolor {
    margin: 0;
    padding: clamp(9rem, 7.9vw, 11.4rem) 0 clamp(11rem, 9.5vw, 13.7rem);
    background: #000;
    color: #fff;
}

.flex-elm.blue-boxes .inner {
    /* width: min(calc(100% - 4.8rem), 127.8rem); */
    margin: 0 auto;
}

.flex-elm.blue-boxes .before {
    margin: 0 0 clamp(6.4rem, 5vw, 7.2rem);
    text-align: center;
}

.flex-elm.blue-boxes h2 {
    max-width: 54rem;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(3.8rem, 3.05vw, 4.4rem);
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: 0;
}

.flex-elm.blue-boxes .grid-list.cols-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(4rem, 5vw, 7.2rem);
    row-gap: 3rem;
    margin: 0;
    padding: 0;
}

.flex-elm.blue-boxes .cde-grid-item {
    min-width: 0;
    margin: 0;
}

.flex-elm.blue-boxes .cde-grid-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: clamp(22rem, 18.6vw, 26.8rem);
    height: 100%;
    padding: clamp(4rem, 4.8vw, 6.9rem) clamp(2.4rem, 2.8vw, 4rem);
    background: var(--nami-blue-gradient);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-radius: var(--nami-radius);
}

.flex-elm.blue-boxes .item-label {
    margin: 0 0 0.9rem;
    color: var(--nami-light-green);
    font-size: clamp(3.6rem, 3.4vw, 4.9rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.flex-elm.blue-boxes .item-subtitle {
    max-width: 31rem;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 1.6vw, 2.35rem);
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.flex-elm.blue-boxes .item-label span,
.flex-elm.blue-boxes .item-subtitle span {
    display: block;
}

@media (max-width: 960px) {

    .flex-elm.blue-boxes.cde-grid-list.has-bgcolor {
        padding: 7rem 0 8rem;
    }

    .flex-elm.blue-boxes .inner {
        width: min(calc(100% - 4.8rem), 44rem);
    }

    .flex-elm.blue-boxes .before {
        margin-bottom: 4rem;
    }

    .flex-elm.blue-boxes h2 {
        font-size: clamp(3.2rem, 9vw, 4rem);
    }

    .flex-elm.blue-boxes .grid-list.cols-3 {
        grid-template-columns: 1fr;
        row-gap: 2.4rem;
    }

    .flex-elm.blue-boxes .cde-grid-item-inner {
        min-height: 22rem;
    }

}

#missing-link {
    --missing-card-pad: clamp(3.2rem, 3vw, 4.8rem);
    --missing-card-radius: 2rem;
    --missing-gap-color: #ff4d4d;
    margin: 0;
    padding: clamp(4.8rem, 4.4vw, 7rem) 0 clamp(8rem, 8.8vw, 6rem);
    color: #fff;
}

#missing-link > .inner {
    width: 100%;
}

#missing-link .grid-list.cols-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 3.4vw, 6.4rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

#missing-link .cde-grid-item {
    min-width: 0;
    margin: 0;
}

#missing-link .cde-grid-item-inner {
    --missing-accent: var(--nami-light-blue);
    --missing-border: rgba(77, 187, 198, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: clamp(70rem, 62vw, 86rem);
    padding: var(--missing-card-pad);
    overflow: hidden;    
    background:
        var(--nami-blue-gradient);
    box-sizing: border-box;
    border-radius: var(--nami-radius);
}

#missing-link .item-subtitle {
    position: absolute;
    top: clamp(2.2rem, 2.1vw, 3rem);
    left: var(--missing-card-pad);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - var(--missing-card-pad) - var(--missing-card-pad));
    margin: 0;
    padding: 0.9rem 1.9rem;
    border-radius: 999rem;
    background: rgba(0, 12, 24, 0.88);
    color: #fff;
    font-size: clamp(1.35rem, 1.05vw, 1.9rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

#missing-link .item-subtitle span,
#missing-link .item-label span {
    display: block;
}

#missing-link .item-image {
    position: relative;
    order: 1;
    height: clamp(26rem, 23vw, 39rem);
    margin: calc(0rem - var(--missing-card-pad)) calc(0rem - var(--missing-card-pad)) clamp(3.2rem, 3vw, 4.8rem);
    overflow: hidden;
}

#missing-link .cde-grid-item:nth-child(2) .item-image::after {
    background:
        linear-gradient(180deg, rgba(1, 20, 81, 0.08) 0%, rgba(0, 15, 24, 0.84) 100%),
        radial-gradient(circle at 50% 44%, rgba(129, 192, 113, 0.24) 0%, rgba(129, 192, 113, 0) 44%);
}

#missing-link .item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.62;
    filter: saturate(0.95) contrast(0.96);
}

#missing-link .cde-grid-item:first-child .item-image img {
    object-position: center 38%;
}

#missing-link .cde-grid-item:nth-child(2) .item-image img {
    object-position: center 46%;
}

#missing-link .item-label {
    order: 2;
    margin: 0 0 clamp(1.6rem, 1.45vw, 2.2rem);
    color: #fff;
    font-size: clamp(2.8rem, 2.3vw, 4rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
}

#missing-link .item-content {
    order: 3;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.75rem, 1.28vw, 2.25rem);
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 0;
}

#missing-link .item-content p {
    margin: 0;
}

#missing-link .item-content > p:first-child {
    max-width: 90%;
    margin: 0 0 clamp(3.2rem, 3vw, 4.8rem);
    color: rgba(255, 255, 255, 0.62);
    font-size: clamp(1.9rem, 1.45vw, 2.55rem);
    line-height: 1.34;
}

#missing-link .item-content > p:not(:first-child) {
    margin: clamp(3.2rem, 2.8vw, 4.4rem) 0 clamp(1.5rem, 1.3vw, 2rem);
    color: var(--nami-light-green);
    font-size: clamp(1.35rem, 1vw, 1.75rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

#missing-link .item-content > p:first-child + p {
    margin-top: 0;
}

#missing-link .item-content > p:nth-of-type(3) {
    color: var(--missing-gap-color);
}

#missing-link .item-content ul {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#missing-link .item-content li {
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr);
    column-gap: clamp(1.2rem, 1vw, 1.7rem);
    align-items: start;
    margin: 0 0 clamp(1.1rem, 1vw, 1.6rem);
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.75rem, 1.28vw, 2.25rem);
    line-height: 1.35;
}

#missing-link .item-content li:last-child {
    margin-bottom: 0;
}

#missing-link .item-content li::before {
    content: "\f00c";
    display: block;
    color: var(--nami-light-green);
    font: var(--fa-font-sharp-solid, normal 900 1em/1 "Font Awesome 6 Sharp");
    font-size: 0.9em;
    line-height: 1.55;
}

#missing-link .item-content .cross-marks li {
    color: rgba(255, 255, 255, 0.58);
}

#missing-link .item-content .cross-marks li::before {
    content: "\f00d";
    color: var(--missing-gap-color);
}

@media (max-width: 960px) {

    #missing-link {
        --missing-card-pad: 3.2rem;
        padding: 4.8rem 0 8rem;
    }

    #missing-link .grid-list.cols-2 {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    #missing-link .cde-grid-item-inner {
        min-height: 0;
    }

    #missing-link .item-image {
        height: clamp(24rem, 46vw, 36rem);
    }

}

@media (max-width: 560px) {

    #missing-link {
        --missing-card-pad: 2.4rem;
        --missing-card-radius: 1.6rem;
        padding: 4rem 0 7rem;
    }

    #missing-link .item-subtitle {
        padding: 0.8rem 1.4rem;
        font-size: 1.25rem;
        line-height: 1.1;
    }

    #missing-link .item-image {
        height: 23rem;
        margin-bottom: 3rem;
    }

    #missing-link .item-content > p:first-child {
        max-width: none;
    }

    #missing-link .item-content li {
        grid-template-columns: 2rem minmax(0, 1fr);
    }

}

.flex-elm.cde-updates.last {
    margin-bottom: 0;
}

.flex-elm.nami-timeline {
    --timeline-edge: max(3vw, calc((100vw - 1400px) / 2));
    --timeline-card-width: 34.5rem;
    --timeline-card-gap: 9.2rem;
    --timeline-line-top: 6.2rem;
    --timeline-card-top: 12.6rem;
    --timeline-card-radius: 1.4rem;
    --timeline-card-pad: 2.8rem;
    margin: 0;
    padding: 4.8rem 0 6.8rem;
    overflow: hidden;    
    color: #fff;
}

.flex-elm.nami-timeline > .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.flex-elm.nami-timeline .inner {
    width: 100%;
    max-width: none;
    margin: 0;
}

.flex-elm.nami-timeline .before {
    display: none;
}

.flex-elm.nami-timeline .grid-list.cols-1 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.flex-elm.nami-timeline .grid-list.cols-1:not(.flickity-enabled) {
    display: flex;
    overflow-x: auto;
}

.flex-elm.nami-timeline .grid-list.cols-1:not(.flickity-enabled) .cde-grid-item {
    flex: 0 0 var(--timeline-card-width);
}

.flex-elm.nami-timeline .grid-list::before {
    content: "";
    position: absolute;
    top: var(--timeline-line-top);
    left: var(--timeline-edge);
    right: 0;
    z-index: 1;
    height: 0.2rem;
    background: linear-gradient(90deg, rgba(77, 187, 198, 0.28) 0%, rgba(129, 192, 113, 0.92) 48%, rgba(129, 192, 113, 0.74) 92%, rgba(129, 192, 113, 0.1) 100%);
    box-shadow: 0 0 1.3rem rgba(129, 192, 113, 0.72);
    pointer-events: none;
}

.flex-elm.nami-timeline .grid-list::after {
    content: "";
    position: absolute;
    top: calc(var(--timeline-line-top) - 0.25rem);
    right: 3.6rem;
    z-index: 1;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: var(--nami-light-green);
    box-shadow: 0 0 1.4rem rgba(129, 192, 113, 0.9);
    pointer-events: none;
}

.flex-elm.nami-timeline .flickity-viewport {
    position: relative;
    z-index: 2;
    width: calc(100% - var(--timeline-edge));
    margin-left: var(--timeline-edge);
    overflow: visible;
}

.flex-elm.nami-timeline .flickity-slider {
    left: 0;
}

.flex-elm.nami-timeline .flickity-button,
.flex-elm.nami-timeline .flickity-page-dots {
    display: none;
}

.flex-elm.nami-timeline .cde-grid-item {
    position: relative;
    width: var(--timeline-card-width);
    margin: 0 var(--timeline-card-gap) 0 0;
    padding-top: var(--timeline-card-top);
    box-sizing: border-box;
}

.flex-elm.nami-timeline .grid-list.cols-1:not(.flickity-enabled) .cde-grid-item:first-child {
    margin-left: var(--timeline-edge);
}

.flex-elm.nami-timeline .tl-text-image {
    width: var(--timeline-card-width);
}

.flex-elm.nami-timeline .cde-grid-item::before,
.flex-elm.nami-timeline .cde-grid-item::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.flex-elm.nami-timeline .cde-grid-item::before {
    top: calc(var(--timeline-line-top) - 0.9rem);
    left: calc(50% - 0.9rem);
    z-index: 4;
    width: 1.8rem;
    height: 1.8rem;
    border: 0.35rem solid rgba(129, 192, 113, 0.96);
    border-radius: 50%;
    background: #f7fff5;
    box-shadow:
        0 0 0 0.5rem rgba(129, 192, 113, 0.16),
        0 0 1.8rem rgba(129, 192, 113, 0.85);
    box-sizing: border-box;
}

.flex-elm.nami-timeline .cde-grid-item::after {
    top: calc(var(--timeline-line-top) + 1rem);
    left: calc(50% - 0.1rem);
    z-index: 3;
    width: 0.2rem;
    height: calc(var(--timeline-card-top) - var(--timeline-line-top) - 1.2rem);
    background: linear-gradient(to bottom, rgba(129, 192, 113, 0.78) 45%, rgba(129, 192, 113, 0) 45%);
    background-size: 0.2rem 0.8rem;
}

.flex-elm.nami-timeline .cde-grid-item-inner {
    width: 100%;
    height: 100%;
}

.flex-elm.nami-timeline .cde-grid-item-inner > a,
.flex-elm.nami-timeline .cde-grid-item:not(.has-link):not(.has-file) > .cde-grid-item-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: var(--timeline-card-equal-height, auto);
    min-height: 55.8rem;
    padding: var(--timeline-card-pad) var(--timeline-card-pad) 0;
    overflow: hidden;
    border: 1px solid rgba(118, 139, 194, 0.26);
    border-radius: var(--timeline-card-radius);
    background:
        var(--nami-blue-gradient);
    color: inherit;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.035),
        0 0 2.2rem rgba(57, 83, 146, 0.22);
    box-sizing: border-box;
    text-decoration: none;
}

.flex-elm.nami-timeline .cde-grid-item-inner > a:hover,
.flex-elm.nami-timeline .cde-grid-item-inner > a:focus {
    border-color: var(--nami-light-green);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        0 0 2.8rem rgba(129, 192, 113, 0.22);
}

.flex-elm.nami-timeline .item-label {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    width: max-content;
    max-width: 100%;
    margin: 0;
    color: var(--nami-light-green);
    font-size: 1.9rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 0 1.2rem rgba(129, 192, 113, 0.7);
    transform: translateX(-50%);
    white-space: nowrap;
}

.flex-elm.nami-timeline .item-label span {
    display: block;
}

.flex-elm.nami-timeline .item-subtitle {
    order: 1;
    max-width: none;
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 2.55rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.flex-elm.nami-timeline .item-subtitle span {
    display: block;
}

.flex-elm.nami-timeline .item-content {
    position: relative;
    z-index: 2;
    order: 2;
    width: 100%;
    margin: 1.7rem 0 2.6rem;
    padding: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.45rem, 1.4vw, 1.65rem);
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 0;
    box-sizing: border-box;
}

.flex-elm.nami-timeline .item-content p {
    margin: 0;
    color: inherit;
}

.flex-elm.nami-timeline .item-content p + p {
    margin-top: 1em;
}

.flex-elm.nami-timeline .item-content::after {
    display: block;
    margin-top: 2.6rem;
    color: var(--nami-light-green);
    padding-left: 1.75rem;
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 800;
    text-shadow: 0 0 1rem rgba(129, 192, 113, 0.44);
}

.flex-elm.nami-timeline .cde-grid-item.has-link .item-content::before,
.flex-elm.nami-timeline .cde-grid-item.has-file .item-content::before {
    content: "\f061";
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--nami-light-green);
    font: var(--fa-font-sharp-solid, normal 900 1em/1 "Font Awesome 6 Sharp");
    font-size: 1.35rem;
    line-height: 1;
    text-shadow: 0 0 1rem rgba(129, 192, 113, 0.44);
}

.flex-elm.nami-timeline .cde-grid-item.has-link .item-content::after,
.flex-elm.nami-timeline .cde-grid-item.has-file .item-content::after {
    content: "Read more";
}

.flex-elm.nami-timeline .nami-timeline-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin: 2.6rem 0 0;
    color: var(--nami-light-green);
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 800;
    text-shadow: 0 0 1rem rgba(129, 192, 113, 0.44);
}

.flex-elm.nami-timeline .nami-timeline-cta .nami-button-icon {
    color: inherit;
    font-size: 1em;
}

.flex-elm.nami-timeline .item-image {
    position: relative;
    z-index: 1;
    order: 3;
    width: calc(100% + (var(--timeline-card-pad) * 2));
    max-width: none;
    aspect-ratio: 1 / 0.8;
    margin: auto calc(var(--timeline-card-pad) * -1) 0;
    overflow: hidden;
    border-top: 1px solid rgba(118, 139, 194, 0.2);
}

.flex-elm.nami-timeline .item-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 900px) {

    .flex-elm.nami-timeline {
        --timeline-edge: 2.4rem;
        --timeline-card-width: min(78vw, 34rem);
        --timeline-card-gap: 3.2rem;
        --timeline-line-top: 5.8rem;
        --timeline-card-top: 11.8rem;
        padding: 1.6rem 0 2.6rem;
    }

    .flex-elm.nami-timeline .cde-grid-item-inner > a,
    .flex-elm.nami-timeline .cde-grid-item:not(.has-link):not(.has-file) > .cde-grid-item-inner {
        min-height: 53rem;
    }

    .flex-elm.nami-timeline .item-label {
        font-size: 1.65rem;
    }

    .flex-elm.nami-timeline .item-subtitle {
        font-size: 2.25rem;
    }

    .flex-elm.nami-timeline .item-subtitle::before {
        width: 4.7rem;
        height: 4.7rem;
        margin-bottom: 1.7rem;
        font-size: 1.85rem;
    }

    .flex-elm.nami-timeline .item-content {
        font-size: 1.4rem;
    }

}

@media (max-width: 560px) {

    .flex-elm.nami-timeline {
        --timeline-card-width: calc(100vw - 4.8rem);
        --timeline-card-gap: 2.4rem;
        --timeline-card-pad: 2.3rem;
    }

    .flex-elm.nami-timeline .cde-grid-item,
    .flex-elm.nami-timeline .tl-text-image {
        width: calc(var(--timeline-card-width) + var(--timeline-card-gap));
        padding-right: var(--timeline-card-gap);
    }

    .flex-elm.nami-timeline .item-label {
        left: calc(var(--timeline-card-width) / 2);
    }

    .flex-elm.nami-timeline .cde-grid-item::before {
        left: calc((var(--timeline-card-width) / 2) - 0.9rem);
    }

    .flex-elm.nami-timeline .cde-grid-item::after {
        left: calc((var(--timeline-card-width) / 2) - 0.1rem);
    }

    .flex-elm.nami-timeline .grid-list::before {
        right: -2.4rem;
    }

    .flex-elm.nami-timeline .item-subtitle {
        font-size: 2.1rem;
    }

}

.flex-elm.cde-people {
    width: 100%;
    margin: 0 auto;
    padding: clamp(5.5rem, 4vw, 9rem) 0 clamp(6rem, 6vw, 9.4rem);
    color: #fff;
}

.flex-elm.cde-people .before {
    margin: 0 0 clamp(3.8rem, 4vw, 5.8rem);  
}

.flex-elm.cde-people .before > *:last-child {
    margin-bottom: 0;
}

.flex-elm.cde-people h3.uppercase-heading {
    color: var(--nami-light-green);
    letter-spacing: 0.1em;
}

.flex-elm.cde-people .people ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(2.2rem, 2.35vw, 3.4rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-elm.cde-people .person {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    min-height: clamp(31rem, 24vw, 40rem);
    margin: 0;
    padding: clamp(3.4rem, 3.1vw, 4.8rem) clamp(1.8rem, 2.05vw, 2.9rem);
    border: 0.1rem solid rgba(77, 187, 198, 0.58);
    border-radius: var(--nami-radius);
    background: var(--nami-blue-gradient);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    box-shadow:
        0 0 2rem rgba(77, 187, 198, 0.14),
        0 2.4rem 4rem -2rem rgba(22, 103, 216, 0.3),
        inset 0 0 3rem rgba(77, 187, 198, 0.06);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.flex-elm .left.img,
.flex-elm .right.img {
    border-radius: var(--nami-radius);
}

.flex-elm.cde-people .person:hover,
.flex-elm.cde-people .person:focus-within {
    border-color: var(--nami-light-blue);
    box-shadow:
        0 0 2.4rem rgba(77, 187, 198, 0.22),
        0 2.6rem 4.6rem -2rem rgba(22, 103, 216, 0.38),
        inset 0 0 3.2rem rgba(77, 187, 198, 0.09);
}

.flex-elm.cde-people .person_modal_trigger {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    box-shadow: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.flex-elm.cde-people .person_modal_trigger:hover,
.flex-elm.cde-people .person_modal_trigger:focus {
    background: transparent;
    color: transparent;
}

.flex-elm.cde-people .person:has(.person_modal_trigger:focus-visible) {
    border-color: var(--nami-light-blue);
    box-shadow: 0 0 0 0.2rem rgba(77, 187, 198, 0.26);
}

.flex-elm.cde-people .person_photo {
    width: clamp(10.8rem, 12vw, 17rem);
    aspect-ratio: 1;
    margin: 0 0 clamp(2.6rem, 2.55vw, 3.6rem);
    overflow: hidden;
    border-radius: 50%;
    background: rgba(77, 187, 198, 0.14);
}

.flex-elm.cde-people .person_photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
}

.flex-elm.cde-people .person_name h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.1rem, 1.52vw, 2.6rem);
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: 0;
}

.flex-elm.cde-people .person_name .person_post_nom {
    display: inline;
    margin-left: 0.25rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.66em;
    line-height: 1;    
    white-space: nowrap;
}

.flex-elm.cde-people .person_title {
    margin-top: 1.2rem;
    color: var(--nami-light-green);
    font-size: clamp(1.55rem, 1.12vw, 1.8rem);
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: 0;
}

.flex-elm.cde-people .person_bio {
    margin-top: clamp(2.2rem, 2vw, 2.9rem);
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1.5rem, 1.08vw, 1.7rem);
    line-height: 1.56;
    font-weight: 400;
    letter-spacing: 0;
}

.flex-elm.cde-people .person_bio p {
    margin: 0;
}

.flex-elm.cde-people .person_bio p + p {
    margin-top: 1rem;
}

.flex-elm.cde-people .person > .person_bio {
    display: none;
}

.flex-elm.cde-people .person_linkedin {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-top: auto;
    padding-top: clamp(2.8rem, 2.45vw, 3.6rem);
    color: rgba(255, 255, 255, 0.7);
    font-size: 2.4rem;
    line-height: 1;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.flex-elm.cde-people .person_linkedin:hover,
.flex-elm.cde-people .person_linkedin:focus {
    color: var(--nami-light-blue);
    opacity: 0.92;
}

.flex-elm.cde-people .person_linkedin .fa-brands,
.flex-elm.cde-people .person_linkedin .svg-inline--fa {
    width: 1em;
    height: 1em;
    color: currentColor;
}

body.people-modal-open {
    overflow: hidden;
}

.flex-elm.cde-people .people_modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 4vw, 6rem);
    box-sizing: border-box;
}

.flex-elm.cde-people .people_modal[hidden] {
    display: none;
}

.flex-elm.cde-people .people_modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.flex-elm.cde-people .people_modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 76rem);
    max-height: min(86vh, 82rem);
    overflow: auto;
    padding: clamp(3.8rem, 4.6vw, 6.6rem) clamp(2.8rem, 4.4vw, 6.4rem);
    border: 0.1rem solid rgba(77, 187, 198, 0.36);
    border-radius: 2.2rem;
    background: var(--nami-blue-gradient);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 2.8rem 8rem rgba(0, 0, 0, 0.48);
}

.flex-elm.cde-people .people_modal__close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.flex-elm.cde-people .people_modal__close:hover,
.flex-elm.cde-people .people_modal__close:focus {
    background: rgba(255, 255, 255, 0.18);
    color: var(--nami-light-blue);
}

.flex-elm.cde-people .people_modal__close .fa-solid,
.flex-elm.cde-people .people_modal__close .svg-inline--fa {
    width: 1em;
    height: 1em;
    color: currentColor;
}

.flex-elm.cde-people .people_modal__card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-elm.cde-people .people_modal .person_photo {
    width: clamp(15rem, 17vw, 22rem);
    margin-bottom: clamp(2.8rem, 3vw, 4rem);
}

.flex-elm.cde-people .people_modal .person_name h3 {
    font-size: clamp(2.8rem, 2.45vw, 4rem);
}

.flex-elm.cde-people .people_modal .person_title {
    max-width: 48rem;
    margin-top: 1.4rem;
    font-size: clamp(1.8rem, 1.35vw, 2.2rem);
}

.flex-elm.cde-people .people_modal .person_bio {
    display: block;
    width: min(100%, 58rem);
    margin-top: clamp(2.8rem, 2.9vw, 4rem);
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.6rem, 1.16vw, 1.9rem);
    line-height: 1.58;
    text-align: left;
}

.flex-elm.cde-people .people_modal .person_linkedin {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: clamp(2.8rem, 2.8vw, 4rem);
    padding-top: 0;
    font-size: 2.5rem;
}

@media (max-width: 1180px) {

    .flex-elm.cde-people .people ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 900px) {

    .flex-elm.cde-people {
        padding: 7rem 0 8.4rem;
    }

    .flex-elm.cde-people .people ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 640px) {

    .flex-elm.cde-people {
        padding: 6rem 0 7.4rem;
    }

    .flex-elm.cde-people .people ul {
        grid-template-columns: 1fr;
    }

    .flex-elm.cde-people .person {
        min-height: 35rem;
        padding: 3.8rem 2.6rem 4.2rem;
    }

    .flex-elm.cde-people .people_modal {
        align-items: flex-start;
        padding: 2rem;
    }

    .flex-elm.cde-people .people_modal__dialog {
        max-height: calc(100vh - 4rem);
        padding: 6.4rem 2.4rem 3.4rem;
    }

    .flex-elm.cde-people .people_modal .person_photo {
        width: 14rem;
    }

}

.baseline article {
    border-top: none;
}

/* Image header */

.cde-image-header {
    height: 40vw;
    min-height: 30rem;
    max-height: 55vh;
}

body.header_overlay .cde-image-header {
    height: 55vw;
    min-height: 50rem;
    max-height: 75vh;
}

@media ( max-width: 600px ) {

    body.home.header_overlay .cde-image-header {
        height: 70vw;
        min-height: 50rem;
        max-height: 85vh;
    }
    
    .home .flex-elm.cde-image-header .cde-crop-mr {
        background-position: 80% center;
    }

    #home-apply.cde-image-left-text-right .img {
        margin-bottom: 0;
    }

}

.cde-image-header .wrapper {
    position: relative;
    z-index: 1;    
}

.cde-image-header .container,
.cde-text-header .container  {
    position: static;   
    display: flex;
    flex-direction: column;
    justify-content: center; 
    height: 100%;
    padding-top: 10vw;    
}

@media ( max-width: 600px ) {

    .cde-image-header .container,
    .cde-text-header .container  {
        padding-top: 20vw;    
    }

}

.cde-image-header .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;    
}

.cde-image-header.no-screen-overlay .img:after {
    display: none;
}

.cde-image-header .img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
}

.cde-image-header .inner {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 34vw;
    margin-top: 2vw;
}

@media ( max-width: 1100px ) {

    .cde-image-header .inner {
        max-width: 60%;
    }

}

@media ( max-width: 800px ) {

    .cde-image-header .inner {
        max-width: 80%;
    }

}

.cde-image-header .inner h1, 
.cde-image-header .inner h2,
.cde-image-header .inner h3 {
    color: #fff;
}

/* End of image header */

.flex-elm.limit-width .inner {
    max-width: 60rem;
}

.flex-elm.cde-wide-text.limit-width .inner {
    margin-left: auto;
    margin-right: auto;
}

.baseline h2.uppercase-heading {
    font-size: clamp(1.8rem, 2vw, 2.6rem);
    text-transform: uppercase;
}

h3.uppercase-heading {
    font-size: 1.7rem;
    text-transform: uppercase;
}

.widget a.updates-card__link:hover,
.widget a.profeedwp-feed-post-link:hover  {
    text-decoration: none;
}

.cde-tabs .panel_right h3 {
    color: var(--nami-light-green);
}

.inner .cde-grid-item-inner a,
.inner .cde-grid-item-inner a:hover {
    border-bottom: none;
}

.nami-gradient-border,
#nami-device,
.icon-boxes .cde-grid-item-inner {
    position: relative;
    border-radius: var(--nami-radius);
    overflow: hidden;
    box-sizing: border-box;
}

.nami-gradient-border::after,
#nami-device::after,
.icon-boxes .cde-grid-item-inner:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 1px;
    border-radius: var(--nami-radius);
    background: var(--nami-gradient-vert);
    pointer-events: none;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

#nami-device ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.6rem, 2vw, 3rem);
    margin: clamp(3rem, 3vw, 4.8rem) 0 0;
    padding: 0;
    list-style: none;
}

#nami-device li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    margin: 0;
    padding: clamp(2.4rem, 2.6vw, 3.8rem);
    background: rgba(0,0,0,0.5);
    color: var(--nami-light-blue);
    text-align: center;
    box-sizing: border-box;
    border-radius: var(--nami-radius);
    font-weight: 800;
}

@media (max-width: 720px) {

    #nami-device ul {
        grid-template-columns: 1fr;
    }

}

.nami-chevrons {
    display: inline-block;
    font: var(--fa-font-light, normal 300 1em/1 "Font Awesome 6 Pro");
    vertical-align: 0.02em;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

.nami-chevrons--left {
    margin-left: 1em;
    background-image: linear-gradient(90deg, rgba(129, 192, 113, 0.3), var(--nami-light-green));
}

.nami-chevrons--right {
    margin-right: 1em;
    background-image: linear-gradient(90deg, var(--nami-light-green), rgba(129, 192, 113, 0.3));
}

#closes-gap i {
    color: var(--nami-light-green);
}


.nami-border-radius .img {
    border-radius: var(--nami-radius);
}

#tech-moa h2 {
    margin-bottom: 3rem;
}

.baseline .flex-elm .updates-section h2 {
    color: var(--nami-light-green);
}

.baseline hr {
    border-color: var(--nami-line);
}


.flex-elm.col-nami-gradient {
    background: var(--nami-blue-gradient) !important;
}
