/* Montserrat regular */
@font-face {
    font-family: "Montserrat-light";
    src: url("../css/fonts/Montserrat-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: "Montserrat-Regular";
    src: url("../css/fonts/Montserrat-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../css/fonts/Montserrat-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-MediumItalic";
    src: url("../css/fonts/Montserrat-MediumItalic.ttf") format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* Montserrat bold */
@font-face {
    font-family: "Montserrat-SemiBold";
    src: url('../css/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url('../css/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url('../css/fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

.sr-only {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
    white-space: nowrap;
}

.grecaptcha-badge {
    visibility: hidden;
    display: none;
}

/* main styles body */

pre {
    color: #FFFFFF;
    background: #fcafaf;
    overflow: scroll;
    height: 200px;
}

body {
    color: #000;
    background: var(--sx-white);
    font-family: var(--sx-font-family-regular);
}

*:focus-visible {
    outline: 4px dashed darkorange;
}

a:focus-visible, button:focus-visible {
    outline: 4px dashed darkorange !important;
}

.visibility-hidden {
    visibility: hidden !important;
    display: none !important;
}

a {
    color: var(--sx-text-blue-link);
    text-decoration: none;
}

a:hover {
    color: var(--secondary-100);
    /*text-decoration: underline;*/
}

.text-content a, .page-section-slanted-white a, .left-image-container a, .right-image-container a, .right-image-fixed-text-content a, .right-image-fixed-text-content ul li a, .left-image-fixed-text-content a, .left-image-fixed-text-content ul li a {
    color: #3366CC !important;
}

.text-content a:hover, .page-section-slanted-white a:hover, .left-image-container a:hover, .right-image-container a:hover, .right-image-fixed-text-content a:hover, .left-image-fixed-text-content a:hover, .right-image-fixed-text-content ul li a a:hover, .left-image-fixed-text-content ul li a a:hover {
    text-decoration: underline;
    color: var(--secondary-100) !important;
}


h1 {
    /* Common/H1 */
    font-family: var(--sx-font-family-extrabold);
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

h2 {
    /* Common/H2 */
    font-family: var(--sx-font-family-bold);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h3 {
    font-family: var(--sx-font-family-medium);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


h4 {
    font-size: 20px;
    font-style: normal;
    font-family: var(--sx-font-family-semibold);
    font-weight: 600;
    line-height: normal;
    color: var(--primary-100);
}


.news-article h1 {
    margin-bottom: 32px;
}

.news-article h2 {
    margin-bottom: 24px;
}

.news-article h3 {
    margin-bottom: 24px;
}

.news-article h4 {
    margin-bottom: 20px;
}

.news-article h5 {
    margin-bottom: 16px;
}

.news-article h6 {
    margin-bottom: 20px;
}


p {
    font-size: 18px;
    font-style: normal;
    font-family: var(--sx-font-family-regular);
    font-weight: 400;
    line-height: normal;
}

a.skip-to-content {
    color: var(--white-100);
    font-size: 16px;
    font-style: normal;
    font-family: var(--sx-font-family-medium);
    font-weight: 500;
    line-height: normal;
    position: relative;
}

a.skip-to-content:before {
    content: '';
    display: block;
    background-image: url('../images/SkipIcon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px; /* adjust as needed */
    height: 15px; /* adjust as needed */
    position: absolute;
    left: -18px;
    top: 2px;
}

a.read-more-link, span.read-more-link {
    color: var(--secondary-100);
    font-family: var(--sx-font-family-semibold);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: none !important;
}


.page-section-slanted-white {
    padding: 64px 0 0 0;
    /*margin: 64px 0 0 0;*/
}

.show-only-mobile {
    display: none;
    visibility: hidden;
}

/*
    Header styles - logo - menu - submenu
*/
.header_scrolled {
    background: #002E4F;
    -webkit-transition: opacity 400ms ease, max-height 650ms ease, visibility 0s linear 0s, top 0s linear 0s;
    -moz-transition: opacity 400ms ease, max-height 650ms ease, visibility 0s linear 0s, top 0s linear 0s;
    -ms-transition: opacity 400ms ease, max-height 650ms ease, visibility 0s linear 0s, top 0s linear 0s;
    -o-transition: opacity 400ms ease, max-height 650ms ease, visibility 0s linear 0s, top 0s linear 0s;
    transition: opacity 400ms ease, max-height 650ms ease, visibility 0s linear 0s, top 0s linear 0s;
}

.sub-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.blog-header-logo {
    margin: 16px 0;
    height: 40px;
    display: flex;
}

.slogan {
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    color: var(--white-75);
    text-transform: capitalize;
}

.globe {
    margin-right: 10px;
}

.search-icon {
    color: #FFFFFF;
}

.btn-mobile-menu-search {
    background: var(--primary-100);
    border-radius: unset;
}

.btn-mobile-menu-search:focus {
    background: var(--primary-100);
}

/* used for animation on scroll */
.top-header, .nav-scroller, .sub-header {
    transition: all 0.5s;
}

.header_scrolled .no-padding-scrolled {
    padding-left: 0;
}


/* used to hide the default toggle icon */
.dropdown-toggle::after {
    display: none !important;
}

.btn-language-dropdown {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-family: var(--sx-font-family-medium);
    font-weight: 500;
    line-height: normal;
    background: none;
    border: none;
    padding: 15px 20px;
}

.language-selector {
    padding: 13px 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--primary-100);
    text-decoration: none;
    background-color: transparent;
}

.btn-language-dropdown:hover {
    border: none;
    color: #FFFFFF;
}

.dropdown-menu.btn-language-dropdown-list {
    color: var(--primary-100) !important;
    background: #FFFFFF !important;
    font-size: 14px;
    font-style: normal;
    font-family: var(--sx-font-family-medium);
    font-weight: 500;
    line-height: normal;
    background: none;
    border-radius: unset;
}

.bi-custom-check::before {
    background-image: url("../images/check-mark.svg");
    content: '';
    width: 14px;
    height: 10px;
    display: flex;
}

.dropdown-item.selected-lag {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.bi-custom-check {
    display: inline-flex;
    justify-content: space-between;

}

ul.btn-language-dropdown-list li {
    padding: 5px;
}

ul.btn-language-dropdown-list li a, ul.btn-language-dropdown-list li span {
    color: var(--primary-100);
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

ul.btn-language-dropdown-list li a:hover, ul.btn-language-dropdown-list li span:hover {
    color: var(--primary-100);
    background-color: unset;
}

.btn-contact-menu {
    background: #E20F1D;
    height: 48px;
    padding: 15px 16px;
    color: #FFF;
    border-radius: 0;
    font-size: 15px;
    font-style: normal;
    font-family: var(--sx-font-family-medium);
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.btn-contact-menu-scrl {
    background: #E20F1D;
    height: 72px;
    padding: 0 16px;
    color: #FFF;
    border-radius: 0;
    font-family: var(--sx-font-family-medium);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.btn-contact-menu:hover, .btn-contact-menu-scrl:hover {
    background: #BA0B16;
    color: var(--white-100);
}

.btn-contact-cta {
    /*background: #E20F1D;*/
    /*height: 48px;*/
    padding: 16px;
    /*color: #FFF;*/
    /*border-radius: 0;*/
    font-family: var(--sx-font-family-medium);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-download {
    background: var(--primary-100);
    border-radius: unset;
    color: var(--white-100);
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-height: 48px;
    display: inline-flex;
    align-content: center;
    flex-wrap: wrap;
}

.btn-download:before {
    background: url("../images/icon-download.svg") no-repeat;
    content: '';
    width: 16px;
    height: 16px;
    margin: 3px 5px 0 0;
}

.btn-download:hover {
    background: #00213A;;
    color: var(--white-100);

}

.btn-download-link {
    background: none;
    border-radius: unset;
    color: var(--secondary-100);
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-height: 48px;
    display: inline-flex;
    align-content: center;
    flex-wrap: wrap;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.btn-download-link:hover {
    color: var(--secondary-100);
}

.btn-download-link:focus-visible {
    outline: 4px dashed darkorange;
    color: var(--secondary-100);
    background: none;
    border-radius: unset;
}

/*.btn-download-link:hover:before{*/
/*    opacity: 0.75;*/
/*}*/

.btn-download-link:before {
    background: url("../images/icon-download-red.svg") no-repeat;
    content: '';
    width: 16px;
    height: 16px;
    margin: 3px 5px 0 0;
}

.btn-link {
    background: none;
    border-radius: unset;
    color: var(--secondary-100);
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-height: 48px;
    display: inline-flex;
    align-content: center;
    flex-wrap: wrap;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.btn-link:hover {
    color: var(--secondary-75);
}


.btn-text-border {
    color: var(--primary-100);
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: none;
    border: 1px solid var(--primary-100);
    border-radius: unset;
    padding: 16px;
    align-self: flex-end;
}

.btn-text-border:hover {
    color: var(--sx-blue-btn-bg-hover);
    border: 1px solid var(--sx-blue-btn-bg-hover);
}

/* Menu and Mega-menu css */
.nav-scroller {
    /*position: relative;*/
}

.nav-pills .nav-link {
    border-radius: unset;
}

#main_nav .nav-link {
    background: none;
    color: var(--white-100, #FFF);
    font-family: var(--sx-font-family-semibold);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*text-transform: capitalize;*/
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-self: stretch;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;

}

#main_nav .nav-link:hover, .nav-link:focus {
    color: #FFF;
    text-decoration: none;
}

#main_nav .nav.nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
}

#main_nav .nav-item {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-self: stretch;
    flex-direction: row;
    margin: 0 8px;
}

.nav-main {
    height: 72px;
    display: flex;
    align-items: center;
}

.dropdown-menu {
    background: #002E4F;
    color: #FFF;
    font-family: var(--sx-font-family-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}


/* Menu arrow and animations */
.arrow {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    left: -10px;
    transition: 0.4s ease;
    margin-top: 2px;
    text-align: left;
    transform: rotate(45deg);
    float: right;
}

.arrow:before,
.arrow:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 3px;
    background-color: #fff;
    transition: 0.4s ease;
    box-sizing: unset;
}

.arrow:after {
    position: absolute;
    transform: rotate(90deg);
    top: -5px;
    left: 5px;
}

.click-text, .nav-link {
    display: block;
    text-align: left;
    /*padding: 0 12px 16px;*/
    /*margin: 0;*/
    cursor: pointer;
    /*color: rgba(255, 255, 255, 0.3);*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
    transition: 0.15s ease;
    position: relative;
}

.nav-link::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    transform: scaleX(0);
    transition: transform 0.5s ease 0s, opacity 0.5s ease 1s;
}

.nav-link:hover::before, #main_nav .nav-item .active::before {
    transform: scaleX(1);
}

.main-submenu {
    /*inset: 120px auto auto 0px !important;*/
    inset: 120px auto auto 0px !important;
    border-radius: unset;
    position: absolute;
}

.nav_scrolled .main-submenu {
    inset: 71px auto auto 0px !important;
}


.main-submenu .dropdown-item {
    width: 100vw !important;
    left: 50% !important;
    transform: translate(-50%, 0);

}

.menu-search-container {
    display: inline-flex;
}

.main-nav-col {
    flex-direction: row;
    display: flex;
    justify-content: flex-end;
}


/* SHOW ON HOVER SUBMENU
/*#menu-menu-principal-v2 .dropdown_item:hover > .main-submenu{*/
/*    display: block;*/
/*}*/

.dropdown_item .arrow {
    transform: rotate(0);
    left: 16px;
    top: 1px;
}

.dropdown_item .arrow:before,
.dropdown_item .arrow:after {
    background-color: transparent;
    width: 1.5px;
    height: 9px;
    display: inline-block;
    position: absolute;
    border-bottom: 10px solid white;
    top: 0;
    left: 0;
    transform: rotate(0);
}

.dropdown_item .arrow:before {
    transform: rotate(-135deg);
}

.dropdown_item .arrow:after {
    transform: rotate(135deg);
}

.dropdown_item .active .arrow, .dropdown_item .hover .arrow, .dropdown_item .open .arrow {
    transform: rotate(0) translate(0, -6px);
}

.dropdown_item .active .arrow:before, .dropdown_item .hover .arrow:before, .dropdown_item .open .arrow:before {
    transform: rotate(-45deg);
}

.dropdown_item .active .arrow:after, .dropdown_item .hover .arrow:after, .dropdown_item .open .arrow:after {
    transform: rotate(45deg);
}

.dropdown_item .active {
    background: none !important;
    /*border-bottom: 4px solid rgba(255, 255, 255, 0.75);*/
    /*transition: 0.15s ease;*/
}

/* Mega menu submenu */


.megamenu {
    position: relative;
}

.accessible-megamenu {
    display: flex;
    align-self: stretch;
}

.accessible-megamenu > .accessible-megamenu-top-nav-item {
    /*position: relative;*/
    display: flex;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    /*height: 3.077em;*/
    float: left;
}

.accessible-megamenu :focus {
}

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover,
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:focus {
    outline-offset: -1px;
}

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover,
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:focus,
.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded].open {
    margin-left: 0;
    z-index: 1002;
}

.accessible-megamenu .accessible-megamenu-panel {
    position: absolute;
    display: block;
    margin: 0;
    cursor: default;
    visibility: hidden;
    top: -9999em;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
    -moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
    -ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
    -o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
    transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
    width: 100vw !important;
    left: 50% !important;
    transform: translate(-50%, 0);
}

.accessible-megamenu .accessible-megamenu-panel.open {
    visibility: visible;
    opacity: 1;
    z-index: 1001;
    -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
    -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
    -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
    -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
    transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
}

/* hides redundant header links in panel when megamenu is not initialized */
.accessible-megamenu:not(.js-accessible-megamenu) .accessible-megamenu-panel > h2 {
    display: none;
}

ul.megamenu-submenu {
    list-style: none;
    color: #FFF;
    font-family: var(--sx-font-family-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-left: 0;
    padding: 0;
}

ul.megamenu-submenu li.header, ul.megamenu-submenu li:first-child {
    color: #FFF;
    font-family: var(--sx-font-family-semibold);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
    padding-top: 0;
}

ul.megamenu-submenu li {
    padding: 8px 0 0 0;
}

ul.megamenu-submenu li.bolded_menu {
    padding-bottom: 8px;
}

ul.megamenu-submenu li a {
    color: #FFFFFF;
    text-decoration: none;
}

ul.megamenu-submenu li.bolded_menu a {
    font-family: var(--sx-font-family-semibold);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 8px;
}

ul.megamenu-submenu li a:hover {
    color: var(--secondary-100);
    text-decoration: none;
}

/* Mobile menu styles */
.menu-wrapper-mobile {
    position: relative;
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nav-main-mobile .menu-wrapper {
    display: flex;
    position: relative;
}

.nav-main-mobile .list-wrapper {
    height: 100%;
    overflow-y: auto;
    background: var(--white-100);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.nav-main-mobile .list-wrapper:nth-child(2),
.nav-main-mobile .list-wrapper:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateX(100%);
    backface-visibility: hidden;
    transition: transform 0.5s;
}

.nav-main-mobile .list-wrapper:nth-child(2).is-visible,
.nav-main-mobile .list-wrapper:nth-child(3).is-visible {
    transform: none;
}

.nav-main-mobile .list-wrapper:nth-child(1) > ul > li > .sub-menu,
.nav-main-mobile .list-wrapper:nth-child(2) .level-3 {
    display: none;
}

.nav-main-mobile .list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-main-mobile .list-wrapper ul.level-1 li.lang-dropdown-mobile {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: auto;
}

.nav-main-mobile .list-wrapper ul.level-1 li.lang-dropdown-mobile a.nested:after {
    background-image: url(../images/left-chevron.svg);
    width: 16px;
    height: 17px;
    content: '';
    position: absolute;
    right: 20px;
}

.nav-main-mobile .list-wrapper ul li {
    border-top: 1px solid var(--black-05);
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.nav-main-mobile .list-wrapper ul.level-1 li a {
    color: var(--rgb-000);
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    justify-content: space-between;
    display: flex;
}

.nav-main-mobile .list-wrapper ul.level-2 li a, .nav-main-mobile .list-wrapper ul.level-2 li span {
    color: var(--rgb-000);
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    justify-content: space-between;
    display: flex;
    background: #F3F7FB;
}

.nav-main-mobile .list-wrapper ul.level-1 li a.lang-dropdown-mobile {
    justify-content: flex-start;
}

.nav-main-mobile .list-wrapper ul.level-1 li a.lang-dropdown-mobile::before {
    background-image: url("../images/globe_menu.svg");
    width: 20px;
    height: 20px;
    content: '';
    margin-right: 10px;

}

.nav-main-mobile .list-wrapper ul.level-3 li a {
    color: var(--rgb-000);
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    justify-content: space-between;
    display: flex;
    background: #F3F7FB;
}

.nav-main-mobile .list-wrapper ul.level-2 li:last-child, .nav-main-mobile .list-wrapper ul.level-3 li:last-child {
    border-bottom: 1px solid var(--black-05);
}

.nested:after {
    background-image: url("../images/left-chevron.svg");
    width: 16px;
    height: 17px;
    content: '';
}

.nav-main-mobile .back-one-level {
    color: var(--rgb-000);
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    justify-content: flex-start;
    display: flex;
    border: none;
    background: #FFF;
    flex-direction: row;
    align-self: stretch;
    border-top: 1px solid var(--black-05);
}

.nav-main-mobile .back-one-level:before {
    background-image: url("../images/chevron_left.svg");
    width: 16px;
    height: 17px;
    margin-right: 10px;
    content: '';
}

.nav-main-mobile .back-one-level svg {
    fill: var(--black-100);
    margin-right: 10px;
}

/* END Mobile Menu*/

/* Footer Mobile menu styles */
.footer-menu-wrapper-mobile {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
}

.mobile-footer-menu .menu-wrapper {
    display: flex;
    position: relative;
}

.mobile-footer-menu .list-wrapper {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--primary-100);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.mobile-footer-menu .list-wrapper:first-child.is-visible {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;

}

.mobile-footer-menu .list-wrapper:first-child.is-hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.mobile-footer-menu .list-wrapper:nth-child(2),
.mobile-footer-menu .list-wrapper:nth-child(3) {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: translateX(100%);
    backface-visibility: hidden;
    transition: transform 0.5s;
    display: none;
}

.mobile-footer-menu .list-wrapper:nth-child(2).is-visible,
.mobile-footer-menu .list-wrapper:nth-child(3).is-visible {
    transform: none;
    display: flex;
}

.mobile-footer-menu .list-wrapper:nth-child(1) > ul > li > .sub-menu,
.mobile-footer-menu .list-wrapper:nth-child(2) .level-3 {
    display: none;
}

.mobile-footer-menu .list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mobile-footer-menu .list-wrapper ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.mobile-footer-menu .list-wrapper ul li:first-child {
    border-top: none;
}

.mobile-footer-menu .list-wrapper ul.level-1 li a {
    color: var(--white-100);
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    justify-content: space-between;
    display: flex;
}

.mobile-footer-menu .list-wrapper ul.level-2 li {
    background: var(--primary-medium-100);
}

.mobile-footer-menu .list-wrapper ul.sub-menu.level-2 {
    border-top: 1px solid var(--white-10);
}

.mobile-footer-menu .list-wrapper ul.level-2 li a, .mobile-footer-menu .list-wrapper ul.level-2 li span {
    color: var(--white-100);
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    justify-content: space-between;
    display: flex;

}

.mobile-footer-menu .list-wrapper ul.level-3 li a, .mobile-footer-menu .list-wrapper ul.level-3 li span {
    color: var(--white-100);
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    justify-content: space-between;
    display: flex;
    background: #0A4E97;;
}

.mobile-footer-menu .list-wrapper ul.level-2 li {
    border-top: 1px solid var(--white-10);
}

.mobile-footer-menu .list-wrapper ul.level-2 li:last-child {
    border-bottom: 1px solid var(--white-10);
}

.mobile-footer-menu .list-wrapper ul.level-3 li {
    border-top: 1px solid var(--white-10);
}

.mobile-footer-menu .list-wrapper ul.level-3 li:last-child {
    border-bottom: 1px solid var(--white-10);
}

.mobile-footer-menu .nested:after {
    background-image: url("../images/chevron_right_white.svg");
    width: 16px;
    height: 17px;
    content: '';
}

.mobile-footer-menu .back-one-level {
    color: var(--white-100);
    font-family: var(--sx-font-family-medium);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px;
    /*margin: 0 20px;*/
    justify-content: flex-start;
    display: flex;
    border: none;
    background: var(--primary-100);
    flex-direction: row;
    align-self: stretch;
    /*border-top: 1px solid var(--black-05);*/
}

.mobile-footer-menu .back-one-level.lv3 {
    background: var(--primary-medium-100);
}

.mobile-footer-menu .back-one-level:before {
    background-image: url("../images/chevron_left_white.svg");
    width: 16px;
    height: 17px;
    margin-right: 10px;
    content: '';
}

.mobile-footer-menu .back-one-level svg {
    fill: var(--white-100);
    margin-right: 10px;
}

/* END Mobile Menu*/


/* Content */
.hero-container-homepage {
    height: 100vh;
    width: 100%;
    position: relative;

}

.overlay {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 65, 135, 0.75);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* CAROUSEL styles */
#carouselHomepage .carousel-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #004187;
    opacity: 0.75;
    z-index: 0;
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #FFF;
    background: none;
}

.carousel-indicators .active {
    border: 2px solid #FFF;
    background: #FFFFFF !important;
}

#carouselHomepage.carousel {
    height: 100vh;
    display: flex;
}

#carouselHomepage .carousel-inner {
    display: flex;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 48px;
    height: 48px;
}

#carouselHomepage .carousel-item h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#carouselHomepage .carousel-item p {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-family: var(--sx-font-family-regular);
    font-weight: 400;
    line-height: normal;
}

.carousel-item img {
    object-fit: cover;
    object-position: center;
    height: 100vh;
    overflow: hidden;
}

.carousel-indicators {
    top: calc(100vh - 35%);
    height: 16px;
}


#carouselHomepage .carousel-inner,
#carouselHomepage .carousel-item,
#carouselHomepage .carousel-item.active {
    height: 100vh;
}

#carouselHomepage .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#carouselHomepage .carousel-item video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 5;
}


.scroll-down-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-self: stretch;
    flex-direction: column;
}

.scroll-down-container:after {
    content: '';
    background-image: url("../images/polygon_homepage.svg");
    background-position: center;
    width: 34px;
    height: 22px;
    display: flex;
    align-self: center;
    margin-top: 20px;
}

.scroll-down-container a {
    text-align: center;
    font-family: var(--sx-font-family-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    color: var(--bs-white);
}


/* Scroll down animations */
.scrolldown {
    --color: white;
    --sizeX: 24px;
    --sizeY: 36px;
    position: relative;
    width: var(--sizeX);
    height: var(--sizeY);
    /*margin-left: var(sizeX / 2);*/
    /*border: 2px solid var(--color);*/
    /*border-radius: 50px;*/
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-top: 5px;
    align-self: center;
    background: no-repeat url("../images/mouse.svg");
}

.scrolldown::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 3px;
    height: 3px;
    margin-left: -1px;
    background-color: var(--color);
    border-radius: 2px;
    animation: scrolldown-anim 4s infinite;
    box-sizing: border-box;
    box-shadow: 0px -1px 1px 1px #ffffff66;

}

@keyframes scrolldown-anim {
    0% {
        opacity: 0;
        height: 6px;
    }
    40% {
        opacity: 1;
        height: 10px;
    }
    80% {
        transform: translate(0, 15px);
        height: 7px;
        opacity: 0;
    }
    100% {
        height: 3px;
        opacity: 0;
    }
}

.chevrons {
    padding: 6px 0 0 0;
    margin-left: -1px;
    margin-top: 33px;
    width: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chevrondown {
    margin-top: -1px;
    /*margin-top: -6px;*/
    position: relative;
    /*border: solid var(--color);*/
    /*border-width: 0 3px 3px 0;*/
    display: inline-block;
    width: 10px;
    height: 10px;
    /*transform: rotate(45deg);*/
}

.chevrondown:nth-child(1) {
    background: no-repeat url("../images/chevron.svg");
    width: 14px;
    height: 8px;
}

.chevrondown:nth-child(2) {
    background: no-repeat url("../images/chevron.svg");
    width: 14px;
    height: 8px;
}

.chevrondown:nth-child(1) {
    animation: pulse 700ms ease infinite alternate;
}

.chevrondown:nth-child(2) {
    animation: pulse 900ms ease infinite alternate 800ms;
}

@keyframes pulse {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}

/*end scroll down animations */


.arrow-box {
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    background-size: cover;
}

.arrow-container {
    display: flex;
    background: #000;
    width: 34px;
    aspect-ratio: 0.19;
    position: relative;
    background: linear-gradient(to left bottom, #FFFFFF 50%, transparent 49%);
    flex-wrap: nowrap;
    justify-content: space-around;
    /*flex: 2 1 auto;*/
}

.arrow-container::before {
    vertical-align: middle;
    top: calc(50% - 17px);
    left: calc(50% - 17px);
    position: absolute;
    background-image: url('../images/Polygon2.svg');
    background-size: cover;
    content: '';
    display: inline-flex;
    width: 22px;
    height: 34px;
}

.white-content {
    display: flex;
    background: #FFF;
    color: #002E4F;
    text-overflow: ellipsis;
    /* Common/H4 */
    font-family: var(--sx-font-family-semibold);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 282px;
    padding: 32px 16px;
}

.slanted-content, .left-image-slanted, .right-image-slanted {
    height: 100%;
    width: 100%;
    flex: auto;
}


.left-image-slanted, .right-image-slanted {
    min-height: 446px;
}

.left-image-slanted .white-content, .right-image-slanted .white-content {
    height: 100%;
    width: 50%;
    padding: 32px 16px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-self: stretch;
    flex-direction: column;
}

.left-image-slanted .arrow-container {
    background: linear-gradient(to right bottom, transparent 49%, #FFF 50%);
}

.left-image-slanted .arrow-box {
    background-position: left;
    background-repeat: no-repeat;
    background-size: 50%;
}

.right-image-slanted .arrow-container {
    background: linear-gradient(to right bottom, #FFFFFF 49%, transparent 50%);
    margin-left: -1px;
}

.right-image-slanted .arrow-box {
    justify-content: flex-start;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.right-image-slanted .arrow-container::before {
    transform: rotate(180deg);
    left: calc(50% - 3px);
}

a.slanted-content-link {
    display: flex;
    height: 100%;
    min-height: 322px;
}

a.slanted-content-link:hover {
    text-decoration: none;
}

.slanted-content .white-content {
    height: 100%;
    width: 250px;
    padding: 32px 16px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-self: stretch;
    flex-direction: column;
}

.slanted-content .white-content p {
    color: var(--bs-black);
    font-size: 14px;
    font-style: normal;
    font-family: var(--sx-font-family-light);
    font-weight: 300;
    line-height: normal;
}

.slanted-content .white-content p span {
    font-weight: 600;
    font-family: var(--sx-font-family-semibold);
}


.slanted-content .white-content h4 {
    color: var(--primary-100);
}

a.slanted-content-link:hover h4 {
    color: var(--secondary-100);
}


/* MENU slanted content */
.menu-banner-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.slanted-content-menu {
    display: flex;
    flex-direction: column;
    /*gap: 32px;*/
    /*flex: 1 0 0;*/
    align-self: stretch;
    height: 200px;
    width: 100%;
    align-items: center;
    justify-content: center;
    /*min-height: 225px;*/
}

.slanted-content-menu .arrow-box {
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    background-size: cover;
}

.slanted-content-menu .white-content {
    width: 249px;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    align-self: stretch;
    margin-left: -1px;
    box-sizing: border-box;
    /*background: rgba(0, 255, 0, 0.1);*/
}

.slanted-content-menu .white-content .white-text-content {
    padding: 32px 0 32px 20px;
    flex: 1; /* Makes this fill the vertical space inside second-div */
    /*background: rgba(255, 0, 0, 0.1); !* Optional for debug *!*/
}

.slanted-content-menu .white-content p.red-cat {
    color: #E20F1D;
    font-family: var(--sx-font-family-regular);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.slanted-content-menu .white-content a {
    overflow: hidden;
    color: #002E4F;
    text-overflow: ellipsis;
    font-family: var(--sx-font-family-semibold);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

/*END MENU slanted */


/* Buttons */


/* Footer styles */
.footer-cta-area {
    display: flex;
    padding: 64px 0;
    /*margin: 32px 0 0 0;*/
    justify-content: center;
    align-items: center;
    background: #FFF;
    color: #002E4F;
    font-family: var(--sx-font-family-regular);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.footer-cta-area p {
    font-size: 20px;
}

.footer-title-cta {
    color: #002E4F;
    text-align: center;
    font-family: var(--sx-font-family-bold);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-copyright-area {
    color: #FFF;
    text-align: center;
    font-family: var(--sx-font-family-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background: #00213A;
    padding: 24px 0;
}

.footer-copyright-area a {
    text-decoration: none;
    color: #FFFFFF;
}

.footer-copyright-area a:hover {
    text-decoration: underline;
}

.footer-links-area {
    padding: 64px 0;
    background: var(--primary-100);
}

ul.footer-menu li.header {
    padding-bottom: 16px;
    font-size: 16px;
    font-style: normal;
    font-family: var(--sx-font-family-semibold);
    font-weight: 600;
    line-height: normal;
    color: var(--bs-white);
}


ul.footer-menu li.header a {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-family: var(--sx-font-family-semibold);
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

ul.footer-menu li {
    padding-bottom: 8px;
}

ul.footer-menu li a {
    font-size: 14px;
    font-style: normal;
    font-family: var(--sx-font-family-light);
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    color: var(--bs-white);
}

ul.footer-menu li a:hover {
    color: var(--white-100);
    text-decoration: underline;
}

ul.footer-menu li a.title, ul.footer-menu li span.title {
    color: var(--white-100);
    text-align: center;
    font-family: var(--sx-font-family-semibold);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

ul.footer-menu li a.title:hover {
    /*color: var(--secondary-100);*/
    text-decoration: underline;
}


ul.ul-footer-submenu {
    margin-top: 16px;
}


ul.footer-menu li a.social-icon {
    background: #FFF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

ul.footer-menu li a.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.85);

}

ul.footer-menu li a.social-icon:hover > svg path {
    fill: #002E4FBF;
}

.list-inline-item:not(:last-child) {
    margin-left: 24px;
    margin-bottom: 8px;
}

.list-inline-item:last-child {
    margin-left: 24px;
    margin-bottom: 8px;
}

/* END FOOTER STYLES */

/* CONTENT STYLES */
.content {
    background: #FFFFFF;
    color: #000;
    display: flex;
    flex-direction: column;
}

/*.six-mb-64 {*/
/*    margin-bottom: 64px;*/
/*}*/

/*.six-mt-64 {*/
/*    margin-top: 64px;*/
/*}*/


/* HomePage services css */
.intro-home {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
    text-align: center;
    padding: 64px 0 0 0;
}

.intro-home h2 {
    margin-bottom: 48px;
}


.services-home {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
    text-align: center;
    padding: 32px 0;
    margin: 32px 0;
}

.services-home h2 {
    margin-bottom: 48px;
}

.services-home p {
    color: var(--rgb-000);
    text-align: center;
    font-family: var(--sx-font-family-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.services-home a.services-icon:hover > p, .services-home a.services-icon:hover > h4, .services-home a.monitoring-icon:hover > p, .services-home a.monitoring-icon:hover > h4 {
    color: var(--secondary-100);
}

.services-home a.services-icon:hover > svg path {
    /*fill: var(--secondary-100);*/
    /*stroke: var(--secondary-100);*/
}

.services-home a.services-icon:hover > svg * {
    fill: var(--secondary-100);
    /*stroke: var(--secondary-100);*/
}

.services-home a.monitoring-icon:hover > svg {
}

.services-home a.monitoring-icon:hover > svg * {
    /*fill: var(--secondary-100);*/
    stroke: var(--secondary-100);
}

.services-home a.monitoring-icon:hover > svg path {
    /*fill: var(--secondary-100);*/
    stroke: var(--secondary-100);
}

.services-home a.monitoring-icon:hover > svg path.cls-11 {
    fill: var(--secondary-100);
}

.services-home a.monitoring-icon:hover > svg rect {
    fill: var(--secondary-100);
    stroke: var(--secondary-100);
}

.services-home a.services-icon p, .services-home a.monitoring-icon p {
    color: var(--rgb-000);
    text-align: center;
    font-family: var(--sx-font-family-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.services-home h4 {
    margin: 16px 0;
}

/* END HOMEPAGE Services CSS */

.section-container {
    padding: 64px 0;
    /*margin: 32px 0;*/
}

.first-item {
    margin: 0;
}

.section-container h2 {
    /*margin-top: 16px;*/
    margin-bottom: 40px;
}

.section-container h3 {
    /*margin-top: 16px;*/
    margin-bottom: 48px;
}

.page-section-blue-bg {
    background: var(--sx-light-blue-bg);
}

.page-section-map {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.page-container {
    display: flex;
    flex-direction: column;
}


/* START HOMEPAGE Our Projects  .page-section-blue-bg*/
.bullet-grey-container {
    padding-bottom: 128px;
    padding-top: 64px;
}

.page-section-blue-bg h2.bullets-module-title {
    margin-bottom: 16px;
}

a.btn-load-more, button.btn-load-more {
    background: var(--sx-blue-btn-bg);
    color: var(--bs-white);
    padding: 16px;
    font-size: 16px;
    font-style: normal;
    font-family: var(--sx-font-family-medium);
    font-weight: 500;
    line-height: normal;
    width: auto;
    margin: 64px 0 0 0;
    align-self: flex-start;
}

a.btn-load-more:hover, button.btn-load-more:hover {
    background: var(--sx-blue-btn-bg-hover);
    color: var(--bs-white);
    text-decoration: none;
}

button.btn-load-more.filter-tax-btn, a.btn-load-more.filter-tax-btn {
    width: 90%;
    align-self: center;
    margin: 18px 0;

}

.blue-card-item {
    /*height: 449px;*/
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: stretch;
    flex-direction: column;
    background-size: cover;
}


.blue-card-content {
    background: var(--primary-100);
    position: relative;
    margin: 0;
    padding: 20px;
    margin-top: 60%;
    width: 100%;
    min-height: 117px;
}

.blue-card-content h4 {
    color: var(--white-100);
}

a.blue-card-content-link:hover h4 {
    color: var(--secondary-100);
}

.blue-card-content span.read-more-link {
    color: var(--white-100);
}


.blue-card-content p {
    color: var(--white-100);
    text-overflow: ellipsis;
    font-family: var(--sx-font-family-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.news-date {
    text-transform: capitalize;
}

a.news-item:hover{
    text-decoration: none;
}

.news-item {
    min-height: 449px;
    display: flex;
    /*justify-content: flex-end;*/
    align-items: flex-end;
    align-self: stretch;
    flex-direction: column;
    background-size: auto 100%;
    justify-content: flex-start;
}

.news-image {
    background-size: cover;
}

.news-small {
    min-height: 315px;
    /*background-size: auto 100%;*/
    background-size: cover;
}

.news-small .news-info p {
    margin-bottom: 0;
}

.news-small .news-info {
    min-height: 143px;
}

.news-item:hover h4 {
    color: var(--secondary-100);
}

.news-bg-blue {
    background-image: linear-gradient(to top, var(--sx-light-blue-bg) 40%, rgb(255, 255, 255, 0) 20%);
    /*margin-top: 35%;*/
    margin-top: -13%;
    width: 100%;
}

.news-bg {
    background-image: linear-gradient(to top, rgb(255, 255, 255, 1) 50%, rgb(255, 255, 255, 0) 20%);
    margin-top: -13%;
    width: 100%;
}

.news-info {
    background: var(--bs-white);
    /*background: var(--bs-black);*/
    position: relative;
    margin: 20px;
    padding: 32px 20px;
    min-height: 176px;

}

.news-info:before {
    top: -26px;
    right: 88%;
    position: absolute;
    background-image: url(../images/Polygon2.svg);
    background-size: cover;
    content: '';
    display: inline-flex;
    width: 22px;
    height: 34px;
    transform: rotate(90deg);
}

.news-info h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-info p.news-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-info p {
    color: var(--rgb-000);
    font-size: 14px;
    font-style: normal;
    font-family: var(--sx-font-family-light);
    font-weight: 300;
    line-height: normal;
}

.news-info p span {
    color: var(--secondary-100);
    font-size: 14px;
    font-style: normal;
    font-family: var(--sx-font-family-regular);
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.news-date-desktop {
    padding-bottom: 8px;
    margin-bottom: 0;
}

.news-date-mobile {
    display: none;
    visibility: hidden;
}

.page-container-news, .sectors-section {
    margin-top: 64px;
}

.testimonials-home {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    background-image: linear-gradient(0deg, rgba(0, 65, 135, 0.75), rgba(0, 65, 135, 0.75)), url('../images/image-testimonials.png');
    padding-top: 64px;
    margin-bottom: 0 !important;
}

.testimonials-home h2 {
    color: var(--bs-white);
}

.testimonials-container {
    background: var(--sx-dark-blue-bg);
}


.carousel-testimonials h4 {
    font-family: var(--sx-font-family-semibold);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--bs-white);
}

.carousel-testimonials .carousel-item::before {
    background: none;
}

.carousel-testimonials .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 48px 24px 48px;
}

.carousel-testimonials .carousel-top-quote {
    padding-top: 64px;
}

.carousel-testimonials p {
    overflow: hidden;
    color: var(--bs-white);
    text-align: center;
    text-overflow: ellipsis;
    font-family: var(--sx-font-family-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.carousel-testimonials p.text-muted {
    font-family: var(--sx-font-family-semibold);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--bs-white) !important;
}

.carousel-testimonials .hr-blurry {
    color: var(--bs-white);
    opacity: 0.25;
}

.carousel-testimonials .carousel-indicators {
    position: relative;
    margin-bottom: 64px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.carousel-testimonials.carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: none;
    background: #FFF;
    opacity: 0.25;
    margin: 0 8px;
}

.carousel-testimonials.carousel .carousel-indicators .active {
    border: 2px solid #FFF;
    background: #FFFFFF !important;
    opacity: 1;
}

/* END HOMEPAGE Our Projects */


.hero-container-secondary {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    min-height: 376px;
    background-position: center center;
    display: flex;
}

.overlay-secondary {
    /*position: absolute;*/
    /*height: 50vh;*/
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 65, 135, 0.75);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
    padding-top: 120px;
}

.hero-container-secondary p {
    color: var(--bs-white);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-family: var(--sx-font-family-regular);
    font-weight: 400;
    line-height: normal;
}

.breadcrumb-section {
    padding: 10px 0;
}


/* ABOUT US TABS */
.tabs-buttons {
    background: var(--sx-light-blue-bg);
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: 0 0;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);

    height: 98px;
    color: var(--black-100);
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: var(--bs-nav-tabs-border-width) solid transparent;
    background: none;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: var(--black-75);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.center-text-block {
    color: var(--rgb-000);
    font-size: 18px;
    font-style: normal;
    font-family: var(--sx-font-family-regular);
    font-weight: 400;
    line-height: normal;
    margin-top: 64px;
}

.left-image-container {
    background-repeat: no-repeat;
    margin-top: 64px;
}

.left-image-text-content {
    padding: 64px 190px 64px 0;
    height: 100%;
    background-color: #FFFFFF;

}

.left-image-container-white {
    padding: 53px 0;
    background-color: #FFFFFF;
}

.arrow-left-image {
    vertical-align: middle;
    width: 64px;
    display: flex;
    height: 100%;
    justify-self: flex-end;
}

.arrow-image {
    vertical-align: middle;
    width: 64px;
    display: flex;
    height: 100%;
}

.arrow-point {
    vertical-align: middle;
    background-image: url(../images/Polygon2.svg);
    background-size: cover;
    content: '';
    display: inline-flex;
    width: 22px;
    height: 34px;
    align-self: center;
    flex-shrink: 0;
}

.arrow-body {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

.left-image-text-content h4, .right-image-text-content h4 {
    color: var(--rgb-000);
}


.right-image-container {
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 64px;
}

.right-image {
    padding: 53px 0;
    background-size: cover;
}

.left-image {
    padding: 53px 0;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
}

.right-image.left-focus-image, .left-image.left-focus-image {
    background-position: 0% 0%;
    object-position: 0% 0%;
}

.right-image.center-focus-image, .left-image.center-focus-image {
    background-position: 50% 0%;
    object-position: 50% 0%;
}

.right-image.right-focus-image, .left-image.right-focus-image {
    background-position: 100% 0%;
    object-position: 100% 0%;
}

.right-image-text-content {
    padding: 64px 0 64px 190px;
    height: 100%;
    background-color: #FFFFFF;
}

.right-image-container-white {
    padding: 53px 0;
    background-color: #FFFFFF;
    /*background-color: #ffe5e5;*/
}

.right-image-container .left-arrow {
    background: var(--bs-white);
    position: relative;
}


.module-fixed.fixed-blue-bg, .right-image-container-fixed.fixed-blue-bg, .right-image-container-fixed.fixed-blue-bg .arrow-body, .left-image-container-fixed.fixed-blue-bg, .left-image-container-fixed.fixed-blue-bg .arrow-body {
    background: var(--primary-lighter-100);
}

.right-image-container-fixed {
    padding: 32px 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 2000px;
    margin: 32px auto 0 auto;
}

.left-image-container-fixed {
    /*margin-top: 32px;*/
    padding: 32px 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 2000px;
    margin: 32px auto 0 auto;
}


.right-image-fixed-text-content {
    padding: 64px 0 64px 190px;
}

.left-image-fixed-text-content {
    padding: 64px 64px 64px 12px;
}

.right-image-fixed, .left-image-fixed {
    background-size: contain;
    background-position: left;
    object-fit: contain;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
}

.right-image-fixed-text-content h4, .left-image-fixed-text-content h4 {
    color: #000000;
}


.left-image-fixed {
    display: flex;
    align-items: end;
    flex-direction: column;
    background-position-x: right;
}

.left-image-fixed-container-white, .right-image-fixed-container-white {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.right-image-fixed .arrow-image, .left-image-fixed .arrow-image {
    vertical-align: middle;
    width: 54px;
    display: flex;
    height: 100%;
    margin-left: -2px;
}

.right-image-container-fixed.fixed-blue-bg .arrow-point-right, .left-image-container-fixed.fixed-blue-bg .arrow-point {
    background-image: url(../images/Polygon2-blue.svg) !important;
}

.arrow-point-right {
    background-image: url(../images/Polygon2.svg);
    background-size: cover;
    content: '';
    display: inline-flex;
    width: 22px;
    height: 34px;
    transform: rotate(180deg);
    align-self: center;
    flex-shrink: 0;
}

.center-text-block ul li span {
    font-weight: 700;
    font-family: var(--sx-font-family-bold);
}


/*.services-tabs .nav-tabs {*/
/*    border-bottom: 3px solid #dee2e6;*/
/*}*/

/*.services-tabs .nav-tabs .nav-link {*/
/*    border: none;*/
/*    color: #000000; !* change color here *!*/
/*    background-color: #ffffff; !* change background color here *!*/
/*}*/

/*.services-tabs .nav-tabs .nav-link.active {*/
/*    color: #ffffff; !* change active color here *!*/
/*    background-color: #007bff; !* change active background color here *!*/
/*}*/

.services-tabs {
    /*margin-bottom: 64px;*/
}

.services-tabs .nav-pills {
    border-bottom: 1px solid var(--black-25);
}

.services-tabs .nav-pills li.nav-item a.nav-link h4{
    margin-top: 12px;
}

.services-tabs .nav-pills .nav-link {
    border: none;
    color: var(--primary-100); /* Replace as needed */
    padding-bottom: 30px; /* This should be enough space to make room for the chevron */
    position: relative;
    transition: color 0.3s ease; /* Optional transition for smoother color change on hover */
    text-align: center;
    height: 100%;
}

.services-tabs .nav-pills .nav-link.active::before, .services-tabs .nav-pills .nav-link:hover::before {
    content: url("../images/ChevronTabs.svg");
    width: 45px;
    height: 44px;
    /*border-left: 5px solid transparent;*/
    /*border-right: 5px solid transparent;*/
    /*border-bottom: 10px solid transparent; !* Invisible border *!*/
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateY(100%) translateX(-50%); /* Center the element */
    background-color: #FFF;
    background-repeat: no-repeat;
}


.services-tabs .nav-pills .nav-link.active {
    color: var(--primary-100); /* Replace as needed */
}

.services-tabs .nav-pills .nav-link:hover > span, .services-tabs .nav-pills .nav-link:hover > h4 {
    color: var(--secondary-100);
}

.services-tabs .nav-pills .nav-link:hover > svg path {
    fill: var(--secondary-100);
}

.services-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: none;
    height: 100%;
}

.tab-content-text-item {
    margin: 32px 20px;
}

.tab-content-text-item p {
    color: var(--rgb-000);
    font-size: 14px;
    font-style: normal;
    font-family: var(--sx-font-family-light);
    font-weight: 300;
    line-height: normal;
}

.tab-content-text-item h4 {
    color: var(--black-100);
}

.grey-corner-item {
    padding: 32px 20px;
    background: #FFF;
    position: relative;
    margin-bottom: 48px;
}

.grey-corner-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-top: 50px solid var(--primary-25);
}

.grey-corner-item p {
    color: var(--rgb-000);
    font-size: 14px;
    font-style: normal;
    font-family: var(--sx-font-family-light);
    font-weight: 300;
    line-height: normal;
}

.key-figures figcaption {
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    color: var(--rgb-000);
    font-family: var(--sx-font-family-extrabold);
}

.project-keys .key-figures figcaption {
    font-size: 72px;
    font-style: normal;
    font-weight: 900;
    color: var(--rgb-000);
    font-family: var(--sx-font-family-extrabold);
}

.key-figures small {
    color: var(--rgb-000);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-family: var(--sx-font-family-light);
    font-weight: 300;
    line-height: normal;
}

.white-item {
    background: var(--bs-white);
    padding: 20px;
}

.white-item p {
    color: var(--rgb-000);
    font-size: 14px;
    font-family: var(--sx-font-family-light);
    font-weight: 300;
}

#map {
    height: 696px;
    width: 100%;
}

.cluster-pin {
    background: url('../images/map-cluster-pin.svg') no-repeat center;
    color: #FFFFFF;
    padding: 10px 0 0 0;
    position: relative;
    background-size: contain;
    min-height: 54px;
    min-width: 48px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    font-family: var(--sx-font-family-semibold);
    line-height: normal;
    text-align: center;
}

.map-pin {
    background: url('../images/map-pin.svg') no-repeat center;
    color: #FFFFFF;
    padding: 10px 0 0 0;
    position: relative;
    background-size: contain;
    min-height: 54px;
    min-width: 48px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: var(--sx-font-family-semibold);
}

/*.price-tag::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 100%;*/
/*    transform: translate(-50%, 0);*/
/*    width: 0;*/
/*    height: 0;*/

/*    !*border-left: 8px solid transparent;*!*/
/*    !*border-right: 8px solid transparent;*!*/
/*    !*border-top: 8px solid #4285F4;*!*/
/*}*/

ul.bullet-arrow {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.bullet-arrow li {
    list-style: none;
    margin: 10px 0;
    padding: 0 0 6px 26px;
    background: url("../images/ul-arrow-bullet.svg") no-repeat 1px 1px;
    color: var(--rgb-000);
    font-family: var(--sx-font-family-light);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
}

ul.bullet-arrow-blue-bg, ul.bullet-arrow-blue-bg-nopadding {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.bullet-arrow-blue-bg li {
    list-style: none;
    margin: 16px 0;
    padding: 20px 20px 20px 46px;
    background: var(--sx-light-blue-bg) url("../images/ul-arrow-bullet.svg") no-repeat 20px 21px;
    color: var(--rgb-000);
    font-family: var(--sx-font-family-light);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
}

ul.bullet-arrow-blue-bg-nopadding li {
    list-style: none;
    padding: 0px 20px 16px 46px;
    background: var(--sx-light-blue-bg) url("../images/ul-arrow-bullet.svg") no-repeat 20px 1px;
    color: var(--rgb-000);
    font-family: var(--sx-font-family-light);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
}

.page-section-blue-bg ul.bullet-arrow-blue-bg li, .page-section-blue-bg ul.bullet-arrow-blue-bg-nopadding li {
    background-color: var(--white-100);
}

/*ul.bullet-arrow-blue-bg-nopadding li:first-child{*/
/*    padding-top: 0;*/
/*}*/


ul.bullet-arrow-blue-bg li strong, ul.bullet-arrow-blue-bg-nopadding li strong {
    color: var(--rgb-000);
    font-family: var(--sx-font-family-bold);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.document-item {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.document-item h4 {
    margin-bottom: 20px;
}

.document-item p {
    color: var(--rgb-000);
    text-overflow: ellipsis;
    font-family: var(--sx-font-family-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* Project Details page */
.project-summary {
    padding: 64px 0;
}

.project-summary a {
    color: var(--secondary-100);
    text-decoration: underline;
    word-break: break-all;
}

.project-summary a.btn-primary {
    color: var(--white-100);
    text-decoration: none;
}

.project-summary p, .project-summary .description-text {
    color: var(--rgb-000);
    font-family: var(--sx-font-family-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}

.project-summary .subtitle {
    color: var(--rgb-000);
    font-family: var(--sx-font-family-bold);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.project-summary .left-border {
    border-left: 1px solid #D9D9D9;
}

.projects-logo {
    margin-bottom: 32px;
}

.project-description {
    margin-bottom: 64px;
    padding: 64px 0;
}

.project-description h2, .project-description h3 {
    margin-bottom: 40px;
}

.project-description p, .project-description ol li, .project-description ul li {
    color: var(--rgb-000);
    font-family: var(--sx-font-family-light);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

p.spacer-64 {
    height: 64px;
}

.project-tags {
    padding: 64px 0;
}

.project-tags h2 {
    color: var(--rgb-000, #000);
    font-family: var(--sx-font-family-bold);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.project-tags a, .project-tags span {
    color: var(--primary-100);
    font-family: var(--sx-font-family-light);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border: 1px solid var(--primary-100);
    padding: 8px;
    margin: 16px 16px 0 0px;
    display: inline-flex;
}

.project-tags a:hover {
    border: 1px solid var(--secondary-100);
}

.projects-cards .card {
    width: 100%;
    padding: 20px;
    min-height: 100%;
}

.projects-cards .card img {
    width: 100%;
    aspect-ratio: 16/9;
}

.projects-cards .card .card-image {
    max-height: 322px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-flex;
}

.projects-cards h2 {
    margin-bottom: 48px;
}

.projects-cards .card .card-title {
    margin-bottom: 8px;
}

.projects-cards .card .card-text {
    color: var(--rgb-000);
    text-overflow: ellipsis;
    font-family: var(--sx-font-family-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.projects-cards .card-body:before {
    top: -28px;
    right: 88%;
    position: absolute;
    background-image: url(../images/Polygon2.svg);
    background-size: cover;
    content: '';
    display: inline-flex;
    width: 22px;
    height: 34px;
    transform: rotate(90deg);
}

.projects-cards .card-body {
    padding: 16px 0 0 0;
    position: relative;
}

.text-image-left {
    margin-right: 40px;
}

.sectors-description h2 {
    margin-bottom: 40px;
}

.small-bullet {
    list-style: disc;

}

.small-bullet li::marker {
    font-size: 10px;
}

.small-bullet li {
    padding-bottom: 24px;
}

.job-listings-container {
    margin-top: 64px;
    padding: 64px 0;
}

/*.small-bullet li::before {*/
/*    content: "•";*/
/*    font-size: 12px;*/
/*    width: 10px;*/
/*    height: 100%;*/
/*}*/

.job-listing.card {
    background: none;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.job-listing.card .card-body {
    margin: 0;
    padding: 0;
    flex: none;
}

ul.job-group {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
}

ul.job-group li {
    color: var(--rgb-000);
    text-overflow: ellipsis;
    font-family: var(--sx-font-family-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

ul.job-group li:before {
    content: ' ';
    width: 31px;
    height: 24px;
    display: flex;
    background-repeat: no-repeat;
    margin-right: 5px;
    flex-shrink: 0;
}

ul.job-group li.location::before {
    background-image: url("../images/job_location_pin.svg");
}

ul.job-group li.category::before {
    background-image: url("../images/job_category_icon.svg");
}

ul.job-group li.duration::before {
    background-image: url("../images/job_time_icon.svg");
}

.page-container {
    /*margin-top: 64px;*/
}

.bullet-module {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.key-numbers {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: 64px;
}

.key-numbers2 {
    padding-top: 64px;
    padding-bottom: 64px;
}

/*.offre-content {*/
/*    padding-top: 64px;*/
/*}*/

/*.poles-dactivites {*/
/*    padding: 64px 0;*/
/*    margin-top: 64px;*/
/*}*/

.bp-section {
    padding: 64px 0 128px 0;
}

.bullets-with-title {
    padding: 64px 0;
    margin-top: 64px;
}

.solutions_section {
    padding: 64px 0;
    margin-top: 64px;
}

.projects-results-container {
    padding: 64px 0;
}

.sevices-tabs-container {
    padding-bottom: 64px;
    padding-top: 96px;
    margin-bottom: 32px;
}

.cas-dusage-container {
    padding-bottom: 64px;
    padding-top: 64px;
}

.small-quote-container {
    padding-top: 32px;
    padding-bottom: 32px;
}

.bp-section h2.bullets-title {
    margin-bottom: 16px;
    margin-top: 0;
}

/*.page-container > .bullet-module ~ .bullet-module {*/
/*    margin-top: 64px;*/
/*}*/

.no-pt-page {
    margin-top: 0;
}

.mobile-footer-menu {
    display: none;
}

.desktop-footer-menu {
    display: flex;
}

.applications-list {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: stretch;*/
    /*align-self: stretch;*/
    /*flex-direction: row;*/

}

.news-article {
    margin-top: 64px;
}

.news-article h2 {
    margin-top: 24px;
    margin-bottom: 16px;
}

.news-article p {
    color: var(--rgb-000);
    font-family: var(--sx-font-family-light);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.news-article p.small-copyright {
    color: #999;
    font-family: var(--sx-font-family-light);;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.news-article p img.alignright {
    display: inline-flex;
    width: auto;
    margin: 0 0 20px 20px;
    align-self: flex-end;
    float: right;
}

.news-article p img.alignleft {
    display: inline-flex;
    width: auto;
    margin: 0 20px 20px 0;
    align-self: flex-start;
    float: left;
}

.small-quote {
    padding: 32px 96px;
    background-color: #F3F7FB;
    background-image: url("../images/bg-quote-small.svg"), url("../images/bg-quote-big.svg");
    background-position: 0px center, right bottom;
    background-repeat: no-repeat, no-repeat;
}

.small-quote p {
    color: var(--rgb-000, #000);
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.small-quote p.small-quote-position {
    color: var(--rgb-000);
    text-align: right;
    font-family: var(--sx-font-family-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.small-quote p.small-quote-name {
    color: var(--rgb-000);
    text-align: right;
    font-family: var(--sx-font-family-bold);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}

.share-row {
    position: relative;
}

.share_buttons {
    position: absolute;
    width: 60px;
    margin: 0 0 0 -100px;
    padding: 0;
}

.share_buttons.sticky-share {
    position: fixed;
    top: 90px;
}

.share_buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.share_buttons ul li a.linkedin_share {
    border-radius: 32px;
    width: 64px;
    height: 64px;
    background: no-repeat center #F8F8F8 url("../images/Share-linkedin-icon.svg");
    display: inline-flex;
    padding: 15px;
    transition: all 0.5s ease 0s;
    margin-bottom: 16px;
}

.share_buttons ul li a.linkedin_share:hover {
    background: no-repeat center #002E4F url("../images/Share-linkedin-icon-white.svg");
    transition: all 0.9s ease 0s;
}

.share_buttons ul li a.email_share {
    border-radius: 32px;
    width: 64px;
    height: 64px;
    background: no-repeat center #F8F8F8 url("../images/Share-email-icon.svg");
    display: inline-flex;
    padding: 15px;
    transition: all 0.5s ease 0s;
}

.share_buttons ul li a.email_share:hover {
    background: no-repeat center #002E4F url("../images/Share-email-icon-white.svg");
    transition: all 0.9s ease 0s;
}

.share-text {
    display: none;
}

.numbered-circle {
    border-radius: 32px;
    background: #F3F7FB;
    display: block;
    width: 44px;
    height: 44px;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.numbered-circle span {
    color: var(--black-100, #000);
    /* Common/H4 */
    font-family: var(--sx-font-family-semibold);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.numbered-circle-icon {
    margin-right: 20px;
}

.numbered-circle-desc, .numbered-circle-icon {
    display: inline-block;
}

.numbered-circle-desc h4 {
    margin-bottom: 20px;
}

#map-box .acf-map {
    max-width: 440px;
    width: auto;
    max-height: 290px;
}

#map-box {
    max-width: 440px;
    position: relative;
    margin: 20px 0;
    box-shadow: 0px 3px 6px #00000029;
    border: 10px solid #FFFFFF;
}

#map-box .project-map-content {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.section_title_separate {
    padding: 64px 0 0 0;
}

.section_title_separate h2 {
    padding: 0;
    margin: 0;
}

.card-search {
    display: flex;
}

.card-search h4.card-title {
    color: var(--primary-100);
    margin-bottom: 16px;
}

.card-text {
    color: var(--black-100);
    font-family: var(--sx-font-family-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 16px;
}

.card-image-search {
    /*width: 256px;*/

    height: 171px;
    /*display: inline-flex;*/
    overflow: hidden;
}

.card-image-search img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.search-link-content {

}

a.search-link-content:hover > .card-search h4.card-title {
    color: var(--secondary-100);
}

a.search-link-content:hover > .card-search span.read-more-link {
    text-decoration: none;
}

.card-body-search {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    padding: 0 0 0 16px;
    /*margin: 0 0 0 16px;*/
}

.card-body-search .card-text {
    padding-top: 0;
}

.pagination_container {
    display: flex;
    flex-direction: column;
    margin: 64px;
}


.easy-wp-page-navigation a, .easy-wp-page-navigation span {
    display: inline-block;
    padding: 12px 16px;
    border: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    background: #fff;
    text-decoration: none;

    color: var(--black-75);
    font-family: var(--sx-font-family-regular);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.easy-wp-page-navigation span:not(.dots) {
    color: var(--secondary-100);
    font-family: var(--sx-font-family-semibold);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 4px solid var(--secondary-100);

}

.easy-wp-page-navigation a:hover, .easy-wp-page-navigation span.current {
    background: none;
    color: var(--secondary-100) !important;
}

a.page-numbers.first-page-link {
    background: var(--white-100) no-repeat url("../images/page-first-pag.svg") center;
    width: 48px;
    height: 48px;
    display: inline-flex;
}

a.page-numbers.last-page-link {
    background: var(--white-100) no-repeat url("../images/page-last-pag.svg") center;
    width: 48px;
    height: 48px;
    display: inline-flex;
}

a.prev.page-numbers {
    background: var(--white-100) no-repeat url("../images/page-prev-pag.svg") center;
    width: 48px;
    height: 48px;
    display: inline-flex;
}

a.next.page-numbers {
    background: var(--white-100) no-repeat url("../images/page-next-pag.svg") center;
    width: 48px;
    height: 48px;
    display: inline-flex;
}


/******* FORM FIELDS ******/
.search-filter-main-container {
    padding: 24px 0;
}


/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.clear-input-button {
    /* button position */
    /* button appearane */
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 100%;
    border: none;
    border-left: 1px solid var(--black-15);
    margin: 0;
    cursor: pointer;
    background: var(--white-100) no-repeat url("../images/close-searchx.svg") center;
}

/*.clear-input-button:hover {*/
/*    background: var();*/
/*}*/

.search-form-input-container {
    border: 1px solid var(--black-15);
    background: var(--white-100);
    display: inline-flex;
}

.search-field {
    border: 1px solid var(--black-15);
    background: var(--white-100);
    color: var(--black-100);
    font-family: var(--sx-font-family-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 0 12px 16px;
    min-width: 356px;
}

/*input.search-field:focus-visible{*/
/*    border:none !important;*/
/*}*/


.search-submit {
    background: var(--primary-100) no-repeat url("../images/search_icon_white.svg") center;
    width: 48px;
    height: 48px;
    font-size: 0;
    border: none;
    flex-shrink: 0;
}

.search-form {
    display: flex;
}

.search_form_menu {
    display: none;
    /*max-width: 304px;*/
    /*margin:0 16px;*/
}

.header_scrolled .search_form_menu {
    display: none;
    /*max-width: 304px;*/
    margin: 0 0 0 16px;
}


button.search-icon {
    color: #FFFFFF;
    background: transparent no-repeat url("../images/search_icon_white.svg") center;
    height: 72px;
    width: 48px;
    border: none;
}

.search_form_menu .search-field {
    min-width: 240px;
    background: transparent;
    color: var(--white-100);
    font-family: var(--sx-font-family-semibold);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.search_form_menu .search-field:focus-visible {
    outline: none !important;
}

.search_form_menu .search-field::placeholder {
    color: var(--white-50);
    font-family: var(--sx-font-family-bold);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.close-search {
    background: transparent no-repeat url("../images/close-search.svg") center;
    width: 48px;
    height: 72px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-top: none;
}


.search_form_menu .search-submit {
    background: transparent no-repeat url(../images/search_icon_grey.svg) center;
    width: 48px;
    height: 72px;
    font-size: 0;
    border: none;
}


.search_form_menu .search-form-input-container {
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.legal-notices p {
    color: var(--black-50);
    font-family: var(--sx-font-family-light);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
    color: #000;
    border: 1px solid var(--primary-100);
    background: var(--white-100);
    padding: 14px 10px;
    font-size: 20px;
    width: 100%;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border: 1px solid var(--primary-75);
    opacity: 0.85;
    background: var(--white-100);
}

.wpcf7 input[type="text"]:focus-visible,
.wpcf7 input[type="email"]:focus-visible,
.wpcf7 input[type="tel"]:focus-visible,
.wpcf7 textarea:focus-visible,
.wpcf7 select:focus-visible {
    outline: none;
}

.wpcf7 input[type="file"]:focus-visible, .wpcf7-submit:focus-visible {
    outline: 4px dashed darkorange !important;
}

.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid,
.wpcf7 input[type="tel"].wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
    border: 1px solid var(--secondary-100);
    opacity: 0.85;
    background: var(--white-100);
}

.wpcf7 input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    width: 32px;
    height: 32px;
    border: 1px solid var(--primary-100);
    background: var(--white-100);
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin-right: 15px;
}

.wpcf7 input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--primary-100);

    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.wpcf7 input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.wpcf7 input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}


.wpcf7 input[type="submit"] {
    color: var(--white-100);
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: var(--primary-100);
    padding: 16px 25px;
    border: none;
    width: auto;
}

.wpcf7 input:hover[type="submit"] {
    background: var(--primary-darker-100);
    transition: all 0.4s ease 0s;
}

.wpcf7 input:active[type="submit"] {
    background: var(--primary-100);
}

.wpcf7 input:disabled[type="submit"] {
    background: var(--primary-50);
}


.form-input-wrapper label {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}

.form-input-wrapper label span.label {
    color: var(--black-100, #000);
    /* Common/H6 */
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 8px;
}

.dotted-content {
    border: 1px dashed var(--primary-100);
    padding: 20px;
    width: 100%;
}

span.description {
    color: var(--black-75);
    font-family: var(--sx-font-family-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/*.acceptance .wpcf7-acceptance label.wpcf7-list-item-label {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-flow: row nowrap;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*}*/

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.label-text a {
    text-decoration: underline;
}

.label-text {
    color: var(--primary-100);
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}


.wpcf7-acceptance label {
    display: flex;
    flex-direction: row;
}

/***** LOCATIONS ACCORDION ***/
.accordion-button:not(.collapsed) {
    background-color: var(--white-100);
    box-shadow: none;
    color: var(--black-100);
    font-family: var(--sx-font-family-medium);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 2px solid var(--black-15);
}

.accordion-button:not(.collapsed)::after, .accordion-button::after {
    background-image: url("../images/location_chevron.svg");
}

.accordion-item {
    color: var(--black-100);
    background-color: var(--white-100);
    border: none;
    /*border-bottom: 2px solid var(--black-15);*/
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 16px;
    color: var(--black-100);
    font-family: var(--sx-font-family-medium);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    background-color: var(--white-100);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    border-bottom: 2px solid var(--black-15);
}

.accordion-body .subregion-title {
    color: var(--secondary-100);
    text-align: center;
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.accordion-body .subregion-title.collapsed {
    color: var(--black-100);
    text-align: center;
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

ul.accordion-body {
    list-style: none;
}

ul.accordion-body li {
    margin-bottom: 16px;
}

.subregions-content {
    padding: 0 32px 32px 32px;
}

.location-address p {
    color: var(--black-100);
    font-family: var(--sx-font-family-medium);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.location-address {
    margin-bottom: 32px;
}

.location-address p a {
    color: var(--secondary-100);
    font-family: var(--sx-font-family-medium);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.services-icon-mobile {
    display: none;
}

/* Locations mobile menu styles */
.locations-menu-wrapper-mobile {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
}

.mobile-locations .menu-wrapper {
    display: flex;
    position: relative;
}

.mobile-locations .list-wrapper {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--white-100);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.mobile-locations .list-wrapper:first-child.is-visible {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;

}

.mobile-locations .list-wrapper:first-child.is-hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.mobile-locations .list-wrapper:nth-child(2),
.mobile-locations .list-wrapper:nth-child(3) {
    position: relative;
    transform: translateX(100%);
    backface-visibility: hidden;
    transition: transform 0.5s;
    display: none;
}

.mobile-locations .list-wrapper:nth-child(2).is-visible,
.mobile-locations .list-wrapper:nth-child(3).is-visible {
    transform: none;
    display: flex;
}

.mobile-locations .list-wrapper:nth-child(1) > ul > li > .sub-menu,
.mobile-locations .list-wrapper:nth-child(2) .level-3 {
    display: none;
}

.mobile-locations .list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mobile-locations .list-wrapper ul li {
    border-top: 1px solid var(--black-10);
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.mobile-locations .list-wrapper ul li:first-child {
    border-top: none;
}

.mobile-locations .list-wrapper ul.level-1 li a {
    color: var(--black-100);
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    justify-content: space-between;
    display: flex;
}

.mobile-locations .list-wrapper ul.level-2 li {
    background: var(--primary-lighter-100);
}

.mobile-locations .list-wrapper ul.sub-menu.level-2 {
    border-top: 1px solid var(--black-10);
}

.mobile-locations .list-wrapper ul.level-2 li a, .mobile-locations .list-wrapper ul.level-2 li span {
    color: var(--black-100);
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    justify-content: space-between;
    display: flex;

}

.mobile-locations .list-wrapper ul.level-3 li a, .mobile-locations .list-wrapper ul.level-3 li span {
    /*color: var(--white-100);*/
    /*font-family: var(--sx-font-family-semibold);*/
    /*font-size: 14px;*/
    /*font-style: normal;*/
    /*font-weight: 600;*/
    /*line-height: normal;*/
    /*padding: 20px;*/
    /*justify-content: space-between;*/
    /*display: flex;*/
    /*background: #0A4E97;;*/
}

.mobile-locations .list-wrapper ul.level-2 li {
    border-top: 1px solid var(--black-10);
}

.mobile-locations .list-wrapper ul.level-2 li:last-child {
    border-bottom: 1px solid var(--black-10);
}

.mobile-locations .list-wrapper ul.level-3 li {
    border-top: none;
}

.mobile-locations .list-wrapper ul.level-3 li:last-child {
    border-bottom: 1px solid var(--black-10);
}

.mobile-locations .nested:after {
    background-image: url("../images/left-chevron.svg");
    width: 16px;
    height: 17px;
    content: '';
}

.mobile-locations .back-one-level {
    color: var(--black-100);
    font-family: var(--sx-font-family-medium);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px;
    /*margin: 0 20px;*/
    justify-content: flex-start;
    display: flex;
    border: none;
    background: var(--white-100);
    flex-direction: row;
    align-self: stretch;
    /*border-top: 1px solid var(--black-05);*/
}

.mobile-locations .back-one-level.lv3 {
    background: var(--primary-lighter-100);
}

.mobile-locations .back-one-level:before {
    background-image: url("../images/chevron_left.svg");
    width: 16px;
    height: 17px;
    margin-right: 10px;
    content: '';
}

.mobile-locations .back-one-level svg {
    fill: var(--white-100);
    margin-right: 10px;
}

.mobile-locations .location-address {
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid var(--black-10);
}

.mobile-locations ul li:last-child .location-address:last-child {
    border-bottom: none;
}

.mobile-locations .sub-menu.level-3 {
    background: var(--primary-something);
}

.desktop-locations {
    display: flex;
    /*padding: 0;*/
}

.mobile-locations {
    display: none;
}

/* END Mobile Menu*/

/*download PDF items with/out images*/
.download_section {
    /*padding: 64px 0 128px 0;*/
    /*margin: 64px 0;*/
    padding: 64px 0 64px 0;
    margin: 64px 0 0 0;
}

.download-item-card {
    padding: 20px;
    display: flex;
    flex-direction: row;
}

.download-item-card .card-image {
    width: 256px;
    height: 168px;
    overflow: hidden;
    padding: 4px;
    display: inline-flex;
    flex-grow: 0; /* do not grow   - initial value: 0 */
    flex-shrink: 0; /* do not shrink - initial value: 1 */
}

.download-item-card .card-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.download-item-card .card-body {
    margin-left: 20px;
}

a.download-image {
    width: 100%;
    display: flex;
}

.download-item-card .card-body h4, .download-item-card-noimg h4 {
    margin-bottom: 20px;
    color: var(--black-100);
}

.download-item-card-noimg {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.download-item-card-noimg h3 {
    margin-bottom: 20px;
}

.download-item-card-noimg .btn-download-link {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
}

/*** Projects Filters ***/
.projects-filters-section {
    padding: 20px 0;
}

.references_filters {
    display: flex;
    width: auto;
}

.filter-search-container {
    display: inline-flex;
}

.border-btn {
    border: 1px solid var(--primary-100);
    padding: 0 16px;
    height: 48px;
    color: var(--primary-100);
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: none;
}

.border-btn:hover {
    color: var(--primary-darker-100);
    border-color: var(--primary-darker-100);
}

.filer-empty-icon {
    background: url("../images/filter-empty-icon.svg");
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-flex;
    flex-shrink: 0;
}

.offcanvas-header {
    align-self: stretch;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
}

.offcanvas-header .btn-close {
    background: no-repeat url(../images/imagebot_2.svg);
    opacity: 1;
    width: 17px;
    height: 17px;
    padding: 5px 5px 5px 0;
    margin: 10px 10px 10px 0;
    background-position: center;
}

.offcanvas-header .btn-close:focus-visible {
    outline: 4px dashed darkorange;
    box-shadow: none;
}

.offcanvas-title {
    color: var(--rgb-000, #000);
    font-family: var(--sx-font-family-semibold);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 20px;
}

.references_filters .offcanvas {
    background: var(--white-100);
}

.references_filters .offcanvas-body {
    padding: 0;
    width: 100%;
}

.references_filters .offcanvas.offcanvas-end {
    width: 352px;
}

.references_filters .accordion-button {
    color: var(--primary-100);
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 16px 20px;
}

.references_filters .accordion-item {
    color: var(--black-100);
    border-top: 1px solid var(--black-15) !important;
    border-bottom: none;
    padding: 4px;
}

.references_filters .accordion-button {
    border: none;
}


.references_filters input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    width: 32px;
    height: 32px;
    border: 1px solid var(--primary-100);
    background: var(--white-100);
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.references_filters input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--primary-100);
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.references_filters input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.references_filters input[type="checkbox"]:focus {
    outline: max(1px, 0.10em) solid currentColor;
    outline-offset: max(1px, 0.10em);
}

.references_filters label {
    color: var(--primary-100);
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
    display: flex;
    flex-direction: row;
}

ul.regions-list, ul.regions-list ul {
    list-style: none;
}

.references_filters ul {
    list-style: none;
    padding: 0;
}

.references_filters ul li {
    margin-top: 12px;
}

.references_filters ul li li {
    margin-top: 6px;
}


.references_filters ul.sub-list {
    margin-left: 38px;
}

.accordion-button:focus {
    box-shadow: none;
}

.filters-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: max-content;
    align-items: stretch;
}

.taxonomy-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}


.filter-tax-btn {
    width: 90%;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-white-icon {
    background: url(../images/filter-white-icon.svg);
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-flex;
    flex-shrink: 0;
}

.filter-clear-icon {
    background: url(../images/filter-clear-icon.svg);
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-flex;
    flex-shrink: 0;
}

.filter-tags-container {

}

.filter-tags-items {
    display: flex;
    flex-direction: row;
    justify-content: start;
    list-style: none;
    margin: 4px 0 0 0;
    padding: 0;
    flex-wrap: wrap;
}

.filter_tag {
    padding: 10px;
    color: var(--white-100, #FFF);
    font-family: var(--sx-font-family-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
    background: var(--primary-50);
    margin: 16px 16px 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.filter_tag:first-child {
    margin-left: 0;
}

button.delete-tag {
    background: no-repeat url("../images/delete_tag_icon.svg");
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-left: 10px;
    border: none;
}

.clear-filter2 {
    padding-left: 0;
    display: none;
}

.client-logo {
    max-height: 55px;
    flex-shrink: 0;
    flex-grow: 0;
}

.projects-details-map {
    flex-grow: 0;
    max-height: 400px;
}

.projects-details-map #map {
    height: 359px;
}


div.cluster-pin {
    background-image: url("../images/map-cluster-pin.svg");
    width: 48px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

/* BREADCRUMBS CSS */

.breadcrumbs-container-overflow {
    overflow-x: scroll;
}

.breadcrumbs-container {
    display: flex;
}

nav.breadcrumbs {
    display: flex;
}

nav.breadcrumbs ul {
    margin: 0;
    padding: 0;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
    white-space: nowrap;
    list-style: none;
}

nav.breadcrumbs ul.no-elipsis {
    text-overflow: unset;
    overflow-x: scroll;
    /*white-space: pre-wrap;*/
}

nav.breadcrumbs ul li {
    list-style: none;
    display: inline-block;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 2px 2px 2px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav.breadcrumbs ul li span.li-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

nav.breadcrumbs ul li.shortcut-breadcrumb {
    display: none;
}

nav.breadcrumbs ul li.shortcut-breadcrumb.show-shortcut {
    display: inline-block !important;
}

nav.breadcrumbs ul li a {
    color: var(--rgb-000);
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


nav.breadcrumbs ul li a:focus-visible {
    outline: 2px dashed darkorange;
    /*display: block;*/
}

nav.breadcrumbs ul li:first-child {
    padding-left: 0;
    overflow: unset;
    width: 25px;
    height: 25px;
}

nav.breadcrumbs ul li:first-child a {
    margin-left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 8px;
}


nav.breadcrumbs ul li.breadcrumb_last {
    color: #6c757d;
}

span.home_breadcrumb {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/breadcrumb-home.svg) 0px;
    margin: -4px 0;
    padding: 10px 10px;
}

nav.breadcrumbs ul li:not(:first-child)::before {
    color: #6c757d;
    width: 16px;
    height: 16px;
    content: ' ';
    background: no-repeat url(../images/Breadcrumbs.svg) 0 8px;
    display: inline;
    padding: 8px 10px;
}


.mobile_cta {
    display: none;
    visibility: hidden;
}


.center-logo {
    justify-content: center;
    display: flex;
    align-self: center;
}


.branch-inverse {
    position: relative;
}

.branch-inverse:after {
    content: "";
    width: 48px;
    border-top: 2px solid var(--primary-100);
    position: absolute;
    right: -74px;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%);
}


.branch-inverse .h-tree-item {
    border-right: 8px solid var(--primary-100);
    background: var(--white-100);
    padding: 32px 20px;
    margin-bottom: 48px;
    position: relative;
    max-height: 140px;
    min-height: 140px;
}

.branch-inverse .h-tree-item:last-child {
    margin-bottom: 0;
}

.branch-inverse .h-tree-item h4 {
    color: var(--primary-100);
}

.branch-inverse .h-tree-item p {
    overflow: hidden;
    color: var(--primary-100);
    text-overflow: ellipsis;
    font-family: var(--sx-font-family-regular);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.branch-inverse .h-tree-item:after {
    content: " ";
    width: 48px;
    border-top: 2px solid var(--primary-100);
    border-radius: 0 8px 0 0;
    position: absolute;
    right: -51px;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%);
}

.branch-inverse .h-tree-item:first-child:after, .branch-inverse .h-tree-item:last-child:after {
    content: none !important;
}

.branch-inverse .h-tree-item:first-child:before {
    width: 51px;
    height: calc(50% + 48px);
    top: 50%;
    margin-top: 2px;
    border: 2px solid var(--primary-100);
    border-left: none;
    border-bottom: none;
    border-radius: 0 8px 0 0;
    content: " ";
    position: absolute;
    right: -51px;
}

.branch-inverse .h-tree-item:before {
    height: calc(100% + 48px);
    top: 0;
    margin-top: 2px;
    border: 2px solid var(--primary-100);
    border-left: none;
    border-top: none;
    border-bottom: none;
    content: "";
    position: absolute;
    right: -51px;
    width: 51px;
}

.branch-inverse .h-tree-item:last-child:before {
    width: 51px;
    height: 50%;
    top: 0;
    margin-top: 2px;
    border: 2px solid var(--primary-100);
    border-radius: 0 0 8px 0;
    border-left: none;
    border-top: none;
    content: " ";
    position: absolute;
    right: -51px;
}

.branch-inverse {
    position: relative;
}

.branch-inverse:after {
    content: "";
    width: 48px;
    border-top: 2px solid var(--primary-100);
    position: absolute;
    right: -74px;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%);
}

.branch-inverse {
    position: relative;
}

.branch-inverse:after {
    content: "";
    width: 48px;
    border-top: 2px solid var(--primary-100);
    position: absolute;
    right: -74px;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%);
}


.branch-right .h-tree-item {
    border-left: 8px solid var(--primary-100);
    background: var(--white-100);
    padding: 32px 20px;
    margin-bottom: 48px;
    position: relative;
    max-height: 140px;
    min-height: 140px;
}

.branch-right .h-tree-item:last-child {
    margin-bottom: 0;
}

.branch-right .h-tree-item h4 {
    color: var(--primary-100);
}

.branch-right .h-tree-item p {
    overflow: hidden;
    color: var(--primary-100);
    text-overflow: ellipsis;
    font-family: var(--sx-font-family-regular);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.branch-right .h-tree-item:after {
    content: " ";
    width: 48px;
    border-top: 2px solid var(--primary-100);
    border-radius: 0 8px 0 0;
    position: absolute;
    left: -51px;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%);
}

.branch-right .h-tree-item:first-child:after, .branch-right .h-tree-item:last-child:after {
    content: none !important;
}

.branch-right .h-tree-item:first-child:before {
    width: 51px;
    height: calc(50% + 48px);
    top: 50%;
    margin-top: 2px;
    border: 2px solid var(--primary-100);
    border-right: none;
    border-bottom: none;
    border-radius: 8px 0 0 0;
    content: " ";
    position: absolute;
    left: -51px;
}

.branch-right .h-tree-item:before {
    height: calc(100% + 48px);
    top: 0;
    margin-top: 2px;
    border: 2px solid var(--primary-100);
    border-right: none;
    border-top: none;
    border-bottom: none;
    content: "";
    position: absolute;
    left: -51px;
    width: 51px;
}

.branch-right .h-tree-item:last-child:before {
    width: 51px;
    height: 50%;
    top: 0;
    margin-top: 2px;
    border: 2px solid var(--primary-100);
    border-radius: 0 0 0 8px;
    border-right: none;
    border-top: none;
    content: " ";
    position: absolute;
    left: -51px;
}

.branch-right {
    position: relative;
}

.branch-right:after {
    content: "";
    width: 48px;
    border-top: 2px solid var(--primary-100);
    position: absolute;
    left: -74px;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%);
}

ul.logos-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

ul.logos-list li, .logos-list .show-this {
    margin-right: 57px;
    margin-bottom: 16px;
    max-width: 215px;
}

ul.logos-list li a img, .logos-list .show-this a img {
    max-height: 89px;
    width: 100%;
}

ul.logos-list li.is-visible {
    display: flex;
}

ul.logos-list li.not-visible {
    display: none;
}

/*ul.logos-list{*/
/*    display: none;*/
/*}*/


.white-item-sectors {
    background: var(--bs-white);
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; /* don't wrap to next line */
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    /*align-items: center;*/
}

.image-sector {
    width: 64px;
    flex-shrink: 0;
}


.image-sector img {
    width: 100%;
    height: auto;
}

.image-sector img.image-hover {
    display: none;
    visibility: hidden;
}

.desc-sector {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

/* When <p> is empty */
.desc-sector.empty-desc {
    justify-content: center; /* vertically center */
    align-items: flex-start; /* keep left-aligned */
    text-align: left;
}

.white-item-sectors .desc-sector p {
    color: var(--rgb-000);
    font-size: 14px;
    font-family: var(--sx-font-family-light);
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0;
}

.white-item-sectors .desc-sector h4 {
    color: var(--primary-100);
}

.sectors-description-text {
    margin: 0 0 64px 0;
}

.sectors-description-text p {
    color: var(--black-100);
    text-align: center;
    font-family: var(--sx-font-family-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

a.sectors-module-link:hover {
    color: var(--secondary-100) !important;
}

a.sectors-module-link:hover > .white-item-sectors .desc-sector p, a.sectors-module-link:hover > .white-item-sectors .desc-sector h4 {
    color: var(--secondary-100) !important;
}

a.sectors-module-link:hover > .white-item-sectors .image-sector img.image-hover {
    display: flex;
    visibility: visible;
}

a.sectors-module-link:hover > .white-item-sectors .image-sector img.image-initial {
    display: none;
    visibility: hidden;
}

.our-values-container {
    margin-bottom: 0 !important;
    margin-top: 64px;
}

.our-values-container + .testimonials-home {
    margin-top: 0 !important;
}

.project-gallery a:focus-visible {
    outline: 4px dashed darkorange !important;
}

.taxonomy-filters .accordion-button:focus-visible {
    outline: 4px dashed darkorange;
}

.project-gallery a {
    max-height: 300px;
    overflow: hidden;
    padding: 4px;
}

.project-gallery a img {
    width: 100%;
}

/* BEFORE AND AFTER SLIDER */
.container-slider {
    position: relative;
    width: 900px;
    height: 600px;
    border: 2px solid white;
}

.container-slider .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 900px 100%;
}

.container-slider .background-img {
    background-image: url("https://preprod.sixense-group.com/wp-content/uploads/2020/09/image-page-monitoring-insar-atlas2.png");
}

.container-slider .foreground-img {
    background-image: url("https://preprod.sixense-group.com/wp-content/uploads/2020/09/image-page-monitoring-insar-atlas3.png");
    width: 50%;
}

.container-slider .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.3);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-slider .slider:hover {
    background: rgba(242, 242, 242, 0.1);
}

.container-slider .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
}

.container-slider .slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
}

.container-slider .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-slider .slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5d5d5d;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

.container-slider .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5d5d5d;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}

.text-module-whitepaper h2, .text-module-whitepaper {
    margin-bottom: 40px;
}

.text-module-whitepaper p {
    margin-bottom: 20px;
}

.form-whitepaper {
    background-color: var(--primary-lighter-100);
    padding: 32px;
}

.bullets-module-whitepaper ul.bullet-arrow-blue-bg li:last-child {
    margin-bottom: 0;
}

.confirmation-whitepaper {
    padding: 40px 0;
}

.confirmation-whitepaper h3 {
    margin-bottom: 16px;
}

.confirmation-whitepaper p {
    padding-top: 0;
    margin-top: 0;
}

#contact-msg a.btn-load-more {
    margin-top: 0 !important;
}

.whitepaper-box {
    display: inline-flex;
    /*max-height: 331px;*/
    flex-grow: 0;
    width: 100%;

}

.whitepaper-box-content {
    display: flex;
    padding: 32px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: var(--white-100);
    width: 100%;

}

.whitepaper-box-content h4 {

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.whitepaper-box-content p {
    overflow: hidden;
    color: var(--black-100);
    text-overflow: ellipsis;
    font-family: var(--sx-font-family-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.whitepaper-box-content a.btn-load-more {
    margin-top: 16px;
}

.whitepaper-box-image {
    width: 234px;
    /*height: 331px;*/
    flex-shrink: 0;
    position: relative;
}

.whitepaper-box-image:after {
    background-image: url(../images/Polygon2.svg);
    background-size: cover;
    content: '';
    width: 22px;
    height: 34px;
    position: absolute;
    right: 0;
    top: calc(50% - 17px);
}


.whitepaper_form label {
    color: var(--black-100, #000);
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 8px;
}

.whitepaper_form input[type="text"], .whitepaper_form input[type="email"], .whitepaper_form input[type="tel"], .wpcf7 whitepaper_form, .wpcf7 whitepaper_form {
    color: #000;
    border: 1px solid var(--primary-100);
    background: var(--white-100);
    padding: 14px 10px;
    font-size: 20px;
    width: 100%;
}

.whitepaper_form .label-text {
    color: var(--primary-100);
    font-family: var(--sx-font-family-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: unset;
}

.whitepaper_form input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    width: 32px;
    height: 32px;
    border: 1px solid var(--primary-100);
    background: var(--white-100);
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.whitepaper_form input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

.whitepaper_form input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.whitepaper_form input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--primary-100);
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.whitepaper_form .btn-load-more {
    margin-top: 25px !important;
}

.whitepaper_form input.error {
    border: 1px solid var(--secondary-100);
    opacity: 0.85;
    background: var(--white-100);
}

.whitepaper_form label.error {
    color: #dc3232;
    font-size: 18px;
    font-weight: normal;
    display: block;
    font-family: var(--sx-font-family-regular);
}

.whitepaper-box-image-small {
    display: none;
}

.newsletter-loading svg {
    margin: 20px;
    width: 100px;
    height: 100px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.loading p {
    color: var(--rgb-000);
    text-align: center;
    font-family: var(--sx-font-family-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ba-slider {
    position: relative;
    /*overflow: hidden;*/
}

.ba-slider img {
    width: 100%;
    display: block;
}

.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.handle { /* Thin line seperator */
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    margin-left: -2px;
    background: #FFFFFF;
    cursor: ew-resize;
    display: flex;
    justify-content: center;
    align-items: center;
}

.handle:after { /* Big orange knob  */
    /*content: "";*/
    /*padding: 3px;*/
    /*display: inline-block;*/
    /*border: solid #5d5d5d;*/
    /*border-width: 0 2px 2px 0;*/
    /*transform: rotate(135deg);*/

}

.handle .slider-button {
    /*pointer-events: none;*/
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.handle .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5d5d5d;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}

.handle .slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5d5d5d;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

/*.draggable:after {*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    margin: -24px 0 0 -24px;*/
/*    line-height:48px;*/
/*    font-size:30px;*/
/*}*/

.ba-slider input.slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.3);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.anchors-menu {
    overflow-y: hidden;
    overflow-x: auto;
}

.anchors-menu.sticky-anchors {
    position: fixed;
    width: 100%;
    top: 70px;
    z-index: 999;
}

.anchors-section {
    scroll-margin-top: 100px;
}

.whitepaper-banner-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 64px; /* controls how much content sticks out top/bottom */
}

.whitepaper-banner-background {
    background-image: url("../images/whitepaper-banner-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.whitepaper-banner-overlay {
    position: absolute;
    inset: 0;
    background-color: var(--primary-100); /* blue with 0.8 opacity */
    opacity: 0.8;
}

.whitepaper-banner-elements {
    display: flex;
    flex-direction: row;
    /*height: 256px;*/
    justify-content: space-between;

    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 32px 24px;
}

.whitepaper-banner-image {
    /*max-height: 100%;*/
    /*max-height: 200px;*/
}

.whitepaper-banner-image img {
    width: 181px;
    height: 256px;
}

.whitepaper-banner-title {
    color: var(--sx-white);
    font-family: var(--sx-font-family-bold);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0;
    margin-bottom: 2px;
}

.whitepaper-banner-desc {
    color: var(--sx-white);
    font-family: var(--sx-font-family-regular);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.whitepaper-banner-content {
    align-self: center;
    padding: 0 64px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    text-align: left;
}

.whitepaper-banner-button {
    align-self: center;
    min-width: 261px;
}

.newsletter-wrapper {
    display: flex;
    flex-direction: column;
    padding: 128px 0 104px 0;
    justify-content: center;
}

.newsletter-text {
    text-align: center;
}

.mj-form {
    display: flex;
    gap: 10px; /* space between email and button */
    align-items: center;
    flex-direction: column;
}

.mj-form input[type="email"] {
    width: 344px;
    border-top: 1px solid var(--primary-100);
    border-bottom: 1px solid var(--primary-100);
    border-left: 1px solid var(--primary-100);
    opacity: 0.85;
    background: var(--white-100);
    display: flex;
    height: 48px;
    padding: 0 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    color: var(--black-75, var(--black-75, rgba(0, 0, 0, 0.75)));
    font-family: var(--sx-font-family-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mj-form input[type="submit"] {
    border: 1px solid var(--primary-100);
    display: flex;
    height: 48px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--primary-100);
    font-family: var(--sx-font-family-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: unset;
}

.mj-form input[type="submit"]:hover {
    background-color: unset;
}

.mj-form p {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.mj-form .wpcf7-not-valid-tip {
    display: none;
}

.newsletter-subscribe-form .wpcf7-response-output {
    border: none !important;
    text-align: center;
    margin-top: 0 !important;
}

.mj-form .wpcf7-spinner {
    display: none;
}

.mj-form .spinner .wpcf7-spinner {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.mj-form .spinner {
    flex: 100%;
    display: flex;
}

.user-card {
    padding: 20px;
    margin-bottom: 20px;
}

.profile-img-container {
    margin-right: 16px;
}

.profile-img {
    width: 192px;
    height: 192px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--white-100);
}

.profile-text-container .social-icons a {
    color: var(--primary-100);
    background: var(--white-100);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.contact-info span {
    color: var(--secondary-100);
}

.profile-text-container h4 {
    color: var(--black-100);
}

.profile-text-container .position {
    color: var(--black-100);
    font-family: var(--sx-font-family-regular);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.profile-text-container .c-details {
    color: var(--black-100);
    font-family: var(--sx-font-family-regular);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.profile-text-container .c-details a {
    color: var(--secondary-100);
}

a.btn-book-menu {
    background: var(--white-100);
    display: flex;
    height: 48px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    color: var(--primary-100);
    font-family: var(--sx-font-family-medium);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

a.btn-book-menu:hover {
    background: var(--color-neutrals-5);
}

a.btn-cta-mobile {
    background: #E20F1D;
    height: 48px;
    padding: 15px 16px;
    color: #FFF;
    border-radius: 0;
    font-size: 15px;
    font-style: normal;
    font-family: var(--sx-font-family-medium);
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}


.book-iframe-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.book-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.project-item {
    min-height: 300px;
}

.project-item .white-content h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-item .white-content .location-proj {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-item .white-content .service-proj {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-item .white-content .solution-proj {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mapdiv {
    width: 100%;
    height: 835px; /* Set desired height */
}

.contact-map {
    background-color: var(--color-neutrals-5);
    padding: 0;
    margin: 0;
}

.contact-map .map-content {
    display: flex;
    justify-content: center;
    flex-direction: column;

    overflow: hidden;
    color: var(--black-100);
    text-overflow: ellipsis;
    font-family: var(--sx-font-family-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.map-popup {
    padding: 20px;
}

.map-popup .profile-img {
    width: 128px;
    height: 128px;
}

.map-popup h2 {
    margin-bottom: 32px;
}

.map-popup .user-card {
    margin: 0;
    padding: 0;
}

.map-popup .position {
    margin-top: 16px;
    margin-bottom: 8px;
}

.map-popup-buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#map-content-offcanvas {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.embeded-video-container {
    padding: 32px 0;
}

.geoip-banner-container {
    width: 640px;
    height: 100%;
    padding: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 48px;
    /*display: inline-flex;*/
    background-color: var(--sx-white);

    position: fixed;
    z-index: 99999;
    /*left: 16px;*/
    /*right: 16px;*/
    /*bottom: 16px;*/
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, .25);*/
}

.sixb-banner a {
    color: inherit;
    text-decoration: underline
}

.sixb-actions {
    margin-left: auto;
    display: flex;
    gap: 8px
}

.sixb-btn {
    background: #fff;
    color: #111;
    border: 0;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer;
    font-weight: 600
}

.sixb-btn.secondary {
    background: transparent;
    color: #fff;
    border: 1px solid #444
}

.sixb-flag {
    font-size: 13px;
    opacity: .8;
    margin-right: 6px
}

.sixb-close {
    margin-left: 4px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}


/* Overlay centers the banner */
:root {
    --banner-max-w: 560px;
    --space-1: .5rem;
    --space-2: .75rem;
    --space-3: 1rem;
    --space-4: 1.25rem;
    --radius: 16px;
    --shadow: 0 8px 28px rgba(0,0,0,.12);
    --border: 1px solid rgba(0,0,0,.08);
    --text: #111;
    --muted: #555;
    --bg: #fff;
    /*--overlay: rgba(0,0,0,.45);*/

    --btn-bg: #111;
    --btn-text: #fff;
    --btn-bg-hover: #000;
    --btn-ghost-text: #111;
    --btn-ghost-bg: transparent;
    --btn-ghost-border: rgba(0,0,0,.15);
}



.banner-overlay {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    background: var(--black-50);
    padding: 40px;
    z-index: 9999;
}

/* The white card/banner */
.banner {
    position: relative;
    width: min(100%, 680px);
    background: var(--white-100);
    color: var(--black-100);
    /*border: var(--border);*/
    /*border-radius: var(--radius);*/
    /*box-shadow: var(--shadow);*/
    padding: 40px;
    display: grid;
    animation: pop-in .16s ease-out both;
}

/* Close button in top-right */
.banner-close {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    /*background-color: var(--secondary-100);*/
    background: var(--secondary-100) url("../images/closeX.svg") center no-repeat;
    width: 48px;
    height: 48px;
    color: var(--white-100);
    cursor: pointer;
    padding: 16px;
    /*border-radius: 8px;*/
}
.banner-close:hover {
    background: var(--secondary-darker-100) url("../images/closeX.svg") center no-repeat;
    color: var(--white-100) !important;
}

/* Title & text */
.banner-title {
    margin: 20px 0 48px 0;            /* leave room near the X */
    text-align: center;
}
.banner-text {
    margin: 0;
    text-align: center;
    font-family:var(--sx-font-family-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#country-name, #country-name2{
    display: inline-block;
}

#country-code{
    margin: 0;
    padding: 0;
}

/* Actions pinned at bottom (by markup order) */
.banner-actions {
    display: flex;
    gap: var(--space-2);
    flex-wrap: wrap;
    justify-content: center;
    /*margin-top: .25rem;*/
}

/* Animation */
@keyframes pop-in {
    from { transform: translateY(6px) scale(.98); opacity: 0; }
    to   { transform: translateY(0) scale(1); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
    .banner { animation: none; }
}