* {
  box-sizing: border-box;
  transition: 0.3s all ease-out;
}

*: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: #fff8f1;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

div {
  width: 100%;
}

section {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 30px auto;
  position: relative;
}

section h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  background-color: #fff8f1;
  width: fit-content;
  padding: 10px;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  margin-block-start: 0.5em;
  border-top: 3px solid #000;
}

section h3 {
  margin-block-end: 0.5em;
  margin-block-start: 0.7em;
}

.bg_color {
  background-color: #fff8f1;
}

/* TOP BAR */

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

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

/* ADV */

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

#ad-Mpu_Top {
  display: flex;
  justify-content: center;
  width: 300px;
  background-color: #fff;
}

#bordo_adv {
  padding: 10px;
  background-color: #eae5e0;
  width: 320px;
}

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

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

.container_over_skin {
  width: 100%;
  z-index: 5;
  background-color: #fff8f0;
}

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

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

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

header {
  text-align: center;
  padding: 50px 30px 0;
}

.title {
  max-width: 1000px;
  margin: auto;
}

h1 {
  display: inline;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 72px;
  text-align: center;
  color: #000;
  margin: auto;
}

.sommario {
  max-width: 800px;
  padding-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #22153b;
  margin: auto;
}

.data {
  max-width: 800px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #a19e9e;
  margin: auto;
}

#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: flex-start;
  width: 100%;
  max-width: 1260px;
  overflow-x: hidden;
  padding: 0 40px 50px 40px;
  margin: auto;
}

#column_left {
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
}

#column_right {
  padding-left: 10px;
  padding-right: 10px;
  align-self: baseline;
  max-width: 340px;
}

#main_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

#main_container section:first-of-type {
  margin-top: 20px;
}

/* SWIPER */

.swiper {
  max-width: 750px;
  height: 100%;
  min-height: 470px;
}

.swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  touch-action: manipulation; /* evita il doppio tap per ingrandire */
}

.swiper_slide_padding {
  padding: 40px;
}

.swiper-slide .slide_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 0;
  background: #fff8f1;
}

