.quiz_host_modal{display:none;--quiz-host-progress: 25%;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.quiz_host_modal.is_visible{display:flex}.quiz_host_modal.is_open{opacity:1;pointer-events:auto}.quiz_host_backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;cursor:pointer}.quiz_host_dialog{position:relative;width:1280px;max-width:calc(100vw - 32px);height:540px;box-sizing:border-box;background:linear-gradient(0deg,#00e5e34d -4.62%,#03bfbd4d,#0696954d -.96%,#0972714d,#0c54544d 3.61%,#0e3c3b4d,#10292900 9.1%,#111b1b00 12.76%,#11141400 16.87%,#0000 25.56%),#121212;box-shadow:0 0 20px #00e5e34d inset;overflow:hidden}.quiz_host_dialog.is_email_step{background-color:#000;background:var(--email-bg-url) center / cover no-repeat}.quiz_host_close{position:absolute;top:32px;right:32px;z-index:10;width:41px;height:41px;padding:0;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.quiz_host_close:hover{opacity:.7}.quiz_host_steps{position:relative;width:100%;height:100%}.quiz_host_step{position:absolute;top:60px;right:60px;bottom:60px;left:60px;opacity:0;pointer-events:none}.quiz_host_step.is_active{opacity:1;pointer-events:auto}.quiz_host_step_body{display:flex;flex-direction:column;align-items:flex-start;gap:64px;height:100%;box-sizing:border-box}.quiz_host_question{margin:0;color:#fff;font-size:36px;font-style:normal;font-weight:400;line-height:115%;flex-shrink:0}.quiz_host_prog{width:100%;flex-shrink:0}.quiz_host_prog_index{margin:0;font-size:14px;line-height:1.4}.prog_num{color:#42ff7e}.prog_denom{color:#7d7d7d}.quiz_host_prog_bar{position:relative;width:100%;height:2px;background:#fff3;margin-top:16px;flex-shrink:0}.quiz_host_prog_fill{height:2px;background:#42ff7e;width:var(--quiz-host-progress);flex-shrink:0;transition:width .35s ease}.quiz_host_options{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px;align-self:stretch;list-style:none;padding:0;margin:0;flex-shrink:0}.quiz_host_option{flex:0 0 calc(50% - 8px);display:flex;height:48px;padding:12px 24px;justify-content:flex-start;align-items:center;box-sizing:border-box;text-align:left;color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:135%;border:none;background:#222;cursor:pointer;transition:background-color .28s ease,color .18s ease,border-color .18s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quiz_host_option:hover{background:#1adc58;border-color:#1adc58;color:#000}.quiz_host_option.is_selected{background:#42ff7e;border-color:#42ff7e;color:#000}.quiz_host_actions{display:flex;align-items:center;justify-content:space-between;align-self:stretch;flex-shrink:0}.quiz_host_back{display:flex;width:auto;min-width:128px;height:48px;min-height:48px;max-height:48px;padding:0 24px 0 20px;justify-content:center;align-items:center;gap:4px;border:1px solid #7D7D7D;background:transparent;color:#7d7d7d;font-size:14px;line-height:20px;font-weight:400;font-family:inherit;cursor:pointer;box-sizing:border-box;transition:border-color .18s ease,color .18s ease;flex-shrink:0}.quiz_host_back:hover{border-color:#ffffff80;color:#ffffffb3}.quiz_host_back svg{flex-shrink:0}.quiz_host_finish{display:flex;width:auto;min-width:128px;height:48px;min-height:48px;max-height:48px;padding:0 24px 0 20px;justify-content:center;align-items:center;border:1px solid #42FF7E;background:transparent;color:#42ff7e;font-size:14px;font-weight:400;font-family:inherit;cursor:pointer;box-sizing:border-box;transition:background .18s ease,color .18s ease;flex-shrink:0}.quiz_host_finish[disabled]{border-color:#42ff7e40;color:#42ff7e40;cursor:default}.quiz_host_finish:not([disabled]):hover{background:#42ff7e;color:#000}.quiz_host_email_layout{position:relative;display:flex;justify-content:center;height:100%;width:100%;padding-right:575px;box-sizing:border-box}.quiz_host_email_left{display:flex;flex-direction:column;align-items:flex-start}.quiz_host_email_eyebrow{display:flex;width:fit-content;border:1px solid #42FF7E;height:34px;padding:0 15px;justify-content:center;align-items:center;align-self:stretch;margin:0;color:#42ff7e;font-size:18px;font-style:normal;font-weight:400;line-height:135%}.quiz_host_email_title{margin:32px 0 0;width:390px;color:#fff;font-size:56px;font-style:normal;font-weight:400;line-height:115%}.quiz_host_email_note{margin:8px 0 0;color:#b3b3b3;font-size:18px;font-style:normal;font-weight:400;line-height:135%}.quiz_host_email_form{margin-top:32px}.quiz_host_email_row{display:flex;align-items:stretch;width:480px}.quiz_host_email_input{width:100%;height:48px;padding:0 18px;background:#ffffff0d;border:1px solid #42FF7E;border-right:none;border-radius:2px 0 0 2px;color:#fff;font-size:14px;font-family:inherit;outline:none;transition:border-color .18s ease;box-sizing:border-box}.quiz_host_email_input::placeholder{color:#ffffff47}.quiz_host_email_input:focus{border-color:#42ff7e80}.quiz_host_email_submit{position:relative;display:flex;align-items:center;gap:6px;height:48px;padding:0 20px 0 22px;background:#42ff7e;border:none;border-radius:0 2px 2px 0;color:#000;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .18s ease;flex-shrink:0}.quiz_host_email_submit:hover{background:#5fffa0}.quiz_host_email_submit.is_loading{cursor:wait;color:transparent}.quiz_host_email_submit.is_loading svg{opacity:0}.quiz_host_email_submit.is_loading:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;transform:translate(-50%,-50%);border:2px solid rgba(0,0,0,.25);border-top-color:#000;border-radius:50%;animation:quiz_host_spin .7s linear infinite}@keyframes quiz_host_spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.quiz_host_email_error{margin:8px 0 0;font-size:12px;color:#ff6b6b;min-height:18px}.quiz_host_email_hint{margin:16px 0 0;width:459px;color:#7d7d7d;font-size:12px;font-style:normal;font-weight:400;line-height:135%}.quiz_host_recaptcha_legal{margin:10px 0 0;color:#7d7d7d;font-size:11px;font-weight:400;line-height:135%}.quiz_host_recaptcha_legal a{color:#7d7d7d;text-decoration:underline}.quiz_host_email_visual{display:none}.quiz_host_result_layout{display:flex;width:calc(100% + 120px);height:calc(100% + 120px);margin:-60px;align-items:stretch}.quiz_host_result_media{width:730px;height:540px;flex-shrink:0;background-size:cover;background-position:center;background-repeat:no-repeat}.quiz_host_result_content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:48px;padding-right:108px;box-sizing:border-box}.quiz_host_result_title{margin:0;color:#42ff7e;font-size:36px;font-style:normal;font-weight:400;line-height:115%}.quiz_host_result_desc{margin:16px 0 0;color:#b3b3b3;font-size:18px;font-style:normal;font-weight:400;line-height:135%}.quiz_host_result_cta{margin-top:64px;display:flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 20px 0 24px;border:none;border-radius:2px;background:#42ff7e;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:133%;text-decoration:none;box-sizing:border-box}.quiz_host_result_cta svg{width:20px;height:20px;flex-shrink:0}@media screen and (max-width:749px){.quiz_host_modal{align-items:stretch}.quiz_host_dialog{width:100%;max-width:100%;height:100dvh;border-radius:0;overflow-y:auto;background:linear-gradient(0deg,#00e5e3 -10.28%,#03bfbd,#069695 -6.17%,#097271,#0c5454 -1.03%,#0e3c3b,#102929 5.14%,#111b1b 9.25%,#111414 13.87%,#000 23.64%),linear-gradient(180deg,#0000 58%,#0003 91.1%);box-shadow:0 0 20px #00e5e34d inset}.quiz_host_close{top:16px;right:16px}.quiz_host_steps{padding:96px 16px 0}.quiz_host_step{position:relative;inset:unset;transform:none;transition:none;overflow:visible;height:auto}.quiz_host_step:not(.is_active){display:none}.quiz_host_step_body{height:auto;padding-bottom:40px}.quiz_host_question{font-size:24px}.quiz_host_prog_index{font-size:12px}.quiz_host_options{flex-direction:column;row-gap:16px}.quiz_host_option{font-size:16px;flex:0 0 100%;width:100%;white-space:normal}.quiz_host_result_layout{flex-direction:column;gap:0;width:100%;height:auto;margin:0;align-items:stretch;padding-bottom:40px}.quiz_host_result_media{width:100%;height:auto;aspect-ratio:1 / 1}.quiz_host_result_content{margin-top:32px;width:100%;padding-left:0;padding-right:0;justify-content:flex-start}.quiz_host_result_title{margin-top:32px;font-size:24px}.quiz_host_result_desc{font-size:16px}.quiz_host_result_cta{margin-top:32px;min-height:40px;max-height:40px;height:40px;padding:0 18px 0 22px;font-size:14px}.quiz_host_result_cta svg{width:20px;height:20px}.quiz_host_email_layout{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:32px;max-width:100%;height:auto;padding-right:0}.quiz_host_email_left{width:100%}.quiz_host_email_eyebrow{align-self:flex-start}.quiz_host_email_title{margin-top:16px;width:100%;font-size:44px}.quiz_host_email_note{width:100%;font-size:16px;margin-top:8px}.quiz_host_email_form{margin-top:24px;width:100%}.quiz_host_email_row{width:100%;flex-direction:row}.quiz_host_email_input{flex:1;width:auto;font-size:16px;border-right:none;border-radius:2px 0 0 2px}.quiz_host_email_submit{width:auto;border-radius:0 2px 2px 0;justify-content:center}.quiz_host_email_hint{width:100%;margin-top:8px;font-size:12px}.quiz_host_email_error{margin-top:8px}}
/*# sourceMappingURL=/cdn/shop/t/311/assets/quiz-modal.css.map */
