.mg-unset.svelte-1tt70oh.svelte-1tt70oh{all:unset;width:100%;height:100%}.mg-main-q.svelte-1tt70oh.svelte-1tt70oh{display:flex;flex-direction:column;width:100%;height:100%;background-color:var(--mg-bg-color, #ffffff);font-family:var(--mg-text-font-family, inherit)}.mg-main-q.svelte-1tt70oh.svelte-1tt70oh:has(.mg-layout-image-section){flex-direction:row}.mg-layout-container.svelte-1tt70oh.svelte-1tt70oh{display:flex;background-color:var(--mg-bg-color, #ffffff);width:100%;position:relative}.mg-layout-container.mg-has-layout.mg-has-image.mg-layout-background.svelte-1tt70oh.svelte-1tt70oh{background-size:cover;height:100%;background-position:center;background-repeat:no-repeat;position:relative}.mg-layout-container.mg-has-layout.mg-has-image.mg-layout-background.svelte-1tt70oh.svelte-1tt70oh:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,var(--mg-background-image-opacity, .5));z-index:0}.mg-layout-container.mg-has-layout.mg-has-image.mg-layout-background.svelte-1tt70oh>.svelte-1tt70oh{position:relative;z-index:1}.mg-layout-image-section.svelte-1tt70oh.svelte-1tt70oh{position:relative;width:50%;flex:none}.mg-layout-image-section.svelte-1tt70oh img.svelte-1tt70oh{width:100%;max-height:inherit;height:100%!important;-o-object-fit:cover;object-fit:cover}.mg-layout-content-section.svelte-1tt70oh.svelte-1tt70oh{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:2rem;max-width:100%}.mg-progress-container.svelte-1tt70oh.svelte-1tt70oh{width:100%;max-width:40rem;margin:0 auto}.mg-progress-bar.svelte-1tt70oh.svelte-1tt70oh{display:flex;width:100%;height:var(--mg-progress-bar-height, 30px);background-color:var(--mg-progress-bar-bg-color, #e0e0e0);border-radius:var(--mg-progress-bar-radius, 10px);overflow:hidden;margin-bottom:16px}.mg-progress-step.svelte-1tt70oh.svelte-1tt70oh{font-size:0;flex:1;transition:background-color var(--mg-transition-speed, 1s)}.mg-progress-step.svelte-1tt70oh.svelte-1tt70oh.mg-p-active,.mg-progress-step.svelte-1tt70oh.svelte-1tt70oh.mg-p-done{background-color:var(--mg-progress-bar-active-color, var(--mg-primary-color, #270d0c))}.mg-main-quiz-w.svelte-1tt70oh.svelte-1tt70oh{width:100%;box-sizing:border-box;margin-top:2rem;margin-bottom:2rem}.mg-layout-container.svelte-1tt70oh:not(.mg-has-image) .mg-main-quiz-w.svelte-1tt70oh{margin-top:8rem}.quiz-popup .mg-layout-container:not(.mg-has-image) .mg-main-quiz-w{margin-top:2rem!important}.quiz-popup .mg-layout-container{overflow:hidden}.quiz-popup .mg-layout-content-section{overflow-y:auto}.mg-layout-container.svelte-1tt70oh:has(.mg-has-layout) .mg-main-quiz-w.svelte-1tt70oh{margin:auto}.mg-page-transition.svelte-1tt70oh.svelte-1tt70oh{animation:svelte-1tt70oh-mgFadeIn var(--mg-transition-speed, .1s) ease-in-out}@keyframes svelte-1tt70oh-mgFadeIn{0%{opacity:.3}to{opacity:1}}.mg-content-wrapper.svelte-1tt70oh:not(.mg-has-layout) .mg-image-container.svelte-1tt70oh{margin:2rem auto}.mg-layout-right.svelte-1tt70oh.svelte-1tt70oh{order:2}.mg-image-container.svelte-1tt70oh.svelte-1tt70oh{place-items:center;width:-moz-fit-content;width:fit-content}.mg-content.svelte-1tt70oh.svelte-1tt70oh{width:100%;margin:0 auto}.mg-loadingSpinner.svelte-1tt70oh.svelte-1tt70oh{margin-top:2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;width:var(--mg-loading-icon-size, 50px);height:var(--mg-loading-icon-size, 50px);border:var(--mg-loading-icon-border-width, 5px) solid transparent;border-top:var(--mg-loading-icon-border-width, 5px) solid var(--mg-loading-icon-color, var(--mg-primary-color, #270d0c));border-right:var(--mg-loading-icon-border-width, 5px) solid var(--mg-loading-icon-color, var(--mg-input-border-color, #270d0c));border-radius:50%;animation:svelte-1tt70oh-mgSpin 1.2s ease-in-out infinite;box-shadow:inset 0 0 5px #0000001a}@keyframes svelte-1tt70oh-mgSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mg-choices-list-wrapper.svelte-1tt70oh.svelte-1tt70oh,.mg-choices-card-wrapper.svelte-1tt70oh.svelte-1tt70oh{margin-top:1.8rem;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.mg-choices-card-wrapper.svelte-1tt70oh.svelte-1tt70oh{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}button.mg-choice.svelte-1tt70oh.svelte-1tt70oh:hover{background-color:var(--mg-choice-bg-color-hover, #f3f4f6);border-color:var(--mg-choice-border-color-hover, #ccc)}.disabled.svelte-1tt70oh.svelte-1tt70oh{opacity:.4;cursor:not-allowed;pointer-events:none}button.mg-choice.disabled.svelte-1tt70oh.svelte-1tt70oh:hover{background:var(--mg-card-bg-color, #fff);color:var(--mg-text-font-color, #333)}button.mg-choice.selected.svelte-1tt70oh.svelte-1tt70oh{background-color:var(--mg-choice-selected-bg-color, #e5e7eb);border-color:var(--mg-choice-selected-border-color, #9ca3af);color:var(--mg-choice-font-color, #fff)}.mg-canSkip.svelte-1tt70oh.svelte-1tt70oh{background:none;border:none;color:var(--mg-primary-color, #000000);font-size:.9rem;cursor:pointer;transition:color var(--mg-transition-speed, .3s);margin-top:10px;margin-bottom:10px}.mg-canSkip.svelte-1tt70oh.svelte-1tt70oh:hover{color:var(--mg-button-hover-bg, #e5e7eb)}label.mg-input-label.svelte-1tt70oh span.svelte-1tt70oh{display:flex;flex-direction:column;gap:5px;font-size:1rem;color:var(--mg-text-font-color, #333);margin-top:10px;text-align:left;width:var(--mg-input-width, 12rem)!important;margin-left:auto;margin-right:auto}label.mg-input-label.svelte-1tt70oh input.svelte-1tt70oh{padding:10px;margin:auto;border:1px solid var(--mg-input-border-color, #ccc);text-align:left;border-radius:var(--mg-input-border-radius, 0);font-size:1rem;transition:border-color var(--mg-transition-speed, .3s);background-color:var(--mg-input-bg-color, #ffffff);color:var(--mg-input-color, #000000);width:var(--mg-input-width, 12rem)}label.mg-input-label.svelte-1tt70oh input.svelte-1tt70oh:focus{outline:none;border-color:var(--mg-input-focus-border, #f3f4f6)}label.mg-input-label.svelte-1tt70oh input.svelte-1tt70oh::-moz-placeholder{color:var(--mg-input-placeholder-color, #9ca3af)}label.mg-input-label.svelte-1tt70oh input.svelte-1tt70oh::placeholder{color:var(--mg-input-placeholder-color, #9ca3af)}.mg-result-title.svelte-1tt70oh.svelte-1tt70oh{font-size:var(--mg-result-title-font-size, 1rem);font-weight:var(--mg-result-title-font-weight, 600);color:var(--mg-result-title-font-color, #000000)}.mg-results-desc.svelte-1tt70oh.svelte-1tt70oh{font-size:var(--mg-result-desc-font-size, var(--mg-text-font-size, 1rem));color:var(--mg-result-desc-color, var(--mg-text-font-color, #333));margin-bottom:2rem;max-width:600px}.mg-result-content-wrapper.svelte-1tt70oh.svelte-1tt70oh{display:flex;flex-wrap:wrap;gap:var(--mg-product-item-gap, 2rem);justify-content:center;padding:20px;text-align:center;margin-top:10px;margin-bottom:10px}.mg-result-redo-button.svelte-1tt70oh.svelte-1tt70oh{margin-top:20px}.mg-choice-content.svelte-1tt70oh.svelte-1tt70oh{width:100%;display:flex;color:var(--mg-choice-font-color, #000000);font-weight:var(--mg-choice-font-weight, 400);flex-direction:column;align-items:center;justify-content:center;padding:1rem;flex:1;box-sizing:border-box}.mg-c-container-w-img.svelte-1tt70oh .mg-choice-content.svelte-1tt70oh{justify-content:end}button.mg-choice.svelte-1tt70oh.svelte-1tt70oh{width:var(--mg-choice-width, 20rem);max-width:var(--mg-choice-width, 20rem);min-height:var(--mg-choice-height, auto);height:var(--mg-choice-height, auto);font-size:var(--mg-choice-font-size, 1rem);display:flex;flex-direction:column;border:var(--mg-choice-border-width, 2px) solid var(--mg-choice-border-color, #dfe2e8);border-radius:var(--mg-choice-radius, .125rem);background-color:var(--mg-choice-bg-color, #f9fafb);overflow:hidden;margin:0;padding-inline:0px;height:auto}.mg-ask.svelte-1tt70oh.svelte-1tt70oh{font-size:var(--mg-ask-font-size, 2rem);font-weight:var(--mg-ask-font-weight, 600);line-height:normal;color:var(--mg-ask-text-color, #000000);text-transform:none;font-family:var(--mg-header-font-family, inherit)}.mg-text.svelte-1tt70oh.svelte-1tt70oh{margin:.5rem;margin-left:auto;margin-right:auto;font-size:var(--mg-text-font-size, 1rem);color:var(--mg-text-font-color, black)}.mg-choices-container.svelte-1tt70oh.svelte-1tt70oh{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%;margin-top:1rem;margin-bottom:1rem}button.svelte-1tt70oh.svelte-1tt70oh{font-family:var(--mg-text-font-family, inherit)}a.svelte-1tt70oh.svelte-1tt70oh,button.mg-btn-colored.svelte-1tt70oh.svelte-1tt70oh{background-color:var(--mg-btn-bg-color, #000000);color:var(--mg-btn-color, #ffffff);border-radius:var(--mg-btn-border-radius, 0);border:var(--mg-btn-border-width, 0) solid var(--mg-btn-border-color, #000000);padding:15px 42px;height:var(--mg-btn-height, auto);width:var(--mg-btn-width, auto);font-size:var(--mg-btn-font-size, 1rem);cursor:pointer;transition:all var(--mg-transition-speed, .3s);margin:10px;display:flex;justify-content:center;align-items:center}a.svelte-1tt70oh.svelte-1tt70oh,button.mg-btn-colored.svelte-1tt70oh.svelte-1tt70oh:hover{background-color:var(--mg-btn-bg-color-hover, #000000)}.mg-question-w.svelte-1tt70oh.svelte-1tt70oh{padding:1rem;display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto}@media (max-width: 1400px){.mg-page-pad.svelte-1tt70oh.svelte-1tt70oh{padding:0 1rem}.mg-layout-content-section.svelte-1tt70oh.svelte-1tt70oh{padding:0}.mg-main-quiz-w.svelte-1tt70oh.svelte-1tt70oh{padding:0;margin-top:30px}.mg-layout-container.svelte-1tt70oh:has(.mg-has-layout) .mg-main-quiz-w.svelte-1tt70oh{margin-top:30px}.mg-layout-container.svelte-1tt70oh:not(.mg-has-layout) .mg-main-quiz-w.svelte-1tt70oh{margin-top:30px}.mg-content-wrapper.svelte-1tt70oh:not(.mg-has-layout) .mg-image-container.svelte-1tt70oh{margin-top:0}.mg-layout-right.svelte-1tt70oh.svelte-1tt70oh{order:-1}.mg-layout-container.svelte-1tt70oh.svelte-1tt70oh{flex-direction:column}.mg-layout-image-section.svelte-1tt70oh.svelte-1tt70oh{width:100%;max-height:200px}}[contenteditable=true].svelte-1tt70oh.svelte-1tt70oh{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.is-editing.svelte-1tt70oh [contenteditable=true].svelte-1tt70oh{outline:2px dashed transparent;outline-offset:2px;transition:outline-color .2s;min-height:1em}.is-editing.svelte-1tt70oh:hover [contenteditable=true].svelte-1tt70oh,.is-editing.svelte-1tt70oh:hover [contenteditable=true].svelte-1tt70oh:hover{outline-color:#cd9fcc}.is-editing.svelte-1tt70oh:hover [contenteditable=true].svelte-1tt70oh:focus{outline:2px solid #cd9fcc;outline:none}.is-editing.svelte-1tt70oh .svelte-1tt70oh{transition:all .1s}.is-editing.svelte-1tt70oh button.svelte-1tt70oh{pointer-events:none}.is-editing.svelte-1tt70oh [contenteditable=true].svelte-1tt70oh{pointer-events:auto;min-width:1em;min-height:1em;width:100%}.mg-complex-result-page.svelte-1tt70oh .mg-simple-page.svelte-1tt70oh{max-width:100%}.mg-simple-page.svelte-1tt70oh.svelte-1tt70oh{display:flex;max-width:var(--mg-page-max-width, 800px);margin:auto;flex-direction:column;align-items:center}.mg-simple-page.svelte-1tt70oh.svelte-1tt70oh:has(.mg-result-content-wrapper){max-width:1400px}.mg-simple-page.svelte-1tt70oh .svelte-1tt70oh{text-align:center}.mg-simple-page.svelte-1tt70oh p.svelte-1tt70oh{margin-top:16px;margin-bottom:8px}.mg-skip-button.svelte-1tt70oh.svelte-1tt70oh{background:none;border:none;color:var(--mg-skip-text-color, #666);font-size:var(--mg-skip-text-size, .9rem);cursor:pointer;transition:color var(--mg-transition-speed, .3s);padding:var(--mg-skip-text-padding, 10px);margin:var(--mg-skip-text-margin, 10px auto);font-weight:var(--mg-skip-text-weight, normal)}.mg-skip-button.svelte-1tt70oh.svelte-1tt70oh:hover{color:var(--mg-skip-text-hover-color, #333)}.mg-back-button-wrapper.svelte-1tt70oh.svelte-1tt70oh{width:100%;max-width:var(--mg-back-btn-container-width, 100%);display:flex}.mg-back-button.svelte-1tt70oh.svelte-1tt70oh{margin-right:auto;background-color:var(--mg-back-btn-bg-color, transparent);border:var(--mg-back-btn-border-width, 0) solid var(--mg-back-btn-border-color, transparent);border-radius:var(--mg-back-btn-border-radius, 0);color:var(--mg-back-text-color, #666);font-size:var(--mg-back-text-size, .9rem);cursor:pointer;transition:all var(--mg-transition-speed, .3s);padding:10px;margin-top:var(--mg-back-text-margin, 10px);font-weight:var(--mg-back-text-weight, normal);display:inline-block;width:var(--mg-back-btn-width, auto);height:var(--mg-back-btn-height, auto)}.mg-back-button.svelte-1tt70oh.svelte-1tt70oh:hover{color:var(--mg-back-text-hover-color, var(--mg-back-text-color, #333));background-color:var(--mg-back-btn-bg-color-hover, transparent)}.mg-img-wrap.svelte-1tt70oh.svelte-1tt70oh{height:100%}.mg-img.svelte-1tt70oh.svelte-1tt70oh{aspect-ratio:var(--mg-img-aspect-ratio, 1 / 1);-o-object-fit:var(--mg-img-object-fit, cover);object-fit:var(--mg-img-object-fit, cover);max-width:100%}.mg-price-section.svelte-1tt70oh.svelte-1tt70oh{margin-top:var(--mg-product-item-gap, 0rem)}.mg-prices.svelte-1tt70oh.svelte-1tt70oh{display:flex;flex-direction:column;align-items:center}.mg-original-price.svelte-1tt70oh.svelte-1tt70oh{text-decoration:line-through;color:var(--mg-product-original-price-color, #666);font-size:var(--mg-product-original-price-size, .9em)}.mg-final-price.svelte-1tt70oh.svelte-1tt70oh{color:var(--mg-product-price-color, #270d0c);font-weight:var(--mg-product-price-weight, bold);font-size:var(--mg-product-price-size, 1.25em)}.mg-product-img-wrap.svelte-1tt70oh.svelte-1tt70oh{margin-left:auto;margin-right:auto}.mg-product-item.svelte-1tt70oh.svelte-1tt70oh{flex:1;min-width:280px;max-width:var(--mg-product-item-max-width, 400px);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;background-color:var(--mg-product-card-bg-color, transparent);border:1px solid var(--mg-product-card-border-color, transparent);border-radius:var(--mg-product-card-border-radius, 0);padding:var(--mg-product-card-padding, 0);box-shadow:0 var(--mg-product-card-shadow, 0) calc(var(--mg-product-card-shadow, 0) * 2) #0000001a}.mg-product-item.svelte-1tt70oh.svelte-1tt70oh>*+*{margin-top:var(--mg-product-item-gap, .5rem)}.mg-product-item.svelte-1tt70oh .mg-img-wrap.svelte-1tt70oh{height:auto;margin-bottom:1rem}.mg-product-item.svelte-1tt70oh .mg-img.svelte-1tt70oh{height:auto;max-width:var(--mg-product-img-max-width, 300px);border-radius:var(--mg-product-img-border-radius, 0)}.mg-product-content.svelte-1tt70oh .mg-btn-colored.svelte-1tt70oh{margin-left:auto;margin-right:auto}.mg-product-content.svelte-1tt70oh.svelte-1tt70oh{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.mg-product-content-text.svelte-1tt70oh.svelte-1tt70oh{margin-bottom:auto}.mg-btn-colored.mg-redo-btn.svelte-1tt70oh.svelte-1tt70oh{background-color:var(--mg-redo-btn-bg-color, var(--mg-btn-bg-color, #000000));color:var(--mg-redo-btn-color, var(--mg-btn-color, #ffffff));border-radius:var(--mg-redo-btn-border-radius, var(--mg-btn-border-radius, 0));border:var(--mg-redo-btn-border-width, var(--mg-btn-border-width, 0)) solid var(--mg-redo-btn-border-color, var(--mg-btn-border-color, #000000));height:var(--mg-redo-btn-height, var(--mg-btn-height, auto));width:var(--mg-redo-btn-width, var(--mg-btn-width, auto));font-size:var(--mg-redo-btn-font-size, var(--mg-btn-font-size, 1rem))}.mg-btn-colored.mg-redo-btn.svelte-1tt70oh.svelte-1tt70oh:hover{background-color:var(--mg-redo-btn-bg-color-hover, var(--mg-btn-bg-color-hover, #000000))}.mg-brand-image-container.svelte-1tt70oh.svelte-1tt70oh{width:100%;display:flex;justify-content:center;margin-bottom:2rem}.mg-brand-image.svelte-1tt70oh.svelte-1tt70oh{height:var(--mg-brand-img-height, auto);max-width:var(--mg-brand-img-max-width, 150px);padding:var(--mg-brand-img-padding, 0);margin:var(--mg-brand-img-margin, 0)}.mg-btn-colored.mg-form-btn.svelte-1tt70oh.svelte-1tt70oh{margin-top:2rem;margin-left:auto;margin-right:auto}.mg-empty.svelte-1tt70oh.svelte-1tt70oh{display:none;min-height:1em;min-width:4em}.is-editing.svelte-1tt70oh:hover .mg-empty.svelte-1tt70oh{display:block}.is-editing.svelte-1tt70oh:hover .mg-choice-content.mg-empty.svelte-1tt70oh{display:block;min-height:auto;min-width:auto}.mg-choice-desc.svelte-1tt70oh.svelte-1tt70oh{font-size:var(--mg-choice-desc-font-size, inherit)}.mg-watermark.svelte-1tt70oh.svelte-1tt70oh{text-align:center;padding:8px;font-size:.8rem;opacity:.7;background-color:var(--mg-bg-color, #ffffff);font-family:var(--mg-text-font-family, inherit);margin-top:auto}.mg-watermark.svelte-1tt70oh a.svelte-1tt70oh{color:var(--mg-text-font-color, #666);text-decoration:none;background:none;padding:0;margin:0;font-size:inherit;display:inline-flex;align-items:center;justify-content:center;gap:4px}.mg-watermark.svelte-1tt70oh a.svelte-1tt70oh:hover{color:var(--mg-primary-color, #333);background:none}.mg-watermark.svelte-1tt70oh img.svelte-1tt70oh{display:inline-block;vertical-align:middle;width:16px!important;height:16px!important}.col-md-8{margin-left:auto;margin-right:auto}.mg-choice-style-list.svelte-1tt70oh.svelte-1tt70oh{flex-direction:column;align-items:stretch}.mg-choice-list.svelte-1tt70oh.svelte-1tt70oh{width:100%!important;max-width:100%!important;flex-direction:row!important;align-items:center;margin-bottom:.75rem}.mg-choice-list.svelte-1tt70oh .mg-img-wrap.svelte-1tt70oh{flex:0 0 auto;width:max(var(--mg-choice-height, 100px),70px);height:100%;margin-right:.5rem;overflow:hidden}.mg-choice-list.svelte-1tt70oh .mg-choice-content span.svelte-1tt70oh{text-align:left}.quiz-popup-overlay.svelte-ql43df{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.quiz-popup.svelte-ql43df{position:relative;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow-y:hidden;width:100%;height:100%}.quiz-popup-close.svelte-ql43df{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;background:#0000001a;border:none;color:#666;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:background-color .2s}.quiz-popup-close.svelte-ql43df:hover{background:#0003}@media (max-width: 768px){.quiz-popup.svelte-ql43df{width:95vw!important;height:90vh!important;max-height:90vh!important;margin:20px}}
