header.enh1 {
    position: relative;
    z-index: 5;
    --top-bar-height-available: var(--top-bar-height);
    box-shadow:none;
    box-sizing: border-box;
    background: rgb(0,0,0,0.01);
}

header.enh1 > div.enh1-top-bar-bg {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--top-bar-height);
    background: var(--top-bar-background);
}

header.enh1 div.enh1-marquee {
    grid-row: 1;
    grid-column: 1;
    display: flex;
    background: var(--marquee-background);
    position: relative;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    width: calc(100% - 90px);
    z-index: 5;
}

header.enh1 div.enh1-marquee p {
    font-size: var(--marquee-font-size);
    color: var(--marquee-color);
    font-family: var(--marquee-font-family);
}
.en-marquee-module .en-marquee-popup-wrapper {
    max-width: unset !important;
    width: 100%;
}

.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
    box-sizing: border-box;
    width: 100%;
    white-space: initial !important;
    /* border: 0 !important; */
    background: #0d285e;
}
.en-marquee-module.popup-top .en-marquee-popup-wrapper .en-marquee-popup-icon {
    border-top-color: #0d285e !important;
    border-bottom-color: transparent !important;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
    border-bottom-color: #0d285e !important;
}

.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup .en-marquee-tooltip-buttons {
    justify-content: center !important;
}

.en-marquee-module .en-marquee-tooltip-buttons button {
    margin: 0px !important;
    padding:7px 20px 7px 20px !important;
    color: #000;
    background: #f2f2f2 !important;
    font-family:"Sofia Sans", sans-serif !important;
    font-size: clamp(16px, 1.35vw, 18px) !important;
    font-weight: 400 !important; 
}

.en-marquee-module .en-marquee-tooltip-buttons button[aria-pressed="true"] {
    background-color:#000 !important;
    color: #fff !important;
}

.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
    font-family:"Sofia Sans", sans-serif !important;
    font-size: clamp(15px, 1.35vw, 18px) !important;
    font-weight: 600 !important;
    line-height: clamp(20px, 1.67vw, 24px);
    letter-spacing: 0px !important;
    text-align: center;
    color: #fff !important;
}

header.enh1 > div.enh1-center-bar-bg {
    box-sizing: border-box;
    position: absolute;
    top: var(--top-bar-height);
    left: 0;
    width: 100%;
    height: calc(var(--height) - var(--top-bar-height) - var(--bottom-bar-height));
    background: var(--center-bar-background);
}

header.enh1 > div.enh1-bottom-bar-bg {
    box-sizing: border-box;
    position: absolute;
    top: calc(var(--height) - var(--bottom-bar-height));
    left: 0;
    width: 100%;
    height: var(--bottom-bar-height);
    background: var(--bottom-bar-background);
}

header.enh1 > div.en-mobile-header {
    display: none;
}

header.enh1 > nav.en-nav {
    width: min(100%, var(--en-website-width));
    margin: 0 auto;
    font-synthesis: none;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: var(--top-bar-height) 1fr var(--bottom-bar-height);
    height: var(--height);
    column-gap: var(--column-gap);
}

header.enh1 div.enh1-top-bar {
    grid-row: 1;
    grid-column: 1 / 5;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr auto auto;
    height: var(--top-bar-height-available);
    align-self: start;
}

header.enh1 div.enh1-marquee {
    grid-row: 1;
    grid-column: 1;
    display: flex;
    background: var(--marquee-background);
    position: relative;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    width: calc(100% - 40px);
    max-height: 42px;
    z-index: 12;
    min-height: 42px;
}

header.enh1 div.enh1-marquee p {
    font-size: var(--marquee-font-size);
    color: var(--marquee-color);
    font-family: var(--marquee-font-family);
    margin-top: -2px;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.en-marquee-module .en-marquee-popup-wrapper {
    max-width: unset !important;
    width: 100%;
}

/* new search */
.en-header-popup-wrapper {
    height: 38px !important;
    max-width: 500px !important;
  }
  .en-header-popup-body {
    padding-top: 0 !important;
  }
  .en-popup-close-img {
    width: 25px !important;
    height: 25px !important;
  }
  .en-public-header-popup-close {
    right: -14px !important;
    background: transparent !important;
    top: -15px !important;
  }
  
  
/* Translate */
#googleTranslate {
    width: 100% !important;
    height: 42px !important;
    margin: 0px 0 0 0;
}
#en-public-header-translate select{
    padding:0px 0px 0px 0px !important;
    z-index: 4;
}

.translate-button.focused {
    outline: 2px solid #008445;
}

div.enh1-search-translate #en-public-header-translate {
    position: relative;
    margin: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 114px;
    min-height: 42px;
    background-color: #153f92;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Sofia Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.63px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 7px 5px 10px;
}
#en-public-header-translate > img {
    margin: 0;
    width: 11px;
    height: 7px;
    position: relative;
    left: 0;
    top: 1.5px;
}
  
/* Search */
#search-field {
    width: 100%;
    border: 1px solid #000;
    height: 35px;
    font-size: 16px;
    padding: 5px 7px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    min-height: 35px;
}
  
/* Popup */
.popup-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
    z-index: 99999;
}
.popup-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-content {
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    z-index: 20;
    max-width: 500px;
    margin: 300px auto;
}
.popup-body {
    position: relative;
    padding: 20px;
    font-family:"area-normal",sans-serif;
}
#popup-close {
    position: absolute;
    right: -10px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    width: 20px;
    border-radius: 50%;
    overflow: hidden;
    top: -8px;
    min-height: 20px;
    text-align: center;
    line-height: 20px;
    border: 2px solid #bdbdbd;
    font-size: 11px;
}

header.enh1 div.enh1-search-translate {
    grid-row: 1;
    grid-column: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0px 0 0px;
    column-gap: 30px;
    font-family: var(--search-translate-font-family);
    font-size: var(--search-translate-font-size);
    color: var(--search-translate-color);
    margin: 0 0 0 20px;
    position: relative;
    z-index: 11;
    max-height: 42px;
}
header.enh1 div.enh1-search-translate div.enh1-search{

}
header.enh1 div.enh1-search-translate img {
    width: 16px;
}

