@charset "UTF-8";


.page{
	/*padding-top: 8.6rem;*/
  padding-top: 8.57143rem;
}

@media print, screen and (max-width: 1022px) {
  .page {
    padding-top: 4.64286rem;
  }
}

/* PLANT */

.plant {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  display: -webkit-inline-flex;
  -webkit-justify-content: center;
  position: relative;
  text-align: center;
  padding: 0;
  flex-wrap: wrap;
}
.plant .plant-cover {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
	z-index: -1;
}
.plant .plant-cover img {
  width: 100%;
}
.plant .plant-container {
  width: 100%;
  margin: auto;
  margin: 5% auto 0;
/*  z-index: 1;*/
}
.plant .info-box {
  padding-left: calc(11% - 18px);
    padding-right: calc(11% - 18px);
  display: inline-flex;
  justify-content: space-between;
  display: -webkit-inline-flex;
  -webkit-justify-content: space-between;
}
.plant .info-box .left-info {
  width: 25%;
  text-align: center;
  background-color: #FDFDFD;
	border: 1px solid #F7F7F7;
  padding: 2%;
  -webkit-box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.16);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  display: -webkit-inline-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
}
.plant .info-box .left-info .row-info {
  width: 100%;
}
.plant .info-box .left-info .row-info:last-child {
  margin-bottom: 0;
}
.plant .info-box .left-info .title-info {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 3%;
}
.plant .info-box .left-info .p-info{
	font-size: 18px;
	font-weight: 500;
}
.plant .info-box .right-info {
  text-align: left;
  width: 70%;
  margin-top: 20%;
}
.plant .info-box .right-info h1 {
  width: 100%;
  text-align: left;
  margin-bottom: 1%;
}
.plant .box-content {
  margin: 3% auto 0;
  padding-left: calc(11% - 18px);
    padding-right: calc(11% - 18px);
  position: relative;
  text-align: left;
}
.plant .box-content.full-content {
  width: 100%;
  max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.plant .box-content.special-margin{
	text-align: center;
	margin-top: 15%;
	font-size: 20px;
	font-weight: 500;
}

.plant .box-content.special-margin a.link-supply-chain{
	text-transform: uppercase;
	text-decoration: underline;
	display: block;
    margin: 10px auto 0;
	font-weight: 500;
}

.plant .box-content h2 {
  margin-bottom: 1%;
}
.plant .box-content p strong {
  font-weight: 500;
}
.plant .box-content .row-double-photo {
  display: inline-flex;
  align-items: flex-start;
  display: -webkit-inline-flex;
  -webkit-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
.plant .box-content .row-single-photo {
  margin: 5px 0 0;
  width: 100%;
  display: inline-block;
}
.plant .box-content .photo-box {
  display: inline-block;
  max-width: 45%;
}
.plant .box-content .row-single-photo .photo-box {
  float: left;
  margin-right: 3%;
}
.plant .box-content .photo-box:last-child {
  margin-left: 10%;
}
.plant .box-content .photo-box p {
  width: 100%;
  text-align: left;
  font-size: 12px;
  margin: 5px 0 0;
}
.plant .box-content .photo-box img {
  max-width: 100%;
}
.plant .plant-slider {
  width: 100%;
  margin: auto;
  position: relative;
}
.plant .plant-slider img {
  width: 100%;
}
.plant .plant-slider .slide-plant {
  line-height: 0;
}
.plant .plant-slider .slide-plant .slide-container {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  display: -webkit-inline-flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-end;
  width: 100%;
  line-height: 1;
}
.plant .plant-slider .slide-plant .slide-container .slider-caption {
  position: absolute;
  bottom: 8%;
  color: #FFF;
  font-size: 18px;
	font-weight: 500;
  text-shadow: 0px 2px 10px #000;
}
.plant .plant-slider .slick-dots {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 50px;
}
.plant .plant-slider .slick-dots button {
  font-size: 0;
}
.plant .plant-slider .slick-dots li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.4);
  margin: 0 5px;
  cursor: pointer;
}
.plant .plant-slider .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,1);
}
	
	.plant .plant-slider .slick-dots li button:before{
		display: none;
	}
.plant .plant-slider button.slick-arrow {
  font-size: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(255,255,255,0.5);
  color: #FFF;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.plant .plant-slider button.slick-arrow.slick-prev {
  left: 0;
	
}
	
	.plant .plant-slider button.slick-arrow.slick-prev:before{
		content: "\f053";
	}