.swiper-button-next,
.swiper-button-prev {
  top: 10%;
  color: #4361ee;
  /* border: 1.5px solid #4361ee; */
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

/* .swiper-button-next:hover,
.swiper-button-prev:hover {
  top: 10%;
  background: #4361ee;
  color: #fff;
  border: 1.5px solid #4361ee;
  border-radius: 3px;
  width: 30px;
  height: 30px;
} */

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-button-next:after {
  content: url("../img/arrow-next.svg");
}

.swiper-button-prev:after {
  content: url("../img/arrow-prev.svg");
}

.swiper-button-next:hover:after {
  content: url("../img/arrow-next-blue.svg");
}

.swiper-button-prev:hover:after {
  content: url("../img/arrow-prev-blue.svg");
}

.swiper-pagination-bullet-active {
  background: #4361ee;
}

/* SLIDE CALC */

.swiper-slide .slide_box_calc {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  min-height: 330px;
}

.swiper-slide .slide_icon {
  text-align: start;
}

.swiper-slide .slide_title {
  text-align: start;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 40px;
}

.swiper-slide .slide_subtitle {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  text-align: start;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.slide_icon img {
  height: 72px;
  width: auto;
}

.swiper-slide .selettori {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide .selettore_sx {
  padding-right: 5px;
}

.swiper-slide .selettore_dx {
  padding-left: 5px;
}

.swiper-slide .selettore_legend {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

.swiper-slide select {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #4361ee;
  border: none;
  border-bottom: 4px solid #4361ee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
}

.swiper-slide input {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #4361ee;
  border: none;
  border-bottom: 4px solid #4361ee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  text-align: center;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
}

.swiper-slide .input_box {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.swiper-slide .minus_btn,
.swiper-slide .plus_btn {
  width: 28px;
  height: 28px;
  background: #f5f5f5;
  border-radius: 3px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #4361ee;
  cursor: pointer;
  border: none;
  position: absolute;
  top: -2px;
  overflow: hidden;
  padding: 0;
}

.swiper-slide .minus_btn {
  left: 0;
}

.swiper-slide .plus_btn {
  right: 0;
}

.swiper-slide .minus_btn:hover,
.swiper-slide .plus_btn:hover {
  background-color: #eae5e0;
}

.alert {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4361ee;
  margin-block-end: 0;
  margin-block-start: 0;
  height: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.visible {
  margin-block-start: 0.5em;
  height: fit-content;
  opacity: 1;
}

/* SLIDE CHART */

.swiper-slide .slide_box_chart {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  background-color: #eae5e0;
}

.slide_box_chart .chart_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.slide_box_chart .anno_corrente {
  padding-left: 10px;
  padding-right: 5px;
}

.slide_box_chart .anno_precedente {
  padding-left: 5px;
  padding-right: 10px;
}

.slide_box_chart .chart_column .chart_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.slide_box_chart .chart_column .month {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}

.slide_box_chart .chart_column .value {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
}

.slide_box_chart .chart_column .legend {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.slide_box_chart .chart_column .bar {
  height: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.yellow_bar {
  background: #ffd400;
}

.grey_bar {
  background: #bebebe;
}

/* FINAL RESULTS */

#results_container {
  opacity: 0;
  max-width: 612px;
  background: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: none;
  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;
  padding: 20px;
  margin-top: 20px;
}

#results_container .border-top {
  width: 62px;
  height: 2px;
  background-color: #000;
  margin: auto;
  margin-bottom: 20px;
}

#results_container .title {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

#results_container .subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

#results_container .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

#results_container .chart_column .text {
  padding-bottom: 30px;
}

#results_container .anno_diff .text {
  background-color: #ffd400;
  border-radius: 3px;
  padding: 5px;
}

/* FINAL CHART */

.box_final_chart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}

.box_final_chart .chart_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* padding-bottom: 10px; */
}

.box_final_chart .anno_precedente {
  padding-left: 10px;
  padding-right: 10px;
}

.box_final_chart .anno_corrente {
  padding-left: 10px;
  padding-right: 10px;
}

.box_final_chart .anno_diff {
  padding-left: 10px;
  padding-right: 10px;
}

.box_final_chart .chart_column .chart_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.box_final_chart .chart_column .month {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}

.box_final_chart .chart_column .value {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
}

.box_final_chart .chart_column .legend {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.box_final_chart .chart_column .bar {
  height: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.box_final_chart .anno_diff .chart {
  position: relative;
}

.box_final_chart .anno_diff .h_line {
  position: absolute;
  border-bottom: 2px dashed #000;
  z-index: 20;
}

.box_final_chart .anno_diff svg {
  position: absolute;
  top: -350px;
}

/* RIPARTIZIONE PERCENTUALE */

#results_container .box_percentuali {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: 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;
  padding: 20px 0;
}

#results_container .box_perc {
  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;
}

#results_container .box_perc:first-of-type {
  margin-right: 20px;
}

#results_container .box_perc:last-of-type {
  margin-left: 20px;
}

#results_container .perc_block {
  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;
  padding: 10px 0;
}

#results_container .perc_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 5px;
}

#results_container .perc_nome {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
}

#results_container .perc_num {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
}

#results_container .perc_grey_bar {
  position: relative;
  height: 10px;
  background-color: #eaeaea;
}

#results_container .perc_yellow_bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  background-color: #ffd400;
  z-index: 20;
}

/* SCHEDE GRIGIE */

#results_container .box_schede {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
}

#results_container .scheda {
  background: #eae5e0;
  border-radius: 3px;
  padding: 20px;
  min-height: 220px;
}

#results_container .scheda:first-of-type {
  margin-right: 10px;
}

#results_container .scheda:last-of-type {
  margin-left: 10px;
}

#results_container .scheda_titolo {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

#results_container .scheda_sommario {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 10px 0;
}

#results_container .scheda_numero {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

#results_container .scheda_legenda {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

/* GRAFICI DOPPIO GIALLI */

