/* Megamenu */

header .header-menu ul.primary-menu li.menu-item-has-megamenu {
  position: static;
  margin: 0;
  padding: 0 16px 0 0;
}

@media only screen and (max-width: 1199px) {
  header .header-menu ul.primary-menu li.menu-item-has-megamenu {
    padding: 0 12px 0 0;
  }
}

@media only screen and (max-width: 999px) {
  header .header-menu ul.primary-menu li.menu-item-has-megamenu {
    padding: 0;
  }
}

header .header-menu ul.primary-menu li.menu-item-has-megamenu > a {
  padding-left: 13px;
  padding-right: 18px;
}

@media only screen and (max-width: 1199px) {
  header .header-menu ul.primary-menu li.menu-item-has-megamenu > a {
    padding-left: 10px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 999px) {
  header .header-menu ul.primary-menu li.menu-item-has-megamenu > a {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

header .header-menu ul.primary-menu li.menu-item-has-children .megamenu {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin: auto;
  width: 100%;
  transform: scaleY(0) translateY(10px);
  background: #fff;
  padding: 0 0;
  z-index: 999;
  list-style: none;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 56px);
  width: 100vw;
  overflow-y: scroll;
  padding-right: 17px;
  box-sizing: content-box;
  -webkit-text-size-adjust: none;
}

header
  .header-menu
  ul.primary-menu
  li.menu-item-has-megamenu.menu-active
  > .megamenu {
  opacity: 1;
  transform: scaleY(1) translateY(0);
  max-width: 100%;
}

header .header-menu ul.primary-menu li.menu-item-has-children .megamenu-inner {
  width: 100%;
  margin: 0 auto;
  z-index: 20;
  /* padding: 32px 32px 32px 32px; */ /* 32px - 17px = 15px */
  max-width: 1400px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1399px) {
  header
    .header-menu
    ul.primary-menu
    li.menu-item-has-children
    .megamenu-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 899px) {
  header
    .header-menu
    ul.primary-menu
    li.menu-item-has-children
    .megamenu-inner {
    max-width: 100%;
  }
}

header
  .header-menu
  ul.primary-menu
  li.menu-item-has-children
  .megamenu
  .megamenu-grid {
  width: 100%;
  box-sizing: border-box;
}

header
  .header-menu
  ul.primary-menu
  li.menu-item-has-children
  .megamenu
  .megamenu-inner {
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
  /* -webkit-transition: transform 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: transform 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: transform 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: transform 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transform-origin: top;
  transform: scaleY(0) translateY(-75px); */
}

header
  .header-menu
  ul.primary-menu
  li.menu-item-has-megamenu.menu-active
  > .megamenu
  .megamenu-inner {
  opacity: 1;
  visibility: visible;
  z-index: 102;
  /* transform: scaleY(1) translateY(0); */
}

header .megamenu .megamenu-text-accent {
  color: #af15f1;
}

header .megamenu .megamenu-footing {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
}

header .megamenu .megamenu-footing .megamenu-footing-link {
  margin-top: 25px;
}

header .megamenu .megamenu-footing .megamenu-footing-link a.link {
  text-decoration: underline;
  -webkit-transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

header .megamenu .megamenu-footing .megamenu-footing-link a.link:hover {
  color: #af15f1;
  text-decoration: none;
}

header .megamenu code {
  display: block;
  border: 1px dashed red;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.3;
  margin: 16px 0;
}

/* Megamenu products */

header .megamenu .megamenu-grid-products {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  grid-row-gap: 0;
  padding-top: 30px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-products {
    padding-top: 0px;
    grid-row-gap: 10px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-products {
    gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
}

header .megamenu .megamenu-grid-products-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  border-radius: 0;
  padding: 30px 32px 18px;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  flex: 1 0 35%;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-products-item {
    gap: 20px;
    padding: 15px 22px 15px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-products-item {
    gap: 15px;
    padding: 10px 14px 10px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-products-item {
    gap: 12px;
    padding: 12px 0 12px;
  }
}

header
  .megamenu
  a.megamenu-grid-products-item.megamenu-grid-products-item-collaboration:hover {
  background-color: rgba(0, 230, 118, 0.06);
  border-radius: 15px;
}

header
  .megamenu
  a.megamenu-grid-products-item.megamenu-grid-products-item-production:hover {
  background-color: rgba(60, 90, 255, 0.06);
  border-radius: 15px;
}

header
  .megamenu
  a.megamenu-grid-products-item.megamenu-grid-products-item-sales:hover {
  background-color: rgba(255, 179, 0, 0.06);
  border-radius: 15px;
}

header
  .megamenu
  a.megamenu-grid-products-item.megamenu-grid-products-item-analytics:hover {
  background-color: rgba(236, 64, 122, 0.06);
  border-radius: 15px;
}

header .megamenu .megamenu-grid-products-col:first-child {
  min-width: 56px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-products-col:first-child {
    min-width: 70px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-products-col:first-child {
    min-width: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-products-col:first-child {
    min-width: 50px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-products-col:first-child {
    min-width: 40px;
    max-width: 40px;
  }
}

header .megamenu .megamenu-grid-products-icon {
  display: flex;
  width: 100%;
}

header .megamenu .megamenu-grid-products-icon svg {
  width: 100%;
  height: 100%;
}

header .megamenu .megamenu-grid-products-title {
  display: block;
  line-height: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-products-title {
    font-size: 21px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-products-title {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-products-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

header
  .megamenu
  .megamenu-grid-products-item.megamenu-grid-products-item-collaboration
  .megamenu-grid-products-title,
.color-collaboration {
  color: #00e676 !important;
}

header
  .megamenu
  .megamenu-grid-products-item.megamenu-grid-products-item-production
  .megamenu-grid-products-title,
.color-production {
  color: #3c5aff !important;
}

header
  .megamenu
  .megamenu-grid-products-item.megamenu-grid-products-item-sales
  .megamenu-grid-products-title,
.color-sales {
  color: #ffb300 !important;
}

header
  .megamenu
  .megamenu-grid-products-item.megamenu-grid-products-item-analytics
  .megamenu-grid-products-title,
.color-analytics {
  color: #ec407a !important;
}

a.color-collaboration:hover {
  color: #00b646 !important;
}

a.color-production:hover {
  color: #1b3acf !important;
}
a.color-sales:hover {
  color: #bf9300 !important;
}
a.color-analytics:hover {
  color: #bc104a !important;
}

header .megamenu .megamenu-grid-products-desc {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
  margin-bottom: 6px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-products-desc {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-products-desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-products-desc {
    font-size: 13px;
  }
}

header .megamenu .megamenu-grid-products-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #888;
  margin-bottom: 4px;
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-products-tags {
    font-size: 13px;
  }
}

header
  .megamenu
  .megamenu-grid-products-item.megamenu-grid-products-item-collaboration
  .megamenu-grid-products-tags {
  color: rgba(0, 230, 118, 0.8);
}

header
  .megamenu
  .megamenu-grid-products-item.megamenu-grid-products-item-production
  .megamenu-grid-products-tags {
  color: rgba(60, 90, 255, 0.8);
}

header
  .megamenu
  .megamenu-grid-products-item.megamenu-grid-products-item-sales
  .megamenu-grid-products-tags {
  color: rgba(255, 179, 0, 0.8);
}

header
  .megamenu
  .megamenu-grid-products-item.megamenu-grid-products-item-analytics
  .megamenu-grid-products-tags {
  color: rgba(236, 64, 122, 0.8);
}

header .megamenu .megamenu-grid-products-tags li {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 2px 0 0;
  padding: 0;
}

header .megamenu .megamenu-grid-products-tags li:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(106, 106, 159, 0.22);
  border-radius: 100%;
  display: inline-flex;
  margin-left: 5px;
}

header #menu-item-products .megamenu-footing {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 899px) {
  header #menu-item-products .megamenu-footing {
    display: none;
  }
}

/* Megamenu use cases legacy */
/*
header .megamenu .megamenu-grid-use-cases {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-use-cases {
    gap: 18px;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-use-cases {
    gap: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-use-cases {
    gap: 14px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-use-cases {
    flex-direction: column;
  }
}

header .megamenu .megamenu-grid-use-cases-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  border-radius: 15px;
  padding: 20px 22px 22px;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  border: 2px solid rgba(106, 106, 159, 0.15);
  width: 100%;
  max-width: 275px;
  flex: 1 0 18%;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-use-cases-item {
    padding: 18px 20px 20px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-use-cases-item {
    padding: 16px 18px;
    gap: 5px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-use-cases-item {
    padding: 12px 15px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-use-cases-item {
    max-width: none;
    width: auto;
    flex: 1;
  }
}

header .megamenu a.megamenu-grid-use-cases-item:hover {
  background-color: #f5f7f8;
  border-color: #f5f7f8;
}

header .megamenu .megamenu-grid-use-cases-item-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  border-style: dashed;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-use-cases-item-placeholder {
    font-size: 21px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-use-cases-item-placeholder {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-use-cases-item-placeholder {
    font-size: 14px;
  }
}

header .megamenu .megamenu-grid-use-cases-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-use-cases-title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-use-cases-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-use-cases-title {
    font-size: 14px;
  }
}

header .megamenu .megamenu-grid-use-cases-desc {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: rgba(0, 0, 0, 0.48);
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-use-cases-desc {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-use-cases-desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-use-cases-desc {
    font-size: 12px;
  }
}

header .megamenu .megamenu-grid-use-cases-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  margin-top: auto;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-use-cases-tags {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-use-cases-tags {
    line-height: 1.3;
    font-size: 10px;
  }
}

header .megamenu .megamenu-grid-use-cases-tags li {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .megamenu .megamenu-grid-use-cases-tags li:not(:last-child)::after {
  color: #333;
  font-weight: 400;
  content: ",";
  margin-right: 4px;
}

header #menu-item-use-cases .megamenu-footing {
  margin-top: 45px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  header #menu-item-use-cases .megamenu-footing {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 899px) {
  header #menu-item-use-cases .megamenu-footing {
    margin-top: 15px;
    margin-bottom: 15px;
  }
} */

/* Megamenu featues */

header .megamenu .megamenu-grid-features {
  display: flex;
  gap: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-features {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-features {
    gap: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-features {
    gap: 15px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-features {
    flex-direction: column;
  }
}

header .megamenu .megamenu-grid-features-col-key {
  flex: 1;
}

header .megamenu .megamenu-grid-features-heading {
  display: flex;
  align-items: center;
  color: #aaa;
  font-size: 16px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-features-heading {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-features-heading {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

header .megamenu .megamenu-grid-features-heading::before {
  content: "";
  width: 8px;
  height: 2px;
  margin-right: 8px;
  background: #af15f1;
  display: flex;
}

header .megamenu .megamenu-grid-features-col-key-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  row-gap: 0px;
  margin-left: -22px;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-features-col-key-grid {
    margin-left: -10px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-features-col-key-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 4px;
    grid-column-gap: 20px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-features-col-key-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

header .megamenu .megamenu-grid-features-col-key-grid-item {
  display: flex;
  gap: 10px;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  max-width: 325px;
  flex: 1 0 33%;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-features-col-key-grid-item {
    gap: 8px;
    border-radius: 14px;
    padding: 14px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-features-col-key-grid-item {
    gap: 6px;
    border-radius: 12px;
    padding: 12px;
    max-width: 275px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-features-col-key-grid-item {
    gap: 5px;
    border-radius: 10px;
    padding: 10px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-features-col-key-grid-item {
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
    border-radius: 0;
    margin-top: 2px;
    margin-bottom: 0px;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-features-col-key-grid-item:last-child {
    border-bottom: none;
  }
}

header .megamenu a.megamenu-grid-features-col-key-grid-item:hover {
  background: #f5f7f8;
}

@media only screen and (max-width: 899px) {
  header .megamenu a.megamenu-grid-features-col-key-grid-item:hover {
    background: none;
  }
}

header .megamenu .megamenu-grid-features-col-key-grid-item-disabled {
  pointer-events: none;
}

header .megamenu .megamenu-grid-features-col-key-grid-item-disabled:hover {
  background: none;
}

header .megamenu .megamenu-grid-features-col-key-grid-item > div:first-child {
  min-width: 30px;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-features-col-key-grid-item > div:first-child {
    min-width: 28px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-features-col-key-grid-item > div:first-child {
    min-width: 22px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-features-col-key-grid-item > div:first-child {
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

header .megamenu .megamenu-grid-features-icon {
  display: flex;
  margin-top: -2px;
  max-width: 30px;
  max-height: 29px;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-features-icon {
    margin-top: -1px;
    max-width: 28px;
    max-height: 27px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-features-icon {
    margin-top: 0px;
    max-width: 22px;
    max-height: 21px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-features-icon {
    margin-top: -1px;
    max-width: 28px;
    max-height: 27px;
  }
}

header .megamenu .megamenu-grid-features-item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-features-item-title {
    font-size: 17px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-features-item-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-features-item-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-features-item-title {
    margin-bottom: 0px;
  }
}

header
  .megamenu
  .megamenu-grid-features-col-key-grid-item-disabled
  .megamenu-grid-features-item-title {
  color: #777;
}

header .megamenu .megamenu-title-tag,
header .menu-title-tag {
  background-color: #f5f7f8;
  color: #857fa4;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  margin-left: 8px;
  border-radius: 3px;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-title-tag,
  header .menu-title-tag {
    padding: 3px 8px;
    font-size: 12px;
    margin-left: 6px;
  }
}

header .menu-title-tag {
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: -6px;
  padding: 3px 5px;
  letter-spacing: 0.25px;
}

@media only screen and (max-width: 899px) {
  header .menu-title-tag {
    margin: auto 0 auto auto;
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    height: max-content;
  }
}

header .megamenu .megamenu-title-tag-list {
  margin-left: 0px;
  margin-top: 8px;
  display: inline-block;
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-title-tag-list {
    min-width: fit-content;
  }
}

header .megamenu .megamenu-title-tag-online,
header .megamenu .megamenu-title-tag-offline {
  color: #517113;
  background-color: #bdde87;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  border-radius: 3px;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-title-tag-online,
  header .megamenu .megamenu-title-tag-offline {
    padding: 3px 8px;
    gap: 4px;
  }
}

header .megamenu .megamenu-title-tag-online::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #517113;
  animation-name: online-dot;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

header .megamenu .megamenu-title-tag-offline {
  background-color: #f88597;
  color: #9b1e32;
}

header .megamenu .megamenu-title-tag.bg-\[\#e7e6ec\] {
  background-color: #e7e6ec;
}

@keyframes online-dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

header .megamenu .megamenu-title-tag-paid {
  color: #00d566;
  background-color: rgba(46, 204, 113, 0.1);
}

header .megamenu ul > li > .far {
  font-size: 12px;
  opacity: 0.65;
  margin-bottom: -1px;
  margin-left: 3px;
}

header .megamenu .megamenu-grid-features-item-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}

header .megamenu .megamenu-grid-features-col-key-grid-item-disabled {
  pointer-events: none;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-features-item-desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-features-item-desc {
    font-size: 12px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-features-item-desc {
    display: none;
  }
}

header
  .megamenu
  .megamenu-grid-features-col-key-grid-item-disabled
  .megamenu-grid-features-item-desc {
  color: #777;
}

header .megamenu .megamenu-grid-features-col-packages {
  border-left: 2px solid rgba(106, 106, 159, 0.15);
  padding-left: 40px;
  flex-basis: 275px;
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-features-col-packages {
    padding-left: 25px;
    flex-basis: 175px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-features-col-packages {
    border: none;
    padding-left: 0;
    flex-basis: auto;
  }
}

header .megamenu .megamenu-grid-features-heading {
}

header .megamenu .megamenu-grid-features-col-packages-item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 16px 16px;
  margin-left: -16px;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-features-col-packages-item {
    border-radius: 14px;
    padding: 14px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-features-col-packages-item {
    border-radius: 12px;
    padding: 12px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-features-col-packages-item {
    border-radius: 10px;
    padding: 10px;
    margin-left: -8px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-features-col-packages-item {
    margin-left: 0;
  }
}

header .megamenu .megamenu-grid-features-col-packages-item:first-of-type {
  margin-top: 19px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-features-col-packages-item:first-of-type {
    margin-top: 0px;
  }
}

header .megamenu .megamenu-grid-features-col-packages-item:hover {
  background: #f5f7f8;
}

header .megamenu .megamenu-grid-features-col-packages-link {
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: relative;
}

header .megamenu .megamenu-grid-features-col-packages-link:hover {
  color: #af15f1;
}

header .megamenu .megamenu-grid-features-col-packages-link::after {
  display: inline-flex;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  content: "";
  margin-left: 12px;
  transition: all 0.26s ease;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

header .megamenu .megamenu-grid-features-col-packages-link:hover::after {
  margin-left: 14px;
  border-left: 4px solid #af15f1;
}

/* Why Boost.space */

header
  #menu-item-why-boost-space
  .megamenu
  .megamenu-grid-features-col-key-grid-item {
  flex: auto;
  margin-left: -6px;
  padding: 10px 7px;
  gap: 8px;
}

@media only screen and (max-width: 899px) {
  header
    #menu-item-why-boost-space
    .megamenu
    .megamenu-grid-features-col-key-grid-item {
    margin-left: 0;
  }
}

header #menu-item-why-boost-space .megamenu .megamenu-grid-features-item-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

/* Megamenu Use Cases */

header .megamenu .megamenu-grid-use-cases {
  padding-top: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-use-cases {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-use-cases {
    margin-top: -16px;
  }
}

header .megamenu .megamenu-grid-use-cases > div:nth-child(2) {
  border-left: 2px solid rgba(106, 106, 159, 0.15);
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-use-cases > div:nth-child(2) {
    border-left: none;
  }
}

header .megamenu .megamenu-grid-use-cases-heading {
  display: flex;
  align-items: center;
  color: #aaa;
  font-size: 16px;
  line-height: 1.2;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-use-cases-heading {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-use-cases-heading {
    font-size: 13px;
  }
}

header .megamenu .megamenu-grid-use-cases-heading::before {
  content: "";
  width: 8px;
  height: 2px;
  margin-right: 8px;
  background: #af15f1;
  display: flex;
}

header .megamenu .megamenu-grid-use-cases .megamenu-grid-expand-link-mobile {
  margin: 10px 0 20px 0;
  align-self: flex-start;
}

/* Megamenu integrations */

header .megamenu .megamenu-grid-integrations {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  padding-top: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-integrations {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-integrations {
    gap: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-integrations {
    gap: 20px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-integrations {
    gap: 0;
    flex-direction: column;
    margin-top: -16px;
  }
}

header .megamenu .megamenu-grid-integrations-col {
  flex: 1 0 21%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-integrations-col {
    gap: 3px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-integrations-col {
    flex: 1;
    gap: 0;
  }
}

header .megamenu .megamenu-grid-integrations-heading {
  display: flex;
  align-items: center;
  color: #aaa;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-integrations-heading {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-integrations-heading {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-integrations-heading {
    display: none;
  }
}

header .megamenu .megamenu-grid-integrations-heading::before {
  content: "";
  width: 8px;
  height: 2px;
  margin-right: 8px;
  background: #af15f1;
  display: flex;
}

header .megamenu a.grid-integrations-app {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #444;
  font-size: 15px;
  line-height: 1;
  position: relative;
  font-weight: 400;
  z-index: 1;
  padding-right: 12px;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 1399px) {
  header .megamenu a.grid-integrations-app {
    letter-spacing: -0.025ex;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu a.grid-integrations-app {
    font-size: 13px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu a.grid-integrations-app {
    letter-spacing: normal;
    width: 100%;
    padding: 16px 0;
    border-radius: 0;
    margin-top: 2px;
    margin-bottom: 0px;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
    color: #333;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-integrations-col:last-of-type
    .grid-integrations-app:last-of-type {
    border-bottom: none;
  }
}

header .megamenu a.grid-integrations-app:hover {
  color: #fff;
}

@media only screen and (max-width: 899px) {
  header .megamenu a.grid-integrations-app:hover {
    color: #333;
  }
}

header .megamenu .grid-integrations-app-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .grid-integrations-app-icon {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .grid-integrations-app-icon {
    width: 28px;
    height: 28px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .grid-integrations-app-icon {
    width: 26px;
    height: 26px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .grid-integrations-app-icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
    padding: 4px;
  }
}

header .megamenu .grid-integrations-app-icon::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  height: 100%;
  display: block;
  z-index: -1;
  border-radius: 5px;
  background-color: inherit;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 899px) {
  header .megamenu .grid-integrations-app-icon::after {
    display: none;
  }
}

header
  .megamenu
  a.grid-integrations-app:hover
  .grid-integrations-app-icon::after {
  width: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

header .megamenu .grid-integrations-app-icon > img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 1599px) {
  header .megamenu .grid-integrations-app-icon > img {
    width: 17px;
    height: 17px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .grid-integrations-app-icon > img {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .grid-integrations-app-icon > img {
    width: 15px;
    height: 15px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .grid-integrations-app-icon > img {
    width: 17px;
    height: 17px;
  }
}

header
  .megamenu
  a.grid-integrations-app:hover
  .grid-integrations-app-icon
  > img {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 1599px) {
  header
    .megamenu
    a.grid-integrations-app:hover
    .grid-integrations-app-icon
    > img {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 1399px) {
  header
    .megamenu
    a.grid-integrations-app:hover
    .grid-integrations-app-icon
    > img {
    width: 22px;
    height: 22px;
  }
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    a.grid-integrations-app:hover
    .grid-integrations-app-icon
    > img {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    a.grid-integrations-app:hover
    .grid-integrations-app-icon
    > img {
    width: 17px;
    height: 17px;
  }
}

header .megamenu .grid-integrations-app-icon-default {
  position: relative;
  display: inline-flex;
  width: 21px;
  min-width: 21px;
  height: 21px;
  border: 1px solid #fff;
  border-radius: 100%;
  opacity: 0.25;
}

header .megamenu .grid-integrations-app-icon-default::before,
header .megamenu .grid-integrations-app-icon-default::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg) translateX(-5px) translateY(5px);
}

header .megamenu .grid-integrations-app-icon-default::after {
  transform: rotate(-45deg) translateX(-5px) translateY(-5px);
}

header .megamenu .grid-integrations-app-name {
}

@media only screen and (max-width: 899px) {
  header .megamenu .grid-integrations-app-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
  }
}

header .megamenu .megamenu-grid-integrations-col > span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #af15f1;
  margin-top: 10px;
  margin-left: 42px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-integrations-col > span {
    font-size: 15px;
    margin-left: 40px;
    margin-top: 6px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-integrations-col > span {
    font-size: 14px;
    margin-left: 38px;
    margin-top: 4px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-integrations-col > span {
    font-size: 13px;
    margin-left: 36px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-integrations-col > span {
    display: none;
  }
}

header #menu-item-integrations .megamenu-footing {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  header #menu-item-integrations .megamenu-footing {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 899px) {
  header #menu-item-integrations .megamenu-footing {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 899px) {
  header #menu-item-integrations .megamenu-footing .bs-btn {
    display: none;
  }
}

/* Megamenu modules */

header .megamenu .megamenu-grid-modules {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 30px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-modules {
    padding-top: 0px;
    gap: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-modules {
    gap: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-modules {
    gap: 15px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-modules {
    flex-direction: column;
  }
}

header .megamenu .megamenu-grid-modules-col {
  flex: 1 0 21%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
  max-width: 275px;
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-modules-col {
    flex: 1;
    max-width: none;
  }
}

header .megamenu .megamenu-grid-modules-col:not(:first-child) {
  margin-left: 6px;
}

header .megamenu .megamenu-grid-modules-heading {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-modules-heading {
    font-size: 21px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-modules-heading {
    font-size: 19px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-modules-heading {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

header .megamenu .megamenu-grid-modules-item {
  display: flex;
  align-items: center; /* flex-start */
  gap: 8px;
  padding: 8px 6px;
  margin-left: -6px;
  border-radius: 6px;
  align-self: stretch;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

header
  .megamenu
  .megamenu-grid-modules-col:nth-child(1)
  a.megamenu-grid-modules-item:hover {
  background-color: rgba(0, 230, 118, 0.06);
}

header
  .megamenu
  .megamenu-grid-modules-col:nth-child(2)
  a.megamenu-grid-modules-item:hover {
  background-color: rgba(255, 179, 0, 0.06);
}

header
  .megamenu
  .megamenu-grid-modules-col:nth-child(3)
  a.megamenu-grid-modules-item:hover {
  background-color: rgba(60, 90, 255, 0.06);
}

header
  .megamenu
  .megamenu-grid-modules-col:nth-child(4)
  a.megamenu-grid-modules-item:hover {
  background-color: rgba(236, 64, 122, 0.06);
}

header .megamenu .megamenu-grid-modules-icon {
  min-width: 22px;
  width: 22px;
  height: 22px;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-modules-icon {
    min-width: 21px;
    width: 21px;
    height: 21px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-modules-icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }
}

header .megamenu .megamenu-grid-modules-icon i {
  font-size: 17px;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-modules-icon i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-modules-icon i {
    font-size: 15px;
  }
}

header .megamenu a.megamenu-grid-modules-item-tile {
  padding: 7px 7px;
}

@media only screen and (max-width: 1199px) {
  header .megamenu a.megamenu-grid-modules-item-tile {
    margin-left: 0;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu a.megamenu-grid-modules-item-tile {
    padding: 7px 0;
    border-radius: 0;
    margin-top: 2px;
    margin-bottom: 0px;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu a.megamenu-grid-modules-item-tile:last-child {
    border-bottom: none;
  }
}

header .megamenu a.megamenu-grid-modules-item-tile:hover {
  background-color: #f5f7f8;
}

@media only screen and (max-width: 899px) {
  header .megamenu a.megamenu-grid-modules-item-tile:hover {
    background-color: transparent;
  }
}

header
  .megamenu
  .megamenu-grid-product-col-key-grid-mobile-item
  a.megamenu-grid-modules-item-tile {
  width: 100%;
}

header
  .megamenu
  .megamenu-grid-product-col-key-grid-mobile-item
  a.megamenu-grid-modules-item-tile
  > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1;
  gap: 12px;
}

@media only screen and (max-width: 599px) {
  header
    .megamenu
    .megamenu-grid-product-col-key-grid-mobile-item
    a.megamenu-grid-modules-item-tile
    > div:nth-child(2) {
    justify-content: space-between;
  }
}

header .megamenu .megamenu-grid-modules-item-tile .megamenu-grid-modules-icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  box-sizing: content-box;
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-modules-item-tile
    .megamenu-grid-modules-icon {
    margin-top: 0;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-modules-item-tile
    .megamenu-grid-modules-icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
    padding: 4px;
  }
}

header
  .megamenu
  .megamenu-grid-modules-item-tile
  .megamenu-grid-modules-icon
  i {
  color: #fff;
  font-size: 15px;
  margin-top: 2px;
}

header .megamenu .megamenu-grid-modules-item-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-modules-item-title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-modules-item-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-modules-item-title {
    font-size: 14px;
  }
}

header
  .megamenu
  .megamenu-grid-product-col-key-grid-mobile-item
  .megamenu-grid-modules-item-title {
  margin-bottom: 0;
}

header .megamenu .megamenu-grid-modules-item-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #777;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-modules-item-desc {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-modules-item-desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-modules-item-desc {
    font-size: 13px;
  }
}

header .megamenu .megamenu-grid-modules-item-tags {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-modules-item-tags {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-modules-item-tags {
    font-size: 13px;
  }
}

header
  .megamenu
  .megamenu-grid-product-col-key-grid-mobile-item
  .megamenu-grid-modules-item-tags {
  margin-top: 0;
}

header .megamenu .megamenu-grid-modules-item-tags span {
  display: flex;
  align-items: center;
  gap: 6px;
}

header .megamenu .megamenu-grid-modules-item-tags span + span::before {
  position: relative;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #6a6a9f;
  opacity: 0.22;
  display: inline-flex;
  border-radius: 100%;
  margin-top: 2px;
}

header .megamenu .megamenu-grid-expand-link {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  background: linear-gradient(267deg, #e0546b -6.07%, #eca73d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-expand-link {
    font-size: 0.75rem;
  }
}

header .megamenu .megamenu-grid-expand-link::after {
  display: inline-flex;
  width: 4px;
  height: 6px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7" viewBox="0 0 4 7" fill="none"><path d="M-2.07385e-08 6.52556C-2.21301e-09 6.94937 0.52071 7.16128 0.828402 6.85519L3.85799 3.84141C4.04734 3.65304 4.04734 3.34696 3.85799 3.15859L0.828402 0.144809C0.52071 -0.161278 -3.03767e-07 0.0506282 -2.85241e-07 0.474442L-2.07385e-08 6.52556Z" fill="url(%23paint0_linear_17158_30784)"/><defs><linearGradient id="paint0_linear_17158_30784" x1="-0.744261" y1="-0.377841" x2="-0.0135261" y2="7.37814" gradientUnits="userSpaceOnUse"><stop stop-color="%23E0546B"/><stop offset="1" stop-color="%23ECA73D"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  transition: all 0.26s ease;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transform: translateY(1px);
}

header .megamenu .megamenu-grid-expand-link:hover::after {
  transform: translateY(1px) translateX(3px);
}

header #menu-item-modules .megamenu-footing {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  header #menu-item-modules .megamenu-footing {
    margin-top: 25px;
  }
}

.bs-header__menu_wrapper > nav > .primary-menu-footing {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  gap: 10px;
}

.primary-menu-footing-lang-switcher {
  margin-top: 10px;
}

.primary-menu-footing-lang-switcher ul {
  display: flex;
  gap: 20px;
}

.primary-menu-footing-lang-switcher ul li {
  list-style: none;
}

.primary-menu-footing-lang-switcher ul li.wpml-ls-current-language {
  order: -1;
}

.primary-menu-footing-lang-switcher ul li img,
.primary-menu-footing-lang-switcher ul li .wpml-ls-display {
  display: none;
}

.primary-menu-footing-lang-switcher ul li a {
  font-size: 17px;
  font-weight: 500;
  color: #333;
  padding: 0;
}

.primary-menu-footing-lang-switcher ul li.wpml-ls-current-language a {
  text-decoration: underline;
  color: #c2c3d7;
}

.primary-menu-footing-lang-switcher ul li a:hover {
  color: #af15f1;
}

.primary-menu-footing-lang-switcher ul li.wpml-ls-current-language a:hover {
  color: #a2a3b7;
}

/* Mobile Megamenu */

@media (max-width: 999px) {
  .bs-header__menu_wrapper {
  }

  .bs-header__menu_wrapper .primary-menu-wrapper {
    background: #fff;
    position: absolute;
    flex-direction: column;
    top: 56px;
    left: 0;
    z-index: 99;
    width: 100%;
    transition: top 0.15s ease;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    height: 0;
  }

  .bs-header__menu_wrapper .primary-menu-wrapper.navi-active {
    padding: 10px 0 3rem 0;
    height: calc(100vh - 56px);
    z-index: 9999999;
  }

  .admin-bar-active .bs-header__menu_wrapper .primary-menu-wrapper.navi-active {
    height: calc(100vh - 88px);
  }

  .notification-bar-active
    .bs-header__menu_wrapper
    .primary-menu-wrapper.navi-active {
    height: calc(100vh - 120px);
  }

  .admin-bar-active.notification-bar-active
    .bs-header__menu_wrapper
    .primary-menu-wrapper.navi-active {
    height: calc(100vh - 152px);
  }

  .bs-header__menu_wrapper > nav > ul.primary-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    height: auto;
    gap: 10px;
  }

  header .header-menu ul.primary-menu > li {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: unset;
    max-height: none;
    padding-right: 0;
  }

  header .header-menu ul.primary-menu li.menu-item-has-children .megamenu {
    overflow: inherit;
    padding-right: 0;
    top: 0;
    left: 0;
    max-height: none;
    position: relative;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  header
    .header-menu
    ul.primary-menu
    li.menu-item-has-children
    .megamenu::before {
    display: none;
  }

  header .header-menu ul.primary-menu > li.menu-item-has-megamenu > .megamenu {
    height: 0;
  }

  header
    .header-menu
    ul.primary-menu
    > li.menu-item-has-megamenu.menu-active
    > .megamenu {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  header
    .header-menu
    ul.primary-menu
    > li.menu-item-has-children
    .megamenu
    .megamenu-inner {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 0;
  }

  header
    .header-menu
    ul.primary-menu
    > li.menu-item-has-megamenu.menu-active
    > .megamenu
    .megamenu-inner {
    height: auto;
  }

  header .header-menu ul.primary-menu > li > a {
    position: relative;
    height: auto;
    padding: 0.75rem 0.875rem;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
  }

  header .header-menu ul.primary-menu > li.menu-item-has-children::after {
    display: none;
  }

  header .header-menu ul.primary-menu > li.menu-item-has-children > a::after {
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #1e1e1e;
    content: "";
    transition: none 0.26s ease;
    position: absolute;
    margin: auto;
    left: auto;
    top: 0;
    right: 0.875rem;
  }

  header
    .header-menu
    ul.primary-menu
    > li.menu-item-has-children.menu-active
    > a::after {
    border-left-color: #dcdbee;
    border-right-color: #dcdbee;
  }

  header
    .header-menu
    ul.primary-menu
    > li.menu-item-has-children.menu-active
    > a::after {
    border-bottom: 4px solid #1e1e1e;
    border-top: none;
  }

  header
    .header-menu
    ul.primary-menu
    > li.menu-item-has-children.menu-active
    > a {
    background-color: #e0e0f1;
  }

  .bs-header__menu_wrapper > nav > .primary-menu-footing {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 32px 16px;
    width: 100%;
    box-sizing: border-box;
    gap: 15px;
  }

  .bs-header__menu_wrapper > nav > .primary-menu-footing .bs-btn-bigger {
    margin-top: 0;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 275px;
    border-width: 2px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 782px) {
  .bs-header__menu_wrapper .primary-menu-wrapper.navi-active {
    height: calc(100vh - 56px);
  }

  .admin-bar-active .bs-header__menu_wrapper .primary-menu-wrapper.navi-active {
    height: calc(100vh - 102px);
  }

  .notification-bar-active
    .bs-header__menu_wrapper
    .primary-menu-wrapper.navi-active {
    height: calc(100vh - 120px);
  }

  .admin-bar-active.notification-bar-active
    .bs-header__menu_wrapper
    .primary-menu-wrapper.navi-active {
    height: calc(100vh - 166px);
  }
}

@media (max-width: 599px) {
  header
    .header-menu
    ul.primary-menu
    > li.menu-item-has-children
    .megamenu
    .megamenu-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  header
    .header-menu
    ul.primary-menu
    > li.menu-item-has-megamenu.menu-active
    > .megamenu {
    padding-left: 0;
    padding-right: 0;
  }
}

/* V2.0 */

/* Megamenu product */

header .megamenu .megamenu-grid-product {
  display: flex;
  gap: 60px;
  padding-top: 0px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-product {
    gap: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-product {
    gap: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-product {
    flex-direction: column;
    gap: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-product {
    gap: 15px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-product {
    flex-direction: column;
    gap: 25px;
  }
}

header .megamenu .megamenu-grid-product-heading {
  display: flex;
  align-items: center;
  color: #aaa;
  font-size: 16px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-product-heading {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-product-heading {
    font-weight: 600;
  }
}

header .megamenu .megamenu-grid-product-heading::before {
  content: "";
  width: 8px;
  height: 2px;
  margin-right: 8px;
  background: #af15f1;
  display: flex;
}

header .megamenu .megamenu-grid-product-subheading {
  display: flex;
  align-items: center;
  color: #aaa;
  font-size: 15px;
  margin-top: -15px;
  margin-bottom: 15px;
  padding-left: 15px;
  line-height: 1.2;
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-product-subheading {
    font-size: 13px;
    margin-top: -5px;
  }
}

header .megamenu .megamenu-grid-product-col-start {
  display: flex;
  flex-direction: column;
  gap: 50px;
  border-right: 2px solid rgba(106, 106, 159, 0.15);
  padding: 20px 35px 10px 0;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-product-col-start {
    padding: 0px 25px 10px 0;
    gap: 35px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-product-col-start {
    gap: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-product-col-start {
    border: none;
    padding: 0;
    gap: 15px;
  }
}

header .megamenu .megamenu-grid-product-col-start-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  row-gap: 10px;
  margin-left: -22px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-product-col-start-grid {
    gap: 50px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-product-col-start-grid {
    gap: 35px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-product-col-start-grid {
    flex-direction: column;
    grid-row-gap: 25px;
    grid-column-gap: 0px;
  }
}

@media only screen and (max-width: 1099px) {
  header .megamenu .megamenu-grid-product-col-start-grid {
    grid-row-gap: 15px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-product-col-start-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.megamenu-grid-product-col-start-grid-col {
}

@media only screen and (max-width: 1199px) {
  .megamenu-grid-product-col-start-grid-col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-row-gap: 20px;
    grid-column-gap: 10px;
  }
}

@media only screen and (max-width: 899px) {
  .megamenu-grid-product-col-start-grid-col {
    width: 100%;
    grid-row-gap: 10px;
    grid-column-gap: 0px;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
  }
}

header
  .megamenu
  .megamenu-grid-product-col-start-grid-col
  .megamenu-grid-product-heading {
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-product-col-start-grid-col
    .megamenu-grid-product-heading {
    margin: 0;
    padding: 0;
    line-height: 16px;
    order: -3;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-product-col-start-grid-col
    .megamenu-grid-product-heading {
    font-weight: 600;
  }
}

header
  .megamenu
  .megamenu-grid-product-col-start-grid-col
  .megamenu-grid-product-subheading {
  max-width: 240px;
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-product-col-start-grid-col
    .megamenu-grid-product-subheading {
    margin: 0;
    padding: 0;
    max-width: none;
    padding-left: 15px;
    font-size: 12px;
    line-height: 20px;
    order: -2;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-product-col-start-grid-col
    .megamenu-grid-product-subheading {
    display: none;
  }
}

header .megamenu .megamenu-grid-product-col-key-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-left: -16px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-product-col-key-grid {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-product-col-key-grid {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    grid-row-gap: 0;
    grid-column-gap: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 1099px) {
  header .megamenu .megamenu-grid-product-col-key-grid {
    grid-column-gap: 5px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-product-col-key-grid {
    display: flex;
    flex-direction: column;
    grid-row-gap: 0px;
  }
}

header .megamenu .megamenu-grid-product-col-key-grid-mobile-item {
  display: none !important;
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-product-col-key-grid-mobile-item {
    display: flex !important;
  }
}

header .megamenu .megamenu-grid-product-col-key-grid-desktop-item {
  display: flex !important;
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-product-col-key-grid-desktop-item {
    display: none !important;
  }
}

header
  .megamenu
  .megamenu-grid-product-col-key-grid
  .megamenu-grid-modules-item-tags {
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-product-col-key-grid
    .megamenu-grid-modules-item-tags {
    font-size: 11px;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-product-col-key-grid
    .megamenu-grid-modules-item-tags {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-product-col-key-grid
    .megamenu-grid-modules-item-tags
    span {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-product-col-key-grid
    .megamenu-grid-modules-item-tags
    span:first-child {
    display: flex;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-product-col-key-grid-mobile-item
    .megamenu-grid-modules-item-tags {
    display: flex;
  }
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-product-col-key-grid-mobile-item
    .megamenu-grid-modules-item-tags
    span {
    display: flex;
    background-color: #f5f7f8;
    color: #af15f1;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    border-radius: 3px;
  }
}

header .megamenu .megamenu-grid-product-col-start-footing {
  margin-top: 0px;
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-product-col-start-footing {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-product-col-start-footing {
    display: none;
  }
}

header
  .megamenu
  .megamenu-grid-product-col-start-footing
  .megamenu-grid-features-col-key-grid-item {
  margin-left: -55px;
  max-width: 465px;
}

@media only screen and (max-width: 1599px) {
  header
    .megamenu
    .megamenu-grid-product-col-start-footing
    .megamenu-grid-features-col-key-grid-item {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-product-col-start-footing
    .megamenu-grid-features-col-key-grid-item {
    max-width: 415px;
  }
}

header .megamenu .megamenu-grid-product-col-end {
  flex: 1;
  padding: 20px 0 10px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-product-col-end {
    padding: 0px 0 10px 0;
    gap: 35px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-product-col-end {
    gap: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-product-col-end {
    gap: 15px;
    padding: 0;
    border: none;
  }
}

header .megamenu .megamenu-grid-product-col-end-grid {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-product-col-end-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-row-gap: 20px;
    grid-column-gap: 10px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-product-col-end-grid {
    width: 100%;
    grid-row-gap: 10px;
    grid-column-gap: 0px;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
  }
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-product-col-end-grid
    .megamenu-grid-product-heading {
    margin: 0;
    padding: 0;
    line-height: 16px;
    order: -3;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-product-col-end-grid
    .megamenu-grid-product-heading {
    font-weight: 600;
  }
}

header
  .megamenu
  .megamenu-grid-product-col-end-grid
  .megamenu-grid-product-subheading {
  max-width: 320px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-product-col-end-grid
    .megamenu-grid-product-subheading {
    margin: 0;
    padding: 0;
    max-width: none;
    padding-left: 15px;
    font-size: 12px;
    line-height: 20px;
    order: -2;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-product-col-end-grid
    .megamenu-grid-product-subheading {
    display: none;
  }
}

header
  .megamenu
  .megamenu-grid-product-col-end-grid
  .megamenu-grid-features-col-key-grid {
}

@media only screen and (max-width: 1599px) {
  header
    .megamenu
    .megamenu-grid-product-col-end-grid
    .megamenu-grid-features-col-key-grid {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-product-col-end-grid
    .megamenu-grid-features-col-key-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 0;
    grid-column-gap: 20px;
    margin-left: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-product-col-end-grid
    .megamenu-grid-features-col-key-grid {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}

header
  .megamenu
  .megamenu-grid-product-col-end-footing
  .megamenu-grid-features-col-key-grid {
  margin-left: -10px;
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-product-col-end-footing
    .megamenu-grid-features-col-key-grid {
    margin-left: 0px;
  }
}

header
  .megamenu
  .megamenu-grid-product-col-end-footing
  .megamenu-grid-features-col-key-grid-item {
  max-width: 305px;
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-product-col-end-footing
    .megamenu-grid-features-col-key-grid-item {
    max-width: none;
    width: 100%;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-product-col-end-footing
    .megamenu-grid-features-col-key-grid-item
    > div {
    width: 100%;
    display: flex;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-product-col-end-footing
    .megamenu-grid-features-col-key-grid-item
    .megamenu-grid-features-item-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}

@media only screen and (max-width: 599px) {
  header
    .megamenu
    .megamenu-grid-product-col-end-footing
    .megamenu-grid-features-col-key-grid-item
    .megamenu-grid-features-item-title {
    justify-content: space-between;
  }
}

/* Megamenu solutions tututu */

header .megamenu .megamenu-grid-solutions {
  display: flex;
  gap: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-solutions {
    gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-solutions {
    gap: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions {
    gap: 15px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions {
    flex-direction: column;
  }
}

header .megamenu .megamenu-grid-solutions-col-key {
  flex: 1;
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-key {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
    order: 1;
  }
}

header .megamenu .megamenu-grid-solutions-heading {
  display: flex;
  align-items: center;
  color: #aaa;
  font-size: 16px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-solutions-heading {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions-heading {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-heading {
    font-weight: 600;
  }
}

header .megamenu .megamenu-grid-solutions-heading::before {
  content: "";
  width: 8px;
  height: 2px;
  margin-right: 8px;
  background: #af15f1;
  display: flex;
}

header .megamenu .megamenu-grid-solutions-col-key-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  row-gap: 10px;
  margin-left: -22px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-solutions-col-key-grid {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions-col-key-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
  }
}

@media only screen and (max-width: 1099px) {
  header .megamenu .megamenu-grid-solutions-col-key-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-key-grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }
}

header .megamenu .megamenu-grid-solutions-col-key-grid-item {
  display: flex;
  gap: 10px;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  max-width: 275px;
  flex: 1 0 33%;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-solutions-col-key-grid-item {
    gap: 8px;
    border-radius: 14px;
    padding: 14px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-solutions-col-key-grid-item {
    gap: 6px;
    border-radius: 12px;
    padding: 12px;
    max-width: 275px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions-col-key-grid-item {
    gap: 5px;
    border-radius: 10px;
    padding: 10px;
    max-width: none;
    width: auto;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-key-grid-item {
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
    border-radius: 0;
    margin-top: 2px;
    margin-bottom: 0px;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-solutions-col-key-grid
    > .megamenu-grid-solutions-col-key-grid-item:last-child {
    border-bottom: none;
  }
}

header .megamenu a.megamenu-grid-solutions-col-key-grid-item:hover {
  background: #f5f7f8;
}

@media only screen and (max-width: 899px) {
  header .megamenu a.megamenu-grid-solutions-col-key-grid-item:hover {
    background: none;
  }
}

header .megamenu .megamenu-grid-solutions-col-key-grid-item > div:first-child {
  min-width: 30px;
}

@media only screen and (max-width: 1399px) {
  header
    .megamenu
    .megamenu-grid-solutions-col-key-grid-item
    > div:first-child {
    min-width: 28px;
  }
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-solutions-col-key-grid-item
    > div:first-child {
    min-width: 22px;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-solutions-col-key-grid-item
    > div:first-child {
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

header .megamenu .megamenu-grid-solutions-icon {
  display: flex;
  margin-top: -2px;
  max-width: 30px;
  max-height: 29px;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-solutions-icon {
    margin-top: -1px;
    max-width: 28px;
    max-height: 27px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions-icon {
    margin-top: 0px;
    max-width: 22px;
    max-height: 21px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-icon {
    margin-top: -1px;
    max-width: 28px;
    max-height: 27px;
  }
}

header .megamenu .megamenu-grid-solutions-item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-solutions-item-title {
    font-size: 17px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-solutions-item-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions-item-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-item-title {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0px;
    gap: 12px;
  }
}

@media only screen and (max-width: 599px) {
  header .megamenu .megamenu-grid-solutions-item-title {
    justify-content: space-between;
  }
}

header .megamenu .megamenu-grid-solutions-item-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-solutions-item-desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions-item-desc {
    font-size: 12px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-item-desc {
    display: none;
  }
}

header .megamenu .megamenu-grid-solutions-col-use-cases {
  border-left: 2px solid rgba(106, 106, 159, 0.15);
  padding-left: 10px;
  flex-basis: 440px;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases {
    padding-left: 5px;
    flex-basis: 320px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases {
    padding-left: 0;
    flex-basis: 300px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases {
    border: none;
    padding-left: 0;
    flex-basis: auto;
    order: 2;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
  }
}

header .megamenu .megamenu-grid-solutions-col-use-cases-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-heading-wrap {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-heading-wrap {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-heading-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

header .megamenu .megamenu-grid-solutions-col-use-cases-heading {
  display: flex;
  align-items: center;
  color: #aaa;
  font-size: 16px;
  padding-left: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-heading {
    font-size: 15px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-heading {
    font-size: 14px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-heading {
    padding-left: 0;
    font-weight: 600;
  }
}

header .megamenu .megamenu-grid-solutions-col-use-cases-heading::before {
  content: "";
  width: 8px;
  height: 2px;
  margin-right: 8px;
  background: #af15f1;
  display: flex;
}

header .megamenu .megamenu-grid-solutions-col-use-cases-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  row-gap: 15px;
  padding-left: 18px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid {
    gap: 0px;
    row-gap: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid {
    row-gap: 4px;
    column-gap: 20px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid {
    gap: 0;
    padding-left: 0;
  }
}

header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-radius: 16px;
  padding: 18px 18px 24px 18px;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item {
    padding: 14px 14px 16px 14px;
    flex-direction: column;
    gap: 3px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item {
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 12px 0;
    margin-top: 0px;
    gap: 16px;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-solutions-col-use-cases-grid
    > .megamenu-grid-solutions-col-use-cases-grid-item:last-child {
    border-bottom: none;
  }
}

header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item:hover {
  background: #f5f7f8;
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item:hover {
    background: none;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-solutions-col-use-cases-grid-item
    > div:first-child {
    display: flex;
  }
}

header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item-thumbnail {
  width: 130px;
  height: auto;
  border-radius: 16px;
  margin-top: 4px;
  background: #f5f7f8;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item-thumbnail {
    width: 120px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item-thumbnail {
    width: 75px;
    height: 42px;
    object-fit: cover;
    border-radius: 6px;
  }
}

header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}

header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid-item-title {
    font-size: 14px;
    -webkit-text-size-adjust: none;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid-time {
    display: none;
  }
}

header .megamenu .megamenu-grid-solutions-col-use-cases-grid-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-use-cases-grid-tags {
    display: none;
  }
}

header .megamenu .megamenu-grid-solutions-col-use-cases-grid-tag {
  background-color: #f5f7f8;
  color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  border-radius: 3px;
}

header .megamenu .megamenu-grid-solutions-col-packages {
  border-left: 2px solid rgba(106, 106, 159, 0.15);
  padding-left: 40px;
  flex-basis: 280px;
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions-col-packages {
    padding-left: 25px;
    flex-basis: 250px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-packages {
    border: none;
    padding-left: 0;
    flex-basis: auto;
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }
}

header .megamenu .megamenu-grid-solutions-col-packages-item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 16px 16px;
  margin-left: -16px;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-solutions-col-packages-item {
    border-radius: 14px;
    padding: 14px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-solutions-col-packages-item {
    border-radius: 12px;
    padding: 12px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-solutions-col-packages-item {
    border-radius: 10px;
    padding: 10px;
    margin-left: -8px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-packages-item {
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
    border-radius: 0;
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 0;
    gap: 12px;
    align-items: flex-start;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
  }
}

header .megamenu .megamenu-grid-solutions-col-packages-item:first-of-type {
  margin-top: 19px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-solutions-col-packages-item:first-of-type {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-solutions-col-packages
    > .megamenu-grid-solutions-col-packages-item:last-child {
    border-bottom: none;
  }
}

header .megamenu .megamenu-grid-solutions-col-packages-item:hover {
  background: #f5f7f8;
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-solutions-col-packages-item:hover {
    background: none;
  }
}

header .megamenu .megamenu-grid-solutions-col-packages-link {
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: relative;
}

header .megamenu .megamenu-grid-solutions-col-packages-link:hover {
  color: #af15f1;
}

header .megamenu .megamenu-grid-solutions-col-packages-link::after {
  display: inline-flex;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  content: "";
  margin-left: 12px;
  transition: all 0.26s ease;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

header .megamenu .megamenu-grid-solutions-col-packages-link:hover::after {
  margin-left: 14px;
  border-left: 4px solid #af15f1;
}

@media only screen and (max-width: 899px) {
  header #menu-item-solutions .megamenu-footing {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 899px) {
  header #menu-item-solutions .megamenu-footing .bs-btn {
    display: none;
  }
}

/* Megamenu resources */

header .megamenu .megamenu-grid-resources {
  display: flex;
  gap: 60px;
  row-gap: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources {
    gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources {
    gap: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources {
    gap: 15px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources {
    flex-direction: column;
  }
}

header .megamenu .megamenu-grid-resources-col-key {
  flex: 1;
}

header .megamenu .megamenu-grid-resources-heading {
  display: flex;
  align-items: center;
  color: #aaa;
  font-size: 16px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources-heading {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-heading {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-heading {
    font-weight: 600;
  }
}

header .megamenu .megamenu-grid-resources-heading::before {
  content: "";
  width: 8px;
  height: 2px;
  margin-right: 8px;
  background: #af15f1;
  display: flex;
}

header .megamenu .megamenu-grid-resources-col-key-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  row-gap: 0px;
  margin-left: -22px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources-col-key-grid {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-col-key-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-col-key-grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }
}

header .megamenu .megamenu-grid-resources-col-key-grid-item {
  display: flex;
  gap: 10px;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  max-width: 275px;
  flex: 1 0 33%;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources-col-key-grid-item {
    gap: 8px;
    border-radius: 14px;
    padding: 14px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources-col-key-grid-item {
    gap: 6px;
    border-radius: 12px;
    padding: 12px;
    max-width: 275px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-col-key-grid-item {
    gap: 5px;
    border-radius: 10px;
    padding: 10px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-col-key-grid-item {
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
    border-radius: 0;
    margin-top: 2px;
    margin-bottom: 0px;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-resources-col-key-grid
    > .megamenu-grid-resources-col-key-grid-item:last-of-type {
    border-bottom: none;
  }
}

header .megamenu a.megamenu-grid-resources-col-key-grid-item:hover {
  background: #f5f7f8;
}

header .megamenu .megamenu-grid-resources-col-key-grid-item > div:first-child {
  min-width: 30px;
}

@media only screen and (max-width: 1399px) {
  header
    .megamenu
    .megamenu-grid-resources-col-key-grid-item
    > div:first-child {
    min-width: 28px;
  }
}

@media only screen and (max-width: 1199px) {
  header
    .megamenu
    .megamenu-grid-resources-col-key-grid-item
    > div:first-child {
    min-width: 22px;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-resources-col-key-grid-item
    > div:first-child {
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-resources-col-key-grid-item
    > div:nth-child(2) {
    display: flex;
    width: 100%;
  }
}

header .megamenu .megamenu-grid-resources-icon {
  display: flex;
  max-width: 30px;
  max-height: 29px;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources-icon {
    max-width: 28px;
    max-height: 27px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-icon {
    max-width: 22px;
    max-height: 21px;
  }
}

header .megamenu .megamenu-grid-resources-item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources-item-title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources-item-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-item-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-item-title {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0px;
    gap: 12px;
  }
}

@media only screen and (max-width: 599px) {
  header .megamenu .megamenu-grid-resources-item-title {
    justify-content: space-between;
  }
}

header .megamenu .megamenu-grid-resources-item-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources-item-desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-item-desc {
    font-size: 12px;
  }
}

header .megamenu .megamenu-grid-resources-item-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources-item-list {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-item-list {
    font-size: 14px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-item-list {
    display: none;
  }
}

header .megamenu .megamenu-grid-resources-item-list li {
  display: flex;
  gap: 5px;
  align-items: center;
}

header .megamenu .megamenu-grid-resources-item-list li > a {
  position: relative;
  color: #777;
  line-height: 1.2;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources-item-list li > a {
    line-height: 1.3;
  }
}

header .megamenu .megamenu-grid-resources-item-list li > a::after {
  display: block;
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  bottom: 0;
  background: #777;
  content: "";
  transform: scaleX(1);
  -webkit-transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources-item-list li > a::after {
    bottom: -1px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-item-list li > a::after {
    bottom: 0;
  }
}

header .megamenu .megamenu-grid-resources-item-list li > a:hover::after {
  transform: scaleX(1);
  width: 100%;
}

header .megamenu .megamenu-grid-resources .megamenu-footing {
  margin-left: -28px;
  margin-top: 35px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources .megamenu-footing {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources .megamenu-footing {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources .megamenu-footing {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources .megamenu-footing {
    margin-bottom: 15px;
  }
}

header .megamenu .megamenu-grid-footing-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 10px;
  border: 1px solid #dadada;
  border-radius: 16px;
  padding: 20px 22px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-footing-box {
    padding: 18px 20px;
    gap: 9px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-footing-box {
    padding: 18px 18px;
    border-radius: 14px;
    gap: 8px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-footing-box {
    padding: 18px 18px;
    border-radius: 12px;
    gap: 8px;
    background: rgb(70, 39, 195);
    background: linear-gradient(
      180deg,
      rgba(70, 39, 195, 1) 0%,
      rgba(94, 68, 200, 1) 100%
    );
    color: #fff;
    border: none;
    gap: 25px;
  }
}

@media only screen and (max-width: 599px) {
  header .megamenu .megamenu-grid-footing-box {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

header .megamenu .megamenu-grid-footing-box > div:nth-child(1) {
  width: 32px;
}

@media only screen and (max-width: 599px) {
  header .megamenu .megamenu-grid-footing-box > div:nth-child(1) {
    z-index: 0;
    opacity: 0.1;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    width: 33%;
    justify-content: center;
  }
}

header .megamenu .megamenu-grid-footing-box > div:nth-child(2) {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-footing-box > div:nth-child(2) {
    gap: 5px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-footing-box > div:nth-child(2) {
    gap: 4px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-footing-box > div:nth-child(2) {
    gap: 3px;
  }
}

@media only screen and (max-width: 599px) {
  header .megamenu .megamenu-grid-footing-box > div:nth-child(2) {
    width: 100%;
    z-index: 2;
    gap: 8px;
  }
}

header .megamenu .megamenu-grid-footing-box > div:nth-child(3) {
  width: 125px;
  align-self: center;
  text-align: right;
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-footing-box > div:nth-child(3) {
    width: 95px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-footing-box > div:nth-child(3) {
    text-align: left;
  }
}

@media only screen and (max-width: 599px) {
  header .megamenu .megamenu-grid-footing-box > div:nth-child(3) {
    align-self: flex-start;
    z-index: 2;
  }
}

header .megamenu .megamenu-grid-footing-box > div:nth-child(3) .bs-btn {
  margin: 0;
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-footing-box > div:nth-child(3) .bs-btn {
    background: none;
    border-color: #fff;
    border-width: 1px;
    color: #fff;
  }
  header .megamenu .megamenu-grid-footing-box > div:nth-child(3) .bs-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #af15f1;
  }
}

header .megamenu .megamenu-grid-footing-box .megamenu-grid-resources-icon,
header .megamenu .megamenu-grid-footing-box .megamenu-grid-footing-box-icon {
  max-width: 32px;
  max-height: 31px;
}

@media only screen and (max-width: 599px) {
  header .megamenu .megamenu-grid-footing-box .megamenu-grid-footing-box-icon {
    width: 100%;
    height: auto;
    max-width: 100px;
    max-height: none;
  }
}

header
  .megamenu
  .megamenu-grid-footing-box
  .megamenu-grid-footing-box-icon
  path {
  stroke: #af15f1;
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-footing-box
    .megamenu-grid-footing-box-icon
    path {
    stroke: #fff;
  }
}

header
  .megamenu
  .megamenu-grid-footing-box
  .megamenu-grid-footing-box-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

@media only screen and (max-width: 1599px) {
  header
    .megamenu
    .megamenu-grid-footing-box
    .megamenu-grid-footing-box-item-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1399px) {
  header
    .megamenu
    .megamenu-grid-footing-box
    .megamenu-grid-footing-box-item-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-footing-box
    .megamenu-grid-footing-box-item-title {
    color: #fff;
  }
}

@media only screen and (max-width: 499px) {
  header
    .megamenu
    .megamenu-grid-footing-box
    .megamenu-grid-footing-box-item-title {
    flex-wrap: wrap;
    padding-bottom: 4px;
  }
}

@media only screen and (max-width: 499px) {
  header
    .megamenu
    .megamenu-grid-footing-box
    .megamenu-grid-footing-box-item-title
    > div:nth-child(1) {
    flex: 1;
    flex-basis: 100%;
    width: 100%;
  }
}

header
  .megamenu
  .megamenu-grid-footing-box
  .megamenu-grid-footing-box-item-title
  .megamenu-title-tag {
  margin-left: 0;
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-footing-box
    .megamenu-grid-footing-box-item-title
    .megamenu-title-tag {
    background: rgba(255, 255, 255, 0.25);
    color: #eee;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-footing-box .bs-time {
    color: #bababa;
  }
}

header
  .megamenu
  .megamenu-grid-footing-box
  .megamenu-grid-footing-box-item-title-logo {
  display: flex;
  max-width: 34px;
  margin-top: 1.5px;
}

header
  .megamenu
  .megamenu-grid-footing-box
  .megamenu-grid-footing-box-item-title-logo
  svg {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-footing-box
    .megamenu-grid-footing-box-item-title-logo
    svg
    path {
    fill: #fff;
  }
}

header
  .megamenu
  .megamenu-grid-footing-box
  .megamenu-grid-footing-box-event-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 4px 0 0 0;
}

@media only screen and (max-width: 1599px) {
  header
    .megamenu
    .megamenu-grid-footing-box
    .megamenu-grid-footing-box-event-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1399px) {
  header
    .megamenu
    .megamenu-grid-footing-box
    .megamenu-grid-footing-box-event-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-footing-box
    .megamenu-grid-footing-box-event-title {
    color: #fff;
    font-size: 16px;
  }
}

header .megamenu .megamenu-grid-resources-col-feed {
  border-left: 2px solid rgba(106, 106, 159, 0.15);
  padding-left: 25px;
  flex-basis: 760px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources-col-feed {
    padding-left: 15px;
    flex-basis: 685px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources-col-feed {
    padding-left: 0px;
    flex-basis: 585px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-col-feed {
    flex-basis: 465px;
  }
}

@media only screen and (max-width: 1099px) {
  header .megamenu .megamenu-grid-resources-col-feed {
    flex-basis: 375px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-col-feed {
    border: none;
    padding-left: 0;
    flex-basis: auto;
  }
}

header .megamenu .megamenu-grid-resources-col-feed-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources-col-feed-heading-wrap {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-col-feed-heading-wrap {
    margin-bottom: 10px;
  }
}

header .megamenu .megamenu-grid-resources-col-feed-heading {
  display: flex;
  align-items: center;
  color: #aaa;
  font-size: 16px;
  padding-left: 20px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources-col-feed-heading {
    font-size: 15px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-col-feed-heading {
    font-size: 14px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-col-feed-heading {
    padding-left: 0;
    font-weight: 600;
  }
}

header .megamenu .megamenu-grid-resources-col-feed-heading::before {
  content: "";
  width: 8px;
  height: 2px;
  margin-right: 8px;
  background: #af15f1;
  display: flex;
}

header .megamenu .megamenu-grid-resources-col-feed-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  row-gap: 0;
  padding-left: 18px;
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid {
    column-gap: 20px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid {
    gap: 0px;
    padding-left: 0;
  }
}

header .megamenu .megamenu-grid-resources-col-feed-grid-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-radius: 16px;
  padding: 18px 18px 18px 18px;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item {
    padding: 14px 14px 16px 14px;
    flex-direction: column;
    gap: 3px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item {
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 12px 0;
    margin-top: 0px;
    gap: 16px;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-resources-col-feed-grid
    > .megamenu-grid-resources-col-feed-grid-item:last-child {
    border-bottom: none;
  }
}

header .megamenu .megamenu-grid-resources-col-use-cases-grid-item {
  -webkit-transition: background-color 200ms
    cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: background-color 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: background-color 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: background-color 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-resources-col-use-cases-grid-item:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(106, 106, 159, 0.12);
  }
}

@media only screen and (min-width: 900px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item:hover,
  header .megamenu .megamenu-grid-resources-col-use-cases-grid-item:hover {
    background-color: #f5f7f8;
  }
}

@media only screen and (max-width: 899px) {
  header
    .megamenu
    .megamenu-grid-resources-col-feed-grid-item
    > div:first-child {
    display: flex;
  }
}

header .megamenu .megamenu-grid-resources-col-feed-grid-item-thumbnail {
  width: 220px;
  max-height: 125px;
  object-fit: cover;
  height: auto;
  border-radius: 6px;
  margin: 0;
  background: #f5f7f8;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-thumbnail {
    width: 185px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-thumbnail {
    width: 145px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-thumbnail {
    width: 120px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-thumbnail {
    width: 75px;
    height: 42px;
    object-fit: cover;
    border-radius: 6px;
  }
}

header .megamenu .megamenu-grid-resources-col-feed-grid-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-content {
    gap: 8px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-content {
    gap: 6px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-content {
    gap: 5px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
  }
}

header .megamenu .megamenu-grid-resources-col-feed-grid-item-meta {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-meta {
    display: none;
  }
}

header .megamenu .megamenu-grid-resources-col-feed-grid-item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-title {
    font-size: 14px;
    -webkit-text-size-adjust: none;
  }
}

header .megamenu .megamenu-grid-resources-col-feed-grid-item-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}

@media only screen and (max-width: 1599px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-desc {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1399px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-desc {
    font-size: 12px;
  }
}

@media only screen and (max-width: 899px) {
  header .megamenu .megamenu-grid-resources-col-feed-grid-item-desc {
    display: none;
  }
}

header .megamenu .megamenu-grid-resources-col-feed-grid-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

header .megamenu .megamenu-grid-resources-col-feed-grid-tag {
  background-color: #f5f7f8;
  color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  border-radius: 3px;
}

header .megamenu .bs-bg-fill-right-\[\#f3f3f7\] {
  position: relative;
}

header .megamenu .bs-bg-fill-right-\[\#f3f3f7\]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  background: #f3f3f7;
  z-index: -1;
  width: calc(50vw - 50%);
}

@media only screen and (max-width: 999px) {
  header .megamenu .bs-bg-fill-right-\[\#f3f3f7\]::after {
    display: none;
  }
}
