/**
* DO NOT MODIFY THIS FILE
**/
* {
  box-sizing: border-box;
}
body {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
.quote-cards {
  padding: 0;
}
.root {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  font-weight: 400;
  color: #1d1e1f;
}
.root h1 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -2px;
  margin: 0;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .root h1 {
    font-size: 3rem;
    line-height: 1.16;
  }
}
.root h2 {
  font-size: 3.75rem;
  line-height: 1.125;
  font-weight: 500;
  letter-spacing: -2px;
  text-transform: none;
  margin: 0;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .root h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.root h3 {
  font-size: 3.5rem;
  line-height: 1.14;
  font-weight: 500;
  letter-spacing: -2px;
  margin: 0;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .root h3 {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.root h4 {
  font-size: 2.75rem;
  line-height: 1.27;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .root h4 {
    font-size: 1.75rem;
    line-height: 1.28;
  }
}
.root h5 {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -2px;
  margin: 0;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .root h5 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.root h6 {
  font-size: 1.688rem;
  line-height: 1.33;
  font-weight: 600;
  letter-spacing: -2px;
  margin: 0;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .root h6 {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.root p {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .root p {
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
.root .large-text {
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 400;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .root .large-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.root .legal-text {
  font-size: 0.875rem;
  line-height: 1.71;
  font-weight: 400;
}
.root button,
.root input[type="button"] {
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.11;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-align: center;
  border: none;
  outline: none;
  background: none;
}
.root a {
  cursor: pointer;
}
.root a:link,
.root a:visited,
.root a:hover,
.root a:active {
  text-decoration: none;
  border-bottom: none;
}
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media only screen and (min-width: 1280px) {
  .quotes-module__carousel-top {
    display: flex;
    align-items: flex-start;
  }
}
.quotes-module__picture {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  overflow: hidden;
  margin-bottom: 15px;
  display: block;
  max-width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1280px) {
  .quotes-module__picture {
    flex-basis: 380px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1680px) {
  .quotes-module__picture {
    flex-basis: 394px;
  }
}
@media only screen and (max-width: 375px) {
  .quotes-module__picture {
    margin-bottom: 20px;
  }
}
.quotes-module__picture img {
  display: block;
  width: 100%;
  height: auto;
}
.quotes-module__carousel {
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .quotes-module__carousel {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    align-self: stretch;
    margin-left: 20px;
  }
}
.quotes-module__carousel-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: mandatory;
  scrollbar-color: transparent;
  scrollbar-width: none;
}
@media only screen and (min-width: 1280px) {
  .quotes-module__carousel-wrapper {
    height: 380px;
  }
}
@media only screen and (min-width: 1680px) {
  .quotes-module__carousel-wrapper {
    height: 394px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .quotes-module__carousel-wrapper {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .quotes-module__carousel-wrapper {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
}
.quotes-module__carousel-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}
.quotes-module__carousel-wrapper::-webkit-scrollbar-thumb {
  background: transparent;
}
.quotes-module__carousel-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.quotes-module__carousel-slide-wrapper {
  scroll-snap-align: start;
  transform-origin: center center;
  margin-right: 20px;
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
@media only screen and (min-width: 1280px) {
  .quotes-module__carousel-slide-wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    flex-basis: 780px;
  }
}
@media only screen and (min-width: 1680px) {
  .quotes-module__carousel-slide-wrapper {
    flex-basis: 927px;
  }
}
.quotes-module__carousel-slide-wrapper:last-child {
  flex-basis: 100%;
}
.quotes-module__carousel-slide-wrapper:last-child .quotes-module__carousel-slide {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .quotes-module__carousel-slide-wrapper:last-child .quotes-module__carousel-slide {
    width: 780px;
  }
}
@media only screen and (min-width: 1680px) {
  .quotes-module__carousel-slide-wrapper:last-child .quotes-module__carousel-slide {
    width: 927px;
  }
}
.quotes-module__carousel-bottom {
  display: flex;
  margin-top: 28px;
}
.quotes-module__carousel-pagination {
  position: relative;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
}
.quotes-module__carousel-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0%;
  height: 2px;
  background-color: #e90029;
  z-index: 1;
  transition: left 0.1s linear;
  width: 70px;
}
@media only screen and (min-width: 768px) {
  .quotes-module__carousel-progress-bar {
    width: 90px;
  }
}
@media only screen and (min-width: 1280px) {
  .quotes-module__carousel-progress-bar {
    width: 100px;
  }
}
.quotes-module__carousel-item-button {
  -webkit-appearance: button;
  padding: 0;
  position: relative;
  margin: 0;
  width: 70px;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 10px 0;
  color: #80919f;
  transition: color 0.2s linear;
  cursor: pointer;
}
.quotes-module__carousel-item-button.current {
  color: #e90029;
}
.quotes-module__carousel-item-button::after {
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #80919f;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  .quotes-module__carousel-item-button:hover {
    color: #e90029;
    filter: drop-shadow(0px 2px 4px rgba(233, 0, 41, 0.15));
  }
  .quotes-module__carousel-item-button:hover::after {
    background-color: #e90029;
  }
}
@media only screen and (min-width: 768px) {
  .quotes-module__carousel-item-button {
    width: 90px;
  }
}
@media only screen and (min-width: 1280px) {
  .quotes-module__carousel-item-button {
    width: 100px;
  }
}
.quotes-module__carousel-nav {
  flex-basis: 30%;
  flex-shrink: 0;
  flex-grow: 1;
  display: none;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .quotes-module__carousel-nav {
    display: flex;
  }
}
.quotes-module__carousel-nav__prev.dtxButton,
.quotes-module__carousel-nav__next.dtxButton {
  -webkit-appearance: button;
  margin: 0;
  padding: 0;
  flex-basis: 52px;
  height: 52px;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 100%;
  border: 2px solid #e90029;
  background-color: #e90029;
  color: #ffffff;
  transition: all 0.2s linear;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .quotes-module__carousel-nav__prev.dtxButton:hover,
  .quotes-module__carousel-nav__next.dtxButton:hover {
    background-color: #d80026;
    border: 2px solid #d80026;
    filter: drop-shadow(0px 6px 12px rgba(0, 30, 43, 0.07));
  }
}
.quotes-module__carousel-nav__prev.dtxButton:active,
.quotes-module__carousel-nav__next.dtxButton:active,
.quotes-module__carousel-nav__prev.dtxButton:focus,
.quotes-module__carousel-nav__next.dtxButton:focus {
  border: 2px solid #e90029;
  background-color: #d80026;
  box-shadow: 0px 5px 10px rgba(255, 49, 80, 0.25);
}
.quotes-module__carousel-nav__prev.dtxButton[aria-disabled="true"],
.quotes-module__carousel-nav__next.dtxButton[aria-disabled="true"],
.quotes-module__carousel-nav__prev.dtxButton[aria-disabled="true"]:hover,
.quotes-module__carousel-nav__next.dtxButton[aria-disabled="true"]:hover,
.quotes-module__carousel-nav__prev.dtxButton[aria-disabled="true"]:focus,
.quotes-module__carousel-nav__next.dtxButton[aria-disabled="true"]:focus {
  cursor: auto;
  background-color: #dee2e9;
  border: 1px solid #dee2e9;
  filter: none;
  box-shadow: unset;
  outline: 0;
  pointer-events: none;
}
.quotes-module__carousel-nav__prev.dtxButton:focus-visible,
.quotes-module__carousel-nav__next.dtxButton:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}
.quotes-module__carousel-nav__prev.dtxButton {
  margin-right: 20px;
}
.quotes-module__carousel-nav__prev__arrow {
  content: url("../../../../clientlibs/clientlib-site/resources/icons/Keysight_BackArrow_Disabled.svg");
}
.quotes-module__carousel-nav__prev__arrow_disabled {
  cursor: auto;
  content: url("../../../../clientlibs/clientlib-site/resources/icons/Keysight_BackArrow_Disabled.svg");
}
.quotes-module__carousel-nav__next__arrow {
  content: url("../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_White_Default.svg");
}
.quotes-module__carousel-nav__next__arrow_disabled {
  content: url("../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_White_Default.svg");
}
.quotes-module__carousel-slide {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  overflow: hidden;
  background-color: #1d1e1f;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.light .quotes-module__carousel-slide {
  background-color: #f6f7f9;
  color: #1d1e1f;
}
@media only screen and (min-width: 768px) {
  .quotes-module__carousel-slide {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .quotes-module__carousel-slide {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 32px;
    padding-right: 32px;
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1680px) {
  .quotes-module__carousel-slide {
    padding: 60px;
  }
}
.quotes-module__slide-heading {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .quotes-module__slide-heading {
    flex-basis: 260px;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 16px;
  }
}
h2.quotes-module__slide-eyebrow {
  font-size: 1.125rem;
  font-weight: 600 !important;
  line-height: 1.5rem;
  letter-spacing: -1px !important;
  color: #f2a945;
  margin: 0;
}
@media only screen and (min-width: 1280px) {
  h2.quotes-module__slide-eyebrow {
    font-size: 1.6875rem;
    line-height: 2.25rem;
  }
}
.light h2.quotes-module__slide-eyebrow {
  color: #30578d;
}
h3.quotes-module__slide-title {
  font-size: 1.5rem;
  font-weight: 600 !important;
  line-height: 2rem;
  letter-spacing: -2px !important;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  justify-content: flex-start;
}
@media only screen and (min-width: 1280px) {
  h3.quotes-module__slide-title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 1280px) {
  h3.quotes-module__slide-title {
    display: block;
    margin-bottom: 0;
  }
}
.light h3.quotes-module__slide-title {
  color: #000000;
}
.quotes-module__slide-subtitle {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0px;
  display: block;
  color: #80919f;
  margin-left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .quotes-module__slide-subtitle {
    margin-left: 3.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .quotes-module__slide-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-left: 0;
  }
}
.quotes-module__slide-cta {
  font-weight: 600 !important;
  display: inline-block !important;
  position: absolute !important;
  bottom: 40px !important;
  left: 20px !important;
}
@media only screen and (min-width: 768px) {
  .quotes-module__slide-cta {
    bottom: 40px !important;
    left: 20px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .quotes-module__slide-cta {
    left: 32px !important;
  }
}
@media only screen and (min-width: 1680px) {
  .quotes-module__slide-cta {
    bottom: auto !important;
    left: auto !important;
    margin-top: 30px !important;
    position: relative !important;
  }
}
.quotes-module__slide-description {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 1280px) {
  .quotes-module__slide-description {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.tertiary-cta {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  transition: all .3s linear;
}
.tertiary-cta:hover,
.tertiary-cta:active {
  color: #eceef2;
  text-shadow: #ffffff40 0px 5px 10px;
}
.tertiary-cta:hover i.tertiary-cta__icon {
  content: url('../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_White_Hover.svg');
}
.tertiary-cta:hover i.tertiary-cta__icon-red {
  content: url('../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_Red_Hover.svg');
}
.tertiary-cta:hover i.tertiary-cta__icon--external {
  content: url('../../../../clientlibs/clientlib-site/resources/icons/Keysight_Angled_Arrow_White_Hover.svg');
}
.tertiary-cta:hover i.tertiary-cta__icon--external-red {
  content: url('../../../../clientlibs/clientlib-site/resources/icons/Keysight_Angled_Arrow_Red_Hover.svg');
}
.tertiary-cta:disabled {
  color: #80919f;
}
.tertiary-cta .tertiary-cta__icon--external {
  content: url('../../../../clientlibs/clientlib-site/resources/icons/Keysight_Angled_Arrow_White_Default.svg');
}
.tertiary-cta .tertiary-cta__icon--external-red {
  content: url('../../../../clientlibs/clientlib-site/resources/icons/Keysight_Angled_Arrow_Red_Default.svg');
}
.tertiary-cta__icon {
  content: url('../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_White_Default.svg');
}
.tertiary-cta__icon-red {
  content: url('../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_Red_Default.svg');
}
.light .tertiary-cta {
  color: #1d1e1f;
}
.light .tertiary-cta:hover,
.light .tertiary-cta:active {
  color: #1d1e1f;
  text-shadow: #3D404240 0px 5px 10px;
}
.light .tertiary-cta > i {
  color: #e90029;
}
