.smart-meter-check .smart-meter-hero {
  position: relative;
  min-height: 75vh;
}
.smart-meter-check .smart-meter-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 39, 60, 0.82) 0%, rgba(27, 39, 60, 0.68) 100%);
  z-index: 0;
}
.smart-meter-check .smart-meter-hero .container {
  position: relative;
  z-index: 1;
}
.smart-meter-check .smart-meter-hero__content .subtitle {
  font-size: 15px;
  letter-spacing: 0.08em;
}
.smart-meter-check .smart-meter-hero__content h1 {
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.15;
  text-wrap: balance;
}
.smart-meter-check .smart-meter-hero__content p.intro {
  font-size: clamp(19px, 2.2vw, 22px);
  line-height: 1.55;
  text-wrap: pretty;
}
.smart-meter-check .smart-meter-highlights__item {
  padding: 0.75rem 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .smart-meter-check .smart-meter-highlights__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.35);
  }
}
.smart-meter-check .smart-meter-highlights__icon {
  display: block;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 0.75rem;
  opacity: 0.95;
}
.smart-meter-check .smart-meter-highlights__label {
  display: block;
  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0.35rem;
}
.smart-meter-check .smart-meter-highlights p {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1.4;
}
.smart-meter-check .smart-meter-explainer {
  background: linear-gradient(160deg, #F5F5F5 0%, rgba(240, 91, 19, 0.07) 55%, #F5F5F5 100%);
}
.smart-meter-check .smart-meter-checklist .content-text ul {
  list-style: none;
  padding-left: 0;
}
.smart-meter-check .smart-meter-checklist .content-text ul li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.65rem;
}
.smart-meter-check .smart-meter-checklist .content-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F05B13;
}
.smart-meter-check .smart-meter-panel {
  background-color: #ffffff;
}
.smart-meter-check .smart-meter-panel--brand {
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.14);
  border-left: 5px solid #F05B13;
  overflow: hidden;
}
.smart-meter-check .smart-meter-panel__body {
  padding: 2rem 0 2rem 2rem;
}
.smart-meter-check .smart-meter-feature-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.smart-meter-check .smart-meter-faq__rule,
.smart-meter-check .smart-meter-trust__rule,
.smart-meter-check .smart-meter-steps__rule {
  width: 80px;
  margin-top: 1rem;
  opacity: 1;
}
.smart-meter-check .smart-meter-section-light {
  color: #1B273C;
}
.smart-meter-check .smart-meter-section-light h1,
.smart-meter-check .smart-meter-section-light h2,
.smart-meter-check .smart-meter-section-light h3,
.smart-meter-check .smart-meter-section-light h4,
.smart-meter-check .smart-meter-section-light h5,
.smart-meter-check .smart-meter-section-light h6,
.smart-meter-check .smart-meter-section-light p,
.smart-meter-check .smart-meter-section-light li,
.smart-meter-check .smart-meter-section-light a:not(.btn) {
  color: #1B273C !important;
}
.smart-meter-check .smart-meter-section-light a:not(.btn):hover {
  color: #F05B13 !important;
}
.smart-meter-check .smart-meter-section-dark {
  color: #ffffff;
  border-top: 6px solid #F05B13;
}
.smart-meter-check .smart-meter-section-dark h1,
.smart-meter-check .smart-meter-section-dark h2,
.smart-meter-check .smart-meter-section-dark h3,
.smart-meter-check .smart-meter-section-dark h4,
.smart-meter-check .smart-meter-section-dark h5,
.smart-meter-check .smart-meter-section-dark h6,
.smart-meter-check .smart-meter-section-dark p,
.smart-meter-check .smart-meter-section-dark li {
  color: #ffffff !important;
}
.smart-meter-check .smart-meter-section-dark .subtitle {
  color: #1B273C !important;
}
.smart-meter-check .smart-meter-steps {
  position: relative;
  overflow: hidden;
}
.smart-meter-check .smart-meter-steps::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(240, 91, 19, 0.08);
  pointer-events: none;
}
.smart-meter-check .smart-meter-steps .container {
  position: relative;
  z-index: 1;
}
.smart-meter-check .smart-meter-steps__track {
  position: relative;
}
@media (min-width: 992px) {
  .smart-meter-check .smart-meter-steps__track::before {
    content: "";
    position: absolute;
    top: 118px;
    left: 16%;
    right: 16%;
    height: 2px;
    background: linear-gradient(90deg, rgba(240, 91, 19, 0.15) 0%, rgba(240, 91, 19, 0.85) 50%, rgba(240, 91, 19, 0.15) 100%);
    z-index: 0;
  }
}
.smart-meter-check .smart-meter-steps__card {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-top: 4px solid #F05B13;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  color: #1B273C;
  transition: transform 0.2s ease;
}
.smart-meter-check .smart-meter-steps__card:hover {
  transform: translateY(-4px);
}
.smart-meter-check .smart-meter-steps__card h3,
.smart-meter-check .smart-meter-steps__card p {
  color: #1B273C !important;
}
.smart-meter-check .smart-meter-steps__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #F05B13;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: 20px;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(240, 91, 19, 0.45);
}
.smart-meter-check .smart-meter-steps__img-wrap {
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F5F5F5;
  border: 3px solid #F05B13;
}
.smart-meter-check .smart-meter-steps__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.smart-meter-check .smart-meter-safety {
  background-color: #ffffff;
  border-left: 5px solid #F05B13;
  color: #1B273C;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.smart-meter-check .smart-meter-safety h3,
.smart-meter-check .smart-meter-safety p {
  color: #1B273C !important;
}
.smart-meter-check .smart-meter-trust__reviews .rpi-card-inner {
  background-color: #ffffff !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08) !important;
}
.smart-meter-check .smart-meter-trust__reviews .rpi-info a {
  color: #1B273C !important;
}
.smart-meter-check .smart-meter-faq .accordion-item {
  background-color: #F5F5F5;
  border: none !important;
  border-radius: 0;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.smart-meter-check .smart-meter-faq .accordion-button,
.smart-meter-check .smart-meter-faq .accordion-button:not(.collapsed) {
  color: #1B273C !important;
  background-color: transparent;
}
.smart-meter-check .smart-meter-faq .accordion-body {
  color: #1A1818;
}
.smart-meter-check .smart-meter-faq .accordion-body p,
.smart-meter-check .smart-meter-faq .accordion-body a {
  color: #1A1818 !important;
}
.smart-meter-check .smart-meter-faq .accordion-body a:hover {
  color: #F05B13 !important;
}
.smart-meter-check .smart-meter-form {
  background: linear-gradient(135deg, #1B273C 0%, #151F31 100%);
}
@media (min-width: 992px) {
  .smart-meter-check .smart-meter-form__sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}
.smart-meter-check .smart-meter-form__header .intro p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.smart-meter-check .smart-meter-form__intro p,
.smart-meter-check .smart-meter-form__how-it-works,
.smart-meter-check .smart-meter-form__support {
  color: #ffffff !important;
}
.smart-meter-check .smart-meter-form__how-it-works {
  background-color: rgba(27, 39, 60, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.smart-meter-check .smart-meter-form__steps {
  counter-reset: form-step;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  width: 100%;
}
.smart-meter-check .smart-meter-form__steps li {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.06);
  color: #ffffff !important;
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}
.smart-meter-check .smart-meter-form__steps li::before {
  counter-increment: form-step;
  content: counter(form-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background-color: #F05B13;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: 16px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(240, 91, 19, 0.4);
}
.smart-meter-check .smart-meter-form__card {
  background-color: #ffffff;
  color: #1B273C;
  border-top: 4px solid #F05B13;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}
.smart-meter-check #gform_wrapper_9 {
  padding: 0 !important;
}
.smart-meter-check #gform_wrapper_9 .gform_heading {
  display: none;
}
.smart-meter-check #gform_wrapper_9 .gfield_select select.large,
.smart-meter-check #gform_wrapper_9 select.large {
  width: 100%;
  max-width: 100%;
  min-height: 3rem;
  height: auto;
  line-height: 1.4;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  padding-right: 2.25rem !important;
}
.smart-meter-check #gform_wrapper_9 .gfield_select select.large option,
.smart-meter-check #gform_wrapper_9 select.large option {
  white-space: normal;
}
.smart-meter-check #gform_wrapper_9 .gfield_label,
.smart-meter-check #gform_wrapper_9 .gfield_description,
.smart-meter-check #gform_wrapper_9 .gfield_consent_label,
.smart-meter-check #gform_wrapper_9 .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) {
  color: #1B273C !important;
}
.smart-meter-check #gform_wrapper_9 .gform_body input:not([type=submit], [type=checkbox], [type=radio]),
.smart-meter-check #gform_wrapper_9 .gform_body textarea,
.smart-meter-check #gform_wrapper_9 .gfield select.large,
.smart-meter-check #gform_wrapper_9 .ginput_complex select {
  color: #1B273C !important;
  border-bottom: 1px solid #1B273C !important;
  background-color: transparent !important;
}
.smart-meter-check #gform_wrapper_9 .gform_body input:not([type=submit], [type=checkbox], [type=radio])::placeholder,
.smart-meter-check #gform_wrapper_9 .gform_body textarea::placeholder,
.smart-meter-check #gform_wrapper_9 .gfield select.large::placeholder,
.smart-meter-check #gform_wrapper_9 .ginput_complex select::placeholder {
  color: rgba(27, 39, 60, 0.55) !important;
}
.smart-meter-check #gform_wrapper_9 .ginput_container_checkbox .gfield-choice-input + label,
.smart-meter-check #gform_wrapper_9 .ginput_container_checkbox .gfield_consent_label,
.smart-meter-check #gform_wrapper_9 .ginput_container_radio .gfield-choice-input + label,
.smart-meter-check #gform_wrapper_9 .ginput_container_radio .gfield_consent_label {
  color: #1B273C !important;
}
.smart-meter-check #gform_wrapper_9 .ginput_container_select::before {
  color: #1B273C !important;
}
.smart-meter-check #gform_wrapper_9 #field_9_11,
.smart-meter-check #gform_wrapper_9 #field_9_13 {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(27, 39, 60, 0.15);
}
.smart-meter-check #gform_wrapper_9 #field_9_11 .gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.smart-meter-check #gform_wrapper_9 #field_9_11 .gchoice {
  position: relative;
  margin: 0;
}
.smart-meter-check #gform_wrapper_9 #field_9_11 .gfield-choice-input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.smart-meter-check #gform_wrapper_9 #field_9_11 .gfield-choice-input + label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  width: 100%;
  min-height: 54px;
  padding: 0.95rem 1.1rem;
  margin: 0;
  border: 1px solid rgba(27, 39, 60, 0.18);
  border-radius: 6px;
  background-color: #F5F5F5;
  color: #1B273C !important;
  font-family: "DM Sans", sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.smart-meter-check #gform_wrapper_9 #field_9_11 .gfield-choice-input + label::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border: 2px solid rgba(27, 39, 60, 0.35);
  border-radius: 4px;
  background-color: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.smart-meter-check #gform_wrapper_9 #field_9_11 .gfield-choice-input:checked + label {
  border-color: #F05B13;
  background-color: rgba(240, 91, 19, 0.08);
  box-shadow: inset 0 0 0 1px rgba(240, 91, 19, 0.12);
}
.smart-meter-check #gform_wrapper_9 #field_9_11 .gfield-choice-input:checked + label::before {
  font-family: "Font Awesome 6 Free", "FontAwesome";
  font-weight: 900;
  content: "\f00c";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F05B13;
  border-color: #F05B13;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
}
.smart-meter-check #gform_wrapper_9 #field_9_11 .gfield-choice-input:focus-visible + label {
  outline: 2px solid #F05B13;
  outline-offset: 2px;
}
.smart-meter-check #gform_wrapper_9 .ginput_container_fileupload::before {
  display: none;
}
.smart-meter-check #gform_wrapper_9 .gform_fileupload_multifile {
  width: 100%;
}
.smart-meter-check #gform_wrapper_9 .gform_drop_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  padding: 2rem 1.25rem;
  border: 2px dashed rgba(27, 39, 60, 0.22);
  background-color: rgba(244, 244, 244, 0.55);
  text-align: center;
  position: relative;
}
.smart-meter-check #gform_wrapper_9 .gform_drop_area::before {
  font-family: "Font Awesome 6 Free", "FontAwesome";
  font-weight: 900;
  content: "\f030";
  display: block;
  font-size: 26px;
  line-height: 1;
  color: #F05B13;
  margin-bottom: 0.15rem;
}
.smart-meter-check #gform_wrapper_9 .gform_drop_instructions {
  display: block;
  color: #1B273C !important;
  font-size: 15px;
  line-height: 1.45;
}
.smart-meter-check #gform_wrapper_9 .gform_button_select_files {
  appearance: none;
  background-color: #F05B13 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Archivo Black", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0.15rem;
  min-height: auto;
  padding: 0.7rem 1.35rem !important;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}
