header.enh1 {
    position: relative;
    --top-bar-height-available: var(--top-bar-height);
}

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;
}
.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: #f36d24;
}
.en-marquee-module.popup-top .en-marquee-popup-wrapper .en-marquee-popup-icon {
    border-top-color: #f36d24 !important;
    border-bottom-color: transparent !important;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
    border-bottom-color: #f36d24 !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;
    color: #fff;
    background: #0c1f5f !important;
    font-weight: 400 !important;
    font-family:"new-frank",sans-serif !important;
    font-size: clamp(13px, 1.27vw, 16px) !important;
}

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

.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
    font-family:"new-frank",sans-serif !important;
    font-size: clamp(13px, 1.27vw, 16px) !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    color: #000 !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: -30px;
    width: calc(100% - 16px);
    max-height: 40px;
    z-index: 12;
}

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

header.enh1 div.enh1-search-translate {
    grid-row: 1;
    grid-column: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    column-gap: 0px;
    font-family: var(--search-translate-font-family);
    font-size: var(--search-translate-font-size);
    color: var(--search-translate-color);
    margin: 12px 1px 0 0px;
    position: relative;
    z-index: 11;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    max-height: 40px;
}
header.enh1 div.enh1-search-translate span{
    background: #fff;
}

header.enh1 div.enh1-search-translate img {
    width: 16px;
    border-radius: 0;
    margin: 0;
}

header.enh1 div.enh1-search-translate div.enh1-search {
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    border-radius: 0%;
}

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: 0;
    margin-top: 1px;
}

header.enh1 div.enh1-search-translate #en-public-header-translate::after {
    content: 'Translate';
    text-transform: uppercase;
    font-family: "sofia-pro",sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #000;
    padding: 0px 0px 0 3px;
    margin: -1.5px 0 0 0;
}


/* Translate */
#googleTranslate {
    width: 116px !important;
    height: 20px !important;
    margin: 0px 0 0 0;
    cursor: pointer !important;
}
#en-public-header-translate select{
   padding: 10px 58px !important;
    cursor: pointer !important;
}

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

div.enh1-search-translate #en-public-header-translate {
    text-align: left;
    position: relative;
    padding: 0px 0px 0 0px;
    margin: 0px 15px 0 0;
    z-index: 1;
    border-radius: 0;
    cursor: pointer !important;
}
#en-public-header-translate > img {
    margin: 0;
    width: 21px;
    height: 19px;
    position: relative;
    right: 0px;
}

/********* Header Search popup css ***/
/* serach filed */
.en-header-popup-body {
    padding-top: 0 !important;
}
.en-popup-close-img {
    width: 25px !important;
    height: 25px !important;
    background-color: #0d0806 !important;
}
.en-public-header-popup-close {
    right: -14px !important;
    top: -15px !important;
}
#search-field {
    max-width: 500px;
    border: 1px solid #c0c1c3;
    height: 25px;
    font-size: 16px !important;
    padding: 0 10px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    min-height: 45px;
    padding-top: 0;
    font-family: "new-frank",sans-serif;
}
.en-header-popup-wrapper {
    height: 45px !important;
    max-width: 500px !important;
    margin: auto !important;
}
  
/***** NEW Header CSS ******/

