.border_radius {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.mixin-colore-sfondo.sfondo-rosa {
  background-color: #F5EDE7;
}
.mixin-colore-sfondo.sfondo-azzurro {
  background-color: #EDF4F9;
}
.mixin-colore-sfondo.sfondo-acquamarina {
  background-color: #E9F4F4;
}
.mixin-colore-sfondo.sfondo-beige {
  background-color: #EEEBE3;
}
.mixin-colore-sfondo.sfondo-grigio_chiaro {
  background-color: #F8F9FA;
}
.mixin-colore-sfondo.sfondo-grigio_scuro {
  background-color: #51575E;
}
.mixin-colore-sfondo.sfondo-grigio_scuro .title-component,
.mixin-colore-sfondo.sfondo-grigio_scuro p,
.mixin-colore-sfondo.sfondo-grigio_scuro h1,
.mixin-colore-sfondo.sfondo-grigio_scuro h2,
.mixin-colore-sfondo.sfondo-grigio_scuro h3,
.mixin-colore-sfondo.sfondo-grigio_scuro h4,
.mixin-colore-sfondo.sfondo-grigio_scuro h5,
.mixin-colore-sfondo.sfondo-grigio_scuro h6 {
  color: white;
}
.mixin-colore-sfondo.sfondo-grigio_scuro .swiper-button-next,
.mixin-colore-sfondo.sfondo-grigio_scuro .swiper-button-prev {
  background-color: white;
}
.component.blocco-card-speakers {
  position: relative;
}
@media (min-width: 992px) {
  .component.blocco-card-speakers {
    padding-bottom: 0;
  }
}
.component.blocco-card-speakers .container {
  position: relative;
}
.component.blocco-card-speakers .container h2 {
  color: #333;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}
.component.blocco-card-speakers .container .row {
  position: relative;
}
@media (min-width: 992px) {
  .component.blocco-card-speakers .container .row:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: calc(100% - 350px);
    width: 100vw;
    background-color: #F5EDE7;
  }
}
.component.blocco-card-speakers .container .row > div:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .component.blocco-card-speakers .container .row > div:not(:first-child) {
    margin-top: 0;
  }
}
