.mobile-nav .test1, .mobile-nav .child-header.font-bold{
font-weight: 700;
}
 .header-desktop {
        
        will-change: transform;
    }
    
    .header-hidden {
        transform: translateY(-100%);
    }
    
    .header-visible {
        transform: translateY(0);
    }

.nohover{
  pointer-events: none;
  cursor: default;
}
.right-container-mobile{

  display: flex;
  flex-direction: column;
}
.meta-buttons-left{
  cursor: pointer;
}
.meta-buttons-left.span{
cursor: default;
}
.as-language-dropdown .select2-container--default .select2-selection--single {
  border: 0;
  background-color: transparent;
}

.header-mobile .pt-header__search-login{
  display: none;
}
.select2-results__option.select2-results__option--highlighted{
  display: none;
}

.as-language-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.as-language-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '\e900';
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  font-family: 'Asendia';
  left: 50%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
}

.as-language-dropdown .select2-selection:hover .select2-selection__arrow:before {
  color: rgba(0, 0, 0, 1);
}

.as-language-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.6);
  font-size: 17px;
  line-height: 28px;
  outline: 0;
}

.as-language-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
  color: rgba(0, 0, 0, 1);
  transition: all .3s ease;
}

.as-language-dropdown .select2-selection__rendered:focus,
.as-language-dropdown .select2-selection:focus {
  outline: 0;
}

.as-custom-language-switcher__dropdown {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 0;
}

.as-custom-language-switcher__dropdown:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg) translateX(-50%);
  top: -2px;
  left: 50%;
  z-index: -1;
  box-shadow: -1px -1px 6px -2px rgba(0,0,0,0.4);
}

.as-custom-language-switcher__container .select2-results__option--highlighted[aria-selected],
.as-custom-language-switcher__container .select2-results__option[aria-selected=true] {
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  transition: all .3s ease;
}

.as-custom-language-switcher__container .select2-results__option--highlighted[aria-selected]:hover {
  color: rgba(0, 0, 0, 1);
  background: #f7f4ed;
}

.as-custom-language-switcher__container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.select2-container--focus:focus {
  outline: 0;
}

.as-custom-language-switcher__dropdown .select2-results__option {
  padding: 8px 8px;
}

.language-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.12%;
    color: #333;
    padding-right: 5px;
}
 .as-language-dropdown {
            display: none;
            margin-left: 20px;
        }

        .as-custom-language-switcher {
            width: 80px;
            padding: 5px;
            font-size: 14px;
        }

.language-options {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    top: 100%;
    left: 0;
    z-index: 10;

}

.language-option {
     padding: 5px 16px;
    text-align: left;
}
.mobile-language-options > span {
      border-left: 1px solid #e5e5e5;

}

.mobile-language-options > span:first-of-type {
      padding-left: 10px;
      border-left: unset;

}

.language-option:hover {
    background-color: #f0f0f0;
}

.language-current{
  display: flex;
    align-items: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
#modalSecondLine,.modalLine {
    display: block;  /* Makes span behave like a block element */
    margin-top: 7px;  /* Adds 20px space above the second line */
}

.modal-headline{
  color: var(--Black, #000);
font-family: "Swiss Post Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 28.8px */
letter-spacing: 0.029px;
  padding-left: 5px;
  padding-bottom: 8px;
}
.modal-content {
    margin: 10% auto;
    text-align: left;
    width: 480px;
    height: 350px;
    background: #fff;
    flex-shrink: 0;
  border-radius: 4px;
      padding: 24px 32px 32px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#mobileContextModal .modal-content{
  width: 80vw;
}
#modalText{
  max-width: 384px;
  padding-left:5px;
  margin-bottom: 24px;
}
.modal-buttons{
    display: flex;
  gap:0.5rem;

}
#declineSwitch, #mobileDeclineSwitch{

    display: flex;
height: var(--Size-size-48, 48px);
padding: 0px 16px;
justify-content: center;
align-items: center;
gap: 10px;
  border-radius: var(--Radius-radius-4, 4px);
