@font-face {
  font-family: "dinot";
  src: url("font/dinot-regular.eot");
  src: url("font/dinot-regular.eot?#iefix") format("embedded-opentype"), url("font/dinot-regular.woff2") format("woff2"), url("font/dinot-regular.woff") format("woff"), url("font/dinot-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "dinot";
  src: url("font/dinot-medium.eot");
  src: url("font/dinot-medium.eot?#iefix") format("embedded-opentype"), url("font/dinot-medium.woff2") format("woff2"), url("font/dinot-medium.woff") format("woff"), url("font/dinot-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "dinot";
  src: url("font/dinot-bold.eot");
  src: url("font/dinot-bold.eot?#iefix") format("embedded-opentype"), url("font/dinot-bold.woff2") format("woff2"), url("font/dinot-bold.woff") format("woff"), url("font/dinot-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("font/RobotoCondensed-Bold.woff2") format("woff2"), url("font/RobotoCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("font/RobotoCondensed-Italic.woff2") format("woff2"), url("font/RobotoCondensed-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("font/RobotoCondensed-Regular.woff2") format("woff2"), url("font/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("font/RobotoCondensed-BoldItalic.woff2") format("woff2"), url("font/RobotoCondensed-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
html.mobile a[href^="tel:"] {
  pointer-events: auto;
}

html:not(.mobile):not(.tablet) *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html:not(.mobile):not(.tablet) *::-webkit-scrollbar-track {
  background: #fff;
  transition: height 600ms;
}
html:not(.mobile):not(.tablet) *::-webkit-scrollbar-thumb {
  background: #e5e5e5;
}

button {
  cursor: pointer !important;
}

textarea, input, button {
  box-shadow: none;
  outline: none !important;
  border-radius: 0;
  -webkit-appearance: none;
  background: none;
  border: none;
}

:focus, :visited, :active {
  box-shadow: none;
  outline: 0;
}

a, a:focus, a:visited, a:active {
  outline: none !important;
  text-decoration: none;
}

a, a:hover, a:visited, a:active, a:focus {
  color: #000;
  text-decoration: none;
}

.pd9 {
  padding-left: 9% !important;
  padding-right: 9% !important;
}

.pd5 {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

@media (min-width: 2200px) {
  .pd9 {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
  .pd5 {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media (max-width: 991px) {
  .pd9,
  .pd5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
:root {
  --headerColor:#70c5f0;
  --footerColor:#2b4e88;
  --logoColor:#2b4e88;
  --logoColor_2:#d73642;
  --textColor:#485155;
  --border:#ecedee;
}

.pd9 {
  padding-left: 12% !important;
  padding-right: 12% !important;
}

@media (min-width: 2200px) {
  .pd9 {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media (max-width: 991px) {
  .pd9 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  font-size: 14px;
}

.gb_LP_InpAns {
  width: 100%;
  max-width: 300px;
  height: 60px;
  border-radius: 60px;
  border: solid 1px var(--textColor);
  padding: 8px 36px;
  background: var(--border);
  color: var(--textColor);
  font-size: 16px;
  margin-top: 80px;
  text-align: center;
}
.gb_LP_InpAns::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--textColor);
  font-size: 10px;
}
.gb_LP_InpAns::-moz-placeholder { /* Firefox 19+ */
  color: var(--textColor);
  font-size: 10px;
}
.gb_LP_InpAns:-ms-input-placeholder { /* IE 10+ */
  color: var(--textColor);
  font-size: 10px;
}
.gb_LP_InpAns:-moz-placeholder { /* Firefox 18- */
  color: var(--textColor);
  font-size: 10px;
}

.gb_error {
  color: #dc0e18 !important;
  border-color: #dc0e18 !important;
  fill: #dc0e18 !important;
  background: #fff !important;
}
.gb_error::before, .gb_error::after,
.gb_error * {
  color: #dc0e18 !important;
  border-color: #dc0e18 !important;
  fill: #dc0e18 !important;
}

.gb_LP_Cta {
  width: 100%;
  height: 60px;
  max-width: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 60px;
  font-family: "Open Sans", sans-serif;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .gb_LP_Cta {
    max-width: 163px;
  }
}
.gb_LP_Cta.gb_big {
  width: 100%;
  max-width: 299px;
  display: flex;
  margin: 0 auto;
}
.gb_LP_Cta.gb_big.gb_w_arrow svg {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.gb_LP_Cta.gb_back {
  position: relative;
}
.gb_LP_Cta.gb_back svg {
  position: absolute;
  top: 50%;
  left: 30px;
  fill: var(--textColor);
  display: block;
  margin-top: -6px;
  width: 6px;
  height: 12px;
}
@media (max-width: 767px) {
  .gb_LP_Cta.gb_back svg {
    display: none;
  }
}
.gb_LP_Cta.gb_play strong {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "dinot", serif;
  font-weight: 500;
}
.gb_LP_Cta.gb_play strong svg {
  display: block;
  height: 14px;
  width: auto;
  fill: var(--textColor);
  margin-top: 2px;
  margin-left: 6px;
}
.gb_LP_Cta.gb_outline {
  color: var(--textColor);
  font-size: 14px;
  text-align: center;
  border: solid 1px var(--border);
}
@media (max-width: 767px) {
  .gb_LP_Cta.gb_outline {
    font-size: 10px;
  }
  .gb_LP_Cta.gb_outline strong {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  .gb_LP_Cta.gb_outline {
    max-width: 170px;
    height: 40px;
  }
}
.gb_LP_Cta.gb_outline.btnReturnToText[data-action=returnToText]::before {
  display: inline;
  content: "Return to the text";
}
.gb_LP_Cta.gb_outline.btnReturnToText[data-action=returnToImage]::before {
  display: inline;
  content: "Return to image";
}
.gb_LP_Cta.gb_outline.btnReturnToText[data-action=returnToQuestion]::before {
  display: inline;
  content: "Return to the exercise";
}
.gb_LP_Cta.gb_outline.gb_stoppause {
  display: flex;
  justify-content: space-around;
}
.gb_LP_Cta.gb_outline.gb_stoppause > span {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.gb_LP_Cta.gb_outline.gb_stoppause > span.btnStop {
  border-right: solid 1px #dfe9ef;
}
.gb_LP_Cta.gb_background {
  background: var(--border);
  color: var(--textColor);
  font-family: "dinot", serif;
  font-size: 18px;
}
.gb_LP_Cta.gb_background svg {
  fill: var(--textColor);
  width: 15px;
  height: 15px;
  display: block;
  margin-right: -30px;
}
.gb_LP_Cta.gb_background svg.gb_invalsilogo {
  width: 96px;
  height: 43px;
  margin-right: 15px;
}
.gb_LP_Cta.gb_background svg.gb_invalsilogo path.st0 {
  fill: var(--logoColor_2);
}
svg.gb_invalsilogo {
  fill: var(--logoColor);
}
svg.gb_invalsilogo .gb-red {
  fill: var(--logoColor_2);
}

.gb_LP_Cta.gb_nextback {
  background: var(--border);
  width: 60px;
  display: block;
  padding: 0;
}
.gb_LP_Cta.gb_nextback.gb_error {
  border: solid 1px #dc0e18 !important;
}
.gb_LP_Cta.gb_nextback.disabled {
  visibility: hidden;
}
.gb_LP_Cta.gb_nextback span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb_LP_Cta.gb_nextback.goHome {
  width: 170px;
}
.gb_LP_Cta.gb_nextback.goHome span::before {
  content: "HOME";
  display: inline;
}
.gb_LP_Cta.gb_nextback.goHome span svg {
  position: absolute;
  right: 37px;
  top: 50%;
  margin-top: -8px;
}
.gb_LP_Cta.gb_nextback svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: var(--textColor);
}
.gb_LP_Cta.gb_nextback.gb_back svg {
  position: static;
  margin-top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}
.gb_LP_Cta.gb_nextback.gb_lasStep {
  width: 100%;
  max-width: 194px;
}
.gb_LP_Cta.gb_nextback.gb_lasStep strong {
  color: var(--textColor);
  text-transform: uppercase;
  font-family: "dinot", serif;
  font-weight: 400;
  font-size: 18px;
  padding: 0 40px;
}
.gb_LP_Cta.gb_nextback.gb_lasStep svg {
  position: absolute;
  right: 37px;
  top: 50%;
  margin-top: -8px;
}

header {
  background: #dfe9ef;
  padding: 20px 0;
}
header picture {
  height: 60px;
  width: auto;
}
header picture svg {
  display: block;
  height: 60px;
  width: auto;
}
@media (max-width: 767px) {
  header picture svg {
    height: 40px;
  }
}
@media (max-width: 767px) {
  header.gb_LP_head picture {
    height: 40px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 10px 0;
  }
  header img {
    width: 80px;
    height: auto;
  }
}

.gb_LP_head {
  padding: 30px 0;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .gb_LP_head {
    padding: 14px 0;
  }
}
.gb_LP_head span.gb_LP_timeList {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  color: var(--textColor);
  font-size: 14px;
  text-align: center;
  border: solid 1px var(--border);
  border-radius: 60px;
}
.gb_LP_head span.gb_LP_timeList:nth-child(1) {
  margin-right: 30px;
}
@media (max-width: 576px) {
  .gb_LP_head span.gb_LP_timeList:nth-child(1) {
    margin-right: 15px;
  }
}
.gb_LP_head span.gb_LP_timeList:nth-child(2) {
  margin-left: 30px;
}
@media (max-width: 576px) {
  .gb_LP_head span.gb_LP_timeList:nth-child(2) {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .gb_LP_head span.gb_LP_timeList {
    font-size: 10px;
    height: 40px;
  }
}
.gb_LP_head .gb_listenContainer {
  pointer-events: none;
}
.gb_LP_head .gb_listenContainer a {
  pointer-events: auto;
}
@media (max-width: 991px) {
  .gb_LP_head .gb_listenContainer {
    position: absolute;
    left: 0;
    width: 100%;
    top: 90px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .gb_LP_head .gb_listenContainer {
    position: absolute;
    left: 0;
    width: 100%;
    top: 54px;
    z-index: 2;
  }
}

.disabled {
  opacity: 0.6;
  pointer-events: none !important;
}

main {
  min-height: calc(100vh - 177px);
}
main section.gb_L_contAudio {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  main section.gb_L_contAudio {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
main section.gb_L_contAudio figure {
  margin: 0;
}
main section.gb_L_contAudio figure svg {
  display: block;
  margin: 0 auto;
  width: 182px;
  height: 85px;
  fill: var(--logoColor);
}
main section.gb_L_contAudio figure svg .gb-red {
  fill: var(--logoColor_2);
}
@media (max-width: 767px) {
  main section.gb_L_contAudio figure svg {
    width: 110px;
    height: 50px;
  }
}
main section.gb_L_contAudio h1 {
  display: inline-block;
  color: var(--textColor);
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  padding-top: 35px;
}
main section.gb_L_contAudio h1 small {
  display: flex;
  font-weight: 300;
  text-transform: Capitalize;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  main section.gb_L_contAudio h1 {
    font-size: 20px;
  }
  main section.gb_L_contAudio h1 small {
    padding-top: 14px;
    display: block;
  }
  main section.gb_L_contAudio h1 small span {
    display: block;
    padding-top: 5px;
  }
}
main section.gb_L_contAudio .gb_L_contAudio {
  padding-top: 33px;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  border: solid 1px var(--textColor);
  border-radius: 15px;
  padding: 8px 30px;
  list-style: none;
}
@media (max-width: 767px) {
  main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList {
    padding: 8px 15px;
  }
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li {
  text-align: center;
  border-bottom: solid 1px var(--textColor);
  padding-bottom: 10px;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li button.h2, main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li a.h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  color: var(--textColor);
  margin: 0;
  padding: 10px 0 4px;
  display: block;
  width: 100%;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li button.h2 span, main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li a.h2 span {
  font-weight: 400;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li p {
  margin-bottom: 0;
  color: var(--textColor);
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li:last-child {
  border-bottom: none;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol {
    padding-top: 20px;
  }
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li {
  text-align: left;
  display: flex;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
  }
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li:last-child {
  padding-bottom: 0;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li p {
  flex: 0 0 auto;
  margin: 0;
  font-family: "dinot", serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--textColor);
  line-height: 1.05;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer {
  margin: 0 14px;
  padding: 0 8px;
  flex: 1 1 auto;
  width: 100%;
  background: #ecedee;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer {
    margin: 0;
    margin-top: 15px;
    order: 3;
    height: 50px;
    border-radius: 50px;
  }
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer button.gb_play-pause {
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 50%;
  background: var(--footerColor);
  flex: 0 0 auto;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer button.gb_play-pause svg {
  padding: 4px;
  display: block;
  width: 14px;
  height: 14px;
  fill: #fff;
}
@media (max-width: 767px) {
  main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer button.gb_play-pause {
    width: 24px;
    height: 24px;
  }
  main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer button.gb_play-pause svg {
    padding: 7px;
    width: 24px;
    height: 24px;
  }
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer button.gb_audiocontrol {
  width: 14px;
  height: 14px;
  padding: 0;
  flex: 0 0 auto;
  margin-left: 10px;
}
html.ios main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer button.gb_audiocontrol {
  display: none !important;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer button.gb_audiocontrol svg {
  display: block;
  width: 14px;
  height: 14px;
  fill: var(--textColor);
}
@media (max-width: 767px) {
  main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer button.gb_audiocontrol {
    width: 24px;
    height: 24px;
  }
  main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer button.gb_audiocontrol svg {
    padding: 4px;
    width: 24px;
    height: 24px;
  }
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer.muted .gb_audiocontrol svg .st0 {
  display: none;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer .gb_timeline {
  height: 6px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
  flex: 1 1 auto;
  overflow: hidden;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer .gb_timeline i {
  width: 0;
  height: 100%;
  background: var(--footerColor);
  display: block;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li .gb_L_audioPlayer .gb_timenumber {
  flex: 0 0 auto;
  font-size: 9px;
  color: var(--textColor);
  font-family: "dinot", serif;
  font-weight: 400;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li a {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li a svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: var(--textColor);
}
@media (max-width: 767px) {
  main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li a {
    width: 14px;
    height: 14px;
  }
  main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li a svg {
    width: 14px;
    height: 14px;
  }
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: var(--textColor);
  font-family: "dinot", serif;
}
main.gb_LP_provMain {
  min-height: 0;
}
main.gb_LP_provMain .gb_bottomCtaCont {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
main.gb_LP_provMain .gb_bottomCtaCont::before {
  content: "";
  pointer-events: none;
  z-index: - 1;
  position: absolute;
  top: 0;
  left: calc(16.666667% + 20px);
  width: calc(66.666667% - 40px);
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px) {
  main.gb_LP_provMain .gb_bottomCtaCont::before {
    display: none;
  }
}
main.gb_LP_provMain .gb_bottomCtaCont button {
  pointer-events: auto;
}
main.gb_LP_provMain aside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 192px;
  padding: 0;
  z-index: 10;
}
@media (max-width: 991px) {
  main.gb_LP_provMain aside {
    max-width: 140px;
  }
}
main.gb_LP_provMain aside .gb_LP_sidebar {
  padding: 25px;
  border-radius: 30px;
  border: solid 1px var(--border);
  background: #fff;
}
@media (max-width: 991px) {
  main.gb_LP_provMain aside .gb_LP_sidebar {
    padding: 24px 18px;
  }
}
main.gb_LP_provMain aside h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--textColor);
  font-family: "dinot", serif;
}
main.gb_LP_provMain aside h2 span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.gb_LP_provMain aside h2 button {
  padding: 0;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}
main.gb_LP_provMain aside h2 button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--textColor);
}
main.gb_LP_provMain aside ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "dinot", serif;
}
main.gb_LP_provMain aside ul li {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
main.gb_LP_provMain aside ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 1px var(--footerColor);
  flex: 0 0 auto;
  margin-right: 11px;
  margin-left: 3px;
}
@media (max-width: 991px) {
  main.gb_LP_provMain aside ul li::before {
    margin-right: 12px;
  }
}
main.gb_LP_provMain aside ul li button {
  padding: 0;
  text-transform: uppercase;
  color: var(--textColor);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.gb_LP_provMain aside ul li.gb_done::before {
  background: var(--footerColor);
}
main.gb_LP_provMain.gb_LP_sideBarClose aside {
  max-width: 66px;
}
@media (max-width: 991px) {
  main.gb_LP_provMain.gb_LP_sideBarClose aside {
    max-width: 51px;
  }
}
main.gb_LP_provMain.gb_LP_sideBarClose aside h2 button {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step {
  width: 100%;
  min-height: calc(100vh - 220px);
  margin-bottom: 120px;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step .gb_questionContainer {
  /*&.error *
  {
      color:red;
  }*/
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step .gb_questionContainer.exampleQuestion label, main.gb_LP_provMain .gb_stepContainer .gb_LP_step .gb_questionContainer.exampleQuestion input {
  pointer-events: none;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step h2.gb_LP_qstn {
  padding-top: 30px;
  margin: 0;
  font-size: 18px;
  color: var(--textColor);
  line-height: 1.2;
  font-weight: 400;
  font-family: "dinot", serif;
  width: 100%;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step ul.gb_LP_answList {
  padding: 0;
  margin: 0;
  list-style: none;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step ul.gb_LP_answList > li {
  width: 100%;
  height: 100%;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step .gb_LP_isText p {
  padding-top: 40px;
  margin: 0;
  font-size: 18px;
  color: var(--textColor);
  line-height: 1.2;
  font-weight: 400;
  font-family: "dinot", serif;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step#gb_LP_StepCover {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step#gb_LP_StepCover h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  font-family: "dinot", serif;
  color: var(--textColor);
  text-transform: uppercase;
  text-align: center;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step#gb_LP_StepCover h1 strong {
  display: block;
  font-weight: bold;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step#gb_LP_StepCover p {
  padding-top: 54px;
  margin-bottom: 0;
  font-size: 18px;
  color: var(--textColor);
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step button.gb_LP_TTS {
  display: none !important;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: var(--textColor);
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_stepContainer .gb_LP_step button.gb_LP_TTS {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  main.gb_LP_provMain .gb_stepContainer .gb_LP_step button.gb_LP_TTS {
    margin-top: 55px;
  }
}
@media (max-width: 576px) {
  main.gb_LP_provMain .gb_stepContainer .gb_LP_step button.gb_LP_TTS {
    font-size: 12px;
    margin-top: 55px;
  }
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step button.gb_LP_TTS span {
  display: flex;
  align-items: center;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step button.gb_LP_TTS span svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  fill: var(--textColor);
}
@media (max-width: 576px) {
  main.gb_LP_provMain .gb_stepContainer .gb_LP_step button.gb_LP_TTS span svg {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 577px) {
  main.gb_LP_provMain .gb_stepContainer .gb_LP_step .gb_LP_padOffset {
    padding-left: 25px;
    padding-right: 25px;
  }
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step .gb_LP_descTask h2 {
  font-family: "dinot", serif;
  text-transform: uppercase;
  font-size: 22px;
  color: var(--footerColor);
  margin: 0;
  padding: 0;
  font-weight: 600;
  padding-top: 30px;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step .gb_LP_descTask h3 {
  padding: 0;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--footerColor);
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step .gb_LP_descTask p.gb_LP_compito {
  padding-top: 40px;
  margin: 0;
  font-size: 18px;
  color: var(--textColor);
  line-height: 1.2;
  font-weight: 500;
  font-family: "dinot", serif;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step .gb_LP_descTask p.gb_LP_compito i {
  display: block;
  font-weight: 300;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso] .gb_LP_question ul.gb_LP_answList > li ol, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_question ul.gb_LP_answList > li ol {
  padding: 80px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso] .gb_LP_question ul.gb_LP_answList > li ol, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_question ul.gb_LP_answList > li ol {
    justify-content: space-between;
    padding-top: 40px;
  }
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso] .gb_LP_question ul.gb_LP_answList > li ol > li, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_question ul.gb_LP_answList > li ol > li {
  margin-right: 62px;
}
@media (max-width: 767px) {
  main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso] .gb_LP_question ul.gb_LP_answList > li ol > li, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_question ul.gb_LP_answList > li ol > li {
    margin-right: 0;
  }
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso] .gb_LP_question ul.gb_LP_answList > li ol > li:last-child, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_question ul.gb_LP_answList > li ol > li:last-child {
  margin-right: 0;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso] .gb_LP_question ul.gb_LP_answList > li ol > li label, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_question ul.gb_LP_answList > li ol > li label {
  width: 60px;
  height: 60px;
  border: solid 1px var(--textColor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  cursor: pointer;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso] .gb_LP_question ul.gb_LP_answList > li ol > li label::before, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_question ul.gb_LP_answList > li ol > li label::before {
  content: attr(data-for);
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  color: var(--textColor);
  font-size: 14px;
  font-family: "dinot", serif;
}
@media (max-width: 767px) {
  main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso] .gb_LP_question ul.gb_LP_answList > li ol > li label::before, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_question ul.gb_LP_answList > li ol > li label::before {
    font-size: 12px;
  }
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso] .gb_LP_question ul.gb_LP_answList > li ol > li label[data-for=notgiven]::before, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_question ul.gb_LP_answList > li ol > li label[data-for=notgiven]::before {
  content: "not given";
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso] .gb_LP_question ul.gb_LP_answList > li ol > li input[type=radio]:checked + label, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_question ul.gb_LP_answList > li ol > li input[type=radio]:checked + label {
  background: #dfe9ef;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=leggi_e_rispondi] .gb_LP_isImg, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_isImg {
  padding-top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=leggi_e_rispondi] .gb_LP_isImg .img-fluid, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_isImg .img-fluid {
  max-width: 380px;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=leggi_e_rispondi] .gb_LP_isImg .img-fluid[src="/invalsitoday/gb/prove/2/img/es4.png"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=leggi_e_rispondi] .gb_LP_isImg .img-fluid[src="/invalsitoday/gb/prove/2/img/es02_1.png"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_isImg .img-fluid[src="/invalsitoday/gb/prove/2/img/es4.png"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_isImg .img-fluid[src="/invalsitoday/gb/prove/2/img/es02_1.png"] {
  max-width: 100%;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=leggi_e_rispondi] ul.gb_LP_answList li, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] ul.gb_LP_answList li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_listImg, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_listImg {
  padding-top: 40px;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_listImg ul, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_listImg ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_listImg ul li, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_listImg ul li {
  width: 50%;
  margin-top: 30px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_listImg ul li, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_listImg ul li {
    width: 100%;
  }
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_listImg ul li label, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_listImg ul li label {
  cursor: pointer;
  position: relative;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_listImg ul li label::before, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_listImg ul li label::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--border);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_listImg ul li label::after, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_listImg ul li label::after {
  content: attr(data-for);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--textColor);
  border: solid 1px var(--textColor);
  background: #fff;
  text-transform: uppercase;
  font-family: "dinot", serif;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  font-size: 14px;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_listImg ul li input[type=radio]:checked + label::before, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_listImg ul li input[type=radio]:checked + label::before {
  display: block;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_listImg ul li input[type=radio]:checked + label::after, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_listImg ul li input[type=radio]:checked + label::after {
  background: #dfe9ef;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_optionList, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_optionList {
  padding-top: 40px;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_optionList ul, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_optionList ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_optionList ul li, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_optionList ul li {
  width: 50%;
  margin-top: 30px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_optionList ul li, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_optionList ul li {
    width: 100%;
  }
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_optionList ul li label, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_optionList ul li label {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  border-radius: 30px;
  border: solid 1px var(--textColor);
  display: block;
  min-height: 66px;
  padding: 20px;
  font-family: "dinot", serif;
  height: calc(100% - 8px);
  color: var(--textColor);
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_optionList ul li label::after, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_optionList ul li label::after {
  content: attr(data-for);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--textColor);
  border: solid 1px var(--textColor);
  background: #fff;
  text-transform: uppercase;
  font-family: "dinot", serif;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  font-size: 14px;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_optionList ul li input[type=radio]:checked + label, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_optionList ul li input[type=radio]:checked + label {
  background: var(--border);
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_frasi] .gb_LP_optionList ul li input[type=radio]:checked + label::after, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=match_immagini_e_frasi] .gb_LP_optionList ul li input[type=radio]:checked + label::after {
  background: var(--border);
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=risposta_multipla] .gb_LP_contAnswer .gb_LP_optionList {
  padding-top: 80px;
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=risposta_multipla] .gb_LP_contAnswer .gb_LP_optionList {
    padding-top: 40px;
  }
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=risposta_multipla] .gb_LP_contAnswer .gb_LP_optionList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=risposta_multipla] .gb_LP_contAnswer .gb_LP_optionList ul li label {
  font-size: 18px;
  color: var(--textColor);
  font-family: "dinot", serif;
  display: inline-flex;
  cursor: pointer;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=risposta_multipla] .gb_LP_contAnswer .gb_LP_optionList ul li label::before {
  content: attr(data-for) ".";
  text-transform: uppercase;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=risposta_multipla] .gb_LP_contAnswer .gb_LP_optionList ul li label span.gb_checkbox {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=risposta_multipla] .gb_LP_contAnswer .gb_LP_optionList ul li label span.gb_checkbox::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: solid 1px var(--textColor);
  border-radius: 4px;
  margin-right: 4px;
  margin-top: 6px;
  margin-left: 4px;
  flex: 0 0 auto;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=risposta_multipla] .gb_LP_contAnswer .gb_LP_optionList ul li input[type=checkbox]:checked + label span.gb_checkbox::before, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=risposta_multipla] .gb_LP_contAnswer .gb_LP_optionList ul li input[type=radio]:checked + label span.gb_checkbox::before {
  background: var(--border) url("../img/close.svg");
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=ascolta_e_completa] {
  counter-reset: ascolta_e_completa;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=ascolta_e_completa] .gb_LP_isImg {
  padding-top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=ascolta_e_completa] .gb_LP_optionList {
  padding-top: 40px;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=ascolta_e_completa] .gb_LP_optionList ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=ascolta_e_completa] .gb_LP_optionList ul li {
  width: 50%;
  margin-top: 30px;
  padding: 0 15px;
  counter-increment: ascolta_e_completa;
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=ascolta_e_completa] .gb_LP_optionList ul li {
    width: 100%;
  }
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=ascolta_e_completa] .gb_LP_optionList ul li label {
  width: 100%;
  height: 60px;
  border: solid 1px var(--textColor);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=ascolta_e_completa] .gb_LP_optionList ul li label::before {
  content: counter(ascolta_e_completa);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--textColor);
  border: solid 1px var(--textColor);
  background: #fff;
  text-transform: uppercase;
  font-family: "dinot", serif;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  font-size: 14px;
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=ascolta_e_completa] .gb_LP_optionList ul li label input[type=text] {
  width: 80%;
  border-bottom: dotted 1px var(--textColor);
  text-align: center;
  font-size: 18px;
  color: var(--textColor);
  font-family: "dinot", serif;
  padding: 0;
  line-height: 1;
  margin-top: -3px;
}
main.gb_LP_provMain .gb_LP_results ul.gb_LP_podium {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 40px;
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_podium {
    flex-wrap: wrap;
    width: 100%;
  }
}
main.gb_LP_provMain .gb_LP_results ul.gb_LP_podium li {
  margin-right: 60px;
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_podium li {
    width: 50%;
    margin: 0;
  }
}
main.gb_LP_provMain .gb_LP_results ul.gb_LP_podium li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: var(--border);
  color: var(--textColor);
  border-radius: 50%;
  margin: 0 auto;
  font-size: 22px;
  font-family: "dinot", serif;
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_podium li span {
    width: 90px;
    height: 90px;
    font-size: 20px;
  }
}
main.gb_LP_provMain .gb_LP_results ul.gb_LP_podium li h2 {
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-align: center;
  padding-top: 10px;
  color: var(--textColor);
}
main.gb_LP_provMain .gb_LP_results ul.gb_LP_podium li:nth-child(1) {
  order: 2;
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_podium li:nth-child(1) {
    order: 0;
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
  }
}
main.gb_LP_provMain .gb_LP_results ul.gb_LP_podium li:nth-child(1) span {
  width: 120px;
  height: 120px;
  font-size: 30px;
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_podium li:nth-child(1) span {
    width: 110px;
    height: 110px;
    font-size: 26px;
  }
}
main.gb_LP_provMain .gb_LP_results ul.gb_LP_podium li:last-child {
  margin-right: 0;
  order: 3;
}
main.gb_LP_provMain .gb_LP_results ul.gb_LP_infoRisposte {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_infoRisposte {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_infoRisposte {
    padding-top: 30px;
  }
}
main.gb_LP_provMain .gb_LP_results ul.gb_LP_infoRisposte li {
  width: 50%;
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_infoRisposte li {
    width: 100%;
    margin-bottom: 27px;
  }
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_infoRisposte li button,
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_infoRisposte li span {
    max-width: 80%;
    height: 50px;
    font-size: 14px;
  }
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_infoRisposte li button#gb_risposteCorrette,
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_infoRisposte li span#gb_risposteCorrette {
    height: auto;
  }
  main.gb_LP_provMain .gb_LP_results ul.gb_LP_infoRisposte li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  main.gb_LP_provMain .gb_LP_results .gb_bottomCtaCont {
    padding-top: 50px;
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  main.gb_LP_provMain .gb_LP_results .gb_bottomCtaCont .gb_LP_Cta {
    max-width: 192px;
  }
}
main.gb_LP_provMain .gb_LP_errors label,
main.gb_LP_provMain .gb_LP_errors input {
  pointer-events: none !important;
}
main.gb_LP_provMain .gb_LP_errors [data-tipo=leggi_e_rispondi] input[type=text] {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  main.gb_LP_provMain .gb_LP_errors [data-tipo=leggi_e_rispondi] input[type=text] + input[type=text] {
    margin-top: 30px;
  }
}
main.gb_LP_provMain .gb_LP_errors [data-tipo=risposta_multipla] label.gb_error span::before {
  border-color: #dc0e18 !important;
  background-image: url("../img/close_error.svg");
}
main.gb_LP_provMain .gb_LP_errors [data-tipo=match_immagini_e_frasi] label.gb_error::before {
  background-color: rgba(220, 14, 24, 0.2) !important;
  display: block !important;
}
main.gb_LP_provMain .gb_LP_errors [data-tipo=ascolta_e_completa] ul li label::before {
  content: attr(data-number) !important;
}
main.gb_LP_provMain .gb_LP_errors .gb_LP_numberErrors {
  padding-top: 30px;
  padding-bottom: 30px;
}
main.gb_LP_provMain .gb_LP_errors .gb_LP_numberErrors span.gb_LP_Cta.gb_outline.gb_big.gb_error {
  font-size: 18px;
  font-family: "dinot", serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  main.gb_LP_provMain .gb_LP_errors .gb_LP_numberErrors span.gb_LP_Cta.gb_outline.gb_big.gb_error {
    max-width: 299px;
    height: 60px;
  }
}
@media (max-width: 576px) {
  main.gb_LP_provMain .gb_LP_errors .gb_LP_numberErrors span.gb_LP_Cta.gb_outline.gb_big.gb_error {
    font-size: 14px;
  }
}
main.gb_LP_provMain .gb_LP_errors .gb_LP_numberErrors span.gb_LP_Cta.gb_outline.gb_big.gb_error strong {
  padding: 0 6px;
}
@media (max-width: 576px) {
  main.gb_LP_provMain .gb_LP_errors .gb_LP_numberErrors span.gb_LP_Cta.gb_outline.gb_big.gb_error strong {
    font-size: 14px;
  }
}
main.gb_LP_provMain .gb_LP_errors .gb_LP_numberErrors span.gb_LP_Cta.gb_outline.gb_big.gb_error strong:last-of-type {
  padding-right: 0;
}
main.gb_LP_provMain .gb_LP_errors .gb_LP_step {
  min-height: 0;
}

footer {
  background: var(--footerColor);
  color: #fff;
  padding: 16px 0;
  font-family: "dinot", serif;
  font-size: 12px;
  text-transform: uppercase;
}
footer a {
  color: #fff;
}
footer a:hover, footer a:visited, footer a:active {
  color: #fff;
}
footer p {
  font-size: 10px;
  margin: 0;
}
@media (max-width: 767px) {
  footer .gb_L_contLogoFoot {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  footer .gb_L_contLogoFoot {
    padding-bottom: 10px;
  }
}
footer .gb_L_contLogoFoot svg {
  display: block;
  fill: var(--white);
  width: 85px;
  height: 39px;
  margin: 0 auto;
}
footer .gb_L_contLogoFoot svg .gb-red {
  fill: var(--white);
}
@media (max-width: 576px) {
  footer .gb_L_contAgencyInfo {
    padding-top: 30px;
  }
}
footer .gb_L_agency {
  font-size: 10px;
  padding-top: 5px;
  text-transform: none;
}

#rsmpl_container, .rspopup {
  display: none !important;
}

.old_browser {
  font-family: "arial", helvetica, sans-serif;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000000000000000000;
  background: #fff;
  top: 0;
  left: 0;
  overflow: auto;
  color: #666;
  display: none;
}

.opera .old_browser,
.ie6 .old_browser,
.ie7 .old_browser,
.ie8 .old_browser,
.ie9 .old_browser,
.ie10 .old_browser,
.ie11 .old_browser,
.android.safari4 .old_browser,
.desktop.safari3 .old_browser,
.desktop.safari4 .old_browser,
.desktop.safari5 .old_browser,
.desktop.safari6 .old_browser,
.desktop.safari7 .old_browser {
  display: block;
}

html.no-flexbox .old_browser {
  display: block;
}

.old_browser a {
  color: #666;
}

.qzq {
  padding: 40px 0;
  margin: 0 auto;
  max-width: 800px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.qzq h2 {
  padding: 0 25px;
  padding-top: 70px;
}
.qzq p {
  padding: 20px 16px 0 16px;
}

a.bro {
  display: inline-block;
  margin: 30px 10px 0 10px;
  font-weight: bold;
  width: 112px;
  font-size: 14px;
  color: #666;
}
a.bro img {
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */
