@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
  box-sizing: border-box;
  /* transition: 0.3s all ease-out; */
  color: #f8f2ff;
  font-family: "Space Mono", sans-serif;
}

*: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: "Space Mono", sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #f8f2ff;
  background-color: #000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow-x: hidden;
}

div {
  width: 100%;
}

p {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  background: #140a1a;
  margin-block-end: 0;
  margin-block-start: 0;
  padding: 30px 0;
}

section {
  position: relative;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 100px;
  padding-bottom: 100px;
}

section:first-of-type {
  padding-top: 50px;
}

aside {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-280 {
  margin-top: 280px;
}

.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}

.relative {
  position: relative;
}

/* 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;
  background-image: url("../img/bg_title.png");
  background-color: #140a1a;
  background-origin: content-box;
  background-position: center 195px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 750px;
}

#IIB-awards {
  position: absolute;
  top: -21px;
  left: -9px;
  width: 160px;
}

#IIB-awards img {
  width: 160px;
  height: auto;
}

/* header .delimiter {
  background: transparent;
  position: absolute;
  bottom: -38px;
  left: 0;
} */

.title {
  background-color: transparent;
  max-width: 1020px;
  margin: auto;
}

h1 {
  display: inline;
  font-style: normal;
  font-weight: 700;
  font-size: 160px;
  line-height: 160px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  display: none;
}

.subtitle {
  background-color: #140a1a;
  max-width: 1020px;
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 64px;
  text-align: center;
  margin: auto;
  padding: 0 20px;
  margin-top: 65px;
}

.firma {
  background-color: #140a1a;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: auto;
  padding: 50px 0 0;
}

/* BACKGROUND GEOMETRIC SHAPES */