.plant .plant-slider button.slick-arrow.slick-next {
  right: 0;
	
}
	
	.plant .plant-slider button.slick-arrow.slick-next:before{
		content: "\f054";
	}
.plant .plant-slider button.slick-arrow.slick-prev:before, .plant .plant-slider button.slick-arrow.slick-next:before {
  font-size: 30px;
	font-family: inherit;
	opacity: 1;
}
.plant .whomade {
  width: 100%;
  display: inline-block;
  padding: 3% 20%;
  background-color: #EBEAE1;
  text-align: center;
}
.plant .whomade h3 {
  margin: 0 auto 20px;
	font-weight: 500;
}
.plant .interview {
  width: 100%;
  margin: 15% auto 0;
}
.plant .interview:first-child {
  margin-top: 8%;
}
.plant .interview-txt .employee-name {
   padding-left: calc(11% - 18px);
    padding-right: calc(11% - 18px);
  text-align: left;
  margin: auto;
}
.plant .interview:nth-child(2n) .interview-txt .employee-name {
  margin-left: 44.5%;
	padding-left: 0;
}
.plant .interview-txt .employee-name h2 {
  margin-bottom: 2%;
}
.plant .interview-txt {
  width: 100%;
  text-align: left;
  margin: 8% auto 0;
}
.plant .interview-txt .employee-story {
  background-color: rgba(235, 234, 225, 0.35);
}
.plant .interview-txt .employee-p {
  padding-left: calc(11% - 18px);
    padding-right: calc(11% - 18px);
  margin: auto;
  padding-top: 1%;
	padding-bottom: 3%;
}
.plant .interview-txt .interview-photo {
  width: 28%;
  float: right;
  margin: -5% 15% 0.5% 1.5%;
}
.plant .interview:nth-child(2n) .interview-txt .interview-photo {
  float: left;
  margin: -5% 1.5% 0.5% 15%;
}
.plant .interview-txt .interview-photo img {
  width: 100%;
}
.plant .employee-p .more-text, .plant .employee-p .read-less {
  display: none;
}
.plant .employee-p .read-more, .plant .employee-p .read-less {
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 20px;
  font-size: 12px;
}



/* RESPONSIVE */
@media (max-width: 1366px) {
/*
  .plant .info-box, .plant .box-content, .plant .interview-txt .employee-p, .plant .interview-txt .employee-name {
    width: 80%;
  }
*/
  .plant .info-box .right-info {
    margin-top: 20%;
  }

  .plant .interview-txt .interview-photo {
    width: 32%;
    margin-right: 10%
  }
  .plant .interview:nth-child(2n) .interview-txt .interview-photo {
    margin-left: 10%;
  }
  .plant .interview:nth-child(2n) .interview-txt .employee-name {
    margin-left: 43.5%;
  }
}
@media (max-width: 1024px) {
/*
  .plant .info-box, .plant .box-content, .plant .interview-txt .employee-p, .plant .interview-txt .employee-name {
    width: 92%;
  }
*/
	.plant .info-box .left-info .title-info{
		font-size: 14px;
	}
	
	.plant .info-box .left-info .p-info{
		font-size: 16px;
	}
	
  .plant .info-box .right-info {
    margin-top: 18%;
  }
  .plant .plant-slider .slick-dots {
    margin-top: 30px;
  }
	
	.plant .plant-slider .slide-plant .slide-container .slider-caption{
		bottom: 12%;
	}
	
  .plant .whomade {
    padding-left: calc(11% - 18px);
    padding-right: calc(11% - 18px);
  }
  .plant .interview-txt .interview-photo {
    width: 35%;
    margin-right: 4%;
  }
  .plant .interview:nth-child(2n) .interview-txt .interview-photo {
    margin: -5% 2% 0.5% 4%;
  }
  .plant .interview:nth-child(2n) .interview-txt .employee-name {
    margin-left: 41%;
  }

  .plant .interview-txt .employee-name h2 {
    margin-bottom: 1%;
  }
}

