.lm-quote-form{--lm-blue:#5a8bed;--lm-blue-dark:#3671ea;--lm-green:#88c057;--lm-green-strong:#00c950;--lm-text:#1b3a5c;--lm-text-muted:rgba(27, 58, 92, 0.7);--lm-border:#d1d5dc;--lm-border-soft:#e5e7eb;--lm-surface:#f6f6f6;--lm-danger:#e90000;--lm-shadow:0 2px 5.9px rgba(90, 139, 237, 0.2);width:100%;padding:80px 0;background:#fff;color:var(--lm-text);font-family:"Poppins",sans-serif}.lm-quote-form,.lm-quote-form *{box-sizing:border-box}.lm-quote-form [hidden]{display:none!important}.lm-quote-form__shell{width:min(100%, 960px);margin:0 auto}.lm-quote-form__intro{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 auto 48px;text-align:center}.lm-quote-form__intro>*{opacity:0;animation:lm-quote-panel-item-enter 0.42s cubic-bezier(.2,.8,.2,1) both}.lm-quote-form__intro>*:nth-child(1){animation-delay:0.04s}.lm-quote-form__intro>*:nth-child(2){animation-delay:0.1s}.lm-quote-form__intro>*:nth-child(3){animation-delay:0.16s}.lm-quote-form__intro>*:nth-child(4){animation-delay:0.22s}.lm-quote-form__eyebrow{margin:0;color:var(--lm-green);font-size:14px;font-weight:600;line-height:1.4;letter-spacing:2.07px;text-transform:uppercase}.lm-quote-form__title{margin:0;color:#000;font-size:44px;font-weight:600;line-height:1.3}.lm-quote-form__description{width:min(100%, 452px);margin:0;color:#6b7c8e;font-size:14.5px;line-height:1.625}.lm-quote-form__hero-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:12px;margin-top:20px;opacity:1;color:var(--lm-blue);animation:lm-quote-bounce 1.7s ease-in-out infinite}.lm-quote-form__hero-arrow svg{display:block;width:100%;height:100%}@keyframes lm-quote-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}@keyframes lm-quote-panel-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes lm-quote-panel-item-enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes lm-quote-step-pop{0%{transform:scale(.86)}60%{transform:scale(1.08)}100%{transform:scale(1)}}@keyframes lm-quote-select-pop{0%{transform:scale(.96)}55%{transform:scale(1.02)}100%{transform:scale(1)}}@keyframes lm-quote-success-badge{0%{opacity:0;transform:scale(.72)}65%{opacity:1;transform:scale(1.08)}100%{opacity:1;transform:scale(1)}}@keyframes lm-quote-line-reveal{from{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes lm-quote-soft-scale-in{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.lm-quote-form__stepper{margin-bottom:48px;opacity:0;animation:lm-quote-panel-item-enter 0.46s cubic-bezier(.2,.8,.2,1) 0.24s both}.lm-quote-form__stepper-grid{display:grid;grid-template-columns:minmax(0,1fr) clamp(32px, 8vw, 100px) minmax(0,1fr) clamp(32px, 8vw, 100px) minmax(0,1fr) clamp(32px, 8vw, 100px) minmax(0,1fr);align-items:start;width:min(100%, 870px);margin:0 auto}.lm-quote-form__step{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.lm-quote-form__step-line{position:relative;display:block;height:2px;margin-top:20px;overflow:hidden;background:var(--lm-border-soft);transform-origin:left center;transition:background-color 0.2s ease,transform 0.25s ease}.lm-quote-form__step-line::after{content:"";position:absolute;inset:0;background:var(--lm-green-strong);transform:scaleX(0);transform-origin:left center;transition:transform 0.3s cubic-bezier(.2,.8,.2,1)}.lm-quote-form__step-line.is-active::after{transform:scaleX(1)}.lm-quote-form__step-node{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:var(--lm-border-soft);color:#6a7282;font-size:16px;font-weight:600;line-height:1;transform:translateZ(0);transition:background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease,box-shadow 0.2s ease}.lm-quote-form__step-number,.lm-quote-form__step-check{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center}.lm-quote-form__step-check{opacity:0}.lm-quote-form__step-check svg{width:18px;height:18px}.lm-quote-form__step.is-active .lm-quote-form__step-node{border:1px solid #8db3ff;background:var(--lm-blue-dark);box-shadow:var(--lm-shadow);color:#fff;animation:lm-quote-step-pop 0.32s cubic-bezier(.2,.8,.2,1)}.lm-quote-form__step.is-complete .lm-quote-form__step-node{border:1px solid #43dc80;background:var(--lm-green-strong);box-shadow:var(--lm-shadow);color:#fff;animation:lm-quote-step-pop 0.32s cubic-bezier(.2,.8,.2,1)}.lm-quote-form__step.is-complete .lm-quote-form__step-number{opacity:0}.lm-quote-form__step.is-complete .lm-quote-form__step-check{opacity:1}.lm-quote-form__step-label{display:block;color:#4a5565;font-size:14px;font-weight:600;line-height:20px}.lm-quote-form__step-name{display:block;color:#6a7282;font-size:12px;line-height:16px;white-space:pre-line}.lm-quote-form__step-copy{display:flex;flex-direction:column;gap:4px;align-items:center;max-width:142px}.lm-quote-form__step.is-active .lm-quote-form__step-label,.lm-quote-form__step.is-active .lm-quote-form__step-name{color:var(--lm-blue-dark)}.lm-quote-form__step.is-complete .lm-quote-form__step-label,.lm-quote-form__step.is-complete .lm-quote-form__step-name{color:var(--lm-green-strong)}.lm-quote-form__divider{width:100%;height:1px;margin-bottom:56px;background:var(--lm-border);transform-origin:left center;animation:lm-quote-line-reveal 0.46s cubic-bezier(.2,.8,.2,1) 0.3s both}.lm-quote-form__form{display:flex;flex-direction:column;gap:32px}.lm-quote-form__stage{transform-origin:top center;transition:opacity 0.24s ease,transform 0.24s ease}.lm-quote-form__stage.is-loading{opacity:.58;transform:translateY(6px);pointer-events:none}.lm-quote-form__status{padding:14px 16px;border-radius:10px;font-size:14px;line-height:1.5}.lm-quote-form__status.is-error{background:rgb(233 0 0 / .08);color:#b42318;animation:lm-quote-panel-item-enter 0.28s cubic-bezier(.2,.8,.2,1) both}.lm-quote-form__status.is-success{background:rgb(0 201 80 / .08);color:#067647;animation:lm-quote-panel-item-enter 0.28s cubic-bezier(.2,.8,.2,1) both}.lm-quote-form__panel{display:flex;flex-direction:column;gap:56px;animation:lm-quote-panel-enter 0.34s cubic-bezier(.2,.8,.2,1) both}.lm-quote-form__panel>*{opacity:0;animation:lm-quote-panel-item-enter 0.38s cubic-bezier(.2,.8,.2,1) both}.lm-quote-form__panel>*:nth-child(1){animation-delay:0.04s}.lm-quote-form__panel>*:nth-child(2){animation-delay:0.1s}.lm-quote-form__panel>*:nth-child(3){animation-delay:0.16s}.lm-quote-form__panel>*:nth-child(4){animation-delay:0.22s}.lm-quote-form__panel>*:nth-child(5){animation-delay:0.28s}.lm-quote-form__panel>*:nth-child(6){animation-delay:0.34s}.lm-quote-form__panel-heading{display:flex;flex-direction:column;gap:10px;max-width:481px}.lm-quote-form__panel-step{margin:0;color:rgb(27 58 92 / .5);font-size:14px;font-weight:700;line-height:18px;letter-spacing:1.2px;text-transform:uppercase}.lm-quote-form__panel-title{margin:0;color:var(--lm-text);font-size:32px;font-weight:700;line-height:1.4}.lm-quote-form__panel-description{margin:0;color:var(--lm-text-muted);font-size:16px;line-height:1.4}.lm-quote-form__field-group{display:flex;flex-direction:column;gap:20px}.lm-quote-form__field-group--narrow{width:min(100%, 311px);max-width:311px}.lm-quote-form__field-label{margin:0;color:var(--lm-text);font-size:20px;font-weight:600;line-height:1.4}.lm-quote-form__field-note{margin:-10px 0 0;color:var(--lm-text-muted);font-size:12px;line-height:1.45}.lm-quote-form__field-label--subtle{color:#8c8c8c;font-size:16px;font-weight:400}.lm-quote-form__required{color:var(--lm-danger)}.lm-quote-form__product-grid,.lm-quote-form__choice-grid,.lm-quote-form__size-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.lm-quote-form__choice-grid{grid-template-columns:repeat(var(--lm-columns,4),minmax(0,1fr))}.lm-quote-form__size-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:min(100%, 676px)}.lm-quote-form__product-card,.lm-quote-form__choice-card,.lm-quote-form__stacked-option,.lm-quote-form__button,.lm-quote-form__upload-trigger{appearance:none;border:0;font:inherit}.lm-quote-form__product-card,.lm-quote-form__choice-card{position:relative;display:flex;flex-direction:column;gap:8px;width:100%;padding:0;background:#fff0;color:inherit;text-align:left;cursor:pointer;transition:transform 0.22s ease}.lm-quote-form__product-media,.lm-quote-form__choice-media{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--lm-surface);transform:translateY(0);transition:transform 0.22s ease,background-color 0.22s ease,box-shadow 0.22s ease}.lm-quote-form__product-media{aspect-ratio:1 / 1}.lm-quote-form__choice-media{min-height:202px;padding:10px}.lm-quote-form__product-media img,.lm-quote-form__choice-media img{display:block;max-width:100%;max-height:100%;mix-blend-mode:darken;object-fit:contain;transition:transform 0.24s ease}.lm-quote-form__choice-sprite{display:block;width:116px;height:125px;background-repeat:no-repeat;transition:transform 0.24s ease}.lm-quote-form__product-name,.lm-quote-form__choice-label{display:block;width:100%;font-size:16px;line-height:1.4}.lm-quote-form__product-name{font-weight:500;color:#000}.lm-quote-form__choice-label{font-weight:500;color:#000}.lm-quote-form__choice-label>span:first-child{display:block}.lm-quote-form__choice-badge{display:inline-flex;width:fit-content;margin-top:6px;padding:3px 8px;background:rgb(136 192 87 / .14);color:#5c8a35;font-size:11px;font-weight:700;line-height:1.2;text-transform:uppercase}.lm-quote-form__product-media,.lm-quote-form__choice-media,.lm-quote-form__choice-card--text,.lm-quote-form__choice-card--size,.lm-quote-form__stacked-option{position:relative}.lm-quote-form__product-media::before,.lm-quote-form__choice-media::before,.lm-quote-form__choice-card--text::before,.lm-quote-form__choice-card--size::before,.lm-quote-form__stacked-option::before{content:"";position:absolute;inset:0;border:1px solid #fff0;pointer-events:none;transition:border-color 0.2s ease,box-shadow 0.2s ease}.lm-quote-form__product-card.is-selected .lm-quote-form__product-media::before,.lm-quote-form__choice-card.is-selected .lm-quote-form__choice-media::before{border-width:1px;border-color:var(--lm-blue);box-shadow:var(--lm-shadow)}.lm-quote-form__choice-card--text.is-selected::before,.lm-quote-form__choice-card--size.is-selected::before,.lm-quote-form__stacked-option.is-selected::before{border-width:1px;border-color:var(--lm-blue);box-shadow:var(--lm-shadow)}.lm-quote-form__product-card.is-selected .lm-quote-form__product-name,.lm-quote-form__choice-card.is-selected .lm-quote-form__choice-label{color:var(--lm-blue)}.lm-quote-form__choice-card--size.is-selected .lm-quote-form__choice-label{color:#000}.lm-quote-form__choice-card--text{min-height:46px;padding:12px 16px;justify-content:center;background:var(--lm-surface);transition:transform 0.22s ease,background-color 0.22s ease,box-shadow 0.22s ease}.lm-quote-form__choice-card--recommend{background:#fbfdff;border:1px dashed #b8c7de;color:var(--lm-text-muted)}.lm-quote-form__choice-card--recommend .lm-quote-form__choice-label{color:var(--lm-text-muted)}.lm-quote-form__choice-card--recommend.is-selected{background:rgb(90 139 237 / .08)}.lm-quote-form__choice-card--size{min-height:46px;padding:12px 16px;align-items:center;justify-content:center;background:var(--lm-surface);text-align:center;transition:transform 0.22s ease,background-color 0.22s ease,box-shadow 0.22s ease}.lm-quote-form__choice-card--size .lm-quote-form__choice-label{text-transform:uppercase}.lm-quote-form__choice-check{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:var(--lm-blue);color:#fff;opacity:0;transform:scale(.8);transition:opacity 0.2s ease,transform 0.2s ease}.lm-quote-form__choice-card--text .lm-quote-form__choice-check,.lm-quote-form__choice-card--size .lm-quote-form__choice-check,.lm-quote-form__stacked-option .lm-quote-form__choice-check{top:4px;right:7px;bottom:auto}.lm-quote-form__choice-check svg{width:18px;height:18px}.lm-quote-form__product-card.is-selected .lm-quote-form__choice-check,.lm-quote-form__choice-card.is-selected .lm-quote-form__choice-check,.lm-quote-form__stacked-option.is-selected .lm-quote-form__choice-check{opacity:1;transform:scale(1)}.lm-quote-form__product-card:hover,.lm-quote-form__choice-card:hover{transform:none}.lm-quote-form__product-card:hover .lm-quote-form__product-media,.lm-quote-form__choice-card:hover .lm-quote-form__choice-media,.lm-quote-form__choice-card:hover.lm-quote-form__choice-card--text,.lm-quote-form__choice-card:hover.lm-quote-form__choice-card--size{transform:none}.lm-quote-form__product-card:active,.lm-quote-form__choice-card:active{transform:none}.lm-quote-form__product-card.is-selected .lm-quote-form__product-media,.lm-quote-form__choice-card.is-selected .lm-quote-form__choice-media,.lm-quote-form__choice-card--text.is-selected,.lm-quote-form__choice-card--size.is-selected{animation:lm-quote-select-pop 0.26s cubic-bezier(.2,.8,.2,1)}.lm-quote-form__product-card.is-selected .lm-quote-form__product-media img,.lm-quote-form__choice-card.is-selected .lm-quote-form__choice-media img,.lm-quote-form__choice-card.is-selected .lm-quote-form__choice-sprite{transform:none}.lm-quote-form__stacked-options{display:flex;flex-direction:column;gap:12px;width:min(100%, 571px)}.lm-quote-form__stacked-option{position:relative;display:flex;align-items:center;min-height:46px;padding:12px 16px;background:var(--lm-surface);cursor:pointer;transition:transform 0.22s ease,background-color 0.22s ease,box-shadow 0.22s ease}.lm-quote-form__stacked-option input{position:absolute;opacity:0;pointer-events:none}.lm-quote-form__stacked-option-copy{font-size:16px;font-weight:500;line-height:1.4;color:#000}.lm-quote-form__stacked-option:hover{transform:none}.lm-quote-form__stacked-option:active{transform:none}.lm-quote-form__stacked-option.is-selected{animation:lm-quote-select-pop 0.26s cubic-bezier(.2,.8,.2,1)}.lm-quote-form__upload-box{position:relative;display:flex;flex-direction:column;align-items:center;gap:14px;padding:34px;border:1px dashed var(--lm-border);border-radius:10px;text-align:center;transition:border-color 0.22s ease,box-shadow 0.22s ease,transform 0.22s ease}.lm-quote-form__upload-icon{width:48px;height:48px;color:#6a7282}.lm-quote-form__upload-icon svg{display:block;width:100%;height:100%}.lm-quote-form__upload-title,.lm-quote-form__upload-subtitle,.lm-quote-form__upload-note{margin:0}.lm-quote-form__upload-title{color:#0a0a0a;font-size:16px;line-height:24px}.lm-quote-form__upload-subtitle{color:#6a7282;font-size:14px;line-height:20px}.lm-quote-form__upload-note{color:#99a1af;font-size:12px;line-height:16px}.lm-quote-form__upload-trigger{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border:1px solid var(--lm-blue);border-radius:999px;background:#fff0;color:var(--lm-blue);font-size:16px;font-weight:500;line-height:1.4;cursor:pointer;transition:transform 0.2s ease,background-color 0.2s ease,color 0.2s ease,box-shadow 0.2s ease}.lm-quote-form__upload-box:hover{border-color:var(--lm-border);box-shadow:none;transform:none}.lm-quote-form__upload-trigger:hover{background:#fff0}.lm-quote-form__upload-trigger:active{transform:none}.lm-quote-form__upload-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.lm-quote-form__upload-file{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgb(90 139 237 / .08);color:var(--lm-blue-dark);font-size:12px;line-height:1.4;animation:lm-quote-soft-scale-in 0.24s cubic-bezier(.2,.8,.2,1) both}.lm-quote-form__input,.lm-quote-form__select,.lm-quote-form__textarea{width:100%;min-height:46px;padding:12px 16px;border:1px solid var(--lm-border);border-radius:0;background:#fff;color:#000;font:inherit;font-size:16px;font-weight:500;line-height:1.4;transition:border-color 0.2s ease,box-shadow 0.2s ease}.lm-quote-form__input::placeholder,.lm-quote-form__textarea::placeholder{font-family:"Poppins",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:0;color:#b3b3b3;opacity:1}.lm-quote-form__input::-webkit-input-placeholder,.lm-quote-form__textarea::-webkit-input-placeholder,.lm-quote-form__input::-moz-placeholder,.lm-quote-form__textarea::-moz-placeholder,.lm-quote-form__input:-ms-input-placeholder,.lm-quote-form__textarea:-ms-input-placeholder{font-family:"Poppins",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:0;color:#b3b3b3;opacity:1}.lm-quote-form__select-wrap,.lm-quote-form__date-wrap{position:relative;width:100%}.lm-quote-form__date-placeholder{position:absolute;top:50%;left:16px;z-index:1;font-family:"Poppins",sans-serif;color:#b3b3b3;font-size:16px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:0;transform:translateY(-50%);pointer-events:none;user-select:none}.lm-quote-form__select-wrap::after{content:"";position:absolute;top:50%;right:13px;width:16px;height:8px;transform:translateY(-50%);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8' fill='none'%3E%3Cpath d='M2 1.5L8 6.5L14 1.5' stroke='%235A8BED' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;pointer-events:none}.lm-quote-form__date-wrap::after{content:"";position:absolute;top:50%;right:12px;width:14px;height:14px;transform:translateY(-50%);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Crect x='1.25' y='2.5' width='11.5' height='10.25' rx='0.25' stroke='%235A8BED' stroke-width='1.2'/%3E%3Cpath d='M4 1.25V3.75M10 1.25V3.75M1.5 5.25H12.5' stroke='%235A8BED' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;pointer-events:none}.lm-quote-form__select{appearance:none;padding-right:42px}.lm-quote-form__input--date{padding-right:40px}.lm-quote-form__date-wrap:not(.has-value) .lm-quote-form__input--date{color:#fff0}.lm-quote-form__date-wrap:focus-within .lm-quote-form__input--date,.lm-quote-form__date-wrap.has-value .lm-quote-form__input--date{color:#000}.lm-quote-form__date-wrap:focus-within .lm-quote-form__date-placeholder,.lm-quote-form__date-wrap.has-value .lm-quote-form__date-placeholder{opacity:0}.lm-quote-form__input--date::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;bottom:0;width:42px;opacity:0;cursor:pointer}.lm-quote-form__textarea{min-height:46px;resize:vertical}.lm-quote-form__textarea--idea{min-height:255px;padding:16px 24px;background:#f8f8f8;border-color:#fff0;font-weight:400}.lm-quote-form__textarea--compact{min-height:46px;height:46px;padding-top:11px;padding-bottom:11px;font-family:"Poppins",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:0;overflow:hidden;resize:none}.lm-quote-form__panel[data-current-step="2"] .lm-quote-form__input,.lm-quote-form__panel[data-current-step="2"] .lm-quote-form__select{border:1px solid var(--lm-border)!important;box-shadow:none}.lm-quote-form__panel[data-current-step="4"] .lm-quote-form__input,.lm-quote-form__panel[data-current-step="4"] .lm-quote-form__textarea{border:1px solid var(--lm-border)!important;box-shadow:none;background:#fff}.lm-quote-form__panel[data-current-step="4"] .lm-quote-form__textarea--compact{border:1px solid var(--lm-border)!important;box-shadow:none;scrollbar-width:none;-ms-overflow-style:none}.lm-quote-form__panel[data-current-step="4"] .lm-quote-form__textarea--compact::placeholder,.lm-quote-form__panel[data-current-step="4"] .lm-quote-form__textarea--compact::-webkit-input-placeholder,.lm-quote-form__panel[data-current-step="4"] .lm-quote-form__textarea--compact::-moz-placeholder,.lm-quote-form__panel[data-current-step="4"] .lm-quote-form__textarea--compact:-ms-input-placeholder{font-family:"Poppins",sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:500!important;line-height:140%!important;letter-spacing:0!important;color:#b3b3b3!important;opacity:1}.lm-quote-form__panel[data-current-step="4"] .lm-quote-form__textarea--compact::-webkit-scrollbar{display:none}.lm-quote-form__panel[data-current-step="2"] .lm-quote-form__choice-card--size{border:1px solid var(--lm-border-soft)}.lm-quote-form__field-hint{color:#b3b3b3;font-size:16px;line-height:1.4}.lm-quote-form__dynamic-sections{display:flex;flex-direction:column;gap:56px}.lm-quote-form__dynamic-section{display:flex;flex-direction:column;gap:20px}.lm-quote-form__dynamic-title{margin:0;font-size:20px;font-weight:600;line-height:1.4}.lm-quote-form__panel[data-current-step="3"] .lm-quote-form__dynamic-section{padding:24px;border:1px solid var(--lm-border-soft);background:#fff;box-shadow:0 18px 38px rgb(27 58 92 / .05)}.lm-quote-form__panel[data-current-step="3"] .lm-quote-form__choice-grid{gap:14px}.lm-quote-form__panel[data-current-step="3"] .lm-quote-form__choice-media{min-height:128px;padding:12px;border:1px solid var(--lm-border-soft)}.lm-quote-form__panel[data-current-step="3"] .lm-quote-form__choice-card--text{min-height:56px;border:1px solid var(--lm-border-soft);background:#f8fafc}.lm-quote-form__form-stack{display:flex;flex-direction:column;gap:24px;width:100%}.lm-quote-form__actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:8px}.lm-quote-form__actions-spacer{display:block;width:92px;flex:0 0 92px}.lm-quote-form__actions-right{display:flex;align-items:center;gap:12px;margin-left:auto}.lm-quote-form__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:45px;padding:12px 24px;text-decoration:none;cursor:pointer;font-size:13.5px;font-weight:600;line-height:20.25px;transition:transform 0.2s ease,opacity 0.2s ease,background-color 0.2s ease,color 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease}.lm-quote-form__button:hover{transform:none}.lm-quote-form__button-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;transition:transform 0.2s ease}.lm-quote-form__button-icon svg{display:block;width:100%;height:100%}.lm-quote-form__button--primary{background:var(--lm-blue);color:#fff;box-shadow:none}.lm-quote-form__button--secondary{border:1px solid var(--lm-blue);background:#fff0;color:var(--lm-blue)}.lm-quote-form__button--secondary:hover,.lm-quote-form__button--secondary:focus-visible,.lm-quote-form__button--secondary:active{border-color:var(--lm-blue);background:#fff0;color:var(--lm-blue)}.lm-quote-form__button--ghost{background:#fff0;color:var(--lm-blue);padding-right:0;padding-left:0}.lm-quote-form__button--ghost:hover,.lm-quote-form__button--ghost:focus-visible,.lm-quote-form__button--ghost:active{color:var(--lm-blue)}.lm-quote-form__button[disabled]{opacity:.65;cursor:wait}.lm-quote-form__button:hover .lm-quote-form__button-icon{transform:none}.lm-quote-form__button[data-action="back"]:hover .lm-quote-form__button-icon{transform:none}.lm-quote-form__button:active{transform:none}.lm-quote-form__success{display:flex;flex-direction:column;align-items:center;gap:10px;padding:39px 0 0;text-align:center;animation:lm-quote-panel-enter 0.4s cubic-bezier(.2,.8,.2,1) both}.lm-quote-form__success-icon{width:64px;height:64px;color:var(--lm-green-strong);animation:lm-quote-success-badge 0.42s cubic-bezier(.2,.8,.2,1) 0.06s both}.lm-quote-form__success-icon svg{display:block;width:100%;height:100%}.lm-quote-form__success-title{margin:0;color:#000;font-size:32px;font-weight:600;line-height:1.4;opacity:0;animation:lm-quote-panel-item-enter 0.34s cubic-bezier(.2,.8,.2,1) 0.14s both}.lm-quote-form__success-text{margin:0 0 24px;color:#000;font-size:16px;line-height:1.4;opacity:0;animation:lm-quote-panel-item-enter 0.34s cubic-bezier(.2,.8,.2,1) 0.22s both}.lm-quote-form__success .lm-quote-form__button{opacity:0;animation:lm-quote-panel-item-enter 0.34s cubic-bezier(.2,.8,.2,1) 0.3s both}.lm-quote-form .is-invalid,.lm-quote-form .is-invalid .lm-quote-form__product-media,.lm-quote-form .is-invalid .lm-quote-form__choice-media{border-color:var(--lm-danger)!important}.lm-quote-form__product-card:focus-visible,.lm-quote-form__choice-card:focus-visible,.lm-quote-form__button:focus-visible,.lm-quote-form__upload-trigger:focus-visible,.lm-quote-form__stacked-option:focus-within,.lm-quote-form__input:focus,.lm-quote-form__select:focus,.lm-quote-form__textarea:focus{outline:none;box-shadow:0 0 0 3px rgb(90 139 237 / .18)}@media (prefers-reduced-motion:reduce){.lm-quote-form *,.lm-quote-form *::before,.lm-quote-form *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.lm-quote-form__intro>*,.lm-quote-form__stepper,.lm-quote-form__divider,.lm-quote-form__status,.lm-quote-form__panel>*,.lm-quote-form__success-title,.lm-quote-form__success-text,.lm-quote-form__success .lm-quote-form__button{opacity:1!important;transform:none!important}}@media (max-width:1024px){.lm-quote-form{padding:72px 20px}.lm-quote-form__title{font-size:38px}.lm-quote-form__product-grid,.lm-quote-form__choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lm-quote-form__size-grid{width:100%}}@media (max-width:767px){.lm-quote-form{padding:50px 0}.lm-quote-form__shell{width:100%}.lm-quote-form__intro{gap:16px;margin-bottom:24px}.lm-quote-form__eyebrow{font-size:12px;letter-spacing:1.04px}.lm-quote-form__title{font-size:24px;text-align:center}.lm-quote-form__description{width:100%;max-width:335px;font-size:14px;line-height:1.5}.lm-quote-form__hero-arrow{display:inline-flex;width:14px;height:6px;margin-top:16px}.lm-quote-form__stepper{overflow-x:auto;margin-bottom:24px;margin-left:-20px;margin-right:-20px;padding:0 20px 8px;scroll-padding-left:20px;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none}.lm-quote-form__stepper::-webkit-scrollbar{display:none}.lm-quote-form__stepper-grid{display:flex;align-items:flex-start;width:max-content;min-width:100%;padding-right:20px}.lm-quote-form__step{gap:4px;flex:0 0 clamp(84px, calc((100vw - 72px) / 3), 102px);scroll-snap-align:start}.lm-quote-form__step-node{width:32px;height:32px;font-size:13px}.lm-quote-form__step-check svg{width:16px;height:16px}.lm-quote-form__step-line{flex:0 0 48px;width:48px;height:1px;margin-top:16px}.lm-quote-form__step-label{font-size:16px;line-height:1.4}.lm-quote-form__step-name{font-size:14px;line-height:1.4}.lm-quote-form__step-copy{gap:2px;width:100%;max-width:88px}.lm-quote-form__divider{margin-bottom:24px}.lm-quote-form__form{gap:24px}.lm-quote-form__panel{gap:24px}.lm-quote-form__panel-heading{gap:8px;max-width:335px;width:100%}.lm-quote-form__panel-step{font-size:12px;line-height:1.4}.lm-quote-form__panel-title,.lm-quote-form__success-title{font-size:24px;line-height:1.3}.lm-quote-form__panel-description,.lm-quote-form__success-text{font-size:14px;line-height:1.5}.lm-quote-form__field-group{gap:12px}.lm-quote-form__field-group--narrow{width:100%;max-width:none}.lm-quote-form__field-label{font-size:16px;line-height:1.4}.lm-quote-form__panel[data-current-step="4"] .lm-quote-form__field-label{font-size:14px}.lm-quote-form__field-label--subtle{font-size:14px}.lm-quote-form__product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.lm-quote-form__choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.lm-quote-form__size-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}.lm-quote-form__product-card,.lm-quote-form__choice-card{gap:4px}.lm-quote-form__choice-media{min-height:104px;padding:6px}.lm-quote-form__choice-sprite{width:58px;height:63px}.lm-quote-form__product-name,.lm-quote-form__choice-label{font-size:14px;line-height:1.4}.lm-quote-form__panel[data-current-step="1"] .lm-quote-form__product-name,.lm-quote-form__panel[data-current-step="3"] .lm-quote-form__choice-label{min-height:40px}.lm-quote-form__product-media::before,.lm-quote-form__choice-media::before,.lm-quote-form__choice-card--text::before,.lm-quote-form__choice-card--size::before,.lm-quote-form__stacked-option::before{border-width:1px}.lm-quote-form__product-card.is-selected .lm-quote-form__product-media::before,.lm-quote-form__choice-card.is-selected .lm-quote-form__choice-media::before,.lm-quote-form__choice-card--text.is-selected::before,.lm-quote-form__choice-card--size.is-selected::before,.lm-quote-form__stacked-option.is-selected::before{border-width:1px}.lm-quote-form__choice-card--text,.lm-quote-form__choice-card--size{min-height:42px;padding:12px 8px}.lm-quote-form__choice-card--size .lm-quote-form__choice-label{font-size:13px}.lm-quote-form__choice-check{right:4px;bottom:4px;width:16px;height:16px}.lm-quote-form__choice-check svg{width:10px;height:10px}.lm-quote-form__stacked-options{gap:6px;width:100%}.lm-quote-form__stacked-option{min-height:40px;padding:12px 8px}.lm-quote-form__stacked-option-copy{font-size:14px;line-height:1.4}.lm-quote-form__upload-box{gap:12px;padding:24px 12px}.lm-quote-form__upload-icon{width:24px;height:24px}.lm-quote-form__upload-title{font-size:14px;line-height:1.5}.lm-quote-form__upload-subtitle,.lm-quote-form__upload-note{font-size:13px;line-height:1.4}.lm-quote-form__upload-trigger{padding:10px 24px;border-radius:27px;font-size:13px}.lm-quote-form__upload-file{padding:5px 8px;font-size:11px}.lm-quote-form__input,.lm-quote-form__select,.lm-quote-form__textarea{min-height:42px;padding:12px;font-size:13px;line-height:1.4}.lm-quote-form__select-wrap::after{right:12px;width:12px;height:6px}.lm-quote-form__date-wrap::after{right:12px;width:16px;height:16px}.lm-quote-form__select{padding-right:36px}.lm-quote-form__input--date{padding-right:36px}.lm-quote-form__date-placeholder{left:12px;font-size:13px}.lm-quote-form__textarea--idea{min-height:169px;padding:12px}.lm-quote-form__textarea--compact{min-height:42px;height:42px;padding-top:12px;padding-bottom:12px}.lm-quote-form__field-hint{font-size:13px;line-height:1.4}.lm-quote-form__dynamic-sections{gap:24px}.lm-quote-form__dynamic-section{gap:10px}.lm-quote-form__panel[data-current-step="3"] .lm-quote-form__dynamic-section{padding:14px;box-shadow:none}.lm-quote-form__panel[data-current-step="3"] .lm-quote-form__choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.lm-quote-form__panel[data-current-step="3"] .lm-quote-form__choice-media{min-height:96px}.lm-quote-form__choice-badge{margin-top:4px;font-size:9px}.lm-quote-form__dynamic-title{font-size:16px;line-height:1.4}.lm-quote-form__form-stack{gap:12px}.lm-quote-form__actions{align-items:center;gap:12px;margin-top:0}.lm-quote-form__actions-spacer{display:block;flex:1 1 auto;width:auto;min-width:0}.lm-quote-form__actions-right{flex-direction:row;align-items:center;gap:12px;margin-left:auto}.lm-quote-form__button{gap:4px;width:auto;min-height:0;padding:10px 24px;font-size:13px;line-height:1.4;white-space:nowrap}.lm-quote-form__button-icon{width:14px;height:14px}.lm-quote-form__button--primary{box-shadow:0 5px 7.5px rgb(90 139 237 / .2),0 2px 3px rgb(90 139 237 / .2)}.lm-quote-form__button--secondary{border-width:1px}.lm-quote-form__button--ghost{padding-right:0;padding-left:0}.lm-quote-form__panel[data-current-step="2"]>.lm-quote-form__field-group--narrow{width:100%;max-width:none}.lm-quote-form__panel[data-current-step="2"]>.lm-quote-form__field-group--narrow:first-of-type,.lm-quote-form__panel[data-current-step="2"] .lm-quote-form__field-group>.lm-quote-form__field-group--narrow{width:min(100%, 156px);max-width:156px}.lm-quote-form__panel[data-current-step="3"] .lm-quote-form__actions{display:grid;grid-template-columns:auto 1fr auto}.lm-quote-form__panel[data-current-step="3"] .lm-quote-form__actions-right{display:contents}.lm-quote-form__panel[data-current-step="3"] [data-action="back"]{justify-self:start}.lm-quote-form__panel[data-current-step="3"] [data-action="skip"]{justify-self:center}.lm-quote-form__panel[data-current-step="3"] [data-action="next"]{justify-self:end}.lm-quote-form__input,.lm-quote-form__select,.lm-quote-form__textarea{border-width:1px}.lm-quote-form__panel[data-current-step="2"] .lm-quote-form__input,.lm-quote-form__panel[data-current-step="2"] .lm-quote-form__select{border-width:1px!important;box-shadow:none}.lm-quote-form__product-media::before,.lm-quote-form__choice-media::before,.lm-quote-form__choice-card--text::before,.lm-quote-form__choice-card--size::before,.lm-quote-form__stacked-option::before{border-width:1px}.lm-quote-form__product-card.is-selected .lm-quote-form__product-media::before,.lm-quote-form__choice-card.is-selected .lm-quote-form__choice-media::before,.lm-quote-form__choice-card--text.is-selected::before,.lm-quote-form__choice-card--size.is-selected::before,.lm-quote-form__stacked-option.is-selected::before{border-width:1px}.lm-quote-form__success{gap:5px;padding:26px 0 0}.lm-quote-form__success-icon{width:48px;height:48px}.lm-quote-form__success-text{margin:0 0 24px}}