header.enh1 div.enh1-search-translate div.enh1-search {
    display: flex;
    align-items: center;
    column-gap: 0;
    margin: -2px 0px 0 0px;
    position: relative;
    z-index: 1;
}
header.enh1 div.enh1-search-translate div.enh1-search::after{
    content: '';
    position: absolute;
    top: -4px;
    left: -31px;
    width: 1px;
    height: 28px;
    background-color: rgba(190, 190, 190, 0.5);
}

header.enh1 div.enh1-search-translate div.enh1-search:hover {
    cursor: pointer;
}

header.enh1 div.enh1-search-translate #en-public-header-translate img {
    margin-right: 0px;
}

header.enh1 div.enh1-search-translate #en-public-header-translate::before {
    content: 'Translate';
    font-family: "Sofia Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #0875a0;
    padding: 0 7px 0 0px;
    top: 0px;
    position: relative;
    text-transform: capitalize;
    display: none;
}

header.enh1 div.enh1-social {
    grid-row: 1;
    grid-column: 2;
    display: flex;
    align-items: center;
    padding-right: 1px;
    margin-top: 0;
    max-height: 42px;
}
#enh-social-links{
    display: flex;
    align-items: center;
    column-gap: min(1.7vw, 27px);
    height: 100%;
}

header.enh1 div.enh1-social #enh-social-links a {
    display: flex;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 0;
    position: relative;
    right: 0px;
    align-items: center;
}
header.enh1 div.enh1-social #enh-social-links a:nth-child(1) img{
    height: 17px;
}
header.enh1 div.enh1-social #enh-social-links a:nth-child(2) img{
    height: 16px;
}
header.enh1 div.enh1-social #enh-social-links a:nth-child(3) img{
    height: 16px;
}
header.enh1 div.enh1-social #enh-social-links a:nth-child(4) img{
    height: 14px;
}
header.enh1 div.enh1-social a::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 0;
    width: 0;
    height: 3px;
    background-color: #153f92;
    transition: all 0.5s ease-in-out;
}
header.enh1 div.enh1-social  a:nth-child(1){
    top: -0.5px;
}
header.enh1 div.enh1-social  a:nth-child(1)::before{
    bottom: -0.5px;
}
header.enh1 div.enh1-social #enh-social-links a:hover img, header.enh1 div.enh1-social #enh-social-links a:focus img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(97%) saturate(2465%) hue-rotate(216deg) brightness(92%) contrast(89%);
}
header.enh1 div.enh1-social  #enh-social-links a:hover::before, header.enh1 div.enh1-social #enh-social-links a:focus::before {
    width: 100%;
    left: 0px;
    transition: all 0.5s ease-in-out;
}

#header-links{
   display: flex;
   justify-content: center;
   gap: 25px;
   margin: 0 44px 0 71px;
   position: relative;
}
#header-links::after{
    content: '';
    position: absolute;
    top: -3px;
    left: -36px;
    width: 1px;
    height: 28px;
    background-color: rgba(190, 190, 190, 0.5);
}
#header-links a img{
    width: auto;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
#header-links a:hover img, #header-links a:focus img{
    transform: scale(0.80);
    transition: all 0.3s ease-in-out;
}


.en-header-popup-wrapper {
    height: 45px !important;
    margin: auto !important;
}
.en-header-popup-body {
    padding-top: 0 !important;
}
.en-header-popup-wrapper form input[type*="text"] {
    font-family:"Sofia Sans", sans-serif !important;
    font-size: 16px !important;
    padding: 10px 10px !important;
    height: 45px !important;
    font-weight: 800;
    color: #000000;
}

header.enh1 div.enh1-social > a > img {
    width: auto;
    height: auto;
}

header.enh1 div.enh1-logo-cont {
    grid-row: 2;
    grid-column: 1;
    align-self: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left:0;
    width: var(--logo-width);
}

header.enh1 div.enh1-logo-cont a {
    display: flex;
    margin-top: 26px;
    position: relative;
    z-index: 10;
    left: 0px;
    top: 0;
}

header.enh1 div.enh1-logo-cont img {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
    flex-grow: 0;
}

header.enh1 div.enh1-middle {
    grid-row: 2;
    grid-column: 2;
    display: flex;
    background: transparent;
    align-items: center;
    overflow: hidden;
}

header.enh1 div.enh1-website-name-motto {
    display: flex;
    flex-direction: column;
    font-family: var(--website-name-font-family);
    font-size: var(--website-name-font-size);
    line-height: var(--website-name-line-height);
    font-weight: var(--website-name-font-weight);
    color: var(--website-name-color);
    text-transform: uppercase;
    margin-left:0px;
    margin-top:0px;
    letter-spacing: 0.8px;
}
header.enh1 div.enh1-website-name-motto span{
    display: block;
    font-family:"area-normal",sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.09px;
    text-align: left;
    color: #000;
    position: relative;
    top: -1px;
    left: 0px;
}

header.enh1 div.enh1-website-name-motto > div.enh1-website-name br {
    display: var(--website-name-line-break-display);
}

header.enh1 div.enh1-website-motto {
    color: var(--website-motto-color);
    font-family: var(--website-motto-font-family);
    font-size: var(--website-motto-font-size);
    padding: 0.5em 0;
    text-align: right;
    text-shadow: none;
}


nav.en-nav ul li span.nav_icon {
    display: none;
    color: #000;
}
nav.en-nav > ul > li ul li span {
    color: #fff !important;
}

.en-mobile-header .enh1-website-name a{
    color: #000;
}


nav.en-nav > ul > li > ul > li ul{
    top: 0 !important;
}