.sezione_bg {
  z-index: 6;
  max-width: 1260px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.sezione_bg_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sezione_bg_1_riga {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.conic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff5bb4;
  background: conic-gradient(rgba(48, 12, 31, 0), #ff5bb4);
  display: inline-block;
  transform: rotate(125deg);
}

.sezione_bg_1_riga .conic:nth-of-type(20) {
  width: 45px;
  height: 45px;
}

.sezione_bg_1_riga .conic:nth-of-type(21) {
  width: 55px;
  height: 55px;
}

.sezione_bg_1_riga .conic:nth-of-type(22) {
  width: 65px;
  height: 65px;
}

.sezione_bg_1_riga .conic:nth-of-type(23) {
  width: 55px;
  height: 55px;
}

.sezione_bg_1_riga .conic:nth-of-type(24) {
  width: 45px;
  height: 45px;
}

.sezione_bg_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sezione_bg_4 {
  position: absolute;
  top: 0;
}

.triangle {
  display: inline-block;
  background-color: #ff707a;
  background: conic-gradient(#ff707a, #140a1a);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 160px;
  height: 160px;
}

.triangle:first-of-type {
  padding-left: -150px;
}

.triangle:nth-of-type(2) {
  width: 110px;
  height: 110px;
  margin-top: 200px;
  padding-left: -100px;
}

.triangle:nth-of-type(3) {
  margin-top: 50px;
  padding-left: 200px;
}

.triangle:nth-of-type(4) {
  transform: rotate(180deg);
  padding-left: 0;
}

.triangle:nth-of-type(5) {
  padding-right: -100px;
  margin-top: 200px;
  transform: rotate(180deg);
}

.triangle:last-of-type {
  padding-right: -200px;
  width: 116px;
  height: 128px;

  transform: rotate(180deg);
}

.square {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-color: #5cd9ff;
  background-image: conic-gradient(#140a1a 90deg, #140a1a 180deg, #5cd9ff);
}

.square:first-of-type {
  margin-left: 0;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(-15deg);
}

.square:nth-of-type(2) {
  margin-left: -100px;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(-5deg);
}

.square:nth-of-type(3) {
  margin-left: -100px;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(5deg);
}

.square:nth-of-type(4) {
  margin-left: -100px;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(15deg);
}

.square:nth-of-type(5) {
  margin-left: -100px;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(25deg);
}

.square:nth-of-type(6) {
  margin-left: -100px;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(35deg);
}

.square:nth-of-type(7) {
  margin-left: -100px;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(45deg);
}

.square:nth-of-type(8) {
  margin-left: -100px;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(55deg);
}

.square:nth-of-type(9) {
  margin-left: -100px;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(65deg);
}

.square:nth-of-type(10) {
  margin-left: -100px;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(75deg);
}

.square:nth-of-type(11) {
  margin-left: -100px;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(85deg);
}

.square:nth-of-type(12) {
  margin-left: -100px;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(95deg);
}

.square:nth-of-type(13) {
  margin-left: -100px;
  background: conic-gradient(
    from 90deg 50% 50%,
    #5cd9ff 0deg,
    rgba(20, 10, 26, 0) 266.25deg,
    rgba(48, 12, 31, 0) 360deg
  );
  transform: rotate(105deg);
}

.sezione_bg_5 {
  max-width: 800px;
}

.hexagon {
  display: inline-block;
  width: 313px;
  height: 362px;
  background-color: #42ffe2;
  background: conic-gradient(#140a1a, #42ffe2);
  box-sizing: border-box;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
}

.hexagon:first-of-type {
  width: 230px;
  height: 260px;
  top: -176px;
  left: -22px;
  transform: rotate(60deg);
}

.hexagon:nth-of-type(2) {
  top: -270px;
  left: 228px;
  transform: rotate(300deg);
}

.hexagon:last-of-type {
  width: 230px;
  height: 260px;
  top: -195px;
  left: 560px;
  transform: rotate(60deg);
}

/* TESTO E GRAFICI */

.delimiter {
  background-color: #140a1a;
  text-align: center;
  padding: 20px 10px;
  z-index: 10;
  position: relative;
}

.delimiter img {
  max-width: 100%;
}

#header_delimiter {
  transform: translateY(-81px);
  background-color: transparent;
}

.sezione_titolo_container {
  background-color: #140a1a;
  max-width: 630px;
  margin: auto;
  position: relative;
  height: 134px;
}

.sezione_num {
  width: 100px;
  height: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 56px;
  text-align: center;
  position: absolute;
  top: -80px;
  left: -80px;
  background: #140a1a;
  border: 1px solid #f8f2ff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

.sezione_freccia {
  width: 32px;
  height: 32px;
  background: #140a1a;
  border: 1px solid #f8f2ff;
  position: absolute;
  top: -32px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 7;
}

.freccia_prev {
  top: 20px;
  left: -30px;
}

.sezione_freccia:hover img {
  opacity: 0.5;
}

.sezione_titolo {
  padding: 10px;
  background: #140a1a;
  border: 1px solid #f8f2ff;
  z-index: 10;
  position: absolute;
}

h2 {
  width: 100%;
  margin: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 56px;
  text-align: left;
  /* margin-block-end: 0.5em;
  margin-block-start: 0.5em; */
}

.sezione_padding {
  background-color: #140a1a;
  height: 50px;
  width: 100%;
  z-index: 10;
  position: relative;
  max-width: 630px;
  margin: auto;
}

.box_paragraph {
  background-color: #140a1a;
  max-width: 630px;
  margin: auto;
  padding-left: 30px;
  border-left: 1px solid #3a1d4d;
  z-index: 10;
  position: relative;
  padding-top: 30px;
}

.box_paragraph ul {
  list-style-image: url("../img/list_icon.svg");
}

.box_paragraph li {
  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-bottom: 15px;
}

section .box_paragraph:first-of-type {
  margin-top: 50px;
}

p:first-of-type {
  padding-top: 0;
}

.box_chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
  background: #271433;
  border-radius: 16px;
  padding: 0 20px 30px 20px;
  z-index: 10;
  position: relative;
}

.box_chart_reg {
  max-width: 840px;
}

.box_chart_large {
  max-width: 1020px;
}
.box_chart_full {
  max-width: 1230px;
}

.box_paragraph a:link {
  color: #f8f2ff;
  text-decoration: underline;
  font-family: "SoleSans", Arial, Helvetica, sans-serif !important;
}

.box_paragraph a:visited {
  color: #f8f2ff;
  text-decoration: underline;
}

.box_paragraph a:hover {
  color: #fff;
}

.box_paragraph a:active {
  color: #fff;
}

.chart_box {
  margin: auto;
  background: transparent;
  border-radius: 16px;
  position: relative;
}

.chart_box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.chart_title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: left;
  margin-block-start: 1em;
  margin-block-end: 0.5em;
  background: transparent;
}

.chart_subtitle {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  padding: 0 0 20px;
  background: transparent;
}

.chart_source {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding-top: 30px;
  background: transparent;
}

.quote {
  max-width: 1020px;
  margin: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 66px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  padding: 50px 10px;
  z-index: 10;
  position: relative;
}

.bg_dark {
  background-color: #140a1a;
}

.bg_dark_opacity {
  /* background-color: #271433cc; */
  background-color: #271433cc;
}

/* GRAIFCO 01 */

.reticolo_gra_01 {
  position: absolute;
  top: 40%;
  max-width: 1100px;
}

/* GRAFICO 02 */

[id^="gra02_btn_"] {
  cursor: pointer;
}

/* GRAFICO MOORE */

.table_moore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.table_moore_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #9554ff;
}

.table_moore_date {
  text-align: left;
  color: #9554ff;
  font-family: "Space Mono", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.table_moore_num {
  text-align: right;
  color: #f8f2ff;
  font-family: "Space Mono", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

/* GRAFICO 05 */

.swiper_gra_05 {
  width: 100%;
  height: 100%;
}

.swiper_gra_05 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  align-self: self-end;
}

.swiper_gra_05 .swiper-slide img {
  display: block;
  width: 30px;
  height: 33px;
  margin: 10px auto;
}

.box_chart_08 {
  /* padding-top: 50px; */
  border-top: 1px solid #ffffff;
  top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* GRAFICO 09 */

.swiper_gra_09 {
  width: 100%;
  height: 100%;
}

.swiper_gra_09 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  align-self: self-end;
}

.swiper_gra_09 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.box_crediti {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  padding-top: 0;
  width: 630px;
  margin: auto;
  margin-top: 50px;
  background: #271433;
  border-radius: 16px;
  padding: 30px;
}

.box_crediti h5 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background: #271433;
  margin-block-start: 0;
  margin-block-end: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

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

.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.mt-25 {
  margin-top: 25px;
}
/* RESPONSIVE DESKTOP */

#gra_01_reticolo {
  position: absolute;
  bottom: 260px;
  width: 1120px;
  left: 50%;
  transform: translateX(calc(-50% + 14px));
}

#box_chart_01 + p {
  margin-top: 240px;
}

#section-subtitle {
  border-top: 1px solid #ffffff;
}