@media (max-width:768px) {
  .plant .plant-container {
    margin-top: 30%;
    text-align: center;
  }
  .plant .info-box {
    flex-wrap: wrap;
    width: 100%;
  }
  .plant .info-box .left-info {
    width: 100%;
    padding: 3% 5%;
    margin: auto;
  }
  .plant .info-box .left-info .row-info {
    margin-bottom: 8%;
  }
  .plant .info-box .right-info {
    width: 100%;
    margin: 5% auto 0;
  }
  .plant .box-content {
    width: 100%;
  }
  .plant .box-content.full-mobile {
    width: 100%;
	  padding: 0;
  }
	
	.plant .box-content.special-margin{	
	font-size: 18px;
}

.plant .box-content.special-margin a.link-supply-chain{
	font-size: 16px;
}
	
  .plant .box-content .photo-box {
    max-width: 50%;
  }
  .plant .box-content .row-single-photo .photo-box {
    max-width: 100%;
    margin: 0 0 8px;
  }
  .plant .box-content .photo-box p {
    padding-left: 5px;
  }
  .plant .box-content .photo-box:last-child p {
    padding-left: 0;
  }
  .plant .box-content .row-single-photo {
    flex-wrap: wrap;
  }
  .plant .box-content .row-single-photo p {
    max-width: 100%;
  }
  .plant .plant-slider {
    width: 100%;
  }
	.plant .plant-slider .slide-plant .slide-container .slider-caption{
		bottom: 20%;
	}
  .plant .plant-slider .slick-dots {
    margin-top: 20px;
	  bottom: 5%;
  }
  .plant .whomade {
    padding: 5% 7.5%;
  }
  .plant .interview {
    line-height: 1;
    margin: 0 auto;
  }
  .plant .interview-txt {
    background-color: rgba(235, 234, 225, 0.35);
    text-align: center;
  }
  .plant .interview-txt.open-interview {
    background-color: transparent;
    background-image: linear-gradient(top, transparent 30px, rgba(235, 234, 225, 0.35) 30px, rgba(235, 234, 225, 0.35) 100%);
    background-image: -webkit-linear-gradient(top, transparent 30px, rgba(235, 234, 225, 0.35) 30px, rgba(235, 234, 225, 0.35) 100%);
    background-image: -moz-linear-gradient(top, transparent 30px, rgba(235, 234, 225, 0.35) 30px, rgba(235, 234, 225, 0.35) 100%);
    background-image: -ms-linear-gradient(top, transparent 30px, rgba(235, 234, 225, 0.35) 30px, rgba(235, 234, 225, 0.35) 100%);
    background-image: -o-linear-gradient(top, transparent 30px, rgba(235, 234, 225, 0.35) 30px, rgba(235, 234, 225, 0.35) 100%);
  }
  .plant .interview-txt .interview-first-row {
    width: 85%;
    margin: auto;
    display: inline-flex;
    align-items: center;
    display: -webkit-inline-flex;
    -webkit-align-items: center;
  }
  .plant .interview-txt.open-interview .interview-first-row {
    align-items: flex-end;
    align-items: -webkit-flex-end;
  }
  .plant .employee-p .read-more, .plant .employee-p .read-less, .plant .employee-p .points, .plant .interview-txt .employee-story {
    display: none;
  }
  .plant .interview-txt .employee-name {
    margin: 0 !important;
    width: 67%;
    display: inline-flex;
    align-items: center;
    display: -webkit-inline-flex;
    -webkit-align-items: center;
    position: relative;
  }
  .plant .interview-txt .employee-name:after {
    content: '+';
    font-size: 25px;
    position: absolute;
    right: 0;
  }
  .plant .interview-txt.open-interview .employee-name:after {
    content: '-';
  }
  .plant .interview-txt .interview-photo {
    float: none !important;
    width: 30%;
    margin: 0 3% 0 0 !important;
  }
  .plant .interview-txt .employee-story {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
  }
  .plant .interview-txt .employee-p {
    line-height: 1.666;
    width: 95%;
    text-align: left;
    margin: auto;
  }
  .plant .employee-p .more-text {
    display: unset;
  }
  .plant .interview-txt.open-interview .interview-photo {
    width: 50%;
  }
  .plant .interview-txt.open-interview .employee-name {
    width: 47%;
  }
}





/* MANUFACTURING */

.plant-tzn, .plant-clz{
	display: none!important;
}

