.md-advice-drawer,.md-advice-drawer *{box-sizing:border-box}.md-advice-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;visibility:hidden;pointer-events:none}.md-advice-drawer.is-open{visibility:visible;pointer-events:auto}.md-advice-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#0912206b;opacity:0;cursor:pointer;transition:opacity .28s ease}.md-advice-drawer.is-open .md-advice-drawer__overlay{opacity:1}.md-advice-drawer__panel{position:absolute;top:0;right:0;width:min(var(--md-advice-width, 480px),100vw);height:100dvh;display:flex;flex-direction:column;overflow:hidden;border-radius:var(--md-advice-radius, 0) 0 0 var(--md-advice-radius, 0);background:var(--md-advice-bg, #ffffff);color:var(--md-advice-heading, #17253b);box-shadow:-20px 0 60px #0d1c3229;transform:translate(100%);transition:transform .34s cubic-bezier(.22,.61,.36,1);outline:none}.md-advice-drawer.is-open .md-advice-drawer__panel{transform:translate(0)}.md-advice-drawer svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.md-advice-drawer__topbar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;border-bottom:1px solid var(--md-advice-card-border, #e7e9ec);background:var(--md-advice-bg, #ffffff)}.md-advice-drawer__close,.md-advice-drawer__back{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:40px;min-height:40px;padding:0;border:0;background:transparent;color:var(--md-advice-heading, #17253b);font:inherit;cursor:pointer}.md-advice-drawer__close{margin-left:auto;border-radius:999px}.md-advice-drawer__close:hover{background:color-mix(in srgb,var(--md-advice-heading, #17253b) 6%,transparent)}.md-advice-drawer__back{justify-content:flex-start;font-size:13px;font-weight:650}.md-advice-drawer__back svg{width:17px;height:17px}.md-advice-drawer__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}.md-advice-drawer__screen{padding:30px 28px 36px}.md-advice-drawer__screen[hidden]{display:none!important}.md-advice-drawer__intro{margin-bottom:26px}.md-advice-drawer__advisor{display:flex;align-items:center;gap:13px;margin-bottom:24px}.md-advice-drawer__advisor img,.md-advice-drawer__advisor-placeholder{width:var(--md-advice-avatar-size, 56px);min-width:var(--md-advice-avatar-size, 56px);height:var(--md-advice-avatar-size, 56px);display:grid;place-items:center;overflow:hidden;border-radius:999px;background:#f2f4f6;object-fit:cover}.md-advice-drawer__advisor-placeholder svg{width:24px;height:24px}.md-advice-drawer__advisor>div{display:grid;gap:4px}.md-advice-drawer__eyebrow{display:block;color:var(--md-advice-accent, #c87800);font-size:11px;font-weight:750;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}.md-advice-drawer__eyebrow--standalone{margin-bottom:10px}.md-advice-drawer__advisor-text{color:var(--md-advice-muted, #677181);font-size:12px;line-height:1.35}.md-advice-drawer__title,.md-advice-drawer__form-title,.md-advice-drawer__success h2{margin:0;color:var(--md-advice-heading, #12233d);font-size:var(--md-advice-title-size, 31px);font-weight:700;line-height:1.14;letter-spacing:-.025em}.md-advice-drawer__lead,.md-advice-drawer__form-head>p,.md-advice-drawer__success>p{margin:11px 0 0;color:var(--md-advice-text, #667282);font-size:14px;line-height:1.65}.md-advice-drawer__choices{display:grid;gap:12px}.md-advice-drawer__choice{width:100%;min-height:102px;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:start;gap:14px;padding:17px;border:1px solid var(--md-advice-card-border, #e5e9ee);border-radius:var(--md-advice-card-radius, 16px);background:var(--md-advice-card-bg, #ffffff);color:var(--md-advice-heading, #17253b);font:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.md-advice-drawer__choice:hover{border-color:color-mix(in srgb,var(--md-advice-heading, #17253b) 20%,var(--md-advice-card-border, #e5e9ee));box-shadow:0 10px 28px #13243d14;transform:translateY(-1px)}.md-advice-drawer__choice--quote{background:var(--md-advice-quote-bg, #fffaf0)}.md-advice-drawer__choice--business{background:var(--md-advice-business-bg, #f6f9fc)}.md-advice-drawer__choice--disabled{cursor:default;opacity:.72}.md-advice-drawer__choice--disabled:hover{border-color:var(--md-advice-card-border, #e5e9ee);box-shadow:none;transform:none}.md-advice-drawer__choice-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:color-mix(in srgb,var(--md-advice-heading, #17253b) 6%,#ffffff);color:var(--md-advice-heading, #1c3556)}.md-advice-drawer__choice--quote .md-advice-drawer__choice-icon{background:color-mix(in srgb,var(--md-advice-accent, #d88a00) 14%,#ffffff);color:var(--md-advice-accent, #d88a00)}.md-advice-drawer__choice--business .md-advice-drawer__choice-icon{background:color-mix(in srgb,var(--md-advice-heading, #1c3556) 8%,#ffffff)}.md-advice-drawer__choice-icon svg{width:21px;height:21px}.md-advice-drawer__choice-copy{min-width:0;display:grid;gap:5px}.md-advice-drawer__choice-copy strong{color:var(--md-advice-heading, #17253b);font-size:15px;font-weight:700;line-height:1.25}.md-advice-drawer__choice-copy small{color:var(--md-advice-text, #727d8b);font-size:12px;font-weight:400;line-height:1.5}.md-advice-drawer__choice-cta{display:inline-flex;align-items:center;gap:5px;width:fit-content;margin-top:4px;color:var(--md-advice-heading, #173a61);font-size:12px;font-weight:700;line-height:1.3}.md-advice-drawer__choice--quote .md-advice-drawer__choice-cta{color:var(--md-advice-accent, #c87800)}.md-advice-drawer__direct{margin-top:22px}.md-advice-drawer__direct-card{padding:18px;border:1px solid var(--md-advice-card-border, #e5e9ee);border-radius:var(--md-advice-card-radius, 18px);background:var(--md-advice-contact-bg, #f8fafc);box-shadow:0 10px 28px #12233d0a}.md-advice-drawer__direct-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.md-advice-drawer__direct-head>img{width:52px;min-width:52px;height:52px;border-radius:999px;object-fit:cover}.md-advice-drawer__direct-copy{display:grid;gap:5px}.md-advice-drawer__direct-title{margin:0;color:var(--md-advice-heading, #17253b);font-size:16px;font-weight:700;line-height:1.25}.md-advice-drawer__direct-text{margin:0;color:var(--md-advice-text, #697787);font-size:12px;line-height:1.5}.md-advice-drawer__contact-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid var(--md-advice-card-border, #dde3e8);border-radius:14px;background:var(--md-advice-card-bg, #ffffff)}.md-advice-drawer__contact-actions--single{grid-template-columns:1fr}.md-advice-drawer__contact-action{min-width:0;min-height:70px;display:flex;align-items:center;gap:11px;padding:12px 14px;color:var(--md-advice-heading, #2f2f2f);text-decoration:none}.md-advice-drawer__contact-action+.md-advice-drawer__contact-action{border-left:1px solid var(--md-advice-card-border, #dde3e8)}.md-advice-drawer__contact-action:hover{background:color-mix(in srgb,var(--md-advice-heading, #17253b) 4%,transparent)}.md-advice-drawer__contact-action svg{width:22px;min-width:22px;height:22px;color:var(--md-advice-accent, #c87800)}.md-advice-drawer__contact-action>span{min-width:0;display:grid;gap:3px}.md-advice-drawer__contact-action strong{font-size:12px;line-height:1.2}.md-advice-drawer__contact-action small{overflow:hidden;color:var(--md-advice-muted, #7c8794);font-size:10px;font-weight:500;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.md-advice-drawer__contact-secondary{display:grid;gap:0;margin-top:12px}.md-advice-drawer__contact-link{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid color-mix(in srgb,var(--md-advice-card-border, #dde3e8) 75%,transparent);color:var(--md-advice-heading, #173a61);font-size:12px;font-weight:650;text-decoration:none}.md-advice-drawer__contact-link:hover{color:var(--md-advice-accent, #c87800)}.md-advice-drawer__form-head{margin-bottom:24px}.md-advice-drawer__form-head .md-advice-drawer__eyebrow{margin-bottom:9px}.md-advice-drawer__form{display:grid;gap:18px}.md-advice-drawer__form-errors{padding:12px 14px;border:1px solid #dfb7b7;border-radius:10px;background:#fff7f7;color:#8c2f2f;font-size:13px;line-height:1.45}.md-advice-drawer__form-errors ul{margin:6px 0 0;padding-left:18px}.md-advice-drawer__field{position:relative;display:grid;gap:8px}.md-advice-drawer__field label,.md-advice-drawer__label{color:var(--md-advice-heading, #26384f);font-size:12px;font-weight:650;line-height:1.35}.md-advice-drawer__required{margin-left:3px;color:#c83a2a;font-weight:700}.md-advice-drawer__field label>span:not(.md-advice-drawer__required){margin-left:4px;color:var(--md-advice-muted, #8b95a2);font-weight:450}.md-advice-drawer__field input,.md-advice-drawer__field select,.md-advice-drawer__field textarea{width:100%;border:1px solid var(--md-advice-card-border, #dfe4e9);border-radius:10px;background:var(--md-advice-card-bg, #ffffff);color:var(--md-advice-heading, #17253b);font:inherit;font-size:14px;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.md-advice-drawer__field input,.md-advice-drawer__field select{min-height:48px;padding:0 13px}.md-advice-drawer__field textarea{min-height:124px;padding:13px;resize:vertical}.md-advice-drawer__field input:focus,.md-advice-drawer__field select:focus,.md-advice-drawer__field textarea:focus{border-color:var(--md-advice-heading, #1d4775);box-shadow:0 0 0 3px color-mix(in srgb,var(--md-advice-heading, #1d4775) 9%,transparent)}.md-advice-drawer__field input::placeholder,.md-advice-drawer__field textarea::placeholder{color:var(--md-advice-muted, #9aa3ae)}.md-advice-drawer__field-help,.md-advice-drawer__form-note{margin:0;color:var(--md-advice-muted, #87919d);font-size:11px;line-height:1.5}.md-advice-drawer__product-search-wrap{position:relative}.md-advice-drawer__search-icon{position:absolute;top:50%;left:13px;z-index:1;width:18px!important;height:18px!important;color:var(--md-advice-muted, #7f8a98);transform:translateY(-50%);pointer-events:none}.md-advice-drawer__product-search-wrap input{padding-left:40px}.md-advice-drawer__product-results{position:absolute;z-index:5;top:calc(100% - 24px);left:0;right:0;max-height:260px;overflow-y:auto;padding:6px;border:1px solid var(--md-advice-card-border, #dfe4e9);border-radius:11px;background:var(--md-advice-card-bg, #ffffff);box-shadow:0 14px 34px #11233d1f}.md-advice-drawer__product-result{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:10px;padding:8px;border:0;border-radius:8px;background:transparent;color:var(--md-advice-heading, #17253b);font:inherit;text-align:left;cursor:pointer}.md-advice-drawer__product-result:hover,.md-advice-drawer__product-result:focus-visible{background:color-mix(in srgb,var(--md-advice-heading, #17253b) 5%,transparent);outline:none}.md-advice-drawer__product-result-image,.md-advice-drawer__selected-product-image{width:46px;height:46px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#f4f5f7}.md-advice-drawer__product-result-image img,.md-advice-drawer__selected-product-image img{width:100%;height:100%;object-fit:contain}.md-advice-drawer__product-result strong{display:-webkit-box;overflow:hidden;color:var(--md-advice-heading, #24364c);font-size:12px;font-weight:650;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}.md-advice-drawer__product-result-empty{padding:12px 10px;color:var(--md-advice-muted, #7c8794);font-size:12px;line-height:1.45}.md-advice-drawer__selected-product{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px;border:1px solid var(--md-advice-card-border, #e2e7eb);border-radius:11px;background:color-mix(in srgb,var(--md-advice-heading, #17253b) 3%,#ffffff)}.md-advice-drawer__selected-product-image{width:54px;height:54px;background:#fff}.md-advice-drawer__selected-product-copy{min-width:0;display:grid;gap:3px}.md-advice-drawer__selected-product-copy small{color:var(--md-advice-muted, #89939f);font-size:10px;line-height:1.2}.md-advice-drawer__selected-product-copy strong{display:-webkit-box;overflow:hidden;color:var(--md-advice-heading, #24364c);font-size:12px;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}.md-advice-drawer__selected-product-remove{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:999px;background:transparent;color:var(--md-advice-muted, #7f8a96);cursor:pointer}.md-advice-drawer__selected-product-remove:hover{background:color-mix(in srgb,var(--md-advice-heading, #17253b) 7%,transparent);color:var(--md-advice-heading, #17253b)}.md-advice-drawer__selected-product-remove svg{width:15px;height:15px}.md-advice-drawer__segments{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.md-advice-drawer__segments label{position:relative;cursor:pointer}.md-advice-drawer__segments input{position:absolute;opacity:0;pointer-events:none}.md-advice-drawer__segments span{min-height:44px;display:grid;place-items:center;margin:0!important;padding:8px 12px;border:1px solid var(--md-advice-card-border, #dfe4e9);border-radius:10px;background:var(--md-advice-card-bg, #ffffff);color:var(--md-advice-text, #566477);font-size:12px;font-weight:600;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.md-advice-drawer__segments input:checked+span{border-color:var(--md-advice-heading, #1d4775);background:color-mix(in srgb,var(--md-advice-heading, #1d4775) 7%,#ffffff);color:var(--md-advice-heading, #173a61)}.md-advice-drawer__segments input:focus-visible+span{outline:2px solid var(--md-advice-heading, #1d4775);outline-offset:2px}.md-advice-drawer__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.md-advice-drawer__submit{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:9px;padding:12px 18px;border:0;border-radius:var(--md-advice-button-radius, 10px);background:var(--md-advice-button-bg, #d88a00);color:var(--md-advice-button-text, #ffffff);font:inherit;font-size:13px;font-weight:700;line-height:1.2;cursor:pointer;transition:filter .18s ease,transform .18s ease}.md-advice-drawer__submit:hover{background:var(--md-advice-button-hover-bg, #c77e00);transform:translateY(-1px)}.md-advice-drawer__submit svg{width:17px;height:17px}.md-advice-drawer__form-note{text-align:center}.md-advice-drawer__form-note a{color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:2px}.md-advice-drawer__captcha-details{display:grid;justify-items:center;gap:8px}.md-advice-drawer__captcha-details summary{list-style:none;color:var(--md-advice-muted, #8e98a4);font-size:10px;line-height:1.45;text-align:center;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px;cursor:pointer}.md-advice-drawer__captcha-details summary::-webkit-details-marker{display:none}.md-advice-drawer__captcha-details summary:after{content:" +";text-decoration:none}.md-advice-drawer__captcha-details[open] summary:after{content:" \2212"}.md-advice-drawer__captcha-disclaimer{max-width:320px;color:var(--md-advice-muted, #9aa3ae);font-size:10px;line-height:1.45;text-align:center}.md-advice-drawer__captcha-disclaimer a{color:inherit;text-decoration:underline;text-underline-offset:2px}.md-advice-drawer__captcha-disclaimer a:hover{color:var(--md-advice-heading, #26384f)}.md-advice-drawer__captcha-disclaimer p{margin:0}.md-advice-drawer__success{min-height:calc(100dvh - 64px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.md-advice-drawer__success-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:20px;border-radius:999px;background:#edf7ef;color:#29723a}.md-advice-drawer__success-icon svg{width:28px;height:28px}.md-advice-drawer__success .md-advice-drawer__eyebrow{margin-bottom:9px}.md-advice-drawer__success .md-advice-drawer__submit{margin-top:24px}body.md-advice-open{overflow:hidden}.md-header__service[data-md-advice-open],.md-header__mobile-service[data-md-advice-open]{cursor:pointer}@media(max-width:749px){.md-advice-drawer__panel{width:100%;border-radius:0}.md-advice-drawer__topbar{min-height:58px;padding:9px 18px}.md-advice-drawer__screen{padding:24px 20px 30px}.md-advice-drawer__title,.md-advice-drawer__form-title,.md-advice-drawer__success h2{font-size:min(var(--md-advice-title-size, 28px),28px)}.md-advice-drawer__form-grid,.md-advice-drawer__contact-actions{grid-template-columns:1fr}.md-advice-drawer__contact-action+.md-advice-drawer__contact-action{border-top:1px solid var(--md-advice-card-border, #dde3e8);border-left:0}.md-advice-drawer__success{min-height:calc(100dvh - 58px)}}@media(prefers-reduced-motion:reduce){.md-advice-drawer__overlay,.md-advice-drawer__panel,.md-advice-drawer__choice,.md-advice-drawer__submit{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/md-advice-drawer.css.map */
