body {
  background: #0D1222;
}


.sectionTest {
  position: relative;
  width: 100%;
}

.content {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}


.boxPageCount {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 23px;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Abel", Sans-serif;
}

.boxProgressBar {
  position: relative;
  width: 100%;
  height: 20px;
}

.boxContentQuery {
  position: relative;
  width: 100%;
}

.boxContentDomanda {
  position: relative;
  width: 100%;
}

.txtDomanda {
  position: relative;
  width: 100%;
  font-family: "Abel", Sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 57px;
  color: #FFFFFF;
}


.sectionPresentazione {
  position: relative;
  width: 100%;
  padding-top: 25px;
}

.txtPresentazione {
  position: relative;
  width: 100%;
  font-family: "Abel", Sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
}

.txtPresentazione p {
    margin-bottom: 16px;   /* spazio sotto ogni paragrafo */
    line-height: 1.6;      /* migliora la leggibilità */
}


.pull-left{margin:0 auto 50px auto!important;float:none !important}

.pull-left button
{
  cursor: pointer;
  background:#2E9CFF;
  border-radius: 4px;
  color: #fff;
  transition: all 0.3s ease 0s;
  padding: 11.5px 65.5px !important;
  text-align: center;
  border: 1px solid #fff;
  margin: 20px auto 10px auto;
  margin-top: 20px;
  font-family: "Abel", Sans-serif;
  font-size: 23px;
  font-weight: 400;
  margin-top: 50px;
}

.pull-left button:hover
{
  background:#2D2C2C ;
  transition: all 0.3s ease 0s;
  cursor:pointer;
}



.sectionRisposte {
  position: relative;
  max-width: 334px;
}

.boxRisposta {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: auto !important;
  padding: 0;
  margin-top: 36px;
  position: relative;
  font-family: "Abel", Sans-serif;
  --widgets-spacing: 20px 20px;
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}



.qmn_quiz_radio  {
  position: relative;
  width: 20px;
  padding-left: 5px;
}
.qsm-quiz-container input[type="radio"] {
  cursor: pointer;
}

.qmn_quiz_radio input {
  top: 7px;
  position: relative;
  left: 10px;
  height: 15px;
  width: 0px;
  margin: 0 !important;
  -webkit-appearance: none !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
}


.qmn_quiz_radio input {
  top: auto !important;
  border-image-width: 0 !important;
  position: relative;
  left: 0px;
  height: 15px;
  width: 0px;
  -webkit-appearance: none !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
}


input[type="radio"] {
  background: transparent !important;
  color: transparent !important;
  border: 0 !important;
  border-image-width: 1;
}

.qsm-input-label {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  font-size: 23px !important;
  line-height: 29px;
  color: #FFFFFF;
  padding: 10.5px;
  padding-left: 10.5px;
  width: 100%;
  display: block;
  padding-left: 35px;
  cursor: pointer;
}


.active {
  border-color:#3498db !important;
}

.active {
  background: rgba(46, 156, 255, 0.1);
  border: 1px solid #2E9CFF;
  box-sizing: border-box;
  border-radius: 5px;
}

.sectionButton {
  position: relative;
  width: 100%;
  height: 200px;
}

.boxSucc {
  position: absolute;
  width: 50%;
  right: 0;
}

.boxPrec {
  position: absolute;
  width: 50%;
  left: 0;
}

.boxSucc .pull-left button {
  position: absolute;
  right: 0;
}


.progressBar {
  position: relative;
  width: 100%;


  --bulma-progress-border-radius: 10px;
  --bulma-progress-bar-background-color: var(--bulma-border-weak);
  --bulma-progress-value-background-color: var(--bulma-text);
  --bulma-progress-indeterminate-duration: 1.5s;
  appearance: none;
  border: none;
  border-radius: 10px;
  display: block;
  height: var(--bulma-size-normal);
  overflow: hidden;
  padding: 0;
  width: 100%;


}