border: 2px solid var(--black-60, #666);
background: var(--White, #FFF);
  color: var(--black-80, #333);
font-family: "Swiss Post Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: 0.019px;
}

#confirmSwitch, #mobileConfirmSwitch{
display: flex;
height: var(--Size-size-48, 48px);
padding: 0px 16px;
justify-content: center;
align-items: center;
gap: 10px;
  border-radius: var(--Radius-radius-4, 4px);
background: var(--black-80, #333);
  color: var(--White, var(--White, #FFF));

font-family: "Swiss Post Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: 0.019px;
}

#mobileConfirmSwitch, #mobileDeclineSwitch{
  font-size: 14px;
}
.close-button{
        width: 1rem;
    position: absolute;
    right: 11px;
    top: 11px;
  cursor: pointer;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}


.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* General styles */
* {
    font-family: Swiss Post Sans, Verdana, ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

header {
    text-align: center;
}

/* Desktop styles */
.desktop-header {
    display: none;
}

.meta-navigation button {
    margin: 5px;
}
.meta.active {
    background-color: #fff; 
    color: #000;
    
}
.header-desktop{
  display: flex;
    flex-direction: column;
  position:relative;
  z-index: 200;
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid rgb(230, 230, 230);
    background-color: rgb(255, 255, 255);
    
}
.header-desktop.sticky {
   position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    opacity: 1;
    
}


.header-desktop.collapsed {
    transform: translateY(-100%); /* Hide the header */
    opacity: 0;
    transition: transform 0.55s ease;

}
.header-desktop.at-top{
  position:relative;
  opacity: 1;
  
}

.main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 3px solid transparent; /* Default state */
    transition: height 0.3s;
}
.meta-navigation.collapsed {
    height: 0px; 
    overflow: hidden; 
}
/* Mobile styles */
.mobile-header {
    display: block;
}

.mobile-menu {
    display: none;
}
.header-desktop{
      display: flex;
    flex-direction: column;
    
}

.header-top{
      display: flex;
        justify-content: space-around;
        padding-left: 111px;
    height: 32px;
}

.header-main{
  width: 100vw;
      display: flex;
      max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    max-height: 69px;
  position: relative;
  align-items: center;
    
}
.main-link.list-item-nav {
 padding-bottom: 0!important;
}

.main-nav{
  padding-left: 16px;
  background-color: #fff;
      max-height: 69px;
    display: flex;
    align-items: center;
}

.main-nav-list{
  max-height: 69px;
}

.list-item-nav{
      display: flex;
    padding: 10px 16px;
    /* align-items: center; */
    /* gap: 10px; */
    margin-left: 0!important;
}
.meta-nav-right{
  display: flex;
}


.navigation-search{
      padding-left: 1rem;
}

.header-logo-image{
  width: 70px;
  height: 70px;
}
.header-logo-container{
  min-width: 68px;
 
}

/* LANGUAGE SWITCH */

.language-switcher {
    position: relative;
    cursor: pointer;
}
.language-switcher-mobile{
    display: flex;
    flex-direction: row;
    align-items: center;
  padding-left: 10px;
}
.language-options-mobile{
    display: flex;
    align-items: center;
}
.language-current-mobile .language-text{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.12%;
    color: #333;
    padding-right: 10px;
}
.language-switcher-mobile .language-option{
  font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.12%;
    color: #333;

      border-left: 1px solid #e5e5e5;

}


.language-options {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    top: 100%;
    left: 0;
    z-index: 10;
  display: none;
}
.mobile-nav-list{
  list-style: none;
}

.as-mobile-menu{
  display: none;
}
.language-options.visible {
    display: block!important; 
}

.language-option {
     padding: 5px 16px;
    text-align: left;
}
.mobile-language-options > span {
      border-left: 1px solid #e5e5e5;

}

.mobile-language-options > span:first-of-type {
      padding-left: 10px;
      border-left: unset;

}

.language-option:hover {
    background-color: #f0f0f0;
}

.language-current{
  display: flex;
    align-items: center;
}


/* META NAVIGATION */ 
.meta-navigation-container {
       margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    display: flex;
    width: 100%;
    justify-content: center;
  position: relative;
  align-items: center;
}
.meta-buttons-left, .meta-buttons-right {
    display: flex;
    max-height: 34px;
      align-items: center;
}
/*.meta-buttons-left{
     padding-left: 28.3rem;
}*/
.meta-buttons-right{
  margin-right: 2.1rem;
  position: absolute;
  right: 0;
}

@media(max-width: 1104px){

.meta-buttons-right{
 
  position: unset;
  
}

}
.meta:not(.active):active {
    background-color: #F4F3F1!important; 
}

.meta-buttons-left.span .meta:not(.active):active {

background-color: unset!important; 
}
.meta.export, .meta.import {
    width: 216px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .0012em;
    line-height: 21px;
    padding: 11px 30px;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
  justify-content: center;
}
.meta.import, .meta-button-mobile.import{
      border-right: none;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.meta.export, .meta-button-mobile.export{
border: 1px solid #cbcbcb;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.meta-button-mobile{
  display: inline-flex;
padding: 22px 13px;
justify-content: center;
align-items: center;
gap: 6px;
  background-color: #faf9f8;

}

.meta-button-mobile.import{
    border-right: 1px solid #cbcbcb;
}

.meta-button-mobile a {
  color: #333;
text-align: center;
leading-trim: both;
text-edge: cap;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 100%; /* 21px */
letter-spacing: 0.017px;

}
.meta.export.active, .meta-button-mobile.export.active{
  color: #000;
    background-color: #fc0;
    border-color: #fc0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.meta.import.active, .meta-button-mobile.import.active{
  color: #000;
    background-color: #fc0;
    border-color: #fc0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  
}
.meta-button-mobile.import.active-import > a, .meta-button-mobile.export.active-export > a
{
font-weight: 700;
}
.meta:not(.active):hover {
  font-weight: 500;
}

.meta-buttons-left.span .meta:not(.active):hover {
  font-weight: 300;
}

.meta-button {
    color: #333;
    /* font-family: FrutigerNeueforPostW05-Lt; */
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.0012em;
    text-align: left;
    padding: 10px;
}

.right-container{
      display: flex;
    justify-content: end;
    margin-left: 40rem;
    align-items: center;
      position: absolute;
    right: 0;

}

@media(min-width: 1390px){
  .right-container{
    margin-right: 2rem;
  }
}
.right-container-mobile{
  margin-bottom: 1rem;
  padding-top: 5rem;
}
.optimizer-container{
  position: relative;
    display: inline-flex;
    height: var(--size-size-40, 40px);
    padding: 0px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: var(--radius-radius-4, 4px);
    border: 2px solid var(--black-60, #666);
}
.meta-container-mobile{
    background-color: #faf9f8;
    padding-bottom: 10rem;
}
.optimizer-container a {
      margin: 0;
    padding: 0;
    color: var(--black-80, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.017px;
}

.optimizer-container-mobile{
  display: flex;
width: 341px;
height: 56px;

justify-content: center;
align-items: center;
gap: 12px;
flex-shrink: 0;
  border-radius: var(--radius-radius-4, 4px);
border: 2px solid var(--black-60, #666);
  margin-bottom: 5rem;
      margin-top: 38px;
  align-self: center;
}

.optimizer-container-mobile a {
  color: var(--black-80, #333);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
letter-spacing: 0.022px;
}
.language-switcher {
    display: flex;
    align-items: center;
    padding: 7px 9px 7px 20px;
}
.language-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.12%;
    color: #333;
    padding-right: 5px;
}
.language-arrow {
    width: 12.53px;
    height: 6.73px;
    /* additional styles for the arrow, such as fill color, if needed */
}
/* META NAVIGATION END */

/* CHILDREN START */
li.menu {
    flex: 0 1 auto;
    min-width: 0px;
    font-size: 1.25rem;
}

.main-link{
 
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    transition: color 200ms ease 0s;
    background-color: transparent;
    box-shadow: none;
    border: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  display: flex;
    align-items: center;
        padding-top: 0.10rem;
    
    text-align: left;
    cursor: pointer;
    width: 100%;
    
}

.main-link.list-item-nav{
  height:65px;
}




.headerlink-nav{
  font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 30px */
letter-spacing: 0.024px;
color: var(--black-80, #333);
    text-align: left;
    
    position: relative;
        width: 89vw;
}



.subchild-list-item {
    display: flex;
    gap: 20px; /* Adjust the gap as needed */
}


.main-nav .subchild-list-item label{
  min-height: 46px;
}
.column {
    display: flex;
    flex-direction: column;
   
}


.itemlist {
    flex: 1; 
    min-width: 320px;
    list-style-type: none; 
    padding: 0; 
  width: 100%;
}


.list-container{
  display: flex;
      width: 325px;
}
/* CHILDREN END */
/* Initial state of dropdown */
.header-nav-subchild {
           position: absolute;
    top: -70px;
    left: 0px;
    width: 100%;
    background: rgb(255, 255, 255);
    padding-bottom: 3rem;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translateY(-100%);
    visibility: hidden;
    z-index: -1;
    transition: transform 0.5s ease, visibility 0.8s ease;
    -webkit-transition: -webkit-transform 0.5s ease, visibility 0.8s ease;
    }

.header-nav-subchild.visible {
        visibility: visible;
        box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
        transform: translateY(139px);
        transition: transform 0.5s ease, visibility 0.8s ease; 
    -webkit-transition: -webkit-transform 0.5s ease, visibility 0.8s ease; 
        z-index: -2;
    }


.subchild-list-item{
      width: 325px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-align: left;
    padding-top: 30px;


}

.subchild-list{
    gap: 1.5rem;
    padding-right: 40px;
    padding-left: 40px;
    display: flex;
    /* justify-content: space-between; */
    min-height: 3.5rem;
    box-sizing: content-box;
    height: 300px;
    background-color: #fff;
    position: relative;
    top: 0.093rem;
    
}
.meta {

    color: #333;
   
}



.meta-navigation {
    
   
    background-color: #faf9f8;
        /* padding-left: 137px;*/
   /* border-top: 8px solid transparent;  Default state */
    height: 50px;
   
        display: flex;
    align-items: center;
      z-index: 2222222;
}
 
}
/* Responsive styles */
/* Hide the menu button on desktop */
@media screen and (min-width: 1024px) {
  .menu-button {
    display: none;
  }
}

/* Mobile styles */
.header-mobile {
  display: none;
  position: relative;
  /* Additional styling for mobile header */
}

.menu-button { 
  display: flex;
    align-items: center;
    padding: 0px calc(1rem - 1px);
    font-weight: 300;
    cursor: pointer;
    border-left: 1px solid rgb(230, 230, 230);
    order: 1;
}
.menu-button-svg{
      width: 1.5rem;
    height: 1.5rem;
}
/* Show the mobile header and hide the desktop header on mobile screens */
@media screen and (max-width: 1024px) {
  .pt-header__search.show-search .pt-header__search-section {
    top: 57px!important;
        padding: 0!important;
    padding-top: 3.25rem!important;
    height: 80vh;
}
  .pt-header__search-container button{
        padding-right: 1rem;
  }
  .pt-header__search-container form{
        padding-right: 1rem;
    width: auto!important;
  }
  .mobile-nav{
    position:relative;
  }
  .header-desktop {
    display: none;
  }
  .header-logo-image-mobile {
    width: 56px;
    height: 56px;
}

  .header-mobile {
    
        display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(230, 230, 230);
  }
  
.mobile-menu {
  background: white;
  width: 100%;
  margin: 0px;
  
  flex-direction: column;
  justify-content: space-between;
  top: 3.55rem;
  height: 0vh; /* Initial height */
  overflow: hidden;
  transition: transform 0.55s ease, height 0.55s ease; /* Added height transition */
  transform: translateY(-115%);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  display: block;
}

.mobile-menu.active {
  height: 100vh; /* Final height */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  transform: translateY(0);
  display: flex;
  justify-content: space-between
}
  

  .mobile-subchild-list-item{
        display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 100%;
  }
  /* META NAV */
   .mobile-meta{
    width: 100vw;
   
  }
  .meta-buttons-left-mobile{
    display: flex;
    justify-content: center;
    margin: 16px;
    position: relative;
    height: 38px;
    margin-bottom: 24px;
  }

  /* META NAV END */
  
  /* MOBILE-NAV- START */
  .mobile-nav-list{
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
  
}
  .mobile-nav-list > li:first-child .mobile-main-link {
  border-top: 1px solid rgb(230, 230, 230);
}
  
  .mobile-nav-list.newClass{
    padding-bottom: 25rem;
    height: 100vh;
  }
  
  .mobile-main-link{
        display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    padding: 0.625rem 0px;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #333;
    width:90vw;
    border-bottom: 1px solid rgb(230, 230, 230);
  }
  /*.mobile-arrow{
    margin-right: 2rem;
  }*/
  
  }
  /* MOBILE-NAV-END */
  /* MOBILE NAV SECOND MENU */
.mobile-header-nav-subchild{
      left: 0px;
    width: 100%;
    background: white;
    padding-bottom: 3rem;
    overflow-y: visible;
 
    position: absolute;
    top: 0rem; 
    height: 100%;
    z-index: 1;
     transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    /*overflow-y: auto;*/
}

.mobile-child-container.open{
  transform: translateX(0px);
  
}

.mobile-nav-back{
      width: 100vw;
    display: flex;
    justify-content: flex-start;
    font-size: 0.9375rem;
    padding-right: 16px;
    padding-left: 16px;
        font-weight: 300;
    align-items: center;
}

.mobile-itemlist-item .headerlink-nav{
      padding: 14px 0;
      border-bottom: 1px solid #e5e5e5;

}

.mobile-itemlist-item:first-child{
  border-top: 1px solid #E5E5E5;
}

.no-border  > ol > .mobile-itemlist-item:first-child{
  border-top: unset;
}

.mobile-flyout-nav{
      display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    align-items: center;
    min-height: 3.5rem;
}
.mobile-subchild-list {
    display: flex;
    visibility: visible;
    position: inherit;
    width: 100%;
    /* margin-top: 60px; */
    top: 5.2rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
}
.test1{
  color: #333;
    position: absolute;
    top: 1rem;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.024px;
    padding-left: 16px;
    padding-right: 16px;
    padding: 29px 16px;
  
}

.itemlist{
      display: flex;
    flex-direction: column;
    align-items: baseline;
    /*padding-top: 20px;*/
}

/*.itemlist:last-child{
  padding-bottom: 20px;
}*/


.mobile-language-options {
    display: flex;
    justify-content: flex-start;
}



.mobile-language-options .language-option.active {
    font-weight: bold;
    /* Other styling to highlight active language */
}


.active>a{
  font-weight: 700!important;
}


/* Initial state of the mobile dropdown */
 

  /* END */
@media(max-width: 360px){
  .optimizer-container-mobile{
    width: unset;
        margin-right: 2rem;
}

}

.no-scroll {
  overflow-y: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}

.header-mobile-right{
  display: flex;
  align-items: center;
}
.header-mobile-right .navigation-search::marker{
  display:none;
}

li.navigation-search{
  list-style: none;
}

.menu.h-full {
  border-bottom: 4px solid transparent;
}
.menu.h-full.hasc:hover, .menu.h-full.hasc:focus,.menu.h-full.hasc:active {
  border-bottom: 4px solid #fc0;
}

.menu.h-full:hover, .menu.h-full:focus,.menu.h-full:active {
  border-bottom: 4px solid #ccc;
}


.pt-header__search-login {
  display: flex;
  margin-left: auto;
  align-items: center;
}

.pt-header__search {
  padding: 0 15px;
}

.pt-header__search-icons {
  position: relative;
  cursor: pointer;
  height: 100%;
}

.pt-header__search-icons:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid #e5e5e5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pt-header__search-section {
  position: fixed;
  background-color: #fff;
  width: 100%;
  left: 0;
  padding: 130px !important;
  z-index: 3;
  top: -326px;
  transition: all .4s ease;

}

.pt-header__search.show-search .pt-header__search-section {
  top: 121px; /* Adjust this value depending on the height of your header */
}

.pt-header__search-container {
  max-width: 1140px;
  margin: 0 auto;
}

.pt-header__search-container form {
      position: relative;
    align-items: center;
    width: 784px;
}

.header-search-button{
       position: absolute!important;
}

.pt-header__search-container input,
.pt-header__search-container input:focus {
  border: 2px solid #666666;
  outline: none;
  max-width: 784px;
  padding: 33px 50px 8px 13px !important;
}

.pt-header__search-container label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 300;
  color: #666;
  pointer-events: none;
  transition: all .1s ease;
}

.pt-header__search-container button {
  position: absolute;
  
  top: 50%;
  transform: translate(-50%, -50%);
  left: 29rem;
}

.pt-header__search-container form.input-focused label {
  font-size: 13px;
  transform: translate(0, -130%);
}

.pt-header__search.show-search .pt-header__search-icons svg:first-child,
.pt-header__search .pt-header__search-icons svg:last-child {
  display: none;
}

.pt-header__search.show-search .pt-header__search-icons svg:last-child {
  display: block;
  margin-left: 17px;
}

.header-nav-subchild-cover{
      max-width: 1430px; 
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) and (max-width: 1440px) {

  .meta-buttons-left{
    padding-left: 90px;
  }
  
    
 /* #hs_cos_wrapper_nav-header > header.header-desktop > div.meta-navigation > div > div.meta-buttons-left {
    padding-left: 8.3rem;
  }*/
  .right-container {
    margin-left: 20rem;
  }
}

