@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');
/*

 **************************************
 *
 * Utility LESS mixins and CSS rules
 *
 **************************************

*/
/* Colori Social */
/* Colori Sito */
/*
.create-font('noto_sans', '../fonts/noto/notosanssc-thin', 100, normal);

.create-font('noto_sans', '../fonts/noto/notosanssc-light', 300, normal);

.create-font('noto_sans', '../fonts/noto/notosanssc-regular', 400, normal);
.create-font('noto_sans', '../fonts/noto/notosanssc-regular', normal, normal);

.create-font('noto_sans', '../fonts/noto/notosanssc-medium', 500, normal);

.create-font('noto_sans', '../fonts/noto/notosanssc-bold', 700, normal);
.create-font('noto_sans', '../fonts/noto/notosanssc-bold', bold, normal);

.create-font('noto_sans', '../fonts/noto/notosanssc-black', 900, normal);
*/
._css_retina_detection_ {
  width: 1px;
}
@media (min-moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  ._css_retina_detection_ {
    width: 2px;
  }
}
.rotate {
  display: inline-block;
  -webkit-animation: rotate 2s infinite linear;
  -moz-animation: rotate 2s infinite linear;
  -o-animation: rotate 2s infinite linear;
  -ms-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pulse {
  display: inline-block;
  -webkit-animation: pulse 1s infinite linear;
  -moz-animation: pulse 1s infinite linear;
  -o-animation: pulse 1s infinite linear;
  -ms-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.arrow-pulse {
  display: inline-block;
  -webkit-animation: arrow-pulse 1s infinite linear alternate;
  -moz-animation: arrow-pulse 1s infinite linear alternate;
  -o-animation: arrow-pulse 1s infinite linear alternate;
  -ms-animation: arrow-pulse 1s infinite linear alternate;
  animation: arrow-pulse 1s infinite linear alternate;
}
@-moz-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-webkit-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-o-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-ms-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.rotate-and-pulse {
  display: inline-block;
  -webkit-animation: rotate-and-pulse 2s infinite linear;
  -moz-animation: rotate-and-pulse 2s infinite linear;
  -o-animation: rotate-and-pulse 2s infinite linear;
  -ms-animation: rotate-and-pulse 2s infinite linear;
  animation: rotate-and-pulse 2s infinite linear;
}
@-moz-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-webkit-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-o-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-ms-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
.pulse-heart {
  display: inline-block;
  -webkit-animation: pulse-heart 2s infinite linear;
  -moz-animation: pulse-heart 2s infinite linear;
  -o-animation: pulse-heart 2s infinite linear;
  -ms-animation: pulse-heart 2s infinite linear;
  animation: pulse-heart 2s infinite linear;
}
@-moz-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*

	CSS3 Progress Bar:
	
	<div class="myprogressbar" data-ng-class="{red: progress < 25, yellow: progress >= 25 && progress < 50, green: progress >= 50 && progress < 75, blue: progress >= 75}">
	  <span data-ng-style="{width: progress + '%'}"></span>
	</div>	

*/
@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-o-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-ms-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.myprogressbar {
  height: 40px;
  position: relative;
  background: #555;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  box-sizing: border-box;
}
.myprogressbar > span {
  display: block;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
  box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
  background-color: #00d472;
  background-image: -webkit-linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
  background-image: -o-linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
  background-image: -moz-linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
  background-image: linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
}
.myprogressbar > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-linear-gradient(-45deg, rgba(0,0,0,.2) 25%, transparent 25%, transparent 50%, rgba(0,0,0,.2) 50%, rgba(0,0,0,.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(0,0,0,.2) 25%, transparent 25%, transparent 50%, rgba(0,0,0,.2) 50%, rgba(0,0,0,.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(0,0,0,.2) 25%, transparent 25%, transparent 50%, rgba(0,0,0,.2) 50%, rgba(0,0,0,.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(0,0,0,.2) 25%, transparent 25%, transparent 50%, rgba(0,0,0,.2) 50%, rgba(0,0,0,.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -o-animation: move 2s linear infinite;
  -ms-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.myprogressbar.red > span {
  background-color: #ff7676;
  background-image: -webkit-linear-gradient(center bottom, @progressRed 37%, @progressRed 69%);
  background-image: -o-linear-gradient(center bottom, @progressRed 37%, @progressRed 69%);
  background-image: -moz-linear-gradient(center bottom, @progressRed 37%, @progressRed 69%);
  background-image: linear-gradient(center bottom, @progressRed 37%, @progressRed 69%);
}
.myprogressbar.yellow > span {
  background-color: #f9da00;
  background-image: -webkit-linear-gradient(center bottom, @progressYellow 37%, @progressYellow 69%);
  background-image: -o-linear-gradient(center bottom, @progressYellow 37%, @progressYellow 69%);
  background-image: -moz-linear-gradient(center bottom, @progressYellow 37%, @progressYellow 69%);
  background-image: linear-gradient(center bottom, @progressYellow 37%, @progressYellow 69%);
}
.myprogressbar.green > span {
  background-color: #00d472;
  background-image: -webkit-linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
  background-image: -o-linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
  background-image: -moz-linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
  background-image: linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
}
.myprogressbar.blue > span {
  background-color: #00b1ce;
  background-image: -webkit-linear-gradient(center bottom, @progressBlue 37%, @progressBlue 69%);
  background-image: -o-linear-gradient(center bottom, @progressBlue 37%, @progressBlue 69%);
  background-image: -moz-linear-gradient(center bottom, @progressBlue 37%, @progressBlue 69%);
  background-image: linear-gradient(center bottom, @progressBlue 37%, @progressBlue 69%);
}
/*
	Hamburger animated icon, it requires an html like
	
	<a href="#" data-ng-class="{'open': isMobileMenuOpen}">
		<span></span>
		<span></span>
		<span></span>
		<span></span>
		<span></span>
		<span></span>
	</a>
	
*/
.hamburger-animated-1 {
  display: inline-block;
  width: 2em;
  height: 1em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}
.hamburger-animated-1 span {
  display: block;
  position: absolute;
  height: 0.2em;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger-animated-1 span:nth-child(even) {
  left: 0.4em;
  border-radius: 0 1000px 1000px 0;
}
.hamburger-animated-1 span:nth-child(odd) {
  left: 0;
  border-radius: 1000px 0 0 1000px;
}
.hamburger-animated-1 span:nth-child(1),
.hamburger-animated-1 span:nth-child(2) {
  top: 0;
}
.hamburger-animated-1 span:nth-child(3),
.hamburger-animated-1 span:nth-child(4) {
  top: 0.4em;
}
.hamburger-animated-1 span:nth-child(5),
.hamburger-animated-1 span:nth-child(6) {
  top: 0.8em;
}
.hamburger-animated-1.open span:nth-child(1),
.hamburger-animated-1.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-animated-1.open span:nth-child(2),
.hamburger-animated-1.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-animated-1.open span:nth-child(1) {
  left: 0;
  top: 0.2em;
}
.hamburger-animated-1.open span:nth-child(2) {
  left: 0.5em;
  top: 0.2em;
}
.hamburger-animated-1.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger-animated-1.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburger-animated-1.open span:nth-child(5) {
  left: 0;
  top: 0.7em;
}
.hamburger-animated-1.open span:nth-child(6) {
  left: 0.5em;
  top: 0.7em;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.normalcase {
  text-transform: none;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.background-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fill {
  width: 100%;
  height: 100%;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
  vertical-align: middle;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.clear-before:before {
  display: block;
  content: "";
  float: none;
  clear: both;
}
.clear-after:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
.reset-list {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
.reset-list li,
.reset-list.inline-block li {
  display: inline-block;
}
.reset-list.block li {
  display: block;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
select:focus {
  outline: none;
  box-shadow: none;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
}
.display-inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flexbox;
  display: inline-flex;
}
.no_style_btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.no_style_btn:focus {
  outline: none;
}
.p-relative {
  position: relative;
}
body {
  line-height: 1.5;
  position: relative;
  background-color: #ffffff;
  color: #1b1a1a;
  font-size: 16px;
  font-family: 'Noto Sans SC', sans-serif;
  overflow-x: hidden;
  max-width: 100vw;
  font-weight: normal;
}
.z_index_max {
  z-index: 998 !important;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
.fixed-top {
  -webkit-transform: translateZ(0);
}
.grecaptcha-badge {
  visibility: hidden;
}
.container,
.fluid-container {
  position: relative;
}
@media all and (min-width: 1400px) {
  .container {
    max-width: 1410px;
  }
}
p:last-child {
  margin-bottom: 0;
}
.left_headings {
  position: absolute;
  left: -100vw;
  z-index: -10;
  max-width: 100vw;
  overflow: hidden;
  font-size: 3px;
}
.navbar {
  position: relative;
  z-index: 100;
}
@media all and (min-width: 1200px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media all and (min-width: 992px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar .row {
  width: calc( 100% + 30px );
}
.navbar .nav-item.active .nav-link {
  color: #c6202d;
}
.navbar .nav-link {
  font-weight: bold;
  color: #1b1a1a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 17px;
}
@media all and (max-width: 1399px) {
  .navbar .nav-link {
    font-size: 16px;
  }
}
.navbar .nav-link:hover {
  color: #c6202d;
  background-color: transparent;
}
.navbar .nav-link.active {
  color: #c6202d;
  background-color: transparent;
}
.navbar .dropdown-item {
  color: #1b1a1a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 17px;
  line-height: 38px;
}
@media all and (max-width: 1399px) {
  .navbar .dropdown-item {
    font-size: 16px;
  }
}
.navbar .dropdown-item:hover {
  color: #c6202d;
  background-color: transparent;
}
.navbar .dropdown-item.active {
  color: #c6202d;
  background-color: transparent;
}
.navbar .dropdown-item {
  padding: 0;
}
.navbar .dropdown-lang {
  display: none;
}
.navbar .dropdown-lang .dropdown-item {
  text-align: center;
}
.navbar .dropdown-lang .dropdown-menu {
  min-width: 0;
}
@media all and (min-width: 1200px) {
  .navbar .dropdown-lang .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media all and (max-width: 1199px) {
  .navbar .dropdown-lang .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.navbar .dropdown-lang #lang {
  cursor: pointer;
}
@media all and (min-width: 1200px) {
  .navbar .dropdown-lang #lang {
    pointer-events: none;
  }
}
@media all and (max-width: 767px) {
  .navbar .navbar-brand img {
    max-width: 72px;
  }
}
.navbar .logo_campain {
  position: absolute;
  right: 15px;
  top: 82px;
  z-index: 0;
}
@media all and (max-width: 767px) {
  .navbar .logo_campain {
    top: 48px;
    max-width: 47px;
  }
}
.navbar .dropdown-menu {
  width: auto;
  border: 0;
  border-radius: 0;
}
@media all and (min-width: 1200px) {
  .navbar .dropdown-menu {
    padding: 18px 25px;
    border-top: 3px solid #f7f3ec;
  }
}
@media all and (max-width: 1199px) {
  .navbar #navbarSupportedContent {
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 83px;
    background-color: white;
    width: 100vw;
    padding: 0 15px;
  }
}
@media all and (max-width: 767px) {
  .navbar #navbarSupportedContent {
    top: 49px;
  }
}
.loghi_partner {
  padding-top: 11.8%;
  position: relative;
}
.loghi_partner img {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 14.4%;
  z-index: 1;
  left: 15px;
}
#header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#header:before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#header:after {
  width: 100%;
  height: 100px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0));
  background-image: -o-linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0));
}
#header .col-12 {
  padding-top: 59.25vh;
  position: relative;
}
@media all and (max-width: 991px) {
  #header .col-12 {
    padding-top: 30vh;
  }
}
#header h1 {
  color: white;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-weight: bold;
  font-size: 75px;
  line-height: 105px;
}
@media all and (max-width: 991px) {
  #header h1 {
    font-size: 30px;
    line-height: 40px;
    left: 15px;
    right: 15px;
  }
}
footer {
  background-color: #f7f3ec;
  padding-top: 35px;
  padding-bottom: 22px;
}
footer .footer_social {
  color: #908d89;
  font-size: 20px;
  margin-right: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_social:last-child {
  margin-right: 0;
}
footer .footer_social:hover {
  color: #c6202d;
}
footer .footer_copyright {
  font-size: 13px;
  line-height: 25px;
}
footer .footer_copyright a {
  color: #1b1a1a;
  text-decoration: underline;
}
footer .footer_info {
  color: #808080;
  font-size: 10px;
  line-height: 25px;
}
.link_rectangle {
  border: 1px solid #c6202d;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: red;
  padding: 5px 40px;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.link_rectangle:hover {
  color: white;
  background-color: red;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  .link_rectangle {
    padding: 6px 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
/* Homepage */
#header .header_slider .header_image {
  display: block;
  width: 100vw;
  max-height: 85vh;
  object-fit: cover;
}
@media all and (max-width: 991px) {
  #header .header_slider .header_image {
    max-height: 50vh;
  }
}
#header .header_slider .carousel-item {
  position: relative;
}
#header .header_slider .carousel-item:before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#header .header_slider .carousel-item:after {
  width: 100%;
  height: 100px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0));
  background-image: -o-linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0));
}
#header .header_slider .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 17%;
  padding: 0;
}
@media all and (max-width: 991px) {
  #header .header_slider .carousel-caption {
    bottom: 10%;
  }
}
#header .header_slider .carousel-caption h2 {
  font-weight: bold;
  font-size: 75px;
  line-height: 105px;
}
@media all and (max-width: 991px) {
  #header .header_slider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
#home_products h2 {
  color: #c6202d;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 63px;
  padding: 93.5px 0;
}
@media all and (max-width: 991px) {
  #home_products h2 {
    padding: 46px 0;
    font-size: 20px;
    line-height: 30px;
  }
}
#home_products h2 strong {
  font-weight: bold;
}
@media all and (max-width: 991px) {
  #home_products h2 strong {
    display: block;
  }
}
#home_products .product_preview {
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  #home_products .product_preview {
    height: 550px;
  }
}
@media all and (max-width: 991px) {
  #home_products .product_preview {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 992px) {
  #home_products .product_preview .product_background {
    position: absolute;
    top: 50%;
    z-index: 0;
    background-color: #f7f3ec;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc( 50% - 15px );
    height: 100%;
  }
  #home_products .product_preview .product_background.product_background_left {
    right: calc( 50% + 15px );
  }
  #home_products .product_preview .product_background.product_background_right {
    left: calc( 50% + 15px );
  }
}
@media all and (max-width: 991px) {
  #home_products .product_preview .product_background {
    margin-bottom: 15px;
  }
}
#home_products .product_preview .product_background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home_products .product_preview .container {
  height: 100%;
}
#home_products .product_preview .container .row {
  height: 100%;
}
#home_products .product_preview .product_preview_image {
  text-align: center;
  background-color: white;
  width: 100%;
  position: relative;
}
@media all and (min-width: 992px) {
  #home_products .product_preview .product_preview_image {
    height: calc( 100% - 132px );
  }
  #home_products .product_preview .product_preview_image img {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media all and (max-width: 1199px) {
  #home_products .product_preview .product_preview_image {
    padding: 20px;
  }
}
#home_products .product_preview .product_preview_image img {
  max-width: 100%;
}
#home_products .product_preview .order-lg-1 .product_preview_image {
  margin-left: 35px;
}
@media all and (min-width: 992px) {
  #home_products .product_preview .order-lg-1 .product_preview_image img {
    right: auto;
    left: 50px;
  }
}
@media all and (max-width: 991px) {
  #home_products .product_preview .order-lg-1 .product_preview_image {
    margin-left: 0;
  }
}
#home_products .product_preview .order-lg-2 .product_preview_image {
  margin-right: 35px;
}
@media all and (max-width: 991px) {
  #home_products .product_preview .order-lg-2 .product_preview_image {
    margin-right: 0;
  }
}
#home_products .product_preview .product_title {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 29px;
  line-height: 42px;
}
@media all and (max-width: 991px) {
  #home_products .product_preview .product_title {
    font-size: 24px;
    line-height: 28px;
  }
}
#home_products .product_preview .product_desc {
  font-size: 21px;
  line-height: 38px;
  margin-bottom: 29px;
}
@media all and (max-width: 991px) {
  #home_products .product_preview .product_desc {
    font-size: 17px;
    line-height: 27px;
  }
}
#home_products .product_preview .product_desc p:last-child {
  margin-bottom: 0;
}
#home_products .product_preview .product_link {
  border: 1px solid #c6202d;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: red;
  padding: 5px 40px;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
