/*
 Theme Name:   Nami Surgical (2026)
 Description:  Custom theme
 Author:       Carnoustie Creative
 Author URI:   https://www.carnoustiecreative.co.uk
 Template:     baseline
 Version:      1.1.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, #011451 0%, #000C32 100%);
    --nami-line: #2D2D2D;
}

.baseline {
    --baseline-aos-distance: 100px;
    --baseline-aos-distance-negative: -100px;
}

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;
}

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

body.baseline {
    color: #fff;
}

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

.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;
}

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);
}

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 nav .full .current-menu-item > a,
#header-wrap nav .full .current_page_item > 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);
}

.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;
}

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.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(48rem, 34vw, 70rem);
    margin: 0;
    color: #fff;
    font-size: clamp(4.4rem, 3.12vw, 6.4rem);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

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 {
    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 {
    display: block;
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
    object-fit: cover;
    background: #000;
}

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

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

body.home .flex-elm.has-wave-bgnd .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 {
    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 {
    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, 12vw, 25rem) !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;
}

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(24rem, 22vw, 46rem);
    min-height: clamp(10rem, 8.8vw, 18rem);
    margin: 0 clamp(3.6rem, 5vw, 11rem) 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%;
}

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(14rem, 15vw, 32rem));
    max-height: clamp(5.8rem, 5.2vw, 11rem);
    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);
}

.dot-pattern {
    --bg: #020204;
    --dot-size: 4px;
    --spacing: 15.5px;

    background-color: var(--bg) !important;
    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) !important;
}

.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(--bg);
    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 > .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;
}

.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: opacity 0.2s ease;
}

.cde-updates .updates-card__link:hover,
.cde-updates .updates-card__link:focus {
    opacity: 0.86;
}

.cde-updates .updates-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 394 / 235;
    overflow: hidden;
    background: #111;
}

.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;
}

.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;
}

@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-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;
    }

}

.flex-elm.icon-boxes.cde-grid-list.has-bgcolor {
    --bg: #020204;
    --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 {
    width: min(89%, 128rem);
    max-width: 128rem;
    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;
}

.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;
}

.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.13;
    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;
    }

}

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

.baseline article {
    border-top: none;
}