@media only screen and (min-width: 769px) {

    header.enh1 > nav.en-nav {
        z-index: unset;
    }

    nav.en-nav ul li {
        padding: 0 0 0px 0;
    }
    nav.en-nav ul li ul li{
        padding: 0;
    }
    header.enh1 > nav.en-nav > ul > li > a {
        display: flex;
        align-items:center;
        height: 100%;
        padding: min(1.1vw, 19px) min(1.2vw, 18px) 0px min(1.2vw, 18px);
        font-family: var(--topnav-font-family);
        font-size: var(--topnav-font-size);
        color: var(--topnav-color);
        font-stretch: condensed;
        background: transparent;
        font-weight: 600;
        letter-spacing: 1.1px;
        text-transform: capitalize;
    }
    header.enh1.enh1topnav-5-2 nav.en-nav > ul > li::after{
        content: '';
        position: absolute;
        left: 50%;
        right: 0;
        bottom: 0;
        width: 0%;
        height: 3px;
        background-color: #1b54c4;
        z-index: 8;
        transition: all .5s ease-in-out;
    }
    header.enh1.enh1topnav-5-2 nav.en-nav > ul > li:hover::after, header.enh1.enh1topnav-5-2 nav.en-nav > ul > li:focus:after{
        left: 0;
        width: 100%;
        transition: all .5s ease-in-out;
    }
    header.enh1 > nav.en-nav > ul > li > a:hover {
        color: var(--topnav-hover-color);
        background: var(--topnav-hover-background);
    }
    header.enh1 > nav.en-nav > ul > li ul a {
        font-family: var(--menu-font-family);
        font-size: var(--menu-font-size);
        font-weight: 400;
        letter-spacing: 0.9px;
        color: var(--menu-color);
        background: var(--menu-background);
        padding: min(0.9090vw, 10px) clamp(10px, calc(60px - 20%), 15px) min(0.9090vw, 10px) min(1.9090vw, 21px);
        min-width: 248px;
        max-width: 248px;
        font-stretch: condensed;
        transition: all .5s ease-in-out;
    }
    #nav_items_0 > li > ul > li > a:hover, #nav_items_0 > li > ul > li:hover > a, #nav_items_0 > li > ul > li.over > a, #nav_items_0 > li > ul > li:hover > ul > a:hover, #nav_items_0 > li > ul > li.over > ul > a:hover, #nav_items_0 > li > ul > li > ul > li:hover > a, #nav_items_0 > li > ul > li > ul > li.over > a, #nav_items_0 > li > ul > li > ul > li:hover > ul > a:hover, #nav_items_0 > li > ul > li > ul > li.over > ul > a:hover, #nav_items_0 > li > ul > li > ul > li > ul > li:hover > a, #nav_items_0 > li > ul > li > ul > li > ul > li.over > a, #nav_items_0 > li > ul > li > ul > li > ul > li:hover > ul > a:hover, #nav_items_0 > li > ul > li > ul > li > ul > li.over > ul > a:hover, #nav_items_0 > li > ul > li > a:focus, #nav_items_0 > li > ul > li:focus > a, #nav_items_0 > li > ul > li:focus > ul > a:focus, #nav_items_0 > li > ul > li.over > ul > a:focus, #nav_items_0 > li > ul > li > ul > li:focus > a, #nav_items_0 > li > ul > li > ul > li:focus > ul > a:focus, #nav_items_0 > li > ul > li > ul > li.over > ul > a:focus, #nav_items_0 > li > ul > li > ul > li > ul > li:focus > a, #nav_items_0 > li > ul > li > ul > li > ul > li:focus > ul > a:focus, #nav_items_0 > li > ul > li > ul > li > ul > li.over > ul > a:focus {
        color: var(--menu-hover-color);
        box-shadow: var(--menu-hover-background);
        transition: all .5s ease-in-out;
    }
    header.enh1 > nav.en-nav > ul > li ul li.en-has-submenu > a:after {
        content: '\2794';
        display: inline-block;
        margin-left: min(1.0909vw, 12px);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1220px){
    header.enh1 {
        padding: 0 15px;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    /* OPEN THE THIRD LEVEL SUBMENU ON THE LEFT INSTEAD OF ON THE RIGHT SINCE SPACE IS TIGHT. IT'S RECOMMENDED. */
    nav.en-nav > ul > li > ul > li > ul > li > ul {
        left: initial;
        right: 100%;
    }
}
@media only screen and (min-width: 769px) and (max-width:1260px){
    header.enh1.enh1-1-5 div.enh1-middle {
        grid-row: 2 / 3 !important;
        grid-column: 2 / 6 !important;
    }
    header.enh1 div.enh1-logo-cont a {
        margin-top:0px;
    }
    header.enh1.enh1-1-5 div.enh1-top-bar {
       /* grid-column:1 / 6 !important;*/
        height: 100%;
    }
    header.enh1 div.enh1-marquee{
        max-height: 34px;
    }
    .en-marquee-module .en-marquee-module-content {
        top: 54%;
    }
    header.enh1.enh1tbar-4-2 div.enh1-top-bar {
        --top-bar-height-available: calc(var(--top-bar-height) - 20px) !important;
    }
    header.enh1 div.enh1-social {
        margin-top: 0px;
    }
    header.enh1 div.enh1-marquee p {
        margin-top: -2px;
    }
    header.enh1.enh1-1-5 div.enh1-top-bar {
        grid-area: 1 / 1 / 2 / 6 !important;
    }
    header.enh1 div.enh1-search-translate {
        column-gap: 20px;
    }
    header.enh1 div.enh1-search-translate{
        margin: 0 0 0 5px;
    }
    header.enh1 div.enh1-search-translate div.enh1-search::after {
        left: -18px;
    }
    #header-links {
        gap: 20px;
        margin: 0 32px 0 45px;
    }
    #header-links::after {
        left: -24px;
    }
}

/* OPTIONS THAT EFFECT ALL SCREEN SIZES */

header.enh1.enh1mid-3-2 div.enh1-website-motto {
    text-align: center;
}

header.enh1.enh1mid-3-3 div.enh1-website-motto {
    text-align: left;
}

