header.header { background-color: var(--header_background);}


header.header .header-top-part{
  background-color: var(--primary_color);
}

.header-top-part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cev-header-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.header-container {
  width: 100%;
  max-width: 1312px;
  padding: 0 20px;
  margin: 0 auto;
}

.header-top-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 10.5px 0;
}

.header-top-wrap-left {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}

.header-top-wrap-right {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-top-wrap-left ul, .header-top-wrap-right ul {
  display: flex;
  flex-wrap: wrap;x
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.header-top-wrap-right ul li {
  margin-right: 24px;
}

.header-top-wrap-left ul li a, .header-top-wrap-right ul li a {
  font-size: 12px;
  line-height: 140%;
  color: var(--white_color);
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-top-wrap-left ul li {
  margin-right: 34px;
}

.header-top-wrap-left ul li:last-child, .header-top-wrap-right ul li:last-child {
  margin-right: 0;
}

.header-top-wrap-right ul li, .header-top-wrap-left ul li {
  margin-top: 0;
}

.header-top-wrap-left ul li a span {
  margin-right: 5px;

}

.header-top-wrap-left ul li a span svg path {
  stroke-width: 1.5px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

span.menu-pohon-icon {
  /*     -webkit-mask-image: url('https://145440487.fs1.hubspotusercontent-eu1.net/hubfs/145440487/CEV-Theme-2025/Images/Phone.svg');
  -mask-image: url('https://145440487.fs1.hubspotusercontent-eu1.net/hubfs/145440487/CEV-Theme-2025/Images/Phone.svg'); */
  background-color: var(--white_color);
  width: 13px;
  height: 12px;
  margin-right: 5px;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  mask-repeat: no-repeat;
  mask-size: 12px;
}

.header-top-wrap-left ul li a:hover, .header-top-wrap-right ul li a:hover {
  color: var(--quaternary_color);
}
.header-top-wrap-left ul li a:hover span svg path {     stroke: var(--quaternary_color); }
.header-top-wrap-right ul li a:hover span.menu-pohon-icon {
  background-color: var(--quaternary_color);
}

.header-bottom-part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-shadow: 0px 4px 21.8px 0px #92D6D440;

}





/*Default menu styles*/
.menu-icon {
  display: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 33px;
  font-size: 22px;
  padding: 10px 0;
}

.menu-icon .menu-box {
  width: 50px;
  height: 38px;
  margin-right: 20px;
  padding: 5px;
  position: absolute;
  left: 0;
}

.menu-icon .menu-box span {
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  background: #fff;
  display: block;
  border-radius: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg) translateY(8px) translateX(6px);
  -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}

.menu-icon.active span:nth-child(2) {
  opacity: 0;
}

.menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px) translateX(6px);
  -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}



.enumenu_ul .hs-menu-wrapper ul{
  padding: 0px;
  list-style: none;
  margin:0;
}

.enumenu_ul .hs-menu-wrapper > ul >li {
  display: inline-block;
  vertical-align: top;
  padding: 22px 0;

  position: relative;
  margin: 0 10px;
   cursor:pointer;
}

.enumenu_ul .hs-menu-wrapper > ul > li > a {
  font-size: 12px;
  color: var(--menu_link_color);
  padding: 0px;
  text-transform: uppercase;
  line-height: 140%;
  font-weight: 400;
}
.header-top-wrap-right>*:first-child {
  border: 0px;
}

.enumenu_ul .hs-menu-wrapper > ul>li>a:hover, .enumenu_ul .hs-menu-wrapper > ul>li.hover>a,
.enumenu_ul .hs-menu-wrapper > ul>li.active>a {
  background: transparent;
  border-bottom: 1px solid var(--primary_color);
}
.enumenu_ul .hs-menu-wrapper > ul > li > a.open-menu-click { border-bottom: 1px solid var(--primary_color); }

.enumenu_ul.desk .hs-menu-wrapper > ul > li:hover  ul {
 
    visibility: visible;
    opacity: 1;
}

