body.cms-service-request .step .circle {
  all: unset !important;
}
body.cms-service-request .step .circle::after {
  content: ".";
}
body.cms-service-request .page-footer {
  margin-top: 100px;
}
body.cms-service-request .page-title-wrapper, body.cms-service-request #custom-container {
  max-width: var(--maxWidth);
  margin-inline: auto;
}
body.cms-service-request .page-title-wrapper h1, body.cms-service-request #custom-container h1 {
  margin: 0;
  margin-bottom: 0.3rem;
  margin-top: 2.5rem;
}
body.cms-service-request .page-title-wrapper h1 span, body.cms-service-request #custom-container h1 span {
  font-size: 1.2em;
  color: #000;
  font-weight: 400;
}
body.cms-service-request .page-title-wrapper p.introText, body.cms-service-request #custom-container p.introText {
  font-size: 1.4rem;
  font-weight: 400;
  max-width: 70%;
  line-height: 1.6;
}
body.cms-service-request .page-title-wrapper p.introText.marginB, body.cms-service-request #custom-container p.introText.marginB {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 600px) {
  body.cms-service-request .page-title-wrapper p.introText, body.cms-service-request #custom-container p.introText {
    max-width: 100% !important;
  }
}
body.cms-service-request .page-title-wrapper span {
  font-size: 3rem;
  font-family: "ubuntu";
}
body.cms-service-request #service-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
}
body.cms-service-request #service-form div.message p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
body.cms-service-request #service-form div.message h2 {
  color: #000;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 10px;
  margin-top: 0;
}

@media (min-width: 800px) {
  body.cms-service-request section.form .formInner {
    display: grid;
    grid-template-columns: 1fr 55%;
    gap: 60px;
  }
}
@media (max-width: 1190px) {
  body.cms-service-request section.form .formInner {
    grid-template-columns: 1fr 45%;
  }
}
body.cms-service-request section.form input:not([type=file]), body.cms-service-request section.form textarea, body.cms-service-request section.form select {
  background: #EBEBEB 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029;
  width: 100%;
  color: black;
}
body.cms-service-request section.form input:not([type=file])::placeholder, body.cms-service-request section.form textarea::placeholder, body.cms-service-request section.form select::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.cms-service-request section.form .field-wrap.half {
  width: 100%;
}
body.cms-service-request section.form .field-wrap, body.cms-service-request section.form div.field-wrap {
  padding: 0 !important;
}
body.cms-service-request section.form .row {
  margin: unset;
  --gap: 25px;
  flex-direction: column;
  gap: var(--gap);
  padding-bottom: var(--gap);
}
body.cms-service-request section.form .row::before, body.cms-service-request section.form .row::after {
  display: none;
}
body.cms-service-request section.form:has(.step-2.active) .row:has(.field-wrap.half:nth-child(2)), body.cms-service-request section.form:has(.step-2.active) .row:has(.field-wrap.third) {
  gap: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
body.cms-service-request section.form:has(.step-2.active) .row:has(.field-wrap.third) {
  grid-template-columns: repeat(3, 1fr);
}
body.cms-service-request section.form:has(.step-2.active) .row:has(.field-wrap.third) .field-wrap.third {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.cms-service-request section.form label {
  font-size: 16px;
  color: #0F1010;
  font-family: "ubuntu";
  font-weight: 500;
  padding-bottom: 15px;
}
body.cms-service-request section.form .step {
  font-family: "ubuntu";
  color: #0F1010 !important;
  font-weight: 500;
}
body.cms-service-request section.form .step.inactive {
  opacity: 40%;
}
body.cms-service-request section.form .step.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50%;
  background: transparent linear-gradient(90deg, #348675 0%, #1A433B 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
body.cms-service-request section.form .step.step-2.active::after {
  width: 100%;
}
body.cms-service-request section.form .steps {
  position: relative;
  padding-bottom: 15px;
}
body.cms-service-request section.form .steps::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #E6E6E6;
}
body.cms-service-request #purchase_date {
  background-image: url(/static/frontend/Custom/Custom/en_US/images/calendar.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.2rem);
  background-position-y: center;
}
body.cms-service-request input[type=submit] {
  box-shadow: none !important;
  background: var(--accent) !important;
  width: max-content !important;
  margin-left: auto !important;
  margin-right: 35px;
  font-family: "ubuntu";
  font-weight: 450;
  margin-inline: 0;
}
body.cms-service-request .field-wrap:has(input[type=submit]) {
  display: flex;
}
@media (max-width: 800px) {
  body.cms-service-request section.form #service-form {
    padding: 0 !important;
    margin-bottom: 4rem;
  }
}