button.cta_primary_ng,
a.cta_primary_ng,
button.cta_secondary_ng,
a.cta_secondary_ng {
  border: 0;
  border-radius: 1.5625rem;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 0.9375rem 3.125rem;
  text-align: center;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
a.cta_tertiary_ng--red,
button.cta_tertiary_ng--red,
.cta_tertiary_ng--red,
a.cta_tertiary_ng--white,
button.cta_tertiary_ng--white,
.cta_tertiary_ng--white,
.Image-overlay.text-with-arrow .cta a,
.Image-overlay.text-with-arrow.dark-view .cta a {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin: 0;
  padding: 0 !important;
  text-align: left;
  width: auto;
}
@media (hover: hover) {
  .Image-overlay.text-with-arrow .cta a:hover {
    border: 0;
    transition: color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    text-shadow: 0px 5px 10px rgba(29, 30, 31, 0.25);
  }
  .Image-overlay.text-with-arrow .cta a:hover::after {
    content: url("../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_Red_Hover.svg");
  }
}
.Image-overlay.text-with-arrow .cta .cta-button:focus,
.Image-overlay.text-with-arrow .cta a:focus {
  border: solid 0.0625rem #30578d;
  border-radius: 0.25rem;
  padding: 0.3125rem;
  transition: border-width 0.3s, color 0.3s;
}
.Image-overlay.text-with-arrow .cta a::after {
  content: url("../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_Red_Default.svg");
  margin-left: 0.625rem;
  font-weight: 600;
  transition: color 0.3s;
  width: 1.25rem;
  height: 1.25rem;
}
.Image-overlay.text-with-arrow .cta .cta-button:focus,
.Image-overlay.text-with-arrow .cta a:focus {
  border: solid 0.0625rem #30578d;
  border-radius: 0.25rem;
  padding: 0.3125rem;
  transition: border-width 0.3s, color 0.3s;
}
.Image-overlay.text-with-arrow.dark-view .cta .cta-button:focus,
.Image-overlay.text-with-arrow.dark-view .cta a:focus {
  border: solid 0.0625rem #e90029;
  border-radius: 0.25rem;
  padding: 0.3125rem;
  transition: border-width 0.3s, color 0.3s;
}
.Image-overlay.text-with-arrow.dark-view .cta a {
  color: #ffffff !important;
}
.Image-overlay.text-with-arrow.dark-view .cta a::after {
  content: url("../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_White_Default.svg");
}
@media (hover: hover) {
  .Image-overlay.text-with-arrow.dark-view .cta a:hover {
    color: #eceef2;
    text-shadow: 0rem 0.3125rem 0.625rem rgba(255, 255, 255, 0.25);
  }
  .Image-overlay.text-with-arrow.dark-view .cta a:hover::after {
    color: #eceef2;
    content: url("../../../../clientlibs/clientlib-site/resources/icons/Keysight_Arrow_White_Hover.svg");
  }
}
.Image-overlay.text-with-arrow.dark-view .cta .cta-button:focus,
.Image-overlay.text-with-arrow.dark-view .cta a:focus {
  color: #eceef2;
}
.Image-overlay.text-with-arrow.dark-view .cta .cta-button:focus::after,
.Image-overlay.text-with-arrow.dark-view .cta a:focus::after {
  color: #eceef2;
}
.Image-overlay.text-with-arrow .cta a {
  color: #1d1e1f;
}
.Image-overlay.text-with-arrow .cta a::after {
  color: #e90029;
}
@media (hover: hover) {
  .Image-overlay.text-with-arrow .cta a:hover {
    color: #000000;
    text-shadow: 0rem 0.3125rem 0.625rem rgba(61, 64, 66, 0.25);
  }
  .Image-overlay.text-with-arrow .cta a:hover::after {
    color: #d80026;
  }
}
.Image-overlay.text-with-arrow .cta a:focus {
  color: #000000;
}
.Image-overlay.text-with-arrow .cta a:focus::after {
  color: #d80026;
}
.Image-overlay {
  display: grid;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.Image-overlay__wrapper {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 1.25rem 0rem 2.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .Image-overlay__wrapper {
    padding: 0rem;
  }
}
.Image-overlay__pill {
  background-color: #30578d;
  border-radius: 2.5rem;
  color: #ffffff;
  font-size: 0.875rem;
  height: 2.625rem;
  letter-spacing: -0.0481rem;
  line-height: 1.375rem;
  min-width: 6.625rem;
  padding: 0.625rem 1.25rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.Image-overlay__pill-container {
  display: none;
  grid-column: span 6;
  justify-content: flex-end;
  padding: 0rem 1.25rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .Image-overlay__pill {
    position: absolute;
    right: 1.875rem;
    top: 1.875rem;
  }
}
.Image-overlay.dark-view .Image-overlay__pill-container {
  display: flex;
}
.Image-overlay__main {
  grid-column: span 12;
  position: relative;
  width: 100%;
  align-self: center;
  background: #272727;
  border-radius: 25px;
  color: white;
  padding: 0 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .Image-overlay__main {
    top: -8rem;
    grid-column: 3/11;
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .Image-overlay__main {
    height: auto;
    top: auto;
    width: 100%;
    grid-column: 7/13;
    position: absolute;
    justify-self: end;
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 375px) {
  .Image-overlay__main {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .Image-overlay__main--right {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .Image-overlay__main--right {
    width: 100%;
    grid-column: 1/7;
    justify-self: start;
  }
}
@media only screen and (min-width: 1280px) {
  .Image-overlay__main--right {
    grid-row: 1;
  }
}
.Image-overlay__image {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.Image-overlay__img-wrapper {
  display: flex;
  flex-direction: column;
  grid-column: span 12;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .Image-overlay__img-wrapper {
    grid-column: 1/10;
  }
}
@media only screen and (min-width: 375px) {
  .Image-overlay__img-wrapper {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .Image-overlay__img-wrapper--right {
    grid-column: 4/13;
    grid-row: 1;
  }
}
.Image-overlay h2.Image-overlay__heading {
  font-size: 1.75rem;
  letter-spacing: -0.0625rem !important;
  line-height: 2.25rem;
  margin-bottom: 0.625rem;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .Image-overlay h2.Image-overlay__heading {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .Image-overlay h2.Image-overlay__heading {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: -0.125rem !important;
  }
}
.Image-overlay .Image-overlay__contentbody {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .Image-overlay .Image-overlay__contentbody {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1280px) {
  .Image-overlay .Image-overlay__contentbody {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1680px) {
  .Image-overlay .Image-overlay__contentbody {
    margin-bottom: 2.5rem;
  }
}
.Image-overlay.dark-view {
  background-color: #2f3236;
  border-radius: 2rem;
}
.Image-overlay.dark-view::before {
  background-blend-mode: multiply;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
  content: " ";
  display: block;
  height: 20%;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .Image-overlay.dark-view::before {
    height: 35%;
  }
}
.Image-overlay.dark-view .Image-overlay .Image-overlay.dark-view .Image-overlay__heading {
  color: #ffffff;
}
.Image-overlay.dark-view .Image-overlay__contentbody {
  color: #ffffff;
}
.Image-overlay.dark-view .Image-overlay__main {
  aspect-ratio: 16/9;
  grid-column: span 6;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .Image-overlay.dark-view .Image-overlay__main {
    align-self: center;
    grid-column: span 4;
    height: 100%;
    width: unset;
  }
}
@media only screen and (min-width: 1280px) {
  .Image-overlay.dark-view .Image-overlay__main {
    grid-column: 9/16;
  }
}
@media only screen and (min-width: 768px) {
  .Image-overlay.dark-view .Image-overlay__main--right {
    width: 100%;
    grid-column: 1/5;
  }
}
@media only screen and (min-width: 1280px) {
  .Image-overlay.dark-view .Image-overlay__main--right {
    grid-column: 1/10;
    grid-row: 1;
  }
}
.Image-overlay.dark-view .Image-overlay__img-wrapper {
  padding: 1.25rem 1.25rem 2.5rem;
}
@media only screen and (min-width: 768px) {
  .Image-overlay.dark-view .Image-overlay__img-wrapper {
    padding: 5rem 0rem 5rem 2.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .Image-overlay.dark-view .Image-overlay__img-wrapper {
    padding: 5.6875rem 0rem 5.6875rem 0rem;
  }
}
@media only screen and (min-width: 1680px) {
  .Image-overlay.dark-view .Image-overlay__img-wrapper {
    padding: 8.4375rem 0rem 8.4375rem 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .Image-overlay.dark-view .Image-overlay__img-wrapper--right {
    padding: 5rem 2.5rem 5rem 0rem;
  }
}
@media only screen and (min-width: 1280px) {
  .Image-overlay.dark-view .Image-overlay__img-wrapper--right {
    padding: 5.6875rem 0rem 5.6875rem 0rem;
  }
}
@media only screen and (min-width: 1680px) {
  .Image-overlay.dark-view .Image-overlay__img-wrapper--right {
    padding: 8.4375rem 0rem 8.4375rem 0rem;
  }
}
.Image-overlay.dark-view .Image-overlay__image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .Image-overlay.dark-view .Image-overlay__image {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: unset;
    z-index: 0;
  }
}
.Image-overlay.dark-view .Image-overlay__image--right {
  right: 0;
  left: unset;
}
.Image-overlay.text-with-arrow .cta .cta-button {
  background-color: transparent;
  min-width: 0;
  height: auto;
}
.Image-overlay.text-with-arrow .cta .cta-button a {
  margin: 0;
}
.Image-overlay.text-with-arrow .cta .cta-button:hover,
.Image-overlay.text-with-arrow .cta .cta-button:active {
  background-color: transparent;
  outline: none;
}
.Image-overlay.text-with-arrow .cta .cta-button:focus {
  outline: none;
}
.Image-overlay.text-with-arrow .cta a:focus {
  outline: none;
}
.Image-overlay.text-with-arrow.dark-view .cta .cta-button:focus {
  outline: none;
}
.Image-overlay.text-with-arrow.dark-view .cta a:focus {
  outline: none;
}