.progress-bar {
  background-color: rgba(255, 255, 255, 0.3);
  height: 12px;
  width: 100%;
  margin: 20px 0 60px 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.progress-bar span {
  display: block;
  height: 12px;
  width: 0%;
  border-radius: 12px;
  background: #2E9CFF;
}

.progress-bar span {
  /* ... */
  -webkit-transition: width .4s ease-in-out;
  -moz-transition: width .4s ease-in-out;
  -ms-transition: width .4s ease-in-out;
  -o-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out;
}


.RisultatiTest {
  position: relative;
  padding: 20px;
  background:#25325c;
  width: 90%;
  padding: 60px;
  border-radius: 10px;
}


.titoloRisultati {
  font-family: 'Abel' !important;
  text-align: left;
  font-weight: 400;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 54px;
  padding-bottom: 40px;
}

.txtScore {
  font-family: 'Abel' !important;
  text-align: left;
  font-weight: 400;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 54px;
  padding-bottom: 40px;
}


.txtRisultati {
  font-family: 'Abel' !important;
  display: inline-block;
  text-align: left;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 38px;
}





.boxContattaci {
    margin-top: 60px;
    text-align: left;
    padding-bottom: 60px;
}

.btn-contattaci {
    display: inline-block;
    padding: 18px 30px;
    background: #ffffff;
    color: #0D1222;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: 'Abel' !important;
}


.btn-contattaci:hover {
    background: #f7f7f7;
    border-color: #d0d0d0;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}








.contentAssistenzaForm{margin-top:30px}

.txtTelFooter{color: #1e1c1c;
  font-family: 'Open Sans', sans-serif;padding-bottom:4px;
  font-size: 23px;
  font-weight: 700;}


  .txtTel{color: #1e1c1c;  font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;}

    .txtTel a{color: #1e1c1c; }


.Testo
{color:#5f5f5f;
	font: 22px open;
    text-align: center;
    padding: 38px 20px 30px 20px;
}

.imgFormFooter{display:none}

#messageConf
{
	color: #FD0000;
	font-family: "Abel", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align:center;
  margin-bottom:38px
}

#contenuto
{
	margin:2px  1% 0% 1%
}



.testoPrivacy{clear:both;font: 12px/18px open;

color: #5C5C5C;}



	/*#formContattaci{position:relative;background:#fff;height:730px;padding:24px;}*/

.urfdiscaccept
{
  font-family: 'Open Sans', sans-serif;font-size:12px;
	text-align:left;
	color:#161412;
	padding-top: 1.5%;
	padding-bottom: 4%;
}



.contentAssistenzaDiretta{display: flex;justify-content: space-evenly;background:#f4f4f4;padding:45px 10px;border-radius:5px;text-align: center;}

.contentAssistenzaDiretta img{padding-bottom:12px;width:65px}


.txtAssistenzaForm{  font-family: 'Open Sans', sans-serif;font-size:14px;margin-bottom:12px}

#container{
	width: 750px !important; 
	}
	

	.pull-left{

	}
	
	#sopraTitolo{
	color: #000;
  font-family: 'Open Sans', sans-serif;font-size:20px;font-weight: 600;
margin: 0 auto 10px auto;
padding: 6px 0;
text-align: center;
margin-bottom: 30px;
	}
	

    


.sectionContactTop {
  position: relative;
  width: 100%;
  background-color: #0D1222;
  padding-top: 40px;
}

.contebntContactTop {
  position: relative;
  width: 1050px;
  margin: 0 auto;
  background-color: #141B30A6;
  display: flex;
  padding: 55px;
}

.boxContactTop {
  position: relative;
  width: 45%;
}

.separaBoxContactTop {
  position: relative;
  width: 10%;
}

.rigaBoxContactTop {
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.rigaBoxContactTop img{
  height: 190px;
  width: 2px;
}

.iconContactTop {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #FD0000;
  padding-top: 15px;
  padding-bottom: 50px;
}

.iconContactTop a{
  text-decoration: none;
  color: #FD0000;
  padding: 15px;
  background-color: #2E9CFF26;
  border-radius: 35px;
}

.titleContactTop {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.titleContactTop h2 {
  font-family: "Abel", Sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40.78px;
  color: #FFFFFF;
}

.txtContactTop {
  position: relative;
  width: 100%;
  text-align: center;
}

.txtContactTop h2 {
  font-family: "Abel", Sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 29.31px;
  color: #FFFFFF;
}

.txtContactTop a {
  text-decoration: none;
  color: #FFFFFF;
}
    
    



.sectionContactBottom {
  position: relative;
  width: 100%;
  background-color: #0D1222;
  padding-top: 0;
}
    

.contebntContactBottom {
  position: relative;
  width: 1050px;
  margin: 0 auto;
  display: flex;
  padding: 0 55px 55px 55px;
}

.boxContactBottom {
  position: relative;
  width: 50%;
  padding: 55px;
}

.titleContactBottom {
  position: relative;
  width: 100%;
  text-align: left;
}

.titleContactBottom h2{
  font-family: "Abel", Sans-serif;
  font-weight: 600;
  color: #6EC1E4;
  font-size: 2rem;
}

.txtContactBottom {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-family: "Abel", sans-serif;
  font-size: 20px;
  line-height: 1.9;
  padding-bottom: 20px;
  padding-top: 20px;
}

.rifContactBottom {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-family: Abel, sans-serif;
  font-size: 20px;
  line-height: 1.9;
}

.rifContactBottom a{
  text-decoration: none;
  color: #ffffff;
}


.sectionContactForm {
  position: relative;
  width: 100%;
  background-color: #0D1222;
  padding-top: 90px;
}

.contebntContactFormBG {
  background-image: url("/custom_cms/images/Vector.png");
  background-position: 800px 0px;
  background-repeat: no-repeat;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.contebntContactForm {
  position: relative;
  width: 1050px;
  margin: 0 auto;
  padding: 55px;
}

.titleContactForm {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.titleContactForm h2{
  font-family: "Abel", Sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 57.35px;
  color: #FFFFFF;
}

#formContatti {
  position: relative;
  width: 100%;
  margin: 0 auto;

  margin-top: 60px;
}


.regformdisclaimerarea {
  position: relative;
  width: 100%;
  font-family: "Abel", Sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #8E8E8E;
  padding-bottom: 20px;
}

.regformdisclaimerarea a{
  text-decoration: none;
  color: #2F9CFF;
}





.pull-left{margin:0 auto 50px auto!important;float:none !important}

.pull-left input
{
  cursor: pointer;
  background: #2E9CFF;
  border-radius:4px;
  color: #fff;transition: all 0.3s ease 0s;
  padding: 8px 0;
  width: 60%;
  text-align: center;
  border: 2px solid #0D1222;
  margin: 20px auto 10px auto;
  font-family: "Abel", Sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.pull-left input:hover
{
  background:#0D1222;
  color:#2E9CFF;
  border: 2px solid #2E9CFF;
  transition: all 0.3s ease 0s;
  cursor:pointer;
}

.pull-left input {
  font-size: 21px;
}









/* We use this to get basic styling on all basic form elements */
#contact input[type="text"],
#contact input[type="password"],
#contact input[type="date"],
#contact input[type="datetime"],
#contact input[type="datetime-local"],
#contact input[type="month"],
#contact input[type="week"],
#contact input[type="email"],
#contact input[type="number"],
#contact input[type="search"],
#contact input[type="tel"],
#contact input[type="time"],
#contact input[type="url"],
#contact textarea,#contact select {
  background-color: #0D1222;
  font-family: open;
  border: 1px solid #69727d;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.95);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  #contact input[type="text"]:focus,
  #contact input[type="password"]:focus,
  #contact input[type="date"]:focus,
  #contact input[type="datetime"]:focus,
  #contact input[type="datetime-local"]:focus,
  #contact input[type="month"]:focus,
  #contact input[type="week"]:focus,
  #contact input[type="email"]:focus,
  #contact input[type="number"]:focus,
  #contact input[type="search"]:focus,
  #contact input[type="tel"]:focus,
  #contact input[type="time"]:focus,
  #contact input[type="url"]:focus,
  #contact textarea:focus,  #contact select:focus {
    background: #0D1222;
    border-color: #007aff;
    outline: none; }

  #contact input[type="text"][disabled],
  #contact input[type="password"][disabled],
  #contact input[type="date"][disabled],
  #contact input[type="datetime"][disabled],
  #contact input[type="datetime-local"][disabled],
  #contact input[type="month"][disabled],
  #contact input[type="week"][disabled],
  #contact input[type="email"][disabled],
  #contact input[type="number"][disabled],
  #contact input[type="search"][disabled],
  #contact input[type="tel"][disabled],
  #contact input[type="time"][disabled],
  #contact input[type="url"][disabled],
  #contact textarea[disabled],#contact select[disabled] {
    background-color: #fff; }

/* We add basic fieldset styling */
#contact fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  #contact fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
.error #contact input,
#contact input.error,
.#contact error textarea,
#contact textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error #contact input:focus,
  #contact input.error:focus,
  #contact .error textarea:focus,
  #contact textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

#contact .error label,
#contact label.error {
  color: #c60f13; }

#contact .error small,
#contact small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

/* Custom Checkbox and Radio #contact inputs */
#contact form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #cccccc;
  background: white; }
  #contact form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  #contact form.custom .custom.checkbox:before {
    content: "";
    display: block;
    line-height: 0.8;
    height: 14px;
    width: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff; }
  #contact form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222222;
    position: relative;
    top: 3px;
    left: 3px; }
  #contact form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222222; }

/* Custom Select Options and Dropdowns */
  #contact form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: top; 
  }
   #contact  form.custom .custom.dropdown ul {
      overflow-y: auto;
      max-height: 200px; }
   #contact  form.custom .custom.dropdown .current {
      cursor: default;
      white-space: nowrap;
      line-height: 2.25em;
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      overflow: hidden;
      display: block;
      margin-left: 0.5em;
      margin-right: 2.3125em; }
   #contact  form.custom .custom.dropdown .selector {
      cursor: default;
      position: absolute;
      width: 2.5em;
      height: 2.3125em;
      display: block;
      right: 0;
      top: 0; }
      #contact form.custom .custom.dropdown .selector:after {
        content: "";
        display: block;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: #aaaaaa transparent transparent transparent;
        position: absolute;
        left: 0.9375em;
        top: 50%;
        margin-top: -3px; }
    #contact form.custom .custom.dropdown:hover a.selector:after, #contact form.custom .custom.dropdown.open a.selector:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 5px;
      border-color: #222222 transparent transparent transparent; }
    #contact form.custom .custom.dropdown .disabled {
      color: #888888; }
     #contact  form.custom .custom.dropdown .disabled:hover {
        background: transparent;
        color: #888888; }
        #contact form.custom .custom.dropdown .disabled:hover:after {
          display: none; }
    #contact form.custom .custom.dropdown.open ul {
      display: block;
      z-index: 10;
      min-width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    #contact form.custom .custom.dropdown.small {
      max-width: 134px; }
    #contact form.custom .custom.dropdown.medium {
      max-width: 254px; }
    #contact form.custom .custom.dropdown.large {
      max-width: 434px; }
   #contact  form.custom .custom.dropdown.expand {
      width: 100% !important; }
   #contact  form.custom .custom.dropdown.open.small ul {
      min-width: 134px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
   #contact  form.custom .custom.dropdown.open.medium ul {
      min-width: 254px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #contact form.custom .custom.dropdown.open.large ul {
      min-width: 434px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  #contact form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px; }
    #contact form.custom .custom.dropdown ul li {
      color: #555555;
      font-size: 0.875em;
      cursor: default;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      padding-left: 0.375em;
      padding-right: 2.375em;
      min-height: 1.5em;
      line-height: 1.5em;
      margin: 0;
      white-space: nowrap;
      list-style: none; }
      #contact form.custom .custom.dropdown ul li.selected {
        background: #eeeeee;
        color: black; }
     #contact  form.custom .custom.dropdown ul li:hover {
        background-color: #e4e4e4;
        color: black; }
      #contact form.custom .custom.dropdown ul li.selected:hover {
        background: #eeeeee;
        cursor: default;
        color: black; }
    #contact form.custom .custom.dropdown ul.show {
      display: block; }
  #contact form.custom .custom.disabled {
    background-color: #dddddd; }

