.contenitore-quiz {
        padding:0 1rem 1rem 1rem;
        border-radius:16px; 
    }
BODY.quiz-page, .quiz-container.quiz-embed, .quiz-result > DIV {
    margin: 0;
    color: #1b1b1b;
    font-family: 'Work sans', sans-serif !important;
    background-color: transparent;
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
    padding:1rem 0;
}
.quiz-container {
    position: relative;
    text-align: center;
}
.qp_b {
    text-align: center;
    font-family: 'Bitter', serif;
    font-style: italic;
    font-size:24px;
}
.take-q {
    margin-bottom: 0em;
}
.qp_bo {
    margin: 1em auto;
    margin-bottom: 0px;
}
.qp_txti {
    border: 0px solid #c3c3c3;
    border-radius: 0px;
    padding: 11px;
    font-size: 18px;
    background: #ffffff;
    outline: 0!important;
}
.qp_ao {
    padding: 0px;
    margin: 0;
}
.qp_btn {
    font-family: inherit;
    background-color: #ffffff;
    color: #FF5D27;
    font-size: 24px;
    font-weight: 700;
    width:100%!important;
    /*min-width: 140px;*/
    line-height: 48px;
    box-sizing: border-box;
    cursor: pointer;
    cursor: hand;
    border: 0px;
    -webkit-appearance: none;
    background-color 100ms ease-in: ;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    border-radius: 24px;
    box-shadow: 0 2px 2px rgba(103, 103, 103, 0.1);
}
.qp_hrb {
    display: block;
    padding-left: 0px;
    text-decoration: none;
}
.qp_a {
    background-color: transparent;
    color: #333333;
    border: 0px solid #e2e2e2;
    font-size: 32px;
    display: block;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    clear: both;
    overflow: hidden;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    border-radius: 2px;
}
.qp_quiz {margin-bottom:0!important;}
DIV[tid]:not([mark]) DIV.qp_b[results='1'] .qp_a {
    padding-right: 0px!important;
    cursor: inherit;
}

@media (min-width: 992px) { 
    .contenitore-quiz {
        padding:0 6rem 1rem 6rem;
        border-radius:24px; 

    }
    BODY.quiz-page, .quiz-container.quiz-embed, .quiz-result > DIV {
        padding:2rem;
    }
}
@media (max-width: 320px) {
    .contenitore-quiz {
        padding:1rem 0;
        border-radius:8px; 

    }
}