header.enh1.enh1mid-3-4 div.enh1-website-name-motto {
    flex-direction: column-reverse;
}

header.enh1.enh1mid-3-7 div.enh1-website-motto {
    display: none;
}

header.enh1.enh1mid-4-2 div.enh1-website-name-motto {
    text-shadow: 2px 2px 2px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-3 div.enh1-website-name-motto {
    text-shadow: 3px 3px 3px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-4 div.enh1-website-name-motto {
    text-shadow: 4px 4px 3px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-5 div.enh1-website-name-motto {
    text-shadow: 0px 0px 8px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-6 div.enh1-website-name-motto {
    text-shadow: 0px 0px 12px var(--website-name-shadow-color);
}

header.enh1.enh1mid-4-7 div.enh1-website-name-motto {
    text-shadow: 0px 0px 16px var(--website-name-shadow-color);
}

header.enh1.enh1logo-2-2 div.enh1-logo-cont img {
    max-width: calc(100% - 0px);
    max-height: calc(100% - 0px);
    border: 0px solid var(--logo-border-color);
}

header.enh1.enh1logo-2-3 div.enh1-logo-cont img {
    max-width: calc(100% - 4px);
    max-height: calc(100% - 4px);
    border: 2px solid var(--logo-border-color);
}

header.enh1.enh1logo-3-2 div.enh1-logo-cont img {
    border-radius: none;
}

header.enh1.enh1logo-4-2 div.enh1-logo-cont img {
    box-shadow: 0 0 10px var(--logo-shadow-color);
}

header.enh1.enh1logo-4-3 div.enh1-logo-cont img {
    box-shadow: none;
}

header.enh1.enh1logo-4-4 div.enh1-logo-cont img {
    box-shadow: 0px 10px 6px -6px var(--logo-shadow-color);
}

header.enh1.enh1logo-4-5 div.enh1-logo-cont img {
    box-shadow: 0px -10px 6px -6px var(--logo-shadow-color);
}


@media only screen and (max-width: 1260px){
    header.enh1.enh1-1-5 div.enh1-middle {
        margin:0 0 0 0px !important;
    }
    header.enh1 > nav.en-nav > ul > li ul a {
        min-width: clamp(170px, 17.46vw, 240px) !important;
        max-width:clamp(170px, 17.46vw, 240px) !important;
    }
}
@media only screen and (max-width: 890px){
    header.enh1 div.enh1-marquee {
        margin-left: 0;
        width: calc(100% - 30px);
    }
}

/* OPTIONS THAT EFFECT ONLY LARGE AND MEDIUM SCREEN SIZES */
@media only screen and (min-width: 769px) {
    .enh1-website-name a, .enh1-website-name a span{
        color: #fff;
    }
    .nav_icon{
        color: #fff;
    }
    header.enh1.enh1logo-1-2 div.enh1-logo-cont {
        align-self: end;
    }
    header.enh1.enh1logo-1-3 div.enh1-logo-cont {
        align-self: start;
    }
    header.enh1.enh1logo-5-2 div.enh1-logo-cont {
        background: var(--center-bar-background);
    }
    header.enh1.enh1-1-2 .enh1-top-bar,
    header.enh1.enh1-1-4 .enh1-top-bar {
        grid-column: 2;
    }
    header.enh1.enh1-1-2 div.enh1-logo-cont {
        grid-row: 1 / 3;
    }
    header.enh1.enh1-1-3 div.enh1-logo-cont {
        grid-row: 2 / 4;
    }
    header.enh1.enh1-1-3 > nav.en-nav > ul,
    header.enh1.enh1-1-4 > nav.en-nav > ul {
        grid-column: 2;
    }
    header.enh1.enh1-1-4 div.enh1-logo-cont {
        grid-row: 1 / 4;
    }
    header.enh1.enh1-1-5 > nav.en-nav,
    header.enh1.enh1-1-6 > nav.en-nav {
        grid-template-columns: auto auto 1fr;
    }
    header.enh1.enh1-1-5 > nav.en-nav > ul,
    header.enh1.enh1-1-6 > nav.en-nav > ul {
        grid-column: 1/5;
        grid-row: 2;
        min-height: min(7vw, 93px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    header.enh1.enh1-1-5 div.enh1-top-bar {
        height: 42px;
        grid-area: 1 / 1 / 2 / 5;
    }
    header.enh1.enh1-1-5 div.enh1-logo-cont {
        grid-area: 1 / 1 / 4 / 2;
    }
    header.enh1.enh1-1-5 div.enh1-middle {
        grid-row: 2 / 4;
        grid-column: 2;
        position: relative;
        margin:-10px 0 0 9px;
        width: 100%;
        min-width: 350px;
    }
    header.enh1.enh1-1-6 div.enh1-top-bar {
        grid-column: 1 / 4;
    }
    header.enh1.enh1-1-6 div.enh1-logo-cont {
        grid-row: 2 / 4;
    }
    header.enh1.enh1-1-6 div.enh1-middle {
        grid-row: 2 / 4;
        grid-column: 2;
    }
    header.enh1.enh1-1-7 > nav.en-nav,
    header.enh1.enh1-1-8 > nav.en-nav {
        grid-template-columns: auto 1fr;
    }
    header.enh1.enh1-1-7 > nav.en-nav > ul,
    header.enh1.enh1-1-8 > nav.en-nav > ul {
        grid-column: 2;
    }
    header.enh1.enh1-1-7 div.enh1-top-bar {
        grid-column: 2;
    }
    header.enh1.enh1-1-7 div.enh1-logo-cont {
        grid-row: 1 / 4;
    }
    header.enh1.enh1-1-7 div.enh1-middle,
    header.enh1.enh1-1-8 div.enh1-middle {
        flex-direction: row-reverse;
    }
    header.enh1.enh1-1-7 div.enh1-website-name,
    header.enh1.enh1-1-8 div.enh1-website-name-motto {
        display: none;
    }
    header.enh1.enh1-1-8 div.enh1-top-bar {
        grid-column: 1 / 3;
    }
    header.enh1.enh1-1-8 div.enh1-logo-cont {
        grid-row: 2 / 4;
    }
    header.enh1.enh1-1-9 > nav.en-nav {
        grid-template-columns: auto 1fr;
    }
    header.enh1.enh1-1-9 > nav.en-nav > ul {
        grid-column: 2;
        margin-left: 30px;
    }
    header.enh1.enh1-1-9 div.enh1-top-bar {
        grid-column: 1 / 3;
    }

    header.enh1.enh1-1-9 div.enh1-logo-cont,
    header.enh1.enh1-1-10 div.enh1-logo-cont {
        display: none;
    }
    header.enh1.enh1-1-9 div.enh1-middle {
        grid-row: 2 / 4;
        grid-column: 1;
        align-self: end;
        padding-left: clamp(0px, calc(1110px - 100vw), 10px);
    }
    header.enh1.enh1-1-10 > nav.en-nav {
        grid-template-columns: 1fr;
    }
    header.enh1.enh1-1-10 > nav.en-nav > ul {
        grid-column: 1;
    }
    header.enh1.enh1-1-10 div.enh1-top-bar {
        grid-column: 1;
    }
    header.enh1.enh1-1-10 div.enh1-middle {
        grid-column: 1;
        justify-content: center;
    }
    header.enh1.enh1tbar-1-2 div.enh1-social {
        grid-column: 2;
        padding: 0 18px;
    }
    header.enh1.enh1tbar-1-2 div.enh1-search-translate {
        grid-column: 3;
        padding: 0 clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px) 0 0;
    }
    header.enh1.enh1tbar-1-3 div.enh1-top-bar {
        grid-template-columns: auto 1fr auto;
    }
    header.enh1.enh1tbar-1-3 div.enh1-social {
        grid-column: 1;
        padding: 0 18px 0 clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px);
    }
    header.enh1.enh1tbar-1-3 div.enh1-marquee {
        grid-column: 2;
    }
    header.enh1.enh1tbar-1-3 div.enh1-search-translate {
        grid-column: 3;
        padding: 0 clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px) 0 18px;
    }
    header.enh1.enh1tbar-1-4 div.enh1-search-translate {
        grid-column: 1;
        padding: 0 18px 0 clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px);
    }
    header.enh1.enh1tbar-1-4 div.enh1-social {
        grid-column: 3;
        padding: 0 clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px) 0 18px;
    }
    
    header.enh1.enh1tbar-2-3 div.enh1-social a > img:hover {
        transition: all .4s ease;
        transform: translateY(-4px);
    }
    header.enh1.enh1tbar-2-4 div.enh1-social a > img:hover {
        transition: all .3s ease;
        transform: rotate(55deg);
    }
    header.enh1.enh1tbar-3-2 div.enh1-marquee:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, var(--marquee-background) 0%, transparent 10%, transparent 90%, var(--marquee-background) 100%);
    }

    header.enh1.enh1tbar-4-2 > div.enh1-top-bar-bg {
        border-bottom: 0px solid var(--top-bar-border-color);
    }

    header.enh1.enh1tbar-4-2 div.enh1-top-bar {
        --top-bar-height-available: calc(var(--top-bar-height) - 18px);
    }

    header.enh1.enh1tbar-4-3 > div.enh1-top-bar-bg {
        border-bottom-style: solid;
    }

    header.enh1.enh1tbar-4-4 > div.enh1-top-bar-bg {
        border-bottom: 2px solid var(--top-bar-border-color);
    }

    header.enh1.enh1tbar-4-4 div.enh1-top-bar {
        --top-bar-height-available: calc(var(--top-bar-height) - 2px);
    }

    header.enh1.enh1bbar-1-2 > div.enh1-bottom-bar-bg {
        border-top: 1px solid var(--bottom-bar-border-color);
    }

    header.enh1.enh1bbar-1-2 > nav.en-nav > ul {
        margin-top: 1px;
    }

    header.enh1.enh1bbar-1-3 > div.enh1-bottom-bar-bg {
        border-top-style: dotted;
    }

    header.enh1.enh1bbar-2-2 > div.enh1-bottom-bar-bg {
        border-bottom: 1px solid var(--bottom-bar-border-color);
        box-shadow: none;
    }

    header.enh1.enh1bbar-2-2 > nav.en-nav > ul,
    header.enh1.enh1bbar-2-2.enh1logo-1-2 > nav.en-nav > div.enh1-logo-cont,
    header.enh1.enh1bbar-2-2 > nav.en-nav > div.enh1-middle {
        margin-bottom: 0px;
    }
    header.enh1.enh1-1-5 > nav.en-nav > ul{
        position: relative;
        top:0px;
    }

    header.enh1.enh1bbar-2-3 > div.enh1-bottom-bar-bg {
        border-bottom-style: dotted;
    }

    header.enh1.enh1mid-1-2 div.enh1-website-name-motto {
        align-self: center;
    }

    header.enh1.enh1mid-1-3 div.enh1-website-name-motto {
        align-self: start;
    }

    header.enh1.enh1mid-2-2 div.enh1-middle {
        justify-content: center;
    }

    header.enh1.enh1mid-2-3 div.enh1-middle {
        justify-content: flex-end;
    }

    header.enh1.enh1topnav-2-2 nav.en-nav ul {
        justify-content: space-between;
    }

    header.enh1.enh1topnav-2-3 nav.en-nav ul {
        justify-content: flex-end;
    }

    header.enh1.enh1topnav-3-2 nav.en-nav > ul {
        column-gap: 0;
    }

    header.enh1.enh1topnav-3-3 nav.en-nav > ul {
        column-gap: min(1.0909vw, 12px);
    }

    header.enh1.enh1topnav-3-4 nav.en-nav > ul {
        column-gap: min(1.6363vw, 18px);
    }
    header.enh1.enh1topnav-5-2 nav.en-nav > ul > li{
        position: relative;
        transition: all 0.5s ease-in-out;
    }
    header.enh1.enh1topnav-5-2 nav.en-nav > ul > li > a {
        position: relative;
        margin: 0 0 0px 0;
        transition: all 0.2s ease-in-out;
        z-index: 2;
    }
    header.enh1.enh1topnav-4-2 nav.en-nav > ul > li:hover > a, header.enh1.enh1topnav-4-2 nav.en-nav > ul > li:focus > a {
        background:var(--topnav-hover-background);
        color: var(--topnav-hover-color);
    }
    header.enh1.enh1topnav-5-2 nav.en-nav > ul > li:hover > a::after, header.enh1.enh1topnav-5-2 nav.en-nav > ul > li:focus > a::after{
        opacity: 1;
        bottom: -10px;
    }

    header.enh1.enh1topnav-4-3 nav.en-nav > ul > li:hover > a {
        background: var(--topnav-background);
        color: var(--topnav-color3);
        transition: border-width 0.2s ease-in, padding-bottom 0.3s ease-in;
        border: 0;
        border-bottom: 5px solid var(--topnav-color3);
        padding-bottom: 5px;
    }

    header.enh1.enh1topnav-5-3 nav.en-nav > ul > li > a {
        text-transform: lowercase;
    }

    header.enh1.enh1dm-1-2 nav.en-nav ul > li > ul {
        transition: opacity 0.4s ease-out;
        opacity: 0;
        visibility: hidden;
        padding: 12px 0;
        background:#0d285e;
        z-index: 7 !important;
        margin:0px 0 0 0;
    }

    header.enh1.enh1dm-1-2 nav.en-nav ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    header.enh1.enh1dm-2-2 nav.en-nav ul > li > ul {
        text-transform: uppercase;
    }

    header.enh1.enh1dm-2-3 nav.en-nav ul > li > ul {
        text-transform: lowercase;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1260px){
    header.enh1 div.enh1-logo-cont a {
        margin-top: min(2vw, 42px);
    }
}
@media only screen and (max-width: 1260px){
    header.enh1 div.enh1-logo-cont a {
        left:0px;
        top: 0px;
    }
    header.enh1.enh1-1-5 > nav.en-nav > ul {
        top:0;
    }
   
    header.enh1 div.enh1-website-name-motto span {
        font-size: clamp(14px, 1.27vw, 16px);
    }
    header.enh1 div.enh1-website-name-motto {
        margin-top: -5px;
    }
}
/* STYLING FOR MOBILE */

