/**
VARIABLES
 */
/**
 UTILITY
  */
.container .container {
  max-width: 1170px;
  padding: 0 15px !important;
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 40px solid green;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 40px solid green;
}
#header-wrap {
  border-bottom: 1px solid white;
}
.challenge {
  /**
   SECTION BANNER
    */
  /**
   SECTION TEXT-TOP
    */
  /**
   SECTION THREEBOX
    */
  /**
   SECTION ONEBOX
    */
  /**
   SEZIONE TWOBOX
    */
  /**
   SECTION OBIETTIVI
    */
}
.challenge h1,
.challenge h2,
.challenge h3,
.challenge h4,
.challenge h5,
.challenge p,
.challenge a {
  font-family: "titillium-web", "Open Sans", Helvetica, Arial, sans-serif !important;
}
.challenge + .pre-footer > .container > .row:nth-child(2) {
  display: none;
}
.challenge .img-top {
  height: 450px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1280px) {
  .challenge .img-top {
    height: 350px;
  }
}
@media (max-width: 1280px) and (max-width: 767px) {
  .challenge .img-top {
    height: 450px;
  }
}
@media (max-width: 1280px) and (max-width: 767px) and (max-width: 420px) {
  .challenge .img-top {
    height: 120px;
  }
}
.challenge .text-bottom-banner {
  padding: 35px 0;
  text-align: center;
  background: #002035;
  background: -moz-linear-gradient(to right, #002035, #0066a7);
  background: -webkit-linear-gradient(to right, #002035, #0066a7);
  background: linear-gradient(to right, #002035, #0066a7);
  color: #ffffff;
}
.challenge .text-bottom-banner h1 {
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-size: 10em;
  line-height: 0.8;
  font-weight: 900;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .challenge .text-bottom-banner h1 {
    font-size: 8em;
  }
}
@media (max-width: 1199px) and (max-width: 992px) {
  .challenge .text-bottom-banner h1 {
    font-size: 6em;
  }
}
@media (max-width: 1199px) and (max-width: 992px) and (max-width: 767px) {
  .challenge .text-bottom-banner h1 {
    font-size: 6em;
  }
}
@media (max-width: 1199px) and (max-width: 992px) and (max-width: 767px) and (max-width: 520px) {
  .challenge .text-bottom-banner h1 {
    font-size: 3.1em;
  }
}
.challenge .text-bottom-banner h1 + p {
  color: #ffffff;
  font-size: 1.55em;
  font-weight: normal;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .challenge .text-bottom-banner h1 + p {
    margin: 0 12%;
  }
}
@media (max-width: 419px) {
  .challenge .text-bottom-banner h1 + p {
    font-size: 1.3em;
  }
}
.challenge .text-bottom-banner .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}
@media (min-width: 1200px) {
  .challenge .text-bottom-banner .buttons {
    margin: 50px 0 30px;
  }
}
.challenge .text-bottom-banner .buttons .btn-challenge {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #ffffff;
  padding: 15px 50px;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #053D60;
}
@media (max-width: 767px) {
  .challenge .text-bottom-banner .buttons .btn-challenge {
    font-size: 1.55em;
    padding: 10px 40px;
  }
}
@media (max-width: 767px) and (max-width: 419px) {
  .challenge .text-bottom-banner .buttons .btn-challenge {
    font-size: 1.6em;
    padding: 10px 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .challenge .text-bottom-banner .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .challenge .text-bottom-banner .buttons .btn-challenge + .btn-challenge {
    margin-top: 30px;
  }
}
.challenge .text-bottom-banner .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}
.challenge .text-bottom-banner .numbers .col-xs-12 p {
  color: #ffffff;
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.challenge .text-bottom-banner .numbers .col-xs-12 p + p {
  font-size: 1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .challenge .text-bottom-banner .numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .challenge .text-bottom-banner .numbers .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
}
.challenge .threebox {
  padding: 0;
  text-align: left;
  background: #0F4612;
  background: -moz-linear-gradient(to right, #8dad71 50%, #0f4612 50%);
  background: -webkit-linear-gradient(to right, #8dad71 50%, #0f4612 50%);
  background: linear-gradient(to right, #8dad71 50%, #0f4612 50%);
  color: #ffffff;
  overflow: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}
@media (max-width: 991px) {
  .challenge .threebox {
    background: none;
  }
}
@media (max-width: 991px) {
  .challenge .threebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 100% !important;
  }
}
.challenge .threebox .threebox > * {
  /* flex: 1 100%;*/
}
.challenge .threebox .col-xs-12 {
  padding: 80px 50px;
}
@media (max-width: 991px) {
  .challenge .threebox .col-xs-12 {
    width: 100%;
    padding: 80px 15%;
  }
}
.challenge .threebox .col-xs-12 .arrow-down {
  position: absolute;
  bottom: -38px;
  z-index: 8;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.challenge .threebox .col-xs-12:nth-child(1) {
  /*background: #8DAD71;*/
}
.challenge .threebox .col-xs-12:nth-child(1) .arrow-down {
  border-top-color: #8DAD71;
}
.challenge .threebox .col-xs-12:nth-child(2) {
  background: #2F7F33;
  /*> p {
           border-bottom: 0;
         }*/
}
.challenge .threebox .col-xs-12:nth-child(2) .arrow-down {
  border-top-color: #2F7F33;
}
.challenge .threebox .col-xs-12:nth-child(3) {
  background: #0F4612;
}
.challenge .threebox .col-xs-12:nth-child(3) .arrow-down {
  border-top-color: #0F4612;
}
.challenge .threebox .col-xs-12 h2,
.challenge .threebox .col-xs-12 p,
.challenge .threebox .col-xs-12 a {
  color: #ffffff;
}
.challenge .threebox .col-xs-12 > h2 {
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.6;
}
.challenge .threebox .col-xs-12 > h2:nth-child(1) {
  font-weight: 100;
}
.challenge .threebox .col-xs-12 > h2:nth-child(2) {
  font-weight: 900;
}
.challenge .threebox .col-xs-12 > p {
  font-size: 1.2em;
  line-height: 1.2;
  /*border-bottom: 1px solid contrast(#0F4612);*/
  padding-bottom: 20px;
  opacity: 0.8;
}
.challenge .threebox .col-xs-12 > a {
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 700;
}
.challenge .threebox .col-xs-12 > a > span {
  position: relative;
  top: 2px;
}
.challenge .onebox {
  background: #333333;
  text-align: center;
  overflow: unset;
}
.challenge .onebox .arrow-down {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -38px;
  z-index: 8;
  border-top-color: #333333;
}
.challenge .onebox h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.6;
  text-align: center;
}
.challenge .onebox h2:nth-child(1) {
  font-weight: 100;
}
.challenge .onebox h2:nth-child(2) {
  font-weight: 900;
}
.challenge .onebox p {
  color: #ffffff;
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
  margin-top: 10px;
  opacity: 0.8;
}
.challenge .onebox p.heading-p {
  text-align: left;
  border-top: 0;
}
@media screen and (max-width: 550px) {
  .challenge .onebox p.heading-p {
    text-align: center;
  }
}
.challenge .onebox > .container > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  clear: left;
  padding-top: 30px;
  flex-wrap: wrap;
}
.challenge .onebox > .container > div:nth-child(2) > .col-xs-12 {
  padding: 30px 3% 0;
  background: transparent;
}
@media (max-width: 767px) {
  .challenge .onebox > .container > div:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .challenge .onebox > .container > div:nth-child(2) .col-xs-12 + .col-xs-12 {
    margin-top: 40px;
  }
}
.challenge .onebox .logo-azienda img {
  max-width: 80%;
  max-height: 75px;
  width: auto;
}
@media (max-width: 991px) {
  .challenge .onebox .logo-azienda img {
    max-width: 250px;
  }
}
.challenge .twobox {
  background: #ffffff;
  background: -moz-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: -webkit-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  width: 100%;
}
@media (max-width: 767px) {
  .challenge .twobox {
    background: none;
    padding: 0;
  }
}
.challenge .twobox .arrow-right {
  position: absolute;
  top: calc(50% - 40px);
  bottom: -100px;
  left: auto;
  right: -40px;
  z-index: 8;
  border-left-color: #ffffff;
}
@media (max-width: 767px) {
  .challenge .twobox .challenge .genfran-challenge-box .arrow-right {
    top: 49%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .challenge .twobox > .container {
    width: 100% !important;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .challenge .twobox > .container .col-xs-12 {
    padding: 50px 15% !important;
  }
}
.challenge .twobox > .container .col-xs-12:nth-child(1) {
  background: #ffffff;
  padding-right: 50px;
}
.challenge .twobox > .container .col-xs-12:nth-child(1) .two-logo-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .challenge .twobox > .container .col-xs-12:nth-child(1) .two-logo-container {
    justify-content: center;
  }
}
.challenge .twobox > .container .col-xs-12:nth-child(1) .two-logo-container img {
  max-width: 40%;
}
@media (max-width: 992px) {
  .challenge .twobox > .container .col-xs-12:nth-child(1) {
    text-align: left;
    padding: 80px 15%;
  }
}
.challenge .twobox > .container .col-xs-12:nth-child(1) img {
  width: 60%;
  height: auto;
  margin-bottom: 20px;
}
.challenge .twobox > .container .col-xs-12:nth-child(1) p:not(:nth-child(2)) {
  margin-bottom: 0;
}
.challenge .twobox > .container .col-xs-12:nth-child(2) {
  padding-left: 50px;
  background: #CBCBCB;
  text-align: right;
}
@media (max-width: 992px) {
  .challenge .twobox > .container .col-xs-12:nth-child(2) {
    text-align: left;
    padding: 80px 15%;
  }
}
.challenge .twobox > .container .col-xs-12:nth-child(2) > a {
  padding: 5px 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  /*&:last-of-type {
               background: #297A38;
             }*/
}
.challenge .twobox > .container .col-xs-12:nth-child(2) > a:first-of-type {
  background: #2F5F7E;
}
@media (max-width: 991px) {
  .challenge .twobox > .container .col-xs-12:nth-child(2) > a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .challenge .twobox > .container .col-xs-12:nth-child(2) > a + a {
    margin-top: 20px;
  }
}
.challenge .twobox > .container p {
  color: #333333;
  font-size: 1.2em;
  line-height: 1.2;
}
.challenge .twobox > .container p span {
  color: #2F5F7E;
  font-weight: 700;
}
.challenge .twobox > .container h2 {
  text-align: right;
  color: #333333;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.6;
}
.challenge .twobox > .container h2:nth-child(1) {
  font-weight: 100;
}
.challenge .twobox > .container h2:nth-child(2) {
  font-weight: 900;
}
@media (max-width: 992px) {
  .challenge .twobox > .container h2 {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .challenge #obiettivi_box {
    order: 1;
    background: #8DAD71;
  }
  .challenge #le_sfide_box {
    order: 3;
  }
  .challenge #la_rete_box {
    order: 6;
  }
  .challenge #obiettivi {
    order: 2;
  }
  .challenge #sfide_aperte {
    order: 4;
  }
  .challenge #sfida_gefran {
    order: 5;
  }
  .challenge #sfida_gefran .container {
    width: 100%;
    padding: 0px;
  }
  .challenge #sfida_sirti {
    order: 5;
  }
  .challenge #sfida_sirti .container {
    width: 100%;
    padding: 0px;
  }
  .challenge #sfida_reti {
    order: 5;
  }
  .challenge #sfida_reti .container {
    width: 100%;
    padding: 0px;
  }
  .challenge #sfida_bioupper {
    order: 5;
  }
  .challenge #sfida_bioupper .container {
    width: 100%;
    padding: 0px;
  }
  .challenge #sfida_cfi {
    order: 5;
  }
  .challenge #sfida_cfi .container {
    width: 100%;
    padding: 0px;
  }
  .challenge #sfida_fastweb {
    order: 5;
  }
  .challenge #sfida_fastweb .container {
    width: 100%;
    padding: 0px;
  }
  .challenge #sfida_step {
    order: 5;
  }
  .challenge #sfida_step .container {
    width: 100%;
    padding: 0px;
  }
  .challenge #sfida_step2021 {
    order: 6;
  }
  .challenge #sfida_step2021 .container {
    width: 100%;
    padding: 0px;
  }
  .challenge #sfida_vgen {
    order: 5;
  }
  .challenge #sfida_vgen .container {
    width: 100%;
    padding: 0px;
  }
  .challenge .genfran-challenge-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .challenge .genfran-challenge-box .arrow-right {
    position: absolute;
    bottom: -70px;
    top: auto;
    right: auto;
    align-self: center;
    transform: rotate(90deg);
  }
}
.challenge #sfida_gefran {
  width: 100%;
  position: relative;
}
.challenge #sfida_gefran p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_gefran:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_gefran:nth-child(2) {
  padding-left: 50px;
}
.challenge #sfida_sirti {
  width: 100%;
  position: relative;
}
.challenge #sfida_sirti .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_sirti .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_sirti p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_sirti:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_sirti:nth-child(2) {
  padding-left: 50px;
}
.challenge #sfida_reti {
  width: 100%;
  position: relative;
}
.challenge #sfida_reti .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_reti .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_reti p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_reti:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_reti:nth-child(2) {
  padding-left: 50px;
}
.challenge #sfida_cariplo {
  width: 100%;
  position: relative;
}
.challenge #sfida_cariplo .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_cariplo .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_cariplo p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_cariplo:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_cariplo:nth-child(2) {
  padding-left: 50px;
}
.challenge #sfida_bioupper {
  width: 100%;
  position: relative;
}
.challenge #sfida_bioupper .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_bioupper .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_bioupper p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_bioupper:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_bioupper:nth-child(2) {
  padding-left: 50px;
}
.challenge #sfida_rold {
  width: 100%;
  position: relative;
}
.challenge #sfida_rold .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_rold .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_rold p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_rold:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_rold:nth-child(2) {
  padding-left: 50px;
}
.challenge #sfida_ai {
  width: 100%;
  position: relative;
}
.challenge #sfida_ai .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_ai .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_ai p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_ai p > a {
  color: #000000;
}
.challenge #sfida_ai:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_ai:nth-child(2) {
  padding-left: 50px;
}
.challenge #sfida_cfi {
  width: 100%;
  position: relative;
}
.challenge #sfida_cfi .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_cfi .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_cfi p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_cfi:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_fastweb {
  width: 100%;
  position: relative;
}
.challenge #sfida_fastweb .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_fastweb .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_fastweb p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_fastweb:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_fastweb:nth-child(2) {
  padding-left: 50px;
}
.challenge #sfida_step {
  width: 100%;
  position: relative;
}
.challenge #sfida_step .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_step .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_step p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_step:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_step:nth-child(2) {
  padding-left: 50px;
}
.challenge #sfida_step2021 {
  width: 100%;
  position: relative;
}
.challenge #sfida_step2021 .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_step2021 .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_step2021 p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_step2021:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_step2021:nth-child(2) {
  padding-left: 50px;
}
.challenge #sfide_aperte_renolit img {
  max-height: 135px;
}
.challenge #sfida_renolit > .container p {
  font-size: 1.3em;
}
@media (min-width: 576px) {
  .challenge #sfida_renolit > .container .col-xs-12:nth-child(1) img {
    width: 40%;
  }
}
.challenge #sfida_vgen {
  width: 100%;
  position: relative;
}
.challenge #sfida_vgen .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_vgen .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_vgen p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_vgen:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_vgen:nth-child(2) {
  padding-left: 50px;
}
.challenge #sfida_almirall {
  width: 100%;
  position: relative;
}
.challenge #sfida_ema {
  width: 100%;
  position: relative;
}
.challenge #sfida_vogelaar {
  width: 100%;
  position: relative;
}
.challenge #sfida_tcc2020 {
  width: 100%;
  position: relative;
}
.challenge #sfida_tcc2020 .container {
  display: flex;
}
@media (max-width: 991px) {
  .challenge #sfida_tcc2020 .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_tcc2020 p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_tcc2020:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_en2 {
  width: 100%;
  position: relative;
}
.challenge #sfida_en2 .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_en2 .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_en2 p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_en2:nth-child(1) {
  padding-right: 50px;
}
.challenge #sfida_en2:nth-child(2) {
  padding-left: 50px;
}
.challenge #sfida_good-stuff {
  width: 100%;
  position: relative;
}
.challenge #sfida_good-stuff .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .challenge #sfida_good-stuff .container {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.challenge #sfida_good-stuff p {
  opacity: 1;
  padding-bottom: 0px;
}
.challenge #sfida_good-stuff:nth-child(1) {
  padding-right: 50px;
}
.challenge #obiettivi_box > p {
  border-bottom: 1px solid #ffffff;
  opacity: 0.8;
}
.challenge #le_sfide_box > p {
  border-bottom: 1px solid #ffffff;
  opacity: 0.8;
}
.challenge #la_rete_box > p {
  border-bottom: 1px solid #ffffff;
  opacity: 0.8;
}
.challenge .obiettivi {
  background: #333333;
  padding-top: 110px;
  padding-bottom: 80px;
}
.challenge .obiettivi h3 {
  color: #ffffff;
  font-size: 2.5em;
  line-height: 0.8;
  margin-bottom: 30px;
}
.challenge .obiettivi p {
  border-bottom: 0px;
  font-size: 18px;
  color: #fff;
}
.challenge .obiettivi .container {
  width: auto !important;
  max-width: 1200px;
}
@media (max-width: 992px) {
  .challenge .obiettivi .container {
    padding: 0 15%;
  }
}
@media (max-width: 560px) {
  .challenge .obiettivi .container {
    padding: 0 10%;
  }
}
.challenge #sfide_aperte,
.challenge #altre_opportunità {
  padding: 80px 0px 40px 0px;
}
.challenge #sfide_aperte p,
.challenge #altre_opportunità p {
  border-bottom: none;
  padding-top: 10px;
  font-size: 16px;
}
.challenge #altre_opportunità .image-title-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .challenge #altre_opportunità .image-title-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.challenge #altre_opportunità .image-title-container .title-container {
  margin-left: 15px;
  margin-bottom: -5px;
}
@media screen and (max-width: 550px) {
  .challenge #altre_opportunità .image-title-container .title-container {
    margin-left: 0;
  }
}
.challenge #altre_opportunità .image-title-container .title-container h2 {
  text-align: left;
}
@media screen and (max-width: 550px) {
  .challenge #altre_opportunità .image-title-container .title-container h2 {
    text-align: center;
  }
}
.challenge #altre_opportunità .image-title-container .title-container h2:nth-child(2) {
  margin-bottom: 4px;
}
@media screen and (max-width: 550px) {
  .challenge #altre_opportunità .image-title-container .title-container h2:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .challenge #altre_opportunità .image-title-container .title-container h2:nth-child(1) {
    margin-top: 20px;
  }
}
/**
 SECTION TIMELINEBOX
  */
