/*
Generated time: September 15, 2025 16:55
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
:root{--quiz-max-width:1200px}.quiz-modal{position:fixed;inset:0;z-index:9998;display:none;width:100vw;height:100vh;overflow-y:auto}.quiz-modal__content{width:100%;height:100%;margin:0 auto;padding:2rem 2rem 0;max-width:var(--quiz-max-width);display:flex;align-items:center;flex-direction:column}.quiz-modal__close{position:fixed;top:.5rem;right:1rem;font-size:8rem;background:0 0;border:none;cursor:pointer;z-index:9999;color:#000}#quiz{padding:4rem 2rem 4rem;flex-grow:1}#quiz h2{margin-bottom:2rem;font-size:2rem;color:#333}@media screen and (min-width:990px){#quiz{padding-top:8rem}.quiz-modal__content{padding-top:6rem}#quiz h2{font-size:3rem}}#quiz fieldset{border:none;padding:0;margin-bottom:1.5rem}#quiz label{display:flex;align-items:flex-start;margin-bottom:.75rem;cursor:pointer;user-select:none}@media screen and (min-width:990px){#quiz label{font-size:2rem;margin-bottom:1.25rem}}#quiz input[type=checkbox],#quiz input[type=radio]{margin-right:.75rem;width:1rem;height:1rem;margin-top:.75rem;flex-shrink:0}@media screen and (min-width:990px){#quiz input[type=checkbox],#quiz input[type=radio]{width:2rem;height:2rem}}.quiz-radio-group{margin-bottom:1.5rem}.quiz-radio-group label{padding:.75rem 1rem}.quiz-radio-group input[type=radio]:checked+span{font-weight:600;color:#007ace}div.quiz-error{background:#ffe5e5;border:1px solid #ff4d4f;color:#a80000;padding:.75rem 1rem;border-radius:4px;margin-top:1rem;font-size:1.1rem;display:block}.quiz-button-floating{position:fixed;top:50%;right:-85px;transform:rotate(-90deg);margin:0;z-index:4;display:none}@media screen and (min-width:750px){.quiz-button-floating{display:block}}.quiz-action-buttons{margin-top:2rem;padding-bottom:4rem}.quiz-grid-results{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:750px){.quiz-grid-results{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:990px){.quiz-grid-results{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:749px){#quiz-modal img.header__heading-logo{width:180px}}.quiz-button-wrapper{display:flex;justify-content:center}.quiz-button--left{justify-content:flex-start}.quiz-button--center{justify-content:center}.quiz-button--right{justify-content:flex-end}.quiz-product-popup-trigger{padding-top:1rem;cursor:pointer;z-index:9999;position:relative;transition:background-color .4s;border-radius:var(--border-radius) var(--border-radius) 0 0}.quiz-product-popup-trigger:hover{background-color:rgba(0,0,0,.1)}.quiz-product-popup-trigger>svg{width:4rem}.quiz-product-description-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;padding:20px;z-index:10000}.quiz-product-description-popup.active{display:flex}.quiz-popup-content{background:#fff;border-radius:10px;max-width:400px;width:100%;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.3);animation:popupFadeIn .3s ease}.quiz-popup-content h2{margin-top:0;font-size:1.4rem}.quiz-popup-content p{font-size:1.3rem;line-height:1.5}@keyframes popupFadeIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:749px){.quiz-popup-content{max-width:90%;padding:15px}.quiz-popup-content h2{font-size:1.3rem}.quiz-popup-content p{font-size:1.1rem}}.quiz-footer{display:none}@media screen and (min-width:990px){.quiz-footer{width:100vw;display:flex;justify-content:center;height:200px;flex-shrink:0}.quiz-footer-content{width:var(--quiz-max-width);max-width:95vw;display:grid;grid-template-columns:1fr}.quiz-footer-col{display:flex;flex-direction:column;justify-content:flex-end}}.quiz-progress-container{width:100%;padding:10px 0}.quiz-progress-bar{display:flex;gap:4px;width:100%}div.quiz-progress-step{flex:1;height:12px;background-color:#eee;border-radius:4px;display:block}.quiz-progress-step.active{background-color:rgb(var(--color-secondary-button))}