/* Button Groups */
#contact .button-group {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  #contact .button-group:before, #contact .button-group:after {
    content: " ";
    display: table; }
  #contact .button-group:after {
    clear: both; }
  #contact .button-group > * {
    margin: 0 0 0 -1px;
    float: left; }
    #contact .button-group > *:first-child {
      margin-left: 0; }
  #contact .button-group.radius > *:first-child, #contact .button-group.radius > *:first-child > a,#contact  .button-group.radius > *:first-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
 }
  #contact .button-group.radius > *:last-child,#contact .button-group.radius > *:last-child > a, #contact .button-group.radius > *:last-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
 }
  #contact .button-group.round > *:first-child, #contact .button-group.round > *:first-child > a, #contact .button-group.round > *:first-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  #contact .button-group.round > *:last-child, #contact .button-group.round > *:last-child > a, #contact .button-group.round > *:last-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }
  #contact .button-group.even-2 li {
    width: 50%; }
    #contact .button-group.even-2 li .button {
      width: 100%; }
  #contact .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li .button {
      width: 100%; }
  #contact .button-group.even-4 li {
    width: 25%; }
    #contact .button-group.even-4 li .button {
      width: 100%; }
  #contact .button-group.even-5 li {
    width: 20%; }
    #contact .button-group.even-5 li .button {
      width: 100%; }
  #contact .button-group.even-6 li {
    width: 16.66667%; }
    #contact .button-group.even-6 li .button {
      width: 100%; }
  #contact .button-group.even-7 li {
    width: 14.28571%; }
    #contact .button-group.even-7 li .button {
      width: 100%; }
  #contact .button-group.even-8 li {
    width: 12.5%; }
    #contact .button-group.even-8 li .button {
      width: 100%; }

