.is-brand-color-applied .footer-language {
  color: inherit;
}
.is-brand-color-applied .footer-copyright .legal-links-wrapper a:not(:last-child)::after {
  background-color: inherit;
}
.footer-copyright[data-v-3c541d6f] {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  border-top: 1px solid var(--zoom-color-border-subtle-neutral);
}
.footer-copyright .footer-copyright-text[data-v-3c541d6f] {
  color: inherit;
}
.footer-copyright .footer-copyright-left[data-v-3c541d6f] {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-right: 24px;
}
.footer-copyright .footer-copyright-left p[data-v-3c541d6f] {
  font-size: 12px;
}
.footer-copyright .footer-copyright-left a[data-v-3c541d6f] {
  color: inherit;
}
.footer-copyright .footer-copyright-right[data-v-3c541d6f] {
  margin-right: 40px;
}
.footer-copyright .legal-links-wrapper[data-v-3c541d6f] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 16px;
  row-gap: 6px;
  font-size: 12px;
  margin: 0;
}
.footer-copyright .legal-links-wrapper a[data-v-3c541d6f] {
  position: relative;
  cursor: pointer;
}
.footer-copyright .legal-links-wrapper a[data-v-3c541d6f]:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 1px;
  height: 12px;
  transform: translateY(-50%);
  background-color: #dfe3e8;
}
.footer-copyright .footer-link-hidden[data-v-3c541d6f] {
  display: none;
}
.footer-copyright .footer-language[data-v-3c541d6f] {
  margin-left: -8px;
}
.footer-copyright #ot-do-not-sell[data-v-3c541d6f] {
  padding-left: 38px;
}
.footer-copyright #ot-do-not-sell[data-v-3c541d6f]::before {
  left: 0;
}
@media screen and (max-width: 1023px) {
.footer-copyright[data-v-3c541d6f] {
    display: block;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
}
.footer-copyright .footer-copyright-left p[data-v-3c541d6f] {
    text-align: left;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 6px;
}
.footer-copyright .footer-copyright-right[data-v-3c541d6f] {
    margin-top: 8px;
    display: block;
    margin-right: 0;
}
}.new-experience-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 20px;
  position: relative;
  padding-right: 12px;
}
.new-experience-toggle::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #dfe3e8;
}
.new-experience-toggle .fe-popups-toggle {
  margin-bottom: 0;
}
.new-experience-toggle .new-experience-toggle-text {
  display: inline-block;
  color: inherit;
  font-weight: 400;
  font-size: 14px;
}
.new-experience-toggle .new-experience-toggle-button {
  color: #8e9194;
}
.new-experience-toggle-popover .fe-popups-popover:focus-visible {
  outline: none;
}
.new-experience-toggle-content-description {
  font-weight: 400;
  margin-bottom: 0;
}
.is-brand-color-applied .new-experience-toggle-text {
  color: inherit;
}.header-right-custom-item {
  margin-left: 16px;
  white-space: nowrap;
  color: inherit;
}
.header-right-custom-item + .header-right-custom-item {
  margin-left: 16px;
}.products-list-tabs[data-v-b5b0f084] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.header-product-tab[data-v-b5b0f084] {
  position: relative;
  min-width: 200px;
  padding: 14px 16px 14px 24px;
  border-top-left-radius: 16px;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #fff;
  background-color: #5c6685;
  box-shadow: -12px 0 24px 0 var(--zoom-color-underlay-dropShadow), 0 -6px 12px 0 var(--zoom-color-underlay-dropShadow);
}
.header-product-tab[data-v-b5b0f084]:after {
  background-color: #5c6685;
  border-radius: 0 16px 0 0;
  content: "";
  height: 100%;
  left: inherit;
  position: absolute;
  right: -30px;
  top: 0;
  transform: skew(25deg);
  box-shadow: 3px 0 6px 0 var(--zoom-color-underlay-dropShadow);
  width: 46px;
}
.header-product-tab--active[data-v-b5b0f084] {
  background-color: var(--zoom-color-fill-default);
  z-index: 2;
  color: #000;
}
.header-product-tab--active[data-v-b5b0f084]:before, .header-product-tab--active[data-v-b5b0f084]:after {
  background-color: #fff !important;
}
.header-product-tab[data-v-b5b0f084]:nth-child(1) {
  box-shadow: -12px 0 24px 0 var(--zoom-color-underlay-dropShadow), 0 -6px 12px 0 var(--zoom-color-underlay-dropShadow);
}
.header-product-tab[data-v-b5b0f084]:nth-child(2):before {
  background-color: #5c6685;
  border-radius: 16px 0 0 0;
  content: "";
  height: 100%;
  left: inherit;
  position: absolute;
  left: -12px;
  top: 0;
  transform: skew(-25deg);
  width: 30px;
}
.is-vue3-keyboard-event .header-product-tab:focus {
  outline: none !important;
}
.header-product-tab__desc a[data-v-b5b0f084] {
  color: #fff;
  text-decoration: underline;
}
.header-product-tab--active .header-product-tab__desc a[data-v-b5b0f084] {
  color: #0b5cff;
}
.header-product-tab__content[data-v-b5b0f084] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.header-product-tab__title[data-v-b5b0f084] {
  font-weight: bold;
  font-size: 18px;
}
.products-list-box[data-v-b5b0f084] {
  width: 280px;
}
.market-product-item[data-v-b5b0f084] {
  display: flex;
  gap: 12px;
  padding: 8px;
  border-radius: 8px;
  align-items: flex-start;
  text-decoration: none;
  color: #111827;
}
.market-product-item[data-v-b5b0f084]:hover {
  text-decoration: none;
  color: #111827;
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.market-product-item-content[data-v-b5b0f084] {
  flex: 1;
}
.market-product-item-label[data-v-b5b0f084] {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
}
.market-product-item-desc[data-v-b5b0f084] {
  font-size: 12px;
  line-height: 18px;
  color: #696b6e;
}
.products-list-container[data-v-b5b0f084] {
  position: relative;
  z-index: 2;
  padding: 16px;
  min-width: 1000px;
  border-top-right-radius: 16px;
  background-color: var(--zoom-color-fill-default);
}
.products-list__category-title[data-v-b5b0f084] {
  line-height: 24px;
  margin: 0 0 8px;
  padding-bottom: 8px;
  color: #696b6e;
  font-size: 12px;
  border-bottom: 1px solid #d1def2;
}
.market-product-item-icon[data-v-b5b0f084] {
  background-color: #e6f0ff;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b5cff;
}
.market-product-item:hover .market-product-item-icon[data-v-b5b0f084] {
  background-color: #0b5cff;
  color: #fff;
}
.products-action-container[data-v-b5b0f084] {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  justify-content: space-between;
  background-color: #e6f0ff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.products-action-container .products-action[data-v-b5b0f084] {
  display: flex;
  align-content: center;
}
.products-action-container .products-action .products-download-card + .products-download-card[data-v-b5b0f084] {
  margin-left: 24px;
}
.products-list-container-wrapper[data-v-b5b0f084] {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 12px 24px 0 var(--zoom-color-underlay-dropShadow), 0 6px 12px 0 var(--zoom-color-underlay-dropShadow);
}
.product-download-content-title[data-v-b5b0f084] {
  font-weight: 500;
  color: var(--zoom-color-text-stronger-neutral);
}
.product-download-content-description[data-v-b5b0f084] {
  color: var(--zoom-color-text-strong-neutral);
  font-size: 12px;
  margin-bottom: 0;
}
.productmegamenu__list-item-icon[data-v-b5b0f084] {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-download-card-link[data-v-b5b0f084] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-download-card-link[data-v-b5b0f084]:hover {
  text-decoration: none;
}
.product-download-card-link[data-v-b5b0f084]:focus {
  text-decoration: none;
}
.product-sales-content-title[data-v-b5b0f084] {
  font-size: 16px;
  font-weight: 600;
  color: var(--zoom-color-text-stronger-neutral);
}
.productsupport-number[data-v-b5b0f084] {
  margin-bottom: 0;
}.products-list-popover {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin-left: 8px;
}
.products-list-popover .fe-popups-popover {
  max-width: initial;
  padding: 0;
}
.products-list-button {
  color: inherit;
}
.products-list-button .fe-popups-icon {
  transition: transform 0.3s ease-in-out;
}
.products-list-button.is-open {
  background-color: var(--zoom-color-state-subtle-neutral-hover);
}
.products-list-button.is-open .fe-popups-icon {
  transform: rotate(180deg);
}
.header-pricing-link {
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 12px;
  color: inherit;
}
.is-brand-color-applied .frame-common-header__logo-text,
.is-brand-color-applied .header-pricing-link,
.is-brand-color-applied .products-list-button {
  color: inherit;
}
@media screen and (max-width: 768px) {
.discover-products-container {
    display: none;
}
.header-pricing-link {
    display: none;
}
}