.timelinebox {
  background: #002035;
  background: -moz-linear-gradient(to right, #002035, #0066a7);
  background: -webkit-linear-gradient(to right, #002035, #0066a7);
  background: linear-gradient(to right, #002035, #0066a7);
  color: #ffffff;
  padding: 80px 0;
  position: relative;
  z-index: auto;
  width: 100%;
  overflow: hidden;
}
.timelinebox .container {
  max-width: 1170px;
}
.timelinebox .container h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.6;
}
.timelinebox .container h2:nth-child(1) {
  font-weight: 100;
}
.timelinebox .container h2:nth-child(2) {
  font-weight: 900;
}
.timelinebox .container h3 {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-size: 1.55em;
  line-height: 0.6;
}
.timelinebox .container h3 + p {
  text-align: center;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.2;
  /*opacity: 0.8;*/
  margin: 20px 20px 30px;
}
@media (max-width: 991px) {
  .timelinebox .container h3 {
    text-align: left;
  }
  .timelinebox .container h3 + p {
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 419px) {
  .timelinebox .container h3 {
    font-size: 1.8em;
  }
}
.timelinebox .container > div:nth-child(2) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  clear: left;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .timelinebox .container > div:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.timelinebox .container > div:nth-child(2) > div {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991px) {
  .timelinebox .container > div:nth-child(2) > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
  }
}
.timelinebox .container > div:nth-child(2) > div .bullet {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .timelinebox .container > div:nth-child(2) > div .bullet {
    margin-bottom: 0;
  }
}
.timelinebox .container > div:nth-child(2) > div .bullet img {
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .timelinebox .container > div:nth-child(2) > div .bullet img {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .timelinebox .container > div:nth-child(2) > div .bullet + div {
    margin-left: 30px;
  }
}
.timelinebox .container > div:nth-child(2) > div .line {
  position: absolute;
  margin: 50% 0;
  width: 100%;
  border-top: 5px solid #fff;
  top: -70px;
  left: 0;
}
@media (max-width: 1199px) {
  .timelinebox .container > div:nth-child(2) > div .line {
    top: -45px;
  }
}
@media (max-width: 991px) {
  .timelinebox .container > div:nth-child(2) > div .line {
    top: 70%;
    transform: rotate(90deg);
  }
}
.timelinebox .container > div:nth-child(2) > div:first-child .bullet .line {
  width: 50%;
  right: -1px;
  left: auto;
}
@media (max-width: 991px) {
  .timelinebox .container > div:nth-child(2) > div:first-child .bullet .line {
    width: 100%;
  }
}
.timelinebox .container > div:nth-child(2) > div:last-child .bullet .line {
  width: 50%;
  left: -1px;
  right: auto;
}
@media (max-width: 991px) {
  .timelinebox .container > div:nth-child(2) > div:last-child .bullet .line {
    display: none;
  }
}
/**
 SECTION FORM
  */
.formbox {
  background: #D4D4D4;
  padding: 80px 0;
}
.formbox .container {
  max-width: 1170px;
}
.formbox div:first-child h2 {
  color: #494949;
  text-transform: uppercase;
  font-size: 3.3em;
  line-height: 0.8;
}
.formbox div:first-child h2:nth-child(1) {
  font-weight: 100;
  margin-bottom: 0px;
  margin-top: 20px;
}
.formbox div:first-child h2:nth-child(2) {
  font-weight: 900;
  font-size: 4.3em;
}
@media (max-width: 419px) {
  .formbox div:first-child h2 {
    line-height: 0.9;
    font-size: 2.4em;
  }
  .formbox div:first-child h2:nth-child(2) {
    font-size: 3.5em;
  }
}
.formbox .wrap-form {
  padding-top: 0;
}
.formbox .wrap-form [data-toggle="tooltip"] {
  color: #ffffff;
}
.formbox .wrap-form [data-toggle="tooltip"] .glyphicon {
  top: 4px;
}
.formbox .wrap-form .required label:after {
  content: '' !important;
}
.formbox .wrap-form .form-group label {
  color: #333333;
}
@media (max-width: 420px) {
  .formbox .wrap-form .form-group label {
    padding: 0 0 0 20px;
  }
}
.formbox .wrap-form .form-register label {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .formbox .wrap-form .form-register .col-sm-8 {
    width: 66.66666667%;
  }
}
.formbox .wrap-form .tooltip-inner {
  max-width: 550px;
  width: 550px;
  text-align: left;
}
@media (max-width: 767px) {
  .formbox .wrap-form .tooltip-inner {
    max-width: auto;
    width: auto;
  }
}
.formbox .wrap-form .wrap-login-openinnovation .title-login {
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 3em;
  font-weight: 900;
  line-height: 35px;
  margin-top: 20px;
}
.formbox .wrap-form .btn-success {
  background-color: #2F7F33 !important;
  color: #ffffff !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  margin: 30px 2px 0 0 !important;
  padding: 8px 30px !important;
  float: right !important;
  border: none !important;
}
.formbox .wrap-form .btn-success:hover {
  opacity: 0.8;
}
.formbox .wrap-form .subtitle-login,
.formbox .wrap-form p {
  font-size: 1.3em;
}
.formbox .wrap-form .m-t-30 {
  margin-top: 30px;
}
.formbox .wrap-form .form-control {
  /* override form rules */
  box-shadow: none;
  padding: 5px !important;
  line-height: 1;
  min-height: 18px;
  border: 1px solid #D4D4D4;
}
.formbox .wrap-form .form-group .help-block a {
  color: #ffffff !important;
  font-size: 1em !important;
}
.formbox .wrap-form .form-group .tooltip-field span.help-block {
  color: #ffffff !important;
  font-size: 0.8em !important;
}
.formbox .wrap-form .help-block.help-block-error {
  background-color: #a94442;
  color: #ffffff;
  padding-left: 5px;
}
.formbox .wrap-form .form-check > p {
  font-weight: bold;
}
.formbox .wrap-form ::placeholder {
  color: white !important;
  opacity: 0.7 !important;
  font-size: 15px !important;
}
@media (min-width: 420px) {
  .formbox .wrap-form .file-input .input-group .form-control {
    min-width: 300px;
  }
}
.formbox .wrap-form .social-container {
  text-align: center;
}
@media (min-width: 768px) {
  .formbox .wrap-form .social-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .formbox .wrap-form .social-container .social-buttons {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .formbox .wrap-form .social-container {
    text-align: center;
    margin-top: 50px;
  }
}
.formbox .wrap-form .social-container span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3em;
  width: auto;
}
.formbox .wrap-form .social-container span strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  .formbox .wrap-form .social-container .social-buttons {
    float: none;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.formbox .wrap-form .social-container .btn-login-social {
  font-size: 1em !important;
  padding: 2px !important;
  width: 25px !important;
  height: 25px !important;
  color: #123313 !important;
  background-color: #ffffff !important;
  margin: 0 !important;
  opacity: 1 !important;
}
.formbox .wrap-form .social-container .btn-login-social > span {
  color: #123313 !important;
}
.formbox .wrap-form .social-container .btn-login-social.btn-facebook:hover {
  background-color: #3b5998 !important;
  opacity: 1 !important;
}
.formbox .wrap-form .social-container .btn-login-social.btn-facebook:hover > span {
  color: #ffffff !important;
}
.formbox .wrap-form .social-container .btn-login-social.btn-twitter:hover {
  background-color: #00aced !important;
  opacity: 1 !important;
}
.formbox .wrap-form .social-container .btn-login-social.btn-twitter:hover > span {
  color: #ffffff !important;
}
.formbox .wrap-form .social-container .btn-login-social.btn-linkedin:hover {
  background-color: #007bb6 !important;
  opacity: 1 !important;
}
.formbox .wrap-form .social-container .btn-login-social.btn-linkedin:hover > span {
  color: #ffffff !important;
}
.formbox .wrap-form .social-container .btn-login-social.btn-spid {
  width: 70px !important;
  text-decoration: none !important;
}
.formbox .wrap-form .social-container .btn-login-social.btn-spid > span {
  line-height: 1;
  position: relative;
  top: 1px;
}
.formbox .wrap-form .social-container .btn-login-social.btn-spid:hover {
  text-decoration: none !important;
  background-color: #06c !important;
  opacity: 1 !important;
}
.formbox .wrap-form .social-container .btn-login-social.btn-spid:hover > span {
  line-height: 1;
  color: #ffffff !important;
}
.formbox .wrap-form .social-container .btn-login-social + .btn-login-social {
  margin-left: 10px !important;
}
.formbox .wrap-form #user-logged-info h3,
.formbox .wrap-form #user-logged-info h4 {
  color: #ffffff;
}
@media (max-width: 991px) {
  .formbox .wrap-form {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .formbox .wrap-form .subtitle-form {
    text-align: center;
  }
}
.formbox .wrap-form .terms {
  background-color: transparent;
  padding: 15px 0;
}
.formbox .wrap-form .terms a,
.formbox .wrap-form .terms p,
.formbox .wrap-form .terms label.radio-inline {
  font-size: 1em;
  margin-right: 20px;
}
.formbox .wrap-form .terms a + .radio-inline,
.formbox .wrap-form .terms p + .radio-inline,
.formbox .wrap-form .terms label.radio-inline + .radio-inline {
  margin: 0 !important;
}
.formbox .wrap-form .terms p.privacy {
  margin-bottom: 0;
}
.formbox .wrap-form .terms input[type="radio"] {
  background-color: transparent !important;
  background: transparent !important;
  top: 3px;
}
.formbox .wrap-form .pull-right .btn-success {
  margin: 0 !important;
}
.gefran-page h1,
.en1-page h1,
.en2-page h1,
.gefran-page h2,
.en1-page h2,
.en2-page h2,
.gefran-page h3,
.en1-page h3,
.en2-page h3,
.gefran-page h4,
.en1-page h4,
.en2-page h4,
.gefran-page h5,
.en1-page h5,
.en2-page h5,
.gefran-page p,
.en1-page p,
.en2-page p,
.gefran-page a,
.en1-page a,
.en2-page a,
.gefran-page li,
.en1-page li,
.en2-page li {
  font-family: "titillium-web", "Open Sans", Helvetica, Arial, sans-serif !important;
  color: #333333;
}
.gefran-page + .pre-footer > .container > .row:nth-child(2),
.en1-page + .pre-footer > .container > .row:nth-child(2),
.en2-page + .pre-footer > .container > .row:nth-child(2) {
  display: none;
}
.gefran-page .img-top,
.en1-page .img-top,
.en2-page .img-top {
  padding: 0;
}
.gefran-page .img-top img,
.en1-page .img-top img,
.en2-page .img-top img {
  /* border-top: 50px solid #051723;
      border-bottom: 50px solid #051723;*/
  width: 100%;
  display: block;
  height: auto;
}
.gefran-page .text-bottom-banner,
.en1-page .text-bottom-banner,
.en2-page .text-bottom-banner {
  padding-top: 0;
  padding-bottom: 80px;
  background: #001B2C;
  background: -moz-linear-gradient(to right, #001b2c, #006bae);
  background: -webkit-linear-gradient(to right, #001b2c, #006bae);
  background: linear-gradient(to right, #001b2c, #006bae);
  color: #ffffff;
  text-align: center;
}
.gefran-page .text-bottom-banner h1,
.en1-page .text-bottom-banner h1,
.en2-page .text-bottom-banner h1 {
  font-size: 55px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  padding-top: 80px;
}
.gefran-page .text-bottom-banner p,
.en1-page .text-bottom-banner p,
.en2-page .text-bottom-banner p {
  font-size: 28px;
  color: #ffffff;
  margin: 0;
  padding-bottom: 20px;
}
.gefran-page .twobox,
.en1-page .twobox,
.en2-page .twobox {
  padding: 80px 0;
  background: #ffffff;
  background: -moz-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: -webkit-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
}
@media (min-width: 768px) {
  .gefran-page .twobox > .container,
  .en1-page .twobox > .container,
  .en2-page .twobox > .container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .gefran-page .twobox,
  .en1-page .twobox,
  .en2-page .twobox {
    background: none;
  }
}
.gefran-page .twobox .arrow-right,
.en1-page .twobox .arrow-right,
.en2-page .twobox .arrow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 49.5%;
  z-index: 8;
  border-left-color: #ffffff;
}
@media (max-width: 767px) {
  .gefran-page .twobox .arrow-right,
  .en1-page .twobox .arrow-right,
  .en2-page .twobox .arrow-right {
    top: 43%;
    left: 20%;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .gefran-page .twobox > .container,
  .en1-page .twobox > .container,
  .en2-page .twobox > .container {
    width: 100% !important;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .gefran-page .twobox > .container .col-xs-12,
  .en1-page .twobox > .container .col-xs-12,
  .en2-page .twobox > .container .col-xs-12 {
    padding: 50px 15% !important;
  }
}
.gefran-page .twobox > .container .col-xs-12:nth-child(1),
.en1-page .twobox > .container .col-xs-12:nth-child(1),
.en2-page .twobox > .container .col-xs-12:nth-child(1) {
  background: #ffffff;
  padding-right: 50px;
}
.gefran-page .twobox > .container .col-xs-12:nth-child(1) img,
.en1-page .twobox > .container .col-xs-12:nth-child(1) img,
.en2-page .twobox > .container .col-xs-12:nth-child(1) img {
  width: 80%;
}
.gefran-page .twobox > .container .col-xs-12:nth-child(2),
.en1-page .twobox > .container .col-xs-12:nth-child(2),
.en2-page .twobox > .container .col-xs-12:nth-child(2) {
  padding-left: 50px;
  background: #CBCBCB;
  text-align: center;
  position: relative;
  top: 0;
}
@media (max-width: 767px) {
  .gefran-page .twobox > .container .col-xs-12:nth-child(2),
  .en1-page .twobox > .container .col-xs-12:nth-child(2),
  .en2-page .twobox > .container .col-xs-12:nth-child(2) {
    text-align: left;
  }
}
.gefran-page .twobox > .container .col-xs-12:nth-child(2) > a,
.en1-page .twobox > .container .col-xs-12:nth-child(2) > a,
.en2-page .twobox > .container .col-xs-12:nth-child(2) > a {
  text-align: center;
  padding: 5px 30px;
  color: #ffffff;
  text-decoration: none !important;
  font-size: 20px;
}
.gefran-page .twobox > .container .col-xs-12:nth-child(2) > a:first-of-type,
.en1-page .twobox > .container .col-xs-12:nth-child(2) > a:first-of-type,
.en2-page .twobox > .container .col-xs-12:nth-child(2) > a:first-of-type {
  background: #47738E;
}
@media (max-width: 991px) {
  .gefran-page .twobox > .container .col-xs-12:nth-child(2) > a,
  .en1-page .twobox > .container .col-xs-12:nth-child(2) > a,
  .en2-page .twobox > .container .col-xs-12:nth-child(2) > a {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.gefran-page .twobox > .container h2,
.en1-page .twobox > .container h2,
.en2-page .twobox > .container h2 {
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  font-size: 3.1em;
  line-height: 0.8;
  padding-bottom: 10px;
}
.gefran-page .twobox > .container h2:nth-child(2),
.en1-page .twobox > .container h2:nth-child(2),
.en2-page .twobox > .container h2:nth-child(2) {
  font-weight: 100;
  font-size: 2.2em;
  margin-bottom: 20px;
}
.gefran-page .twobox > .container h2:nth-child(1),
.en1-page .twobox > .container h2:nth-child(1),
.en2-page .twobox > .container h2:nth-child(1) {
  font-weight: 900;
}
.gefran-page .text-box,
.en1-page .text-box,
.en2-page .text-box {
  padding: 100px 0;
  margin-bottom: 0;
}
.gefran-page .text-box img,
.en1-page .text-box img,
.en2-page .text-box img {
  max-width: 80% !important;
}
.gefran-page .text-box.azienda,
.en1-page .text-box.azienda,
.en2-page .text-box.azienda {
  background-color: #333333;
  color: #ffffff;
}
.gefran-page .text-box.azienda h2,
.en1-page .text-box.azienda h2,
.en2-page .text-box.azienda h2,
.gefran-page .text-box.azienda h3,
.en1-page .text-box.azienda h3,
.en2-page .text-box.azienda h3 {
  color: #ffffff;
}
.gefran-page .text-box.azienda h3,
.en1-page .text-box.azienda h3,
.en2-page .text-box.azienda h3 {
  line-height: 1.5;
  font-weight: normal;
}
.gefran-page .text-box.challenge h3,
.en1-page .text-box.challenge h3,
.en2-page .text-box.challenge h3 {
  color: #47738E;
}
.gefran-page .text-box.challenge .video,
.en1-page .text-box.challenge .video,
.en2-page .text-box.challenge .video {
  margin-top: 50px;
}
.gefran-page .text-box h2,
.en1-page .text-box h2,
.en2-page .text-box h2 {
  font-size: 3.1em;
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.gefran-page .text-box h3,
.en1-page .text-box h3,
.en2-page .text-box h3,
.gefran-page .text-box h4,
.en1-page .text-box h4,
.en2-page .text-box h4 {
  font-size: 1.55em;
}
.gefran-page .text-box p,
.en1-page .text-box p,
.en2-page .text-box p,
.gefran-page .text-box li,
.en1-page .text-box li,
.en2-page .text-box li {
  font-size: 1.2em;
}
.gefran-page .text-box img,
.en1-page .text-box img,
.en2-page .text-box img {
  max-width: 278px;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .gefran-page .text-box .col-md-6,
  .en1-page .text-box .col-md-6,
  .en2-page .text-box .col-md-6 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .gefran-page .text-bottom-banner .container,
  .en1-page .text-bottom-banner .container,
  .en2-page .text-bottom-banner .container {
    width: 100% !important;
  }
  .gefran-page .text-bottom-banner .container h1,
  .en1-page .text-bottom-banner .container h1,
  .en2-page .text-bottom-banner .container h1 {
    padding-top: 50px;
  }
  .gefran-page .twobox,
  .en1-page .twobox,
  .en2-page .twobox {
    padding: 0;
  }
  .gefran-page .twobox > .container .col-xs-12:nth-child(1),
  .en1-page .twobox > .container .col-xs-12:nth-child(1),
  .en2-page .twobox > .container .col-xs-12:nth-child(1) {
    text-align: center;
  }
  .gefran-page .twobox > .container .col-xs-12:nth-child(1) img,
  .en1-page .twobox > .container .col-xs-12:nth-child(1) img,
  .en2-page .twobox > .container .col-xs-12:nth-child(1) img {
    margin: 0;
  }
  .gefran-page .twobox .arrow-right,
  .en1-page .twobox .arrow-right,
  .en2-page .twobox .arrow-right {
    top: 14vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  .gefran-page .twobox .arrow-right,
  .en1-page .twobox .arrow-right,
  .en2-page .twobox .arrow-right {
    top: 13vh;
  }
}
.gefran-page .bottom-button,
.en1-page .bottom-button,
.en2-page .bottom-button {
  text-align: center;
  margin-top: 50px;
}
.gefran-page .bottom-button a,
.en1-page .bottom-button a,
.en2-page .bottom-button a {
  color: #ffffff;
  background: #47738E;
  text-decoration: none !important;
  padding: 5px 30px;
  font-size: 20px;
}
@media (max-width: 420px) {
  .gefran-page .text-bottom-banner .container,
  .en1-page .text-bottom-banner .container,
  .en2-page .text-bottom-banner .container {
    width: 100% !important;
  }
  .gefran-page .text-bottom-banner .container h1,
  .en1-page .text-bottom-banner .container h1,
  .en2-page .text-bottom-banner .container h1 {
    font-size: 40px;
  }
}
.sirti-page img.sirti-logo {
  margin-top: 0 !important;
  width: auto !important;
  height: auto !important;
  max-height: 100px;
}
.sirti-challenge-box {
  padding-top: 60px !important;
}
.sirti-challenge-box img {
  max-height: 110px;
}
.sirti-sfida-box {
  padding-top: 90px !important;
}
@media (max-width: 767px) {
  .gefran-page.sirti-page .twobox .arrow-right {
    top: 43%;
  }
}
@media (max-width: 419px) {
  .gefran-page.sirti-page .twobox > .container h2 {
    font-size: 2.3em;
  }
  .gefran-page.sirti-page .text-box h2 {
    font-size: 3em;
  }
}
.reti-page img.reti-logo {
  margin-top: 0 !important;
  width: auto !important;
  height: auto !important;
  max-height: 100px;
}
@media (min-width: 768px) {
  .reti-page .twobox > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .reti-page .twobox > .arrow-right {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .reti-page .twobox .arrow-right {
    top: 55%;
  }
}
@media (max-width: 380px) {
  .reti-page .twobox .arrow-right {
    top: 52%;
  }
}
.reti-page .img-bottom img {
  width: 100%;
  max-width: 100%;
}
.reti-page .bottom-button {
  text-align: center;
  margin-top: 50px;
}
.reti-page .bottom-button a {
  color: #ffffff;
  background: #47738E;
  text-decoration: none !important;
  padding: 5px 30px;
  font-size: 20px;
}
@media (max-width: 419px) {
  .reti-page .text-bottom-banner .container h1 {
    font-size: 32px;
  }
}
.cariplo-page .text-box .col-md-6 img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .cariplo-page .twobox .arrow-right {
    top: 72%;
  }
}
@media (max-width: 650px) {
  .cariplo-page .twobox .arrow-right {
    top: 65%;
  }
}
@media (max-width: 380px) {
  .cariplo-page .twobox .arrow-right {
    top: 62%;
  }
}
@media (max-width: 767px) {
  .rold-page .twobox .arrow-right {
    top: 72%;
  }
}
@media (max-width: 650px) {
  .rold-page .twobox .arrow-right {
    top: 65%;
  }
}
@media (max-width: 380px) {
  .rold-page .twobox .arrow-right {
    top: 62%;
  }
}
.rold-page .btn-call-to-action {
  background: #47738E;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 30px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 20px;
  display: block;
  white-space: normal;
}
@media (max-width: 767px) {
  .ai-industry-page .twobox .arrow-right {
    top: 72%;
  }
}
@media (max-width: 650px) {
  .ai-industry-page .twobox .arrow-right {
    top: 65%;
  }
}
@media (max-width: 380px) {
  .ai-industry-page .twobox .arrow-right {
    top: 62%;
  }
}
.ai-industry-page .btn-call-to-action {
  background: #47738E;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 30px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 20px;
  display: block;
  white-space: normal;
}
.ai-industry-page .timeline-gefran {
  font-size: 21px;
  line-height: 24px;
  padding: 0;
}
.wrap-countdown {
  padding: 0;
  position: relative;
}
.wrap-countdown .container {
  width: 100%;
}
.wrap-countdown #countdownGefran {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  background: transparent;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.wrap-countdown #countdownGefran p {
  margin-bottom: 0;
  color: #333333 !important;
}
.wrap-countdown #countdownGefran > div {
  width: auto;
  background: transparent;
  border-radius: 10px;
}
.wrap-countdown #countdownGefran > div > div:first-child {
  font-size: 30px;
  line-height: 0.8;
}
.wrap-countdown #countdownGefran > div > div:last-child {
  background: transparent;
}
.wrap-countdown #countdownGefran > div > div:last-child p {
  font-size: 20px;
  padding: 5px;
}
@media (max-width: 991px) and (max-width: 419px) {
  .wrap-countdown #countdownGefran > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-countdown #countdownGefran .wrap-countdown .container {
    width: 100%;
  }
}
.cfi-page .twobox > .container .col-xs-12:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.cfi-page .twobox > .container .col-xs-12:nth-child(2) > a {
  background: #47738E;
  min-width: 50%;
}
.cfi-page .twobox > .container .col-xs-12:nth-child(2) > a + a {
  margin-top: 10px;
}
.cfi-page .text-box h2 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cfi-page .twobox .arrow-right {
    top: 42%;
  }
}
@media (max-width: 650px) {
  .cfi-page .twobox .arrow-right {
    top: 37%;
  }
}
@media (max-width: 380px) {
  .cfi-page .twobox .arrow-right {
    top: 34%;
  }
}
.abb-page .twobox > .container .col-xs-12:nth-child(1) {
  background: none;
  padding-right: 50px;
}
.abb-page .twobox {
  background: #ffffff;
  background: -moz-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: -webkit-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
}
@media (max-width: 991px) {
  .abb-page .twobox {
    background: none;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .abb-page .twobox .arrow-right {
    top: 47%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-top-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .abb-page .twobox > .container {
    width: 100% !important;
    padding: 0;
  }
}
.abb-page .twobox > .container p {
  line-height: normal;
}
@media (max-width: 991px) {
  .abb-page .twobox > .container {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .abb-page .twobox > .container .col-xs-12 {
    padding: 80px 15% !important;
  }
}
@media (max-width: 991px) {
  .abb-page .twobox > .container .col-xs-12 {
    width: 100%;
  }
}
.abb-page .twobox > .container .col-xs-12:nth-child(1) {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .abb-page .twobox > .container .col-xs-12:nth-child(1) {
    /*text-align: left;*/
    padding: 80px 15%;
  }
}
.abb-page .twobox > .container .col-xs-12:nth-child(1) img {
  width: 30% !important;
  height: 30% !important;
  margin-bottom: 20px;
}
.abb-page .twobox > .container .col-xs-12:nth-child(2) {
  padding-left: 50px;
  background: #CBCBCB;
  text-align: right;
}
@media (max-width: 992px) {
  .abb-page .twobox > .container .col-xs-12:nth-child(2) {
    text-align: center;
    padding: 80px 15%;
  }
}
.abb-page .twobox > .container .col-xs-12:nth-child(2) > a {
  padding: 5px 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  /*&:last-of-type {
                background: #297A38;
              }*/
}
.abb-page .twobox > .container .col-xs-12:nth-child(2) > a:first-of-type {
  background: #2F5F7E;
}
@media (max-width: 991px) {
  .abb-page .twobox > .container .col-xs-12:nth-child(2) > a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .abb-page .twobox > .container .col-xs-12:nth-child(2) > a + a {
    margin-top: 20px;
  }
}
.abb-page .twobox > .container p {
  color: #333333;
  font-size: 1.5em;
  line-height: 1.2;
}
.abb-page .twobox > .container p span {
  color: #2F5F7E;
  font-weight: 700;
}
.abb-page .twobox > .container h2 {
  text-align: right;
  color: #333333;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.6;
}
.abb-page .twobox > .container h2:nth-child(1) {
  font-weight: 100;
}
.abb-page .twobox > .container h2:nth-child(2) {
  font-weight: 900;
  font-size: 3em;
}
@media (max-width: 992px) {
  .abb-page .twobox > .container h2 {
    text-align: center;
  }
}
.abb-page section.text-box h3 {
  line-height: 1.5 !important;
}
.abb-page p,
.abb-page ul {
  line-height: normal;
}
.abb-page ul.timeline-list p {
  font-size: 1em;
}
.abb-page .wrap-countdown-abb {
  position: relative;
  padding: 80px 0;
  background-color: #333333;
  background: linear-gradient(to right, #222222 0%, #333333 100%);
  color: #FFF;
}
.abb-page .wrap-countdown-abb h2 {
  color: #FFF;
  margin-bottom: 50px;
  font-size: 4em;
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.abb-page .wrap-countdown-abb h3 {
  color: #FFF;
}
.abb-page .wrap-countdown-abb a {
  color: #CBCBCB;
  font-size: 20px;
}
.abb-page .wrap-countdown-abb #countdownLandingAbb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  background: transparent;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 30px;
}
.abb-page .wrap-countdown-abb #countdownLandingAbb p {
  margin-bottom: 0;
  color: #FFF !important;
}
.abb-page .wrap-countdown-abb #countdownLandingAbb > div {
  width: auto;
  background: transparent;
  border-radius: 10px;
}
.abb-page .wrap-countdown-abb #countdownLandingAbb > div > div:first-child {
  font-size: 30px;
  line-height: 0.8;
}
.abb-page .wrap-countdown-abb #countdownLandingAbb > div > div:last-child {
  background: transparent;
}
.abb-page .wrap-countdown-abb #countdownLandingAbb > div > div:last-child p {
  font-size: 20px;
  padding: 5px;
}
@media (max-width: 991px) and (max-width: 419px) {
  .abb-page .wrap-countdown-abb #countdownLandingAbb > div {
    width: 50%;
  }
}
.abb-page .agenda-challenge {
  background: linear-gradient(to right, #333333 0%, #444444 100%);
}
.abb-page .agenda-challenge h2 {
  color: #FFF;
  margin-bottom: 50px;
  font-size: 4em;
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.abb-page .agenda-challenge .programma h4 {
  font-size: 28px;
  color: #FFF;
}
.abb-page .agenda-challenge .programma p {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 12px;
}
.hitachi-page .twobox > .container .col-xs-12:nth-child(1) {
  background: none;
  padding-right: 50px;
}
.hitachi-page .twobox {
  background: #ffffff;
  background: -moz-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: -webkit-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
}
@media (max-width: 991px) {
  .hitachi-page .twobox {
    background: none;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .hitachi-page .twobox .arrow-right {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-top-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .hitachi-page .twobox > .container {
    width: 100% !important;
    padding: 0;
  }
}
.hitachi-page .twobox > .container p {
  line-height: normal;
}
@media (max-width: 991px) {
  .hitachi-page .twobox > .container {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .hitachi-page .twobox > .container .col-xs-12 {
    padding: 50px 15% !important;
  }
}
@media (max-width: 991px) {
  .hitachi-page .twobox > .container .col-xs-12 {
    width: 100%;
  }
}
.hitachi-page .twobox > .container .col-xs-12:nth-child(1) {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .hitachi-page .twobox > .container .col-xs-12:nth-child(1) {
    text-align: center;
    padding: 80px 15%;
  }
}
.hitachi-page .twobox > .container .col-xs-12:nth-child(1) img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.hitachi-page .twobox > .container .col-xs-12:nth-child(1) p:not(:nth-child(2)) {
  margin-bottom: 0;
}
.hitachi-page .twobox > .container .col-xs-12:nth-child(2) {
  padding-left: 50px;
  background: #CBCBCB;
  text-align: right;
}
@media (max-width: 992px) {
  .hitachi-page .twobox > .container .col-xs-12:nth-child(2) {
    text-align: center;
    padding: 80px 15%;
  }
}
.hitachi-page .twobox > .container .col-xs-12:nth-child(2) > a {
  padding: 5px 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  /*&:last-of-type {
              background: #297A38;
            }*/
}
.hitachi-page .twobox > .container .col-xs-12:nth-child(2) > a:first-of-type {
  background: #2F5F7E;
}
@media (max-width: 991px) {
  .hitachi-page .twobox > .container .col-xs-12:nth-child(2) > a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .hitachi-page .twobox > .container .col-xs-12:nth-child(2) > a + a {
    margin-top: 20px;
  }
}
.hitachi-page .twobox > .container p {
  color: #333333;
  font-size: 1.5em;
  line-height: 1.2;
}
.hitachi-page .twobox > .container p span {
  color: #2F5F7E;
  font-weight: 700;
}
.hitachi-page .twobox > .container h2 {
  text-align: right;
  color: #333333;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.6;
}
.hitachi-page .twobox > .container h2:nth-child(1) {
  font-weight: 100;
}
.hitachi-page .twobox > .container h2:nth-child(2) {
  font-weight: 900;
  font-size: 3em;
}
@media (max-width: 992px) {
  .hitachi-page .twobox > .container h2 {
    text-align: center;
  }
}
.hitachi-page section.text-box h3 {
  line-height: 1.5 !important;
}
.hitachi-page p,
.hitachi-page ul {
  line-height: normal;
}
.hitachi-page ul.timeline-list p {
  font-size: 1em;
}
.tenova-page section.text-bottom-banner h1 {
  padding-bottom: 10px;
}
.tenova-page section.text-box h4 {
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tenova-page section.text-box h3 {
  line-height: 1.5 !important;
}
.tenova-page section.text-box h2 {
  margin-bottom: 50px !important;
}
.tenova-page section.text-box p,
.tenova-page section.text-box ul {
  line-height: normal;
  margin-bottom: 20px;
}
.tenova-page section.text-box ul.timeline-list p {
  font-size: 1em;
}
.tenova-page .twobox > .container p {
  font-size: 1.5em;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .tenova-page .twobox > .container p {
    text-align: center;
  }
}
.tenova-page .twobox > .container p span {
  color: #2f5f7e;
  font-weight: 700;
}
.tenova-page .twobox > .container .col-xs-12:nth-child(2) {
  text-align: right;
  padding-top: 80px !important;
}
.tenova-page .twobox > .container .arrow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .tenova-page .twobox > .container .arrow-right {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .tenova-page .twobox > .container .arrow-right {
    display: inherit;
  }
}
.tenova-page .twobox > .container h2:nth-child(1) {
  font-weight: 100 !important;
}
.tenova-page .twobox > .container h2:nth-child(2) {
  font-size: 3em;
  margin-bottom: 0px;
}
.tenova-page .twobox > .container h2 {
  text-align: right;
  color: #333333;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.8em;
  font-weight: 900;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .tenova-page .twobox > .container h2 {
    text-align: center;
  }
}
.tenova-page .wrap-countdown-tenova {
  position: relative;
  padding: 80px 0;
  background-color: #333333;
  background: linear-gradient(to right, #222222 0%, #333333 100%);
  color: #FFF;
}
.tenova-page .wrap-countdown-tenova h2 {
  color: #FFF;
  margin-bottom: 50px;
  font-size: 4em;
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tenova-page .wrap-countdown-tenova h3,
.tenova-page .wrap-countdown-tenova h4 {
  color: #FFF;
}
.tenova-page .wrap-countdown-tenova a {
  color: #CBCBCB;
  font-size: 20px;
}
.tenova-page .wrap-countdown-tenova #countdownLandingTenova {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  background: transparent;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 30px;
}
.tenova-page .wrap-countdown-tenova #countdownLandingTenova p {
  margin-bottom: 0;
  color: #FFF !important;
}
.tenova-page .wrap-countdown-tenova #countdownLandingTenova > div {
  width: auto;
  background: transparent;
  border-radius: 10px;
}
.tenova-page .wrap-countdown-tenova #countdownLandingTenova > div > div:first-child {
  font-size: 30px;
  line-height: 0.8;
}
.tenova-page .wrap-countdown-tenova #countdownLandingTenova > div > div:last-child {
  background: transparent;
}
.tenova-page .wrap-countdown-tenova #countdownLandingTenova > div > div:last-child p {
  font-size: 20px;
  padding: 5px;
}
@media (max-width: 991px) and (max-width: 419px) {
  .tenova-page .wrap-countdown-tenova #countdownLandingTenova > div {
    width: 50%;
  }
}
.tenova-page .agenda-challenge {
  background: linear-gradient(to right, #333333 0%, #444444 100%);
}
.tenova-page .agenda-challenge h2 {
  color: #FFF;
  margin-bottom: 50px;
  font-size: 4em;
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tenova-page .agenda-challenge .programma h4 {
  font-size: 28px;
  color: #FFF;
}
.tenova-page .agenda-challenge .programma p {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 12px;
}
.aimag-page .img-top > img {
  display: block;
}
@media (min-width: 768px) {
  .aimag-page .img-top > img:not(:first-child) {
    display: none;
  }
}
@media (max-width: 767px) {
  .aimag-page .img-top > img:first-child {
    display: none;
  }
}
.aimag-page .twobox > .container .col-xs-12:nth-child(1) {
  background: none;
  padding-right: 90px !important;
}
.aimag-page .twobox > .container .col-xs-12:nth-child(2) {
  text-align: center !important;
}
.aimag-page .twobox {
  background: #ffffff;
  background: -moz-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: -webkit-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
}
@media (max-width: 991px) {
  .aimag-page .twobox {
    background: none;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .aimag-page .twobox .arrow-right {
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-top-color: #ffffff;
  }
}
@media (max-width: 460px) {
  .aimag-page .twobox .arrow-right {
    top: 50%;
  }
}
@media (max-width: 300px) {
  .aimag-page .twobox .arrow-right {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .aimag-page .twobox > .container {
    width: 100% !important;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .aimag-page .twobox > .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.aimag-page .twobox > .container p {
  line-height: normal;
}
@media (max-width: 991px) {
  .aimag-page .twobox > .container {
    display: inherit;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .aimag-page .twobox > .container .col-xs-12 {
    padding: 50px 15% !important;
  }
}
@media (max-width: 991px) {
  .aimag-page .twobox > .container .col-xs-12 {
    width: 100%;
  }
}
.aimag-page .twobox > .container .col-xs-12:nth-child(1) {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .aimag-page .twobox > .container .col-xs-12:nth-child(1) {
    text-align: center;
    padding: 80px 15%;
  }
}
.aimag-page .twobox > .container .col-xs-12:nth-child(1) img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  max-width: 320px;
}
.aimag-page .twobox > .container .col-xs-12:nth-child(1) p:not(:nth-child(2)) {
  margin-bottom: 0;
}
.aimag-page .twobox > .container .col-xs-12:nth-child(2) {
  padding-left: 50px;
  background: #CBCBCB;
  text-align: center;
}
@media (max-width: 992px) {
  .aimag-page .twobox > .container .col-xs-12:nth-child(2) {
    text-align: center;
    padding: 80px 15%;
  }
}
.aimag-page .twobox > .container .col-xs-12:nth-child(2) > a {
  padding: 5px 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  /*&:last-of-type {
              background: #297A38;
            }*/
}
.aimag-page .twobox > .container .col-xs-12:nth-child(2) > a:first-of-type {
  background: #2F5F7E;
}
@media (max-width: 991px) {
  .aimag-page .twobox > .container .col-xs-12:nth-child(2) > a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .aimag-page .twobox > .container .col-xs-12:nth-child(2) > a + a {
    margin-top: 20px;
  }
}
.aimag-page .twobox > .container p {
  color: #333333;
  font-size: 1.5em;
  line-height: 1.2;
}
.aimag-page .twobox > .container p span {
  color: #2F5F7E;
  font-weight: 700;
}
.aimag-page .twobox > .container h2 {
  text-align: right;
  color: #333333;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.6;
}
.aimag-page .twobox > .container h2:nth-child(1) {
  font-weight: 100;
}
.aimag-page .twobox > .container h2:nth-child(2) {
  font-weight: 900;
  font-size: 3em;
}
@media (max-width: 992px) {
  .aimag-page .twobox > .container h2 {
    text-align: center;
  }
}
.aimag-page section.text-box h3 {
  line-height: 1.5 !important;
}
.aimag-page section.text-box.azienda p {
  color: white;
}
.aimag-page section.text-box.azienda p a {
  color: white !important;
}
.aimag-page p,
.aimag-page ul {
  line-height: normal;
}
.aimag-page ul.timeline-list p {
  font-size: 1em;
}
.aimag-page .text-box img {
  max-width: 100% !important;
}
.abb-page .wrap-form .form-date.form-register > .row:nth-child(n+7) > div,
.hitachi-page .wrap-form .form-date.form-register > .row:nth-child(n+7) > div,
.tenori-page .wrap-form .form-date.form-register > .row:nth-child(n+7) > div,
.tenova-page .wrap-form .form-date.form-register > .row:nth-child(n+7) > div {
  width: 100%;
}
#sfide_aperte_fastweb,
#sfide_aperte_almirall {
  cursor: pointer !important;
}
.no-date {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-date span {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .fastweb-page .img-top {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .fastweb-page .img-top {
    max-height: 400px;
  }
}
@media (max-width: 620px) {
  .fastweb-page .text-bottom-banner .container h1 {
    font-size: 42px;
  }
}
@media (max-width: 620px) and (min-width: 421px) {
  .fastweb-page .text-bottom-banner .container h1 {
    font-size: 42px;
  }
}
@media (max-width: 420px) {
  .fastweb-page .text-bottom-banner .container h1 {
    font-size: 32px;
  }
}
.fastweb-page .twobox > .container .col-xs-12:nth-child(1) {
  background: none;
  /*padding-right: 90px !important;
       padding-left: 0 !important;*/
}
.fastweb-page .twobox > .container .col-xs-12:nth-child(2) {
  text-align: center !important;
}
.fastweb-page .twobox {
  background: #ffffff;
  background: -moz-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: -webkit-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
}
@media (max-width: 991px) {
  .fastweb-page .twobox {
    background: none;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .fastweb-page .twobox .arrow-right {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-top-color: #ffffff;
  }
}
@media (max-width: 460px) {
  .fastweb-page .twobox .arrow-right {
    top: 45%;
  }
}
@media (max-width: 350px) {
  .fastweb-page .twobox .arrow-right {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .fastweb-page .twobox > .container {
    width: 100% !important;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .fastweb-page .twobox > .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.fastweb-page .twobox > .container p {
  line-height: normal;
}
@media (max-width: 991px) {
  .fastweb-page .twobox > .container {
    display: inherit;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fastweb-page .twobox > .container .col-xs-12 {
    padding: 50px 15% !important;
  }
}
@media (max-width: 991px) {
  .fastweb-page .twobox > .container .col-xs-12 {
    width: 100%;
  }
}
.fastweb-page .twobox > .container .col-xs-12:nth-child(1) {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .fastweb-page .twobox > .container .col-xs-12:nth-child(1) {
    text-align: center;
    padding: 80px 15%;
  }
}
.fastweb-page .twobox > .container .col-xs-12:nth-child(1) img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  max-width: 320px;
}
.fastweb-page .twobox > .container .col-xs-12:nth-child(1) p:not(:nth-child(2)) {
  margin-bottom: 0;
}
.fastweb-page .twobox > .container .col-xs-12:nth-child(2) {
  padding-left: 50px;
  background: #CBCBCB;
  text-align: center;
}
@media (max-width: 991px) {
  .fastweb-page .twobox > .container .col-xs-12:nth-child(2) {
    text-align: center;
    padding: 80px 15%;
  }
}
.fastweb-page .twobox > .container .col-xs-12:nth-child(2) > a {
  padding: 5px 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  /*&:last-of-type {
                 background: #297A38;
               }*/
}
.fastweb-page .twobox > .container .col-xs-12:nth-child(2) > a:first-of-type {
  background: #2F5F7E;
}
@media (max-width: 991px) {
  .fastweb-page .twobox > .container .col-xs-12:nth-child(2) > a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .fastweb-page .twobox > .container .col-xs-12:nth-child(2) > a + a {
    margin-top: 20px;
  }
}
.fastweb-page .twobox > .container p {
  color: #333333;
  font-size: 1.2em;
  line-height: 1.2;
}
.fastweb-page .twobox > .container p span {
  color: #2F5F7E;
  font-weight: 700;
}
.fastweb-page .twobox > .container h2 {
  text-align: right;
  color: #333333;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.6;
}
.fastweb-page .twobox > .container h2:nth-child(1) {
  font-weight: 100;
}
.fastweb-page .twobox > .container h2:nth-child(2) {
  font-weight: 900;
  font-size: 3em;
}
@media (max-width: 992px) {
  .fastweb-page .twobox > .container h2 {
    text-align: center;
  }
}
.fastweb-page section.text-box h3 {
  line-height: 1.5 !important;
}
.fastweb-page p,
.fastweb-page ul {
  line-height: normal;
}
.fastweb-page ul.timeline-list p {
  font-size: 1em;
}
#sfida_fastweb {
  order: 5;
  width: 100%;
}
#sfida_fastweb .container .col-sm-6:nth-child(1) {
  padding-left: 0 !important;
  padding-right: 30px !important;
}
#sfida_fastweb .container .col-sm-6:nth-child(2) p {
  margin-top: 10%;
}
.greenstone-page .img-top {
  height: 60vh;
  background-position: 50% 50%;
}
.vgen2021-page .text-box.azienda {
  background: #001B2C;
  background: -moz-linear-gradient(to right, #001b2c, #006bae);
  background: -webkit-linear-gradient(to right, #001b2c, #006bae);
  background: linear-gradient(to right, #001b2c, #006bae);
  color: #ffffff;
}
.vgen2021-page .twobox {
  background: #ffffff;
  background: -moz-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: -webkit-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
}
@media (max-width: 991px) {
  .vgen2021-page .twobox {
    background: none;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .vgen2021-page .twobox .arrow-right {
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-top-color: #ffffff;
  }
}
@media (max-width: 460px) {
  .vgen2021-page .twobox .arrow-right {
    top: 50%;
  }
}
@media (max-width: 300px) {
  .vgen2021-page .twobox .arrow-right {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .vgen2021-page .twobox > .container {
    width: 100% !important;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .vgen2021-page .twobox > .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.vgen2021-page .twobox > .container p {
  line-height: normal;
}
@media (max-width: 991px) {
  .vgen2021-page .twobox > .container {
    display: inherit;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .vgen2021-page .twobox > .container .col-xs-12 {
    padding: 50px 15% !important;
  }
}
@media (max-width: 991px) {
  .vgen2021-page .twobox > .container .col-xs-12 {
    width: 100%;
  }
}
.vgen2021-page .twobox > .container .col-xs-12:nth-child(1) {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .vgen2021-page .twobox > .container .col-xs-12:nth-child(1) {
    text-align: center;
    padding: 80px 15%;
  }
}
.vgen2021-page .twobox > .container .col-xs-12:nth-child(1) img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  max-width: 320px;
}
.vgen2021-page .twobox > .container .col-xs-12:nth-child(1) p:not(:nth-child(2)) {
  margin-bottom: 0;
}
.vgen2021-page .twobox > .container .col-xs-12:nth-child(2) {
  padding-left: 50px;
  background: #CBCBCB;
  text-align: center;
}
@media (max-width: 992px) {
  .vgen2021-page .twobox > .container .col-xs-12:nth-child(2) {
    text-align: center;
    padding: 80px 15%;
  }
}
.vgen2021-page .twobox > .container .col-xs-12:nth-child(2) > a {
  padding: 5px 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  /*&:last-of-type {
                background: #297A38;
              }*/
}
.vgen2021-page .twobox > .container .col-xs-12:nth-child(2) > a:first-of-type {
  background: #2F5F7E;
}
@media (max-width: 991px) {
  .vgen2021-page .twobox > .container .col-xs-12:nth-child(2) > a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .vgen2021-page .twobox > .container .col-xs-12:nth-child(2) > a + a {
    margin-top: 20px;
  }
}
.vgen2021-page .twobox > .container p {
  color: #333333;
  font-size: 1.2em;
  line-height: 1.2;
}
.vgen2021-page .twobox > .container p span {
  color: #2F5F7E;
  font-weight: 700;
}
.vgen2021-page .twobox > .container h2 {
  text-align: right;
  color: #333333;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.6;
}
.vgen2021-page .twobox > .container h2:nth-child(1) {
  font-weight: 100;
}
.vgen2021-page .twobox > .container h2:nth-child(2) {
  font-weight: 900;
  font-size: 3em;
}
@media (max-width: 992px) {
  .vgen2021-page .twobox > .container h2 {
    text-align: center;
  }
}
.step-page .img-top > img {
  display: block;
}
@media (min-width: 768px) {
  .step-page .img-top > img:not(:first-child) {
    display: none;
  }
}
@media (max-width: 767px) {
  .step-page .img-top > img:first-child {
    display: none;
  }
}
.step-page .twobox > .container .col-xs-12:nth-child(1) {
  background: none;
  padding-right: 90px !important;
}
.step-page .twobox > .container .col-xs-12:nth-child(2) {
  text-align: center !important;
}
.step-page .twobox {
  background: #ffffff;
  background: -moz-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: -webkit-linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
  background: linear-gradient(to right, #ffffff 50%, #cbcbcb 50%);
}
@media (max-width: 991px) {
  .step-page .twobox {
    background: none;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .step-page .twobox .arrow-right {
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-top-color: #ffffff;
  }
}
@media (max-width: 460px) {
  .step-page .twobox .arrow-right {
    top: 50%;
  }
}
@media (max-width: 300px) {
  .step-page .twobox .arrow-right {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .step-page .twobox > .container {
    width: 100% !important;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .step-page .twobox > .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.step-page .twobox > .container p {
  line-height: normal;
}
@media (max-width: 991px) {
  .step-page .twobox > .container {
    display: inherit;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .step-page .twobox > .container .col-xs-12 {
    padding: 50px 15% !important;
  }
}
@media (max-width: 991px) {
  .step-page .twobox > .container .col-xs-12 {
    width: 100%;
  }
}
.step-page .twobox > .container .col-xs-12:nth-child(1) {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .step-page .twobox > .container .col-xs-12:nth-child(1) {
    text-align: center;
    padding: 80px 15%;
  }
}
.step-page .twobox > .container .col-xs-12:nth-child(1) img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  max-width: 320px;
}
.step-page .twobox > .container .col-xs-12:nth-child(1) p:not(:nth-child(2)) {
  margin-bottom: 0;
}
.step-page .twobox > .container .col-xs-12:nth-child(2) {
  padding-left: 50px;
  background: #CBCBCB;
  text-align: center;
}
@media (max-width: 992px) {
  .step-page .twobox > .container .col-xs-12:nth-child(2) {
    text-align: center;
    padding: 80px 15%;
  }
}
.step-page .twobox > .container .col-xs-12:nth-child(2) > a {
  padding: 5px 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  /*&:last-of-type {
                 background: #297A38;
               }*/
}
.step-page .twobox > .container .col-xs-12:nth-child(2) > a:first-of-type {
  background: #2F5F7E;
}
@media (max-width: 991px) {
  .step-page .twobox > .container .col-xs-12:nth-child(2) > a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .step-page .twobox > .container .col-xs-12:nth-child(2) > a + a {
    margin-top: 20px;
  }
}
.step-page .twobox > .container p {
  color: #333333;
  font-size: 1.2em;
  line-height: 1.2;
}
.step-page .twobox > .container p span {
  color: #2F5F7E;
  font-weight: 700;
}
.step-page .twobox > .container h2 {
  text-align: right;
  color: #333333;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.6;
}
.step-page .twobox > .container h2:nth-child(1) {
  font-weight: 100;
}
.step-page .twobox > .container h2:nth-child(2) {
  font-weight: 900;
  font-size: 3em;
}
@media (max-width: 992px) {
  .step-page .twobox > .container h2 {
    text-align: center;
  }
}
.step-page section.text-box h3 {
  line-height: 1.5 !important;
}
.step-page p,
.step-page ul {
  line-height: normal;
}
.step-page ul.timeline-list p {
  font-size: 1em;
}
.step-page .text-box img {
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .vgen-page .twobox .arrow-right {
    top: 72%;
  }
}
@media (max-width: 650px) {
  .vgen-page .twobox .arrow-right {
    top: 65%;
  }
}
@media (max-width: 380px) {
  .vgen-page .twobox .arrow-right {
    top: 62%;
  }
}
.vgen-page .wrap-form .form-group .tooltip-field span.help-block {
  color: #000000 !important;
}
.vgen-page .btn-call-to-action {
  background: #47738E;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 30px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 20px;
  display: block;
  white-space: normal;
}
.vgen-form h4 {
  font-size: 1.55em;
  margin-bottom: 50px;
}
.twobox-blu {
  background: #ffffff;
  background: -moz-linear-gradient(to right, #ffffff 50%, #0066a7 50%) !important;
  background: -webkit-linear-gradient(to right, #ffffff 50%, #0066a7 50%) !important;
  background: linear-gradient(to right, #ffffff 50%, #0066a7 50%) !important;
}
.twobox-blu > .container .col-xs-12:nth-child(2) {
  background: #0066A7 !important;
}
.cfi.threebox {
  padding: 0;
  text-align: left;
  background: #7a7878 !important;
  background: -moz-linear-gradient(to right, #a5a4a4 50%, #7a7878 50%) !important;
  background: -webkit-linear-gradient(to right, #a5a4a4 50%, #7a7878 50%) !important;
  background: linear-gradient(to right, #a5a4a4 50%, #7a7878 50%) !important;
  color: #ffffff !important;
  overflow: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}
@media (max-width: 991px) {
  .cfi.threebox {
    background: none;
  }
}
@media (max-width: 991px) {
  .cfi.threebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 100% !important;
  }
}
.cfi.threebox .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cfi.threebox .container {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.cfi.threebox > .col-xs-12 {
  padding: 60px 50px;
}
@media (max-width: 991px) {
  .cfi.threebox > .col-xs-12 {
    width: 100%;
    padding: 60px 15%;
  }
}
.cfi.threebox .col-xs-12 .arrow-down {
  position: absolute;
  bottom: -38px;
  z-index: 8;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.cfi.threebox .col-xs-12:nth-child(1) {
  padding: 50px 0;
  /*background: #8DAD71;*/
}
.cfi.threebox .col-xs-12:nth-child(1) .arrow-down {
  border-top-color: #a5a4a4;
}
.cfi.threebox .col-xs-12:nth-child(1) img {
  max-height: 70px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cfi.threebox .col-xs-12:nth-child(1) img {
    max-height: 65px;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .cfi.threebox .col-xs-12:nth-child(1) img {
    max-height: 50px;
    margin-bottom: 0px;
  }
}
.cfi.threebox .col-xs-12:nth-child(2) {
  background: #7a7878;
  padding: 50px 0 50px 50px;
}
@media screen and (max-width: 767px) {
  .cfi.threebox .col-xs-12:nth-child(2) {
    padding-left: 0;
  }
}
.cfi.threebox .col-xs-12:nth-child(2) .arrow-down {
  border-top-color: #7a7878;
}
.cfi.threebox .col-xs-12:nth-child(2) img {
  max-height: 100px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cfi.threebox .col-xs-12:nth-child(2) img {
    max-height: 75px;
  }
}
@media (max-width: 500px) {
  .cfi.threebox .col-xs-12:nth-child(2) img {
    max-height: 50px;
    margin-bottom: 0px;
  }
}
.cfi.threebox .col-xs-12 h2,
.cfi.threebox .col-xs-12 p,
.cfi.threebox .col-xs-12 a {
  color: #ffffff;
}
.cfi.threebox .col-xs-12 > h2 {
  text-transform: uppercase;
  font-size: 3em;
  line-height: 0.6;
}
.cfi.threebox .col-xs-12 > h2:nth-child(1) {
  font-weight: 100;
}
.cfi.threebox .col-xs-12 > h2:nth-child(2) {
  font-weight: 900;
}
.cfi.threebox .col-xs-12 > p {
  font-size: 1.2em;
  line-height: 1.2;
  /*border-bottom: 1px solid contrast(#0F4612);*/
  padding-bottom: 20px;
  opacity: 0.8;
}
.cfi.threebox .col-xs-12 > a {
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1.2em;
}
.cfi.threebox .col-xs-12 > a > span {
  position: relative;
  top: 2px;
}
.cfi.threebox .col-sm-3 > div a {
  margin-top: 10px;
  font-size: 1.2em;
}
.cfi.threebox .col-sm-3 > div p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 20px;
  opacity: 0.8;
  margin-bottom: 0;
  border-top: 1px solid #fff;
  margin-top: 10px;
}
.visible-link {
  color: #2F5F7E !important;
}
#cta_abb {
  background-color: #a5a4a4 !important;
}
#cta_abb,
#cta_tenova,
#cta_hitachi {
  cursor: default !important;
}
#cta_abb > div,
#cta_tenova > div,
#cta_hitachi > div {
  cursor: default !important;
}
@media (max-width: 767px) {
  #cta_abb,
  #cta_tenova,
  #cta_hitachi {
    text-align: center;
  }
}
.ul-right-fullsize {
  display: block;
}
@media screen and (max-width: 991px) {
  .ul-right-fullsize {
    display: none;
  }
}
.ul-right-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .ul-right-mobile {
    display: block;
  }
}
.multi-logos-cfi-container {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  .multi-logos-cfi-container {
    flex-direction: column;
    align-items: center;
  }
}
.multi-logos-cfi-container img:nth-child(1) {
  max-height: 100px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .multi-logos-cfi-container img:nth-child(1) {
    max-height: 70px;
  }
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: bolder;
}
p {
  margin-bottom: 20px !important;
}
.text-dark {
  color: #111 !important;
}
.text-light {
  color: #FFF !important;
}
.page-header {
  padding: 0 !important;
  border-bottom: 0 !important;
  margin: 0 !important;
}
.page-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.challenge #sfida-renolit > .container p {
  font-size: 1em !important;
}
.fluid-width-video-wrapper iframe {
  height: 400px !important;
}
.financial-times-page {
  background-color: #fff1e4;
  color: #262a33;
}
.financial-times-page .container .container {
  max-width: 1170px;
  padding-right: 12px !important;
  padding-left: 12px !important;
  padding: 0 12px !important;
}
.financial-times-page .section-hero {
  position: relative;
}
.financial-times-page .section-hero .hero-banner {
  width: 100vw;
  height: calc(100vh - 152px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #000;
}
@media (max-width: 991px) {
  .financial-times-page .section-hero .hero-banner {
    display: none;
  }
}
.financial-times-page .section-hero .hero-banner-mobile {
  width: 100vw;
  height: calc(100vh - 152px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #000;
}
@media (min-width: 992px) {
  .financial-times-page .section-hero .hero-banner-mobile {
    display: none;
  }
}
.financial-times-page .section-hero .loghi-header-challenge {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
  padding: 20px;
  left: 0;
  width: 100%;
  align-items: center;
  color: #FFF;
}
.financial-times-page .section-hero .loghi-header-challenge div {
  padding: 0 12px;
}
.financial-times-page .section-hero .loghi-header-challenge img {
  max-height: 50px;
  width: auto;
}
.financial-times-page .section-intro {
  padding: 70px 0;
}
.financial-times-page .section-intro p {
  margin: 0 0 12px 0;
}
.financial-times-page .section-intro h1 {
  font-size: 4rem;
  text-align: center;
}
.financial-times-page .section-intro .vertical-title {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-size: 24px;
  line-height: 1;
  margin-right: 25px !important;
  text-transform: uppercase;
}
.financial-times-page .section-intro .text-intro {
  margin: 40px 40px 80px 40px;
  padding: 40px 30px;
  border: 3px solid #262a33;
}
.financial-times-page .section-intro .text-intro .horizontal-title {
  background: #fff1e4;
  padding: 10px 20px;
  margin-top: -64px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 28px;
}
.financial-times-page .section-intro .text-intro .vertical-title {
  background: #fff1e4;
  padding: 30px 10px;
  margin-left: -52px;
}
.financial-times-page .section-intro .text-intro p {
  font-size: 21px;
  padding: 0 20px;
}
.financial-times-page .section-intro .text-intro p:last-child {
  margin-bottom: 0 !important;
}
.financial-times-page .section-video {
  margin-bottom: -8px;
}
.financial-times-page .section-premi {
  background-color: #f2dfce;
  padding: 70px 0;
}
.financial-times-page .section-premi .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.financial-times-page .section-premi .box-premio {
  margin-top: 30px;
}
.financial-times-page .section-premi .box-premio .mdi::before {
  font-size: 80px;
}
.financial-times-page .section-premi .box-premio h5 {
  font-size: 21px;
  line-height: 1.3;
}
.astrazeneca-page .section-intro {
  background-size: cover;
  background-position: bottom right;
  padding: 60px 0px;
}
.astrazeneca-page .section-fasi .box-fasi {
  border-bottom: 2px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.astrazeneca-page .section-fasi .box-fasi .title-fasi {
  color: #167984;
  width: fit-content;
  margin-top: 20px;
}
.astrazeneca-page .section-target {
  background-color: #167984;
  color: #FFF;
  padding: 60px 0;
}
.astrazeneca-page .section-aree {
  padding: 60px 0;
}
.astrazeneca-page .section-aree .box-aree {
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 0px 3px 2px #0000000e;
  margin-top: 20px;
}
.astrazeneca-page .section-aree .box-aree h5 {
  font-weight: bold;
}
.astrazeneca-page .section-aree .box-aree p {
  margin-bottom: 0;
}
.astrazeneca-page .section-tempistiche {
  background-color: #f5f5f5;
  padding: 60px;
}
.astrazeneca-page .section-tempistiche ol li {
  margin-top: 20px;
  font-size: 20px;
}
.astrazeneca-page .section-tempistiche ol li strong {
  font-size: 30px;
}
.astrazeneca-page .section-tempistiche ol li::marker {
  font-size: 30px;
  line-height: 1;
  color: #167984;
}
.astrazeneca-page .section-candidature {
  padding: 60px;
}
.berkydeck-page .hero-banner {
  min-height: 50vh;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.berkydeck-page .hero-banner h1 {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0px 0px 30px #000;
  font-size: 4rem;
}
.berkydeck-page .section-intro {
  padding: 60px 0px;
}
.berkydeck-page .section-intro .text-intro {
  margin-top: 50px;
  text-align: justify;
}
.berkydeck-page .content-apply {
  background-color: #16294a;
  padding: 50px;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  flex-direction: column;
}
@media (min-width: 650px) {
  .berkydeck-page .content-apply {
    flex-direction: row;
  }
}
.berkydeck-page .content-apply > div:first-child {
  flex: 0 0 70%;
}
.berkydeck-page .content-apply > div:last-child {
  margin-left: auto;
}
.berkydeck-page .btn-apply {
  background-image: linear-gradient(to left, #fea664, #e50154, #fea664, #e50154);
  background-size: 300%;
  background-position: 0;
  color: #fff;
  border-width: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 2px;
  border-width: 2px;
  border-style: solid;
  border-radius: 30px;
  letter-spacing: 3px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  font-size: 20px;
  margin: 20px 0;
}
.berkydeck-page .btn-apply span {
  align-items: center;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 10px 30px 10px 30px;
}
.berkydeck-page .btn-apply:hover {
  background-image: linear-gradient(to right, #fea664, #e50154, #fea664, #e50154);
}
.forum-page .section-intro {
  padding: 60px 0px;
  background-color: #00425B;
  margin-bottom: 60px;
}
.forum-page .section-intro .text-intro {
  font-size: 24px;
  text-align: justify;
  color: #FFF;
}
.forum-page .section-intro .text-intro .highlight {
  background-color: red;
  padding: 0 4px;
}
.forum-page .content-apply {
  background-color: #16294a;
  padding: 50px;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  flex-direction: column;
}
@media (min-width: 650px) {
  .forum-page .content-apply {
    flex-direction: row;
  }
}
.forum-page .content-apply > div:first-child {
  flex: 0 0 70%;
}
.forum-page .content-apply > div:last-child {
  margin-left: auto;
}
.forum-page .btn-apply {
  background-image: linear-gradient(to left, #fea664, #e50154, #fea664, #e50154);
  background-size: 300%;
  background-position: 0;
  color: #fff;
  border-width: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 2px;
  border-width: 2px;
  border-style: solid;
  border-radius: 30px;
  letter-spacing: 3px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  font-size: 20px;
  margin: 20px 0;
}
.forum-page .btn-apply span {
  align-items: center;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 10px 30px 10px 30px;
}
.forum-page .btn-apply:hover {
  background-image: linear-gradient(to right, #fea664, #e50154, #fea664, #e50154);
}
.unicredit-page .section-intro .title-challenge {
  background: linear-gradient(90deg, #e6e6e6 50%, #ffffff 110%);
  color: #000;
  padding: 30px 0;
}
.unicredit-page .section-intro .title-challenge .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.unicredit-page .section-intro .title-challenge .title h1 {
  margin-bottom: 0;
  margin-right: 20px;
}
.unicredit-page .section-intro .title-challenge .title img {
  width: 350px;
}
.unicredit-page .section-intro .text-intro {
  padding-top: 50px;
  font-size: 24px;
  text-align: justify;
  color: #000;
}
.unicredit-page .section-intro .text-intro a {
  color: #E20119;
}
.unicredit-page .section-intro .content-settori {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-left: -1.66%;
  margin-right: -1.66%;
}
.unicredit-page .section-intro .content-settori .box-settori {
  width: 100%;
  border: 1px solid #E20119;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: 1.66%;
}
@media (min-width: 992px) {
  .unicredit-page .section-intro .content-settori .box-settori {
    width: 30%;
  }
}
.unicredit-page .section-intro .content-settori .box-settori .title-box {
  background: #E20119;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 20px;
  border-top-right-radius: 30px;
  line-height: 1.2;
}
.unicredit-page .section-intro .content-settori .box-settori .text-box {
  padding: 20px;
}
.unicredit-page .iniziative {
  background: #DFF0F9;
  padding: 50px 0;
  margin-top: 50px;
  background: #f5f5f5;
}
.unicredit-page .iniziative a:not(.btn) {
  color: #000;
}
.unicredit-page .iniziative .content-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 50px 0;
}
.unicredit-page .iniziative .banner-cta {
  padding: 40px;
  background: #dbdbdb;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #000;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  height: 100%;
  display: flex;
  align-items: center;
}
.unicredit-page .iniziative .banner-cta > .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.unicredit-page .iniziative .banner-cta .btn-cta {
  background: #E20119;
  margin: 20px 0;
}
.unicredit-page .iniziative .banner-cta.cta-mondo {
  border-color: #fff;
  font-weight: normal;
}
.unicredit-page .iniziative .banner-cta.cta-mondo a {
  color: #000;
  text-decoration: none;
}
.unicredit-page .iniziative .banner-cta.cta-mondo a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.eni-cariplo-page h2 {
  color: #e50154;
}
.eni-cariplo-page .section-intro {
  background-size: cover;
  background-position: bottom right;
  padding: 60px 0px;
}
.eni-cariplo-page .section-fasi {
  background-color: #151C27;
  padding: 60px 0;
  color: #fff;
}
.eni-cariplo-page .section-fasi .box-fasi {
  border-bottom: 2px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.eni-cariplo-page .section-fasi .box-fasi .title-fasi {
  color: #e50154;
  width: fit-content;
  margin-top: 20px;
}
.eni-cariplo-page .section-target {
  background-color: #167984;
  color: #FFF;
  padding: 60px 0;
}
.eni-cariplo-page .section-aree {
  padding: 60px 0;
  background-color: #f5f5f5;
  text-align: center;
}
.eni-cariplo-page .section-aree .box-aree {
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 0px 3px 2px #0000000e;
  margin-top: 20px;
  background-color: #fff;
}
.eni-cariplo-page .section-aree .box-aree .icon {
  height: 60px;
  padding-top: 12px;
}
.eni-cariplo-page .section-aree .box-aree .icon svg {
  transform: scale(2);
}
.eni-cariplo-page .section-aree .box-aree h5 {
  font-weight: bold;
  color: #e50154;
}
.eni-cariplo-page .section-aree .box-aree p {
  margin-bottom: 0 !important;
}
.eni-cariplo-page .section-tempistiche {
  background-color: #f5f5f5;
  padding: 60px;
}
.eni-cariplo-page .section-tempistiche .list-fasi li {
  margin-top: 20px;
  font-size: 20px;
}
.eni-cariplo-page .section-tempistiche .list-fasi li strong {
  font-size: 30px;
}
.eni-cariplo-page .section-tempistiche .list-fasi li::marker {
  font-size: 30px;
  line-height: 1;
  color: #167984;
}
.eni-cariplo-page .section-candidature {
  padding: 60px;
}
.up2stars-page .section-hero {
  padding: 150px 0;
  background-position: center center;
}
.up2stars-page .section-hero h1 {
  color: #FFF;
  padding: 25px;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 500px) {
  .up2stars-page .section-hero h1 {
    width: 60%;
  }
}
.up2stars-page h2 {
  color: #154174;
}
.up2stars-page .section-intro {
  background-size: cover;
  background-position: bottom right;
  padding: 60px 0px;
  font-size: 24px;
}
.up2stars-page .section-aree {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.up2stars-page .section-aree .box-aree {
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 0px 3px 2px #0000000e;
  margin-top: 20px;
  background-color: #fff;
  min-height: 185px;
}
.up2stars-page .section-aree .box-aree .icon {
  height: 60px;
  padding-top: 12px;
}
.up2stars-page .section-aree .box-aree .icon svg {
  transform: scale(2);
}
.up2stars-page .section-aree .box-aree h5 {
  font-weight: bold;
  color: #EA4E22;
}
.up2stars-page .section-aree .box-aree p {
  margin-bottom: 0 !important;
}
.up2stars-page .section-tempistiche {
  background-color: #f5f5f5;
  padding: 60px;
}
.up2stars-page .section-tempistiche .list-fasi li {
  margin-top: 20px;
  font-size: 20px;
}
.up2stars-page .section-tempistiche .list-fasi li strong {
  font-size: 30px;
}
.up2stars-page .section-tempistiche .list-fasi li::marker {
  font-size: 30px;
  line-height: 1;
  color: #167984;
}
.up2stars-page .section-candidature {
  padding: 60px;
}