/* 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:'Source Sans Pro';
}
#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-social {
    grid-row: 1;
    grid-column: 2;
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding-right: clamp(0px, calc(var(--en-website-width) + 10px - 100vw), 10px);
    margin-top: 14px;
    margin-right: 32px;
}

header.enh1 div.enh1-social > a {
    position: relative;
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
header.enh1 div.enh1-social > a:nth-child(1){
    top: -1px;
    left: 0;
}
header.enh1 div.enh1-social > a:nth-child(2){
    top: -0.5px;
}

.en-header-popup-wrapper form input[type*="text"] {
    font-family:"new-frank",sans-serif !important;
    font-size: 18px !important;
    padding: 10px 10px !important;
    height: 45px !important;
    font-weight: 500;
    color: #000000 !important;
}


header.enh1 div.enh1-social > a > img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
header.enh1 div.enh1-social > a:hover > img, header.enh1 div.enh1-social > a:focus > img{
    transform: scale(0.80);
    transition: all 0.3s ease-in-out;
}

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:1px;
    width: var(--logo-width);
}

header.enh1 div.enh1-logo-cont a {
    display: flex;
    margin-top: 27px;
    position: relative;
    z-index: 10;
    left: -32px;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
}

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-size: var(--website-name-font-size);
    font-family: var(--website-name-font-family);
    font-size: var(--website-name-font-size);
    font-weight: var(--website-name-font-weight);
    color: var(--website-name-color);
    line-height: var(--website-name-line-height);
    text-transform: uppercase;
    margin-left: 38px;
    margin-top: -13px;
    letter-spacing: 0;
}
header.enh1 div.enh1-website-name-motto span{
    display: block;
    font-family: "sofia-pro",sans-serif;
    font-size: 44px;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: 8.8px;
    text-align: center;
    color: #0c1f5f;
    text-transform: uppercase;
    width: 100%;
    max-width: unset;
    margin: 0px 0 0 0px;
    padding: 0 0 0 4px;
    position: relative;
    top: -3px;
}
header.enh1 div.enh1-website-name-motto span::before{
    content: '';
    position: absolute;
    top: 13px;
    left: 6px;
    bottom: 0;
    width: calc(100% - 0px);
    height: 3px;
    background: #f36d24;
    max-width: 159px;
    margin: auto 0;
}
header.enh1 div.enh1-website-name-motto span::after{
    content: '';
    position: absolute;
    top: 13px;
    right: 6px;
    bottom: 0;
    width: calc(100% - 0px);
    height: 3px;
    background: #f36d24;
    max-width: 159px;
    margin: auto 0;
}

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: #fff;
}
nav.en-nav > ul > li ul li span {
    color: #fff !important;
}

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

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

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

    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: 0px clamp(5px, 0.7vw, 25px) 0 clamp(5px, 0.7vw, 25px);
        font-family: var(--topnav-font-family);
        font-size: var(--topnav-font-size);
        color: var(--topnav-color);
        background: var(--topnav-background);
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: uppercase;
    }
    header.enh1 > nav.en-nav > ul > li:last-child > a{
        
    }
    header.enh1 > nav.en-nav > ul > li:hover > a, header.enh1 > nav.en-nav > ul > li:focus > a{
        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.21px;
        color: var(--menu-color);
        background: var(--menu-background);
        padding:min(0.9090vw, 8.5px) clamp(10px, calc(60px - 20%), 15px) min(0.9090vw, 8px) min(1.9090vw, 18px);
        min-width:240px;
        max-width: 240px;
        transition: all 0.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 0.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: 1360px){
    nav.en-nav > ul > li:nth-last-child(2) ul {
        right: 0 !important;
      }
}
@media only screen and (min-width: 769px) and (max-width: 1260px){
    header.enh1 div.enh1-marquee {
        margin-left: 25px;
        width: calc(100% - 50px);
    }
    header.enh1 div.enh1-marquee p {
        margin-top:0px;
    }
    header.enh1 div.enh1-website-name-motto{
        margin-left: 25px;
        margin-top: -15px;
    }
    header.enh1.enh1topnav-2-3 nav.en-nav ul {
        margin: 0 0 0 0px !important;
    }
    header.enh1 div.enh1-website-name-motto span {
        font-size: clamp(24px, 3.33vw, 42px);
        line-height: clamp(20px, 2.62vw, 33px);
        top: 0;
    }
}
@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: 1100px) {
    /* 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:1120px){
      
    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: 25px;
    }
    /*header.enh1.enh1-1-5 div.enh1-top-bar {
        grid-column:1 / 6 !important;
        height: 100% !important;
    }*/
    .en-marquee-module .en-marquee-module-content {
        top: 54%;
    }
    header.enh1 div.enh1-social > a{
        right: 0px;
        top: 0px;
    }
    header.enh1 div.enh1-social > a:nth-child(1) {
        right:0px;
    }
    header.enh1 div.enh1-social {
        margin-top: 0px;
        padding: 0 !important;
        column-gap: 14px;
        margin-right: 25px;
    }
    header.enh1 div.enh1-search-translate{
        margin: 1px 0px 0 0px;
    }
    header.enh1 div.enh1-logo-cont a {
        top: 4px;
    }
    header.enh1 > nav.en-nav > ul > li ul a {
        min-width:clamp(160px, 21.70vw, 240px);
        max-width:clamp(160px, 21.70vw, 240px);
    }
    header.enh1 div.enh1-marquee p {
        margin-top: 0;
    }
    div.enh1-search-translate #en-public-header-translate {
        margin:-2px 20px 0 0;
    }
    header.enh1 div.enh1-search-translate div.enh1-search {
        column-gap: 10px;
        margin-top: 0;
    }
}

