* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html,
body {
  scroll-behavior: smooth;
}

/* 
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
*/

body {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow-x: hidden;
}

div {
  width: 100%;
}

p {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #0f0f0f;
  text-align: left;
  margin-block-start: 10px;
  margin-block-end: 10px;
}

/* TOP BAR */

.top-bar {
  height: 50px !important;
}

.faN {
  width: 30px !important;
  height: 30px !important;
}

/* HEADER */

header {
  width: 100%;
  padding: 50px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}



/* SCHERMATA DUE COLONNE CON MPU */
section {
  width: 100%;
  max-width: 1370px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.sommario_inizio {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin-bottom: 30px;
}


.two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: stretch;
  /* width: 980px; */
  overflow-x: hidden;
  padding: 0;
  margin: auto;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  /* margin-left: 90px; */
  overflow: hidden;
}

.margin_column_left {
  width: 0;
  display: none;
}

.column_left {
  width: 100%;
  max-width: 800px;
  padding-left: 0;
  padding-right: 40px;
}



.column_left p {
  margin-block-start: 0;
  margin-block-end: 15px;
}

.column_right {
  padding-right: 0;
  width: 320px;
  display: block;
}

.column_right_adv {
  background-color: #EAEAEA;
  width: 320px;
  display: block;
}

.column_left a:link {
  color: #0D3B66;
  text-decoration: underline;
}


.column_left a:visited {
  color: #0D3B66;
  text-decoration: underline;
}


.column_left a:hover {
  color: #1763aa;
  text-decoration: underline;
}

.column_left a:active {
  color: #1763aa;
  text-decoration: underline;
}

/* TESTO E GRAFICI */

.comment_title_cnt {
  border-radius: 20px;
  background: #C7EAFB;
  padding: 40px 0px 30px 50px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  max-height: 250px;
}

.comment_num {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 0px 0px 0px;
  background: #FFC525;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0D3B66;
  text-align: center;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.comment_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
}

h2 {
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  color: #0D3B66;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  margin: auto;
  width: 100%;
}

.sommario {
  color: #0f0f0f;
  text-align: left;
  font-size: 16px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 5px;
  opacity: .5;
}

.comment_firma_data {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}

.comment_firma {
  width: max-content;
  color: #0F0F0F;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  border-right: 1px solid #0F0F0F;
  padding-right: 10px;
}

.comment_data {
  color: #0F0F0F;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: .5;
  width: max-content;
  padding-left: 10px;
}

.comment_title_logo {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment_title_logo img {
  width: auto;
  height: 100%;
  max-height: 200px;
}


.chart_two_columns {
  margin-top: 0;
  margin-bottom: 0;
}

.box_chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
}


.chart_regular {
  max-width: 1020px;
  margin: auto;
}

.chart_large {
  max-width: 1200px;
  padding: 0;
  margin: auto;
}

.chart_title {
  max-width: 550px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  margin-block-start: 1em;
  margin-block-end: 0.5em;
}

.chart_subtitle {
  max-width: 800px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #0f0f0f;
  padding: 0 0 20px;
}

.chart_source {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: rgba(15, 15, 15, 0.6);
  padding-top: 10px;
}


.delimiter {
  text-align: center;
  margin: 0 auto 50px;
}



.two_columns:not(.two_columns_adv) p:last-of-type {
  margin-block-end: 0;
}

/* MAP SELECTORS */

.select_grafico_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0 10px;
  margin: auto;
}

.select_menu {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #000;
  background-color: #fff;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  height: 40px;
  width: 100%;
  max-width: 350px;
  padding-left: 0;
}

.ss-main:focus {
  box-shadow: none;
}

.ss-main .ss-values .ss-single {
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
}

.ss-open-below {
  height: auto;
}

.ss-content .ss-list .ss-option {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #000;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  font-weight: 600;
  color: #000;
  background-color: #C7EAFB;
}

.ss-content .ss-list .ss-option:hover {
  color: #000;
  background-color: #d9ecf5;
}


/* ----- DOSSIER ----- */

.dossier_container {
  max-width: 1100px;
  background-color: #C7EAFB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px 10px;
  margin: 30px auto;
}

.dossier_inner {
  max-width: 900px;
  background-color: transparent;
  position: relative;
  margin: auto;
}