.manufacturing-facilities {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.manufacturing-facilities .facilities-container {
  max-width: 1260px;
  margin: 5% auto 0;
  text-align: left;
}
/*
.manufacturing-facilities .facilities-container:first-child, .manufacturing-facilities .facilities-container:last-child {
  margin-top: 0;
}
*/
.manufacturing-facilities .facilities-container h2 {
  margin-bottom: 3%;
}
.manufacturing-facilities .facilities-container p strong {
  font-weight: 500;
}
.manufacturing-facilities .facilities-container ul {
  margin: 0 20px;
}
.manufacturing-facilities .facilities-container ul li {
  list-style: none;
  position: relative;
}
.manufacturing-facilities .facilities-container ul li:before {
    height: 4px;
    width: 4px;
    border-radius: 50%;
    left: -15px;
    top: 8px;
    content: "";
    position: absolute;
    background: #000;
}
.manufacturing-facilities .facilities-container .plants-list {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  display: -webkit-inline-flex;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.manufacturing-facilities .facilities-container .plants-list .plant-box {
  width: 30%;
  margin: 0 0 5%;
}
/*
.manufacturing-facilities .facilities-container .plants-list .plant-box .plant-img-container {
  overflow: hidden;
  background-color: #2b2b2b;
  position: relative;
}
.manufacturing-facilities .facilities-container .plants-list .plant-box .plant-img-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #d9baad;
  -webkit-transition: all .7s cubic-bezier(.45, .01, 0, .99);
  transition: all .7s cubic-bezier(.45, .01, 0, .99);
}
.manufacturing-facilities .facilities-container .plants-list .plant-box:hover .plant-img-container:after {
  width: 100%;
}
.manufacturing-facilities .facilities-container .plants-list .plant-box img {
  width: 100%;
  -webkit-transition: all .7s cubic-bezier(.45, .01, 0, .99);
  transition: all .7s cubic-bezier(.45, .01, 0, .99);
}
.manufacturing-facilities .facilities-container .plants-list .plant-box:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  opacity: .8;
}
*/
.manufacturing-facilities .facilities-container .plants-list .plant-box .plant-where {
  font-size: 16px;
	font-weight: 500;
  margin: 3% 0 1%;
}
.manufacturing-facilities .facilities-container .plants-list .plant-box h3 {
  font-size: 25px;
   font-style: italic;
}



/*	RESPONSIVE*/
@media (max-width: 1366px) {
  .manufacturing-facilities .facilities-container {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .manufacturing-facilities .facilities-container {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .manufacturing-facilities .facilities-container {
    width: 85%;
  }
  .manufacturing-facilities .facilities-container ul {
    margin: 40px 10px;
  }
  .manufacturing-facilities .facilities-container .plants-list .plant-box {
    width: 48%;
    margin: 5% 0 10%;
  }
	.manufacturing-facilities .facilities-container .plants-list .plant-box h3{
		font-size: 22px;
	}
}









/* INTIMISSIMICARES */

.toggleMenuLp {}

    .toggleMenuLp img.img-responsive,
    .toggleMenuLp video.img-responsive {
        width: 100%;
    }

    .mobileView {
        display: none;
    }

    /* Area 01 */
    .area01 {
        text-align: center;
        padding: 0% 0 0% 0;
    }


    /* Area 02 */
    .area02 {
        text-align: center;
        padding: 0% 0 0% 0;
        position: relative;
    }

    .area02 a.homeHashLink {
        color: #fff;
        position: absolute;
        top: 1%;
        left: 2%;
        font-size: 20px;
        line-height: 22px;
        font-weight: 600;
        z-index: 2;
    }

    .area02 .dropdownMenuWrap {
        /*width: 100%;*/
        position: absolute;
        top: 1%;
        right: 1%;
        z-index: 2;
    }

    .area02 .dropdownMenuWrap .dropdownHandler {
        /*background-color: #DDD8D2;*/
        padding: 1% 0 6% 0;
        /*width: 100%;*/
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        color: #fff;
        font-weight: 400;
        text-align: center;
        margin: 0;
    }

    .area02 .dropdownMenuWrap .dropdownHandler em {
        font-style: normal;
    }

    .area02 .dropdownMenuWrap .dropdownMenuContent {
        display: none;
        position: absolute;
        /*padding: 1% 0 2% 0;*/
        /*background-color: #fff;*/
        /*#F2EDEE*/
        /*background-color: rgba(95,93,93,0.4);*/
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 1;
        width: 100%;
        text-align: left;
        min-width: 330px;
        max-width: 400px;
        right: 12%;
        padding: 14%;
    }

    .area02 .dropdownMenuWrap .dropdownMenuContent a.activeItem {
        font-weight: 700;
    }

    .area02 .dropdownMenuWrap .dropdownMenuContent a {
        color: #AAB7AD;
        /*color: #D1D5CF;*/
        /*color: #C6CEC6;*/
        font-size: 22px;
        line-height: 26px;
        font-weight: 500;
        display: block;
        margin: 5px 0;
        text-align: left;
    }

    .area02 .dropdownMenuWrap .dropdownMenuContent a.mobileClose {
        display: none;
    }

    .area02 .dropdownMenuWrap .dropdownMenuContent a.mobileTopMenu {
        display: none;
    }

    .area02 .dropdownMenuWrap:hover .dropdownMenuContent {
        /*display: block;*/
    }

    .area02 .dropdownMenuWrap.menuOn .dropdownHandler .spanPlus:before {
        content: '-';
    }

    .area02 .dropdownMenuWrap .dropdownHandler .spanPlus:before {
        content: '+';
    }

    .area02 .heroWrap {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .area02 .heroWrap h2 {
        font-size: 46px;
        line-height: 48px;
        font-family: didot;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 50%;
        width: 100%;
        padding: 0 2%;
        margin: 0;
        transform: translateY(-50%);
    }

    .area02 .heroWrap h2 p {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #fff;
        padding: 0 24%;
        margin: 0 0 4% 0;
        font-weight: 300;
        font-family: "Gill Sans Nova", Arial, sans-serif;
    }

    .area02 .heroWrap h2 p span {
        font-size: 68px;
        line-height: 76px;
        font-family: didot;
        color: #fff;
    }

    /* Area 03 */
    .area03 {
        padding: 5% 0 3% 0;
        text-align: center;
    }

    .area03 h3 {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #000;
        font-weight: 500;
        padding: 0 2%;
        margin: 0 0 2% 0;
    }

    .area03 h4 {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #000;
        font-weight: 500;
        padding: 0 2%;
        margin: 0 0 2% 0;
    }

    .area03 p {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #000;
        padding: 0 24%;
        margin: 0 0 4% 0;
        font-weight: 300;
    }

    .area03 p span {
        font-size: 48px;
        line-height: 56px;
        font-family: didot;
        color: #C6CEC6;
    }

    .area03 p a {
        font-weight: normal;
        font-weight: 300;
        text-decoration: none;
        border-bottom: 1px solid #000;
    }

    .area03 p em {
        color: #C6CEC6;
        font-style: normal;
    }

    .area03 .contentIcon {
        text-align: center;
        margin: 0 0 2% 0;
    }

    .area03 .contentImgWrap {
        width: 38%;
        margin: 0 auto 5% auto;
    }

    .area03 a.ctaButtonEmpty {
        display: inline-block;
        border: 1px solid #000;
        font-size: 16px;
        line-height: 18px;
        background-color: #fff;
        color: #000;
        padding: 12px 40px;
        text-decoration: none;
        text-align: center;
        margin: 0 0 4% 0;
        text-transform: uppercase;
        font-weight: 400;
    }

    .area03 a.ctaButtonEmpty:hover {
        background-color: #000;
        color: #fff;
        border: 1px solid #000;
    }

    .area03 .scopriComeBox {
        background-color: #C5CDC6;
        padding: 2% 0 2% 0;
        margin: 0 0 4% 0;
    }

    .area03 .scopriComeBox p {
        color: #fff;
        padding: 0 24%;
        margin: 0 0 1% 0;
    }

    .area03 .scopriComeBox p span {
        font-size: 48px;
        line-height: 56px;
        font-family: didot;
        color: #fff;
    }

    .area03 .scopriComeBox a.ctaLink {
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        text-decoration: none;
        border-bottom: 1px solid #fff;
    }

    .area03 .goBackWrap {
        margin: 2% 0 0 0;
    }

    .area03 .goBackWrap a.ctaLinkBack {
        font-size: 18px;
        line-height: 26px;
        color: #000;
        font-weight: 500;
        border-bottom: 1px solid #000;
    }

    /*.area03 .goBackWrap a.ctaLinkBack span {
                        border-bottom: 1px solid #000;
                        padding: 0 0% 0 0%;
                    }*/

    .area03 .thumbsWrap {
        width: 80%;
        margin: 0 auto 4% auto;
        display: flex;
        justify-content: space-between;
    }

    .area03 .thumbsWrap .thumb {
        width: 16%;
        position: relative;
    }

    .area03 .thumbsWrap .thumb span.thumbLabel {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
    }

    .area03 .flexBoxIconWrapLeft {
        width: 50%;
        margin: 0 auto 5% auto;
        display: flex;
        justify-content: space-between;
        /*background-color: red;*/
    }

    .area03 .flexBoxIconWrapLeft .flexImg {
        display: flex;
        width: 20%;
        align-items: center;
    }

    .area03 .flexBoxIconWrapLeft .flexImg .centerd {
        width: 100%;
    }

    .area03 .flexBoxIconWrapLeft .flexContent {
        width: 78%;
        text-align: left;
    }

    .area03 .flexBoxIconWrapLeft .flexContent p {
        font-size: 20px;
        line-height: 28px;
        text-align: left;
        color: #000;
        padding: 0 0%;
        margin: 0 0 0% 0;
        font-weight: 300;
    }

    .area03 .flexBoxIconWrapRight {
        width: 50%;
        margin: 0 auto 5% auto;
        display: flex;
        justify-content: space-between;
        /*background: blue;*/
    }

    .area03 .flexBoxIconWrapRight .flexImg {
        display: flex;
        width: 20%;
        align-items: center;
    }

    .area03 .flexBoxIconWrapRight .flexImg .centerd {
        width: 100%;
    }

    .area03 .flexBoxIconWrapRight .flexContent {
        width: 78%;
        text-align: left;
    }

    .area03 .flexBoxIconWrapRight .flexContent p {
        font-size: 20px;
        line-height: 28px;
        text-align: left;
        color: #000;
        padding: 0 0%;
        margin: 0 0 0% 0;
        font-weight: 300;
    }

    .area03 .scrollingTextWrap {
        width: 100%;
        margin: 0 0 2% 0;
    }

    /* START: scrolling text */
    .area03 .scrollingTextWrap .scrollWrap {
        overflow: hidden;
        position: relative;
        height: 7vh;
        padding: 0% 0 0% 0;
    }


    .area03 .scrollingTextWrap .scrollWrap div.scrollInner {
        display: block;
        width: 450%;
        position: absolute;
        overflow: hidden;
        animation: marquee 26s linear infinite;
    }

    .area03 .scrollingTextWrap .scrollWrap span {
        /*font-family: Poppins,'Noto Sans',sans-serif;*/
        float: left;
        font-size: 60px;
        letter-spacing: 0.03em;
        line-height: 70px;
        text-align: center;
        /*text-transform: uppercase;*/
        color: #000;
        padding: 0 0% 0 0%;
        background-repeat: no-repeat;
        font-weight: 300;
    }

    @keyframes marquee {
        0% {
            left: 0;
        }

        100% {
            left: -100%;
        }
    }

    /* END: scrolling text */

    .area03 .scopriComeBox .flexBoxIconWrapLeft,
    .area03 .scopriComeBox .flexBoxIconWrapRight {
        margin-bottom: 0;
    }


    @media screen and (max-width: 1440px) {

        .area02 .dropdownMenuWrap .dropdownMenuContent a {
            font-size: 24px;
            line-height: 26px;
        }

        .area02 .heroWrap h2 {
            font-size: 38px;
            line-height: 44px;
        }

        .area02 .heroWrap h2 p {
            font-size: 16px;
            line-height: 24px;
        }

        .area02 .heroWrap h2 p span {
            font-size: 48px;
            line-height: 56px;
        }

        .area03 h3 {
            font-size: 20px;
            line-height: 24px;
        }

        .area03 p {
            font-size: 16px;
            line-height: 24px;
            padding: 0 18%;
        }

        .area03 .scopriComeBox p span {
            font-size: 38px;
            line-height: 46px;
        }

        .area03 p span {
            font-size: 38px;
            line-height: 46px;
        }

        .area03 .scopriComeBox p {
            padding: 0 18%;
        }

        .area03 h4 {
            font-size: 18px;
            line-height: 24px;
        }

        .area03 .scopriComeBox a.ctaLink {
            font-size: 16px;
        }

        .area03 .goBackWrap a.ctaLinkBack {
            font-size: 20px;
            line-height: 22px;
        }

        .area03 .flexBoxIconWrapLeft {
            width: 66%;
        }

        .area03 .flexBoxIconWrapRight {
            width: 66%;
        }

        .area03 .flexBoxIconWrapLeft .flexContent p {
            font-size: 16px;
            line-height: 24px;
        }

        .area03 .flexBoxIconWrapRight .flexContent p {
            font-size: 16px;
            line-height: 24px;
        }
    }

    @media screen and (max-width: 1024px) {
        .area02 .heroWrap h2 p span {
            font-size: 38px;
            line-height: 46px;
        }

        .area03 p {
            padding: 0 8%;
        }

        .area03 .scopriComeBox p {
            padding: 0 8%;
        }

        .area03 .flexBoxIconWrapLeft {
            width: 80%;
        }

        .area03 .flexBoxIconWrapRight {
            width: 80%;
        }

        .area03 .scrollingTextWrap .scrollWrap div.scrollInner {
            width: 850%;
        }

        .area03 .thumbsWrap .thumb span.thumbLabel {
            font-size: 22px;
            line-height: 26px;
        }
    }

    /* mobile */
    @media screen and (max-width: 750px) {
        .desktopView {
            display: none;
        }

        .mobileView {
            display: block;
        }

        .area02 .dropdownMenuWrap {
            /*right: 4%;*/
            width: 80%;
            top: 0;
            right: 0;
        }

        .area02 .dropdownMenuWrap .dropdownHandler {
            font-size: 80px;
            line-height: 80px;
            font-weight: 300;
            text-align: right;
        }

        .area02 .dropdownMenuWrap .dropdownHandler span {
            padding: 0 2% 0 0;
        }

        .area02 .dropdownMenuWrap .dropdownHandler em {
            display: none;
        }

        .area02 .dropdownMenuWrap .dropdownMenuContent a {
            font-size: 18px;
            line-height: 20px;
            text-align: center;
        }

        .area02 .dropdownMenuWrap .dropdownMenuContent {
            text-align: center;
            padding: 2% 0 6% 0;
            top: 30px;
            min-width: auto;
            max-width: auto;
        }

        .area02 .dropdownMenuWrap .dropdownMenuContent a.mobileClose {
            font-size: 38px;
            text-align: right;
            padding: 6%;
            font-weight: 300;
            display: block;
            margin: 0 0 2% 0;
        }

        .area02 .dropdownMenuWrap .dropdownMenuContent a.activeItem {
            margin: 0 0 8% 0;
            font-size: 22px;
            line-height: 24px;
        }

        .area02 .dropdownMenuWrap.menuOn .dropdownHandler .spanPlus:before {
            content: '';
        }

        .area02 .dropdownMenuWrap .dropdownMenuContent a.mobileClose {
            display: block;
        }

        .area02 .dropdownMenuWrap .dropdownMenuContent a.mobileTopMenu {
            display: block;
        }

        .area02 a.homeHashLink {
            display: none;
        }

        .area02 .heroWrap h2 {
            font-size: 32px;
            line-height: 38px;
        }

        .area03 h3 {
            font-size: 18px;
            line-height: 24px;
        }

        .area03 p {
            font-size: 15px;
            line-height: 22px;
        }

        .area03 .scopriComeBox p span {
            font-size: 28px;
            line-height: 36px;
        }

        .area03 p span {
            font-size: 28px;
            line-height: 36px;
        }

        .area03 .contentImgWrap {
            width: 88%;
        }

        .area03 h4 {
            font-size: 16px;
            line-height: 22px;
        }

        .area03 a.ctaButtonEmpty {
            font-size: 14px;
        }

        .area03 .scopriComeBox {
            padding: 4% 0 4% 0;
        }

        .area03 .scopriComeBox a.ctaLink {
            font-size: 15px;
        }

        .area03 .goBackWrap a.ctaLinkBack {
            font-size: 18px;
            line-height: 20px;
        }

        .area03 .thumbsWrap {
            width: 100%;
        }

        .area03 .thumbsWrap .thumb img {
            padding: 0 4%;
        }

        .area03 .thumbsWrap .slick-list {
            padding: 0 20% 0 0;
            margin: 0 0 0 -2%;
        }

        .area03 .scrollingTextWrap .scrollWrap div.scrollInner {
            width: 1250%;
        }

        .area03 .scrollingTextWrap .scrollWrap span {
            font-size: 48px;
            line-height: 50px;
        }

        .area03 .flexBoxIconWrapLeft {
            width: 92%;
        }

        .area03 .flexBoxIconWrapRight {
            width: 92%;
        }

        .area03 .scrollingTextWrap .scrollWrap div.scrollInner {
            animation: marquee 16s linear infinite;
        }

        .area03 .scrollingTextWrap .scrollWrap {
            height: 9vh;
        }

    }