#home_products .product_preview .product_link:hover {
  color: white;
  background-color: red;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  #home_products .product_preview .product_link {
    padding: 6px 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
#home_recipes {
  background-color: #f7f3ec;
  padding: 92px 0 120px;
}
@media all and (max-width: 991px) {
  #home_recipes {
    padding: 46px 0 60px;
  }
}
#home_recipes h2 {
  font-size: 40px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media all and (max-width: 991px) {
  #home_recipes h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
#home_recipes .recipes_subtitle {
  font-size: 21px;
  line-height: 38px;
  margin-bottom: 89px;
}
@media all and (max-width: 991px) {
  #home_recipes .recipes_subtitle {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 44px;
  }
}
#home_recipes .recipe {
  color: #1b1a1a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
}
@media all and (max-width: 991px) {
  #home_recipes .recipe {
    display: block;
    margin-bottom: 30px;
  }
}
#home_recipes .recipe .recipe_image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0);
}
#home_recipes .recipe h3 {
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
}
#home_recipes .recipe:hover {
  color: #c6202d;
}
#home_recipes .recipe:hover .recipe_image {
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
/* Pagina Info & Donwload */
#info_fotogallery {
  padding: 93px 0 112px;
}
@media all and (max-width: 991px) {
  #info_fotogallery {
    padding: 46px 0 0;
  }
}
#info_fotogallery h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 99px;
}
@media all and (max-width: 991px) {
  #info_fotogallery h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 49px;
  }
}
#info_fotogallery .fotogallery {
  color: #1b1a1a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
  max-width: 600px;
}
#info_fotogallery .fotogallery .fotogallery_image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 27px;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0);
}
@media all and (max-width: 991px) {
  #info_fotogallery .fotogallery .fotogallery_image {
    margin-bottom: 10px;
  }
  #info_fotogallery .fotogallery .fotogallery_image img {
    width: 100%;
  }
}
#info_fotogallery .fotogallery .fotogallery_image img {
  max-width: 100%;
}
#info_fotogallery .fotogallery h3 {
  font-weight: bold;
  font-size: 34px;
  line-height: 54px;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  #info_fotogallery .fotogallery h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