#contact .button-bar {
  *zoom: 1; }
  #contact .button-bar:before, #contact .button-bar:after {
    content: " ";
    display: table; }
  #contact .button-bar:after {
    clear: both; }
  #contact .button-bar .button-group {
    float: left;
    margin-right: 0.625em; }
    #contact .button-bar .button-group div {
      overflow: hidden; }








#contact input:focus::-webkit-#contact input-placeholder {
  color: #ffffff;
}
:-moz-placeholder {
  color: #ffffff;
}
#contact input:focus:-moz-placeholder {
  color: #ffffff;
}
::-moz-placeholder {
  color: #ffffff;
}
#contact input:focus::-moz-placeholder {
  color: #ffffff;
}
:-ms-#contact input-placeholder {
  color: #ffffff;
}
#contact input:focus:-ms-#contact input-placeholder {
  color: #ffffff;
}





#contact input[type=text],#contact input[type=email],
#contact textarea, #contact select {
  color:#fff;
  line-height: 21px;
  /*background-color: #c3c3c3;*/
  padding: 0.7em;
  height: auto;border-radius:5px;


  font-family: "Abel", Sans-serif;
  font-size: 23px;
  font-weight: 400;
}
#contact input[type=text]:focus,#contact input[type=email]:focus,
#contact textarea:focus,#contact select:focus {
  border: 1px solid #007aff;
}
#contact input[type=text]:hover:focus,#contact input[type=email]:hover:focus,
#contact textarea:hover:focus,#contact select:hover:focus {
  border: 1px solid #007aff;
}
#contact input[type=text]:hover,#contact input[type=email]:hover,
#contact textarea:hover,#contact select:hover {
  border: 1px solid #007aff;
}
#contact input[type=text].error,#contact input[type=email].error,
#contact textarea.error {
  border: 1px solid #007aff;
}
#contact input[type=submit] {

}
#contact input[type=submit].alt {
  padding: 1.5em 3em;
  color: #003d86 ;
  background-color: rgba(235, 234, 233, 0.9);
  border: 1px solid #003d86 ;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}














