section.topbar {
  display: block;
  background-color: #f6f5ff;
  z-index: 50;
}
section.topbar .container-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  gap: 8px;
}
section.topbar .container-header .topbar__logo svg {
  width: 100%;
  margin-left: 20%;
}
section.topbar .container-header .topbar__menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style-type: none;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item.hideMobile {
  display: none;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item.search__button {
  display: none;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item.no-text-mobile a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  height: 36px;
  width: 36px;
  padding: 0 !important;
  background-color: #D8DCFB !important;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item.no-text-mobile span {
  display: none;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 12px;
  line-height: 20px;
  padding-inline: 12;
}
@media only screen and (max-width: 600px) {
  section.topbar .container-header .topbar__menu .menu__list .menu__item a.hide-mobile {
    display: none;
  }
}
section.topbar .container-header .topbar__menu .menu__list .menu__item a.topbar__button {
  padding: 6px 12px;
  background-color: #d8dcfb;
  border-radius: 32px;
  color: black;
  font-weight: 500;
  font-size: 10px;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item a.lang-selector {
  color: #2e297e;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item a.search__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  width: 36px;
  background-color: #fffefe;
  border-radius: 100%;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item a.search__button span {
  display: none;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item.parent {
  overflow: hidden;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item.parent .item-childs {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 50;
  gap: 48px;
  padding: 27px 2px 27px 14px;
  top: 100%;
  left: 0%;
  text-align: left;
  max-height: 0;
  width: 135px;
  -webkit-box-shadow: 0px 36px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 36px 30px rgba(0, 0, 0, 0.25);
  background-color: white;
  list-style-type: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item.parent > a > svg:last-of-type {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 16px;
  height: 16px;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item.parent > a > svg:last-of-type path {
  stroke-width: 1px;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item.parent:hover {
  overflow: visible;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item.parent:hover > a > svg:last-of-type {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.topbar .container-header .topbar__menu .menu__list .menu__item.parent:hover .item-childs {
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
  opacity: 1;
}
section.topbar .container-header .topbar__menu .menu__list .menu__item:hover > a {
  font-weight: bold;
  color: #2e297e;
}
section.topbar .container-header .topbar__menu .menu__list hr {
  margin: 0;
  opacity: 0.6;
  background-color: #636363;
  width: 0.5px;
  height: 30px;
}
section.topbar .container-header .topbar__menu .menu__list hr:last-child {
  display: none;
}
button.webchat--css-znagw-b9dqpr.webchat__suggested-action {
  -webkit-box-align: center;
  align-items: center;
  background-color: white;
  border-color: #2e297e;
  border-radius: 0px;
  border-style: solid;
  border-width: 2px;
  color: #2e297e;
  font-family: Calibri, "Helvetica Neue", Arial, "sans-serif";
  font-size: inherit;
  height: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 100%;
  outline: 0px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}