#info_fotogallery .fotogallery:hover {
  color: #c6202d;
}
#info_fotogallery .fotogallery:hover .fotogallery_image {
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
#info_press_area {
  position: relative;
  background-color: #f7f3ec;
  padding: 96px 0 106px;
}
@media all and (max-width: 991px) {
  #info_press_area {
    padding: 48px 0 53px;
  }
}
#info_press_area h2 {
  margin-bottom: 59px;
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
}
@media all and (max-width: 991px) {
  #info_press_area h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
#info_press_area .info_press_area_button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#info_press_area .info_press_area_button.button-prev {
  left: -30px;
}
@media all and (max-width: 991px) {
  #info_press_area .info_press_area_button.button-prev {
    left: -15px;
  }
}
@media all and (max-width: 767px) {
  #info_press_area .info_press_area_button.button-prev {
    left: 5px;
  }
}
#info_press_area .info_press_area_button.button-next {
  right: -30px;
}
@media all and (max-width: 991px) {
  #info_press_area .info_press_area_button.button-next {
    right: -15px;
  }
}
@media all and (max-width: 767px) {
  #info_press_area .info_press_area_button.button-next {
    right: 5px;
  }
}
@media all and (max-width: 991px) {
  #info_press_area .press_area {
    padding: 0px 15px;
  }
  #info_press_area .press_area:after {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media all and (max-width: 767px) {
  #info_press_area .press_area {
    padding: 0px 25px;
  }
  #info_press_area .press_area:after {
    width: calc(100% - 50px);
    left: 25px;
  }
}
@media all and (min-width: 992px) {
  #info_press_area .press_area.swiper-slide-next {
    display: flex;
    justify-content: flex-end;
  }
}
@media all and (min-width: 992px) {
  #info_press_area .press_area .press_area_content {
    width: calc( 5 / 6 * 100%);
  }
}
#info_press_area .press_area .press_area_content h3 {
  font-weight: bold;
  font-size: 29px;
  line-height: 42px;
  margin-bottom: 15px;
}
@media all and (max-width: 991px) {
  #info_press_area .press_area .press_area_content h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
#info_press_area .press_area .press_area_content .press_area_text {
  font-size: 21px;
  line-height: 38px;
  margin-bottom: 29px;
}
@media all and (max-width: 991px) {
  #info_press_area .press_area .press_area_content .press_area_text {
    font-size: 17px;
    line-height: 27px;
  }
}
#info_press_area .press_area .press_area_content .press_area_link a {
  border: 1px solid #c6202d;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: red;
  padding: 5px 40px;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