@media only screen and (max-width: 769px) and (min-height: 600px){
    header.enh1:not(.enh1mh-2-2) {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        z-index:10;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (max-width: 768px) {
    #menu-full{
        display: none !important;
    }
    div.enh1-top-bar-bg,
    div.enh1-center-bar-bg,
    div.enh1-bottom-bar-bg {
        display: none;
    }
    header.enh1 > nav.en-nav > ul > li > a{
        padding:10.5px 20px 10px 20px;
    }
    nav.en-nav > ul > li ul.en-mobile-submenu-open{
        display: block !important;
    }
    nav.en-nav > ul > li:hover ul.en-mobile-submenu-open {
        display: block !important;
    }
    header.enh1 button.en-mobnav-button {
        border: none;
        border-radius: 50%;
        font-size: 33px;
        font-family: Verdana;
        padding: 0 0.28em 0.2em 0.28em;
        background: var(--mobnav-button-background);
        color: var(--mobnav-button-color);
    }

    header.enh1 button.en-mobnav-button:hover {
        background: var(--mobnav-button-hover-background);
        color: var(--mobnav-button-hover-color);
    }

    header.enh1 > div.en-mobile-header {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: var(--header-height);
        background: var(--header-background);
       /* overflow: hidden;*/
    }

    header.enh1 > div.en-mobile-header a {
        text-decoration: none;
        position: relative;
        left: 0;
        top: 0;
    }

    header.enh1 nav.en-nav {
        position: fixed;
        height: 100%;
        grid-template-columns: auto 1fr;
        grid-template-rows: var(--header-height) 1fr auto;
        /*color: var(--mobnav-header-color);*/
        gap: 0;
        background: var(--header-background);
    }
    div.en-mobnav-bg {
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
    }
    header.enh1 div.enh1-logo-cont {
        grid-row: 1;
        grid-column: 1 / 1;
        background: transparent;
        padding: 0 0 0 min(2.5vw, 15px);
        width: var(--logo-width);
    }
    header.enh1 div.enh1-middle {
      grid-row: 1;
        grid-column: 2;
        justify-content:flex-end;
        font-size: clamp(20px, 3.90625vw, 30px);
        background: #ffffff;
        padding:0 0px 0 5px;
    }
    header.enh1.enh1 div.enh1-website-name-motto {
       color: var(--website-name-color);
        text-shadow: none;
        visibility: var(--website-name-visibility);
        letter-spacing: 0;
        margin: 0 0 0 15px;
    }
    header.enh1 div.enh1-website-name-motto a {
        color: var(--website-name-color);
    }

    header.enh1 div.enh1-website-motto {
       color: inherit;
        line-height: clamp(15px,3.90vw,30px);
        padding: 0 0 0 32px;
    }
    header.enh1 nav.en-nav > ul {
        grid-row: 2;
        grid-column: 1 / 3;
        background-color: var(--menu-background);
        z-index: 1;
        padding: 5px 0 0 0;
    }
    header.enh1 nav.en-nav ul li {
        border-top: 1px solid #cccccc;
        position: relative;
    }
    header.enh1 nav.en-nav > ul > li.hasSubNav > a::after {
        content: "";
        position: absolute;
        transform: rotate(0) !important;
        margin: 5.5px 0 0 8px;
        transition: all ease 0.5s;
        right: 18px;
        top: 10px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #101413;
        width: 0;
        height: 0;
    }
    header.enh1 nav.en-nav > ul > li > a:hover::after, header.enh1 nav.en-nav > ul > li > a:focus::after { 
        border-top: 7px solid #fff;
        transform: rotate(180deg) !important;
    }
    header.enh1 nav.en-nav > ul > li:last-child {
        border-bottom: 1px solid #cccccc;
    }
    header.enh1 nav.en-nav > ul > li > a {
        font-family: var(--menu-font-family);
        font-size: var(--menu-font-size);
        color: var(--menu-color);
        background: var(--menu-background);
        font-weight:800;
        letter-spacing: 0.9px;
        font-stretch: condensed;
    }
    header.enh1 nav.en-nav > ul > li > a:hover {
        color: var(--menu-hover-color);
        background: var(--menu-hover-background);
    }
    header.enh1 nav.en-nav > ul > li > ul a {
        font-family: var(--menu-font-family);
        font-size: var(--menu-font-size);
        color: var(--menu-color);
        background: var(--menu-background);
        padding:10.5px 25px 10px 35px !important;
    }
    nav.en-nav > ul > li ul {
        display: block !important;
    }
    header.enh1 nav.en-nav > ul > li > ul li ul li a {
        padding: 11px 25px 10px 65px !important;
    }
    header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a::before {
        margin-right: 7px;
        background: var(--menu-color);
        transform: rotate(90deg) !important;
      }
    header.enh1 nav.en-nav > ul > li > ul a:hover,header.enh1 nav.en-nav > ul > li > ul a:focus {
        color: var(--menu-hover-color);
        background: var(--menu-hover-background);
    }
    header.enh1 nav.en-nav > ul > li ul > li.en-has-submenu > a {
        color: var(--menu-color);
    }
    header.enh1 nav.en-nav > ul > li ul > li.en-has-submenu > a:hover {
        color: var(--menu-hover-color);
        background: var(--menu-hover-background);
    }
    header.enh1 nav.en-nav > ul > li ul > li.en-mobile-submenu-opened > a {
        color: var(--menu-color);
        background: var(--menu-background);
    }
    header.enh1 nav.en-nav > ul > li > ul a:hover {
        color: var(--menu-hover-color);
        background: var(--menu-hover-background);
    }
    /* SUBMENU INDICATOR ON THE LEFT */
    header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:before {
        margin-right: 7px;
        background: var(--menu-color);
        transform: rotate(90deg) !important;
    }
    /* HOVER ON SUBMENU INDICATOR ON THE LEFT */
    header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:hover:before {
        background: var(--menu-hover-color);
    }
    /* TRANSFORMATION ON THE SUBMENU INDICATOR ON THE LEFT WHEN SUBMENU IS OPEN */
    header.enh1 nav.en-nav > ul > li > ul li.en-mobile-submenu-opened > a:before {
        transform: rotate(90deg);
    }
    /* SUBMENU INDICATOR ON THE RIGHT. DISABLED BY DEFAULT. */
    header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:after {
        margin-left: 12px;
        background: var(--menu-color);
    }
    /* HOVER ON SUBMENU INDICATOR ON THE RIGHT */
    header.enh1 nav.en-nav > ul > li ul li.en-has-submenu > a:hover:after {
        background: var(--menu-hover-color);
    }
    /* TRANSFORMATION ON THE SUBMENU INDICATOR ON THE RIGHT WHEN SUBMENU IS OPEN */
    header.enh1 nav.en-nav > ul > li > ul li.en-mobile-submenu-opened > a:after {
        transform: rotate(90deg);
    }

    header.enh1.enh1mm-2-2 nav.en-nav > ul > li ul li.en-has-submenu > a:before,
    header.enh1.enh1mm-2-3 nav.en-nav > ul > li ul li.en-has-submenu > a:before,
    header.enh1.enh1mm-2-4 nav.en-nav > ul > li ul li.en-has-submenu > a:before {
        display: block;
    }

    header.enh1.enh1mm-2-2 nav.en-nav > ul > li ul li.en-has-submenu > a:after {
        display: inline-block;
    }

    header.enh1.enh1mm-2-3 nav.en-nav > ul > li ul li.en-has-submenu > a:after {
        display: inline-block;
        float: right;
        margin-top: 0.25em;
    }

    header.enh1 div.enh1-top-bar {
        grid-row: 3;
        grid-column: 1 / 3;
        display: grid;
        grid-template-columns: 1fr 1fr;
        overflow: visible;
        background: var(--top-bar-background);
        height:auto;
        display: grid;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #e1d7d7;
    }
    header.enh1 div.enh1-marquee {
        grid-row: 3;
        grid-column: 1 / 4;
        width: calc(100% - 0px);
        margin-left: 0;
        min-height: 37px;
        z-index: 5;
        max-width: unset;
    }
    .enh1-marquee.en-marquee-module::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 50px;
        left: 0;
        z-index: 1;
        background-image: linear-gradient( to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8), rgb(0, 0, 0), rgb(0, 0, 0) );
    }
    .enh1-marquee.en-marquee-module::before {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 50px;
        right: 0;
        z-index: 1;
        background-image: linear-gradient( to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8), rgb(0, 0, 0), rgb(0, 0, 0) );
    }
    header.enh1 div.enh1-search-translate {
        grid-row: 1;
        grid-column: 1 / 2;
        border-top: 0px solid #ddd;
        padding: 0px;
        font-size: 14px;
        justify-content: flex-end;
        margin: 0 clamp(13px, 3.26vw, 25px) 0 0;
        z-index: 0;
        column-gap: clamp(13px, 2.60vw, 20px);
    }
	header.enh1 div.enh1-search-translate:hover {
	  z-index: 1;
	}

    header.enh1 div.enh1-search-translate div.enh1-search > span {
        display: none;
    }

    /* Temporary solution until translate is improved. */
    header.enh1 div.enh1-search-translate #en-public-header-translate:after {
        display: block;
    }
    header.enh1 div.enh1-social {
        grid-row: 1;
        grid-column: 2/4;
        column-gap: 5px;
        justify-content: flex-start;
        border-top: 0px solid #ddd;
        padding: 0px 0 0 0px;
        align-items: center;
        margin: 0px 0 0px 0;
        position: relative;
        bottom: 0;
        box-sizing: border-box;
        z-index: 0;
        min-height: 42px;
    }
    header.enh1 div.enh1-social > a {
        width: auto;
        height: auto;
        padding: 0px;
        margin: 0 5px;
    }

    /* OPTIONS THAT EFFECT ONLY SMALL SCREEN SIZES (MOBILE) */
    header.enh1.enh1mh-1-2 > div.en-mobile-header {
        grid-template-columns:auto 1fr;
        justify-content: flex-start;
    }

    header.enh1.enh1mh-1-2 nav.en-nav {
        grid-template-columns: 1fr;
    }

    header.enh1.enh1mh-1-2 div.enh1-logo-cont {
        display: block;
        max-width: 90px;
    }

    header.enh1.enh1mh-1-2 div.enh1-middle {
        grid-column: 2 / 4;
    }

    header.enh1.enh1mh-1-2 nav.en-nav > ul {
        grid-column: 1/4;
    }

    header.enh1.enh1mh-1-2 div.enh1-top-bar {
        grid-column: 1/4;
    }

    header.enh1.enh1mh-1-3 div.en-mobile-header div.enh1-middle {
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
    }

    header.enh1.enh1mh-1-3 nav.en-nav.en-mobnav-show {
        left: auto;
        right: 100%;
        animation-name: en_mobnav_appear_from_left_anim;
    }

    header.enh1.enh1mh-1-3 nav.en-nav.en-mobnav-hide {
        left: auto;
        right: 100%;
        animation-name: en_mobnav_disappear_to_left_anim;
    }

    header.enh1.enh1but-1-2 button.en-mobnav-button {
        font-size: 45px;
    }

    header.enh1.enh1but-1-3 button.en-mobnav-button {
        font-size: 50px;
    }

    header.enh1.enh1but-2-2 button.en-mobnav-button {
        border-radius: 10%;
    }

    header.enh1.enh1but-2-3 button.en-mobnav-button:hover {
        background: var(--mobnav-button-background);
        color: var(--mobnav-button-color);
    }

    header.enh1.enh1mh-3-2 div.enh1-website-motto {
        display: none;
    }

    header.enh1.enh1mm-1-2 div.enh1-social,
    header.enh1.enh1mm-1-4 div.enh1-social {
        grid-column: 1;
    }
    header.enh1.enh1mm-1-2 div.enh1-search-translate,
    header.enh1.enh1mm-1-4 div.enh1-search-translate {
        grid-column: 2;
    }
    header.enh1.enh1mm-1-3 div.enh1-top-bar,
    header.enh1.enh1mm-1-4 div.enh1-top-bar {
        grid-template-rows: 40px 1fr;
    }

    header.enh1.enh1mm-1-3 div.enh1-social,
    header.enh1.enh1mm-1-4 div.enh1-social {
        grid-row: 2;
    }
    header.enh1.enh1mm-1-3 div.enh1-search-translate,
    header.enh1.enh1mm-1-4 div.enh1-search-translate {
        grid-row: 2;
    }
    header.enh1.enh1mm-1-3 div.enh1-marquee,
    header.enh1.enh1mm-1-4 div.enh1-marquee {
        grid-row: 1;
    }
    .en-marquee-module .en-marquee-popup-wrapper {
        width: 95%;
    }
    header.enh1 div.enh1-logo-cont a {
        margin-top: 0;
        left:0px;
        top: 2px;
    }
    header.enh1.enh1-1-5 div.enh1-middle {
        margin: 0 0 0 0px !important;
    }
    #header-motto {
        text-align: center;
        width: 100%;
        max-width: unset;
        margin: 0 0 0 auto;
        position: relative;
        top: 0;
        right: 0;
        z-index: 4;
        left: 0;
        grid-row: 2;
        grid-column: 1 / 4;
        padding:12px 15px 10px 15px;
        box-sizing: border-box;
        background-color: #232d63;
        max-width: unset;
        color: #fff;
    }
    #header-motto span{
        color: #cacaca;
    }
    header.enh1 > nav.en-nav > ul > li ul a {
        min-width: unset !important;
        max-width: unset !important;
    }
    div.enh1-search-translate #en-public-header-translate {
        margin: 0;
    }
    header.enh1 div.enh1-search-translate img {
    }
    header.enh1 div.enh1-search-translate div.enh1-search {
        margin-top: 2px;
    }
    header.enh1 div.enh1-marquee p {
        margin: 2px 0 0 0;
    }
    header.enh1 div.enh1-search-translate div.enh1-search {
        margin: 0px;
    }
    .en-marquee-module.popup-top .en-marquee-popup-wrapper {
        transform: translate(-50%, -104%) !important;
    }
    #header-links { 
        gap: clamp(10px, 2.60vw, 20px);
        margin: 0 0px 0 clamp(10px, 1.95vw, 15px);
    }
    translate div.enh1-search::after{
        display: none;
    }
    #enh-social-links {
        column-gap: min(3vw, 27px);
        position: relative;
        /*z-index: 5;*/
        min-height: 42px;
    }
    #header-links::after{
        display: none;
    }
    header.enh1 div.enh1-search-translate div.enh1-search::after{
        display: none;
    }
    header.enh1 div.enh1-social #enh-social-links a {
        display: flex;
        height: 100%;
        min-height: 42px;
    }
}


@media only screen and (max-width: 700px){
    .en-header-popup-wrapper {
        height: 45px !important;
        margin: auto !important;
        box-sizing: border-box !important;
        min-height: 88px;
    }
}

@media only screen and (max-width: 480px){
    #enh-social-links {
        column-gap: min(3.5vw, 27px);
    }
    .en-header-popup-wrapper {
        max-width: 290px !important;
    }
}