.titolo_dossier {
  position: absolute;
  top: 0;
  left: 10px;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  color: #0D3B66;
  text-align: left;
}

.linea_hr_dossier {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #0D3B66;
  height: 2px;
}

.swiper-dossier {
  width: 100%;
  height: 100%;
}

.swiper-dossier .swiper-slide {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 0 30px 10px;
  height: auto;
}

.swiper-dossier .swiper-slide .dossier-slide-inner {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-right: 2px solid #0D3B66;
  padding-right: 20px;
  margin-top: 50px;
  height: 350px;
}

.swiper-dossier .swiper-button-next-dossier,
.swiper-dossier .swiper-button-prev-dossier {
  position: absolute;
  top: 10px;
}

.swiper-dossier [class^="swiper-button-"]::after {
  content: "";
}

.swiper-dossier [class^="swiper-button-"] {
  width: 55px;
  height: 55px;
}

.swiper-dossier .swiper-button-next-dossier {
  right: -5px;
}

.swiper-dossier .swiper-button-prev-dossier {
  left: auto;
  right: 40px;
}

.dossier_img img {
  width: 100%;
  height: auto;
}

.dossier_testo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.dossier_occhiello {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0D3B66;
  padding-top: 10px;
}

.dossier_titolo {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0D3B66;
  padding-top: 10px;
  padding-bottom: 20px;
}

.dossier_firma {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0D3B66;
}

.dossier-slide-inner a:link {
  color: #0D3B66;
  text-decoration: none;
}

.dossier-slide-inner a:visited {
  color: #0D3B66;
  text-decoration: none;
}

.dossier-slide-inner a:hover {
  color: #0D3B66ca;
  text-decoration: none;
}

.dossier-slide-inner a:active {
  color: #0D3B66ca;
  text-decoration: none;
}


/* ---- LISTA PUNTATE ------- */

.puntate_lista {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.puntate_titolo {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  color: #0D3B66;
  text-align: left;
  padding-bottom: 20px;
}

.puntata {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #00000066;
}

.puntata_num {
  width: 20px;
  height: 20px;
  background-color: #FFC525;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #0D3B66;
  text-align: center;
  border-radius: 3px;
  margin-top: 5px;
}

.puntata_titolo {
  padding-left: 15px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  color: #0D3B66;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  margin: auto;
}

/*--- FOOTER ----*/

#backtop {
  position: fixed;
  left: calc(50vw + 450px);
  bottom: 0;
  width: 50px;
  z-index: 10;
  text-align: right;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-color: transparent;
}

body:not(.backgroundAdv) #backtop {
  right: 10px;
}

#backtop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  padding-bottom: 10px;
}

#section_crediti {
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
  background-color: #EAEAEA;
}

#section_crediti_div {
  width: 100%;
  max-width: 100%;
  background-color: #EAEAEA;
}

.two_columns:last-of-type {
  margin-bottom: 0;
}

/* .box_riferimenti {
  padding-top: 0;
  border-top: 1px solid #1a1818;
  margin: auto;
}

.box_riferimenti h5 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1a1818;
  font-weight: 400;
  padding: 1vh 0;
} */

.box_crediti {
  padding-top: 0;
  /* border-top: 1px solid #1a1818; */
  margin: auto;
  /*  margin-top: 20px; */
}

.box_crediti h5 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1a1818;
  font-weight: 400;
  padding: 1vh 0;
}

footer {
  z-index: 20;
}

#footer_div {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #19171a;
  color: #a19e9e;
  font-size: 14px;
  text-transform: none;
  padding: 30px 100px;
  text-align: center;
}

/* RESPONSIVE TABLET */