#cambiaLingua-cnt {
  color: #f8f2ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  text-decoration-line: underline;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;

  z-index: 50;
  padding-top: 50px;
  padding-right: 10px;
}

#cambiaLingua-bt {
  font-family: "SoleSans", Arial, Helvetica, sans-serif !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.2s ease-in;
}

#cambiaLingua-bt img {
  margin-left: 5px;
}

a #cambiaLingua-bt,
a:visited #cambiaLingua-bt,
a:active #cambiaLingua-bt {
  color: #f8f2ff;
  text-decoration-line: underline;
}

a:hover #cambiaLingua-bt {
  opacity: 0.7;
}

section.no-padding {
  padding-bottom: 50px;
  margin-bottom: 0;
}

#ad-Mpu_Middle + section {
  padding-top: 0;
  margin-top: 0;
}

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

/* RESPONSIVE MOBILE & TABLET */

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

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

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

  .container_over_skin {
    padding: 0 !important;
  }
  header {
    background-image: url("../img/bg_title_mobile.png");
    background-color: #140a1a;
    background-origin: content-box;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 40vh;
  }

  h1 {
    font-size: 64px;
    line-height: 64px;
  }

  .subtitle {
    font-size: 28px;
    line-height: 40px;
    padding: 0;
  }

  section {
    padding: 0 15px 0;
  }

  .sezione_bg_2 img {
    width: 250%;
  }

  .sezione_titolo {
    width: 100%;
  }

  .sezione_num {
    width: 64px;
    height: 64px;
    top: -52px;
    left: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .sezione_freccia {
    left: calc(100% - 32px);
  }

  .freccia_prev {
    top: -32px;
    left: calc(100% - 64px);
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .sezione_padding {
    height: 0;
  }

  p {
    padding: 20px 0;
    /* font-size: 16px;
    line-height: 26px; */
  }

  .box_paragraph {
    padding-left: 15px;
    padding-top: 20px;
  }

  .box_chart {
    padding: 0px 15px 10px;
  }

  .delimiter {
    padding: 20px 0;
  }

  .quote {
    padding: 50px 0;
    font-size: 32px;
    line-height: 40px;
  }

  .box_chart_reg {
    max-width: 550px;
  }

  .box_chart_large {
    max-width: 550px;
  }
  .box_chart_full {
    max-width: 550px;
  }

  .chart_title {
    font-size: 18px;
    line-height: 22px;
  }

  .chart_subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .swiper_gra_05 .swiper-slide {
    height: 530px;
  }

  .swiper_gra_09 .swiper-slide {
    align-items: flex-end;
    height: 575px;
  }

  .swiper-pagination-05 {
    position: relative !important;
    bottom: 0px !important;
  }

  .swiper-pagination-09 {
    position: relative !important;
    bottom: -10px !important;
  }

  .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #e9d9ff;
  }

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

  .chart_source_05 {
    padding-top: 20px;
  }

  .chart_source_09 {
    padding-top: 50px;
  }

  .select_grafico_cnt {
    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-bottom: 50px;
    margin: auto;
  }

  .select_menu {
    border: 1px solid #000;
    border-radius: 15px;
    background-color: #fff;
    color: #000;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    height: 40px;
    width: 100%;
    max-width: 200px;
  }

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

  .ss-main .ss-values .ss-single {
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #000;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
  }

  .ss-open-below {
    height: auto;
    border-radius: 0;
    z-index: 20;
  }

  .ss-open-above {
    height: auto;
    border-radius: 0;
    z-index: 20;
  }

  .ss-content .ss-list .ss-option {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #000;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
  }

  .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: #dddfe7;
  }

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

  aside {
    padding: 0 15px;
  }

  .box_crediti {
    width: 100%;
    padding: 20px;
  }

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

  .no_mobile {
    display: none;
  }

  #gra_01_reticolo {
    display: none;
  }

  #box_chart_01 + p {
    margin-top: 0;
  }
}

