@-webkit-keyframes expand{0%{opacity:0;transform:translateX(100vw)}}@keyframes expand{0%{opacity:0;transform:translateX(100vw)}}@-webkit-keyframes fade-in{0%,80%{opacity:0}to{opacity:1}}@keyframes fade-in{0%,80%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-in-normal{0%{opacity:0}to{opacity:1}}@keyframes fade-in-normal{0%{opacity:0}to{opacity:1}}.quiz-index-index .column.main{padding-bottom:0}.hks-quiz-container,.quiz-header{background-color:#ecebf0;transition:.5s linear all;opacity:1;position:relative}.hks-quiz-container{width:100%;min-height:calc(100vh - 90px);display:flex;flex-direction:column}.is-quiz-landing-page-active .hks-quiz-container{transform:translateX(100%);opacity:0}.hks-quiz-container>.hks-quiz__messages{text-align:center;position:absolute;width:100%;top:20px;color:#ff720e}.quiz-header{border-bottom:1px solid rgba(214,207,228,.5)}.quiz-header__logo{max-width:200px;padding:20px 0 30px;margin:0 auto}@media (max-width:1024px){.quiz-landing-page .quiz-header__logo{max-width:160px}}.is-quiz-landing-page-active .quiz-header{transform:translateX(100%);opacity:0}.quiz-landing-page .quiz-header{transform:none;opacity:1}.quiz-header__back-icon{position:absolute;top:50%;transform:translateY(calc(-50% + 1px));left:21px}@media (min-width:1025px){.quiz-header__back-icon{transform:translateY(-50%)}}.hks-quiz__action.action-next button img,.quiz-header__back-icon a{display:block}@media (min-width:1025px){.quiz-header__back-icon a{display:flex;align-items:center}}.quiz-header__back-icon__img{display:block;background-image:url(../images/chevron.png);background-repeat:no-repeat;height:15px;width:8px}.quiz-header__back-icon__text{display:none}@media (min-width:1025px){.quiz-header__back-icon__text{display:block;margin-left:10px;font-weight:700;font-size:20px;color:#271a5c}}.quiz-header .hks-quiz__action.action-prev{position:absolute;height:100%;background-color:transparent}.hks-quiz__step{max-width:500px;margin:70px auto 20px;-webkit-animation:expand .4s ease-in-out;animation:expand .4s ease-in-out;transform:translateX(0)}@media (min-width:1025px){.hks-quiz__step{margin-top:150px}}.hks-quiz__sections{padding:0 20px;flex-grow:1}@media (max-width:1024px){.hks-quiz__sections{max-width:100%;overflow:hidden}}.hks-quiz__section{padding-bottom:133px;overflow:hidden}@media (max-width:1024px){.hks-quiz__section{padding-bottom:158px;overflow:visible}}.quiz-section-configure .hks-quiz__section,.quiz-section-result .hks-quiz__section,.quiz-section-upsell .hks-quiz__section{padding-bottom:92px}@media (max-width:1024px){.quiz-section-configure .hks-quiz__section,.quiz-section-upsell .hks-quiz__section{padding-bottom:117px}.quiz-section-result .hks-quiz__section{padding-bottom:92px}}.hks-quiz__step-counter{text-align:center;color:#d6cfe4;font-size:36px;font-weight:700;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#d6cfe4;margin-bottom:45px;display:none}@media (min-width:1025px){.hks-quiz__step-counter{font-size:64px}}.hks-quiz__step-title{font-size:30px;color:#333;line-height:30px;font-weight:700;margin-bottom:20px}.hks-quiz__step-title span{color:#ff720e}.hks-quiz__step-desc{margin-bottom:45px}.hks-quiz__step-desc-link{line-height:26px;color:#333;text-decoration:underline;font-size:14px;opacity:.6}.hks-quiz__step-form-field{margin-bottom:15px}.hks-quiz__step-form-field:last-child{margin-bottom:0}.hks-quiz__step-form-field.text{position:relative;overflow:hidden}.hks-quiz__step-form-field.text .field-label{position:absolute;top:-15px;left:12px;color:#a1a1a1;font-size:12px;transition:all .2s ease-in}.hks-quiz__step-form-field.text .form-input[type=text]{border:1px solid #ecebf0;border-radius:5px;font-size:16px;font-weight:400;color:#333;height:50px;transition:padding .2s ease-in}.hks-quiz__step-form-field.text.visible .field-label{top:5px}.hks-quiz__step-form-field.text.visible .form-input{padding-top:.8rem;padding-bottom:.2rem}.hks-quiz__step-form-field.select-multiple>.field-label,.hks-quiz__step-form-field.select-one>.field-label{display:none}.hks-quiz__step-form-field.select-multiple .field-option,.hks-quiz__step-form-field.select-one .field-option{position:relative;margin-bottom:15px}.hks-quiz__step-form-field.select-multiple .field-option:last-child,.hks-quiz__step-form-field.select-one .field-option:last-child{margin-bottom:0}.hks-quiz__step-form-field.select-multiple .field-option .form-input[type=checkbox],.hks-quiz__step-form-field.select-multiple .field-option .form-input[type=radio],.hks-quiz__step-form-field.select-one .field-option .form-input[type=checkbox],.hks-quiz__step-form-field.select-one .field-option .form-input[type=radio]{position:absolute;top:50%;transform:translateY(-50%);left:14px;z-index:2;color:#271a5c!important;border-radius:50%;outline:0!important;border:0!important;box-shadow:none!important;-webkit-appearance:unset;-moz-appearance:unset;appearance:unset}.hks-quiz__step-form-field.select-multiple .field-option .form-input[type=checkbox]:checked,.hks-quiz__step-form-field.select-multiple .field-option .form-input[type=radio]:checked,.hks-quiz__step-form-field.select-one .field-option .form-input[type=checkbox]:checked,.hks-quiz__step-form-field.select-one .field-option .form-input[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-color:#271a5c}.hks-quiz__step-form-field.select-multiple .field-option .form-input[type=checkbox]:checked+label,.hks-quiz__step-form-field.select-multiple .field-option .form-input[type=radio]:checked+label,.hks-quiz__step-form-field.select-one .field-option .form-input[type=checkbox]:checked+label,.hks-quiz__step-form-field.select-one .field-option .form-input[type=radio]:checked+label{background-color:#fff;border-color:#271a5c;color:#271a5c}.hks-quiz__step-form-field.select-multiple .field-option .field-option-label,.hks-quiz__step-form-field.select-one .field-option .field-option-label{padding-left:40px;display:block;position:relative;line-height:50px;border:1px solid #d6cfe4;border-radius:3px;transition:.2s ease-in all}.hks-quiz__step-form-field.select-multiple .field-option .field-option-label:hover,.hks-quiz__step-form-field.select-one .field-option .field-option-label:hover,.quiz-index-index .hks-quiz__personal-form__field.send input:hover{cursor:pointer}.hks-quiz__step-form-field.select-one-image>.field-label{display:none}.hks-quiz__step-form-field.select-one-image .field-option .field-option-section{border-radius:5px;border:1px solid #d6cfe4;transition:.2s ease-in all;position:relative;background-color:#fff}.hks-quiz__step-form-field.select-one-image .field-option .field-option-section:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-color:#fff;z-index:1;transition:.2s ease-in all}.hks-quiz__step-form-field.select-one-image .field-option .field-option-section.active{border:1px solid #271a5c}.hks-quiz__step-form-field.select-one-image .field-option .field-option-section.active:before{background-color:rgba(236,235,240,.5)}.hks-quiz__step-form-field.select-one-image .field-option .field-option-section .field-option-image{position:relative;z-index:5;width:100%;height:100%;min-height:136px;background-position:center;background-size:auto auto;background-repeat:no-repeat}.hks-quiz__step-form-field.select-one-image .field-option .field-option-label{text-align:center;font-size:14px;margin-top:15px}.hks-quiz__progress{position:absolute!important;width:100%;top:0;left:0}.hks-quiz__progress-line{height:4px;background:#ff720e;transition:all .4s ease-in}.hks-quiz__progress-label-container{width:100%;position:relative;top:10px;overflow:hidden;padding:0 10px}.hks-quiz__progress-label{transition:all .4s ease-in;font-size:14px;top:0;position:relative!important}.hks-quiz__actions-wrapper{width:100%;max-width:462px;margin:0 auto}.quiz-section-configure .hks-quiz__actions-wrapper,.quiz-section-result .hks-quiz__actions-wrapper,.quiz-section-upsell .hks-quiz__actions-wrapper{max-width:100%}.hks-quiz__buttons-wrapper{display:flex;margin-bottom:0}.hks-quiz__back-link-wrapper,.quiz-section-configure .hks-quiz__actions .hks-quiz__product__final-price,.quiz-section-result .hks-quiz__actions .hks-quiz__product__final-price,.quiz-section-upsell .hks-quiz__actions .hks-quiz__product__final-price{display:none}.hks-quiz__back-link-wrapper a{display:block;margin-bottom:0;-webkit-text-decoration:center;font-weight:400;font-size:14px;text-decoration:underline;text-align:center;opacity:.6}.hks-quiz__actions{padding:20px;bottom:0;left:0;background-color:#ecebf0;box-shadow:0-1px 0#e7e3ee;z-index:150}.quiz-section-configure .hks-quiz__actions,.quiz-section-result .hks-quiz__actions,.quiz-section-upsell .hks-quiz__actions{background-color:#fff}@media (min-width:1025px){.quiz-section-configure .hks-quiz__actions .hks-quiz__product__final-price,.quiz-section-result .hks-quiz__actions .hks-quiz__product__final-price,.quiz-section-upsell .hks-quiz__actions .hks-quiz__product__final-price{display:block;display:flex;margin-right:24px;margin-bottom:0}}.quiz-index-index .field-slider.noUi-target.noUi-horizontal .noUi-handle:before,.quiz-section-configure .hks-quiz__actions .hks-quiz__back-link-wrapper,.quiz-section-result .hks-quiz__actions .hks-quiz__back-link-wrapper,.quiz-section-upsell .hks-quiz__actions .hks-quiz__back-link-wrapper{display:none}.quiz-section-configure .hks-quiz__actions .hks-quiz__buttons-wrapper,.quiz-section-result .hks-quiz__actions .hks-quiz__buttons-wrapper,.quiz-section-upsell .hks-quiz__actions .hks-quiz__buttons-wrapper{margin-bottom:0}@media (min-width:1025px){.quiz-section-configure .hks-quiz__actions .hks-quiz__buttons-wrapper,.quiz-section-result .hks-quiz__actions .hks-quiz__buttons-wrapper,.quiz-section-upsell .hks-quiz__actions .hks-quiz__buttons-wrapper{justify-content:center}.quiz-section-configure .hks-quiz__actions .hks-quiz__buttons-wrapper .hks-quiz__product__final-price,.quiz-section-result .hks-quiz__actions .hks-quiz__buttons-wrapper .hks-quiz__product__final-price,.quiz-section-upsell .hks-quiz__actions .hks-quiz__buttons-wrapper .hks-quiz__product__final-price{flex-flow:row}.quiz-section-configure .hks-quiz__actions .hks-quiz__buttons-wrapper .hks-quiz__product__final-price .price-title,.quiz-section-result .hks-quiz__actions .hks-quiz__buttons-wrapper .hks-quiz__product__final-price .price-title,.quiz-section-upsell .hks-quiz__actions .hks-quiz__buttons-wrapper .hks-quiz__product__final-price .price-title{margin-right:10px}}.hks-quiz__action.action-prev,.hks-quiz__action.action-save-match{display:flex;align-items:center;justify-content:center;margin-right:10px;background-color:#fff;border:0}.hks-quiz__action.action-prev button,.hks-quiz__action.action-save-match button{height:50px;background-image:url(../images/chevron.png);background-repeat:no-repeat;background-position:center center}.hks-quiz__action.action-prev button{border-radius:3px;width:50px}.hks-quiz__action.action-prev button:focus,.hks-quiz__action.action-save-match button:focus{outline:0}.hks-quiz__action.action-prev button:disabled,.hks-quiz__action.action-prev button[disabled],.hks-quiz__action.action-save-match button:disabled,.hks-quiz__action.action-save-match button[disabled]{opacity:.5;cursor:default}.hks-quiz__action.action-next{flex-grow:1}@media (min-width:1025px){.quiz-section-configure .hks-quiz__action.action-next,.quiz-section-result .hks-quiz__action.action-next,.quiz-section-upsell .hks-quiz__action.action-next{flex-grow:0;width:308px}}.hks-quiz__action.action-next button{border-radius:3px;background-color:#271a5c;color:#fff;width:100%;height:50px;font-size:18px;font-weight:400;display:flex;justify-content:center;align-items:center}.hks-quiz__action.action-next button:focus{outline:0}.hks-quiz__action.action-next button span{display:block;margin-right:10px;background-image:url(../images/arrow.png);background-repeat:no-repeat;background-position:right 20px center;padding-right:50px;padding-left:50px;font-weight:700}@media (max-width:1024px){.quiz-section-result .hks-quiz__action.action-next button span{background-position:right;padding-right:25px;padding-left:10px}}.hks-quiz__action.action-next button:disabled,.hks-quiz__action.action-next button[disabled]{opacity:.5;cursor:default}.hks-quiz__action.action-save-match button{border:1px solid #333;padding:0 10px;width:auto;background:0 0;border-radius:3px;transition:.3s ease-in all}.hks-quiz__action.action-save-match button:hover{background-color:#271a5c}.hks-quiz__action.action-save-match button:hover span{color:#fff}.hks-quiz__action.action-save-match button span{transition:.3s ease-in all;color:#271a5c;font-weight:700}@media (max-width:1024px){.quiz-index-index .field-slider{max-width:calc(100% - 32px);margin:0 auto;transform:translateX(-7px);background-color:#ecebf0;border:0}.quiz-index-index .field-slider:before{position:absolute;content:"";display:block;height:13px;width:100%;background-color:#fff;border-radius:3px;border:1px solid #e5e7eb;top:0;width:calc(100% + 32px);transform:translateX(-8px)}}.quiz-index-index .field-slider.noUi-target.noUi-horizontal{height:.8em;cursor:pointer}.quiz-index-index .field-slider.noUi-target.noUi-horizontal .noUi-handle{background-color:#271a5c;border-radius:50%;height:36px;width:36px;border:2px solid #fff;outline-color:#271a5c!important;top:-13px;cursor:pointer;box-shadow:none}.quiz-index-index .field-slider.noUi-target.noUi-horizontal .noUi-handle:after{content:"";width:32px;height:32px;background:url(../images/slider-arrows.svg);top:0;left:0;position:absolute;display:block;background-repeat:no-repeat;background-position:center center;background-size:19px 9px}.quiz-section-result .quiz-header{background-color:#fff}.quiz-section-result .hks-quiz__product-view-transition{display:none;z-index:2;position:absolute;width:100%;background:#fff;bottom:0;height:100%}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view-transition{display:block;background:0 0}}.quiz-section-result .hks-quiz__product-view-transition__img{position:absolute;width:100%;top:0}.quiz-section-result .hks-quiz__product-view-transition__img img,.quiz-section-result .hks-quiz__product-view__bg-transition__img img{width:100%;transform:rotate(180deg)}.quiz-section-result .hks-quiz__product-view-transition__img:last-child,.quiz-section-result .hks-quiz__product-view__bg-transition__img:last-child{top:auto;bottom:0}.quiz-section-result .hks-quiz__product-view-transition__img:last-child img,.quiz-section-result .hks-quiz__product-view__bg-transition__img:last-child img{transform:rotate(0deg)}.quiz-section-result .hks-quiz__sections{padding:50px 0 0}@media (max-width:1024px){.quiz-section-result .hks-quiz__sections{padding-top:0}}.quiz-section-result .hks-quiz__section{overflow:visible}.quiz-section-result .hks-quiz__product-view{display:block;position:relative}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view{padding-bottom:50px}}.quiz-section-result .hks-quiz__product-view-loading-img{background-image:url(../images/result-loader.gif);background-repeat:no-repeat;background-position:top center;background-size:contain;width:100%;height:500px}.quiz-section-result .hks-quiz__product-view-loading__text,.quiz-section-result .hks-quiz__product-view__side__match-text p{text-align:center;color:#d6cfe4;font-size:36px;font-weight:700;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#d6cfe4;margin-bottom:0}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view-loading__text{font-size:64px;margin-top:50px}}.quiz-section-result .hks-quiz__product-view__bg-transition{display:none;z-index:2;background:#fff;position:absolute;width:100%;bottom:0;height:65%}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view__bg-transition{display:block}.quiz-section-result .hks-quiz__product-view__bg-transition__img-container{height:55%;bottom:0;position:absolute;left:0;width:100%;background-color:#fff;z-index:2}}.quiz-section-result .hks-quiz__product-view__bg-transition__img{position:absolute;width:100%;top:-2px}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view__bg-transition__img--top{transform:rotate(180deg) translateY(100%);top:calc(45% + 2px);z-index:5}.quiz-section-result .hks-quiz__product-view__wrapper{display:flex;max-width:1200px;margin:0 auto;z-index:10;position:relative}}.quiz-section-result .hks-quiz__product-view__side{text-align:center}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view__side{width:50%}}@media (max-width:1024px){.quiz-section-result .hks-quiz__product-view__side{overflow:hidden;position:relative;padding-top:50px}}.quiz-section-result .hks-quiz__product-view__side__match-text{position:absolute;z-index:50;top:0;right:20px}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view__side__match-text{display:none;position:absolute;z-index:1;top:-50px;right:20px;right:calc(50% + 20px);max-height:none;overflow:hidden}}.quiz-section-result .hks-quiz__product-view__side__match-text p{line-height:1}.quiz-section-result .hks-quiz__product-view__side__match-text--desktop{display:block}.quiz-section-result .hks-quiz__product-view__main{background-color:#fff}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view__main{width:50%;background-color:transparent;position:absolute;right:20px;top:0}}.quiz-section-result .hks-quiz__product-view__content{text-align:center;padding:0 30px 10px;background-image:url(../images/match/section-transition.png);background-repeat:no-repeat;background-position:50% calc(100% + 2px);background-size:100%}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view__content{background-image:none;background:#fff;margin-left:auto;position:relative;max-width:465px;padding:50px 62px;box-shadow:0 3px 6px -2px rgba(0,0,0,.1);border:1px solid #e5e7eb;border-radius:3px}}.quiz-section-result .hks-quiz__product-view__price-box{text-align:left;border:1px solid #e5e5e5;border-radius:3px;padding:10px 20px;margin-bottom:30px}.quiz-section-result .hks-quiz__product-view__price-box--desktop{display:none}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view__price-box--desktop{display:block;margin-left:auto;position:relative;max-width:465px;margin-top:10px;box-shadow:0 3px 6px -2px rgba(0,0,0,.1);border:1px solid #e5e7eb;padding:20px 60px;background-color:#fff}.quiz-section-result .hks-quiz__product-view__price-box--mobile{display:none}}.quiz-section-result .hks-quiz__product-view__price-box>div{display:grid;grid-template-columns:4.8fr 6fr;grid-column-gap:10px}.quiz-section-result .hks-quiz__product-view__price-box>div span{position:relative;top:3px;opacity:0;transition:.3s all linear}.quiz-section-result .hks-quiz__product-view__price-box>div span:nth-child(2){transition-delay:.3s}.quiz-section-result .hks-quiz__product-view__price-box>div span:nth-child(3){transition-delay:.6s}.quiz-section-result .hks-quiz__product-view__price-box .progress-wrapper{flex-grow:1}.quiz-section-result .hks-quiz__product-view__price-box .progress-wrapper__inner{height:7px;background-color:#ff720e;border-radius:2px;width:10%;position:relative;top:50%;transform:translateY(-50%);transition:3s width ease-in-out;transition-delay:1s}.quiz-section-result .hks-quiz__product-view__price-box__sengematch{color:#ff720e;margin-bottom:10px}.quiz-section-result .hks-quiz__product-view__price-box__sengematch p{font-size:10px;margin-bottom:0;font-weight:400}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view__price-box__sengematch p{font-size:12px}}.quiz-section-result .hks-quiz__product-view__price-box__indicative{color:#271a5c}.quiz-section-result .hks-quiz__product-view__price-box__indicative p{font-size:10px;margin-bottom:0;font-weight:400}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view__price-box__indicative p{font-size:12px}}.quiz-section-result .hks-quiz__product-view__price-box__indicative .progress-wrapper__inner{background-color:#271a5c}.quiz-section-result .hks-quiz__product-view__price-box--active>div span{top:0;opacity:1}.quiz-section-result .hks-quiz__product-view__price-box--active>div:first-child .progress-wrapper__inner{width:55%}.quiz-section-result .hks-quiz__product-view__price-box--active>div:last-child .progress-wrapper__inner{width:100%}.quiz-section-result .hks-quiz__product-view__name{font-size:36px;line-height:50px;font-weight:700;margin-bottom:20px}.quiz-section-result .hks-quiz__product-view__old-price{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.quiz-section-result .hks-quiz__product-view__old-price .price-title{font-size:15px;font-weight:400;line-height:1;margin-right:5px;display:block}.quiz-section-result .hks-quiz__product-view__old-price .price-amount{line-height:1;font-size:16px;font-weight:700;color:#333;text-decoration:line-through;opacity:.6}.quiz-section-result .hks-quiz__product-view__financing{font-size:14px;text-decoration:underline;font-weight:400}.quiz-section-result .hks-quiz__product-view__size-selection{margin-top:20px;margin-bottom:20px}.quiz-section-result .hks-quiz__product-view__size-selection__box{position:relative;cursor:pointer;box-shadow:rgb(0 0 0/0%)0 0 0 0,rgb(0 0 0/0%)0 0 0 0,rgb(0 0 0/10%)0 3px 6px -2px;border-width:1px;border-radius:.125rem;border-color:#e5e5e5;font-size:15px;height:45px;text-align:center;padding-left:10px;padding-right:30px}.quiz-section-result .hks-quiz__product-view__size-selection__box span,.quiz-section-result .hks-quiz__product-view__size-selection__item span{display:block;line-height:45px;height:45px}.quiz-section-result .hks-quiz__product-view__size-selection__box:after{content:"";background-image:url(../images/chevron-down.svg);display:block;width:9px;height:5px;background-repeat:no-repeat;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:.5s ease-in-out all}.quiz-section-result .hks-quiz__product-view__size-selection__items{opacity:0;transition:.5s ease-in all;transform-origin:top;height:0;overflow:hidden}.quiz-section-result .hks-quiz__product-view__size-selection__item{font-size:13px;cursor:pointer;box-shadow:rgb(0 0 0/0%)0 0 0 0,rgb(0 0 0/0%)0 0 0 0,rgb(0 0 0/10%)0 3px 6px -2px;border-width:1px;border-radius:.125rem;border-color:#e5e5e5;margin-bottom:10px;height:45px;padding-left:10px;padding-right:10px}.quiz-section-result .hks-quiz__product-view__size-selection__item:last-child{margin-bottom:0}.quiz-section-result .hks-quiz__product-view__size-selection.expanded .size-selection-items{opacity:1;height:150px;margin-top:10px}.quiz-section-result .hks-quiz__product-view__size-selection.expanded .hks-quiz__product-view__size-selection__box:after{transform:rotate(180deg)}.cms-block-wrapper-widget,.quiz-section-result .hks-quiz__product-view__design-action{display:none}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view__design-action{border-radius:3px;background:#271a5c;color:#fff;width:100%;height:50px;font-size:18px;font-weight:400;display:flex;justify-content:center;align-items:center;background-image:url(../images/arrow.png);background-repeat:no-repeat;background-position:right 20px center}}.quiz-section-result .hks-quiz__product-view__design-action span{font-weight:700}.quiz-section-result .hks-quiz__product-view__mattress-type-container{display:flex;justify-content:center;padding:0;max-width:170px;margin:0 auto 16px}.quiz-section-result .hks-quiz__product-view__mattress-type-item{width:50%}.quiz-section-result .hks-quiz__product-view__mattress-type-item:first-child{padding-right:10px}.quiz-section-result .hks-quiz__product-view__mattress-type-item:last-child{padding-left:10px}.quiz-section-result .hks-quiz__product-view__mattress-type-item__title{font-size:12px;font-weight:300;margin-bottom:10px;color:#000}.quiz-section-result .hks-quiz__product-view__mattress-type-item__profile{width:30px;height:33px;background-image:url(../images/match/profile.svg);background-repeat:no-repeat;margin:0 auto 10px}.quiz-section-result .hks-quiz__product-view__mattress-type-item__value{font-weight:700;font-size:12px;color:#000;margin-bottom:0}.quiz-section-result .hks-quiz__product__customer{font-size:22px;font-weight:700;line-height:30px;color:#333;max-width:80%;margin:0 auto 20px}@media (max-width:1024px){.quiz-section-result .hks-quiz__product__customer{text-align:left;max-width:calc(100% - 170px);margin-left:20px}}@media (min-width:1025px){.quiz-section-result .hks-quiz__product__customer{max-width:292px;padding:0 20px}}.quiz-section-result .hks-quiz__product__customer span{color:#ff720e}.quiz-section-result .hks-quiz__product__image{position:relative;padding-left:20px;padding-right:20px;padding-bottom:0;color:#ecebf0;background:linear-gradient(to bottom,#ecebf0 50%,#fff 50%)}.quiz-section-result .hks-quiz__product__image:before{content:"";position:absolute;width:100%;top:calc(50% - 20px);height:50px;background-image:url(../images/match/section-transition.svg);left:0;background-repeat:no-repeat;transform:rotate(180deg);background-size:100% 100%;z-index:3}@media (min-width:1025px){.quiz-section-result .hks-quiz__product__image:before{display:none}}@media (max-width:1024px){.quiz-section-result .hks-quiz__product__image img{position:relative;z-index:100}}@media (min-width:1025px){.quiz-section-result .hks-quiz__product__image img{position:relative;z-index:2}.quiz-section-result .hks-quiz__product__image{background:0 0}}.quiz-section-result .hks-quiz__product__image img{display:block;margin:0 auto}@media (max-width:1024px){.quiz-section-result .hks-quiz__product__image__bg{position:absolute;top:50%;bottom:0;width:100%;background:#fff;z-index:60;left:0;right:0}}.quiz-section-result .hks-quiz__product__final-price{display:flex;justify-content:center;align-items:center;margin-bottom:20px;flex-direction:column}.quiz-section-result .hks-quiz__product__final-price .price-title{font-size:15px;font-weight:400;line-height:30px;display:block}.quiz-section-result .hks-quiz__product__final-price .price-amount{line-height:30px;font-size:22px;font-weight:700;color:#ff720e}.quiz-section-result .hks-quiz__product-view-bottom-content{padding:50px 0 0}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view-bottom-content{padding:80px 0 0}}.quiz-section-result .hks-quiz__product-view-bottom-content__summary{padding:0 20px 50px}.quiz-section-result .hks-quiz__product-view-bottom-content__transition{background-color:#fff}.quiz-section-result .hks-quiz__product-view-bottom-content__transition img{display:block;width:100%;height:auto;transform:rotate(180deg);position:relative;top:-2px}.quiz-section-result .hks-quiz__product-view-bottom-content__price-comparison{background-color:#fff;padding-top:50px;padding-left:20px;padding-right:20px}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view-bottom-content__price-comparison{padding-top:80px}.quiz-section-result .hks-quiz__product-view-bottom-content__price-comparison__col:last-child{max-width:435px}}.quiz-section-result .hks-quiz__product-view-bottom-content__price-comparison__wrapper{padding:30px;border:1px solid #e5e5e5}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view-bottom-content__price-comparison__wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;padding:80px 60px;grid-column-gap:130px;direction:rtl}.quiz-section-result .hks-quiz__product-view-bottom-content__price-comparison__wrapper>*{direction:ltr}}.quiz-section-result .hks-quiz__product-view-bottom-content__price-comparison__title{font-size:18px;text-align:center;font-weight:600;margin-bottom:20px}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view-bottom-content__price-comparison__title{text-align:left;font-weight:400;font-size:32px;margin-bottom:30px;line-height:36px}}.quiz-section-result .hks-quiz__product-view-bottom-content__price-comparison__text{font-size:16px;line-height:22px;font-weight:300;text-align:center;margin-bottom:80px}@media (min-width:1025px){.quiz-section-result .hks-quiz__product-view-bottom-content__price-comparison__text{text-align:left}}.quiz-section-result .hks-quiz__product-view-dynamic-content,.quiz-section-result.quiz-step-configure .quiz-header{background-color:#fff}.quiz-section-result .hks-quiz__product-view-dynamic-content #infographic-gallery img{min-height:1px}@media (min-width:1025px){.quiz-section-result:not(.quiz-step-configure) .hks-quiz__product__image{width:140%;top:-60px;left:-10%}}@media (max-width:1024px){.quiz-section-result:not(.quiz-step-configure) .hks-quiz__product__image img{max-width:130%;width:130%;margin-left:-15%;top:-20px}}.quiz-section-result.quiz-step-configure .hks-quiz__sections{padding:0}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__sections{padding-top:50px}}.quiz-section-result.quiz-step-configure .hks-quiz__section{padding-top:25px;padding-bottom:92px}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__section{padding-bottom:220px;padding-top:0}}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__title{display:none;padding:0 20px;text-align:center;color:#d6cfe4;font-size:36px;font-weight:700;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#d6cfe4;margin-bottom:50px}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__title{font-size:64px;margin-bottom:0}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__options{position:fixed;width:100%;bottom:92px}}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__options__title{padding:0 20px 20px}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__options__title{display:none}}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__options__title span{color:#333;font-weight:400;font-size:14px;text-align:center;display:block;opacity:.6}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__options-container{display:flex;background-color:#fff;max-width:100%;overflow-x:scroll;align-items:stretch;border-top:1px solid #ecebf0;border-bottom:1px solid #ecebf0}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__options-container{overflow:hidden;justify-content:center}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__options-container>div{flex-basis:0;flex-grow:1}}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option{border-right:1px solid #ecebf0}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option:last-child,.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option__selection:last-child{border-right:0}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option-inner{width:150px;height:100%;cursor:pointer;padding:20px;text-align:center}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option-inner{margin:0 auto;width:250px;padding:10px 20px}}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option-image{text-align:center;margin-bottom:5px;height:90px}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option-image img{display:block;position:relative;margin:0 auto;height:90px;width:auto}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option__selections,.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__options.has-active .hks-quiz__product-configure__option-inner,.quiz-section-result.quiz-step-configure .hks-quiz__product__image:before{display:none}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option__selection{width:150px;cursor:pointer;padding:10px 20px;border-right:1px solid #ecebf0}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option__selection-image{text-align:center;margin-bottom:10px;width:auto;margin-left:auto;margin-right:auto;height:90px}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option__selection-image{width:auto;margin-left:auto;margin-right:auto;height:90px}}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option__selection-image img{display:block;position:relative;width:auto;height:90px;margin:0 auto;-o-object-fit:contain;object-fit:contain}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option__selection-image img{padding:0 20px;width:auto;height:90px;margin:0 auto}}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option__selection.active{border-top:2px solid #ff720e}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option__selection-title{font-weight:700;font-size:14px;margin-bottom:10px;color:#333;text-align:center}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option__selection-title{max-width:250px;margin-left:auto;margin-right:auto;padding:0 20px}}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option__selection-price{font-weight:700;font-size:12px;color:#ff720e;text-align:center}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option__selection-price{max-width:250px;margin-left:auto;margin-right:auto;padding:0 20px}}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option-title{font-weight:700;font-size:14px;color:#333;margin-bottom:0}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option-selected .selected-title{font-weight:400;font-size:14px;color:#333;opacity:.6}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option-selected .selected-price{font-weight:400;font-size:12px;color:#ff720e}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__options.has-active .hks-quiz__product-configure__option{border-right:0}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__options.has-active .hks-quiz__product-configure__options-container{display:block!important}}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option.active .hks-quiz__product-configure__option__selections{display:flex;align-items:stretch}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__option.active .hks-quiz__product-configure__option__selections>div{flex-basis:0;flex-grow:1;margin:0 auto}}.quiz-section-result.quiz-step-configure .hks-quiz__product-configure__edit-actions .hks-quiz__action.action-next button span{background-image:none}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product__final-price{display:flex;justify-content:center;align-items:center}}.quiz-section-result.quiz-step-configure .hks-quiz__product__final-price .price-title{font-size:15px;font-weight:400;line-height:30px;margin-right:5px;display:block}.quiz-section-result.quiz-step-configure .hks-quiz__product__final-price .price-amount{line-height:30px;font-size:22px;font-weight:700;color:#ff720e}.quiz-section-result.quiz-step-configure .hks-quiz__product__image{background:#ecebf0;padding:0 20px 50px}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product__image{padding-bottom:0}}@media (min-width:1025px){.quiz-section-result.quiz-step-configure .hks-quiz__product__image img{margin:0 auto;z-index:0;max-height:450px}}.quiz-section-result.quiz-step-configure .hks-quiz__product__image__bg,.result-summary__title{display:none}.quiz-section-result.quiz-step-upsell .quiz-header{background-color:#fff}.quiz-section-result.quiz-step-upsell .hks-quiz__sections{padding:20px 0 0}@media (min-width:1025px){.quiz-section-result.quiz-step-upsell .hks-quiz__sections{padding-top:50px}}.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__title{padding:0 20px;text-align:center;color:#d6cfe4;font-size:36px;font-weight:700;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#d6cfe4;margin-bottom:50px}@media (min-width:1025px){.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__title{font-size:64px;margin-bottom:20px}}.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__subtitle{padding:0 20px;margin-bottom:50px;font-size:22px;line-height:30px;font-weight:700;text-align:center}.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__items{padding:0 20px}@media (min-width:1025px){.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__items{max-width:500px;margin:0 auto}}.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__item{display:flex;background-color:#fff;margin-bottom:20px;align-items:center}.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__item-media{width:30%}.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__item-main{width:70%;padding:20px}.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__item-title{font-size:16px;font-weight:300;line-height:24px;margin-bottom:30px}.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__bottom-wrapper{display:flex;justify-content:space-between;align-items:center}.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__item-price{font-size:16px;font-weight:700}.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__item-price.old-price{text-decoration:line-through;color:#a1a1a1}.quiz-index-index .modal-popup .popup-content .quiz-popup-content__subtitle p span,.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__item-price.with-discount,.result-summary__item span{color:#ff720e}.quiz-section-result.quiz-step-upsell .hks-quiz__product-upsell__action button{padding:5px 30px;background-color:#271a5c;border-radius:2px;color:#fff}.quiz-section-result.quiz-step-upsell .hks-quiz__product__final-price{display:flex;justify-content:center;align-items:center;margin-bottom:0}.quiz-section-result.quiz-step-upsell .hks-quiz__product__final-price .price-title{font-size:15px;font-weight:400;line-height:30px;margin-right:5px;display:block}.quiz-section-result.quiz-step-upsell .hks-quiz__product__final-price .price-amount,.usp-block-result__title p{line-height:30px;font-size:22px;font-weight:700;color:#ff720e}@media (max-width:1024px){.quiz-section-result.quiz-step-upsell .hks-quiz__product__final-price{display:none}}@media (min-width:1025px){.result-summary__title{display:block;text-align:center;font-size:22px;font-weight:700;margin-bottom:50px}.result-summary__item-container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:100px;grid-row-gap:50px;max-width:1200px;margin:0 auto}}.result-summary__item{display:flex;align-items:flex-start}.result-summary__item__img{margin-right:30px;width:57px;height:auto;min-width:57px}.result-summary__item__text__title{font-weight:700;font-size:16px;margin-bottom:5px;color:#333}.result-summary__item__text__description{font-weight:400;font-size:16px;line-height:24px;color:#333}.usp-block-result{position:relative;background-color:#fff;padding:50px 20px 100px}@media (min-width:1025px){.usp-block-result__title{max-width:1200px;margin:0 auto}}.usp-block-result__title p{color:#333;margin:0 0 20px}@media (min-width:1025px){.usp-block-result__title p{text-align:center;margin-bottom:50px}.usp-block-result__items{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:150px;max-width:1200px;margin:0 auto}}.usp-block-result__item{display:flex;align-items:center;padding:10px;border-top:1px solid #e5e5e5}@media (min-width:1025px){.usp-block-result__item{border-bottom:1px solid #e5e5e5;justify-content:center}}.usp-block-result__item:last-child{border-bottom:1px solid #e5e5e5}.usp-block-result__item p{margin-bottom:0;font-size:16px;line-height:24px;font-weight:400;color:#333}.usp-block-result__item__img{margin-right:30px;height:50px;width:50px;background-repeat:no-repeat;background-position:left center;background-size:100%}.usp-block-result__item__img,.usp-block-result__item__img--try-period{background-image:url(../images/match/100dage-icon.svg)}.usp-block-result__item__img--guarantee{background-image:url(../images/match/garanti-icon.svg)}.usp-block-result__item__img--delivery{background-image:url(../images/match/levering-icon.svg);width:60px;position:relative;margin-left:-10px}@media (min-width:1025px){.usp-block-result__item__img--delivery{margin-left:0}}.rp-price-chart{height:300px;position:relative}.rp-price-chart>span{position:absolute;top:auto;bottom:0;left:0;width:0;height:1px;background-color:rgba(196,196,196,.75);transition:1.7s ease-in-out width}.hks-quiz__step-form-field.text input,.is-rp-price-box-active .rp-price-chart>span{width:100%}.rp-price-chart>span:nth-child(1){bottom:50px}.rp-price-chart>span:nth-child(2){bottom:95px}.rp-price-chart>span:nth-child(3){bottom:140px}.rp-price-chart>span:nth-child(4){bottom:185px}.rp-price-chart>span:nth-child(5){bottom:230px}.rp-price-chart>span:nth-child(6){bottom:275px}.rp-price-chart__col{position:absolute;width:50%;left:0;bottom:0;height:100%}.rp-price-chart__col p{position:absolute;bottom:0;margin-bottom:0;width:100%;text-align:center;font-size:14px;font-weight:400;color:#271a5c}.rp-price-chart__col p span{opacity:0;transition:.5s linear opacity;transition-delay:1.2s;display:inline}.rp-price-chart__col p span:nth-child(2){transition-delay:1.5s}.rp-price-chart__col p span:nth-child(3){transition-delay:1.8s}.is-rp-price-box-active .rp-price-chart__col p span{opacity:1}.rp-price-chart__col:last-child{left:auto;right:0}.rp-price-chart__col:last-child p{color:#ff720e}.rp-price-chart__chart-col{position:absolute;bottom:50px;width:60px;background-color:#271a5c;left:50%;transform:translateX(-50%);transition:3s ease-in-out all;transition-delay:1.2s;height:0}@media (min-width:1025px){.rp-price-chart__chart-col{width:90px}}.is-rp-price-box-active .rp-price-chart__chart-col{height:250px}.rp-price-chart__chart-col--second{background-color:#ff720e}.is-rp-price-box-active .rp-price-chart__chart-col--second{height:150px}.quiz-index-index .modals-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.quiz-index-index .modal-popup{background:0 0;display:block!important;pointer-events:none;opacity:0;transition:opacity .4s ease-in-out;margin:0 auto}.quiz-index-index .modal-popup._show{pointer-events:all;opacity:1}.quiz-index-index .modal-popup .modal-header{display:none!important}.quiz-index-index .modal-popup .popup-content{padding-top:0;padding-left:0;padding-right:0;max-height:100%;width:100%;max-width:800px;top:50%;box-shadow:0 4px 4px rgba(0,0,0,.35)}@media (max-width:1024px){.quiz-index-index .modal-popup .popup-content{max-width:90%;max-height:85vh;top:50%}}.quiz-index-index .modal-popup .popup-content .close{background:#271a5c;padding:.75rem;position:absolute;top:1rem;right:1rem;border-radius:100%}.quiz-index-index .modal-popup .popup-content .close .icon-close{display:block;width:1rem;height:1rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBhcmlhLWhpZGRlbj0idHJ1ZSI+CiAgICA8cGF0aCBkPSJNMy4wNzEyOSAyLjkyODk2TDE3LjIxMzQgMTcuMDcxMSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlPSIjRkZGIi8+CiAgICA8cGF0aCBkPSJNMTcuMjEyOSAyLjkyODk2TDMuMDcwNzUgMTcuMDcxMSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlPSIjRkZGIi8+Cjwvc3ZnPgo=);background-size:100%auto}.quiz-index-index .modal-popup .popup-content .quiz-popup-content__image{margin-bottom:50px}.quiz-index-index .modal-popup .popup-content .quiz-popup-content__image img{width:100%;max-height:200px;-o-object-fit:cover;object-fit:cover}.quiz-index-index .modal-popup .popup-content .quiz-popup-content__title{margin-left:20px;margin-right:20px;padding-bottom:50px;margin-bottom:25px;border-bottom:1px solid #d6cfe4}.quiz-index-index .modal-popup .popup-content .quiz-popup-content__title p{color:#d6cfe4;font-size:36px;font-weight:700;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#d6cfe4;line-height:46px;margin-bottom:0}.quiz-index-index .modal-popup .popup-content .quiz-popup-content__subtitle{margin-bottom:25px;padding:0 20px}.quiz-index-index .modal-popup .popup-content .quiz-popup-content__subtitle p{font-size:20px;font-weight:400;margin-bottom:0}.quiz-index-index .modal-popup .popup-content .quiz-popup-content__text{margin-bottom:50px;padding:0 20px}.quiz-index-index .modal-popup .popup-content .quiz-popup-content__text p{font-size:14px;font-weight:300}.quiz-index-index .modal-popup .popup-content .quiz-popup-content__usp{display:grid;grid-template-columns:1fr 1fr 1fr;padding:0 20px;grid-gap:15px}.quiz-index-index .modal-popup .popup-content .quiz-popup-content__usp__item{text-align:center}.quiz-index-index .modal-popup .popup-content .quiz-popup-content__usp__item img{display:inline}.quiz-index-index .hks-quiz__personal-form{background-color:#ecebf0;padding-top:20px!important;border-radius:3px;max-width:720px;padding-bottom:30px}.quiz-index-index .hks-quiz__personal-form .hks-quiz__message{text-align:center;max-width:90%;margin:0 auto 10px}.quiz-index-index .hks-quiz__personal-form .popup-inner{width:100%;margin:0 auto;padding:0 150px}@media (max-width:1024px){.quiz-index-index .hks-quiz__personal-form .popup-inner{padding:0 20px}}.quiz-index-index .hks-quiz__personal-form__logo{text-align:center;margin-bottom:40px}.quiz-index-index .hks-quiz__personal-form__logo img,.quiz-index-index .hks-quiz__save-match-form__logo img{display:inline-block;height:40px}.quiz-index-index .hks-quiz__personal-form__title{text-align:center;font-size:22px;font-weight:600;margin-bottom:10px;line-height:1.1}.quiz-index-index .hks-quiz__personal-form__title span{color:#ff720e}.quiz-index-index .hks-quiz__personal-form__subtitle{text-align:center;font-size:14px;margin-bottom:30px}.quiz-index-index .hks-quiz__personal-form__fieldset{border-top:1px solid #d6cfe4}.quiz-index-index .hks-quiz__personal-form__fieldset form,.quiz-index-index .hks-quiz__save-match-form__fieldset form{margin-top:30px}.quiz-index-index .hks-quiz__personal-form__field.email,.quiz-index-index .hks-quiz__personal-form__field.field-name{height:50px;width:90%;margin:0 auto 10px}@media (max-width:1024px){.quiz-index-index .hks-quiz__personal-form__field.email,.quiz-index-index .hks-quiz__personal-form__field.field-name{width:100%}}.quiz-index-index .hks-quiz__personal-form__field.email:last-child,.quiz-index-index .hks-quiz__personal-form__field.field-name:last-child{margin-bottom:0}.quiz-index-index .hks-quiz__personal-form__field.email .mage-error,.quiz-index-index .hks-quiz__personal-form__field.field-name .mage-error,.quiz-index-index .hks-quiz__save-match-form__title span{color:#ff720e}.quiz-index-index .hks-quiz__personal-form__field.email,.quiz-index-index .hks-quiz__personal-form__field.field-name{position:relative;overflow:hidden}.quiz-index-index .hks-quiz__personal-form__field.email .field-label,.quiz-index-index .hks-quiz__personal-form__field.field-name .field-label{position:absolute;top:-18px;left:12px;color:#a1a1a1;font-size:12px;transition:all .2s ease-in}.quiz-index-index .hks-quiz__personal-form__field.email .form-input,.quiz-index-index .hks-quiz__personal-form__field.field-name .form-input{margin:0!important}.quiz-index-index .hks-quiz__personal-form__field.email .form-input[type=text],.quiz-index-index .hks-quiz__personal-form__field.field-name .form-input[type=text]{width:100%;border:1px solid #ecebf0;border-radius:5px;font-size:16px;font-weight:400;color:#333;height:50px;transition:padding .2s ease-in}.quiz-index-index .hks-quiz__personal-form__field.email.visible .field-label,.quiz-index-index .hks-quiz__personal-form__field.field-name.visible .field-label{top:1px}.quiz-index-index .hks-quiz__personal-form__field.email.visible .form-input,.quiz-index-index .hks-quiz__personal-form__field.field-name.visible .form-input{padding-top:.8rem;padding-bottom:.2rem}.quiz-index-index .hks-quiz__personal-form__field.send{max-width:90%;display:flex;align-items:center;margin:30px auto 40px}@media (max-width:1024px){.quiz-index-index .hks-quiz__personal-form__field.send{max-width:100%}}.quiz-index-index .hks-quiz__personal-form__field.send input{margin-right:10px;color:#271a5c!important;border-radius:0;outline:0!important;border:1px solid #333!important;box-shadow:none!important}.quiz-index-index .hks-quiz__personal-form__field.send input:checked,.quiz-index-index .hks-quiz__save-match-form__field.send input:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}.quiz-index-index .hks-quiz__personal-form__field.send .field-label{font-size:14px}.quiz-index-index .hks-quiz__personal-form__submit{max-width:300px;margin:0 auto}.quiz-index-index .hks-quiz__personal-form__submit button,.quiz-index-index .hks-quiz__save-match-form__submit button{border-radius:3px;background-color:#271a5c;color:#fff;width:100%;height:50px;font-size:18px;font-weight:400;display:flex;justify-content:center;align-items:center}.quiz-index-index .hks-quiz__personal-form__submit button:focus,.quiz-index-index .hks-quiz__save-match-form__submit button:focus{outline:0}.quiz-index-index .hks-quiz__personal-form__submit button span{display:block;margin-right:10px;background-image:url(../images/arrow.png);background-repeat:no-repeat;background-position:right 20px center;padding-right:50px;padding-left:50px;font-weight:700}.quiz-index-index .hks-quiz__save-match-form{padding-bottom:0;height:auto}.quiz-index-index .hks-quiz__save-match-form .popup-inner{width:100%;margin:0 auto;padding:10px 150px 20px;background-color:#ecebf0}@media (max-width:1024px){.quiz-index-index .hks-quiz__save-match-form .popup-inner{padding:10px 20px}}.quiz-index-index .hks-quiz__save-match-form .popup-inner--second-step{-webkit-animation:fade-in-normal .5s linear;animation:fade-in-normal .5s linear}.quiz-index-index .hks-quiz__save-match-form__logo{text-align:center;margin-bottom:20px;padding-bottom:20px;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;border-bottom:1px solid #d6cfe4}@media (min-width:1025px){.quiz-index-index .hks-quiz__save-match-form__logo{margin-left:-150px;margin-right:-150px;padding-left:150px;padding-right:150px}}.quiz-index-index .hks-quiz__save-match-form__title{font-size:16px;text-align:center;font-weight:600;margin-bottom:20px;line-height:1.1}@media (min-width:1025px){.quiz-index-index .hks-quiz__save-match-form__title{font-size:28px}}.quiz-index-index .hks-quiz__save-match-form__subtitle{text-align:center;font-size:14px;margin-bottom:30px}.quiz-index-index .hks-quiz__save-match-form__fieldset{border-top:0}.quiz-index-index .hks-quiz__save-match-form__field.email{height:50px;width:100%;margin:0 auto 10px;position:relative;overflow:hidden}@media (max-width:1024px){.quiz-index-index .hks-quiz__save-match-form__field.email{width:100%}}.quiz-index-index .hks-quiz__save-match-form__field.email:last-child{margin-bottom:0}.quiz-index-index .hks-quiz__save-match-form__field.email .mage-error{color:#ff720e}.quiz-index-index .hks-quiz__save-match-form__field.email .field-label{position:absolute;top:-18px;left:12px;color:#a1a1a1;font-size:12px;transition:all .2s ease-in}.quiz-index-index .hks-quiz__save-match-form__field.email .form-input{margin:0!important}.quiz-index-index .hks-quiz__save-match-form__field.email .form-input[type=text]{width:100%;border:1px solid #ecebf0;border-radius:5px;font-size:16px;font-weight:400;color:#333;height:50px;transition:padding .2s ease-in}.quiz-index-index .hks-quiz__save-match-form__field.email.visible .field-label{top:1px}.quiz-index-index .hks-quiz__save-match-form__field.email.visible .form-input{padding-top:.8rem;padding-bottom:.2rem}.quiz-index-index .hks-quiz__save-match-form__field.send{display:flex;align-items:center;margin-top:20px}.quiz-index-index .hks-quiz__save-match-form__field.send .form-input{margin-right:12px}.quiz-index-index .hks-quiz__save-match-form__field.send .field-label{font-size:13px;line-height:18px;margin:0;color:#0e1f2a}.quiz-index-index .hks-quiz__save-match-form__field.send input{color:#271a5c!important;border-radius:0;outline:0!important;box-shadow:none!important}.quiz-index-index .hks-quiz__save-match-form__field.send label{font-size:12px}.quiz-index-index .hks-quiz__save-match-form__submit{max-width:300px;margin:50px auto 0}@media (min-width:1025px){.quiz-index-index .hks-quiz__save-match-form__submit{margin-bottom:30px}}@media (max-width:1024px){.quiz-index-index .hks-quiz__save-match-form__submit{margin-top:30px;margin-bottom:20px}}.quiz-index-index .hks-quiz__save-match-form__submit button[disabled]{opacity:.5;cursor:default}.quiz-index-index .hks-quiz__save-match-form__submit button span{display:block;font-weight:700;background-image:url(../images/arrow.png);background-repeat:no-repeat;background-position:right center;padding-left:30px;padding-right:30px;margin-right:0}.quiz-index-index .hks-quiz__save-match-form__bottom-text{text-align:center;margin-top:10px;color:#757575;font-size:14px}.quiz-index-index .hks-quiz__save-match-form__checkmark{height:50px;width:50px;background-color:#271a5c;border-radius:8px;margin:0 auto 20px;position:relative}.quiz-index-index .hks-quiz__save-match-form__checkmark-icon{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;-webkit-animation:fade-in 2.5s linear;animation:fade-in 2.5s linear;opacity:1}.quiz-index-index .hks-quiz__save-match-form__usp{display:flex;justify-content:space-between;margin:0-10px}.quiz-index-index .hks-quiz__save-match-form__usp-item{width:33%;padding:0 10px;display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.quiz-index-index .hks-quiz__save-match-form__usp-item-image{margin-bottom:10px}.quiz-index-index .hks-quiz__save-match-form__usp-item-image img{height:35px}.quiz-index-index .hks-quiz__save-match-form__usp-item-title{text-align:center;font-size:12px}.quiz-landing-page{position:absolute;top:0;width:100%;height:100%;background-color:#ecebf0;transform:translateX(-100%);transition:.5s linear all;z-index:151;opacity:0}.is-quiz-landing-page-active .quiz-landing-page{transform:translateX(0);opacity:1}.quiz-landing-page__content{height:calc(100vh - 82px);overflow:hidden;display:flex;flex-direction:column}@media (min-width:1025px){.quiz-landing-page__content{display:grid;grid-template-columns:1fr 1fr;direction:rtl;grid-column-gap:40px;height:calc(100vh - 90px)}}.quiz-landing-page__col:first-child{max-width:300px;margin:50px auto}@media (min-width:1025px){.quiz-landing-page__col:first-child{margin:0;max-width:100%;direction:ltr}}.quiz-landing-page__col:last-child{flex-grow:1}@media (min-width:1025px){.quiz-landing-page__col:last-child{direction:ltr}}.quiz-landing-page__col:last-child img{display:none}@media (min-width:1025px){.quiz-landing-page__text-content{padding:20px;max-width:530px;margin:0 auto;position:relative;top:50%;transform:translateY(-50%)}}.quiz-landing-page__filler-image{width:100%;height:100%;background-image:url(/media/quiz/landing-page.png);background-position:center;background-repeat:no-repeat;background-size:100%auto}.quiz-landing-page__filler-video{width:100%;height:100%;position:relative}.quiz-landing-page__filler-video .video-js{position:absolute;top:0;left:0;min-width:100%;min-height:100%;width:100%;height:100%}.quiz-landing-page__filler-video video{-o-object-fit:cover;object-fit:cover}.quiz-landing-page__filler-video .vjs-poster{background-size:cover}.quiz-landing-page__title{font-weight:700;font-size:31px;line-height:108.16%;color:#271a5c;text-align:center;margin-bottom:30px}@media (min-width:1025px){.quiz-landing-page__title{font-size:54px;line-height:59px;margin-bottom:50px}}.quiz-landing-page__text{color:#271a5c;font-size:13px;line-height:17px;text-align:center;margin-bottom:30px;font-weight:700}@media (min-width:1025px){.quiz-landing-page__text{font-size:20px;line-height:26px;font-weight:700;margin-bottom:50px}}.quiz-landing-page__btn-cotnainer{text-align:center}.quiz-landing-page__btn-cotnainer a{padding:15px 20px;background-color:#271a5c;font-weight:700;font-size:14px;line-height:18px;text-align:center;color:#fff;border-radius:3px;display:inline-block}@media (min-width:1025px){.quiz-landing-page__btn-cotnainer a{font-size:19px;line-height:28px}}.quiz-index-index.quiz-step-1 .column.main{background-color:#ecebf0}.quiz-index-index .loading-mask{position:fixed;z-index:150;width:100%;height:100%;background-color:rgba(255,255,255,.5);opacity:1}.quiz-index-index .loader{display:none;position:fixed;top:0;left:0;right:0;bottom:0;text-align:center;z-index:99}.quiz-index-index .loader img{display:inline-block}.hks-quiz__progress,.quiz-index-index .modal-popup{}.quiz-index-index .modal-popup._show{display:block}.hks-quiz__progress-line{width:0}.hks-quiz__progress-label{left:0}.hks-quiz__step{display:flex;justify-content:center;position:relative}.hks-quiz__step-inner{width:500px}.hks-quiz__step-desc,.hks-quiz__step-title{text-align:center}.hks-quiz__step-desc-link{cursor:pointer}.hks-quiz__step-desc-block{display:none}.hks-quiz__step-form-field.select-multiple-image .field-options,.hks-quiz__step-form-field.select-one-image .field-options,.hks-quiz__step-form-field.yesno .field-options{display:flex;flex-wrap:wrap}.hks-quiz__step-form-field.select-multiple-image .field-option,.hks-quiz__step-form-field.select-one-image .field-option,.hks-quiz__step-form-field.yesno .field-option{width:50%;padding:10px}.hks-quiz__step-form-field.select-multiple-image .field-option-section,.hks-quiz__step-form-field.select-one-image .field-option-section,.hks-quiz__step-form-field.yesno .field-option-section{cursor:pointer;text-align:center;border:1px solid gray}.hks-quiz__step-form-field.select-multiple-image .field-option-section.active,.hks-quiz__step-form-field.select-one-image .field-option-section.active,.hks-quiz__step-form-field.yesno .field-option-section.active{border-color:red}.hks-quiz__step-form-field.select-multiple-image .field-option-image,.hks-quiz__step-form-field.select-one-image .field-option-image,.hks-quiz__step-form-field.yesno .field-option-image{width:100px;height:150px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-position:center center}.hks-quiz__step-form-field.select-multiple-image .field-option-label,.hks-quiz__step-form-field.select-one-image .field-option-label,.hks-quiz__step-form-field.yesno .field-option-label{display:block;cursor:pointer}.hks-quiz__step-form-field.slider,.hks-quiz__step-form-field.slider-options{position:relative;height:100px}@media (max-width:1024px){.hks-quiz__step-form-field.slider,.hks-quiz__step-form-field.slider-options{margin:0 10px}}.hks-quiz__step-form-field.slider .field-title,.hks-quiz__step-form-field.slider-options .field-title{position:absolute;left:0}.hks-quiz__step-form-field.slider .field-value,.hks-quiz__step-form-field.slider-options .field-value{position:absolute;right:0}.hks-quiz__step-form-field.slider .field-slider,.hks-quiz__step-form-field.slider-options .field-slider{top:50px}.hks-quiz__actions{position:fixed;width:100%;display:flex}@media (max-width:1024px){.hks-quiz__actions{display:block;max-width:100%}}.hks-quiz__action{text-align:center}