.lh-popup{--lh-overlay-blue: #0157a6;--lh-required-red: #ca2828;--lh-close-bg: #f2f3f5;--lh-close-bg-hover: #d9d9d9;--lh-input-bg: var(--color-r-semantic-background-input, #f5f5f5);--lh-gray-300: var(--color-r-foundation-gray-300, #a5a5a5);--lh-stroke-01: var(--color-r-semantic-stroke-01, #ebedee);--lh-brand-500: var(--color-r-brand-500, #079de2);--lh-brand-900: var(--color-r-brand-900, #003253);position: fixed;inset: 0;z-index: 9999;display: flex;align-items: center;justify-content: center;padding: 1rem;box-sizing: border-box}.lh-popup[hidden]{display: none}.lh-popup__backdrop{position: absolute;inset: 0;background: rgba(0, 12, 24, 0.55)}.lh-popup__dialog{position: relative;box-sizing: border-box;width: 31rem;max-width: 100%;max-height: calc(100vh - 2rem);overflow-y: auto;display: flex;flex-direction: column;align-items: stretch;padding: 1.5rem;background: #ffffff;border-radius: 0.25rem;box-shadow: 0 1.25rem 3.75rem rgba(0, 12, 24, 0.25)}.lh-popup__body{min-height: 0}.lh-popup__close{position: absolute;top: 1rem;right: 1rem;display: inline-flex;align-items: center;justify-content: center;width: 2.75rem;height: 2.75rem;padding: 0;border: 0;border-radius: 0.25rem;background: #f2f3f5;box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.04), 0 240px 67px 0 rgba(0, 0, 0, 0.00), 0 153px 61px 0 rgba(0, 0, 0, 0.00), 0 86px 52px 0 rgba(0, 0, 0, 0.01), 0 38px 38px 0 rgba(0, 0, 0, 0.02), 0 10px 21px 0 rgba(0, 0, 0, 0.02);cursor: pointer;transition: background-color 0.2s ease;z-index: 2}.lh-popup__close:hover, .lh-popup__close:focus-visible{background: var(--lh-close-bg-hover)}.lh-popup__close-icon{width: 1.25rem;height: 1.25rem}.lh-popup__close-label{display: none}.lh-popup__back-icon{display: none}.lh-popup__head{display: flex;flex-direction: column;align-items: flex-start}.lh-popup__logo{width: 4.6875rem;height: auto}.lh-popup__title{margin: 0;padding-right: 2rem;color: var(--text-Title, #003253);font-family: var(--font-family, "Nunito Sans");font-size: var(--Font-r-size-24, 1.5rem);font-style: normal;font-weight: 800;margin-top: 1.5rem;max-width: 26rem;line-height: normal;letter-spacing: var(--Font-r-letter-spacing-0, 0)}.lh-popup__b24{--b24-primary-color: var(--lh-brand-500);--b24-primary-hover-color: var(--lh-brand-900);--b24-primary-text-color: #ffffff;--b24-text-color: var(--lh-brand-900);--b24-background-color: transparent;--b24-popup-background-color: #ffffff;--b24-field-background-color: var(--lh-input-bg);--b24-field-border-color: transparent;--b24-field-focus-background-color: #ffffff;--b24-font-family: var(--font-family, "Nunito Sans");margin-top: 0.5rem}.lh-popup__b24 .b24-form-wrapper{border: 0 !important}.lh-popup__skeleton{padding-bottom: 1.75rem}.lh-popup__b24--ready .lh-popup__skeleton{display: none}.lh-popup__skeleton-grid{display: grid;grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);justify-content: space-between}.lh-popup__skeleton-field, .lh-popup__skeleton-btn{position: relative;overflow: hidden}.lh-popup__skeleton-field{display: block;grid-column: 1 / -1;height: 3rem;margin-bottom: 1rem;border-radius: 0.25rem;background-color: var(--lh-input-bg)}.lh-popup__skeleton-grid > .lh-popup__skeleton-field:nth-child(1), .lh-popup__skeleton-grid > .lh-popup__skeleton-field:nth-child(2){grid-column: auto}.lh-popup__skeleton-field--wide{height: 6.3438rem}.lh-popup__skeleton-btn{display: block;width: 11.125rem;height: 2.94rem;background-color: rgba(7, 157, 226, 0.4);clip-path: polygon( 0.625rem 0, 100% 0, 100% calc(100% - 0.625rem), calc(100% - 0.625rem) 100%, 0 100%, 0 0.625rem )}.lh-popup__skeleton-field::after, .lh-popup__skeleton-btn::after{content: "";position: absolute;inset: 0;background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100% );transform: translateX(-100%);animation: lh-skeleton-sweep 1.4s ease-in-out infinite}@keyframes lh-skeleton-sweep{to{transform: translateX(100%)}}@media (prefers-reduced-motion: reduce){.lh-popup__skeleton-field::after, .lh-popup__skeleton-btn::after{animation: none}}.lh-popup__skeleton-error{display: none;margin: 0;color: var(--lh-brand-900);font-family: var(--font-family, "Nunito Sans");font-size: 0.875rem;font-weight: 500;line-height: 1.375rem}.lh-popup__b24--failed .lh-popup__skeleton{padding-bottom: 0}.lh-popup__b24--failed .lh-popup__skeleton-grid, .lh-popup__b24--failed .lh-popup__skeleton-btn{display: none}.lh-popup__b24--failed .lh-popup__skeleton-error{display: block}.lh-popup__b24 .b24-form, .lh-popup__b24 .b24-form-content, .lh-popup__b24 .b24-form-padding-side, .lh-popup__b24 .b24-form-header-padding{padding: 0 !important;margin: 0 !important;background: transparent !important;border: 0 !important;box-shadow: none !important;font-family: var(--font-family, "Nunito Sans") !important}.lh-popup__b24 .b24-form-header-padding{display: none !important}.lh-popup__b24 .lh-b24-grid{display: grid;grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);justify-content: space-between}.lh-popup__b24 .b24-form-field{grid-column: 1 / -1;margin: 0 0 1rem !important;padding: 0 !important}.lh-popup__b24 .lh-b24-grid > .b24-form-field:nth-child(1), .lh-popup__b24 .lh-b24-grid > .b24-form-field:nth-child(2){grid-column: auto}.lh-popup__b24 .b24-form-control-container{margin: 0 !important;position: relative}.lh-popup__b24 .b24-form-control, .lh-popup__b24 .b24-form-control-select .field-item{box-sizing: border-box !important;width: 100% !important;height: 3rem !important;min-height: 3rem !important;padding: 0 1rem !important;color: var(--lh-brand-900) !important;font-family: var(--font-family, "Nunito Sans") !important;font-size: var(--Font-r-size-16, 1rem) !important;font-style: normal !important;font-weight: 500 !important;line-height: var(--Font-r-line-height-24, 1.5rem) !important;letter-spacing: var(--font-r-letter-spacing-025, -0.01563rem) !important;background: var(--lh-input-bg) !important;background-image: none !important;border: 0 !important;border-radius: 0.25rem !important;outline: none !important;box-shadow: inset 0 0 0 1px transparent !important;transition: box-shadow 0.2s ease, background-color 0.2s ease !important}.lh-popup__b24 textarea.b24-form-control{height: 6rem !important;min-height: 6rem !important;padding: 0.75rem 1rem !important;resize: vertical !important}.lh-popup__b24 .b24-form-control:focus{background: #ffffff !important;box-shadow: inset 0 0 0 1px var(--lh-brand-500) !important}.lh-popup__b24 .b24-form-control-label{position: absolute !important;left: 1rem !important;right: 2.5rem !important;top: 1.5rem !important;transform: translateY(-50%) !important;margin: 0 !important;padding: 0 !important;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: var(--lh-gray-300) !important;font-family: var(--font-family, "Nunito Sans") !important;font-size: var(--Font-r-size-16, 1rem) !important;font-weight: 500 !important;line-height: var(--Font-r-line-height-24, 1.5rem) !important;letter-spacing: var(--font-r-letter-spacing-025, -0.01563rem) !important;pointer-events: none !important;transition: opacity 0.15s ease}.lh-popup__b24 .b24-form-control-text .b24-form-control-label{top: 0.75rem !important;transform: none !important}.lh-popup__b24 .b24-form-control-not-empty + .b24-form-control-label{opacity: 0 !important;visibility: hidden !important}.lh-popup__b24 .b24-form-control-string .b24-form-control:focus + .b24-form-control-label, .lh-popup__b24 .b24-form-control-text .b24-form-control:focus + .b24-form-control-label{opacity: 0 !important;visibility: hidden !important}.lh-popup__b24 .b24-form-control-required{margin-left: 0.125rem !important;font-family: "Inter", sans-serif !important;font-weight: 500 !important;color: var(--lh-required-red) !important}.lh-popup__b24 .b24-form-control[readonly]{cursor: pointer !important}.lh-popup__b24 .b24-form-icon-after, .lh-popup__b24 .b24-form-icon-before{height: 3rem !important;top: 0 !important}.lh-popup__b24 .b24-form-icon-remove{opacity: 0.4}.lh-popup__b24 .b24-form-icon-remove:hover{opacity: 0.9}.lh-popup__b24 .b24-form-control-icon-after .b24-form-control, .lh-popup__b24 .b24-form-control-icon-after .b24-form-control-label{padding-right: 2.5rem !important}.lh-popup__b24 .b24-form-control-list .b24-form-control-icon-after .b24-form-control-not-empty{padding-right: 5rem !important}.lh-popup__b24 .b24-form-dropdown, .lh-popup__b24 .b24-form-dropdown-container{border-radius: 0.25rem !important;border: 0 !important;box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08) !important;font-family: var(--font-family, "Nunito Sans") !important}.lh-popup__b24 .b24-form-dropdown-container{max-height: 12rem !important}.lh-popup--dd-open .lh-popup__dialog{overflow: visible !important}.lh-popup__b24 .b24-form-control-list-selector-item{min-height: 2.5rem !important;padding: 0.5rem 0.625rem !important;font-family: var(--font-family, "Nunito Sans") !important;font-size: 0.875rem !important;font-weight: 500 !important;color: var(--lh-brand-900) !important;border-radius: 0.25rem !important;cursor: pointer}.lh-popup__b24 .b24-form-control-list-selector-item:hover, .lh-popup__b24 .b24-form-control-list-selector-item-focused{background-color: rgba(7, 157, 226, 0.08) !important;color: var(--lh-brand-500) !important}.lh-popup__b24 .b24-form-btn-container{display: block !important;margin: 0 !important;padding: 0 !important}.lh-popup__b24 .b24-form-btn-block{display: inline-block !important;width: auto !important;margin: 0 !important;padding: 0 !important}.lh-popup__b24 .b24-form-btn[type="submit"]{box-sizing: border-box !important;display: inline-flex !important;align-items: center !important;justify-content: center !important;width: auto !important;height: 2.94rem !important;min-height: 2.94rem !important;margin: 0 !important;padding: 0 1.25rem !important;border: 0 !important;border-radius: 0 !important;cursor: pointer !important;background: var(--lh-brand-500) !important;color: #ffffff !important;font-family: "Nunito Sans", sans-serif !important;font-size: 1rem !important;font-weight: 700 !important;line-height: 1.5rem !important;text-transform: none !important;box-shadow: none !important;clip-path: polygon( 0.625rem 0, 100% 0, 100% calc(100% - 0.625rem), calc(100% - 0.625rem) 100%, 0 100%, 0 0.625rem );transition: background-color 0.25s ease !important}.lh-popup__b24 .b24-form-btn[type="submit"]:hover, .lh-popup__b24 .b24-form-btn[type="submit"]:focus-visible{background: var(--lh-brand-900) !important}.lh-popup__b24 .b24-form-control-alert{margin-bottom: 1rem !important}.lh-popup__b24 .b24-form-control-alert .b24-form-control{background-color: rgba(202, 40, 40, 0.035) !important;box-shadow: inset 0 0 0 1px var(--lh-required-red) !important}.lh-popup__b24 .b24-form-control-alert-message{position: static !important;left: auto !important;top: auto !important;max-width: none !important;margin: 0 !important;padding: 0.375rem 0 0 !important;animation: none !important;color: var(--lh-required-red) !important;font-family: var(--font-family, "Nunito Sans") !important;font-size: 0.75rem !important;font-weight: 500 !important;line-height: 1.125rem !important;letter-spacing: var(--font-r-letter-spacing-025, -0.01563rem) !important;background: transparent !important;border: 0 !important;border-radius: 0 !important}.lh-popup__b24 .b24-form-control-alert-message::before, .lh-popup__b24 .b24-form-control-alert-message::after{display: none !important;content: none !important}.lh-popup__b24:not(.lh-popup__b24--submitted) .b24-form-control-alert-message{display: none !important}.lh-popup__b24:not(.lh-popup__b24--submitted) .b24-form-control-alert .b24-form-control{background-color: var(--lh-input-bg) !important;box-shadow: inset 0 0 0 1px transparent !important}.lh-popup__b24 .b24-form-control:-webkit-autofill, .lh-popup__b24 .b24-form-control:-webkit-autofill:hover, .lh-popup__b24 .b24-form-control:-webkit-autofill:focus{-webkit-box-shadow: inset 0 0 0 100rem var(--lh-input-bg) !important;-webkit-text-fill-color: var(--lh-brand-900) !important;caret-color: var(--lh-brand-900)}.lh-popup__b24 .b24-form-error, .lh-popup__b24 .b24-form-state{font-family: var(--font-family, "Nunito Sans") !important}.lh-popup__b24 .b24-form-sign{padding: 0.75rem 0 0 !important;margin: 0 !important;text-align: left !important;font-size: 0.6875rem !important;opacity: 0.4}.lh-popup__b24 .b24-form-sign-info{margin-left: 0 !important}.lh-popup__b24 .b24-form-sign-abuse-link, .lh-popup__b24 .b24-form-sign-abuse-info{font-size: 0.6875rem !important;font-family: var(--font-family, "Nunito Sans") !important}.lh-popup__b24 .b24-form-sign-abuse-help{width: 0.875rem !important;height: 0.875rem !important}.lh-popup__b24 .b24-window-overlay{background-color: rgba(0, 12, 24, 0.55) !important}.lh-popup__b24 .b24-window-popup-wrapper{max-width: 25rem !important;width: calc(100% - 2rem) !important;border-radius: 0.5rem !important;box-shadow: 0 1.25rem 3.75rem rgba(0, 12, 24, 0.25) !important;overflow: hidden !important}.lh-popup__b24 .b24-window-popup-head{min-height: 0 !important;margin: 0 !important;padding: 1rem 3.25rem 0.875rem 1.25rem !important;border-bottom: 1px solid var(--lh-stroke-01) !important}.lh-popup__b24 .b24-window-popup-title{font-family: var(--font-family, "Nunito Sans") !important;font-size: 1rem !important;font-weight: 800 !important;line-height: 1.5rem !important;color: var(--lh-brand-900) !important}.lh-popup__b24 .b24-window-popup-body{min-height: 0 !important;font-family: var(--font-family, "Nunito Sans") !important;font-size: 0.875rem !important;font-weight: 500 !important;line-height: 1.375rem !important;color: rgba(0, 51, 75, 0.7) !important}.lh-popup__b24 .b24-form-sign-abuse-popup{padding: 1.25rem !important}.lh-popup__b24 .b24-window-close{top: 0.75rem !important;right: 0.75rem !important;width: 2rem !important;height: 2rem !important;border-radius: 0.25rem !important;background-color: var(--lh-close-bg) !important;opacity: 1 !important}.lh-popup__b24 .b24-window-close:hover{background-color: var(--lh-close-bg-hover) !important}.lh-popup__b24 .b24-window-close::before, .lh-popup__b24 .b24-window-close::after{height: 0.875rem !important;background-color: var(--lh-brand-900) !important}.lh-popup__b24 .b24-form-sign:hover{opacity: 0.8}.lh-popup__b24 .b24-form-success{font-family: var(--font-family, "Nunito Sans") !important;color: var(--lh-brand-900) !important}@media screen and (max-width: 639.98px){.lh-popup{align-items: flex-start;justify-content: flex-end;width: 100vw;height: 100vh;height: 100dvh;padding: 0;overflow: hidden;background: #ffffff}.lh-popup:not(.lh-popup--open){pointer-events: none}.lh-popup__backdrop{opacity: 0;transition: opacity 0.25s ease-out}.lh-popup--open .lh-popup__backdrop{opacity: 1}.lh-popup__dialog{z-index: 1;flex: 0 0 100%;width: 100vw;max-width: none;height: 100vh;height: 100dvh;min-height: 0;max-height: none;overflow: hidden;padding: 0;border-radius: 0;box-shadow: none;transform: translateX(100%);transition: transform 0.25s ease-out}.lh-popup__body{flex: 1 1 auto;min-height: 0;overflow-x: hidden;overflow-y: hidden;overscroll-behavior: contain;background: #ffffff}.lh-popup--scrollable .lh-popup__body{overflow-y: auto;-webkit-overflow-scrolling: touch}.lh-popup--open .lh-popup__dialog{transform: translateX(0)}.lh-popup__close{position: relative;top: auto;right: auto;z-index: 10;flex: 0 0 auto;justify-content: flex-start;width: 100%;height: calc(3rem + env(safe-area-inset-top, 0px));padding-left: 1.33rem;padding-right: 1.33rem;border-bottom: 1px solid var(--lh-stroke-01);border-radius: 0;background: #ffffff;box-shadow: none;color: var(--lh-brand-900)}.lh-popup__close:hover, .lh-popup__close:focus-visible{background: #ffffff}.lh-popup__close-icon{display: none}.lh-popup__back-icon{display: block;flex: 0 0 auto;width: 1rem;height: 1rem;margin-right: 0.5rem}.lh-popup__close-label{display: inline-flex;align-items: center;color: var(--text-Body, var(--Color-r-Semantic-Text-800, rgba(0, 51, 75, 0.80)));font-family: var(--font-family, "Nunito Sans");font-size: var(--Font-r-size-16, 1rem);font-style: normal;font-weight: 400;line-height: var(--Font-r-line-height-24, 1.5rem);letter-spacing: var(--font-r-letter-spacing-025, -0.01563rem)}.lh-popup__head{align-items: center;margin: 0 1rem;padding-top: 1.25rem;text-align: center}.lh-popup__logo{width: 4.6875rem}.lh-popup__title{margin-top: 1rem;padding-right: 0 !important;color: var(--text-Title, #003253);text-align: center;font-family: var(--font-family, "Nunito Sans");font-size: var(--Font-r-size-H2, 1.75rem);font-style: normal;font-weight: 800;line-height: var(--Font-r-line-height-64, 2.25rem);letter-spacing: var(--Font-r-letter-spacing--1, -0.0625rem)}.lh-popup__b24{margin: 0.75rem 1rem calc(1.5rem + env(safe-area-inset-bottom, 0px))}.lh-popup__b24 .lh-b24-grid, .lh-popup__skeleton-grid{display: block}.lh-popup__skeleton-btn{width: 100%;height: 2.625rem}.lh-popup__b24 .b24-form-btn-block, .lh-popup__b24 .b24-form-btn[type="submit"]{display: flex !important;width: 100% !important;height: 2.625rem !important;min-height: 2.625rem !important;font-size: 0.875rem !important;line-height: 1.25rem !important}.lh-popup__b24 .b24-form-btn-block{height: auto !important}.lh-popup__b24 .b24-form-control-alert-message{font-size: 0.875rem !important}.lh-popup__b24 .b24-form-control-list-selector-item{min-height: 2.75rem !important;margin: 0 0.75rem !important;padding: 0.75rem 0.625rem !important;font-size: 1rem !important;font-weight: 600 !important;line-height: 1.5rem !important}.lh-popup--dd-open .lh-popup__dialog{overflow: hidden !important}}@media screen and (max-width: 520px){.lh-popup__b24 .b24-form-dropdown-container{min-height: 0 !important;max-height: 78vh !important;padding: 0 0 calc(0.75rem + env(safe-area-inset-bottom, 0px)) !important;border-radius: 1.25rem 1.25rem 0 0 !important;box-shadow: 0 -0.75rem 2rem rgba(0, 12, 24, 0.28) !important;overscroll-behavior: contain !important}.lh-popup__b24 .b24-form-dropdown-header{position: relative !important;min-height: 0 !important;padding: 1.5rem 3.5rem 0.75rem 1.25rem !important;border-bottom: 1px solid var(--lh-stroke-01) !important}.lh-popup__b24 .b24-form-dropdown-header::before{content: "";position: absolute;top: 0.625rem;left: 50%;width: 2.5rem;height: 0.25rem;margin-left: -1.25rem;border-radius: 0.25rem;background-color: rgba(0, 51, 75, 0.16)}.lh-popup__b24 .b24-form-dropdown-title{margin: 0 !important;font-family: var(--font-family, "Nunito Sans") !important;font-size: 1rem !important;font-weight: 800 !important;line-height: 1.5rem !important;color: var(--lh-brand-900) !important}.lh-popup__b24 .b24-form-dropdown-header .b24-window-close{top: 1.25rem !important;right: 1rem !important;border-radius: 50% !important}.lh-popup__b24 .b24-form-control-list-selector-item{min-height: 3rem !important;padding: 0.75rem !important;border-radius: 0.5rem !important}.lh-popup__b24 .b24-form-control-list-selector-item:first-child{margin-top: 0.5rem !important}.lh-popup__b24 .b24-form-control-list-selector-item:active{background-color: rgba(7, 157, 226, 0.14) !important}}@media (prefers-reduced-motion: reduce){.lh-popup__backdrop, .lh-popup__dialog{transition: none}}.lh-success{--lh-success-green: #22c55e;position: fixed;inset: 0;z-index: 100000;display: flex;align-items: center;justify-content: center;padding: 1rem;box-sizing: border-box}.lh-success[hidden]{display: none}.lh-success__backdrop{position: absolute;inset: 0;background: rgba(0, 12, 24, 0.55);opacity: 0;transition: opacity 0.3s ease}.lh-success--open .lh-success__backdrop{opacity: 1}.lh-success__dialog{position: relative;box-sizing: border-box;width: 25rem;max-width: 100%;display: flex;flex-direction: column;align-items: center;text-align: center;padding: 2.5rem 2rem 2rem;background: #ffffff;border-radius: 1rem;box-shadow: 0 1.25rem 3.75rem rgba(0, 12, 24, 0.25);overflow: hidden;opacity: 0;transform: translateY(1.5rem) scale(0.96);transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1)}.lh-success--open .lh-success__dialog{opacity: 1;transform: translateY(0) scale(1)}.lh-success__icon{display: inline-flex;align-items: center;justify-content: center;width: 4.5rem;height: 4.5rem;border-radius: 50%;background: rgba(34, 197, 94, 0.12)}.lh-success__icon-svg{width: 3.25rem;height: 3.25rem}.lh-success__icon-ring{stroke: var(--lh-success-green);stroke-dasharray: 151;stroke-dashoffset: 151}.lh-success__icon-check{stroke: var(--lh-success-green);stroke-dasharray: 40;stroke-dashoffset: 40}.lh-success--open .lh-success__icon-ring{animation: lh-success-draw 0.5s ease-out 0.15s forwards}.lh-success--open .lh-success__icon-check{animation: lh-success-draw 0.35s ease-out 0.55s forwards}@keyframes lh-success-draw{to{stroke-dashoffset: 0}}.lh-success__title{margin: 1.25rem 0 0;color: var(--text-Title, #003253);font-family: var(--font-family, "Nunito Sans");font-size: 1.5rem;font-style: normal;font-weight: 800;line-height: 1.3;letter-spacing: 0}.lh-success__desc{margin: 0.5rem 0 0;max-width: 20rem;color: rgba(0, 51, 75, 0.7);font-family: var(--font-family, "Nunito Sans");font-size: 1rem;font-style: normal;font-weight: 500;line-height: 1.5rem;letter-spacing: -0.01563rem}.lh-success__progress{position: absolute;left: 0;right: 0;bottom: 0;height: 0.25rem;background: rgba(34, 197, 94, 0.15);overflow: hidden}.lh-success__progress-bar{display: block;width: 100%;height: 100%;transform-origin: left center;background: var(--lh-success-green)}.lh-success--open .lh-success__progress-bar{animation: lh-success-countdown 3s linear forwards}@keyframes lh-success-countdown{from{transform: scaleX(1)}to{transform: scaleX(0)}}@media screen and (max-width: 639.98px){.lh-success__dialog{width: 20.5rem;padding: 2rem 1.5rem 1.75rem}.lh-success__title{font-size: 1.375rem}}@media (prefers-reduced-motion: reduce){.lh-success__backdrop, .lh-success__dialog{transition: none}.lh-success--open .lh-success__icon-ring, .lh-success--open .lh-success__icon-check{animation: none;stroke-dashoffset: 0}.lh-success--open .lh-success__progress-bar{animation: none;transform: scaleX(0)}}