/* Start custom CSS */.mp-result-prototype { --ink: #151515; --yellow: #ffdd00; --yellow-soft: #fff7da; --line: #dedede; --muted: #5d5d5d; max-width: 1280px; margin: 0px auto; padding: 34px 24px 64px; font-family: "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif; color: var(--ink); box-sizing: border-box; }
.mp-result-prototype * { box-sizing: border-box; }
.mp-result-prototype .mp-grid { display: grid; grid-template-columns: minmax(0px, 1.03fr) minmax(0px, 1fr); gap: 30px; }
.mp-result-prototype .mp-result-card, .mp-result-prototype .mp-appointment-card, .mp-result-prototype .mp-steps, .mp-result-prototype .mp-resources { border: 1px solid var(--line); border-radius: 20px; background: rgb(255, 255, 255); box-shadow: rgba(29, 29, 29, 0.04) 0px 8px 21px; }
.mp-result-prototype .mp-result-card { min-height: 455px; display: flex; flex-direction: column; align-items: center; padding: 38px 52px 40px; text-align: center; }
.mp-result-prototype .mp-soft-icon, .mp-result-prototype .mp-calendar-icon, .mp-result-prototype .mp-step-icon, .mp-result-prototype .mp-safety-icon { display: grid; place-items: center; border-radius: 50%; }
.mp-result-prototype .mp-soft-icon { width: 76px; height: 76px; margin-bottom: 18px; color: rgb(210, 166, 0); background: rgb(255, 249, 232); }
.mp-result-prototype .mp-soft-icon i { font-size: 36px; }
.mp-result-prototype .mp-result-card h1 { margin: 0px; font-size: 35px; line-height: 1.15; letter-spacing: -1.6px; }
.mp-result-prototype .mp-rule { width: 44px; height: 3px; margin: 17px 0px 18px; border-radius: 99px; background: var(--yellow); }
.mp-result-prototype .mp-result-thanks { max-width: 440px; margin: 0px 0px 18px; color: rgb(95, 95, 95); font-size: 15px; line-height: 1.65; }
.mp-result-prototype .mp-status { display: flex; align-items: center; justify-content: center; gap: 13px; width: 100%; padding: 17px 0px 19px; border-bottom: 1px solid rgb(217, 217, 217); font-size: 21px; line-height: 1.35; font-weight: 700; }
.mp-result-prototype .mp-status i { font-size: 25px; color: rgb(32, 32, 32); }
.mp-result-prototype .mp-disclaimer { margin: 19px 0px 20px; color: rgb(85, 85, 85); font-size: 16px; line-height: 1.6; }
.mp-result-prototype .mp-result-copy { margin: 0px; color: rgb(95, 95, 95); font-size: 15px; line-height: 1.82; }
.mp-result-prototype .mp-appointment-card { min-height: 455px; overflow: hidden; }
.mp-result-prototype .mp-appointment-top { min-height: 192px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px 42px 24px; background: var(--yellow); text-align: center; }
.mp-result-prototype .mp-calendar-icon { width: 66px; height: 66px; margin-bottom: 12px; color: rgb(21, 21, 21); background: rgb(255, 255, 255); }
.mp-result-prototype .mp-calendar-icon i { font-size: 32px; }
.mp-result-prototype .mp-appointment-top h2 { margin: 0px 0px 7px; font-size: 31px; line-height: 1.17; letter-spacing: -1.2px; }
.mp-result-prototype .mp-appointment-top p { margin: 0px; color: rgb(70, 60, 0); font-size: 15px; line-height: 1.55; }
.mp-result-prototype .mp-appointment-body { padding: 24px 27px 28px; text-align: center; }
.mp-result-prototype .mp-trust-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0px 0px 28px; padding: 0px; list-style: none; }
.mp-result-prototype .mp-trust-list li { min-height: 53px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 2px 10px; color: rgb(80, 80, 80); font-size: 13px; line-height: 1.3; }
.mp-result-prototype .mp-trust-list li + li { border-left: 1px solid rgb(223, 223, 223); }
.mp-result-prototype .mp-check { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: rgb(32, 32, 32); background: var(--yellow); font-size: 12px; }
.mp-result-prototype .mp-primary { display: block; width: 100%; padding: 17px 18px; border-radius: 14px; background: rgb(255, 219, 0); box-shadow: rgb(221, 189, 0) 0px 4px 0px; font-size: 23px; font-weight: 800; color: rgb(21, 21, 21) !important; text-decoration: none !important; }
.mp-result-prototype .mp-secondary { display: inline-block; margin-top: 22px; padding-bottom: 3px; border-bottom: 2px solid rgb(21, 21, 21); font-size: 16px; font-weight: 700; color: rgb(21, 21, 21) !important; text-decoration: none !important; }
.mp-result-prototype .mp-secondary i { margin-left: 7px; font-size: 13px; }
.mp-result-prototype .mp-steps { margin-top: 48px; padding: 27px 22px; }
.mp-result-prototype .mp-steps-heading { display: flex; flex-direction: column; align-items: center; margin-bottom: 21px; text-align: center; }
.mp-result-prototype .mp-steps-heading h2 { margin: 0px 0px 10px; font-size: 26px; }
.mp-result-prototype .mp-steps-heading .mp-rule { width: 34px; height: 2px; margin: 0px; }
.mp-result-prototype .mp-step-grid { display: grid; grid-template-columns: minmax(0px, 1fr) 30px minmax(0px, 1fr) 30px minmax(0px, 1fr); align-items: center; }
.mp-result-prototype .mp-step { display: flex; align-items: center; gap: 15px; padding: 0px 20px; }
.mp-result-prototype .mp-step-icon { flex: 0 0 68px; width: 68px; height: 68px; color: rgb(27, 27, 27); background: var(--yellow-soft); }
.mp-result-prototype .mp-step-icon i { font-size: 30px; }
.mp-result-prototype .mp-step h3 { margin: 0px 0px 6px; font-size: 18px; }
.mp-result-prototype .mp-step p { margin: 0px; color: rgb(104, 104, 104); font-size: 13px; line-height: 1.55; }
.mp-result-prototype .mp-step-number { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 6px; border-radius: 50%; background: var(--yellow); font-size: 13px; font-weight: 800; }
.mp-result-prototype .mp-flow-arrow { display: grid; place-items: center; color: rgb(168, 168, 168); font-size: 19px; }
.mp-result-prototype .mp-support-grid { display: grid; grid-template-columns: minmax(0px, 0.85fr) minmax(0px, 1.15fr); gap: 24px; margin-top: 28px; }
.mp-result-prototype .mp-safety { display: flex; gap: 18px; align-items: flex-start; padding: 25px 30px; border: 1px solid rgb(239, 212, 114); border-radius: 18px; background: rgb(255, 253, 245); }
.mp-result-prototype .mp-safety-icon { flex: 0 0 62px; width: 62px; height: 62px; color: rgb(23, 23, 23); background: rgb(255, 244, 202); }
.mp-result-prototype .mp-safety-icon i { font-size: 30px; }
.mp-result-prototype .mp-safety h2, .mp-result-prototype .mp-resources h2 { margin: 0px 0px 8px; font-size: 22px; }
.mp-result-prototype .mp-safety p { margin: 0px; color: rgb(85, 85, 85); font-size: 14px; line-height: 1.7; }
.mp-result-prototype .mp-resources { padding: 25px 30px; }
.mp-result-prototype .mp-resource-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 3px 0px 0px; padding: 0px; list-style: none; }
.mp-result-prototype .mp-resource-list li + li { border-left: 1px solid rgb(230, 230, 230); }
.mp-result-prototype .mp-resource-link { display: flex; align-items: center; gap: 8px; padding: 10px; font-size: 13px; line-height: 1.35; font-weight: 700; color: rgb(37, 37, 37) !important; text-decoration: none !important; }
.mp-result-prototype .mp-resource-link .mp-resource-arrow { margin-left: auto; color: rgb(168, 168, 168); font-size: 12px; }
.mp-result-prototype .mp-resource-link .mp-resource-icon { width: 20px; color: rgb(181, 142, 0); text-align: center; }
@media (max-width: 900px) {
  .mp-result-prototype .mp-grid, .mp-result-prototype .mp-support-grid { grid-template-columns: 1fr; }
  .mp-result-prototype .mp-step-grid { grid-template-columns: 1fr; gap: 8px; }
  .mp-result-prototype .mp-flow-arrow { display: none; }
  .mp-result-prototype .mp-step { padding: 18px 12px; }
  .mp-result-prototype .mp-appointment-card { min-height: 0px; }
}
@media (max-width: 620px) {
  .mp-result-prototype { padding: 28px 16px 48px; }
  .mp-result-prototype .mp-result-card { min-height: 0px; padding: 31px 22px 34px; }
  .mp-result-prototype .mp-result-card h1 { font-size: 29px; }
  .mp-result-prototype .mp-status { font-size: 18px; }
  .mp-result-prototype .mp-appointment-top { padding-inline: 20px; }
  .mp-result-prototype .mp-appointment-top h2 { font-size: 28px; }
  .mp-result-prototype .mp-trust-list { grid-template-columns: 1fr; gap: 6px; }
  .mp-result-prototype .mp-trust-list li { min-height: auto; flex-direction: row; justify-content: flex-start; padding: 7px 0px; }
  .mp-result-prototype .mp-trust-list li + li { border-top: 1px solid rgb(229, 229, 229); border-left: 0px; }
  .mp-result-prototype .mp-resource-list { grid-template-columns: 1fr; }
  .mp-result-prototype .mp-resource-list li + li { border-top: 1px solid rgb(230, 230, 230); border-left: 0px; }
  .mp-result-prototype .mp-resource-link { padding: 12px 0px; font-size: 15px; }
  .mp-result-prototype .mp-safety, .mp-result-prototype .mp-resources { padding: 22px 18px; }
  .mp-result-prototype .mp-primary { padding: 17px 12px; font-size: 20px; line-height: 1.25; letter-spacing: -0.35px; white-space: nowrap; }
}
.mp-result-prototype .mp-english-result-copy { overflow-wrap: anywhere; }
#gform_confirmation_wrapper_31 .mp-result-prototype { width: 100%; max-width: 1280px; margin: 0px auto; }
.mp-result-prototype > br, .mp-result-prototype .mp-grid > br, .mp-result-prototype .mp-result-card > br, .mp-result-prototype .mp-appointment-card > br { display: none !important; }/* End custom CSS */