#contact-sales__btn {
  position: fixed;
  background-color: #e90029;
  color: #ffffff;
  padding: 26px 28px;
  border: none;
  border-radius: 13px 13px 0 0;
  cursor: pointer;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  #contact-sales__btn .contact-sales__button-text {
    display: none;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  #contact-sales__btn {
    padding: 16px 16px;
  }
}
#contact-sales__btn.contact-sales__btn--show {
  display: flex;
  right: 3%;
  top: 20%;
  transform: rotate(-90deg);
  transform-origin: center right;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  #contact-sales__btn.contact-sales__btn--show {
    transform: none;
    bottom: 0;
    top: auto;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  #contact-sales__btn.contact-sales__btn--show {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  #contact-sales__btn.contact-sales__btn--show {
    right: 15px;
  }
}
#contact-sales__btn.contact-sales__btn--hide {
  display: flex;
  right: -158px;
}
.contact-sales__icon {
  background-image: url("../../../../../../etc/designs/keysight/clientlibs/head/img/contact-sales.svg");
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .contact-sales__icon {
    margin-right: 0;
  }
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .contact-sales__modal--show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
#contact_sales_statement {
  display: none;
  font-size: 1.125rem;
  line-height: 1.5;
}
#contact-sales__content {
  position: fixed;
  top: 17%;
  right: -700px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
  z-index: 100;
  width: 600px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 30px;
  max-height: 600px;
  overflow: hidden;
  /* The Close Button */
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  #contact-sales__content {
    right: 0;
    left: 0;
    margin: 0 auto;
    display: none;
    top: 115px;
    bottom: 20px;
  }
}
#contact-sales__content .contact-sales__heading {
  font-size: 1.5rem;
  text-align: left;
  font-weight: 600;
}
#contact-sales__content .contact-sales__note {
  font-size: 1rem;
  margin-left: -5px;
  padding-bottom: 1em;
}
#contact-sales__content #cs_privacyOptin label {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 24px;
}
#contact-sales__content #cs_privacyOptin label input {
  margin-right: 8px;
}
#contact-sales__content .privacy a {
  color: #1d1e1f;
  text-decoration: underline;
}
#contact-sales__content fieldset {
  border: 0;
  margin: 0;
  padding: 0.5rem 0 0.5rem 0;
}
#contact-sales__content legend {
  font-size: 1.125rem;
}
#contact-sales__content.contact-sales__content--show {
  right: 0;
  overflow-y: auto;
  display: block;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  #contact-sales__content.contact-sales__content--show {
    height: 67vh;
    width: 95vw;
  }
}
#contact-sales__content #thankyoumsg__container {
  display: none;
}
#contact-sales__content .thankyou__text {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 50px;
  color: #1d1e1f;
}
#contact-sales__content .thankyou__subtext {
  padding: 30px 0;
}
#contact-sales__content .contact-sales__content-close {
  color: #e90029;
  text-align: right;
  font-size: 1.75rem;
  font-weight: bold;
  float: right;
}
#contact-sales__content .contact-sales__content-close:hover,
#contact-sales__content .contact-sales__content-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
#contact-sales__content .eloqua_spinner {
  background: url(../../../../../../etc/clientlibs/keysight/head/img/css/loader.gif) no-repeat 50% 50%;
  height: 60px;
  display: none;
}
#contact-sales__content label {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  padding-bottom: 15px;
}
#contact-sales__content input[type=button],
#contact-sales__content input[type=submit] {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  display: inline-block;
  min-height: 52px;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent !important;
  padding: 13px 20px;
  background-color: #e90029;
  color: #ffffff;
  width: 100% !important;
  margin-top: 30px;
  border-radius: 52px;
}
#contact-sales__content input[type=text] {
  width: 100%;
  height: 50px;
  /* UI Properties */
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #80919f;
  border-radius: 52px;
  opacity: 1;
  padding-left: 20px;
  margin-left: 25px;
}
#contact-sales__content input[name='emailAddress']:read-only {
  background-color: #edecee;
}
#contact-sales__content #contact-sales__change-email {
  display: inline;
  cursor: pointer;
  text-decoration: underline;
  float: right;
  color: #e90029;
  font-size: 1rem;
}
#contact-sales__content .asterisk {
  color: #e90029;
  padding-left: 5px;
}
#contact-sales__content .phone_cs_label .asterisk {
  display: none;
}
#contact-sales__content .error_text,
#contact-sales__content .invalid_text {
  display: none;
  color: #e90029;
}
#contact-sales__content .empty_error {
  display: inline;
}
#contact-sales__content .field_wrapper {
  padding-bottom: 15px;
}
#contact-sales__content label[for="phone_cs_value"] .asterisk {
  display: none;
}
