.language-banner {
  --checkmark: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%231c7928' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512m113-303c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0z'/%3E%3C/svg%3E");
  --exit-button: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5c-11.3-13.6-31.5-15.4-45.1-4.1S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306l135.4 162.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256z'/%3E%3C/svg%3E");
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.language-banner__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 126px;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .language-banner__section {
    min-height: 60px;
  }
}
@media (min-width: 480px) {
  .language-banner__container-wrapper {
    max-width: 480px;
  }
}
@media (min-width: 596px) {
  .language-banner__container-wrapper {
    max-width: 596px;
  }
}
@media (min-width: 768px) {
  .language-banner__container-wrapper {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .language-banner__container-wrapper {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .language-banner__container-wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1332px) {
  .language-banner__container-wrapper {
    max-width: 1332px;
  }
}
@media (min-width: 1600px) {
  .language-banner__container-wrapper {
    max-width: 1600px;
  }
}
.language-banner__container-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .language-banner__container-wrapper {
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .language-banner__container-wrapper {
    max-width: 1332px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.language-banner__container {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative;
  row-gap: 1.25rem;
}
@media (min-width: 768px) {
  .language-banner__container {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}
.language-banner__message-container {
  position: relative;
  width: calc(100% - 48px);
}
@media (min-width: 768px) {
  .language-banner__message-container {
    width: 100%;
  }
}
.language-banner__message {
  font-size: 14px;
  line-height: 1.25rem;
}
.language-banner__selector-container {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .language-banner__selector-container {
    padding-right: 3.5rem;
  }
}
.language-banner__selector-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.language-banner__selector-wrapper:before {
  left: 0.5rem;
  top: 52%;
  --tw-translate-y: -50%;
  --tw-text-opacity: 1;
  color: rgb(28 121 40 / var(--tw-text-opacity, 1));
  display: block;
  height: 16px;
  width: 16px;
  --tw-content: "";
  background: var(--checkmark);
}
.language-banner__selector-wrapper:after,
.language-banner__selector-wrapper:before {
  content: var(--tw-content);
  position: absolute;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  z-index: 1;
}
.language-banner__selector-wrapper:after {
  border-bottom-width: 2px;
  border-right-width: 2px;
  height: 0.75rem;
  pointer-events: none;
  right: 1rem;
  top: 47%;
  width: 0.75rem;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  --tw-border-opacity: 1;
  border-color: rgb(0 109 255 / var(--tw-border-opacity, 1));
}
.language-banner__selector {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  display: inline-flex;
  flex-grow: 1;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  line-height: 1.25rem;
  padding: 0.5rem 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.language-banner__decline-button {
  display: none;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  --tw-translate-y: -50%;
  background: var(--exit-button);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px) {
  .language-banner__decline-button {
    display: block;
  }
}
.language-banner__decline-button {
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .language-banner__decline-button {
    right: 0.5rem;
  }
}
.language-banner__decline-button.mobile-decline-button {
  display: block;
  right: -3rem;
}
@media (min-width: 768px) {
  .language-banner__decline-button.mobile-decline-button {
    display: none;
  }
}
.language-banner .redirect-button .cmp-button {
  height: 36px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.mega-menu {
  position: relative;
  z-index: 998;
}
.mega-menu .mega-menu__container {
  background: #fff;
  position: relative;
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__container {
    padding-bottom: 66px;
  }
  .mega-menu .mega-menu__container:has(.active.mega-menu--item-empty) {
    padding-bottom: 0;
  }
}
.mega-menu .mega-menu__container:after {
  background: #f0f0f0;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.mega-menu .mega-menu__content {
  --right-links-offset: calc(49px * var(--first-level-length));
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between;
  position: static;
  width: 100%;
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__content {
    height: auto;
    justify-content: flex-start;
  }
}
.mega-menu a,
.mega-menu span {
  font-family: Arial, sans-serif;
}
.mega-menu .mega-menu__l2-link,
.mega-menu .mega-menu__link,
.mega-menu .mega-menu__right-link {
  color: #000;
  display: inline-flex;
}
.mega-menu .mega-menu__category-links {
  display: none;
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__category-links {
    display: block;
  }
}
.mega-menu .mega-menu__category-link {
  color: #006dff;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 12px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__category-link {
    font-size: 1rem;
  }
}
.mega-menu ul {
  list-style: none;
  padding-left: 0;
}
.mega-menu li {
  margin-bottom: 0;
  padding-left: 0;
}
.mega-menu .mega-menu__logo {
  display: block;
  margin-right: 20px;
  width: 164px;
}
.mega-menu .mega-menu__button-wrap {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__button-wrap {
    display: none;
  }
}
.mega-menu .mega-menu__button {
  cursor: pointer;
  display: block;
  position: relative;
}
.mega-menu .mega-menu__button-bar {
  background-color: #000;
  display: block;
  height: 3px;
  margin: 5px 0;
  opacity: 1;
  transition:
    transform 0.3s ease-in-out,
    opacity 0.3s;
  width: 25px;
}
.mega-menu .mega-menu__button-bar:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__left-container {
    flex-grow: 1;
  }
}
.mega-menu .mega-menu__left,
.mega-menu .mega-menu__right {
  display: none;
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__left,
  .mega-menu .mega-menu__right {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__left {
    background: #fff;
    max-width: 450px;
    min-height: 100vh;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mega-menu .mega-menu__left {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__left {
    flex-grow: 1;
  }
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__right {
    background: #fff;
    max-width: 450px;
    min-height: calc(100vh - var(--right-links-offset));
    position: absolute;
    right: 0;
    top: calc(100% + var(--right-links-offset));
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mega-menu .mega-menu__right {
    max-width: 100%;
    width: 100%;
  }
}
.mega-menu .mega-menu__link,
.mega-menu .mega-menu__right-link {
  border-bottom: 4px solid transparent;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 15px;
  padding: 16px 0;
}
.mega-menu .mega-menu__link:hover,
.mega-menu .mega-menu__right-link:hover {
  color: #006dff;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__link,
  .mega-menu .mega-menu__right-link {
    font-size: 1rem;
  }
  .mega-menu .mega-menu__right-link {
    border-bottom: none;
    margin-top: 0;
  }
  .mega-menu .mega-menu__right-item:before {
    content: none;
  }
  .mega-menu .mega-menu__right-item:after {
    background-color: #f0f0f0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin-left: -20px;
    margin-right: -20px;
    position: absolute;
    width: calc(100% + 40px);
  }
  .mega-menu .mega-menu__right-item .navigation__heading + .navigation__links {
    display: block;
  }
}
.mega-menu .mega-menu__item,
.mega-menu .mega-menu__right-item {
  margin: 0 20px;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__item:after {
    background: #f0f0f0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.mega-menu .mega-menu__item:not(:has(.mega-menu__list)) .mega-menu__link:after {
  display: none;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__link {
    border-bottom: none;
    font-weight: 900;
    margin-top: 0;
    position: relative;
  }
  .mega-menu .mega-menu__link:after {
    background: url(../../../content/dam/bitdefender/arrow_black.svg) 50% 50%
      no-repeat;
    background-size: 100%;
    content: "";
    height: 16px;
    position: absolute;
    right: 30px;
    top: 16px;
    transform: rotate(90deg);
    width: 16px;
  }
}
@media (max-width: 991px) {
  .mega-menu .mega-menu__link:after {
    right: 0;
  }
}
.mega-menu .mega-menu__right-item {
  position: relative;
}
.mega-menu .mega-menu__right-item:before {
  background: #f0f0f0;
  content: "";
  display: block;
  height: 22px;
  left: -20px;
  position: absolute;
  top: 28px;
  width: 1px;
}
.mega-menu .mega-menu__first-level {
  display: flex;
  width: 100%;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__first-level {
    flex-direction: column;
  }
}
.mega-menu .mega-menu__back-button,
.mega-menu .mega-menu__back-button-l2 {
  background: url(../../../content/dam/bitdefender/black-arrow.svg) 50% 50% /
    contain no-repeat;
  background-size: 20px;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  margin-left: -14px;
  padding: 10px;
  position: absolute;
  top: 7px;
  transform: rotate(180deg);
  width: 50px;
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__back-button,
  .mega-menu .mega-menu__back-button-l2 {
    display: none;
  }
}
.mega-menu .mega-menu__second-level {
  background: #fff;
  display: none;
  height: -moz-max-content;
  height: max-content;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__second-level {
    background: #fff;
    min-height: 100vh;
    top: 0;
  }
}
.mega-menu .mega-menu__second-level-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: static;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__second-level-content {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 20px;
  }
}
.mega-menu .mega-menu__second-level:after {
  background: #f0f0f0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.mega-menu .mega-menu__list {
  align-items: center;
  align-self: stretch;
  display: flex;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__list {
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    padding-top: 66px;
    width: 100%;
  }
  .mega-menu .mega-menu__list:after {
    background-color: #f0f0f0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .mega-menu ul.mega-menu__list {
    padding-left: 204px;
  }
  .mega-menu .mega-menu__second-level--long ul.mega-menu__list {
    padding-left: 0;
  }
  .mega-menu .mega-menu__second-level--long .mega-menu__third-level-content {
    padding-left: 36px;
  }
}
@media (min-width: 1332px) {
  .mega-menu .mega-menu__second-level--long .mega-menu__third-level-content {
    padding-left: 46px;
  }
}
@media (min-width: 1601px) {
  .mega-menu .mega-menu__second-level--long .mega-menu__third-level-content {
    padding-left: 22px;
  }
}
.mega-menu .mega-menu__l2-link {
  color: #000;
  font-size: 0.875rem;
  line-height: 1;
  padding-right: 18px;
  position: relative;
}
.mega-menu .mega-menu__l2-link:after {
  background: url(../../../content/dam/bitdefender/arrow_black.svg) 50% 50%
    no-repeat;
  background-size: 100%;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(180deg);
  width: 10px;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__l2-link {
    display: block;
    font-size: 1rem;
    font-weight: 900;
    padding: 13px 0;
    width: 100%;
  }
  .mega-menu .mega-menu__l2-link:after {
    height: 16px;
    margin-top: 0;
    top: 12px;
    transform: rotate(90deg);
    width: 16px;
  }
}
.mega-menu .mega-menu__l2-item {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 24px;
}
.mega-menu
  .mega-menu__l2-item.mega-menu__no-l3:has(a.mega-menu__l2-link[href]) {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__l2-item {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__l2-item {
    display: block;
    padding-right: 0;
    width: 100%;
  }
  .mega-menu .mega-menu__l2-item:after {
    background-color: #f0f0f0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__l2-item:hover .mega-menu__third-level {
    display: block;
  }
  .mega-menu
    .mega-menu__l2-item:hover
    .mega-menu__l2-link[href]:not([href=""]) {
    color: #006dff;
  }
  .mega-menu .mega-menu__l2-item:hover .mega-menu__l2-link:after {
    transform: rotate(0deg);
  }
}
.mega-menu .mega-menu__l2-item.active .mega-menu__third-level {
  display: block;
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__item.active .mega-menu__link,
  .mega-menu .mega-menu__item.mega-menu--item-opened .mega-menu__link {
    border-bottom: 4px solid #006dff;
  }
  .mega-menu .mega-menu__item.active .mega-menu__second-level,
  .mega-menu .mega-menu__item.mega-menu--item-opened .mega-menu__second-level {
    display: block;
  }
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu--item-opened .mega-menu__second-level {
    display: block;
  }
}
.mega-menu .mega-menu__right-top-link {
  margin-bottom: 11px;
  margin-top: 11px;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__right-top-link {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__right-top-link {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 20px;
    text-align: right;
  }
}
.mega-menu .mega-menu__right-top-link-target .cmp-button {
  margin: 0;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__right-top-link-target .cmp-button {
    width: 100%;
  }
}
.mega-menu .mega-menu__view-all {
  color: #006dff;
  font-size: 1rem;
  margin-bottom: 10px;
}
.mega-menu .mega-menu__third-level {
  background: #fafafa;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__third-level {
    background: #fff;
    min-height: 100vh;
    top: 0;
    z-index: 3;
  }
}
.mega-menu .mega-menu__third-level-content {
  padding-bottom: 46px;
  padding-left: 20px;
  padding-top: 66px;
  width: 100%;
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__third-level-content {
    padding-left: 254px;
    padding-top: 40px;
  }
}
@media (min-width: 1601px) {
  .mega-menu .mega-menu__third-level-content {
    padding-left: 224px;
  }
}
.mega-menu .mega-menu__row {
  display: flex;
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .mega-menu .mega-menu__row:before {
    background-color: #f0f0f0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .mega-menu .mega-menu__row:last-child:before {
    content: none;
  }
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__col {
    margin-right: 40px;
  }
}
.mega-menu .mega-menu__second-level-right {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 370px;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(-4px);
  z-index: 3;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__second-level-right {
    min-width: none;
    top: calc(100% + 8px);
    width: 100%;
  }
}
.mega-menu .mega-menu__right .navigation__header-link {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__right .navigation__header-link:after {
    content: none;
  }
}
.mega-menu .mega-menu__right .navigation__header-link:hover {
  color: #3c3c3c;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__right .navigation__container:after {
    content: none;
  }
  .mega-menu .mega-menu__right .navigation__links {
    display: block;
  }
}
.mega-menu .mega-menu__right .navigation__link {
  color: #006dff;
  font-size: 18px;
  font-weight: 500;
  line-height: 10px;
  position: relative;
  text-align: center;
  transform: translateZ(0);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.mega-menu .mega-menu__right .navigation__link:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-5px);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
  will-change: transform, opacity;
}
@media (max-width: 1199px) {
  .mega-menu .mega-menu__right .navigation__link {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.mega-menu .mega-menu__right .navigation__item {
  background-color: transparent;
  border: 2px solid #006dff;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 0;
  margin-top: 10px;
  min-width: 140px;
  padding: 10px 26px 8px 28px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-menu .mega-menu__right .navigation__item:hover {
  background-color: #006dff;
}
.mega-menu .mega-menu__right .navigation__item:hover .navigation__link {
  color: #fff;
  transform: translate3d(-11px, 0, 0);
}
.mega-menu .mega-menu__right .navigation__item:hover .navigation__link:after {
  opacity: 1;
  transform: translate(22px, -5px);
}
.mega-menu .mega-menu__popup-container.popup-active .mega-menu__right-link {
  color: #006dff;
}
.mega-menu
  .mega-menu__popup-container.popup-active
  .mega-menu__second-level-right {
  display: block;
}
.mega-menu .mega-menu--active:before {
  background: #000;
  content: "";
  height: 100vh;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.mega-menu .mega-menu--active .mega-menu__left,
.mega-menu .mega-menu--active .mega-menu__right {
  display: block;
}
.mega-menu .mega-menu--active .mega-menu__button-bar:first-child {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.mega-menu .mega-menu--active .mega-menu__button-bar:nth-child(2) {
  opacity: 0;
}
.mega-menu .mega-menu--active .mega-menu__button-bar:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -6px);
}
.mega-menu .mega-menu__quick-links-mobile .navigation__link {
  color: #006dff;
}
.mega-menu
  .mega-menu__quick-links-mobile
  .navigation__item:first-child
  .navigation__link {
  border: 2px solid #006dff;
  border-radius: 6px;
  display: block;
  line-height: 1;
  margin-bottom: 1pc;
  margin-top: 23px;
  padding: 14px;
  text-align: center;
}
.mega-menu
  .mega-menu__quick-links-mobile
  .navigation__item:nth-child(2)
  .navigation__link {
  background: #006dff;
  border-radius: 6px;
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  padding: 14px;
  text-align: center;
}
.mega-menu
  .mega-menu__quick-links-mobile
  .navigation__item:nth-child(2)
  .navigation__link:hover {
  color: #fff;
}
.mega-menu .mega-menu__quick-links-mobile .mega-menu__category-links {
  display: block;
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu__quick-links-mobile {
    display: none;
  }
}
.mega-menu .mega-menu__login-container .mega-menu__login.mega-menu__right-link {
  align-items: center;
  border-radius: 9999px;
  display: flex;
  height: 43px;
  justify-content: center;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  width: 43px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 255 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mega-menu
  .mega-menu__login-container
  .mega-menu__login.mega-menu__right-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {
  .mega-menu
    .mega-menu__login-container
    .mega-menu__login.mega-menu__right-link {
    display: block;
    height: 45px;
    margin-bottom: 0.25rem;
    margin-top: 1rem;
    width: 45px;
  }
}
.mega-menu
  .mega-menu__login-container.popup-active
  .mega-menu__login.mega-menu__right-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {
  .mega-menu .mega-menu--no-active.mega-menu__container {
    padding-bottom: 0;
  }
  .mega-menu .mega-menu--no-active .mega-menu__link:hover {
    border-bottom: 4px solid #006dff;
  }
  .mega-menu
    .mega-menu--no-active
    .mega-menu__link:hover
    + .mega-menu__second-level,
  .mega-menu .mega-menu--no-active .mega-menu__second-level:hover {
    display: block;
  }
  .mega-menu
    .mega-menu--no-active
    .mega-menu__second-level:hover
    ~ .mega-menu__link {
    border-bottom: 4px solid #006dff;
  }
  .mega-menu .mega-menu--right {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .mega-menu .mega-menu--right .mega-menu__second-level {
    top: 64px;
  }
  .mega-menu .mega-menu--right .mega-menu__link {
    align-items: center;
    display: flex;
    position: relative;
  }
  .mega-menu .mega-menu--right .mega-menu__link:before {
    background: #f0f0f0;
    content: "";
    display: block;
    height: 22px;
    left: -20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}
.mega-menu .mega-menu__no-l3 .mega-menu__l2-link {
  padding-right: 0;
}
.mega-menu .mega-menu__no-l3 .mega-menu__l2-link:after {
  content: none;
}
@media (min-width: 1200px) {
  .navigation ~ .navigation {
    margin-top: 20px;
  }
}
.navigation .navigation__header-link,
.navigation .navigation__link {
  color: #000;
}
.navigation .navigation__header-link[href]:not([href=""]):hover,
.navigation .navigation__link[href]:not([href=""]):hover {
  color: #006dff;
}
.navigation .navigation__header-link {
  display: block;
  font-size: 1rem;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .navigation .navigation__header-link:after {
    background: url(../../../content/dam/bitdefender/arrow_black.svg) 50% 50%
      no-repeat;
    background-size: 100%;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 12px;
    transform: rotate(180deg);
    width: 16px;
  }
}
@media (min-width: 1200px) {
  .navigation .navigation__header-link {
    font-size: 0.75rem;
    margin-bottom: 12px;
  }
  .navigation a.navigation__header-link:after {
    background: url(../../../content/dam/bitdefender/black-arrow.svg) 50% 50% /
      contain no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 4px;
    width: 9px;
  }
  .navigation a.navigation__header-link:hover:after {
    background: url(../../../content/dam/bitdefender/blue-arrow.svg) 50% 50% /
      contain no-repeat;
  }
}
@media (max-width: 1199px) {
  .navigation
    .navigation__heading
    + .navigation__links
    .navigation__item:nth-child(n + 4) {
    display: none;
  }
}
.navigation .navigation__link {
  display: inline-block;
  font-size: 1rem;
  padding-bottom: 12px;
  padding-top: 12px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .navigation .navigation__link {
    font-size: 0.75rem;
    line-height: 1;
    margin-right: 5px;
    margin-top: 4px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.navigation .navigation__anchor {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.navigation .navigation__anchor + li.navigation__link {
  font-family: Arial, sans-serif;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .navigation .navigation__anchor + li.navigation__link {
    line-height: 18px;
    white-space: normal;
  }
}
.navigation .navigation__view-all {
  display: none;
}
.navigation .navigation__heading + .navigation__links .navigation__view-all {
  color: #006dff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .navigation .navigation__heading + .navigation__links .navigation__view-all {
    display: none;
  }
}
.navigation .navigation__tag {
  background-color: #006dff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-left: 4px;
  margin-top: 4px;
  padding: 1px 8px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .navigation .navigation__tag {
    font-size: 8px;
    margin-left: -3px;
    margin-top: 0;
    padding: 0 4px;
    vertical-align: middle;
  }
}
@media (max-width: 1199px) {
  .navigation .navigation__heading {
    display: block;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
  }
  .navigation .navigation__heading + .navigation__links {
    display: none;
  }
  .navigation .navigation__container:after {
    background-color: #f0f0f0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .navigation .navigation__container.active .navigation__links {
    display: block;
  }
  .navigation .navigation__container.active .navigation__header-link:after {
    transform: rotate(0deg);
  }
  .navigation .navigation__quick-links {
    display: none;
  }
  .navigation
    .navigation__heading
    + .navigation__links.navigation--view-all
    .navigation__item:nth-child(n + 4) {
    display: block;
  }
}
.navigation
  .navigation__heading
  + .navigation__links.navigation--view-all
  .navigation__view-all {
  display: none;
}
.xfpage-styled .xf-content-height {
  margin: 0;
}
