:root {
  --blue: #15428C;
  --blue10hex: #e7ecf4;
  --blue10: rgba(21, 66, 140, 0.10);
  --white:#fff;
  --brilliant-red:#DC0D15;
  --header-h: 90px;
  --cyano:#69C6F0;
  --cyano10: rgba(105, 198, 240, 0.2);
  --red:#E73843;
  --red10:rgba(231, 56, 67,0.1);
  --yellow:#F7A600;
  --yellow10:rgb(247, 166, 0,0.2);
}
@media screen and (max-width: 991px) {
  :root {
    --header-h: 50px;
  }
}

[data-prova=inglese] {
  --prova:var(--cyano);
  --prova-rgb:var(--cyano10);
}

[data-prova=matematica] {
  --prova:var(--yellow);
  --prova-rgb:var(--yellow10);
}

[data-prova=italiano] {
  --prova:var(--red);
  --prova-rgb:var(--red10);
}

[data-editore=liberty] {
  --editore:var(--blue);
  --editore10:var(--blue10);
}

[data-editore=trama] {
  --editore:var(--red);
  --editore10:var(--red10);
}

@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;
}

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;
  }
}
.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 #16428c;
  padding: 8px 36px;
  background: #dfe9ef;
  color: #16428c;
  font-size: 16px;
  margin-top: 80px;
  text-align: center;
}
.gb_LP_InpAns::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #16428c;
  font-size: 10px;
}
.gb_LP_InpAns::-moz-placeholder { /* Firefox 19+ */
  color: #16428c;
  font-size: 10px;
}
.gb_LP_InpAns:-ms-input-placeholder { /* IE 10+ */
  color: #16428c;
  font-size: 10px;
}
.gb_LP_InpAns:-moz-placeholder { /* Firefox 18- */
  color: #16428c;
  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: #16428c;
  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: #16428c;
  margin-top: 2px;
  margin-left: 6px;
}
.gb_LP_Cta.gb_outline {
  color: #16428c;
  font-size: 14px;
  text-align: center;
  border: solid 1px #dfe9ef;
}
@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: #dfe9ef;
  color: #16428c;
  font-family: "dinot", serif;
  font-size: 18px;
}
.gb_LP_Cta.gb_background svg {
  fill: #16428c;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: -30px;
}
.gb_LP_Cta.gb_background svg.gb_invalsilogo {
  width: 96px;
  height: 43px;
  fill: #16428c;
  margin-right: 15px;
}
.gb_LP_Cta.gb_background svg.gb_invalsilogo path.st0 {
  fill: #dc0e18;
}
.gb_LP_Cta.gb_nextback {
  background: #dfe9ef;
  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: #16428c;
}
.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: #16428c;
  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: var(--editore10);
  padding: 12px 0;
}
header picture {
  height: 60px;
  width: auto;
}
header picture svg {
  display: block;
  height: 60px;
  width: auto;
  fill: #16428c;
}
@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: 12px 0;
  font-family: "Open Sans", sans-serif;
}
.gb_LP_head span.gb_LP_timeList {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  color: #16428c;
  font-size: 14px;
  text-align: center;
  border: solid 1px #dfe9ef;
  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: auto;
}
@media (max-width: 767px) {
  main section.gb_L_contAudio figure svg {
    width: 110px;
    height: auto;
  }
}
main section.gb_L_contAudio figure svg .st0 {
  fill: #DC0D15;
}
main section.gb_L_contAudio figure svg .st1 {
  fill: #1D428C;
}
main section.gb_L_contAudio h1 {
  display: inline-block;
  color: var(--prova);
  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;
    text-align: left;
  }
  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 3px var(--prova);
  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 #16428c;
  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: #16428c;
  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: #16428c;
}
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;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol:not(:last-of-type) {
  padding-bottom: 25px;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol:not(:first-of-type) {
  padding-top: 20px;
  border-top: solid 1px var(--blue10);
}
@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: center;
  padding-bottom: 15px;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li > .gb-dwn-griglia {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
main section.gb_L_contAudio .gb_L_contAudio ul.gb_L_audioList > li ol > li > .gb-dwn-griglia svg {
  height: 20px;
  width: 20px;
}
@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: #16428c;
  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: #dfe9ef;
  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: #16428c;
  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: #16428c;
}
@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: #DC0D15;
  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: #16428c;
  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: #16428c;
}
@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: #16428c;
  font-family: "dinot", serif;
}
main .gb-newplayer {
  flex-direction: column;
}
main .gb-newplayer .gb-info-track {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .gb-newplayer .gb-info-track {
    display: none;
  }
}
main .gb-newplayer .gb-info-track .gb-download {
  width: auto !important;
  height: auto !important;
  border-radius: 40px;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--white);
  font-weight: 300;
  padding: 3px 10px;
}
main .gb-newplayer .gb-track-name {
  font-size: 16px;
  color: var(--blue) !important;
  line-height: 1;
}
main .gb-newplayer .gb-player-audio {
  width: 100%;
  border-radius: 30px;
  background: var(--blue10hex);
  padding: 8px 16px;
  margin-top: 6px;
  display: flex;
  align-items: center;
}
main .gb-newplayer .gb-player-audio .gb-track-name {
  display: none;
}
@media screen and (max-width: 767px) {
  main .gb-newplayer .gb-player-audio .gb-track-name {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: -4px;
  }
}
main .gb-newplayer .gb-player-audio.muted {
  --none:none;
}
main .gb-newplayer .gb-player-audio .gb-control {
  display: flex;
  align-items: center;
}
main .gb-newplayer .gb-player-audio .gb-next-track,
main .gb-newplayer .gb-player-audio .gb-prev-track {
  color: var(--blue);
  padding: 0;
  flex: 0 0 auto;
}
main .gb-newplayer .gb-player-audio .gb-next-track svg,
main .gb-newplayer .gb-player-audio .gb-prev-track svg {
  display: block;
  width: 16px;
  height: auto;
}
@media screen and (max-width: 767px) {
  main .gb-newplayer .gb-player-audio .gb-next-track svg,
main .gb-newplayer .gb-player-audio .gb-prev-track svg {
    width: 18px;
  }
}
main .gb-newplayer .gb-player-audio .gb_play-pause {
  padding: 0;
  margin: 0 8px;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  main .gb-newplayer .gb-player-audio .gb_play-pause {
    margin: 0 15px;
  }
}
main .gb-newplayer .gb-player-audio .gb_play-pause span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue);
}
@media screen and (max-width: 767px) {
  main .gb-newplayer .gb-player-audio .gb_play-pause span {
    width: 40px;
    height: 40px;
  }
}
main .gb-newplayer .gb-player-audio .gb_play-pause span svg {
  fill: var(--white);
  width: 20px;
  height: auto;
}
main .gb-newplayer .gb-player-audio .gb_play-pause span svg.bi-play-fill {
  position: relative;
  left: 0.07em;
}
@media screen and (max-width: 767px) {
  main .gb-newplayer .gb-player-audio .gb_play-pause span svg {
    width: 60%;
  }
}
main .gb-newplayer .gb-player-audio .gb_timeline {
  margin: 0 10px;
  height: 8px;
  width: 100%;
  flex: 1 1 auto;
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
main .gb-newplayer .gb-player-audio .gb_timeline i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--brilliant-red);
}
main .gb-newplayer .gb-player-audio .gb_timenumber {
  margin: 0;
  flex: 0 0 auto;
  font-size: 12px;
  color: var(--blue);
  font-family: "dinot", serif;
  font-weight: 400;
}
main .gb-newplayer .gb-player-audio .gb-speed {
  height: 100%;
  flex: 0 0 auto;
  margin: 0 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "dinot", serif;
  position: relative;
}
main .gb-newplayer .gb-player-audio .gb-speed .gb-speed-choose {
  white-space: nowrap;
  padding: 10px;
  background: var(--white);
  border: solid 2px var(--blue10hex);
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  display: none;
}
main .gb-newplayer .gb-player-audio .gb-speed .gb-speed-choose small {
  display: block;
  font-size: 10px;
  color: var(--blue);
  text-align: center;
}
main .gb-newplayer .gb-player-audio .gb-speed .gb-speed-choose .gb-list-speed button {
  display: block;
  padding: 4px 0;
}
main .gb-newplayer .gb-player-audio .gb-speed .gb-speed-choose .gb-list-speed button.gb-current {
  font-weight: 600;
  color: var(--cyano);
}
main .gb-newplayer .gb-player-audio .gb-speed > button {
  color: var(--blue);
  font-weight: 500;
}
main .gb-newplayer .gb-player-audio .gb-speed > button.show-speed + .gb-speed-choose {
  display: block;
}
main .gb-newplayer .gb-player-audio .gb_audiocontrol {
  color: var(--blue);
  padding: 0;
  flex: 0 0 auto;
}
main .gb-newplayer .gb-player-audio .gb_audiocontrol svg {
  display: block;
  width: 20px;
  height: auto;
}
main .gb-newplayer .gb-player-audio .gb_audiocontrol svg .gb-awave {
  display: var(--none, initial);
}
main .gb-newplayer .gb-player-audio .gb-download {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  background: var(--blue10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--white);
  font-weight: 300;
  margin-left: 10px;
  flex: 0 0 auto;
}
main .gb-newplayer .gb-player-audio .gb-download svg {
  display: block;
  width: 60% !important;
  height: auto !important;
  fill: var(--blue) !important;
}
@media screen and (max-width: 767px) {
  main .gb-newplayer .gb-player-audio {
    padding-top: 20px;
    flex-wrap: wrap;
    padding-bottom: 16px;
    justify-content: space-between;
    border-radius: 15px;
  }
  main .gb-newplayer .gb-player-audio .gb_timeline {
    order: 1;
    width: 100%;
    margin: 0;
  }
  main .gb-newplayer .gb-player-audio .gb-control {
    order: 4;
  }
  main .gb-newplayer .gb-player-audio .gb_timenumber {
    order: 2;
    width: 100%;
    text-align: right;
    margin-bottom: 6px;
  }
  main .gb-newplayer .gb-player-audio .gb_audiocontrol {
    display: none !important;
  }
  main .gb-newplayer .gb-player-audio .gb-speed {
    order: 3;
  }
  main .gb-newplayer .gb-player-audio .gb-download {
    order: 5;
    margin: 0 10px;
  }
}
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 #dfe9ef;
  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: #16428c;
  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: #16428c;
}
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 #16428c;
  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: #16428c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.gb_LP_provMain aside ul li.gb_done::before {
  background: #16428c;
}
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;
}
@media (max-width: 992px) {
  main.gb_LP_provMain .gb_stepContainer {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  main.gb_LP_provMain .gb_stepContainer {
    padding-top: 30px;
  }
}
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: #16428c;
  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: #16428c;
  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: #16428c;
  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: #16428c;
}
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: #16428c;
}
@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: #16428c;
}
@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: #16428c;
  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: #16428c;
}
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: #16428c;
  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 #16428c;
  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: #16428c;
  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;
}
@media (max-width: 991px) {
  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: 100%;
  }
}
@media (max-width: 767px) {
  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: 100%;
  }
}
main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=leggi_e_rispondi] .gb_LP_isImg .img-fluid.img_fw, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=leggi_e_rispondi] .gb_LP_isImg .img-fluid[src="/masterinvalsi2021/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="/masterinvalsi2021/gb/prove/2/img/es02_1.png"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=leggi_e_rispondi] .gb_LP_isImg .img-fluid[src="/masterinvalsi2021/gb/prove/2/img/task-2.png"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=leggi_e_rispondi] .gb_LP_isImg .img-fluid[src="/masterinvalsi2021/gb/prove/2/img/track02-1_bollini.png"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=leggi_e_rispondi] .gb_LP_isImg .img-fluid[src="/masterinvalsi2021/gb/prove/1/img/track01-1_bollini.png"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=leggi_e_rispondi] .gb_LP_isImg .img-fluid[src="/masterinvalsi2021/gb/prove/1/img/task-06.png"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=leggi_e_rispondi] .gb_LP_isImg .img-fluid[src="/masterinvalsi2021/gb/prove/1/img/task-02.jpg"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_isImg .img-fluid.img_fw, main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_isImg .img-fluid[src="/masterinvalsi2021/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="/masterinvalsi2021/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="/masterinvalsi2021/gb/prove/2/img/task-2.png"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_isImg .img-fluid[src="/masterinvalsi2021/gb/prove/2/img/track02-1_bollini.png"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_isImg .img-fluid[src="/masterinvalsi2021/gb/prove/1/img/track01-1_bollini.png"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_isImg .img-fluid[src="/masterinvalsi2021/gb/prove/1/img/task-06.png"], main.gb_LP_provMain .gb_stepContainer .gb_LP_step[data-tipo=vero_o_falso_motivo] .gb_LP_isImg .img-fluid[src="/masterinvalsi2021/gb/prove/1/img/task-02.jpg"] {
  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: rgba(22, 66, 140, 0.2);
  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: #16428c;
  border: solid 1px #16428c;
  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 #16428c;
  display: block;
  min-height: 66px;
  padding: 20px;
  font-family: "dinot", serif;
  height: calc(100% - 8px);
  color: #16428c;
}
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: #16428c;
  border: solid 1px #16428c;
  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: #dfe9ef;
}
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: #dfe9ef;
}
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: #16428c;
  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 #16428c;
  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: #dfe9ef 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 #16428c;
  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: #16428c;
  border: solid 1px #16428c;
  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 #16428c;
  text-align: center;
  font-size: 18px;
  color: #16428c;
  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: #dfe9ef;
  color: #16428c;
  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: #16428c;
}
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(--editore);
  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;
  width: 85%;
  height: auto;
  margin: 0 auto;
}
@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: 100000000000000020000;
  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 */
