.buying-journey{background:var(--color-white)}.buying-journey__stepper-wrapper{border-bottom:.5px solid var(--color-deep-teal);padding:12px 16px;overflow-x:auto;scrollbar-width:none}.buying-journey__stepper-wrapper::-webkit-scrollbar{display:none}.buying-journey__stepper{width:100%;display:flex;justify-content:center}@media(min-width:990px){.buying-journey__stepper-wrapper{padding:18px 60px;border-bottom:none}}.buying-journey__stepper-list{display:flex;gap:4px;list-style:none;margin:0;padding:0}@media(min-width:990px){.buying-journey__stepper-list{gap:12px}}.buying-journey__stepper-item{position:relative;display:inline-flex;align-items:center;gap:0;padding:12px;color:#171717;white-space:nowrap;border-bottom:1px solid transparent;transition:opacity var(--duration-base) var(--ease-out-quart)}.buying-journey__stepper-item:after{content:"";position:absolute;inset-inline:12px;bottom:-1px;height:1px;background:var(--color-deep-teal);transform:scaleX(0);transform-origin:left center;transition:transform var(--duration-slow) var(--ease-out-quart)}.buying-journey__stepper-item.is-current:after{transform:scaleX(1)}.buying-journey__stepper-label{margin-left:6px}.buying-journey__stepper-nav{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;border:0;background:none;cursor:pointer}.buying-journey__stepper-nav:disabled{cursor:default}.buying-journey__stepper-nav:focus-visible{outline:2px solid var(--color-deep-teal);outline-offset:-2px;border-radius:2px}@media(min-width:990px){.buying-journey__stepper-item{padding:12px 24px}.buying-journey__stepper-item:after{inset-inline:24px}}.buying-journey__stepper-item:not(.is-current):not(.is-complete){opacity:.6}@media(max-width:767px){.buying-journey__stepper-item{padding:12px;font-size:14px}.buying-journey__stepper-item:after{inset-inline:12px}.buying-journey__stepper-number,.buying-journey__stepper-period,.buying-journey__stepper-label{font-size:14px}}.buying-journey__steps{overflow-x:clip}.buying-journey.is-jumping .buying-journey__steps{visibility:hidden}.buying-journey__step{display:none}.buying-journey__step.is-active{display:block}.buying-journey__step.is-exiting{pointer-events:none;animation:bj-step-exit var(--duration-fast) var(--ease-out-quart) forwards}.buying-journey__steps[data-direction=back] .buying-journey__step.is-exiting{animation-name:bj-step-exit-back}.buying-journey__step.is-entering{animation:bj-step-enter var(--duration-slow) var(--ease-out-quart) both}.buying-journey__steps[data-direction=back] .buying-journey__step.is-entering{animation-name:bj-step-enter-back}@keyframes bj-step-exit{to{opacity:0;transform:translate3d(-16px,0,0)}}@keyframes bj-step-exit-back{to{opacity:0;transform:translate3d(16px,0,0)}}@keyframes bj-step-enter{0%{opacity:0;transform:translate3d(24px,0,0)}}@keyframes bj-step-enter-back{0%{opacity:0;transform:translate3d(-24px,0,0)}}.buying-journey__step.is-entering .buying-journey__question-header{animation:bj-rise var(--duration-slow) var(--ease-out-quart) both}.buying-journey__step.is-entering .buying-journey__answer{animation:bj-rise var(--duration-slow) var(--ease-out-quart) both;animation-delay:calc(70ms + min(var(--i, 0),7)*45ms)}.buying-journey__step.is-entering .buying-journey__nav{animation:bj-rise var(--duration-slow) var(--ease-out-quart) both;animation-delay:.18s}@keyframes bj-rise{0%{opacity:0;transform:translate3d(0,14px,0)}}.buying-journey__hero{display:flex;flex-direction:column;gap:12px;align-items:center;padding:40px 16px 20px}@media(min-width:990px){.buying-journey__hero{padding:60px 60px 20px;gap:12px}}.buying-journey__heading,.buying-journey__subheading{margin:0;width:100%}.buying-journey__usps{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center;align-items:center;margin:8px 0 0;padding:0;list-style:none}@media(min-width:990px){.buying-journey__usps{gap:12px}}.buying-journey__usp{display:inline-flex;align-items:center;gap:6px;color:var(--color-deep-teal)}.buying-journey__usp-icon{flex-shrink:0}.buying-journey__plans{display:grid;grid-template-columns:1fr;gap:12px;padding:20px 16px 40px}@media(min-width:768px)and (max-width:989px){.buying-journey__plans{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:20px 32px 40px}}@media(min-width:990px){.buying-journey__plans{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:20px 60px 60px}}.buying-journey__plan-card{display:flex;flex-direction:row;gap:12px;align-items:stretch;background:var(--color-off-white);border:1px solid var(--color-cream);border-radius:20px;padding:12px;text-align:left;transition:transform var(--duration-base) var(--ease-out-quart),box-shadow var(--duration-base) var(--ease-out-quart),border-color var(--duration-base) var(--ease-out-quart)}@media(hover:hover){.buying-journey__plan-card:hover{transform:translate3d(0,-4px,0);box-shadow:var(--shadow-raised);border-color:var(--color-deep-teal)}.buying-journey__plan-card:hover .buying-journey__plan-image{transform:scale(1.05)}.buying-journey__plan-card:hover .buying-journey__plan-cta-icon{transform:translate3d(3px,0,0)}}.buying-journey__plan-card.is-confirming{animation:bj-confirm var(--duration-slow) var(--ease-out-quart);border-color:var(--color-deep-teal);box-shadow:var(--shadow-raised)}@media(min-width:768px){.buying-journey__plan-card{flex-direction:column;padding:18px;gap:12px}}.buying-journey__plan-media{position:relative;flex-shrink:0;width:120px;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;background:var(--color-cream)}@media(min-width:768px){.buying-journey__plan-media{width:100%;aspect-ratio:368 / 313}}.buying-journey__plan-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-out-quart)}.buying-journey__plan-badge,.buying-journey__answer-badge{position:absolute;top:-12px;background:var(--color-bright-lime);border-radius:var(--radius-pill);padding:6px 12px;white-space:nowrap}.buying-journey__plan-badge-card{top:12px}.buying-journey__plan-badge{left:12px;font-size:11px}.buying-journey__answer-badge{right:12px;font-size:13px;line-height:1}@media(min-width:990px){.buying-journey__plan-badge{padding:10px 16px;font-size:16px}.buying-journey__answer-badge{padding:8px 16px;font-size:14px}}@media(max-width:768px){.buying-journey__answer-badge{top:-15px}}.buying-journey__plan-body{display:flex;flex-direction:column;justify-content:space-between;gap:12px;flex:1 1 auto;min-width:0}.buying-journey__plan-text{display:flex;flex-direction:column;gap:6px}@media(min-width:990px){.buying-journey__plan-text{gap:8px}}.buying-journey__plan-title{margin:0}.buying-journey__plan-description{margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.buying-journey__plan-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:100%;background:var(--color-deep-teal);color:var(--color-white);border:none;border-radius:133px;padding:12px 18px;font-family:var(--font-display);font-weight:500;font-size:14px;letter-spacing:-.01em;cursor:pointer;white-space:nowrap;transition:filter var(--duration-base) var(--ease-out-quart),transform var(--duration-instant) var(--ease-out-quart)}@media(min-width:990px){.buying-journey__plan-cta{font-size:16px}}.buying-journey__plan-cta:hover{filter:brightness(1.35)}.buying-journey__plan-cta:active{transform:scale(.97)}.buying-journey__plan-cta:focus-visible{outline:2px solid var(--color-deep-teal);outline-offset:3px}.buying-journey__plan-cta-icon{flex-shrink:0;width:20px;height:20px;transition:transform var(--duration-base) var(--ease-out-quart)}.buying-journey__plan-cta-label{text-align:left;overflow:hidden;text-overflow:ellipsis}.buying-journey__plan-card.is-loading{pointer-events:none;opacity:.7}.buying-journey__faqs{display:flex;flex-direction:column;gap:24px;padding:40px 16px}@media(min-width:990px){.buying-journey__faqs{padding:60px 220px;gap:40px}}.buying-journey__faqs-heading{margin:0}.buying-journey__faq-list{display:flex;flex-direction:column;gap:12px;width:100%}.buying-journey__faq{background:var(--color-white);border:1px solid var(--color-cream);border-radius:8px;padding:8px 12px}.buying-journey__faq[open]{background:var(--color-off-white);padding:8px 12px 12px}.buying-journey__faq-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;padding:4px 0}.buying-journey__faq-summary::-webkit-details-marker{display:none}.buying-journey__faq-icon{flex-shrink:0;color:var(--color-deep-teal)}.buying-journey__faq-icon--minus,.buying-journey__faq[open] .buying-journey__faq-icon--plus{display:none}.buying-journey__faq[open] .buying-journey__faq-icon--minus{display:inline-block}.buying-journey__faq-body{padding-top:8px}.buying-journey__faq-body :is(p,ul,ol){margin:0 0 8px}.buying-journey__faq-body :last-child{margin-bottom:0}.buying-journey__faq-link{display:inline-block;margin-top:8px}.buying-journey__faqs-view-all{align-self:center}.buying-journey__step--question{padding:40px 16px 60px;display:none}.buying-journey__step--question.is-active{display:block}@media(min-width:768px)and (max-width:989px){.buying-journey__step--question{padding:50px 32px 70px}}@media(min-width:990px){.buying-journey__step--question{padding:60px 60px 80px}}.buying-journey__question-header{display:flex;flex-direction:column;gap:18px;align-items:center;margin-bottom:32px;max-width:720px;margin-left:auto;margin-right:auto}@media(min-width:990px){.buying-journey__question-header{margin-bottom:40px}}.buying-journey__question-heading,.buying-journey__question-subtext{margin:0}.buying-journey__answers{display:grid;grid-template-columns:1fr;gap:12px;width:100%}@media(min-width:768px)and (max-width:989px){.buying-journey__answers{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.buying-journey__answers{grid-template-columns:repeat(3,minmax(0,1fr))}}.buying-journey__answers--compact{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:990px){.buying-journey__answers--compact{grid-template-columns:repeat(3,minmax(0,1fr))}}.buying-journey__answers--compact .buying-journey__answer{flex-direction:row;align-items:center;gap:12px;padding:14px 18px}.buying-journey__answers--compact .buying-journey__answer-text{flex-direction:row;align-items:center;gap:8px}.buying-journey__answers--icon{display:flex;flex-wrap:wrap;gap:12px}.buying-journey__answers--icon .buying-journey__answer{flex:1 1 100%}@media(min-width:768px){.buying-journey__answers--icon .buying-journey__answer{flex:1 1 calc(50% - 6px)}}@media(min-width:990px){.buying-journey__answers--icon{flex-wrap:nowrap}.buying-journey__answers--icon .buying-journey__answer{flex:1 1 0;min-width:0}}.buying-journey__answers--icon .buying-journey__answer{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:24px;border-radius:20px;min-height:134px}.buying-journey__answers--icon .buying-journey__answer-text{order:1;flex:1 1 0;min-width:0;gap:8px}.buying-journey__answers--icon .buying-journey__answer-icon{order:2}.buying-journey__answers--icon .buying-journey__answer-label{color:var(--color-ink)}.buying-journey__answers--icon .buying-journey__answer-description{font-size:14px}.buying-journey__answers--icon .buying-journey__answer:active .buying-journey__answer-label,.buying-journey__answers--icon .buying-journey__answer.is-selected .buying-journey__answer-label,.buying-journey__answers--icon .buying-journey__answer:focus-visible .buying-journey__answer-label{color:var(--color-white)}@media(hover:hover){.buying-journey__answers--icon .buying-journey__answer:hover .buying-journey__answer-label{color:var(--color-white)}}.buying-journey__answers--icon .buying-journey__answer-icon{width:55px;height:86px}.buying-journey__answers--duo{grid-template-columns:1fr;max-width:600px;margin-left:auto;margin-right:auto}@media(min-width:768px){.buying-journey__answers--duo{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.buying-journey__answers--duo{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1000px}}.buying-journey__answers--duo .buying-journey__answer{padding:24px;border-radius:20px}.buying-journey__answers--duo .buying-journey__answer-label{font-weight:600;color:var(--color-ink)}.buying-journey__answers--duo .buying-journey__answer-description{font-size:14px}.buying-journey__answers--duo .buying-journey__answer:active .buying-journey__answer-label,.buying-journey__answers--duo .buying-journey__answer.is-selected .buying-journey__answer-label,.buying-journey__answers--duo .buying-journey__answer:focus-visible .buying-journey__answer-label{color:var(--color-white)}@media(hover:hover){.buying-journey__answers--duo .buying-journey__answer:hover .buying-journey__answer-label{color:var(--color-white)}}.buying-journey__answer-label-row{display:flex;align-items:center;gap:8px}.buying-journey__answer-mark{flex-shrink:0}.buying-journey__answer-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:var(--color-deep-teal)}.buying-journey__answer-icon img{width:100%;height:100%;object-fit:contain;transition:filter var(--duration-base) var(--ease-out-quart)}.buying-journey__answer:active .buying-journey__answer-icon img,.buying-journey__answer.is-selected .buying-journey__answer-icon img{filter:brightness(0) invert(1)}@media(hover:hover){.buying-journey__answer:hover .buying-journey__answer-icon img{filter:brightness(0) invert(1)}}.buying-journey__answer{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px;text-align:left;background:var(--color-off-white);border:1px solid var(--color-cream);border-radius:12px;padding:18px;cursor:pointer;transition:background-color var(--duration-base) var(--ease-out-quart),color var(--duration-base) var(--ease-out-quart),border-color var(--duration-base) var(--ease-out-quart),box-shadow var(--duration-base) var(--ease-out-quart),transform var(--duration-base) var(--ease-out-quart);color:var(--color-deep-teal);font-family:var(--font-display)}.buying-journey__answer:active,.buying-journey__answer.is-selected,.buying-journey__answer--popular.is-selected,.buying-journey__answer:focus-visible{background:var(--color-deep-teal);border-color:var(--color-deep-teal);color:var(--color-white)}@media(hover:hover){.buying-journey__answer:hover{background:var(--color-deep-teal);border-color:var(--color-deep-teal);color:var(--color-white);transform:translate3d(0,-3px,0);box-shadow:var(--shadow-hover)}}.buying-journey__answer:active{transform:translate3d(0,-1px,0) scale(.985);transition-duration:var(--duration-instant)}.buying-journey__answer.is-selected{box-shadow:var(--shadow-hover)}.buying-journey__answer.is-confirming{animation:bj-confirm var(--duration-slow) var(--ease-out-quart)}@keyframes bj-confirm{0%{transform:translate3d(0,-1px,0) scale(.985)}45%{transform:translate3d(0,-4px,0) scale(1.015)}to{transform:translate3d(0,-3px,0) scale(1)}}.buying-journey__answer:focus-visible{outline:2px solid var(--color-deep-teal);outline-offset:3px}.buying-journey__answer-text{display:flex;flex-direction:column;gap:6px;width:100%}.buying-journey__answer-label{margin:0;transition:color var(--duration-base) var(--ease-out-quart)}.buying-journey__answer-description{margin:0;color:var(--color-dark-grey);transition:color var(--duration-base) var(--ease-out-quart)}.buying-journey__answer:active .buying-journey__answer-description,.buying-journey__answer.is-selected .buying-journey__answer-description,.buying-journey__answer:focus-visible .buying-journey__answer-description{color:#ffffffe6}@media(hover:hover){.buying-journey__answer:hover .buying-journey__answer-description{color:#ffffffe6}}.buying-journey__nav{display:flex;justify-content:flex-start;margin-top:40px;padding:0 4px;width:100%}.buying-journey__prev{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:opacity var(--duration-base) var(--ease-out-quart)}.buying-journey__prev:hover{opacity:.7}.buying-journey__prev:focus-visible{outline:2px solid var(--color-deep-teal);outline-offset:4px}.buying-journey__prev-icon{flex-shrink:0;transition:transform var(--duration-base) var(--ease-out-quart)}.buying-journey__prev:hover .buying-journey__prev-icon{transform:translate3d(-3px,0,0)}.buying-journey__nav--split{justify-content:space-between;align-items:center}.buying-journey__next{display:inline-flex;align-items:center;gap:8px;background:var(--color-primary);color:var(--color-white);border:0;border-radius:var(--radius-pill);padding:10px 20px;cursor:pointer;transition:opacity var(--duration-fast) var(--ease-out-quart)}.buying-journey__next:hover,.buying-journey__next:focus-visible{opacity:.85}.buying-journey__next-icon{flex-shrink:0}.buying-journey__next-spinner{display:none;width:18px;height:18px;flex-shrink:0;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:bj-spin .7s linear infinite}.buying-journey__next.is-loading .buying-journey__next-icon{display:none}.buying-journey__next.is-loading .buying-journey__next-spinner{display:block}.buying-journey__next.is-disabled{opacity:.4;cursor:not-allowed}.buying-journey__next.is-disabled:hover,.buying-journey__next.is-disabled:focus-visible{opacity:.4}.buying-journey__next.is-loading,.buying-journey.is-completing{cursor:progress}@keyframes bj-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.buying-journey__next-spinner{animation-duration:1.6s}}.buying-journey__faq .buying-journey__faq-icon--plus{display:block}.buying-journey__faq[open] .buying-journey__faq-icon--plus{display:none}.buying-journey__faq[open] .buying-journey__faq-icon--minus{display:block}.buying-journey__faq .buying-journey__faq-icon--minus{display:none}@media(prefers-reduced-motion:reduce){.buying-journey__step.is-exiting,.buying-journey__step.is-entering,.buying-journey__step.is-entering .buying-journey__question-header,.buying-journey__step.is-entering .buying-journey__answer,.buying-journey__step.is-entering .buying-journey__nav,.buying-journey__step--group [data-question-sub]:not([data-question-disabled]),.buying-journey__answer.is-confirming,.buying-journey__plan-card.is-confirming{animation:none}.buying-journey__answer,.buying-journey__answer:hover,.buying-journey__answer:active,.buying-journey__plan-card,.buying-journey__plan-card:hover,.buying-journey__plan-cta,.buying-journey__plan-cta:hover,.buying-journey__plan-cta:active,.buying-journey__plan-card:hover .buying-journey__plan-image,.buying-journey__plan-card:hover .buying-journey__plan-cta-icon,.buying-journey__prev:hover .buying-journey__prev-icon{transform:none}.buying-journey__stepper-item:after{transition:none}}a.buying-journey__plan-cta{text-decoration:none;box-sizing:border-box}.buying-journey__next[hidden],.buying-journey__question-block[hidden]{display:none}.buying-journey__step--group .buying-journey__question-block{max-width:1000px;margin-inline:auto}.buying-journey__step--group .buying-journey__question-block+.buying-journey__question-block{margin-top:60px}.buying-journey__question-label{margin-bottom:12px;text-align:left;font-weight:700;letter-spacing:-.01em}.buying-journey__step--group .buying-journey__answers{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}@media(max-width:768px){.buying-journey__step--group .buying-journey__answers[data-question-handle=any-dietary-preferences]{grid-template-columns:repeat(1,minmax(0,1fr))}}.buying-journey__step--group .buying-journey__answers[data-question-handle=the-no-go-list]{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){.buying-journey__step--group .buying-journey__answers{grid-template-columns:repeat(var(--bj-group-cols, 3),minmax(0,1fr))}.buying-journey__step--group .buying-journey__answers[data-question-handle=the-no-go-list]{grid-template-columns:repeat(2,minmax(0,1fr))}}.buying-journey__step--group .buying-journey__answer{flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;min-height:0;border-radius:20px;padding:24px}@media(max-width:400px){.buying-journey__step--group .buying-journey__answers[data-question-handle=select-dietary-preferences] .buying-journey__answer{padding:10px}}.buying-journey__step--group .buying-journey__answer-icon{order:0;width:28px;height:28px;flex-shrink:0}@media(max-width:768px){.buying-journey__step--group .buying-journey__answer-icon{width:24px;height:24px}}.buying-journey__step--group .buying-journey__answer-icon img{width:100%;height:100%;object-fit:contain}.buying-journey__step--group .buying-journey__answer-text{order:0;flex:1 1 auto;min-width:0;flex-direction:column;align-items:flex-start;gap:8px}.buying-journey__step--group .buying-journey__answer-label-row{width:100%;justify-content:start}.buying-journey__step--group .buying-journey__answer-label{color:var(--color-ink);font-weight:600}.buying-journey__step--group .buying-journey__answer-description{font-size:14px;color:var(--color-text-muted)}.buying-journey__step--group .buying-journey__answer.is-selected .buying-journey__answer-label,.buying-journey__step--group .buying-journey__answer.is-selected .buying-journey__answer-description,.buying-journey__step--group .buying-journey__answer:focus-visible .buying-journey__answer-label,.buying-journey__step--group .buying-journey__answer:focus-visible .buying-journey__answer-description{color:var(--color-white)}@media(hover:hover){.buying-journey__step--group .buying-journey__answer:hover .buying-journey__answer-label{color:var(--color-white)}}.buying-journey__step--group [data-question-disabled]{display:none}.buying-journey__step--group [data-question-sub]:not([data-question-disabled]){animation:bj-rise var(--duration-slow) var(--ease-out-quart)}.buying-journey__step--group[data-group-index="2"] .buying-journey__question-block{max-width:none;margin-inline:0}.buying-journey__step--group[data-group-index="2"]{padding:40px 24px}.buying-journey__step--group[data-group-index="2"] .buying-journey__question-block+.buying-journey__question-block{margin-top:40px}.buying-journey__step--group[data-group-index="2"] .buying-journey__question-label{margin-bottom:20px;font-size:18px;font-weight:700;color:var(--color-deep-teal)}.buying-journey__step--group[data-group-index="2"] .buying-journey__answers{grid-template-columns:1fr;gap:12px}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;padding:24px;border-radius:20px;background:var(--color-off-white);border:1px solid var(--color-cream)}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer-label{font-size:16px;font-weight:600;color:var(--color-ink)}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer-description{font-size:13px;font-weight:500;color:var(--color-text-muted)}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer:active,.buying-journey__step--group[data-group-index="2"] .buying-journey__answer.is-selected,.buying-journey__step--group[data-group-index="2"] .buying-journey__answer:focus-visible{background:var(--color-deep-teal);border-color:var(--color-deep-teal)}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer:active .buying-journey__answer-label,.buying-journey__step--group[data-group-index="2"] .buying-journey__answer:active .buying-journey__answer-description,.buying-journey__step--group[data-group-index="2"] .buying-journey__answer.is-selected .buying-journey__answer-label,.buying-journey__step--group[data-group-index="2"] .buying-journey__answer.is-selected .buying-journey__answer-description,.buying-journey__step--group[data-group-index="2"] .buying-journey__answer:focus-visible .buying-journey__answer-label,.buying-journey__step--group[data-group-index="2"] .buying-journey__answer:focus-visible .buying-journey__answer-description{color:var(--color-white)}@media(hover:hover){.buying-journey__step--group[data-group-index="2"] .buying-journey__answer:hover{background:var(--color-deep-teal);border-color:var(--color-deep-teal)}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer:hover .buying-journey__answer-label,.buying-journey__step--group[data-group-index="2"] .buying-journey__answer:hover .buying-journey__answer-description{color:var(--color-white)}}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer--has-icon{flex-direction:row;align-items:center;gap:12px}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer--has-icon .buying-journey__answer-text{order:1;flex:1 1 0;min-width:0}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer--has-icon .buying-journey__answer-icon{order:2;flex-shrink:0;width:39px;height:60px}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer-icon img{width:100%;height:100%;object-fit:contain}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer-badge{top:7px;right:9px;padding:7px 16px;font-size:12px;font-weight:500;line-height:1}.buying-journey__trust{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:12px;text-align:center}.buying-journey__trust-line{margin:0}@media(min-width:768px){.buying-journey__step--group[data-group-index="2"]{padding:50px 32px}.buying-journey__step--group[data-group-index="2"] .buying-journey__answers{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.buying-journey__step--group[data-group-index="2"]{padding:60px}.buying-journey__step--group[data-group-index="2"] .buying-journey__question-block+.buying-journey__question-block{margin-top:80px}.buying-journey__step--group[data-group-index="2"] .buying-journey__answers{grid-template-columns:repeat(var(--bj-group-cols, 3),minmax(0,1fr))}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer-label{font-size:18px}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer-description{font-size:14px}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer--has-icon{min-height:134px}.buying-journey__step--group[data-group-index="2"] .buying-journey__answer--has-icon .buying-journey__answer-icon{width:55px;height:86px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-buying-journey.css.map */