@media only screen and (min-width: 769px) and (max-width: 990px){
    header.enh1 div.enh1-logo-cont a {
        margin-top: -36px !important;
    }
    header.enh1.enh1-1-5 > nav.en-nav > ul, header.enh1.enh1-1-6 > nav.en-nav > ul {
        padding: 0 !important;
        justify-content: space-between !important;
    }
    header.enh1 div.enh1-website-name-motto span::before, header.enh1 div.enh1-website-name-motto span::after {
        top: 13px;
        max-width: clamp(100px, 12vw, 150px) !important;
    }
}

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

#yt-icon{
    display: inline-block;
    margin: -6px 0 0 3px;
}

header.enh1.enh1tbar-2-3 div.enh1-social a > img{

}
header.enh1.enh1tbar-2-2 div.enh1-social a > img:hover {

}
@media only screen and (max-width: 1360px){
    header.enh1 div.enh1-logo-cont a {
        left: 0px;
    }
}
@media only screen and (max-width: 1260px){
    header.enh1 div.enh1-logo-cont a {
        left: 0px;
        top: 0;
        margin: 0;
    }
}
@media only screen and (min-width:769px) and (max-width: 1099px) {
    header.enh1 div.enh1-logo-cont a {
      margin-top: 0px;
    }
  }

/* 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-area: 3 / 1 / 4 / 6;
        padding: 0 0 0 200px;
        box-sizing: border-box;
    }
    header.enh1.enh1-1-5 div.enh1-top-bar {
        height: 40px;
        grid-area: 1 / 2 / 2 / 6;
    }
    header.enh1.enh1-1-5 div.enh1-logo-cont {
        grid-area: 1 / 1 / 4 / 2;
    }
    header.enh1.enh1-1-5 div.enh1-middle {
        grid-area: 2 / 2 / 3 / 5;
        position: relative;
    }
    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, #fff 0%, transparent 10%, transparent 90%, #fff 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) - 5px);
    }

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

    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-start;
        margin: 0 0 0 0px;
    }

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

    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 > a {
        position: relative;
        top:0;
        margin: 0 0 0px 0;
        transition: all 0.2s ease-in-out;
        z-index: 5;
    }
    header.enh1 > nav.en-nav > ul > li > a::after{
        content: '';
        position: absolute;
        bottom: -16px;
        left: 0;
        right: 0;
        width: 32px;
        height: 26px;
        background: url(/pics/menu-hover.png) no-repeat;
        margin: 0 auto;
        opacity: 0;
        transition: all 0.4s 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);
        top:0px;
        transition: all 0.2s ease-in-out;
    }
    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: -11px;
        transition: all 0.4s ease-in-out;
    }

    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:10px 0 10px 0;
        margin:0px 0 0px 0;
        background: #0c1f5f;
        z-index: 4 !important;
    }

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

/* STYLING FOR MOBILE */

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