.trend_charts_container {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.trend_box {
  width: 50%;
  background: #ffd400;
  border-radius: 10px;
  min-width: 480px;
  min-height: 480px;
}

.trend_box:first-of-type {
  margin-right: 10px;
}

.trend_box:last-of-type {
  margin-left: 10px;
}

.trend_titolo {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  padding: 20px 10px 10px;
}

.trend_sommario {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 10px;
}

.trend_chart {
  padding: 10px;
}

/* BUTTONS */

.button_container {
  padding: 10px 0 20px;
}

.button_container button {
  width: fit-content;
  height: 50px;
  background: #4361ee;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  outline: none;
  border: none;
  margin: auto;
  cursor: pointer;
  padding: 0 35px;
}

.button_container button:hover {
  text-decoration: underline;
  background-color: #30439b;
}

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

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

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

.box_crediti {
  padding-top: 0;
  width: 680px;
  border-top: 1px solid #1a1818;
  margin: auto;
}

h5 {
  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: 5vh 10px;
}

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

/* MOBILE */

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

  #mpu_top_mobile {
    display: flex;
    justify-content: center;
  }

  #ad-Mpu_Top {
    margin-left: 10px;
  }

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

  header {
    padding: 20px 10px 0;
  }

  .title {
    max-width: 100%;
  }

  h1 {
    max-width: 100%;
    font-size: 46px;
    line-height: 48px;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
  }

  section {
    margin: 20px auto;
  }

  .sommario {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
  }

  #two_columns {
    max-width: 100%;
    flex-direction: column;
    padding: 0 15px 40px 15px;
  }

  #column_left {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0;
  }

  #column_right {
    max-width: 0;
    display: none;
  }

  .swiper-slide .slide_boxes {
    flex-direction: column;
  }

  .swiper-slide .slide_box_calc {
    width: 100%;
    height: 270px;
    min-height: 0;
  }

  .swiper-slide .slide_box_chart {
    width: 100%;
    height: 290px;
  }

  .swiper-slide .slide_icon {
    text-align: center;
    margin: auto;
  }

  .swiper-slide .slide_icon img {
    width: 60px;
    height: auto;
  }

  .swiper-slide .slide_title {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
  }

  section h3 {
    margin-block-end: 0em;
    margin-block-start: 0em;
  }

  .swiper-slide .slide_subtitle {
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    max-width: 300px;
    margin: auto;
  }

  .slide_box_chart .chart_column .value {
    font-size: 26px;
    line-height: 32px;
  }

  .swiper-slide .selettore_sx,
  .swiper-slide .selettore_dx {
    width: 50%;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    position: relative;
    margin-top: 20px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 5%;
  }

  #results_container .box_percentuali {
    flex-direction: column;
  }

  #results_container .box_schede {
    flex-direction: column;
  }

  #results_container .box_schede .scheda:last-of-type {
    margin-top: 20px;
  }

  #results_container .box_perc:first-of-type {
    margin-right: 0;
  }

  #results_container .box_perc:last-of-type {
    margin-left: 0;
  }

  #results_container .scheda:first-of-type {
    margin-right: 0;
  }

  #results_container .scheda:last-of-type {
    margin-left: 0;
  }

  #results_container .subtitle {
    line-height: 26px;
  }

  .box_final_chart .chart_column .value {
    font-size: 26px;
    line-height: 30px;
  }

  .trend_charts_container {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .trend_box {
    width: 100%;
    min-width: 300px;
  }

  .trend_box:first-of-type {
    margin-right: 0;
  }

  .trend_box:last-of-type {
    margin-top: 20px;
    margin-left: 0;
  }

  .trend_titolo {
    font-size: 28px;
    line-height: 32px;
  }

  .box_crediti {
    width: 100%;
  }

  #footer_div {
    padding: 30px 10px;
  }

  .no_width {
    width: 0 !important;
  }
}

@media only screen and (min-width: 821px) {
  .swiper-button-next {
    right: 8px;
  }

  .swiper-button-prev {
    left: 8px;
  }
  .adv_fixed {
    position: fixed;
    margin: 20px;
  }

  #mpu_top_mobile {
    display: none;
  }
}