.enumenu_ul .hs-menu-wrapper > ul ul li {
  width: 100%;
  margin: 0;
  list-style: none;
  position: relative;
 
}
.enumenu_ul .hs-menu-wrapper > ul ul { display:none;}
.enumenu_ul.desk .hs-menu-wrapper > ul ul {
  top: 100%;
  z-index: 999;
  list-style: none;
  left: 0px;
  background: var(--white_color);
  position: absolute;
  min-width: 150px;
  display:block;
  -webkit-animation: fadeIn .7s;
  animation: fadeIn .7s;
      visibility: hidden;
    opacity: 0;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.enumenu_ul.desk .hs-menu-wrapper > ul ul li a span {
  width: 10px;
  height: 10px;
  display: flex;
  margin-left: 5px;
}
/*Sub menu styles*/



/* .enumenu_ul.desk .hs-menu-wrapper > ul > li:hover > ul {
display: block;
opacity: 1;
} */

.enumenu_ul.desk .hs-menu-wrapper>ul .sb-menu .sb-menu {
  left: 0;
  top: 0;
  display: block !important;
}

.enumenu_ul.desk .hs-menu-wrapper > ul ul.layout-with-head li.hs-menu-depth-2 > a {
  font-weight: 700;
  padding: 0;
  line-height: 100%;
  font-family: var(--roboto_font);
  text-transform: uppercase;
  margin: 0 0 23px;
  width: 100%;
  color:var(--menu_link_color);
  font-size:16px;
}

.enumenu_ul.desk .hs-menu-wrapper > ul ul li a {
  padding: 0;
  display: flex;
  color: var(--secondary_color);
  font-size: 12px;
  text-align: left;
  font-weight: 700;
  font-family: var(--roboto_font);
  line-height: 100%;
  flex-wrap: wrap;

}

.enumenu_ul.desk .hs-menu-wrapper > ul ul li:hover>a {
  background: var(--menu_link_color);
  color: var(--white_color);
}

.enumenu_ul .arrow {
  position: absolute;
  right: 0;
  top: -2px;
  width: 25px;
  height: 25px;
  -webkit-mask-image: url('https://145440487.fs1.hubspotusercontent-eu1.net/hubfs/145440487/CEV-Theme-2025/Images/Vector%20(81).svg');
  -mask-image: url('https://145440487.fs1.hubspotusercontent-eu1.net/hubfs/145440487/CEV-Theme-2025/Images/Vector%20(81).svg');
  cursor: pointer;
  z-index: 999;
  background-color: var(--primary_color);
  -webkit-mask-size: 11px 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.enumenu_ul .arrow.up {
  transform: rotate(90deg);
  -webkit-mask-position: 8px 0px;
}


.header-bottom-part .header-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}




.site-logo {
  width: 185px;
}

.site-logo a {
  display: inline-block;
  width: 100%;
}
.site-navigation-btn {
  display: flex;
  flex-wrap: wrap;
  padding-left: 127px;
}

.site-navigation-btn > div {
  margin-right: 10px;
}

.site-navigation-btn > div:last-child {
  margin-right: 0;
}

.site-navigation-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 126px;
  width: calc(100% - 185px);
      justify-content: flex-end;
}

.enumenu_ul .hs-menu-wrapper > ul >li {
  position: unset;
}

.enumenu_ul.desk .hs-menu-wrapper > ul ul.layout-with-head, .enumenu_ul.desk .hs-menu-wrapper > ul ul.layout-with-img, .enumenu_ul.desk .hs-menu-wrapper > ul ul.layout-with-simple {
  position: absolute;
  min-width: 1083px;
  right: 0;
  margin: 0 auto;
  padding: 30px 0 40px;
}

.layout-with-head-wrap {
  max-width: 1123px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  padding:0 20px;
}
.enumenu_ul .hs-menu-wrapper > ul ul .layout-with-head-wrap li {
  /*     flex: 5 0 14.4%; */
  margin-right: 75px;
  width:auto;
}
.enumenu_ul.desk .hs-menu-wrapper > ul ul ul {
  position: relative;
  top: unset;
  min-width: 100%;
}

.menuSub-cont-Box-Group {
  width: 100%;
  display: block;
  margin: 0 0 25px;
}


.enumenu_ul .hs-menu-wrapper > ul ul .layout-with-head-wrap li:nth-child(5) {
  margin-right: 0;
}

