"); margin-right: 8px; margin-top: 3px; width: 15px; height: 15px; } .card .ribbon-top-choice.ribbon-top-choice { background: #37D39E; clip-path: polygon(100% 0%, calc(100% - 10px) 50%, 100% 100%, 0 100%, 0 0); color: #161616; z-index: 2; display: block; position: absolute; left: 0; top: 6px; width: 140px; height: 2em; text-transform: uppercase; font-size: 0.75rem; line-height: 2; font-weight: 700; text-align: center; background-size: 100%; background-repeat: no-repeat; } .ribbon-block { display:none !important; } .card { position: relative; } .card:first-of-type .ribbon-block{ display: inline-block !important; } .card:first-of-type { border: 1px solid #38d39f; box-shadow: 0 0 25px -9px rgba(0, 0, 0, 0.3); position: relative; } .card:first-of-type ul li:before { content: url("data:image/svg+xml; utf8, "); } .btn { max-width: calc(50% - 0.5em); } .ctas-container { margin-top: 1em; display: flex; flex-wrap: wrap; } .ctas-container .btn { flex: 1 1 500; display: flex; flex-direction: column; flex-basis: 100%; padding: 10px 4px; } .btn-outline-primary, a.btn-outline-primary { background: 0 0 !important; color: #1e22ff !important; } .btn, a.btn { text-decoration: none !important; font-weight: 700; font-size: 0.785rem; color: #fff; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border-radius: 0.25rem; padding: 0.6875rem 1.5rem; cursor: pointer; text-align: center; background: #1e22ff; border: 1px solid #1e22ff; margin: 9px 2px; } /* Form */ .radio-group { border: 1px solid #CCC; } .group-answer { margin: 0; background-color: #FFF; padding:0; } .group-answer:nth-of-type(even) label::after { background-color: #F8F8F8; } .group-answer label::after { box-shadow: none; border-radius: 0; padding:0; top: 0; left: 0; right: 0; bottom: 0; border:none; } .group-answer.selected label::after { -webkit-box-shadow: none !important; box-shadow: none !important; } .group-answer label, .icons-with-border .input-wrapper > div:first-of-type .group-answer.checkbox-other.selected { box-shadow: none; border: none; background-color: transparent; text-align: left; padding-left: 3em; } .radio input[type="radio"] { opacity: 1; z-index: 9999; top:calc(50% - 5px); left: 1em; transform: scale(2); box-shadow: inset 0px 0px 0px 0px #FFF; /*! border-color: red; */ } /* NAVIGATION */ [data-webform-page="first"] #start { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; } .navigation { max-width: 1024px; padding-left:2em; padding-right:2em; margin-bottom:2em; } button.navigation_finish { background: #8C63EF !important; box-shadow: 1px 2px 2px #bababa; font-size: 1.5rem !important; margin: 1em auto; } button.navigation_finish:hover, button.navigation_next:hover, button.navigation_start:hover { background: #29235B !important; } button.navigation_previous { border: 1px solid #e7e7e7; } [data-webform-page="last"] button.navigation_previous { margin: 0 auto; } button.navigation_previous span { display:none; } button.navigation_previous:after { content: "<< Previous"; } /* PROGRESS BAR */ .progressbar { margin: 1em auto 3em; max-width: 920px; height: 18px; background-color: #29235B; border-radius: 20px; height: 30px; } .progressbar-visual { color: #FFF; font-family: Lato, sans-serif; height: 30px; line-height: 30px; border-radius: 20px; background-color: #8C63EF !important; -webkit-box-shadow: 0 3px 3px -5px #48327C, 0 2px 5px #48327C; box-shadow: 0 3px 3px -5px #48327C, 0 2px 5px #48327C; color: #FFF; text-align: center; } .progressbar-visual::after { display:none; } .progressbar::before, .progressbar::after { display:none !important; } .progressbar-text { margin-top: -2.5em !important; } .progressbar-text span + span { font-size:1.5em; color: #FFF; font-weight: 500 !important; margin-top:0px; } .progressbar-text span:first-of-type { display: none; } .group-answer:hover .option-label:after { background-color: rgba(140, 99, 239, 0.1) !important; } div#data-formloader-container { border-color: #8C63EF !important; } .card-content { display: flex; flex-direction: column; height: 100%; } .group-answer input:focus+label::after { background-color: rgba(140, 99, 239, 0.1) !important; } .checkbox + .checkbox, .radio + .radio { margin-top: 0; } .form-component:not(.text-component) .error-message { margin-top: 1em; } .main-footer { text-align:center; } .main-footer .hidden { display: block !important; } .form_footer { display: none; } .nav-tab { display: none !important; } .main-header { background: #FFF; } .main-header .logo img { margin: 0 auto; padding: 1em !important; max-height: 70px !important; } .tcpa { display:none; } .logo.block span.hidden { width: 100%; display: block !important; text-align: center } .logo.block span img { padding: .8em; } .logo.block a { margin: 0 auto; } /* START CRO-351 */ .group-answer .option-label { border-radius: 0 !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 1em !important; padding: 0.5em !important; min-height: 58px; margin: 0 !important; } .option-label > * { margin: 0 1em; } .group-answer input { clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; } .option-label:before { content: ""; display: block; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 62px; height: 54px; background: #f3f7ff no-repeat center / 48px; border: 1px solid #aaa; border-radius: 4px; } .option-label:hover:before { border-color: #29235b; background-color: #fff; } input:checked + .option-label { z-index: 2 !important; } input:checked + .option-label:after { background-color: #eaf8fb; outline: 1px solid #0eb1d2; } input:checked + .option-label:before { border-color: #0eb1d2; background-color: #fff; } /* first question */ .quiz-set-1 .group-answer:nth-child(2) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/options-icons/wbe-quiz/001/icons-blog-1x.svg); } .quiz-set-1 .group-answer:nth-child(1) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/options-icons/wbe-quiz/001/icons-business-site-1x.svg); } .quiz-set-1 .group-answer:nth-child(3) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/options-icons/wbe-quiz/001/icons-news-1x.svg); } .quiz-set-1 .group-answer:nth-child(4) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/options-icons/wbe-quiz/001/icons-portfolio-1x.svg); } /* second question */ .quiz-set-2 .group-answer:nth-child(1) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_fashion-beauty.svg); } .quiz-set-2 .group-answer:nth-child(2) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_retail.svg); } .quiz-set-2 .group-answer:nth-child(3) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_healt-wellbeing.svg); } .quiz-set-2 .group-answer:nth-child(4) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_food-beverage.svg); } .quiz-set-2 .group-answer:nth-child(5) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_education.svg); } .quiz-set-2 .group-answer:nth-child(6) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_photography.svg); } .quiz-set-2 .group-answer:nth-child(7) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_house.svg); } .quiz-set-2 .group-answer:nth-child(8) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_other.svg); } /* thrid question */ .quiz-set-3 .group-answer:nth-child(1) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_fashion-beauty.svg); } .quiz-set-3 .group-answer:nth-child(2) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_retail.svg); } .quiz-set-3 .group-answer:nth-child(3) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_healt-wellbeing.svg); } .quiz-set-3 .group-answer:nth-child(4) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_food-beverage.svg); } .quiz-set-3 .group-answer:nth-child(5) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_education.svg); } .quiz-set-3 .group-answer:nth-child(6) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_photography.svg); } .quiz-set-3 .group-answer:nth-child(7) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_house.svg); } .quiz-set-3 .group-answer:nth-child(8) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_other.svg); } /* fourth question */ .quiz-set-4 .group-answer:nth-child(1) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-4 .group-answer:nth-child(2) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-4 .group-answer:nth-child(3) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-4 .group-answer:nth-child(4) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-4 .group-answer:nth-child(5) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-4 .group-answer:nth-child(6) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-4 .group-answer:nth-child(7) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-4 .group-answer:nth-child(8) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_none-of-these.svg); } .quiz-set-4 .group-answer:nth-child(9) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_dont-know.svg); } /* fifth question */ .quiz-set-5 .group-answer:nth-child(1) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-5 .group-answer:nth-child(2) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-5 .group-answer:nth-child(3) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-5 .group-answer:nth-child(4) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-5 .group-answer:nth-child(5) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-5 .group-answer:nth-child(6) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-5 .group-answer:nth-child(7) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-5 .group-answer:nth-child(8) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_none-of-these.svg); } .quiz-set-5 .group-answer:nth-child(9) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_dont-know.svg); } /* 6h question */ .quiz-set-6 .group-answer:nth-child(1) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-6 .group-answer:nth-child(2) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } .quiz-set-6 .group-answer:nth-child(3) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/cro/PubCRO/cpt-5357-d/CPT-5357_all-industry-answer.svg); } /* 7th question - Page 4 Design functionality */ .quiz-set-7 .group-answer:nth-child(1) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/options-icons/wbe-quiz/001/icon-full-customisation.svg); } .quiz-set-7 .group-answer:nth-child(2) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/options-icons/wbe-quiz/001/icons-price-conscious.svg); } .quiz-set-7 .group-answer:nth-child(3) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/options-icons/wbe-quiz/001/icons-online-help.svg); } .quiz-set-7 .group-answer:nth-child(4) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/options-icons/wbe-quiz/001/icons-shopping-bag.svg); } .quiz-set-7 .group-answer:nth-child(5) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/options-icons/wbe-quiz/001/icon-full-template-control.svg); } .quiz-set-7 .group-answer:nth-child(6) .option-label:before { background-image: url(https://images.webforms.mvfglobal.com/options-icons/wbe-quiz/001/icons-mood-super-happy.svg); } /* END CRO-351 */ /* Nic Fix */ .alert-static {display: none;} .visibleQuestion .alert-static { display: block !important; } /* animation last page */ .last-animation { position: absolute; z-index: 1000; } .loader-wrapper { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: #f7f8fc; text-align: center; } .loader-wrapper .progress_bar { margin: auto; width: 450px; max-width:80%; height: 15px; border-radius: 20px; position: relative; overflow: hidden; } .swiper-slide-active .loader-wrapper .progress_bar:before { content: ''; width: 200%; height: 100%; position: absolute; animation: progress-anime 5s ease-out forwards; background: linear-gradient(to right, #42cafd 0%,#42cafd 50%,#d2d2d2 50%,#d2d2d2 100%); } @keyframes progress-anime { 0% {left: -100%;} 100% {left: 0;} } /* hide last page animation 5s */ #hide-animation { -webkit-animation: cssAnimation 5.5s forwards; animation: hideAnimation 5.5s forwards; } @keyframes hideAnimation { 0% {opacity: 1;} 99% {opacity: 1;} 100% {opacity: 0;} } @-webkit-keyframes hideAnimation { 0% {opacity: 1;} 99% {opacity: 1;} 100% {opacity: 0;} } .counter-wrapper { margin:0 auto; } .counter { width: 100px; overflow: hidden; margin: 0 auto; } .numbers div:after { content: ' %'; font-size: 18px; } .swiper-slide-active .numbers { width: auto; display: flex; animation: countNumber 5s forwards; animation-timing-function: steps(100); } .numbers div { text-align: center; flex: 0 0 100px; font-size: 20px; } @keyframes countNumber { 0% { margin-left: 0px; } 100% { margin-left: -10000px; } } .loading-quotes { visibility: hidden; } /* ---- */ [data-form-component-id="80726"], #finish { display: none !important; } [data-webform-page="last"] .numbers, [data-webform-page="last"] .webform-content p:first-child, [data-webform-page="last"] .webform-content .swiper-slide p:first-child, [data-webform-page="4"] .progressbar { display:none !important; } .component-hide { display: none !important; } :not(.swiper-slide-active) .numbers { } /* PROGRESS BAR % */ [data-webform-page="last"] .progressbar { display:none; } .progressbar-text span { display:none; } .progressbar-text:after { content: '75%'; font-size: 1.5em; color: #FFF; font-weight: 500 !important; margin-top: 0px; } [data-webform-page="first"] .progressbar-visual { width: 0 !important; } [data-webform-page="first"] .progressbar-text:after { content: '0%'; } [data-webform-page="1"] .progressbar-visual { width: 25% !important; } [data-webform-page="1"] .progressbar-text:after { content: '25%'; } [data-webform-page="2"] .progressbar-visual { width: 50% !important; } [data-webform-page="2"] .progressbar-text:after { content: '50%'; } [data-webform-page="3"] .progressbar-visual { width: 75% !important; } [data-webform-page="3"] .progressbar-text:after { content: '75%'; }
Loading