/* RESPONSIVE MOBILE */

@media only screen and (max-width: 480px) {
  #IIB-awards {
    position: absolute;
    top: -21px;
    left: -9px;
    width: 115px;
  }

  #IIB-awards img {
    width: 115px;
    height: auto;
  }

  .box_chart_reg {
    max-width: 100%;
  }

  .box_chart_large {
    max-width: 100%;
  }
  .box_chart_full {
    max-width: 100%;
  }

  .select_grafico_cnt > div {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .ss-content.select_menu.ss-open-below {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .mt-100-mob {
    margin-top: 100px;
  }

  .mt-150-mob {
    margin-top: 150px;
  }

  .mt-200-mob {
    margin-top: 200px;
  }

  .triangle:nth-of-type(3) {
    margin-top: -99px;
    padding-left: 200px;
  }

  .triangle:nth-of-type(4) {
    margin-top: -99px;
    transform: rotate(180deg);
    padding-left: 0;
  }

  .hexagon:first-of-type {
    top: -176px;
    left: -114px;
    transform: scale(0.5) rotate(60deg);
  }

  .hexagon:nth-of-type(2) {
    top: -243px;
    left: 28px;
    transform: scale(0.5) rotate(300deg);
  }

  .hexagon:last-of-type {
    top: -174px;
    left: 264px;
    transform: scale(0.5) rotate(60deg);
  }

  .table_moore_row {
    padding: 5px 0;
  }

  .table_moore_date {
    font-size: 20px;
  }

  .table_moore_num {
    font-size: 20px;
  }

  #footer_div {
    padding: 30px;
  }

  .sezione_titolo_container {
    margin-top: 120px;
  }

  #canvas_triangoli + .sezione_titolo_container {
    margin-top: 30px;
  }

  canvas#canvas_triangoli {
    top: -200px !important;
    left: 0;
  }

  .box_chart + p {
    margin-top: 0;
  }

  .box_chart + .box_paragraph {
    margin-top: 20px;
  }

  p + p {
    padding-top: 0;
  }

  .pubblicita-cnt + .box_paragraph {
    margin-top: 30px;
  }
  .subtitle {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

/* 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 {
  background-color: #140a1a;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: auto;
}

#ad-Mpu_Top {
  background-color: #140a1a;
  display: flex;
  justify-content: center;
  width: 320px;
  margin: auto;
}

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

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

.pubblicita-cnt {
  background-color: #2a222f !important;
  width: 100% !important;
}

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

.bordo_adv {
  padding: 10px 0;
}

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

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

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

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

.container_over_skin > * {
  background-color: #140a1a;
  z-index: 5;
  transition: all 0.25s ease-in-out;
}

.shrinkable,
.backgroundAdv {
  /* background-color: #140a1a !important; */
}

.backgroundAdv .shrinkable {
  max-width: 1024px !important;
  margin: 0 auto;
}

.backgroundAdv .container_over_skin {
  padding: 0 20px;
}

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

@media only screen and (max-width: 820px) {
  /* body:not(.backgroundAdv) #adv-MaxTicker {
    margin-top: 0px;
  } */
}

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