.contentPopup
   {    
    font-family: "Abel", Sans-serif;
		position:relative;
    	font-size: 16px;
    	color: #000;
    	padding: 34px;
        width: 750px;height:600px;overflow:auto;text-align: justify;
    	
    }
    
    .contentPopup li{    list-style-position: inside;}
    
    .fancybox-content{padding:0 !important;}

    
  .contentPopup .titolo
    {    
    	font-size: 21px;
    	font-weight: normal;
    	line-height: 23px;
    	margin-bottom: 5px;
    	text-align: center;
    }
    
   .contentPopup .sottoTitolo
    {
        font-size: 17px;
    	font-weight: bold;
    	line-height: 21px;
    	padding-top: 21px;
    	text-align: left;
    }
    
   .contentPopup .Testo
    {
font: 13px open !important;

color: #5C5C5C !important;
    padding:0 !important;
    }
    .fancybox-close-small{}
    
        .testo a{color:#000;}






        

label.inline{
  display: inline-block;
}


.qmn_mc_answer_wrap {
  display: block;
  margin: 5px 0 5px 0;
}



.qmn_radio_answers.mlwRequiredRadio { display: flex; flex-wrap: wrap; margin: 0 -17px; max-width: 334px; padding-top: 44px; }
.qmn_mc_answer_wrap { border: 1px solid rgba(255, 255, 255, 0.3); box-sizing: border-box; border-radius: 5px; display: block; width: 45% !important; padding: 10.5px; margin: 18px; }
.qmn_mc_answer_wrap label.qsm-input-label { font-family: 'Abel'; font-style: normal; font-weight: 400; font-size: 23px; line-height: 29px; color: #FFFFFF; }



.qmn_radio_answers.mlwRequiredRadio {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
    max-width: 334px;
    padding-top: 44px;
flex-direction: column;}



.qmn_radio_answers .qmn_mc_answer_wrap {
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: auto !important;
    padding: 0;
    margin: 18px;
	position: relative;
}

.qmn_radio_answers .qmn_mc_answer_wrap input {
    top: auto !important;
	    border-image-width: 0 !important;
    position: relative;
    left: 0px;
    height: 15px;
    width: 0px;
	-webkit-appearance: none !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important; 
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
}



.qsm-input-label {
    transition: all ease 0.3s 0s;
}




.qmn_radio_answers .qmn_mc_answer_wrap input:after {
    =: aqua;
    position: absolute;
    content: "";
    background: aqua;
    top: 0px;
    left: -1px;
    height: 15px;
    width: 15px;
    border-radius: 100%;
}

.qmn_radio_answers .qmn_mc_answer_wrap input {
    top: 7px;
    position: relative;
    left: 10px;
    height: 15px;
    width: 0px;
    margin: 0 !important;
	-webkit-appearance: none !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
}


.qmn_radio_answers .qmn_mc_answer_wrap input:after {position: absolute;left: 0;right: 0;top: auto;bottom: 0;background: #565964;content: "";border-radius: 100%;}

.qmn_radio_answers .qmn_mc_answer_wrap input:checked:after {background: #2E9CFF;background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24875 3.20956L0.25 4.20831L3.08333 7.04164L8.75 1.37497L7.75125 0.369141L3.08333 5.03706L1.24875 3.20956Z' fill='%23102038'/%3E%3C/svg%3E");
	background-position: center;background-repeat: no-repeat;background-size: 10px;}



input[type="radio"] {
     background:transparent !important;
    color: transparent !important;
    border: 0 !important;
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid white;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;;
  transition: background-color 5000s ease-in-out 0s  !important;
}










@media (max-width: 1280px){

	.contebntContactTop {
    width: 75%;
  }

  .contebntContactForm {
    width: 90%;
    padding: 55px 0 55px 0;
  }


  .content {
    width: 90%;
  }

}


@media (max-width: 1023px){

  #formContatti {
    width: 95%;
    padding: 0;
  }

  .contebntContactBottom {
    width: 94%;
    padding: 0 0 55px 0;
  }
  

  #mainarea {
    padding-top: 50px;
  }




  .contentPopup
   {    
		text-align:left !important;
        width: 650px;
        height:580px;
    	
    }


}



@media (max-width: 680px){

  .contebntContactTop {
    width: 75%;
    padding: 5%;
    display: block;
  }

  .boxContactTop {
    width: 100%;
    padding: 50px 0 50px 0;
  }

  .separaBoxContactTop {
    display: none;
  }

  .contebntContactForm {
    width: 90%;
    padding: 5% 0 5% 0;
  }

  .contebntContactBottom {
    display: block;
    padding: 0;
  }

  .boxContactBottom {
    width: 94%;
    padding: 50px 3% 50px 3%;
  }

  .titleContactForm h2 {
    font-size: 34px;
  }

  .sectionContactForm {
    padding-top: 60px;
  }

  .regformdisclaimerarea {
    font-size: 17px;
  }

  #contact input[type="text"], #contact input[type="email"], #contact textarea, #contact select {
    font-size: 17px;
  }
	

  .txtContactBottom {
    font-size: 18px;
  }


  .pull-left button {
    font-size: 21px;
  }

  .boxContactInfo {
    width: 100%;
    padding-left: 0;
  }

  .titleContactInfo h2 {
    font-size: 32px;
  }

  .template4 .boxContent {
    padding: 60px 0 30px 0;
  }





  .txtDomanda {
    font-size: 28px;
    line-height: 42px;
  }

  .progress-bar {
    margin: 20px 0 40px 0;
  }


  .qmn_mc_answer_wrap label.qsm-input-label {
    font-size: 22px;
    line-height: 22px;
  }


  .boxPrec {
    position: absolute;
    width: 100%;
    left: 0;
    top: 90px;
  }

  .boxSucc {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }


  .boxSucc  .pull-left {
    margin: 0 !important;
  }

  .boxSucc .pull-left button {
    position: relative;
    left: 0;
  }


  .RisultatiTest {
    position: relative;
    width: 100%;
    padding: 30px 0 30px 0;
    border-radius: 10px;
    margin: 0 auto;
  }


  .txtRisultati {
    display: block;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }


  #formContatti {
    margin-top: 50px;
  }


  .contentPopup
   {    

        width: 320px;height:475px;padding:18px;
    	
    }
    
    .contenutoPopup{width:auto;overflow:auto !important;padding:0;margin:0}



    .txtPresentazione {
      font-size: 18px;
      line-height: 28px;
    }



    .titoloRisultati {
      font-family: 'Abel' !important;
      text-align: left;
      font-weight: 400;
      font-size: 34px;
      color: #FFFFFF;
      line-height: 44px;
      padding-bottom: 40px;
    }

    .txtScore {
      font-family: 'Abel' !important;
      text-align: left;
      font-weight: 400;
      font-size: 34px;
      color: #FFFFFF;
      line-height: 44px;
      padding-bottom: 40px;
    }


    .btn-contattaci {
      display: inline-block;
      padding: 15px 25px;
      background: #ffffff;
      color: #0D1222;
      border-radius: 10px;
      font-size: 21px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.25s ease;
      font-family: 'Abel' !important;
    }



}