.menuSub-cont-Box-Group label,  .enumenu_ul .hs-menu-wrapper>ul li .menuSub-cont-Box-Group label a {
  font-family: var(--roboto_font);
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  color: var(--menu_link_color);
  text-transform: uppercase;
  display: block;
  margin: 0 0 10px;
}



.menu-li-box {
  margin: 0 0 12px;
}
.menu-li-box:last-child {
  margin-bottom: 0;
}

.menuSub-cont-Box-Group:last-child {
  margin-bottom: 0;
}

.enumenu_ul.desk .hs-menu-wrapper > ul ul.layout-with-head li.hs-menu-depth-2 > a {
  pointer-events: auto;

}
.enumenu_ul.desk .hs-menu-wrapper>ul ul.layout-with-head li.hs-menu-depth-2>a>label {
    cursor: pointer;
}
.enumenu_ul.desk .hs-menu-wrapper > ul ul li:hover>a {
  background: transparent;
}
.other-button {
  padding-top: 12px;
  display: block;
  width: 100%;
  border-top: 1px solid #DFF3F3;
}

.enumenu_ul.desk .hs-menu-wrapper > ul ul li a:hover {
  text-decoration: underline;
}
.layout-with-img .menuSub-cont-Box-Group label, .layout-with-simple .menuSub-cont-Box-Group label {
  font-size: 16px;
  margin: 0 0 23px;
  font-family: Geist, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}



.layout-with-img .layout-with-head-wrap {
  max-width: 1312px;
  justify-content: space-between;
  padding:0 20px;
}

.menuSub-cont-Box-left-cont {
  width: calc(100% - 514px);
}


.menuSub-cont-Box-left-cont li {
  margin: 0;
}



.enumenu_ul .hs-menu-wrapper > ul ul .layout-with-head-wrap .menuSub-cont-Box-left-cont {
  display: flex;
  justify-content: flex-end;
}