#info_press_area .press_area .press_area_content .press_area_link a:hover {
  color: white;
  background-color: red;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  #info_press_area .press_area .press_area_content .press_area_link a {
    padding: 6px 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
#info_brochure {
  padding: 108px 0 105px;
}
#info_brochure h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
}
@media all and (max-width: 991px) {
  #info_brochure h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
#info_brochure .brochure_abstract {
  font-size: 21px;
  line-height: 38px;
  margin-bottom: 31px;
}
@media all and (max-width: 991px) {
  #info_brochure .brochure_abstract {
    font-size: 17px;
    line-height: 27px;
  }
}
#info_brochure .brochure_link a {
  border: 1px solid #c6202d;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: red;
  padding: 5px 40px;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
#info_brochure .brochure_link a:hover {
  color: white;
  background-color: red;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  #info_brochure .brochure_link a {
    padding: 6px 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
#info_datasheet {
  background-color: #f7f3ec;
  padding: 96px 0 0;
}
#info_datasheet h2 {
  margin-bottom: 92px;
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
}
@media all and (max-width: 991px) {
  #info_datasheet h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 46px;
  }
}
#info_datasheet .product {
  margin-bottom: 140px;
  margin-top: 22px;
}
#info_datasheet h3 {
  font-weight: bold;
  font-size: 29px;
  line-height: 42px;
  margin-bottom: 29px;
}
@media all and (max-width: 991px) {
  #info_datasheet h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
#info_datasheet .datasheet_link a {
  border: 1px solid #c6202d;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: red;
  padding: 5px 40px;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
#info_datasheet .datasheet_link a:hover {
  color: white;
  background-color: red;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  #info_datasheet .datasheet_link a {
    padding: 6px 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
/* Single Product */
#product_title {
  padding: 91px 0 98px;
}
@media all and (max-width: 991px) {
  #product_title {
    padding: 45px 0 50px;
  }
}
#product_title h2,
#product_title h3 {
  color: #c6202d;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 63px;
}
@media all and (max-width: 991px) {
  #product_title h2,
  #product_title h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
#product_title h3 {
  font-size: 30px;
  line-height: 48px;
}
@media all and (max-width: 991px) {
  #product_title h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
#product_title h2 {
  font-weight: bold;
  margin-bottom: 0;
}
#product_area {
  position: relative;
  overflow: hidden;
  margin-bottom: 114px;
}
@media all and (max-width: 991px) {
  #product_area {
    margin-bottom: 57px;
  }
}
@media all and (min-width: 992px) {
  #product_area .product_area_background {
    position: absolute;
    top: 0;
    right: calc( 50% + 15px );
    z-index: 0;
  }
}
@media all and (max-width: 991px) {
  #product_area .product_area_background {
    margin-bottom: 20px;
    object-fit: cover;
    width: 100%;
    height: 30vh;
  }
}
@media all and (min-width: 992px) {
  #product_area .product_area_infos {
    min-height: 550px;
  }
}
#product_area .product_area_infos h2 {
  margin-bottom: 17px;
  font-weight: bold;
  font-size: 29px;
  line-height: 42px;
}
@media all and (max-width: 991px) {
  #product_area .product_area_infos h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
#product_area .product_area_text {
  font-size: 21px;
  line-height: 38px;
  margin-bottom: 33px;
}
@media all and (max-width: 991px) {
  #product_area .product_area_text {
    font-size: 17px;
    line-height: 27px;
  }
}
#product_area .icon {
  margin-right: 40px;
  height: 85px;
}
@media all and (max-width: 1199px) {
  #product_area .icon {
    margin: 0 20px 10px 0;
  }
}
#product_area .icon.last-child {
  margin-right: 0;
}
.text_intro {
  font-size: 21px;
  line-height: 38px;
  text-align: center;
}
.text_intro a {
  color: inherit;
  text-decoration: underline;
}
.text_intro table {
  width: 100%;
  font-size: 15px;
}
.text_intro table thead {
  background-color: #f7f3ec;
}
.text_intro table thead th {
  vertical-align: middle;
}
.text_intro table tbody td {
  vertical-align: middle;
}
@media all and (max-width: 991px) {
  .text_intro {
    font-size: 17px;
    line-height: 27px;
  }
}
.content {
  position: relative;
}
@media all and (min-width: 992px) {
  .content .content_background {
    position: absolute;
    bottom: 184px;
    z-index: 0;
    background-color: #f7f3ec;
    width: calc( 50% - 15px );
    height: calc( 100% - 184px );
  }
  .content .content_background.background_left {
    right: calc( 50% + 15px );
  }
  .content .content_background.background_right {
    left: calc( 50% + 15px );
  }
  .content .content_background img {
    height: 100%;
  }
}
@media all and (max-width: 991px) {
  .content .content_background {
    margin-bottom: 35px;
  }
}
.content .content_background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .content_row {
  margin-bottom: 95px;
}
.content .content_row .content_logos img {
  max-width: 100%;
}
@media all and (max-width: 1199px) {
  .content .content_row .content_logos img {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .content .content_row {
    margin-bottom: 35px;
  }
  .content .content_row .content_logos {
    margin-top: 25px;
  }
}
.content h2 {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 29px;
  line-height: 42px;
}
@media all and (max-width: 991px) {
  .content h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.content .content_text {
  font-size: 21px;
  line-height: 38px;
}
.content .content_text.content_text_more {
  margin-top: 25px;
}
.content .content_text a {
  color: inherit;
  text-decoration: underline;
}
.content .content_text table {
  width: 100%;
  font-size: 15px;
}
.content .content_text table thead {
  background-color: #f7f3ec;
}
.content .content_text table thead th {
  vertical-align: middle;
}
.content .content_text table tbody td {
  vertical-align: middle;
}
@media all and (max-width: 991px) {
  .content .content_text {
    font-size: 17px;
    line-height: 27px;
  }
}
.content .content_gallery_image_0,
.content .content_gallery_image_1 {
  position: relative;
  display: block;
  margin-bottom: 65px;
  max-width: 100%;
}
@media all and (max-width: 991px) {
  .content .content_gallery_image_0,
  .content .content_gallery_image_1 {
    margin-bottom: 25px;
  }
}
.content .content_gallery_image_2 {
  position: relative;
  display: block;
  margin-top: calc(-100% + 325px);
  max-width: 55%;
}
@media all and (max-width: 1199px) {
  .content .content_gallery_image_2 {
    margin-top: calc(-100% + 195px);
  }
}
@media all and (max-width: 991px) {
  .content .content_gallery_image_2 {
    margin-top: 0;
    max-width: none;
  }
}
@media all and (max-width: 767px) {
  .content .content_gallery_image_2 {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .content .content_gallery_image_0 {
    margin-top: 20px;
  }
}
.content .order-lg-2 .content_gallery_image_0,
.content .order-lg-2 .content_gallery_image_1 {
  margin-left: auto;
  margin-right: 0;
}
.content .order-lg-2 .content_gallery_image_2 {
  margin-left: 0;
  margin-right: auto;
}
.content .order-lg-1 .content_gallery_image_0,
.content .order-lg-1 .content_gallery_image_1 {
  margin-left: 0;
  margin-right: auto;
}
.content .order-lg-1 .content_gallery_image_2 {
  display: block;
  margin-left: auto;
}
.datasheet {
  background-color: #f7f3ec;
  margin-bottom: 106px;
  padding: 95px 0 110px;
}
@media all and (max-width: 991px) {
  .datasheet {
    margin-bottom: 58px;
    padding: 48px 0 55px;
  }
}
.datasheet h2 {
  margin-bottom: 53px;
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
}
@media all and (max-width: 991px) {
  .datasheet h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 27px;
  }
}
.datasheet .list {
  margin-bottom: 66px;
  font-size: 21px;
  line-height: 38px;
  list-style: none;
  padding: 0;
}
@media all and (min-width: 768px) {
  .datasheet .list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media all and (max-width: 991px) {
  .datasheet .list {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 33px;
  }
}
.datasheet .list li {
  padding-left: 1.5em;
  font-size: 21px;
  line-height: 38px;
  position: relative;
}
@media all and (max-width: 991px) {
  .datasheet .list li {
    font-size: 17px;
    line-height: 27px;
  }
}
.datasheet .list li::before {
  content: "\2022";
  position: absolute;
  color: #c6202d;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  left: 0;
  top: 0;
  font-size: 1.5em;
  line-height: 38px;
}
@media all and (max-width: 991px) {
  .datasheet .list li::before {
    line-height: 24px;
  }
}
.datasheet .list_download a {
  border: 1px solid #c6202d;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: red;
  padding: 5px 40px;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.datasheet .list_download a:hover {
  color: white;
  background-color: red;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  .datasheet .list_download a {
    padding: 6px 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
#product_contacts {
  margin-bottom: 100px;
}
@media all and (max-width: 991px) {
  #product_contacts {
    margin-bottom: 50px;
  }
}
#product_contacts h2 {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 29px;
  line-height: 42px;
}
@media all and (max-width: 991px) {
  #product_contacts h2 {
    font-size: 17px;
    line-height: 27px;
  }
}
#product_contacts h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 21px;
  line-height: 38px;
}
@media all and (max-width: 991px) {
  #product_contacts h3 {
    font-size: 17px;
    line-height: 27px;
  }
}
#product_contacts .product_contacts_detail {
  font-size: 21px;
  line-height: 38px;
}
#product_contacts .product_contacts_detail a {
  color: inherit;
  text-decoration: underline;
}
@media all and (max-width: 991px) {
  #product_contacts .product_contacts_detail {
    font-size: 17px;
    line-height: 27px;
  }
}
#product_contacts .product_image {
  width: 90%;
}
#product_contacts .product_contacts_email {
  margin-top: 27px;
}
#product_contacts .product_contacts_email a {
  border: 1px solid #c6202d;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: red;
  padding: 5px 40px;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
