#tngd-menu-injected-root,
.tngd-menu-component,
.tngd-menu-component *,
.tngd-menu-component *::before,
.tngd-menu-component *::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.tngd-menu-component h4,
.tngd-menu-component h5 {
color: inherit;
display: inline-flex;
align-items: center;
gap: 6px;
font-weight: 500;
margin: 0;
transition: font-weight 0.2s ease;
}

.tngd-l1-item:hover h4, .tngd-l1-item.active h4, .tngd-l1-item.active-url h4, .tngd-l1-item.active-url-parent h4,
.tngd-l2-item:hover h4, .tngd-l2-item.active h4, .tngd-l2-item.active-url h4, .tngd-l2-item.active-url-parent h4,
.tngd-l3-item:hover h4, .tngd-l3-item.active h4, .tngd-l3-item.active-url h4, .tngd-l3-item.active-url-parent h4,
.tngd-l4-item:hover h4, .tngd-l4-item.active h4, .tngd-l4-item.active-url h4, .tngd-l4-item.active-url-parent h4,
.tngd-l5-item:hover h4, .tngd-l5-item.active h4, .tngd-l5-item.active-url h4, .tngd-l5-item.active-url-parent h4,
.tngd-m-l1-item:hover h4, .tngd-m-l1-item.active h4, .tngd-m-l1-item.active-url h4, .tngd-m-l1-item.active-url-parent h4,
.tngd-m-l2-item:hover h4, .tngd-m-l2-item.active h4, .tngd-m-l2-item.active-url h4, .tngd-m-l2-item.active-url-parent h4,
.tngd-m-l3-item:hover h4, .tngd-m-l3-item.active h4, .tngd-m-l3-item.active-url h4, .tngd-m-l3-item.active-url-parent h4,
.tngd-m-l4-item:hover h4, .tngd-m-l4-item.active h4, .tngd-m-l4-item.active-url h4, .tngd-m-l4-item.active-url-parent h4,
.tngd-m-l5-item:hover h4, .tngd-m-l5-item.active h4, .tngd-m-l5-item.active-url h4, .tngd-m-l5-item.active-url-parent h4 {
font-weight: 700 !important;
}

.tngd-header-link:hover h5, .tngd-lang-selector:hover h5, .tngdwp-1-right-item:hover h5, .tngdwp-1-right-toggle:hover h5, .tngd-mobile-btn:hover h5,
.tngdwp-1-right-dropdown.active .tngdwp-1-right-toggle h5 {
font-weight: 600 !important;
}