@media only screen and (max-width: 820px) {
  #adv-MaxTicker {
    padding: 70px 0 20px;
  }

  #mpu_top_mobile {
    display: flex;
    justify-content: center;
    background-color: #EAEAEA;
    margin-bottom: 20px;
  }

  #adv_middle {
    margin: 40px auto;
    text-align: center;
  }

  header {
    padding: 20px 15px 0;
  }

  section {
    max-width: 100%;
  }


  .two_columns {
    max-width: 100%;
    flex-direction: column;
    padding: 0;
    margin-left: 0;
  }

  .column_left,
  .column_left_adv {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0;
  }

  .column_right {
    width: 0;
    display: none;
  }

  .chart_title,
  .chart_subtitle,
  .box_paragraph,
  .chart_regular,
  .chart_large {
    max-width: 100%;
  }

  .chart_large {
    padding: 10px 0;
  }


  /*   .box_riferimenti {
    width: 100%;
  }

  .box_riferimenti h5 {
    padding: 2vh 10px;
  }
 */

  .comment_title {
    width: 99%;
    z-index: 15;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
    margin: auto;
    padding-right: 15px;
  }

  .sommario {
    max-width: 70%;
  }

  .comment_title_logo {
    width: 1%;
    position: relative;
  }

  .comment_title_logo img {
    height: 94px;
    position: absolute;
    top: 0;
    left: -110px;
    z-index: 10;
  }

  .comment_num {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .comment_firma_data {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment_firma {
    text-align: left;
    border: none;
    padding-right: 0;
  }

  .comment_data {
    text-align: left;
    padding-left: 0;
  }

  .box_crediti {
    width: 100%;
  }

  .box_crediti h5 {
    padding: 2vh 10px;
  }

  #footer_div {
    padding: 30px 10px;
  }

  .no_mobile {
    display: none;
  }
}

/* RESPONSIVE MOBILE */

@media only screen and (max-width: 480px) {

  .sommario_inizio {
    font-size: 24px;
  }

  .chart_title {
    font-size: 24px;
    line-height: 28px;
  }

  .select_menu {
    font-size: 20px;
    max-width: 100%;
  }

  .comment_title_cnt {
    padding-left: 40px;
  }

  iframe {
    height: 450px !important;
  }

  #backtop {
    left: initial;
    right: -8px !important;
  }
}

/* RESPOSIVE DESKTOP */

@media only screen and (min-width: 821px) {
  section:first-of-type {
    padding-left: 0;
    padding-right: 0;
  }

  .no_desktop {
    display: none;
  }
}

@media only screen and (min-width: 1021px) {
  .margin_column_left {
    display: none;
  }
}


/* GESTIONE ADV */

body:not(.backgroundAdv) #adv-MaxTicker {
  margin-top: 50px;
}


#div-gpt-ad-MaxTicker>div {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.backgroundAdv {
  background-attachment: fixed;
}

#adv-MaxTicker {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  background-color: #EAEAEA;
}

#ad-Mpu_Top {
  display: flex;
  justify-content: center;
  width: 320px;
}

#div-gpt-ad-MPU_Top>div {
  display: flex !important;
  justify-content: center;
}

#section_mpu_middle {
  max-width: 100%;
  background-color: #EAEAEA;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#ad-Mpu_Middle {
  display: flex;
  justify-content: center;
  width: 320px;
  margin: auto;
}

#div-gpt-ad-Mpu_Middle>div {
  display: flex !important;
  justify-content: center;
}

#bordo_adv {
  padding: 10px 0;
}

#Mpu_Top,
#Mpu_Middle {
  text-align: center;
  width: fit-content;
}

#ad-Mpu_Top div,
#adv-MaxTicker div,
#adv-Mpu_Middle div {
  width: inherit !important;
}


.container_over_skin {
  width: 100%;
  z-index: 5;
  background-color: #fff;
  overflow-x: hidden;
}

.container_over_skin>* {
  z-index: 5;
  background-color: #fff;
}

.shrinkable,
.backgroundAdv {
  background-color: #fff !important;
}

.pubblicita {
  display: flex;
  justify-content: center;
}

body.backgroundAdv .column_left {
  max-width: 800px;
}

@media only screen and (max-width: 1540px) {
  body.backgroundAdv .column_left_adv {
    max-width: 660px;
  }

  body.backgroundAdv .column_left_crediti {
    max-width: 660px;
  }
}

@media only screen and (min-width: 1540px) {
  .column_left_adv {
    width: 800px;
    max-width: 800px;
  }

  body.backgroundAdv .column_left_adv {
    width: 800px;
    max-width: 800px;
  }
}


@media only screen and (max-width: 820px) {

  #div-gpt-ad-MaxTicker {
    max-height: 100px;
  }

  body:not(.backgroundAdv) #adv-MaxTicker {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 821px) {
  .mpu_top_mobile {
    display: none;
  }
}

@media only screen and (min-width: 1021px) {
  body.backgroundAdv section {
    width: 100%;
  }

  body.backgroundAdv .margin_column_left {
    display: none;
    width: 0;
  }

}