@media only screen and (min-width: 768px) {
  .static_tabs .cmp-tabs__tablist li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 1.875rem;
    padding-bottom: 0.25rem;
  }
  .static_tabs .cmp-tabs__tab {
    border-bottom: 4px solid transparent;
  }
}
.static_tabs .slick-prev-tab {
  background-image: url('../../../../../../etc/clientlibs/keysight/head/img/css/chevron-right.png');
  background-repeat: no-repeat;
  background-position: center;
  display: block !important;
  top: 12px;
  left: 0;
  color: transparent;
  transform: rotate(-180deg);
}
.static_tabs .slick-next-tab {
  background-image: url('../../../../../../etc/clientlibs/keysight/head/img/css/chevron-right.png');
  background-repeat: no-repeat;
  background-position: center;
  display: block !important;
  top: 12px;
  right: 5px;
  color: transparent;
}
.static_tabs .tabs-title {
  font-size: 2.5rem;
  line-height: 3.125rem;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .static_tabs .tabs-title {
    font-size: 1.75rem;
    line-height: 2.188rem;
  }
}
.static_tabs .cmp-tabs__tablist {
  width: 100% !important;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .static_tabs .cmp-tabs__tablist {
    justify-content: start !important;
    overflow-x: scroll;
    scroll-behavior: smooth;
    max-width: calc(100vw - 70px);
    display: flex;
    flex-wrap: nowrap;
  }
}
.static_tabs .cmp-tabs__tablist::-webkit-scrollbar {
  display: none;
}
.static_tabs > .dtx_column_control_wrapper {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .static_tabs > .dtx_column_control_wrapper {
    max-width: 100% !important;
  }
}
.static_tabs.generalTabs .cmp-tabs__tablist {
  justify-content: start;
}
@media only screen and (min-width: 767px) {
  .static_tabs.generalTabs .general-tab {
    margin-right: 1rem;
  }
}
.static_tabs.generalTabs .dtx_column_control_wrapper {
  margin-bottom: 2.5rem;
}
.static_tabs .cmp-tabs__tab {
  border-bottom: 2px solid transparent;
}
@media only screen and (min-width: 768px) {
  .static_tabs .cmp-tabs__tab {
    border-bottom: 4px solid transparent;
  }
}
@media only screen and (min-width: 1025px) {
  .static_tabs .cmp-tabs__tab:hover {
    border-color: #bfc8cf;
  }
}
.static_tabs .cmp-tabs__tab:hover.cmp-tabs__tab--active {
  border-color: #e90029 !important;
}
.static_tabs .cmp-tabs__tab--active {
  border-color: #e90029;
  color: #262626;
  outline: 0;
}
@media only screen and (min-width: 1025px) {
  .static_tabs .cta {
    margin-left: 0.75rem;
  }
}
.static_tabs .cta .cta-wrapper .cta-button a {
  font-size: 1.125rem;
  line-height: 27px;
}
.static_tabs .cta-button {
  font-size: 1rem;
  color: #262626;
}
.dark .static_tabs .cmp-tabs__tab--active {
  color: #ffffff;
}
.dark .tabs-carousel .next-button {
  background: linear-gradient(to left, #000000 25%, transparent);
}
.dark .tabs-carousel .prev-button {
  background: linear-gradient(to right, #000000 40%, transparent);
}
.inline-title .dtx_column_control_wrapper {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .inline-title .text-base.cta {
    margin: 0 auto 2rem;
  }
  .inline-title .tabs-title {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .inline-title .text-base.cta {
    position: absolute;
    right: 0;
    top: 24px;
  }
  .inline-title .tabs-title {
    width: 70%;
    text-align: left;
  }
}
.static_tabs .slick-prev-tab,
.static_tabs .slick-next-tab {
  width: 32px;
  height: 32px;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .tabs-carousel .dtx_column_control_wrapper {
    margin: 0;
    max-width: 100%;
  }
  .tabs-carousel .dtx_column_control_wrapper .tabs-title {
    margin: 0 auto;
    max-width: 87.2%;
  }
}
.tabs-carousel.static_tabs .tabs-title {
  margin-top: 1.625rem;
}
.tabs-carousel .general-tab {
  padding-top: 0;
}
.tabs-carousel .cmp-tabs__tab {
  flex: none;
}
@media only screen and (max-width: 767px) {
  .tabs-carousel .cmp-tabs__tab {
    padding: 0.75rem 1rem;
  }
}
.tabs-carousel .cmp-tabs__tablist {
  width: 100% !important;
  display: flex !important;
  justify-content: start !important;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  max-width: 100vw;
  flex-wrap: nowrap;
  border-bottom: 1px solid #bfc8cf;
}
.tabs-carousel .cmp-tabs__tablist::-webkit-scrollbar {
  display: none;
}
.tabs-carousel .prev-button {
  left: 0;
  top: -4px;
  background: linear-gradient(to right, #ffffff 25%, transparent);
}
.tabs-carousel .prev-button,
.tabs-carousel .next-button {
  z-index: 10;
  position: absolute;
  width: 50px;
  height: 50px;
}
.tabs-carousel .prev-button.hide,
.tabs-carousel .next-button.hide {
  display: none;
}
.tabs-carousel .next-button {
  top: -3px;
  right: -5px;
  background: linear-gradient(to left, #ffffff 40%, transparent);
}
.cmp-tabs__tabpanel {
  outline: 0;
}