#product_contacts .product_contacts_email a:hover {
  color: white;
  background-color: red;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  #product_contacts .product_contacts_email a {
    padding: 6px 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
#product_videogallery {
  margin-bottom: 115px;
}
@media all and (max-width: 991px) {
  #product_videogallery {
    margin-bottom: 57px;
  }
}
#product_videogallery .video {
  position: relative;
}
#product_videogallery .video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#product_videogallery .video a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media all and (max-width: 767px) {
  #product_videogallery .video a img {
    width: 61px;
  }
}
@media all and (max-width: 991px) {
  #product_videogallery .video {
    padding: 0px 15px;
  }
  #product_videogallery .video:after {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media all and (max-width: 767px) {
  #product_videogallery .video {
    padding: 0px 25px;
  }
  #product_videogallery .video:after {
    width: calc(100% - 50px);
    left: 25px;
  }
}
#product_videogallery .product_videogallery_button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#product_videogallery .product_videogallery_button.button-prev {
  left: -30px;
}
@media all and (max-width: 991px) {
  #product_videogallery .product_videogallery_button.button-prev {
    left: -15px;
  }
}
@media all and (max-width: 767px) {
  #product_videogallery .product_videogallery_button.button-prev {
    left: 5px;
  }
}
#product_videogallery .product_videogallery_button.button-next {
  right: -30px;
}
@media all and (max-width: 991px) {
  #product_videogallery .product_videogallery_button.button-next {
    right: -15px;
  }
}
@media all and (max-width: 767px) {
  #product_videogallery .product_videogallery_button.button-next {
    right: 5px;
  }
}
#recipes_product {
  background-color: #f7f3ec;
  padding: 92px 0 120px;
}
@media all and (max-width: 991px) {
  #recipes_product {
    padding: 46px 0 60px;
  }
}
#recipes_product h2 {
  font-size: 40px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 91px;
}
@media all and (max-width: 991px) {
  #recipes_product h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
  }
}
#recipes_product .recipe {
  color: #1b1a1a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  #recipes_product .recipe {
    padding: 0 25px;
  }
}
#recipes_product .recipe .recipe_image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0);
}
#recipes_product .recipe h3 {
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
}
#recipes_product .recipe:hover {
  color: #c6202d;
}
#recipes_product .recipe:hover .recipe_image {
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
#recipes_product .recipes_button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#recipes_product .recipes_button.button-prev {
  left: -30px;
}
@media all and (max-width: 991px) {
  #recipes_product .recipes_button.button-prev {
    left: 5px;
  }
}
#recipes_product .recipes_button.button-next {
  right: -30px;
}
@media all and (max-width: 991px) {
  #recipes_product .recipes_button.button-next {
    right: 5px;
  }
}
/* Page Products */
#products_preview {
  margin-bottom: 106px;
}
#products_preview .product_row {
  padding: 92px 0 75px;
  border-bottom: 1px solid #f7f3ec;
}
#products_preview .product_row:first-child {
  border-top: 1px solid #f7f3ec;
}
@media all and (max-width: 991px) {
  #products_preview .product_row {
    padding: 46px 0 38px;
  }
}
#products_preview .product_row h3,
#products_preview .product_row h4 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 29px;
  line-height: 42px;
}
@media all and (max-width: 991px) {
  #products_preview .product_row h3,
  #products_preview .product_row h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
#products_preview .product_row .product_abstract {
  font-size: 21px;
  line-height: 38px;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  #products_preview .product_row .product_abstract {
    font-size: 17px;
    line-height: 27px;
  }
}
#products_preview .product_row .product_abstract p:last-child {
  margin-bottom: 0;
}
#products_preview .product_row .collapse .product_abstract {
  margin-bottom: 17px;
}
#products_preview .product_row .product_read_more {
  font-weight: bold;
  color: #c6202d;
  font-size: 17px;
  line-height: 38px;
  position: relative;
  padding-left: 32px;
  display: inline-block;
  margin-top: 17px;
  margin-bottom: 17px;
}
#products_preview .product_row .product_read_more img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#products_preview .product_row .product_read_more .more {
  display: none;
}
#products_preview .product_row .product_read_more .less {
  display: inline-block;
}
#products_preview .product_row .product_read_more.collapsed .more {
  display: inline-block;
}
#products_preview .product_row .product_read_more.collapsed .less {
  display: none;
}
#products_preview .product_row .product_more_info_link {
  font-size: 0;
}
#products_preview .product_row .product_more_info_link a {
  border: 1px solid #c6202d;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: red;
  padding: 5px 40px;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-right: 50px;
}
#products_preview .product_row .product_more_info_link a:hover {
  color: white;
  background-color: red;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  #products_preview .product_row .product_more_info_link a {
    padding: 6px 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