/* old style x clacson */
/*
.qp_qi {line-height:30px;padding:15px 0px 0 0}
.qp_a {background-color:#f1f1f1;color:#525252;border: 1px solid #e2e2e2;font-size:15px;display:block;line-height:1.5;padding: 13px 8px 11px;margin:10px 0px;clear:both;overflow: hidden;transition: box-shadow .2s, -webkit-box-shadow .2s;border-radius: 2px}
.qp_btn	{font-family:inherit;background-color:#0B79D3;color:#FFF;font-size:16px;min-width:140px;line-height: 46px;box-sizing: border-box;cursor: pointer;cursor: hand;border: 0px;-webkit-appearance: none;background-color 100ms ease-in;transition: box-shadow .2s, -webkit-box-shadow .2s;border-radius: 2px;box-shadow: 0 2px 2px rgba(103, 103, 103, 0.1)}
.qp_progn {background-color:#e2e2e2;color:#3a3a3a;width: 100%;height: 2.7em;border: initial;border-top: 1px solid #ccc;padding: 0;margin: 1.2em 0 0 0;display: inline-block;font-size: 1.2em;line-height: 2.8em;box-sizing: border-box;overflow: hidden;box-shadow: none}
.qp_bg {color:#1b1b1b;background-color:#FFF;box-sizing:border-box;width:100%}
.qp_progp {background-color:#e2e2e2;color:#3a3a3a;width: 100%;height: 2.7em;border: initial;border-top: 1px solid #ccc;padding: 0;margin: 1.2em 0 0 0;display: inline-block;font-size: 1.2em;line-height: 2.8em;box-sizing: border-box;overflow: hidden;box-shadow: none}
.qp_ah {filter:brightness(90%)}
.qp_btnh {filter:brightness(90%)}
.qp_asel {filter:brightness(90%)}
.qp_title {margin:40px 0}
.qp_b {margin:0 auto;max-width:768px;box-sizing:border-box;text-align:left;padding:5px;font-size:16px}
.qp_q {background:initial;font-size:24px}
.qp_hra {display:inline-block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;padding-right:5px;text-decoration:none}
.qp_hrb {display:inline-block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;padding-left:5px;text-decoration:none}
.qp_i {float:left;width:20px;height:20px;padding:0px;margin-left:-25px;margin-top:2px;display:none;line-height:2em}
.qp_progi {background-color:#4ebd4a}
.qp_scoretotal {font-size: 66px;margin:30px;text-align: center}
.qp_flex {margin:margin:0 -10px}
.qp_icon {position:absolute;width:2em;margin-left:-2em;display:block;color:inherit;font-family:FontAwesome;text-align:center;box-sizing:border-box}
.qp_correct	{color:#FFF;background-color:#68af15}
.qp_incorrect {color:#FFF;background-color:#D30000;animation:shake 0.82s cubic-bezier(.36,.07,.19,.97) both;transform:translate3d(0, 0, 0);backface-visibility:hidden;perspective:1000px}
.qp_missed {color:#FFF;background-color:#68af15}
.qp_a[no='1'] .qp_t:after {right:0}
.qp_a[yes='1'] .qp_t:after {right:0;animation:jump 1s}
.qp_a[ymark='1'][yes='0'] .qp_t:after {right:0;content:"\f00c";animation:appear 1100ms;font-family:FontAwesome;position:absolute}
.take-q[mark] .qp_txt:after	{font-size:22px;height:46px;line-height:46px;width:40px;margin-right:10px}
.take-q[mark='y'] .qp_txt:after	{animation:jump 1s}
.take-q[mark='n'] .qp_txt:after	{animation:shake 0.82s cubic-bezier(.36,.07,.19,.97) both}
.qp-explaini {margin-top: 15px;border: initial!important;padding:0px;box-sizing: border-box;background-color: initial!important}
.qp_bo {padding-left:0px;clear:both;margin:1em auto;margin-bottom:90px;padding:0 5px}
.qp_ao {padding:0px;margin:0px 0}
.qp_l {float:right;color:rgb(0,0,0);text-decoration:none}
.qp_to {margin:10px 0 0 0;padding:10px;color:inherit;background-color:#e9e7e7}
.qp_tn {display:table-cell;color:inherit;font-size:16px;line-height:1.5;padding-right:10px}
.qp_tf {display:initial;width:100%;padding-right:0px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box}
.qp_tv {width:100%;min-width:40px;padding:5px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box}
.qp_pimg {margin:-12px -8px 12px -8px;border-radius:4px}
.qp_pimgi {width:100%;border-radius:4px}
.qp_pici {width:100%;border-radius:4px}
.qp_pic {border-radius: 4px}
.qp_imgi {width:100%;border-radius:4px}
.qp_img {border-radius:4px}
.qp_matrix .qp_q {font-size:1em}
.qp_matrix .qp_a {font-size:1em}
.take-q	{margin-bottom:2em}
.qp_b.qp_matrix	{margin-bottom:2em}
.qp_txti {border:1px solid #c3c3c3;border-radius:3px;padding:11px;font-size:18px;background:#f3f3f3;outline:0!important}
.qp_txti:focus {border:1px solid rgb(27, 115, 156)}
.qp_picq .qp_q {position:initial;bottom:initial}
.qp_progress {bottom:0;left:0;width:100%;position:fixed}
.qp_progress_page[mark='n'] {background-color: #f93b3b}
.qp_progress_page[mark='y'] {background-color: #1fab00}
.qp_tabbtn {display:none}
.qp_ab {display:inline;margin:0px;padding:0px}
.qp_t {display:block;padding-left:30px;cursor:inherit}
.qp_ot {padding-left:33px}
.qp_otv	 {width:100%;position:relative;top:2px}
.qp_table {width:100%;border-spacing:0px}
.qp_hh {display:none}
.qp_rp {font-size:11px;width:5ex;text-align:right;overflow:hidden;position:absolute;right:5px;height:1.5em;line-height:1.5em}
.qp_rv {font-size:11px;width:0%;line-height:1.5em;text-align:right;color:#FFF;box-sizing:border-box;padding-right:3px}
.qp_rva {background:#006FB9;border-color:#006FB9}
.qp_rvb {background:#163463;border-color:#163463}
.qp_rvc {background:#5BCFFC;border-color:#1481AB}
.qp_rb {font-size:12px;color:rgb(255,255,255);display:block;font-size:12px;padding-right:10px 5px}
.qp_drop {min-width:200px;max-width:100%;height:30px;line-height:30px;font-size:14px;font-family:inherit;box-sizing:border-box}
.qp_qpimgi {width:100%}
.qp_picq {position:relative}
.qp_b[apic='1'] .qp_t {padding:0 5px 0 30px;line-height:30px}
.qp_b[apic='1'] .qp_i {margin-top:6px}
.qp_b[apic='1'] .qp_a:not(.qp_a_other) {box-sizing:border-box;margin-top:15px;padding:0px;margin:0px;position:relative;background-clip:content-box}
.qp_b[apic='1'] .qp_t:before {line-height:30px;margin-left:-30px}
.qp_sharebar {margin-top:2em}
.qp_progress_time:before {content:"\f017";padding-right:0.3em;font-family:"FontAwesome"}
.qp_progress_time {float:right;margin:0 1em}
.qp_progress_score {float:right;margin:0 1em}
.qp_progress_score:before {content:"\f005";padding-right:0.3em;font-family:FontAwesome}
.qp_progress_page {float:left;width:2.4em;height:100%;margin:0;text-align:center;box-sizing:border-box;padding:0.25em;background-clip:content-box;line-height:2.2em}
.qp_progress_page[sel='c'] {background-color:rgba(0,0,0,0.12);font-weight:600}
.qp_progress_page[mark='p'] {background-color:#F7B2B2}
.qp_progn .qp_progress_q {float:left;margin:0 0.6em 0 0}
.qp_progress_next {float:right;width:4em;height:2.2em;text-align:center;box-sizing:border-box;margin:0.25em;background-clip:content-box;line-height:2.2em}
.qp_colF {padding:0px 5px 0px 0px}
.qp_colM {padding:0px 5px 0px 5px}
.qp_colL {padding:0px 0px 0px 5px}
.qp_col {padding-top:2%}
.qp_gridpad {padding:2%}
.qp_grid .qp_a {margin:0px}
 BODY.quiz-page, .quiz-container.quiz-embed, .quiz-result > DIV {margin:0; color:#1b1b1b;background-color:#FFF;box-sizing:border-box;width:100%; overflow:auto;}
.qp_btna:hover input {filter:brightness(90%)} 
@media only screen and (min-width:481px) {
    .take-q:not([mark]) .qp_b:not([results='1']) .qp_a:not(.qp_otb):hover {filter:brightness(90%)} 
    .take-q[mark='3'] .qp_b:not([results='1']) .qp_a:not(.qp_otb):not([sel='1']):hover {filter:brightness(90%)} 
}
.take-q:not([mark]) .qp_b:not([results='1']) .qp_a[sel='1'] {filter:brightness(90%)}
.qp_t:before {content:"\f096"; position:absolute;width:2em;margin-left:-2em;display:block;color:inherit;font-family:FontAwesome;text-align:center;box-sizing:border-box}
.qp_a[sel='1'] .qp_t:before {content:"\f046"; color:inherit;}
.take-q[qt='0'] .qp_t:before, .qp_matrix .qp_a[qt='0'] .qp_t:before {content:"\f1db";}
.take-q[qt='0'] .qp_a[sel='1'] .qp_t:before, .qp_matrix .qp_a[qt='0'][sel='1'] .qp_t:before {content:"\f192";}
.qp_a[no='1'] .qp_t:after, .qp_a[yes='1'] .qp_t:after, .qp_a[ymark='1'] .qp_t:after, .take-q[score='0 / 0'] .qp_a[sel='1'] .qp_t:after {font-family:FontAwesome; width:2em; margin-left:-2em; display:inline-block; text-align:center; box-sizing:border-box; position:absolute; right:0; top:0; color:inherit;} .qp_a[no='1'] .qp_t:after						{content:"\f00d";} .qp_a[yes='1'] .qp_t:after {content:"\f00c";} .qp_grid.c2 .qp_col.c1	{padding-left:0px; padding-right:1%;} .qp_grid.c2 .qp_col.c2	{padding-left:1%; padding-right:0px;} .qp_grid.c3 .qp_col.c1	{padding-left:0px; padding-right:1.33333333333333%;} .qp_grid.c3 .qp_col.c2	{padding-left:0.666666666666667%; padding-right:0.666666666666667%;} .qp_grid.c3 .qp_col.c3	{padding-left:1.33333333333333%; padding-right:0px;} .qp_grid.c4 .qp_col.c1	{padding-left:0px; padding-right:1.5%;} .qp_grid.c4 .qp_col.c2	{padding-left:0.5%; padding-right:1%;} .qp_grid.c4 .qp_col.c3	{padding-left:1%; padding-right:0.5%;} .qp_grid.c4 .qp_col.c4	{padding-left:1.5%; padding-right:0px;} .qp_grid.c5 .qp_col.c1	{padding-left:0px; padding-right:1.6%;} .qp_grid.c5 .qp_col.c2	{padding-left:0.4%; padding-right:1.2%;} .qp_grid.c5 .qp_col.c3	{padding-left:0.8%; padding-right:0.8%;} .qp_grid.c5 .qp_col.c4	{padding-left:1.2%; padding-right:0.4%;} .qp_grid.c5 .qp_col.c5	{padding-left:1.6%; padding-right:0px;}.qp_a[sel='1'][yes='1']	{color:#FFF;background-color:#68af15}
.qp_a[sel='1'][no='1'] {color:#FFF;background-color:#D30000;animation:shake 0.82s cubic-bezier(.36,.07,.19,.97) both;transform:translate3d(0, 0, 0);backface-visibility:hidden;perspective:1000px}
.qp_b:not([results='1']) .qp_a[ymark='1'][yes='0'] {color:#FFF;background-color:#68af15}
.qp_bo, .qp_title, .qp_score, .qp_sharebar, .quiz-container .qp-subtab {max-width:768px; margin-left:auto; margin-right:auto; box-sizing:border-box;} 

            
.qp_a:nth-child(2) {
  display:none
}
         
.qp_quiz {
    margin: 0px 15px!important;
}
.qp_quiz h1, .qp_quiz h3, .qp_quiz h4, .qp_quiz h5, .qp_quiz h6{
    font-family: 'Work sans',sans-serif!important;
    font-weight: bold!important;
    color: #333!important;
    }
.quiz-container {
    font-family:"Work sans", sans-serif!important;
    color:#333333;
    text-align: center;
    padding: 0px 15px!important;
}
.qp-win {
    font-family:"Work sans", sans-serif!important;
    color:#333333;
    text-align: center;
}
.qp_txti {
    font-family:"Work sans", sans-serif!important;
    border: 1px solid #e2e2e2!important;
    border-radius: 10px!important;
    padding: 15px!important;
    font-size: 16px!important;
    background: #ffffff!important;
    outline: none!important;
    resize: none!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important
}
.qp_title {
    text-align: center;
}
              
.qp_q {
    display:none!important;
}
.qp_bo {
    display:none!important;
}
.qp_a {
    font-size:21px!important;
    font-weight: 700;
    color:#ff5d27;
    background-color:#f4f4f4!important;
    border:1px solid #f4f4f4!important;
    border-radius: 30px!important;
    text-align: center;
    }
.take-q[qt='0'] .qp_t:before {
    content: " "!important;
    color: #ff5d27;
    font-size: 1em;
    top: 0px!important;
    position:relative!important;
    width: 64px;
    height:64px;
    margin-left: 0em;
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 52'%3E%3Ctitle%3ERisorsa 9%3C/title%3E%3Cg id='Livello_2' data-name='Livello 2'%3E%3Cg id='Livello_1-2' data-name='Livello 1'%3E%3Crect width='55' height='52' style='fill:none'/%3E%3Cellipse cx='28.46' cy='26.57' rx='16.74' ry='5.53' transform='translate(-9.47 17.79) rotate(-30)' style='fill:%23474747'/%3E%3Cpath d='M19.08,10.33A18.75,18.75,0,1,0,44.7,17.19,18.75,18.75,0,0,0,19.08,10.33ZM36.47,40.45a16,16,0,1,1,5.87-21.9A16,16,0,0,1,36.47,40.45Z' style='fill:%23474747'/%3E%3Ccircle cx='28.46' cy='26.57' r='8.01' style='fill:%23474747'/%3E%3Ccircle cx='28.46' cy='26.57' r='5.38' style='fill:%23f60'/%3E%3Cpath d='M44.54,45.34a.69.69,0,0,0,.32-.92l-1.09-2.11c.35-.89,1.18-3.36.35-5.06v0C43.5,36,38,24.75,38,24.75a2.29,2.29,0,0,0-3.82-.47,2.3,2.3,0,0,0-4.1.47,2.3,2.3,0,0,0-3,2.35,2.3,2.3,0,0,0-2.15,3.3l5.24,10.67h0l-3.37-1.21-.08,0a2.5,2.5,0,0,0-3,1.89,2.31,2.31,0,0,0,.16,1.52,3.15,3.15,0,0,0,1.59,1.41h0l4.59,2.06a.59.59,0,0,0,.23.05l4.07.29,1.17,2.29a.68.68,0,0,0,.92.32Z' style='fill:%23f0d0b4'/%3E%3Cpath d='M28.36,24.87a2.28,2.28,0,0,0-1.28,2.23,2.3,2.3,0,0,0-2.15,3.3l5.24,10.67h0l-3.37-1.21-.08,0a2.5,2.5,0,0,0-3,1.89,2.31,2.31,0,0,0,.16,1.52,3.15,3.15,0,0,0,1.59,1.41h0l4.59,2.06a.59.59,0,0,0,.23.05l4.07.29,1.17,2.29a.68.68,0,0,0,.92.32.69.69,0,0,0,.32-.92L35.44,46.1a.69.69,0,0,0-.57-.38l-4.34-.31-4.48-2c-.77-.36-1.1-.82-1-1.38a1.11,1.11,0,0,1,.5-.7,1.07,1.07,0,0,1,.8-.15l3.34,1.2h0l1.54.51a.68.68,0,0,0,.86-.44.69.69,0,0,0-.1-.64.6.6,0,0,0-.07-.2h0L26.17,29.8A.92.92,0,1,1,27.82,29l3,6.13a.68.68,0,0,0,.92.32.7.7,0,0,0,.32-.92l-3-6.13-.52-1.06a.92.92,0,0,1,1.65-.8l3.53,7.22a.69.69,0,0,0,.92.31.68.68,0,0,0,.32-.92l-3.53-7.22a.93.93,0,0,1,.42-1.23.92.92,0,0,1,1.23.43l.81,1.65,2.76,5.64a.69.69,0,1,0,1.23-.61l-2.76-5.64a.92.92,0,0,1,1.65-.81l3.83,7.84h0s1.41,2.92,2.27,4.66h0c.58,1.2-.17,3.44-.51,4.2a.69.69,0,0,0,0,.58L43.62,45a.69.69,0,0,0,1.24-.61l-1.09-2.11c.35-.89,1.18-3.36.35-5.06v0C43.5,36,38,24.75,38,24.75a2.29,2.29,0,0,0-3.82-.47,2.3,2.3,0,0,0-4.1.47A2.27,2.27,0,0,0,28.36,24.87Z' style='fill:%23333'/%3E%3Cpath d='M46.47,45.79l-10.53,5.6a1,1,0,0,1-1.29-.4h0a1,1,0,0,1,.4-1.29l10.53-5.6a1,1,0,0,1,1.29.4h0A1,1,0,0,1,46.47,45.79Z' style='fill:%23333'/%3E%3Cpath d='M12.65,29.75s.24,1.22.91,1.42,1.06-.36,1.34-.55a5.78,5.78,0,0,0,.79-.91l-.95,3.47-1,.83-1.19-1.3Z' style='fill:%23474747'/%3E%3Cpath d='M38.71,17s1.81,0,1.74-.71-1.34-1.74-1.34-1.74l1.49.55L42.34,18H39.22Z' style='fill:%23474747'/%3E%3Cpath d='M17.93,36.17s-1.06.16-1.1.52a1.9,1.9,0,0,0,.47,1.53.46.46,0,0,1-.31.83c-.12,0-2-1.93-2-1.93L14.7,35.5l.59-.47,2,.12Z' style='fill:%23474747'/%3E%3Cpath d='M42.06,22.18s.28-.95.91-.87.83.67,1,1.26.52,1.5.52,1.5l.39-3-1.58-2.41-.63-.08-.75,1.5-.47,2,.2.47Z' style='fill:%23474747'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    vertical-align: middle;
    margin-right:1em;
    background-repeat: no-repeat;
}
            
.qp_b {padding-top:0!important;}
              
@media only screen and (max-width: 600px) {
  .take-q[qt='0'] .qp_t:before {
    display: block;
    float: left;
    }
    .qp_a {
    text-align: left;
    }
} 

.quiz-container {
    padding: 0px 0px!important;
}
#quiz-tabs, #quiz-ntabs, #quiz-results {
    margin-bottom: 0!important;
}
              
.take-q[qt='0'] .qp_a[sel='1'] .qp_t:before {
    content: " "!important;
    color: #444;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 52'%3E%3Ctitle%3ERisorsa 8%3C/title%3E%3Cg id='Livello_2' data-name='Livello 2'%3E%3Cg id='Livello_1-2' data-name='Livello 1'%3E%3Crect width='55' height='52' style='fill:none'/%3E%3Cellipse cx='28.46' cy='26.57' rx='16.74' ry='5.53' transform='translate(-9.47 17.79) rotate(-30)' style='fill:%23474747'/%3E%3Cpath d='M19.08,10.33A18.75,18.75,0,1,0,44.7,17.19,18.75,18.75,0,0,0,19.08,10.33ZM36.47,40.45a16,16,0,1,1,5.87-21.9A16,16,0,0,1,36.47,40.45Z' style='fill:%23474747'/%3E%3Ccircle cx='28.46' cy='26.57' r='8.01' style='fill:%23474747'/%3E%3Ccircle cx='28.46' cy='26.57' r='6.78' style='fill:%23f60'/%3E%3Cpath d='M40.8,41.38a.56.56,0,0,0,.26-.76l-.89-1.73c.29-.73,1-2.76.29-4.15v0c-.5-1-5-10.24-5-10.24a1.88,1.88,0,0,0-2.52-.87,2.1,2.1,0,0,0-.62.48,1.89,1.89,0,0,0-3.36.39,1.88,1.88,0,0,0-2.47,1.93,1.92,1.92,0,0,0-.9.19,1.88,1.88,0,0,0-.86,2.52L29,37.87h0l-2.77-1-.06,0a2,2,0,0,0-2.45,1.55,1.87,1.87,0,0,0,.13,1.24,2.65,2.65,0,0,0,1.3,1.17h0l3.77,1.69a.67.67,0,0,0,.19.05l3.34.23,1,1.89a.56.56,0,0,0,.76.25Z' style='fill:%23f0d0b4'/%3E%3Cpath d='M27.52,24.57a1.89,1.89,0,0,0-1.05,1.84,1.92,1.92,0,0,0-.9.19,1.88,1.88,0,0,0-.86,2.52L29,37.87h0l-2.77-1-.06,0a2,2,0,0,0-2.45,1.55,1.87,1.87,0,0,0,.13,1.24,2.65,2.65,0,0,0,1.3,1.17h0l3.77,1.69a.67.67,0,0,0,.19.05l3.34.23,1,1.89a.56.56,0,0,0,.76.25.55.55,0,0,0,.26-.75L33.33,42a.55.55,0,0,0-.47-.31l-3.56-.25-3.67-1.65c-.64-.3-.91-.68-.81-1.13A.93.93,0,0,1,25.89,38l2.73,1h0l1.26.42a.58.58,0,0,0,.72-.36.56.56,0,0,0-.09-.52.84.84,0,0,0-.05-.17h0l-4.76-9.69a.76.76,0,0,1,.35-1,.77.77,0,0,1,1,.35l2.46,5a.56.56,0,1,0,1-.49l-2.46-5-.42-.86a.75.75,0,0,1,.35-1,.74.74,0,0,1,1,.35l2.9,5.92a.57.57,0,0,0,.76.26.55.55,0,0,0,.26-.75L30,25.44a.75.75,0,0,1,.35-1,.74.74,0,0,1,1,.35l.67,1.35,2.26,4.63a.57.57,0,0,0,.76.26.56.56,0,0,0,.26-.75l-2.27-4.64a.74.74,0,0,1,.35-1,.75.75,0,0,1,1,.34l3.14,6.44h0s1.16,2.39,1.87,3.82h0c.48,1-.13,2.82-.41,3.45a.58.58,0,0,0,0,.48l1,2a.56.56,0,1,0,1-.5l-.89-1.73c.29-.73,1-2.76.29-4.15v0c-.5-1-5-10.24-5-10.24a1.88,1.88,0,0,0-2.52-.87,2.1,2.1,0,0,0-.62.48,1.89,1.89,0,0,0-3.36.39A1.9,1.9,0,0,0,27.52,24.57Z' style='fill:%23333'/%3E%3Cpath d='M42.39,41.75l-8.64,4.6A.8.8,0,0,1,32.68,46h0A.79.79,0,0,1,33,45l8.65-4.6a.79.79,0,0,1,1.06.33h0A.79.79,0,0,1,42.39,41.75Z' style='fill:%23333'/%3E%3Cpath d='M12.65,29.75s.24,1.22.91,1.42,1.06-.36,1.34-.55a5.78,5.78,0,0,0,.79-.91l-.95,3.47-1,.83-1.19-1.3Z' style='fill:%23474747'/%3E%3Cpath d='M38.71,17s1.81,0,1.74-.71-1.34-1.74-1.34-1.74l1.49.55L42.34,18H39.22Z' style='fill:%23474747'/%3E%3Cpath d='M17.93,36.17s-1.06.16-1.1.52a1.9,1.9,0,0,0,.47,1.53.46.46,0,0,1-.31.83c-.12,0-2-1.93-2-1.93L14.7,35.5l.59-.47,2,.12Z' style='fill:%23474747'/%3E%3Cpath d='M42.06,22.18s.28-.95.91-.87.83.67,1,1.26.52,1.5.52,1.5l.39-3-1.58-2.41-.63-.08-.75,1.5-.47,2,.2.47Z' style='fill:%23474747'/%3E%3Crect x='14.58' y='4.87' width='6.15' height='2.21' rx='1.1' transform='translate(14.85 -12.45) rotate(62.65)' style='fill:%23fff'/%3E%3Crect x='24.61' y='2.64' width='6.15' height='2.21' rx='1.1' transform='translate(31.43 -23.94) rotate(90)' style='fill:%23fff'/%3E%3Crect x='6.84' y='11.68' width='6.15' height='2.21' rx='1.1' transform='translate(9.39 -3.39) rotate(35.92)' style='fill:%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    margin-right:1em;
    background-repeat: no-repeat;
}
.qp_a h3 {font-size: 21px;padding:32px;}
.qp_a p {display: none;}
    
.qp_a:not(.qp_otb):hover, .qp_a[sel='1']  {
    color:#ffffff;
    background-color:#ff5d27!important;
}
.qp_ao .qp_a:hover {
    color:#ff5d27!important;
    background-color:#f4f4f4!important;
}
              
.qp_t {
    display: block;
    padding-left: 0px;
    cursor: inherit;
}         
              
div[tid]:not([mark]) div.qp_b[results='1'] .qp_a {
    border-radius: 44px!important;
}
              
   div[tid]:not([mark]) div.qp_b[results='1'] .qp_a {
    border-radius: 30px!important;
}
DIV[tid]:not([mark]) DIV.qp_b[results='1'] .qp_a {
    padding-right: 0px!important;
    cursor: inherit;
}
.qp_a h3 {
    font-size: 21px;
    padding: 16px!important;
}

/* fine ol style clacson */