@import "/engine/common/styles/reset.css";
a {
  text-decoration: none;
  color: #5F5F5F;
}

* {
  box-sizing: border-box;
}

.stopScroll {
  height: 100%;
  overflow: hidden;
}

.accessibility-btn {
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  padding: 0;
  border: unset;
  background-color: unset;
}
.accessibility-btn .accessibility-svg {
  fill: #707070;
  height: 20px;
  width: auto;
  cursor: pointer;
  display: flex;
}
.accessibility-btn .accessibility-svg:hover {
  fill: #6a4da2;
}

header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-self: center;
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 1024px) {
  header {
    width: 100%;
    padding: 15px;
  }
}
header .category {
  font-weight: bold;
}
header .logo {
  width: 210px;
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  header .logo {
    width: 140px;
  }
}
header .logo img {
  width: 100%;
}
header .mobileMenu {
  display: none;
}
@media (max-width: 1024px) {
  header .mobileMenu {
    display: flex;
    align-items: center;
  }
}
header .mobileMenu .mobMenuItems {
  position: fixed;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  z-index: 99;
  box-shadow: 0px 3px 7px -2px #eeeeee;
}
header .mobileMenu .mobMenuItems.show {
  max-height: 100%;
}
header .mobileMenu .mobMenuItems > li {
  padding: 12px 0;
}
header .mobileMenu .mobMenuItems > li span, header .mobileMenu .mobMenuItems > li a {
  padding: 0 15px;
  background-position: right 15px center;
  background-size: 10px;
  background-repeat: no-repeat;
  display: block;
  transition: transform 0.3s ease;
  position: relative;
  color: #5F5F5F;
}
header .mobileMenu .mobMenuItems > li span:after {
  content: url("../../../assets/components/header_new/images/right.svg");
  position: absolute;
  top: 0;
  right: 15px;
  transition: transform 0.3s ease;
}
header .mobileMenu .mobMenuItems > li .subMobMenuItems {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
header .mobileMenu .mobMenuItems > li .subMobMenuItems li {
  width: 49%;
  background-color: #F4F4F4;
  padding: 7px 15px;
  box-sizing: border-box;
  background-image: url("../../../assets/components/header_new/images/right.svg");
  background-position: right 10px center;
  background-size: 8px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
header .mobileMenu .mobMenuItems > li .subMobMenuItems li a {
  font-size: 13px;
  width: 95%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .mobileMenu .mobMenuItems > li .subMobMenuItems li:nth-child(odd):last-child {
  width: 100%;
}
header .mobileMenu .mobMenuItems > li.open span {
  font-size: 16px;
  padding: 0 15px 12px;
  display: block;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 8px;
}
header .mobileMenu .mobMenuItems > li.open span:after {
  transform: rotate(90deg);
}
header .mobileMenu .mobMenuItems > li.open .subMobMenuItems {
  max-height: 360px;
}
header .menuItems {
  display: flex;
  justify-content: flex-end;
  flex-grow: 2;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  header .menuItems {
    display: none;
  }
}
header .menuItems > li {
  margin-right: 4%;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #707070;
  position: relative;
  cursor: pointer;
  font-variation-settings: "GRAD" 150;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  header .menuItems > li {
    margin-right: 2%;
    font-size: 14px;
  }
}
header .menuItems > li a:hover {
  color: #5F4BBC;
}
header .menuItems > li:hover {
  color: #5F4BBC;
}
header .menuItems > li:hover .subMenuItems {
  display: flex;
}
header .menuItems > li:last-child {
  margin-right: 0;
}
header .menuItems .subMenuItems {
  display: none;
  z-index: 99;
  width: 550px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 8px 8px;
}
header .menuItems .subMenuItems.narrow {
  flex-direction: column;
  width: 260px;
}
header .menuItems .subMenuItems.narrow > li {
  width: 100%;
}
header .menuItems .subMenuItems > li {
  color: #707070;
  width: 47%;
  border-bottom: 1px solid #B8B8B8;
  padding: 10px;
  background-image: url("../../../assets/components/header_new/images/right.svg");
  background-position: right center;
  background-size: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  text-transform: none;
}
header .menuItems .subMenuItems > li a {
  display: block;
}
header .menuItems .subMenuItems > li:hover {
  background: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
}
header .menuItems .subMenuItems > li:hover a {
  color: #5F4BBC;
}
header .menuItems .subMenuItems > li:nth-child(odd):last-child {
  width: 100%;
}

.hamburger {
  margin-left: 15px;
}
.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #bfbfbf;
  display: block;
  margin: 0 auto 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

/*# sourceMappingURL=style.css.map */