@media all and (max-width: 1199px) {
  #products_preview .product_row .product_more_info_link a {
    margin: 0 30px 20px 0;
  }
}
@media all and (max-width: 767px) {
  #products_preview .product_row .product_more_info_link a {
    margin: 0 0 20px;
  }
}
/* Page Recipe */
#recipes_title {
  padding: 91px 0 0;
}
@media all and (max-width: 991px) {
  #recipes_title {
    padding: 45px 0 0;
  }
}
#recipes_title h2,
#recipes_title h3 {
  color: #c6202d;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 63px;
}
@media all and (max-width: 991px) {
  #recipes_title h2,
  #recipes_title h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
#recipes_title h2 {
  font-weight: bold;
  margin-bottom: 0;
}
#recipes_title hr {
  margin: 96px 0 0;
}
@media all and (max-width: 991px) {
  #recipes_title hr {
    margin: 48px 0 0;
  }
}
.prod_recipes {
  background-color: white;
  padding: 98px 0 35px;
}
@media all and (max-width: 991px) {
  .prod_recipes {
    padding: 48px 0 13px;
  }
}
.prod_recipes:nth-child( 2n ) {
  background-color: #f7f3ec;
}
.prod_recipes h2 {
  font-size: 40px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 92px;
}
@media all and (max-width: 991px) {
  .prod_recipes h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 46px;
  }
}
@media all and (min-width: 768px) {
  .prod_recipes .col_recipe_1 {
    padding-right: 35px;
  }
}
@media all and (min-width: 992px) {
  .prod_recipes .col_recipe_1 {
    padding-right: 75px;
  }
}
@media all and (min-width: 768px) {
  .prod_recipes .col_recipe_2 {
    padding-top: 50px;
    padding-left: 35px;
  }
}
@media all and (min-width: 992px) {
  .prod_recipes .col_recipe_2 {
    padding-top: 100px;
    padding-left: 75px;
  }
}
.prod_recipes .recipe {
  color: #1b1a1a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
  display: block;
  margin-bottom: 85px;
}
.prod_recipes .recipe.last-child {
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  .prod_recipes .recipe {
    margin-bottom: 42px;
  }
}
.prod_recipes .recipe .recipe_image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0);
}
.prod_recipes .recipe .recipe_name {
  font-weight: bold;
  font-size: 34px;
  line-height: 54px;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  .prod_recipes .recipe .recipe_name {
    font-size: 24px;
    line-height: 28px;
  }
}
.prod_recipes .recipe:hover {
  color: #c6202d;
}
.prod_recipes .recipe:hover .recipe_image {
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
/* Single Recipe, News, Press Area*/
.single-recipe #product_videogallery,
.single-news #product_videogallery,
.single-press_area #product_videogallery {
  margin-bottom: 0;
}
.single-recipe #product_videogallery,
.single-news #product_videogallery,
.single-press_area #product_videogallery {
  background-color: #f7f3ec;
  padding-top: 106px;
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .single-recipe #product_videogallery,
  .single-news #product_videogallery,
  .single-press_area #product_videogallery {
    padding-top: 58px;
  }
}
#recipe_detail {
  position: relative;
  margin-bottom: 116px;
}
@media all and (min-width: 992px) {
  #recipe_detail.with_image .col-lg-4 {
    min-height: 880px;
  }
}
@media all and (max-width: 991px) {
  #recipe_detail {
    margin-bottom: 58px;
  }
}
@media all and (min-width: 992px) {
  #recipe_detail .recipe_detail_image {
    position: absolute;
    top: 0;
    z-index: 0;
    background-color: #f7f3ec;
    width: calc( 50% - 15px );
    height: 880px;
    right: calc( 50% + 15px );
  }
}
@media all and (max-width: 991px) {
  #recipe_detail .recipe_detail_image {
    margin-bottom: 25px;
  }
}
#recipe_detail .recipe_detail_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recipe_detail h2 {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 29px;
  line-height: 42px;
}
@media all and (max-width: 991px) {
  #recipe_detail h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
#recipe_detail h3 {
  font-weight: bold;
  font-size: 21px;
  line-height: 38px;
  margin-bottom: 0px;
}
@media all and (max-width: 991px) {
  #recipe_detail h3 {
    font-size: 17px;
    line-height: 27px;
  }
}
#recipe_detail h3 p:last-child {
  margin-bottom: 0;
}
#recipe_detail h3 {
  font-weight: bold;
  font-size: 21px;
  line-height: 38px;
  margin-bottom: 0px;
}
@media all and (max-width: 991px) {
  #recipe_detail h3 {
    font-size: 17px;
    line-height: 27px;
  }
}
#recipe_detail h3 p:last-child {
  margin-bottom: 0;
}
#recipe_detail .method_recipe {
  font-size: 21px;
  line-height: 38px;
  margin-bottom: 0px;
}
@media all and (max-width: 991px) {
  #recipe_detail .method_recipe {
    font-size: 17px;
    line-height: 27px;
  }
}
#recipe_detail .method_recipe p:last-child {
  margin-bottom: 0;
}
#recipe_detail .list {
  font-size: 21px;
  line-height: 38px;
  list-style: none;
  padding: 0;
}
@media all and (max-width: 991px) {
  #recipe_detail .list {
    font-size: 17px;
    line-height: 27px;
  }
}
#recipe_detail .list li {
  padding-left: 1.5em;
  font-size: 21px;
  line-height: 38px;
  position: relative;
}
@media all and (max-width: 991px) {
  #recipe_detail .list li {
    font-size: 17px;
    line-height: 27px;
  }
}
#recipe_detail .list li::before {
  content: "\2022";
  position: absolute;
  color: #c6202d;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  left: 0;
  top: 0;
  font-size: 1.5em;
  line-height: 38px;
}
@media all and (max-width: 991px) {
  #recipe_detail .list li::before {
    line-height: 24px;
  }
}
.return_archive_page {
  background-color: #f7f3ec;
  padding: 107px 0 131px;
}
@media all and (max-width: 991px) {
  .return_archive_page {
    padding: 53px 0 65px;
  }
  .return_archive_page .justify-content-center {
    text-align: center;
  }
}
.return_archive_page .share_container {
  position: relative;
}
.return_archive_page #share {
  position: absolute;
  z-index: 3;
  right: 44px;
  margin-top: 10px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
@media all and (max-width: 991px) {
  .return_archive_page #share {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -58px;
    width: 100%;
  }
}
.return_archive_page #share .btn {
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.return_archive_page #share .btn:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.return_archive_page #share .btn_facebook {
  background-color: #3b5999;
}
.return_archive_page #share .btn_twitter {
  background-color: #55acee;
}
.return_archive_page #share .btn_mail {
  background-color: #dd4b39;
}
.return_archive_page #share .btn_linkedin {
  background-color: #0077B5;
}
.return_archive_page #share .btn_whatsapp {
  background-color: #25D366;
}
.return_archive_page #share .btn_pinterest {
  background-color: #c8232c;
}
.return_archive_page a {
  border: 1px solid #c6202d;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: red;
  padding: 5px 40px;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 0 44px;
}
.return_archive_page a:hover {
  color: white;
  background-color: red;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  .return_archive_page a {
    padding: 6px 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
@media all and (max-width: 991px) {
  .return_archive_page a {
    margin: 0 0 25px;
  }
}
.return_archive_page a i {
  margin-right: 8px;
}
