.sustenable-global-header {
position: relative;
z-index: 100;
background: #fff;
}

.sustenable-header-shell-v1 {
background: #fff;
}

.sustenable-header-logo-v1 .elementor-widget-container {
line-height: 0;
}

.sustenable-header-logo-v1 img {
display: block;
height: auto;
}

.sustenable-header-nav-v1 {
min-width: 0;
}

.sustenable-native-nav {
width: 100%;
font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sustenable-native-nav__toggle,
.sustenable-native-nav__mobile-cta {
display: none;
}

.sustenable-native-nav__panel {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 24px;
width: 100%;
}

.sustenable-native-nav__list {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 30px;
margin: 0;
padding: 0;
list-style: none;
}

.sustenable-native-nav__list li {
margin: 0;
padding: 0;
}

.sustenable-native-nav__list a {
position: relative;
display: inline-flex;
align-items: center;
min-height: 38px;
padding: 2px 0;
color: #272727;
font-size: 16px;
font-weight: 500;
line-height: 1.2;
letter-spacing: 0.01em;
text-decoration: none;
transition: color 180ms ease;
}

.sustenable-native-nav__list a::after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 2px;
background: #e61c1e;
content: "";
opacity: 0;
transform: scaleX(0.45);
transform-origin: center;
transition:
opacity 180ms ease,
transform 180ms ease;
}

.sustenable-native-nav__list a:hover,
.sustenable-native-nav__list a:focus-visible,
.sustenable-native-nav__list .is-current > a {
color: #e61c1e;
}

.sustenable-native-nav__list a:hover::after,
.sustenable-native-nav__list a:focus-visible::after,
.sustenable-native-nav__list .is-current > a::after {
opacity: 1;
transform: scaleX(1);
}

.sustenable-native-nav__language {
display: inline-flex;
align-items: center;
justify-content: center;
width: auto;
height: 38px;
flex: 0 0 auto;
padding-left: 22px;
border: 0;
border-left: 1px solid #d4d4d4;
border-radius: 0;
color: #272727;
font-size: 12px;
font-weight: 600;
line-height: 1;
letter-spacing: 0.08em;
text-decoration: none;
transition:
border-color 180ms ease,
color 180ms ease;
}

.sustenable-native-nav__language:hover,
.sustenable-native-nav__language:focus-visible {
color: #e61c1e;
}

.sustenable-header-cta-v1 .elementor-button {
padding: 14px 22px !important;
border: 1px solid #e61c1e !important;
border-radius: 2px !important;
background: #e61c1e !important;
box-shadow: none !important;
color: #fff !important;
font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-size: 15px !important;
font-weight: 600 !important;
line-height: 1.2 !important;
letter-spacing: 0.01em !important;
transition:
background-color 180ms ease,
border-color 180ms ease !important;
}

.sustenable-header-cta-v1 .elementor-button:hover,
.sustenable-header-cta-v1 .elementor-button:focus-visible {
border-color: #c91719 !important;
background: #c91719 !important;
color: #fff !important;
}

@media (max-width: 1024px) {

.sustenable-header-action-v1 {
display: none !important;
}

.sustenable-header-nav-v1,
.sustenable-header-nav-v1 > .e-con-inner,
.sustenable-header-nav-v1 .elementor-widget,
.sustenable-header-nav-v1 .elementor-widget-container,
.sustenable-native-nav {
position: static !important;
}

.sustenable-native-nav {
display: flex;
justify-content: flex-end;
}

.sustenable-native-nav__toggle {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-width: 44px;
min-height: 44px;
padding: 0 2px;
border: 0;
background: transparent;
color: #272727;
font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: 600;
cursor: pointer;
}

.sustenable-native-nav__toggle-icon {
display: inline-flex;
width: 22px;
height: 16px;
flex-direction: column;
justify-content: space-between;
}

.sustenable-native-nav__toggle-icon span {
display: block;
width: 100%;
height: 1.5px;
background: currentColor;
transition:
transform 180ms ease,
opacity 180ms ease;
}

.sustenable-native-nav.is-open
.sustenable-native-nav__toggle-icon span:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}

.sustenable-native-nav.is-open
.sustenable-native-nav__toggle-icon span:nth-child(2) {
opacity: 0;
}

.sustenable-native-nav.is-open
.sustenable-native-nav__toggle-icon span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
}

.sustenable-native-nav__panel {
position: absolute;
top: 100%;
right: 0;
left: 0;
display: none;
width: auto;
max-height: calc(100vh - 72px);
overflow-y: auto;
padding: 24px 32px 30px;
border-top: 1px solid #ececec;
border-bottom: 1px solid #e2e2e2;
background: #fff;
box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
}

.sustenable-native-nav.is-open
.sustenable-native-nav__panel {
display: block;
}

.sustenable-native-nav__list {
display: block;
}

.sustenable-native-nav__list li + li {
border-top: 1px solid #ededed;
}

.sustenable-native-nav__list a {
display: flex;
width: 100%;
min-height: 52px;
font-size: 17px;
}

.sustenable-native-nav__list a::after {
display: none;
}

.sustenable-native-nav__language {
width: auto;
height: auto;
margin-top: 18px;
padding: 14px 0 0;
border: 0;
border-top: 1px solid #ededed;
border-radius: 0;
justify-content: flex-start;
color: #e61c1e;
font-size: 13px;
}

.sustenable-native-nav__mobile-cta {
display: inline-flex;
align-items: center;
justify-content: center;
margin-top: 22px;
padding: 13px 18px;
border: 1px solid #e61c1e;
border-radius: 2px;
background: #e61c1e;
color: #fff;
font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 1.2;
text-decoration: none;
}

body.sustenable-nav-open {
overflow: hidden;
}
}

@media (max-width: 767px) {

.sustenable-native-nav__toggle-label {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
}

.sustenable-native-nav__panel {
padding-right: 22px;
padding-left: 22px;
}
}