@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: 12px 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;
        background:transparent;
        padding:0 0.20em 0.2em 0.1em;
       
        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;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        background-size: cover;
    }

    header.enh1 > div.en-mobile-header a {
        text-decoration: none;
        position: relative;
        left: 0;
        top: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
    }

    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(0.9114vw, 7px);
        width: var(--logo-width);
    }
    header.enh1 div.enh1-middle {
      grid-row: 1;
        grid-column: 2;
        justify-content: space-between;
        font-size: clamp(20px, 3.90625vw, 30px);
        background:transparent;
        padding: 0px 0 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: -10px 0 0 5px;
        width: 100%;
    }
    header.enh1 div.enh1-website-name-motto .enh1-website-name{
        color: var(--website-name-color);
        text-align: center;
    }

    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);
    }
    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:11px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #000;
        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 #000;
        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: 700;
    }
    header.enh1 nav.en-nav > ul > li > a:hover, header.enh1 nav.en-nav > ul > li > a:focus {
        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: 12px 25px 10px 35px !important;
        font-weight: 400;
    }
    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);
    }
    nav.en-nav > ul > li ul {
        display: block !important;
    }
    header.enh1 nav.en-nav > ul > li > ul li ul li a {
        padding: 12px 25px 10px 55px !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 > 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);
    }
    /* 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);
    }
    /* 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: none;
    }

    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;
        grid-template-rows: 1fr auto;
        overflow: visible;
        background: var(--top-bar-background);
        height:auto;
        display: grid;
        justify-content: center;
        align-items: center;
    }
    #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: 10px 15px;
        box-sizing: border-box;
        background-color: #450380;
    }
    #header-motto br{
        display: none;
    }
    header.enh1 div.enh1-marquee {
        grid-row: 3;
        grid-column: 1 / 4;
        width: 100%;
        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 0 0 10px;
        font-size: 14px;
        justify-content: flex-end;
        margin: 0;
        z-index: 0;
        min-height: 52px;
        box-sizing: border-box;
        left: 5px;
        z-index: 3;
    }

    /* Temporary solution until translate is improved. */
    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:5px 0 5px 30px;
        align-items: center;
        margin: 0px 0 0px 0;
        position: relative;
        bottom: 0;
        box-sizing: border-box;
        z-index: 0;
        min-height: 52px;
    }
    header.enh1 div.enh1-social > a {
        padding: 0px;
        margin: 0 5px;
    }
    div.enh1-search-translate #en-public-header-translate {
        padding: 0px 0px 0 0px;
        margin: 0 12px 0 0;
        position: relative;
        left: 10px;
    }
    header.enh1 div.enh1-search-translate div.enh1-search {
        column-gap: 8px;
        margin-top: 0;
        position: relative;
        left: 10px;
    }
    header.enh1 div.enh1-search-translate #en-public-header-translate img {
        margin-right: 0px;
    }
    #header-motto {
        font-size: clamp(13px, 1.582vw, 20px);
    }

    /* 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: 1px;
        left: 0;
        top: 0;
    }
    .en-marquee-module .en-marquee-popup .en-marquee-popup-text {
        font-size: min(3.8vw, 16px) !important;
    }
    .en-marquee-module .en-marquee-tooltip-buttons button {
        font-size: min(4vw, 16px);
    }
    .en-header-popup-wrapper {
        max-width: clamp(290px, 78.13vw, 500px) !important;
    }
    header.enh1 div.enh1-website-name-motto span {
        font-size: clamp(18px, 3.13vw, 24px);
        line-height: clamp(20px, 3.13vw, 24px);
        margin: 0;
        max-width: unset;
        width: auto;
        position: relative;
        top: 0;
        letter-spacing: 4px;
        width: 100%;
        max-width: clamp(234px, 50.78vw, 390px);
        margin: 0 auto;
    }
    header.enh1 div.enh1-website-name-motto.mob-br span {
        font-size: clamp(18px, 3.39vw, 26px);
        line-height: clamp(16px, 2.60vw, 20px);
        margin: -1px 0 0 0;
       
    }
    header.enh1 div.enh1-website-name-motto span br{
        display: block !important;
    }
    header.enh1 div.enh1-website-name-motto.mob-br span {
        width: 100%;
        margin: 0 auto;
    }
    header.enh1 div.enh1-website-name-motto.mob-br span br{
        display: none !important;
    }
    .en-marquee-module.popup-top .en-marquee-popup-wrapper {
        transform: translate(-50%, -105%);
    }
    header.enh1 div.enh1-website-name-motto span::before {
        top: calc(50% - 5px);
        left: -4px;
        max-width: clamp(30px, 8vw, 160px);
    }
    header.enh1 div.enh1-website-name-motto span::after{
        top: calc(50% - 5px);
        right: -4px;
        max-width: clamp(30px, 8vw, 160px);
    }
    header.enh1 div.enh1-marquee p {
        margin-top: 0;
    }
    
}
@media only screen and (max-width: 480px){
    header.enh1 > div.en-mobile-header .enh1-website-name{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        flex-direction: column;
    }
    header.enh1 div.enh1-website-name-motto span{
        width: 100%;
    }
    header.enh1 div.enh1-website-name-motto span br{
        display: none !important;
    }
    header.enh1 div.enh1-website-name-motto.mob-br span {
        width: 100%;
        max-width: unset;
        margin: 0;
        display: block;
    }
    header.enh1.enh1 div.enh1-website-name-motto {
        margin: 0px 0 0 5px;
    }
}
@media only screen and (max-width: 400px){
    header.enh1.enh1 div.enh1-website-name-motto {
        color: var(--website-name-color);
    }
}
@media only screen and (min-width: 380px) and (max-width:768px){
    header.enh1 div.enh1-search-translate {
        position: relative;
        padding: 0px 0 0 25px;
    }
}