.menuSub-cont-Box-right-img {
  width: 183px;
  height: 147px;
  border-radius: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.menuSub-cont-Box-right-cont-r {
  width: calc(100% - 183px);
  padding-left: 42px;
}

.menuSub-cont-Box-right-cont-r label {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.menuSub-cont-Box-right-cont-innner {
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.menuSub-cont-Box-right-cont-innner-btn {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.menuSub-cont-Box-right-cont-innner-btn a {
  font-size: 12px;
  font-weight: 700;
  color: var(--menu_link_color);
  font-family: var(--roboto_font);
  line-height: 1;
  display: flex;
  align-items: center;
}
.menuSub-cont-Box-right-cont {
  width: 514px;
  display: flex;
  flex-wrap: wrap;
  background-color: #DFF3F3;
  padding: 20px;
  border-radius: 20px;
  align-items: flex-start;
}
.menuSub-cont-Box-right-cont-innner-btn a span {
  width: 10px;
  height: 10px;
  display: flex;
  margin-left: 5px;
}
.enumenu_ul .hs-menu-wrapper > ul ul.layout-with-simple .layout-with-head-wrap li:last-child {
  margin-right: 0;
}
.header-top-wrap-left.hide-desk, .site-navigation-btn.hide-desk, .header-top-wrap-right.hide-desk {
  display: none;
}


.header-top-wrap-right .lang-box .globe_class {
  background-image: none;
  width: auto;
  height: auto;
  border-radius: 0;
}

.header-top-wrap-right .lang-box .globe_class ul {
  display: flex;
  border: 0;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  -webkit-transform: none;
  transform: none;
  text-align: left;

  left: 0;
  right: 0;
}

.header-top-wrap-right .lang-box .globe_class ul:before, .header-top-wrap-right .lang-box .globe_class ul:after {
  display: none;
}

.header-top-wrap-right .lang-box .globe_class ul li {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent;
  line-height: 0 !important;
  width: 20px;
}

.header-top-wrap-right .lang-box .globe_class ul li a {
  color: var(--white_color);
}
.header-top-wrap-left ul li a span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.header-top-wrap-right .lang-box > span {
  display: flex;
  flex-wrap: wrap;
}

.lang_switcher_link {
  visibility: hidden;
  position: relative;
}

.lang_switcher_link::after {
  position: absolute;
  left: 0;
  top: 0;
}

.lang_switcher_link[data-language="es"]::after {
  content: "es";
  visibility: visible;
}
.lang_switcher_link[data-language="ca"]::after {
  content: "cat";
  visibility: visible;
}
.lang_switcher_link[data-language="en"]::after {
  content: "en";
  visibility: visible;
}
.lang-box { margin-left:20px; padding-left:20px; border-left:1px solid var(--white_color);}


.header-top-wrap-right .lang-box .globe_class ul li:nth-child(2) {
  margin-left: 10px !important;
  margin-right: 3px !important;
}

.header-top-wrap-right .lang-box .globe_class ul li:first-child a {
  color: var(--tertiary_color);
}

header.header {
  margin-top: 107px;
}
.cev-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  background-color:var(--header_background);
}
header.header.stick-h .header-top-part {
  margin-top: -38px;
}
.header-top-part {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
header.header.stick-h {
  margin-top: 70px;
}


.enumenu_ul.desk .hs-menu-wrapper > ul ul.layout-with-head, .enumenu_ul.desk .hs-menu-wrapper > ul ul.layout-with-img, .enumenu_ul.desk .hs-menu-wrapper > ul ul.layout-with-simple {     box-shadow: 0px 15px 20px -15px #92D6D440;}

.menuSub-cont-Box-right-cont-innner-btn a:hover {
  text-decoration: underline;
}

.stick-h-1 .header-top-part {
  margin-top: 0;
}



.stick-h-1 .cev-header-wrap {
  transform: translateY(-107px);
}
.cev-header-wrap {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
header.header.stick-h .header-top-part {
  margin-top: 0;
}
header.header.stick-h {
  margin-top: 107px;
}


@media(max-width:1350px){
  .site-navigation-right {
    padding-left: 100px;
    justify-content: flex-end;
  }
  .site-navigation-btn {
    padding-left: 80px;
  }

}


@media(max-width:1250px){
  .site-navigation-right {
    padding-left: 50px;

  }

}


@media(max-width:1200px){
  .site-navigation-btn {
    padding-left: 20px;
  }
  .site-navigation-right {
    padding-left: 20px;

  }
  .enumenu_ul .hs-menu-wrapper > ul ul .layout-with-head-wrap li {     margin-right: 70px;}
}





@media(max-width:1100px){
  .menu-open .header-bottom-part {
    box-shadow: none;
  }
  header.header.stick-h {
    margin-top: 67px;
  }
  .header-top-wrap-right .lang-box .globe_class ul li a {
    color: var(--menu_link_color);
    font-weight: 700;
  }
  .site-navigation-right {
    padding-left: 0;
    width: auto;
  }

  .enumenu_ul {
    display: none
  }
  .menu-block {
    height: auto;
  }
  .menu-icon {
    display: block
  }


  .enumenu_ul .hs-menu-wrapper > ul > li {
    display: block;
    margin: 0 0 23px;
    padding: 0px;
    position: relative;
  }
  .enumenu_ul .hs-menu-wrapper > ul > li > a {
    display: block;
    text-align: left;
    padding: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 145%;
    border-bottom: 1px solid #DFF3F3;
  }
  .enumenu_ul {
    width: 100%;
  }
  .enumenu_ul .hs-menu-wrapper > ul {
    padding: 20px 20px 0;
  }
  .enumenu_ul .hs-menu-wrapper > ul > li ul {
    background: transparent;
  }
  .enumenu_ul .hs-menu-wrapper > ul > li ul a {
    display: block;
    text-align: left;
    color: var(--menu_link_color);
    padding: 0 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    border-bottom:1px solid #DFF3F3;
  }
  /* Push Menu */
  body.menuslide_push {
    position: relative;
  }
  body.menuslide_push.slidemenuLeft {
    left: 0;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
  }
  body.menuslide_push.slidemenuRight {
    right: 0;
    transition: right 0.5s;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s;
  }
  body.slidemenuRight .enumenu_ul {
    right: -300px;
  }
  body.slidemenuRight.menu-open .enumenu_ul {
    right: 0;
  }
  body.slidemenuLeft .enumenu_ul {
    left: -300px;
  }
  body.slidemenuLeft.menu-open .enumenu_ul {
    left: 0;
  }
  body.menuslide_push.slidemenuLeft.menu-open {
    left: 300px
  }
  body.menuslide_push.slidemenuRight.menu-open {
    right: 300px
  }
  body.slidemenuRight.menu-open .enumenu_ul {
    height: calc(100% - 67px);
  }
  body.menu-open .enumenu_ul {

    height: calc(100% - 67px);
  }
  body.menuslide_push .enumenu_ul,
  body.menuOverlap .enumenu_ul {
    background: var(--white_color);
    display: block;
    height: 0;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    position: fixed;
    transition: all 0.5s ease 0s;
    max-width: 100%;
    left: 0;
    top: 67px;
    z-index: 11;

  }



  .menu-icon .menu-box {
    background-image: url('https://145440487.fs1.hubspotusercontent-eu1.net/hubfs/145440487/CEV-Theme-2025/Images/menu-toggle.svg');
    width: 40px;
    height: 40px;
    right: 0;
    left: unset;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin-right: 15px;
    top: 14px;
  }
  .menu-icon .menu-box span { display:none;}
  .site-logo {
    width: 180px;
  }
  .site-navigation-btn {
    padding-left: 0;
    padding-right: 60px;
  }
  .enumenu_ul .hs-menu-wrapper ul{

    display:block;
  }
  .enumenu_ul .hs-menu-wrapper > ul > li > a { position:relative;}
  .enumenu_ul .hs-menu-wrapper > ul > li > a:after {
    -webkit-mask-image: url('https://145440487.fs1.hubspotusercontent-eu1.net/hubfs/145440487/CEV-Theme-2025/Images/Flecha.svg');
    -mask-image: url('https://145440487.fs1.hubspotusercontent-eu1.net/hubfs/145440487/CEV-Theme-2025/Images/Flecha.svg');
    content: "";
    background-color: var(--menu_link_color);
    width: 13px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .enumenu_ul .hs-menu-wrapper > ul > li > a.menubelow:after {
    display: none;
  }
  .enumenu_ul .hs-menu-wrapper > ul ul .layout-with-head-wrap li {

    width: 100%;
    margin: 0 0 23px;
  }
  .enumenu_ul .hs-menu-wrapper > ul ul .layout-with-head-wrap li:last-child { margin:0;}
  .layout-with-head-wrap {
    padding: 0;
    margin: 23px 0 0;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.slidemenuRight.menu-open .enumenu_ul > span {
    height: 100%;
  }
  .menuSub-cont-Box-Group label, .enumenu_ul .hs-menu-wrapper>ul li .menuSub-cont-Box-Group label a {
    font-size: 14px;
    line-height: 140%;
    font-weight: 300;
  }
  .enumenu_ul .hs-menu-wrapper>ul li .menuSub-cont-Box-Group label a {
    border: 0;
    padding: 0;
    margin: 0;
}
  .enumenu_ul .hs-menu-wrapper > ul > li ul .menu-li-box a > span, .enumenu_ul .hs-menu-wrapper > ul > li ul .other-button a > span {
    margin-left: 5px;
    line-height: 1;
  }
  .enumenu_ul .hs-menu-wrapper > ul > li ul .menu-li-box a,   .enumenu_ul .hs-menu-wrapper > ul > li ul .other-button a {
    color: var(--secondary_color);

  }

  .enumenu_ul .hs-menu-wrapper > ul > li ul .menu-li-box a {
    border: 0;
  }
  .menu-li-box {
    margin: 0;
  }
  .menuSub-cont-Box-Group {
    margin: 0;
  }
  .menuSub-cont-Box-Group:first-child {
    padding-top: 20px;
  }
  .enumenu_ul .hs-menu-wrapper > ul > li ul .other-button a {
    text-transform: unset;
  }
  .menuSub-cont-Box-right-cont {
    display: none;
  }
  .menuSub-cont-Box-left-cont {
    width: 100%;
  }
  .layout-with-img .layout-with-head-wrap {
    padding: 0;
    max-width: 100%;
    display: block;
    margin: 0;

  }
  .enumenu_ul .hs-menu-wrapper > ul ul .layout-with-head-wrap .menuSub-cont-Box-left-cont {
    display: flex;
    justify-content: unset;
    flex-wrap: wrap;
    margin: 23px 0 0;
  }
  .layout-with-img .menuSub-cont-Box-Group:first-child, .layout-with-simple .menuSub-cont-Box-Group:first-child {
    padding-top: 0;
  }
  .layout-with-img .menuSub-cont-Box-Group label,  .layout-with-simple .menuSub-cont-Box-Group label {
    margin: 0 0 10px;
  }
  .enumenu_ul .hs-menu-wrapper .layout-with-img .menuSub-cont-Box-Group .menu-li-box:last-child a,  .enumenu_ul .hs-menu-wrapper .layout-with-simple .menuSub-cont-Box-Group .menu-li-box:last-child a {
    padding: 0;
  }
  .menu-icon.active .menu-box {
    background-image: url('https://145440487.fs1.hubspotusercontent-eu1.net/hubfs/145440487/CEV-Theme-2025/Images/menu-toggle%20(1).svg');
  }
  .header-top-wrap-left { display:none;}

  .header-top-wrap-left.hide-desk {
    display: block;
  }
  .header-top-wrap-left ul li a {
    font-size: 15px;
    line-height: 145%;
    font-weight: 300;
    color: var(--menu_link_color);
    padding: 0 0 10px;
    border-bottom: 1px solid #DFF3F3;
    position:relative;
  }
  .header-top-wrap-right ul li a{   position:relative;  color: var(--menu_link_color);   font-size: 12px;
    line-height: 140%;  font-weight: 300;   }
  .header-top-wrap-left {
    width: 100%;
    padding: 0 20px;
  }

  .header-top-wrap-left ul li a span {
    display: none;
  }

  .header-top-wrap-left ul li {
    margin: 0 0 23px;
  }
  .header-top-wrap-left ul li a:after {
    -webkit-mask-image: url(https://145440487.fs1.hubspotusercontent-eu1.net/hubfs/145440487/CEV-Theme-2025/Images/Flecha.svg);
    -mask-image: url('https://145440487.fs1.hubspotusercontent-eu1.net/hubfs/145440487/CEV-Theme-2025/Images/Flecha.svg');
    content: "";
    background-color: var(--menu_link_color);
    width: 13px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 3px;
  }

  .header-top-wrap-right.hide-desk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    width: auto;
    overflow: hidden;
  }
  .header-top-wrap {
    display: none;
  }
  .enumenu_ul .header-top-wrap-right ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
  }

  .enumenu_ul .header-top-wrap-right ul li a span.menu-pohon-icon { background-color:var(--menu_link_color);}
  .header-top-wrap-right .lang-box .globe_class ul li:first-child {
    margin-right: 40px !important;
    width: 20px;
  }
  .header-top-wrap-right .lang-box .globe_class ul li:nth-child(2) {
    margin-left: 0px !important;
    margin-right: 0px !important;

  }
  .header-top-wrap-right .lang-box .globe_class ul:before {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background:var(--menu_link_color);
    margin: 0;
    border: 0;
    top: -1px;
    bottom: 0;
    margin-left: -2px;
  }
  header.header {
    margin-top: 67px;
  }
  .header-top-wrap-right.hide-desk {
    padding-bottom: 40px;
  }
  .slidemenuRight .enumenu_ul {
    box-shadow: 0px 4px 21px 0px #92D6D440;
    border-radius: 0px 0px 20px 20px;
  }

}


@media(max-width:767px){
  .site-navigation-btn { display:none;}
  .site-navigation-btn.hide-desk {
    display: flex;
    padding: 0 20px;
    margin: 0 0 23px;
    justify-content: center;
  }
  .site-navigation-btn .btn a {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 44px;

  }
  .site-navigation-btn .btn a:after, .site-navigation-btn a.btn:after {
    width: 27px;
    height: 27px;
  }


  .header-top-wrap-right.hide-desk {
    padding-bottom: 40px;
  }

}


@media(max-width:390px){
  .site-navigation-btn.hide-desk { text-align: center; display: block;}
  .site-navigation-btn .btn a {

    margin:10px 0;
  }
  .site-navigation-btn.hide-desk { margin:0 0 10px;}

}
@media(max-width:375px){
  .header-top-wrap-right .lang-box {
    width: 100%;
    margin: 23px 0 0;
    padding: 0;
    border: 0;
  }

}


