@media screen and (min-width: 961px) {
  #rec2089608201 .tmenu-mobile { display: none !important; }
  #rec2089608201 #nav2089608201 { display: block !important; }
  #rec2089608201 .t-menu-base__leftwrapper { display: none !important; }

  #rec2089608201 .t-menu-base__rightwrapper {
    display: flex !important;
    align-items: center;
  }

  #rec2089608201 .t-menu-base__additionalwrapper {
    display: flex !important;
    align-items: center;
  }

  #chebrand-desktop-burger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 2px;
  }

  #chebrand-desktop-burger svg {
    width: 22px;
    height: 22px;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  #rec2089608201 #nav2089608201 {
    display: none !important;
  }

  #rec2089608201 .tmenu-mobile__container {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    padding: 0 16px !important;
    min-height: 64px !important;
    box-sizing: border-box !important;
    justify-content: flex-start !important;
  }

  #rec2089608201 .t-menu-burger {
    order: 1 !important;
    flex-shrink: 0 !important;
    display: flex !important;
    position: static !important;
    margin: 0 0 0 8px !important;
    padding: 0 !important;
    z-index: 2;
  }

  #rec2089608201 .t-menu-base__logowrapper_mobile {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 1;
  }

  #rec2089608201 .tmenu-mobile__container > ul.t-menuwidgeticons__wrapper {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2;
  }

  #rec2089608201 .t-menu-burger span,
  #rec2089608201 .t-menu-burger span::before,
  #rec2089608201 .t-menu-burger span::after {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  #rec2089608201 .t-menu-burger.is-open span,
  #rec2089608201 .t-menu-burger.is-open span::before,
  #rec2089608201 .t-menu-burger.is-open span::after {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media screen and (min-width: 961px) {
  #rec2089608201 .t-sociallinks {
    display: none !important;
  }
}

#chebrand-side-panel {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  box-sizing: border-box;
  margin: 0;
  max-height: 100%;
  max-width: 560px;
  min-height: 100vh;
  overflow: auto;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  transform: translateX(100%);
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
}

#chebrand-side-panel.is-open {
  transform: translateX(0);
}

@media screen and (max-width: 960px) {
  #chebrand-side-panel {
    max-width: 100%;
    padding: 0 0 20px;
  }
}

#chebrand-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,.1);
  z-index: 9999998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#chebrand-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.cb-panel-close {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 10000000;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 10px;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.cb-panel-close svg {
  width: 23px;
  height: 23px;
  display: block;
}

@media screen and (max-width: 560px) {
  .cb-panel-close {
    position: fixed;
    right: 0;
    top: 12px;
    left: 0;
    width: 100%;
    justify-content: flex-end;
    padding-right: 20px;
  }
}

.cb-panel-head {
  border-bottom: 1px solid rgba(0,0,0,.2);
  margin-bottom: 20px;
  padding: 0 36px 20px 0;
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  .cb-panel-head {
    padding: 20px 56px 20px 24px;
  }
}

.cb-panel-head-logo {
  display: block;
  max-width: 88px;
  height: auto;
}

.cb-panel-head-title {
  display: block;
  font-family: 'Manrope', var(--t-text-font, Arial, sans-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}

.cb-panel-links {
  flex: 1;
  overflow-y: auto;
}

@media screen and (max-width: 960px) {
  .cb-panel-links {
    padding: 0 24px;
  }
}

.cb-panel-links a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: none;
  font-family: 'Manrope', var(--t-text-font, Arial, sans-serif);
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
}

@media screen and (max-width: 960px) {
  .cb-panel-links a {
    font-size: 16px;
  }
}

.cb-panel-links a:hover {
  color: #888;
}

.cb-panel-socials {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  .cb-panel-socials {
    padding: 24px 24px 0;
  }
}

.cb-panel-socials a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Manrope', var(--t-text-font, Arial, sans-serif);
  font-size: 13px;
  font-weight: 400;
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}

.cb-panel-socials a:hover {
  color: #000;
}

.cb-panel-socials a:hover svg path {
  fill: #000;
}

.cb-panel-socials svg {
  flex-shrink: 0;
  transition: opacity 0.2s;
}





.cb-panel-note {
  padding: 16px 24px;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(0,0,0,0.6);
}