.smart-meter-check #gform_wrapper_9 .gform_button_select_files:hover, .smart-meter-check #gform_wrapper_9 .gform_button_select_files:focus {
  background-color: #bf490f !important;
  color: #ffffff !important;
}
.smart-meter-check #gform_wrapper_9 .gform_fileupload_rules {
  display: block;
  margin-top: 0.5rem;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(27, 39, 60, 0.65) !important;
}
.smart-meter-check #gform_wrapper_9 .ginput_preview_list {
  margin-top: 0.75rem;
}
.smart-meter-check #gform_wrapper_9 .gform_validation_errors,
.smart-meter-check #gform_wrapper_9 .validation_error {
  background-color: #fef2f2 !important;
  border: 1px solid #fca5a5 !important;
  color: #b91c1c !important;
}
.smart-meter-check #gform_wrapper_9 .gform_validation_errors h2,
.smart-meter-check #gform_wrapper_9 .gform_validation_errors .gform_submission_error,
.smart-meter-check #gform_wrapper_9 .gform_validation_errors p,
.smart-meter-check #gform_wrapper_9 .gform_validation_errors ol,
.smart-meter-check #gform_wrapper_9 .gform_validation_errors ul,
.smart-meter-check #gform_wrapper_9 .gform_validation_errors li,
.smart-meter-check #gform_wrapper_9 .gform_validation_errors a,
.smart-meter-check #gform_wrapper_9 .validation_error h2,
.smart-meter-check #gform_wrapper_9 .validation_error .gform_submission_error,
.smart-meter-check #gform_wrapper_9 .validation_error p,
.smart-meter-check #gform_wrapper_9 .validation_error ol,
.smart-meter-check #gform_wrapper_9 .validation_error ul,
.smart-meter-check #gform_wrapper_9 .validation_error li,
.smart-meter-check #gform_wrapper_9 .validation_error a {
  color: #b91c1c !important;
}
.smart-meter-check #gform_wrapper_9 .gfield_validation_message,
.smart-meter-check #gform_wrapper_9 .validation_message {
  color: #b91c1c !important;
}
.smart-meter-check #gform_wrapper_9 .gform_confirmation_wrapper,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_message {
  color: #1B273C !important;
}
.smart-meter-check #gform_wrapper_9 .gform_confirmation_wrapper h1,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_wrapper h2,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_wrapper h3,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_wrapper h4,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_wrapper h5,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_wrapper h6,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_wrapper p,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_wrapper li,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_wrapper strong,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_message h1,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_message h2,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_message h3,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_message h4,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_message h5,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_message h6,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_message p,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_message li,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_message strong {
  color: #1B273C !important;
}
.smart-meter-check #gform_wrapper_9 .gform_confirmation_wrapper a,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_message a {
  color: #F05B13 !important;
}
.smart-meter-check #gform_wrapper_9 .gform_confirmation_wrapper a:hover,
.smart-meter-check #gform_wrapper_9 .gform_confirmation_message a:hover {
  color: #1B273C !important;
}
.smart-meter-check .smart-meter-form #gform_confirmation_wrapper_9,
.smart-meter-check .smart-meter-form .gform_confirmation_wrapper,
.smart-meter-check .smart-meter-form .gform_confirmation_message {
  color: #1B273C !important;
}
.smart-meter-check .smart-meter-form #gform_confirmation_wrapper_9 h1,
.smart-meter-check .smart-meter-form #gform_confirmation_wrapper_9 h2,
.smart-meter-check .smart-meter-form #gform_confirmation_wrapper_9 h3,
.smart-meter-check .smart-meter-form #gform_confirmation_wrapper_9 h4,
.smart-meter-check .smart-meter-form #gform_confirmation_wrapper_9 h5,
.smart-meter-check .smart-meter-form #gform_confirmation_wrapper_9 h6,
.smart-meter-check .smart-meter-form #gform_confirmation_wrapper_9 p,
.smart-meter-check .smart-meter-form #gform_confirmation_wrapper_9 li,
.smart-meter-check .smart-meter-form #gform_confirmation_wrapper_9 strong,
.smart-meter-check .smart-meter-form .gform_confirmation_wrapper h1,
.smart-meter-check .smart-meter-form .gform_confirmation_wrapper h2,
.smart-meter-check .smart-meter-form .gform_confirmation_wrapper h3,
.smart-meter-check .smart-meter-form .gform_confirmation_wrapper h4,
.smart-meter-check .smart-meter-form .gform_confirmation_wrapper h5,
.smart-meter-check .smart-meter-form .gform_confirmation_wrapper h6,
.smart-meter-check .smart-meter-form .gform_confirmation_wrapper p,
.smart-meter-check .smart-meter-form .gform_confirmation_wrapper li,
.smart-meter-check .smart-meter-form .gform_confirmation_wrapper strong,
.smart-meter-check .smart-meter-form .gform_confirmation_message h1,
.smart-meter-check .smart-meter-form .gform_confirmation_message h2,
.smart-meter-check .smart-meter-form .gform_confirmation_message h3,
.smart-meter-check .smart-meter-form .gform_confirmation_message h4,
.smart-meter-check .smart-meter-form .gform_confirmation_message h5,
.smart-meter-check .smart-meter-form .gform_confirmation_message h6,
.smart-meter-check .smart-meter-form .gform_confirmation_message p,
.smart-meter-check .smart-meter-form .gform_confirmation_message li,
.smart-meter-check .smart-meter-form .gform_confirmation_message strong {
  color: #1B273C !important;
}
.smart-meter-check .smart-meter-form #gform_confirmation_wrapper_9 a,
.smart-meter-check .smart-meter-form .gform_confirmation_wrapper a,
.smart-meter-check .smart-meter-form .gform_confirmation_message a {
  color: #F05B13 !important;
}
.smart-meter-check .smart-meter-form #gform_confirmation_wrapper_9 a:hover,
.smart-meter-check .smart-meter-form .gform_confirmation_wrapper a:hover,
.smart-meter-check .smart-meter-form .gform_confirmation_message a:hover {
  color: #1B273C !important;
}
@media (max-width: 991px) {
  .smart-meter-check .smart-meter-hero {
    min-height: auto;
  }
  .smart-meter-check .smart-meter-panel__body {
    padding: 1.5rem 1.25rem;
  }
  .smart-meter-check .smart-meter-steps__track::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .smart-meter-check .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .smart-meter-check .smart-meter-panel.row.g-0 > [class*=col-] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .smart-meter-check .smart-meter-panel__body {
    padding: 1.25rem 0 0;
  }
  .smart-meter-check .smart-meter-explainer .smart-meter-panel--brand {
    padding-top: 0.25rem;
  }
  .smart-meter-check .smart-meter-checklist .container.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .smart-meter-check .smart-meter-checklist .smart-meter-panel {
    padding: 1.5rem !important;
  }
  .smart-meter-check .smart-meter-checklist .content-text ul li {
    padding-left: 1.5rem;
  }
  .smart-meter-check .smart-meter-checklist .content-text ul li::before {
    left: 0.2rem;
  }
  .smart-meter-check .smart-meter-steps .container.py-5,
  .smart-meter-check .smart-meter-faq .container.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .smart-meter-check .smart-meter-steps__card,
  .smart-meter-check .smart-meter-safety {
    padding: 1.25rem !important;
  }
  .smart-meter-check .smart-meter-form__card {
    padding: 1.25rem 1rem;
    max-width: none;
    box-shadow: none;
    border-top: 4px solid #F05B13;
    background-color: #ffffff;
  }
  .smart-meter-check #gform_wrapper_9 {
    padding: 0 !important;
  }
  .smart-meter-check #gform_wrapper_9 .gform_fields {
    grid-row-gap: 1rem;
  }
  .smart-meter-check #gform_wrapper_9 .gfield {
    padding-left: 0;
    padding-right: 0;
  }
  .smart-meter-check #gform_wrapper_9 .gfield_select select.large,
  .smart-meter-check #gform_wrapper_9 select.large {
    font-size: 15px;
    min-height: 3.25rem;
  }
  .smart-meter-check #gform_wrapper_9 .gform_drop_area {
    padding: 1.5rem 1rem;
  }
  .smart-meter-check #gform_wrapper_9 #field_9_11 .gfield-choice-input + label {
    padding: 0.85rem 0.95rem;
    font-size: 15px;
  }
}