.tngd-menu-component {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
position: sticky;
top: 0;
z-index: 10001;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tngd-header {
background: #8c3299;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 10001;
transition: all 0.35s ease;
}
.tngd-header.tngd-header-menu-open {
background: #fff;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.tngd-header.tngd-header-menu-open .tngd-logo-text,
.tngd-header.tngd-header-menu-open .tngd-nav-link,
.tngd-header.tngd-header-menu-open .tngd-header-link,
.tngd-header.tngd-header-menu-open .tngdwp-1-right-link,
.tngd-header.tngd-header-menu-open .tngd-lang-selector,
.tngd-header.tngd-header-menu-open .tngd-close-btn {
color: #130C52;
}
.tngd-header.tngd-header-menu-open .tngd-hamburger span {
background: #130C52;
}
.tngd-header.tngd-header-menu-open svg {
color: #130C52;
}
.tngd-header-inner {
max-width: 1280px; 
margin: 0 auto;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 28px;
height: 76px; 
transition: height 0.35s ease;
position: relative;
}
@media (min-width: 992px) {
.tngd-header.tngd-header-scrolled {
background: rgba(255, 255, 255, 0.95); 
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tngd-header.tngd-header-scrolled .tngd-logo-text,
.tngd-header.tngd-header-scrolled .tngd-nav-link,
.tngd-header.tngd-header-scrolled .tngd-header-link,
.tngd-header.tngd-header-scrolled .tngd-lang-selector,
.tngd-header.tngd-header-scrolled .tngd-close-btn {
color: #130C52;
}
.tngd-header.tngd-header-scrolled .tngd-hamburger span {
background: #130C52;
}
.tngd-header.tngd-header-scrolled svg {
color: #130C52;
}
.tngd-header.tngd-header-scrolled .tngd-close-btn:hover {
background: rgba(0, 0, 0, 0.05);
}
}
.tngd-header-light {
background: #fff;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tngd-header-light .tngd-logo-text,
.tngd-header-light .tngd-nav-link,
.tngd-header-light .tngd-header-link,
.tngd-header-light .tngdwp-1-right-link,
.tngd-header-light .tngd-lang-selector,
.tngd-header-light .tngd-close-btn {
color: #130C52;
}
.tngd-header-light .tngd-hamburger span {
background: #130C52;
}
.tngd-header-light svg {
color: #130C52;
}
.tngd-header-light .tngd-close-btn:hover {
background: rgba(0, 0, 0, 0.05);
}
.tngd-header.tngd-header-scrolled .tngd-header-inner {
height: 64px;
}
.tngd-header-left {
display: flex;
align-items: center;
gap: 16px;
}
.tngd-hamburger {
background: none !important;
border: none !important;
cursor: pointer;
padding: 8px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 5px;
width: 40px;
height: 40px;
border-radius: 0 !important;
outline: none !important;
box-shadow: none !important;
transition: background 0.2s;
-webkit-appearance: none;
appearance: none;
-webkit-tap-highlight-color: transparent;
touch-action: manipulation;
}
.tngd-hamburger:hover,
.tngd-hamburger:focus,
.tngd-hamburger:focus-visible,
.tngd-hamburger:active,
.tngd-hamburger.active,
.tngd-hamburger.active:hover,
.tngd-hamburger.active:focus,
.tngd-hamburger.active:active {
background: none !important;
background-color: transparent !important;
border: none !important;
outline: none !important;
box-shadow: none !important;
-webkit-tap-highlight-color: transparent !important;
}
.tngd-hamburger span {
display: block;
width: 22px;
height: 3px;
background: #fff;
border-radius: 4px;
transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
transform-origin: center center;
}
.tngd-hamburger.active span {
width: 22px !important;
}
.tngd-hamburger.active span:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}
.tngd-hamburger.active span:nth-child(2) {
opacity: 0;
transform: scale(0);
}
.tngd-hamburger.active span:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}
.tngd-logo {
display: flex;
align-items: center;
gap: 8px;
}
.tngd-logo img {
height: 49px; 
width: auto;
}
@media (max-width: 991px) {
.tngd-header-inner {
height: 64px;
}
.tngd-logo img {
height: 40px;
}
}
.tngd-logo-text {
color: #fff;
font-size: 18px;
font-weight: 700;
letter-spacing: -0.3px;
}
.tngd-desktop-nav {
display: flex;
align-items: center;
gap: 8px;
margin-left: 12px;
}
.tngd-nav-link {
color: #fff;
font-size: 15px;
font-weight: 500;
padding: 8px 16px;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease;
display: flex;
align-items: center;
white-space: nowrap;
opacity: 1;
}
.tngd-nav-link svg {
opacity: 0.7;
}
.tngd-header-right {
display: flex;
align-items: center;
gap: 24px;
letter-spacing: 0;
}
.tngd-header-link {
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: 500;
opacity: 1;
transition: opacity 0.2s;
white-space: nowrap;
}
.tngd-header-link svg {
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 4px;
}
.tngd-btn-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    padding: 12px 24px !important;
    background-color: var(--tngd-themesb--cta-button-active, #014F9A);
    color: var(--tngd-themesb--bright-t1, #ffffff) !important;
    border: none;
    cursor: pointer;
    width: fit-content;
    white-space: nowrap;
}
.tngd-btn-solid:hover {
    background-color: var(--tngd-themesb--cta-button-hover, #013e7a);
}
.tngd-btn-solid svg {
    stroke: currentColor;
    transition: transform 0.3s ease;
    margin-left: 8px;
}
.tngd-btn-solid:hover svg {
    transform: translateX(5px);
}
.tngd-header-dynamic-menu {
display: flex;
align-items: center;
gap: 24px;
}
.tngd-header-right h5 {
font-weight: 400 !important;
letter-spacing: 0;
}
.tngd-header-right a:hover h5,
.tngd-header-right button:hover h5 {
text-decoration: none !important;
font-weight: 600 !important;
}
.tngd-header-dropdown {
display: inline-block;
}
.tngd-header-dropdown-toggle {
background: none;
border: none;
cursor: pointer;
font-family: inherit;
display: flex;
align-items: center;
}
.tngd-header-dropdown-menu {
position: absolute;
top: 100%;
left: 0; 
right: 0;
width: 100%;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-bottom: 1px solid #eee;
box-shadow: 0 15px 35px rgba(0,0,0,0.08);
opacity: 0;
visibility: hidden;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform: translateY(10px);
z-index: 10002;
padding: 40px 0;
display: block; 
margin-top: 0;
}
.tngd-header-dropdown-menu-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px;
}
.tngd-header-dropdown.active .tngd-header-dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.tngd-header-dropdown-item {
display: flex;
align-items: center;
justify-content: flex-start;
padding: 20px 24px;
margin: 0;
color: #130C52;
text-decoration: none;
border-radius: 12px;
position: relative;
isolation: isolate;
overflow: hidden;
}
.tngd-header-dropdown-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #423D75;
z-index: -1;
border-radius: 12px;
opacity: 0;
transition: opacity 0.3s ease;
}
.tngd-header-dropdown-item:hover::before {
opacity: 1;
}
.tngd-header-dropdown-item-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.tngd-header-dropdown-item-title {
    font-size: 15px;
    font-weight: 500;
}
.tngd-header-dropdown-item-desc {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    line-height: 1.4;
}
.tngd-header-dropdown-item:hover {
border-color: transparent !important;
color: #130C52 !important;
}
.tngd-header-dropdown-item:hover .tngd-header-dropdown-item-title,
.tngd-header-dropdown-item:hover .tngd-header-dropdown-item-title h4,
.tngd-header-dropdown-item:hover .tngd-header-dropdown-item-title h5,
.tngd-header-dropdown-item:hover .tngd-header-dropdown-item-title * {
color: #130C52 !important;
font-weight: 600;
}
.tngd-header-dropdown-item:hover .tngd-header-dropdown-item-desc {
color: #888;
}
.tngdwp-1-right-dropdown {
display: inline-block;
}
.tngdwp-1-right-link {
color: inherit;
text-decoration: none !important;
font-size: 14px;
font-weight: 500;
opacity: 1;
transition: opacity 0.2s;
white-space: nowrap;
box-shadow: none !important;
outline: none !important;
letter-spacing: 0;
}
.tngdwp-1-right-link svg {
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 4px;
}
.tngdwp-1-right-toggle {
background: none !important;
border: none !important;
cursor: pointer;
font-family: inherit;
display: flex;
align-items: center;
box-shadow: none !important;
margin: 0 !important;
padding: 10px !important;
}
.tngdwp-1-right-toggle h5 {
display: flex !important;
align-items: center !important;
gap: 4px;
margin: 0 !important;
}
.tngdwp-1-right-menu {
position: absolute;
top: 100%;
left: 0; 
right: 0;
width: 100%;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-bottom: 1px solid #eee;
box-shadow: 0 15px 35px rgba(0,0,0,0.08);
opacity: 0;
visibility: hidden;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform: translateY(10px);
z-index: 10002;
padding: 40px 0;
display: block; 
margin-top: 0;
}
.tngdwp-1-right-menu-inner {
max-width: 1280px;
margin: 0 auto;
padding: 0 28px;
display: grid;
grid-template-columns: repeat(4, 1fr); 
gap: 30px;
align-items: flex-start;
}
.tngdwp-1-right-dropdown.active .tngdwp-1-right-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.tngdwp-1-right-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
padding: 20px 24px;
margin: 0 !important;
color: #130C52 !important;
text-decoration: none !important;
border-radius: 12px;
background: transparent !important;
box-shadow: none !important;
border: none !important;
outline: none !important;
position: relative;
isolation: isolate;
overflow: hidden;
}
.tngdwp-1-right-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #dcd6e5;
z-index: -1;
border-radius: 12px;
opacity: 0;
transition: opacity 0.3s ease;
}
.tngdwp-1-right-item:hover::before,
.tngdwp-1-right-item.active-url::before {
opacity: 1;
}
.tngdwp-1-right-item-content {
display: flex;
flex-direction: column;
gap: 4px;
}
.tngdwp-1-right-item-title {
font-size: 15px;
font-weight: 500;
letter-spacing: 0;
}
.tngdwp-1-right-item-desc {
font-size: 13px;
font-weight: 400;
color: #888;
line-height: 1.4;
}
.tngdwp-1-right-item:hover,
.tngdwp-1-right-item.active-url {
border-color: transparent !important;
color: #130C52 !important;
background: transparent !important;
}
.tngdwp-1-right-item:hover .tngdwp-1-right-item-title,
.tngdwp-1-right-item.active-url .tngdwp-1-right-item-title,
.tngdwp-1-right-item:hover .tngdwp-1-right-item-title *,
.tngdwp-1-right-item.active-url .tngdwp-1-right-item-title * {
color: #130C52 !important;
font-weight: 600;
}
.tngdwp-1-right-item:hover .tngdwp-1-right-item-desc,
.tngdwp-1-right-item.active-url .tngdwp-1-right-item-desc {
color: #888 !important;
}
.tngdwp-1-right-item:hover h5,
.tngdwp-1-right-item.active-url h5,
.tngdwp-1-right-item:hover h4,
.tngdwp-1-right-item.active-url h4 {
color: #ffffff !important;
}
.tngd-lang-selector {
display: flex;
align-items: center;
gap: 6px;
color: #fff;
font-size: 14px;
font-weight: 500;
cursor: pointer;
padding: 6px 10px;
border-radius: 6px;
transition: background 0.2s;
border: none;
background: none;
}
.tngd-lang-flag {
width: 22px;
height: 16px;
border-radius: 2px;
object-fit: cover;
}
.tngd-menu-overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0);
z-index: 10000;
pointer-events: none;
transition: background 0.4s ease;
}
.tngd-menu-overlay.active {
background: transparent;
pointer-events: none; 
}
.tngd-mega-menu {
position: fixed; 
top: 72px;
left: 0;
right: 0;
background: transparent;
display: none;
z-index: 10000;
overflow: hidden;
max-height: 0;
opacity: 0;
padding: 12px 28px 40px;
transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, top 0.35s ease;
}
.tngd-header.tngd-header-scrolled + #tngd-menu-root .tngd-mega-menu,
.tngd-header.tngd-header-scrolled ~ #tngd-mega-menu { 
top: 64px;
}
.tngd-menu-component .tngd-mega-menu {
top: 72px;
}
.tngd-header.tngd-header-scrolled ~ .tngd-mega-menu,
.tngd-header.tngd-header-scrolled + .tngd-mega-menu,
.tngd-header.tngd-header-scrolled + * .tngd-mega-menu {
top: 64px;
}
.tngd-mega-menu.active {
display: block;
max-height: 700px;
opacity: 1;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
padding: 20px 0 40px; 
box-shadow: 0 12px 32px rgba(0,0,0,0.05); 
}
.tngd-mega-columns {
display: flex;
gap: 12px;             
align-items: stretch;  
max-width: 1280px;
margin: 0 auto;
padding: 0 16px;       
}
.tngd-mega-col-1 {
width: 280px;
min-width: 280px;
background: transparent; 
padding: 12px 0;
flex-shrink: 0;
display: flex;
flex-direction: column;
}
.tngd-l1-item {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 16px;
margin: 2px 10px;
cursor: pointer;
text-decoration: none;
color: #130C52;
border-radius: 12px;
background: transparent;
min-height: 72px;
position: relative;
isolation: isolate;
overflow: hidden;
}
.tngd-l1-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #dcd6e5;
z-index: -1;
border-radius: 12px;
opacity: 0;
transition: opacity 0.3s ease;
}
.tngd-l1-item:hover::before,
.tngd-l1-item.active::before,
.tngd-l1-item.active-url::before {
opacity: 1;
}
.tngd-l1-item:hover,
.tngd-l1-item.active {
border-color: transparent !important;
box-shadow: 0 4px 16px rgba(29, 32, 32, 0.1);
}
.tngd-l1-item:hover .tngd-l1-text,
.tngd-l1-item.active .tngd-l1-text,
.tngd-l1-item:hover .tngd-l1-text h4,
.tngd-l1-item.active .tngd-l1-text h4,
.tngd-l1-item:hover .tngd-l1-text h5,
.tngd-l1-item.active .tngd-l1-text h5,
.tngd-l1-item:hover .tngd-l1-text *,
.tngd-l1-item.active .tngd-l1-text * {
color: #130C52 !important;
font-weight: 700;
}
.tngd-l1-item.active::after { display: none; }
.tngd-l1-icon {
width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: all 0.2s ease;
}
.tngd-l1-icon.no-icon {
border-color: transparent;
background: transparent;
}
.tngd-l1-item.active .tngd-l1-icon,
.tngd-l1-item.active-url .tngd-l1-icon,
.tngd-l1-item.active-url-parent .tngd-l1-icon,
.tngd-l1-item:hover .tngd-l1-icon {
box-shadow: 0 4px 12px rgba(29, 32, 32, 0.15);
}
.tngd-l1-item.active .tngd-l1-icon.no-icon,
.tngd-l1-item:hover .tngd-l1-icon.no-icon {
border-color: transparent;
background: transparent;
box-shadow: none;
}
.tngd-l1-icon svg {
width: 18px;
height: 18px;
color: #130C52;
transition: color 0.2s ease;
}
.tngd-l1-item.active .tngd-l1-icon svg,
.tngd-l1-item:hover .tngd-l1-icon svg {
color: #130C52 !important;
}
.tngd-l1-text {
flex: 1;
font-size: 15px;
font-weight: 500;
color: #130C52;
}
.tngd-l1-arrow {
width: 16px;
height: 16px;
color: #1D2020;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
transition: color 0.2s, transform 0.2s;
}
.tngd-l1-item.active .tngd-l1-arrow,
.tngd-l1-item:hover .tngd-l1-arrow {
color: #130C52 !important;
transform: translateX(2px);
}
.tngd-mega-col-2,
.tngd-mega-col-3,
.tngd-mega-col-4,
.tngd-mega-col-5 {
width: 280px;
min-width: 280px;
flex-shrink: 0;
background: transparent;
padding: 12px 0;
display: none;
flex-direction: column;
border-left: 1px solid #f0f0f0;
margin-left: 10px;
padding-left: 10px;
}
.tngd-mega-col-2.active,
.tngd-mega-col-3.active,
.tngd-mega-col-4.active,
.tngd-mega-col-5.active {
display: flex;
}
.tngd-l2-item,
.tngd-l3-item,
.tngd-l4-item,
.tngd-l5-item {
display: flex;
align-items: center;
padding: 10px 16px;
margin: 2px 10px;
border-radius: 12px;
cursor: pointer;
text-decoration: none;
color: #130C52;
background: transparent; 
width: auto;
box-sizing: border-box;
min-height: 72px;
position: relative;
isolation: isolate;
overflow: hidden;
}
.tngd-l2-item::before,
.tngd-l3-item::before,
.tngd-l4-item::before,
.tngd-l5-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #dcd6e5;
z-index: -1;
border-radius: 12px;
opacity: 0;
transition: opacity 0.3s ease;
}
.tngd-l2-item:hover::before,
.tngd-l2-item.active::before,
.tngd-l2-item.active-url::before,
.tngd-l3-item:hover::before,
.tngd-l3-item.active::before,
.tngd-l3-item.active-url::before,
.tngd-l4-item:hover::before,
.tngd-l4-item.active::before,
.tngd-l4-item.active-url::before,
.tngd-l5-item:hover::before,
.tngd-l5-item.active::before,
.tngd-l5-item.active-url::before {
opacity: 1;
}
.tngd-l2-item:hover,
.tngd-l2-item.active,
.tngd-l3-item:hover,
.tngd-l3-item.active,
.tngd-l4-item:hover,
.tngd-l4-item.active,
.tngd-l5-item:hover,
.tngd-l5-item.active {
border-color: transparent !important;
}
.tngd-l2-item:hover .tngd-l2-title,
.tngd-l2-item.active .tngd-l2-title,
.tngd-l3-item:hover .tngd-l3-title,
.tngd-l3-item.active .tngd-l3-title,
.tngd-l4-item:hover .tngd-l4-title,
.tngd-l4-item.active .tngd-l4-title,
.tngd-l5-item:hover .tngd-l5-title,
.tngd-l5-item.active .tngd-l5-title,
.tngd-l2-item:hover .tngd-l2-title h4,
.tngd-l2-item.active .tngd-l2-title h4,
.tngd-l3-item:hover .tngd-l3-title h4,
.tngd-l3-item.active .tngd-l3-title h4,
.tngd-l4-item:hover .tngd-l4-title h4,
.tngd-l4-item.active .tngd-l4-title h4,
.tngd-l5-item:hover .tngd-l5-title h4,
.tngd-l5-item.active .tngd-l5-title h4,
.tngd-l2-item:hover .tngd-l2-title h5,
.tngd-l2-item.active .tngd-l2-title h5,
.tngd-l3-item:hover .tngd-l3-title h5,
.tngd-l3-item.active .tngd-l3-title h5,
.tngd-l4-item:hover .tngd-l4-title h5,
.tngd-l4-item.active .tngd-l4-title h5,
.tngd-l5-item:hover .tngd-l5-title h5,
.tngd-l5-item.active .tngd-l5-title h5,
.tngd-l2-item:hover .tngd-l2-title *,
.tngd-l2-item.active .tngd-l2-title *,
.tngd-l3-item:hover .tngd-l3-title *,
.tngd-l3-item.active .tngd-l3-title *,
.tngd-l4-item:hover .tngd-l4-title *,
.tngd-l4-item.active .tngd-l4-title *,
.tngd-l5-item:hover .tngd-l5-title *,
.tngd-l5-item.active .tngd-l5-title * {
color: #130C52 !important;
font-weight: 700;
}
.tngd-l2-item:hover .tngd-l2-desc,
.tngd-l2-item.active .tngd-l2-desc,
.tngd-l3-item:hover .tngd-l3-desc,
.tngd-l3-item.active .tngd-l3-desc,
.tngd-l4-item:hover .tngd-l4-desc,
.tngd-l4-item.active .tngd-l4-desc,
.tngd-l5-item:hover .tngd-l5-desc,
.tngd-l5-item.active .tngd-l5-desc {
color: #888;
}
.tngd-sub-icon {
width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: all 0.2s ease;
margin-right: 12px;
}
.tngd-sub-icon.no-icon {
border-color: transparent;
background: transparent;
}
.tngd-l2-item.active .tngd-sub-icon,
.tngd-l2-item.active-url .tngd-sub-icon,
.tngd-l2-item.active-url-parent .tngd-sub-icon,
.tngd-l2-item:hover .tngd-sub-icon,
.tngd-l3-item.active .tngd-sub-icon,
.tngd-l3-item.active-url .tngd-sub-icon,
.tngd-l3-item.active-url-parent .tngd-sub-icon,
.tngd-l3-item:hover .tngd-sub-icon,
.tngd-l4-item.active .tngd-sub-icon,
.tngd-l4-item.active-url .tngd-sub-icon,
.tngd-l4-item.active-url-parent .tngd-sub-icon,
.tngd-l4-item:hover .tngd-sub-icon,
.tngd-l5-item.active .tngd-sub-icon,
.tngd-l5-item.active-url .tngd-sub-icon,
.tngd-l5-item:hover .tngd-sub-icon {
box-shadow: 0 4px 12px rgba(29, 32, 32, 0.15);
}
.tngd-l2-item.active .tngd-sub-icon.no-icon,
.tngd-l2-item:hover .tngd-sub-icon.no-icon,
.tngd-l3-item.active .tngd-sub-icon.no-icon,
.tngd-l3-item:hover .tngd-sub-icon.no-icon,
.tngd-l4-item.active .tngd-sub-icon.no-icon,
.tngd-l4-item:hover .tngd-sub-icon.no-icon,
.tngd-l5-item.active .tngd-sub-icon.no-icon,
.tngd-l5-item:hover .tngd-sub-icon.no-icon {
border-color: transparent;
background: transparent;
box-shadow: none;
}
.tngd-l2-content,
.tngd-l3-content,
.tngd-l4-content,
.tngd-l5-content { flex: 1; min-width: 0; }
.tngd-l2-title,
.tngd-l3-title,
.tngd-l4-title,
.tngd-l5-title {
font-size: 15px;
font-weight: 500;
color: #130C52;
line-height: 1.3;
display: flex;
justify-content: space-between;
align-items: center;
}
.tngd-l2-desc,
.tngd-l3-desc,
.tngd-l4-desc,
.tngd-l5-desc {
font-size: 12px;
color: #888;
margin-top: 4px;
line-height: 1.4;
}
.tngd-l2-arrow,
.tngd-l3-arrow,
.tngd-l4-arrow {
width: 16px;
height: 16px;
color: #1D2020!important;
flex-shrink: 0;
margin-left: 4px;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.2s;
}
.tngd-l2-item.active .tngd-l2-arrow,
.tngd-l2-item:hover .tngd-l2-arrow,
.tngd-l3-item.active .tngd-l3-arrow,
.tngd-l3-item:hover .tngd-l3-arrow,
.tngd-l4-item.active .tngd-l4-arrow,
.tngd-l4-item:hover .tngd-l4-arrow {
transform: translateX(2px);
}
.tngd-mobile-menu {
display: none;
position: fixed;
top: 64px;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.9);
z-index: 10000;
overflow: hidden;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
.tngd-mobile-menu.active {
display: block;
}
.tngd-mobile-panels {
display: flex;
width: 500%; 
height: 100%;
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.tngd-mobile-panels[data-level="1"] { transform: translateX(0); }
.tngd-mobile-panels[data-level="2"] { transform: translateX(-20%); }
.tngd-mobile-panels[data-level="3"] { transform: translateX(-40%); }
.tngd-mobile-panels[data-level="4"] { transform: translateX(-60%); }
.tngd-mobile-panels[data-level="5"] { transform: translateX(-80%); }
.tngd-mobile-panel {
width: 20%; 
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.tngd-mobile-panel-1 {
background: transparent;
padding: 8px 0;
}
.tngd-m-l1-item {
display: flex;
align-items: center;
gap: 14px;
padding: 16px 20px;
cursor: pointer;
text-decoration: none;
color: #130C52;
border-bottom: 1px solid rgba(0,0,0,0.05);
position: relative;
isolation: isolate;
overflow: hidden;
border-radius: 12px;
}
.tngd-m-l1-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #dcd6e5;
z-index: -1;
border-radius: 12px;
opacity: 0;
transition: opacity 0.3s ease;
}
.tngd-m-l1-item:hover::before,
.tngd-m-l1-item:active::before,
.tngd-m-l1-item.active-url::before {
opacity: 1;
}
.tngd-m-l1-item:hover,
.tngd-m-l1-item:active {
border-color: transparent !important;
}
.tngd-m-l1-item:hover .tngd-m-l1-text,
.tngd-m-l1-item:active .tngd-m-l1-text,
.tngd-m-l1-item:hover .tngd-m-l1-text h4,
.tngd-m-l1-item:active .tngd-m-l1-text h4,
.tngd-m-l1-item:hover .tngd-m-l1-text h5,
.tngd-m-l1-item:active .tngd-m-l1-text h5,
.tngd-m-l1-item:hover .tngd-m-l1-text *,
.tngd-m-l1-item:active .tngd-m-l1-text * {
color: #130C52 !important;
font-weight: 700;
}
.tngd-m-l1-icon {
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
background: #fff;
}
.tngd-m-l1-icon svg {
width: 18px;
height: 18px;
color: #130C52;
transition: color 0.2s ease;
}
.tngd-m-l1-item:hover .tngd-m-l1-icon svg,
.tngd-m-l1-item:active .tngd-m-l1-icon svg {
color: #130C52;
}
.tngd-m-l1-text {
flex: 1;
font-size: 16px;
font-weight: 600;
color: #130C52;
}
.tngd-m-l1-arrow {
width: 16px;
height: 16px;
color: #1D2020;
flex-shrink: 0;
transition: color 0.2s ease;
}
.tngd-m-l1-item:hover .tngd-m-l1-arrow,
.tngd-m-l1-item:active .tngd-m-l1-arrow {
color: #1D2020;
}
.tngd-mobile-panel-2,
.tngd-mobile-panel-3,
.tngd-mobile-panel-4,
.tngd-mobile-panel-5 {
background: transparent;
padding: 8px 0;
}
.tngd-m-back-btn {
display: flex;
align-items: center;
gap: 8px;
padding: 16px 20px;
background: transparent;
border: none;
color: #130C52;
font-size: 14px;
font-weight: 600;
cursor: pointer;
width: 100%;
text-align: left;
transition: background 0.2s;
font-family: inherit;
border-bottom: 2px solid rgba(0,0,0,0.05);
}
.tngd-m-back-btn:hover {
background: rgba(0,0,0,0.05);
}
.tngd-m-back-btn svg {
width: 18px;
height: 18px;
}
.tngd-m-l2-item,
.tngd-m-l3-item,
.tngd-m-l4-item,
.tngd-m-l5-item {
display: flex;
align-items: center;
padding: 16px 20px;
cursor: pointer;
text-decoration: none;
color: #130C52;
border-bottom: 1px solid rgba(0,0,0,0.05);
position: relative;
isolation: isolate;
overflow: hidden;
border-radius: 12px;
}
.tngd-m-l2-item::before,
.tngd-m-l3-item::before,
.tngd-m-l4-item::before,
.tngd-m-l5-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #dcd6e5;
z-index: -1;
border-radius: 12px;
opacity: 0;
transition: opacity 0.3s ease;
}
.tngd-m-l2-item:hover::before,
.tngd-m-l2-item:active::before,
.tngd-m-l2-item.active-url::before,
.tngd-m-l3-item:hover::before,
.tngd-m-l3-item:active::before,
.tngd-m-l3-item.active-url::before,
.tngd-m-l4-item:hover::before,
.tngd-m-l4-item:active::before,
.tngd-m-l4-item.active-url::before,
.tngd-m-l5-item:hover::before,
.tngd-m-l5-item:active::before,
.tngd-m-l5-item.active-url::before {
opacity: 1;
}
.tngd-m-l2-item:hover,
.tngd-m-l2-item:active,
.tngd-m-l3-item:hover,
.tngd-m-l3-item:active,
.tngd-m-l4-item:hover,
.tngd-m-l4-item:active,
.tngd-m-l5-item:hover,
.tngd-m-l5-item:active {
border-color: transparent !important;
}
.tngd-m-l2-content,
.tngd-m-l3-content,
.tngd-m-l4-content,
.tngd-m-l5-content {
flex: 1;
}
.tngd-m-l2-title,
.tngd-m-l3-title,
.tngd-m-l4-title,
.tngd-m-l5-title {
font-size: 16px;
font-weight: 600;
color: #130C52;
}
.tngd-m-l2-desc,
.tngd-m-l3-desc,
.tngd-m-l4-desc,
.tngd-m-l5-desc {
font-size: 12px;
color: #888;
margin-top: 2px;
}
.tngd-m-l2-item:hover .tngd-m-l2-title,
.tngd-m-l2-item:active .tngd-m-l2-title,
.tngd-m-l3-item:hover .tngd-m-l3-title,
.tngd-m-l3-item:active .tngd-m-l3-title,
.tngd-m-l4-item:hover .tngd-m-l4-title,
.tngd-m-l4-item:active .tngd-m-l4-title,
.tngd-m-l5-item:hover .tngd-m-l5-title,
.tngd-m-l5-item:active .tngd-m-l5-title,
.tngd-m-l2-item:hover .tngd-m-l2-title h4,
.tngd-m-l2-item:active .tngd-m-l2-title h4,
.tngd-m-l3-item:hover .tngd-m-l3-title h4,
.tngd-m-l3-item:active .tngd-m-l3-title h4,
.tngd-m-l4-item:hover .tngd-m-l4-title h4,
.tngd-m-l4-item:active .tngd-m-l4-title h4,
.tngd-m-l5-item:hover .tngd-m-l5-title h4,
.tngd-m-l5-item:active .tngd-m-l5-title h4,
.tngd-m-l2-item:hover .tngd-m-l2-title h5,
.tngd-m-l2-item:active .tngd-m-l2-title h5,
.tngd-m-l3-item:hover .tngd-m-l3-title h5,
.tngd-m-l3-item:active .tngd-m-l3-title h5,
.tngd-m-l4-item:hover .tngd-m-l4-title h5,
.tngd-m-l4-item:active .tngd-m-l4-title h5,
.tngd-m-l5-item:hover .tngd-m-l5-title h5,
.tngd-m-l5-item:active .tngd-m-l5-title h5,
.tngd-m-l2-item:hover .tngd-m-l2-title *,
.tngd-m-l2-item:active .tngd-m-l2-title *,
.tngd-m-l3-item:hover .tngd-m-l3-title *,
.tngd-m-l3-item:active .tngd-m-l3-title *,
.tngd-m-l4-item:hover .tngd-m-l4-title *,
.tngd-m-l4-item:active .tngd-m-l4-title *,
.tngd-m-l5-item:hover .tngd-m-l5-title *,
.tngd-m-l5-item:active .tngd-m-l5-title * {
color: #130C52 !important;
font-weight: 700;
}
.tngd-m-l2-item:hover .tngd-m-l2-desc,
.tngd-m-l2-item:active .tngd-m-l2-desc,
.tngd-m-l3-item:hover .tngd-m-l3-desc,
.tngd-m-l3-item:active .tngd-m-l3-desc,
.tngd-m-l4-item:hover .tngd-m-l4-desc,
.tngd-m-l4-item:active .tngd-m-l4-desc,
.tngd-m-l5-item:hover .tngd-m-l5-desc,
.tngd-m-l5-item:active .tngd-m-l5-desc {
color: #888;
}
.tngd-m-l2-arrow,
.tngd-m-l3-arrow,
.tngd-m-l4-arrow,
.tngd-m-l5-arrow {
width: 16px;
height: 16px;
color: #1D2020;
flex-shrink: 0;
transition: color 0.2s ease;
}
.tngd-m-l1-arrow svg,
.tngd-m-l2-arrow svg,
.tngd-m-l3-arrow svg,
.tngd-m-l4-arrow svg,
.tngd-m-l5-arrow svg,
.tngd-l1-arrow svg,
.tngd-l2-arrow svg,
.tngd-l3-arrow svg,
.tngd-l4-arrow svg {
display: block;
width: 100%;
height: 100%;
}
.tngd-m-l2-item:hover .tngd-m-l2-arrow,
.tngd-m-l2-item:active .tngd-m-l2-arrow,
.tngd-m-l3-item:hover .tngd-m-l3-arrow,
.tngd-m-l3-item:active .tngd-m-l3-arrow,
.tngd-m-l4-item:hover .tngd-m-l4-arrow,
.tngd-m-l4-item:active .tngd-m-l4-arrow,
.tngd-m-l5-item:hover .tngd-m-l5-arrow,
.tngd-m-l5-item:active .tngd-m-l5-arrow {
color: #1D2020;
}
.tngd-menu-loading {
display: flex;
align-items: center;
justify-content: center;
padding: 60px 20px;
color: #999;
font-size: 14px;
gap: 10px;
}
.tngd-menu-loading .spinner {
width: 20px;
height: 20px;
border: 2px solid #e0d4f0;
border-top-color: #1D2020;
border-radius: 50%;
animation: tngd-spin 0.8s linear infinite;
}
@keyframes tngd-spin {
to { transform: rotate(360deg); }
}
.tngd-menu-error {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 40px 20px;
color: #999;
font-size: 14px;
text-align: center;
gap: 12px;
}
.tngd-menu-error button {
padding: 8px 20px;
background: #1D2020;
color: #fff;
border: none;
border-radius: 8px;
font-size: 13px;
font-weight: 500;
cursor: pointer;
transition: background 0.2s;
font-family: inherit;
}
.tngd-menu-error button:hover {
background: #5a0d9a;
}
@media (min-width: 992px) {
.tngd-mobile-menu { display: none !important; }
}
@media (max-width: 991px) {
.tngd-desktop-nav { display: none; }
.tngd-mega-menu { display: none !important; }
.tngd-header {
padding: 0 16px;
height: 56px;
}
.tngd-header-right {
gap: 12px;
}
    .tngd-header-right .tngd-header-link {
        display: flex;
    }
    .tngd-header-right .tngd-header-link svg {
        margin: 0;
        width: 20px;
        height: 20px;
    }
.tngd-header-right .tngd-header-dynamic-menu {
display: none;
}
.tngd-mobile-menu {
top: 56px;
}
.tngd-hamburger-close {
display: flex;
}
}
.tngd-close-btn {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 8px;
border-radius: 8px;
transition: background 0.2s;
color: #fff;
}
.tngd-close-btn:hover {
background: rgba(255, 255, 255, 0.15);
}
.tngd-close-btn svg {
width: 22px;
height: 22px;
}
@media (max-width: 991px) {
.tngd-header-menu-open .tngd-header-link,
.tngd-header-menu-open #weglot_here {
    display: none !important;
}
.tngd-close-btn.active {
display: none;
}
}
.tngd-mobile-search-container {
    padding: 12px 16px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.tngd-mobile-search-box {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 0 4px 0 12px;
    height: 44px;
}
.tngd-mobile-search-box input {
    flex: 1;
    border: none;
    background: none;
    padding: 8px 4px;
    font-size: 14px;
    outline: none;
    font-family: inherit;
    color: #130C52;
}
.tngd-mobile-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #130C52;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s;
}
.tngd-mobile-search-btn:hover {
    background: #0a0830;
}
.tngd-mobile-search-btn svg {
    width: 16px;
    height: 16px;
    color: #fff;
}
.tngd-mobile-bottom-cta {
    padding: 20px 16px;
    border-top: 1px solid #f0f0f0;
}
.tngd-mobile-login-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 14px 24px !important;
    font-size: 15px !important;
    border-radius: 50px !important;
}
.tngd-mobile-dynamic-menu {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.tngd-mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #130C52;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
}
.tngd-mobile-btn:active {
    background: #f0f0f0;
}
@keyframes tngd-fadeInUp {
from {
opacity: 0;
transform: translateY(8px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.tngd-animate-item {
animation: tngd-fadeInUp 0.25s ease forwards;
opacity: 0;
}
.tngd-l1-item.highlighted .tngd-l1-text,
.tngd-m-l1-item.highlighted .tngd-m-l1-text {
color: #1D2020;
font-weight: 700;
}
.tngd-l1-item.highlighted .tngd-l1-icon,
.tngd-m-l1-item.highlighted .tngd-m-l1-icon {
background: #1D2020;
border-color: #1D2020;
}
.tngd-l1-item.highlighted .tngd-l1-icon svg,
.tngd-m-l1-item.highlighted .tngd-m-l1-icon svg {
color: #fff;
}
.tngd-l2-item.highlighted .tngd-l2-title,
.tngd-l3-item.highlighted .tngd-l3-title,
.tngd-l4-item.highlighted .tngd-l4-title,
.tngd-l5-item.highlighted .tngd-l5-title,
.tngd-m-l2-item.highlighted .tngd-m-l2-title,
.tngd-m-l3-item.highlighted .tngd-m-l3-title,
.tngd-m-l4-item.highlighted .tngd-m-l4-title,
.tngd-m-l5-item.highlighted .tngd-m-l5-title {
color: #130C52;
font-weight: 700;
}
.tngd-l1-item.active-url {
background: transparent !important;
border-radius: 0 !important;
box-shadow: 0 4px 16px rgba(29, 32, 32, 0.12) !important;
position: relative;
}

.tngd-l1-item.active-url .tngd-l1-text,
.tngd-l1-item.active-url .tngd-l1-text h4,
.tngd-l1-item.active-url .tngd-l1-text h5,
.tngd-l1-item.active-url .tngd-l1-text * {
color: #130C52 !important;
font-weight: 700;
}
.tngd-l1-item.active-url .tngd-l1-icon {
border-color: #130C52;
background: rgba(29, 32, 32, 0.08);
}
.tngd-l1-item.active-url .tngd-l1-icon svg { color: #130C52; }
.tngd-l1-item.active-url-parent {
background: transparent !important;
border-radius: 0 !important;
position: relative;
border-left: 4px solid rgba(29, 32, 32, 0.3);
}
.tngd-l1-item.active-url-parent .tngd-l1-text {
color: #1D2020;
font-weight: 700;
}
.tngd-l2-item.active-url {
background: transparent !important;
border-radius: 0 !important;
position: relative;
}

.tngd-l2-item.active-url .tngd-l2-title,
.tngd-l2-item.active-url .tngd-l2-title h4,
.tngd-l2-item.active-url .tngd-l2-title h5,
.tngd-l2-item.active-url .tngd-l2-title * {
color: #130C52 !important;
font-weight: 700;
}
.tngd-l2-item.active-url .tngd-sub-icon {
border-color: #130C52;
background: rgba(29, 32, 32, 0.08);
}
.tngd-l2-item.active-url .tngd-sub-icon svg { color: #130C52; }
.tngd-l2-item.active-url-parent {
background: transparent !important;
border-radius: 0 !important;
border-left: 3px dashed rgba(29, 32, 32, 0.3);
}
.tngd-l2-item.active-url-parent .tngd-l2-title { color: #1D2020; font-weight: 700; }
.tngd-l3-item.active-url {
background: transparent !important;
border-radius: 0 !important;
position: relative;
}

.tngd-l3-item.active-url .tngd-l3-title,
.tngd-l3-item.active-url .tngd-l3-title h4,
.tngd-l3-item.active-url .tngd-l3-title h5,
.tngd-l3-item.active-url .tngd-l3-title * {
color: #130C52 !important;
font-weight: 700;
}
.tngd-l3-item.active-url .tngd-sub-icon {
border-color: #130C52;
background: rgba(29, 32, 32, 0.08);
}
.tngd-l3-item.active-url .tngd-sub-icon svg { color: #130C52; }
.tngd-l3-item.active-url-parent {
background: transparent !important;
border-radius: 0 !important;
border-left: 3px dashed rgba(29, 32, 32, 0.3);
}
.tngd-l3-item.active-url-parent .tngd-l3-title { color: #1D2020; font-weight: 700; }
.tngd-l4-item.active-url {
background: transparent !important;
border-radius: 0 !important;
position: relative;
}

.tngd-l4-item.active-url .tngd-l4-title,
.tngd-l4-item.active-url .tngd-l4-title h4,
.tngd-l4-item.active-url .tngd-l4-title h5,
.tngd-l4-item.active-url .tngd-l4-title * { color: #130C52 !important; font-weight: 700; }
.tngd-l4-item.active-url .tngd-sub-icon { border-color: #130C52; background: rgba(29, 32, 32,0.08); }
.tngd-l4-item.active-url .tngd-sub-icon svg { color: #130C52; }
.tngd-l4-item.active-url-parent {
background: transparent !important;
border-radius: 0 !important;
border-left: 3px dashed rgba(29, 32, 32, 0.3);
}
.tngd-l4-item.active-url-parent .tngd-l4-title { color: #1D2020; font-weight: 700; }
.tngd-l5-item.active-url {
background: transparent !important;
border-radius: 0 !important;
position: relative;
}

.tngd-l5-item.active-url .tngd-l5-title,
.tngd-l5-item.active-url .tngd-l5-title h4,
.tngd-l5-item.active-url .tngd-l5-title h5,
.tngd-l5-item.active-url .tngd-l5-title * { color: #130C52 !important; font-weight: 700; }
.tngd-l5-item.active-url .tngd-sub-icon { border-color: #130C52; background: rgba(29, 32, 32,0.08); }
.tngd-l5-item.active-url .tngd-sub-icon svg { color: #130C52; }
.tngd-m-l1-item.active-url {
background: transparent !important;
border-radius: 0 !important;
position: relative;
}

.tngd-m-l1-item.active-url .tngd-m-l1-text,
.tngd-m-l1-item.active-url .tngd-m-l1-text h4,
.tngd-m-l1-item.active-url .tngd-m-l1-text h5,
.tngd-m-l1-item.active-url .tngd-m-l1-text * { color: #130C52 !important; font-weight: 700; }
.tngd-m-l1-item.active-url .tngd-m-l1-icon { border-color: #130C52; }
.tngd-m-l1-item.active-url .tngd-m-l1-icon svg { color: #130C52; }
.tngd-m-l1-item.active-url-parent {
background: transparent !important;
border-radius: 0 !important;
border-left: 4px solid rgba(29, 32, 32, 0.45);
}
.tngd-m-l1-item.active-url-parent .tngd-m-l1-text { color: #1D2020; font-weight: 700; }
.tngd-m-l2-item.active-url,
.tngd-m-l3-item.active-url,
.tngd-m-l4-item.active-url,
.tngd-m-l5-item.active-url {
background: transparent !important;
border-radius: 0 !important;
position: relative;
}

.tngd-m-l2-item.active-url .tngd-m-l2-title,
.tngd-m-l3-item.active-url .tngd-m-l3-title,
.tngd-m-l4-item.active-url .tngd-m-l4-title,
.tngd-m-l5-item.active-url .tngd-m-l5-title {
color: #130C52 !important;
font-weight: 700;
}
.tngd-m-l2-item.active-url-parent,
.tngd-m-l3-item.active-url-parent,
.tngd-m-l4-item.active-url-parent,
.tngd-m-l5-item.active-url-parent {
background: transparent !important;
border-radius: 0 !important;
border-left: 4px solid rgba(29, 32, 32, 0.45);
}
.tngd-search-overlay {
position: fixed;
inset: 0;
background: rgba(26, 26, 26, 0.85); 
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
z-index: 10005;
display: flex;
justify-content: center;
align-items: flex-start;
padding-top: 15vh;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
.tngd-search-overlay.active {
opacity: 1;
pointer-events: auto;
}
.tngd-search-modal {
width: 100%;
max-width: 600px;
background: #fff;
border-radius: 16px;
padding: 32px;
box-shadow: 0 20px 60px rgba(0,0,0,0.2);
position: relative;
transform: translateY(-20px);
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.tngd-search-overlay.active .tngd-search-modal {
transform: translateY(0);
}
.tngd-search-close {
position: absolute;
top: -48px;
right: 0;
background: none;
border: none;
color: #fff;
cursor: pointer;
padding: 8px;
transition: transform 0.2s;
}
.tngd-search-close:hover {
transform: scale(1.1);
}
.tngd-search-close svg {
width: 28px;
height: 28px;
}
.tngd-search-form {
display: flex;
align-items: center;
border-bottom: 2px solid #130C52;
padding-bottom: 8px;
}
.tngd-search-input {
flex: 1;
border: none;
outline: none;
font-size: 24px;
font-family: inherit;
color: #130C52;
background: transparent;
padding: 8px 12px;
}
.tngd-search-input::placeholder {
color: #bbb;
}
.tngd-search-submit {
background: none;
border: none;
cursor: pointer;
color: #130C52;
padding: 8px;
transition: opacity 0.2s;
}
.tngd-search-submit:hover {
opacity: 0.7;
}
.tngd-search-submit svg {
width: 28px;
height: 28px;
}
.tngd-footer {
font-family: 'Inter', sans-serif;
color: #fff;
background-color: #080522; 
width: 100%;
}
.tngd-footer-top {
padding: 60px 5%;
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
gap: 20px;
max-width: 1440px;
margin: 0 auto;
}
.tngd-footer-brand {
width: 25%;
min-width: 240px;
}
.tngd-footer-logo {
width: 128px;
height: auto;
margin-bottom: 16px;
display: block;
}
.tngd-footer-logos-top {
display: none;
}
.tngd-footer-logos-top .tngd-footer-logo {
height: 40px;
width: auto;
margin-bottom: 0;
}
.tngd-footer-copy {
font-size: 11px;
color: rgba(255,255,255,0.7);
margin-bottom: 0;
}
.tngd-footer-copyright-group .tngd-footer-copy {
margin-bottom: 0px;
}
.tngd-footer-copyright-group .tngd-footer-copy:last-child {
margin-bottom: 0;
}
.tngd-footer-company {
font-size: 11px;
color: rgba(255,255,255,0.8);
margin-bottom: 16px;
line-height: 1.5;
}
.tngd-footer-company strong {
color: #fff;
font-weight: 600;
}
.tngd-footer-divider {
border: none;
border-top: 1px solid rgba(255,255,255,0.2);
margin: 24px 0 16px 0;
width: 24px;
}
.tngd-footer-contact {
font-size: 12px;
color: rgba(255,255,255,0.8);
line-height: 1.6;
}
.tngd-footer-contact p {
margin: 0 0 10px 0;
display: flex;
align-items: flex-start;
}
.tngd-footer-contact span {
margin-right: 8px;
}
.tngd-footer-links-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
flex: 1;
}
.tngd-footer-nav-col {
display: flex;
flex-direction: column;
}
.tngd-footer-nav-col h4 {
font-size: 12px;
font-weight: 700;
margin: 0 0 16px 0;
color: #fff;
}
.tngd-footer-nav-col a {
color: rgba(255,255,255,0.7);
text-decoration: none;
font-size: 12px;
margin-bottom: 12px;
transition: color 0.2s;
}
.tngd-footer-nav-col a:hover {
color: #fff;
text-decoration: underline;
}
.tngd-footer-social {
max-width: 1440px;
margin: 0 auto;
padding: 0 5% 40px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end !important;
}
.tngd-footer-social-content {
display: flex;
flex-direction: column;
align-items: flex-start !important;
}
.tngd-footer-social-title {
font-size: 11px;
margin-bottom: 12px;
color: #fff;
}
.tngd-footer-social-icons {
display: flex;
gap: 12px;
}
.tngd-footer-social-icons a {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
text-decoration: none;
transition: opacity 0.2s;
}
.tngd-footer-social-icons a:hover {
opacity: 0.8;
}
.tngd-footer-bottom {
background-color: #fff;
color: #333;
padding: 40px 5%;
text-align: center;
}
.tngd-footer-bottom-logos {
display: flex;
justify-content: center;
align-items: center;
gap: 40px;
margin-bottom: 24px;
}
.tngd-footer-bottom-logos img {
height: 48px;
object-fit: contain;
}
.tngd-footer-bottom-links {
font-size: 12px;
font-weight: 500;
color: #666;
line-height: 2;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 8px;
}
.tngd-footer-bottom-links a {
color: #666;
text-decoration: none;
margin: 0 4px;
}
.tngd-footer-bottom-links a:hover {
color: #1a1a1a;
}
@media (max-width: 992px) {
.tngd-footer-top {
flex-direction: column;
padding: 40px 24px 0;
}
.tngd-footer-brand {
width: 100%;
margin-bottom: 24px;
}
.tngd-footer-links-container {
display: none;
}
.tngd-footer-social {
width: 100%;
flex-direction: column;
align-items: center;
padding: 24px 24px 40px;
}
.tngd-footer-social .tngd-footer-copy {
margin-bottom: 0px;
text-align: center;
}
.tngd-footer-social-content {
align-items: center;
}
.tngd-footer-social-title {
font-size: 13px;
text-align: center;
margin-bottom: 16px;
}
.tngd-footer-social-icons {
justify-content: center;
gap: 16px;
}
.tngd-footer-bottom-logos {
flex-wrap: wrap;
row-gap: 24px;
column-gap: 32px;
}
.tngd-footer-bottom-links {
font-size: 12px;
}
}

.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 30px !important; 
}

.country-selector.weglot-dropdown .wgcurrent {
    border: none !important;
	background-color: #ffffffF2 !important;
}


