body {
  font-family: 'Roboto', sans-serif !important;
}
.bg {
  background: #141215 url('../images/bg.jpg');
  background-position-y: -100px;
  background-size: cover;
}
@font-face {
  font-family: "Avenir Next Regular";
  src: url("font/avenir-next-regular.eot");
  src: url("font/avenir-next-regular.eot?#iefix") format("embedded-opentype"), url("font/avenir-next-regular.woff2") format("woff2"), url("font/avenir-next-regular.woff") format("woff"), url("font/avenir-next-regular.ttf") format("truetype"), url("font/avenir-next-regular.svg#avenir-next-regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Italic";
  src: url("font/avenir-next-italic.eot");
  src: url("font/avenir-next-italic.eot?#iefix") format("embedded-opentype"), url("font/avenir-next-italic.woff2") format("woff2"), url("font/avenir-next-italic.woff") format("woff"), url("font/avenir-next-italic.ttf") format("truetype"), url("font/avenir-next-italic.svg#avenir-next-italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Ultra Light";
  src: url("font/avenir-next-ultra-light.eot");
  src: url("font/avenir-next-ultra-light.eot?#iefix") format("embedded-opentype"), url("font/avenir-next-ultra-light.woff2") format("woff2"), url("font/avenir-next-ultra-light.woff") format("woff"), url("font/avenir-next-ultra-light.ttf") format("truetype"), url("font/avenir-next-ultra-light.svg#avenir-next-ultra-light") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Bold";
  src: url("font/avenir-next-bold.eot");
  src: url("font/avenir-next-bold.eot?#iefix") format("embedded-opentype"), url("font/avenir-next-bold.woff2") format("woff2"), url("font/avenir-next-bold.woff") format("woff"), url("font/avenir-next-bold.ttf") format("truetype"), url("font/avenir-next-bold.svg#avenir-next-bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Demi Bold";
  src: url("font/avenir-next-demi-bold.eot");
  src: url("font/avenir-next-demi-bold.eot?#iefix") format("embedded-opentype"), url("font/avenir-next-demi-bold.woff2") format("woff2"), url("font/avenir-next-demi-bold.woff") format("woff"), url("font/avenir-next-demi-bold.ttf") format("truetype"), url("font/avenir-next-demi-bold.svg#avenir-next-demi-bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.header a:hover {
  color: #CB181A !important;
}
.header__logo {
  height: 60px;
}
.header__responsive {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(29, 31, 35, 0.9);
}
.font-default {
  font-family: 'Avenir Next Regular', sans-serif;
}
.a-regular {
  font-family: 'Avenir Next Regular', sans-serif !important;
}
.a-ultralight {
  font-family: 'Avenir Next Ultra Light', sans-serif !important;
}
.a-bold {
  font-family: 'Avenir Next Bold', sans-serif !important;
}
.a-demibold {
  font-family: 'Avenir Next Demi Bold', sans-serif !important;
}
.font-secondary {
  font-family: 'Playfair Display', serif;
}
.font-quote {
  font-family: 'Passion One', cursive;
}
.font-bodoni {
  font-family: 'Bodoni Moda', serif;
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
}
.fit-content {
  width: fit-content !important;
}
.beitgreen {
  color: #00863E !important;
}
.beitwhite {
  color: #fff !important;
}
.beitred {
  color: #CB181A !important;
}
.w-10 {
  width: 180px !important;
}
.h-30 {
  height: 30px;
}
.o-fit {
  object-fit: cover;
  width: 100%;
  object-position: center center;
}
.o-fit--500 {
  height: 500px;
}
.b-color {
  border-color: #bebebe;
}
.font-gold {
  color: #907A3F;
}
.border-gold {
  border-bottom: 1px solid #907A3F !important;
}
.bg-gold {
  background-color: #907A3F;
}
.b-shadow--black {
  box-shadow: 25px 25px 0 #000;
}
.b-shadow--gray {
  box-shadow: 32px 32px 0 #8d8d8d;
}
.b-shadow--white {
  box-shadow: 25px 25px 0 #fff;
}
.bg--green {
  background-color: #074000 !important;
}
.bg--dark-green {
  background-color: #042600 !important;
}
.bg--dark-green:hover {
  background-color: #000000 !important;
}
.form-check-label {
  max-width: 100% !important;
}
.bx-wrapper img {
  width: 100%;
}
.hr {
  border: 0;
  height: 3px !important;
  background: transparent url('../images/hr.svg') no-repeat center center;
  background-size: contain;
  opacity: 1;
}
.hr--mw {
  background-size: contain;
  background-size: 100%;
}
@media (min-width: 425px) {
  .hr--mw {
    background-size: cover;
  }
}
.bx-viewport {
  height: auto !important;
}
.bx-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.bx-pager-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bx-pager-item a {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  margin: 0 5px;
  background: #b9b9b9;
  border-radius: 100%;
}
.bx-pager-link.active {
  background: #000000;
}
.bx-pager-link a {
  background: #b9b9b9;
}
.mw-50 {
  max-width: 93% !important;
}
.mw-65 {
  max-width: 93% !important;
}
.mw-90 {
  max-width: 92% !important;
}
.mw-story {
  max-width: 90% !important;
}
@media (min-width: 1200px) {
  .mw-50 {
    max-width: 50% !important;
  }
  .mw-65 {
    max-width: 65% !important;
  }
  .mw-90 {
    max-width: 1180px !important;
  }
  .mw-story {
    max-width: 50% !important;
  }
}
.footer ul {
  list-style: none;
}
.footer ul li {
  margin: 0 8px;
}
.btn-red {
  background: #CB181A !important;
}
.btn-red:hover {
  background: #871011 !important;
}
.btn-green {
  background: #00863E !important;
}
.btn-green:hover {
  background: #003a1b !important;
}
.btn--white {
  background: #fff !important;
  color: #000 !important;
}
.btn--white:hover {
  background: #333 !important;
  color: #fff !important;
}
.btn--light {
  background: #dcdcdc !important;
  color: #000 !important;
}
.btn--light:hover {
  background: #333 !important;
  color: #fff !important;
}
.btn--black {
  background: #000 !important;
  color: #fff !important;
}
.btn--black:hover {
  background: #555555 !important;
  color: #fff !important;
}
.flag {
  margin: 0;
  height: 6px;
}
.flag__green {
  background: #00863E;
}
.flag__white {
  background: #F4F4F4;
}
.flag__red {
  background: #CB181A;
}
.video__cover {
  height: 630px;
}
.video__cover--treedom {
  height: 630px;
}
.video__overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url('../images/overlay.jpg') no-repeat center center;
}
.video_cover {
  height: 630px;
}
.video_cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_cover__scrolldown {
  bottom: 15px;
}
.video_cover__scrolldown_icon i {
  --animate-duration: 5s;
}
@media (max-width: 768px) {
  .video_cover {
    height: 430px;
  }
}
@media (max-width: 425px) {
  .video_cover {
    height: 260px;
  }
}
@keyframes scroll {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 100px;
  }
}
.slides-biodiversity .slick-dots {
  position: relative;
  bottom: 25px;
  margin: 0;
}
.slick-dots {
  margin: 35px 0;
  list-style: none;
  padding: 0 0.5rem;
  display: flex;
  justify-content: center;
}
.slick-dots button {
  border: 0;
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 6px;
  margin: 0 2px;
  padding: 0;
  background-color: #dddddd;
}
.slick-active button {
  background-color: #333;
}
.lookatit a {
  overflow: hidden;
}
.lookatit a img {
  height: 700px;
  transition: all 0.3s;
}
.lookatit a img:hover {
  transition: all 0.3s;
  transform: scale(1.2);
}
.itparade {
  background-color: #1CD660;
}
.itparade__bg {
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.75) 30%, rgba(0, 0, 0, 0) 100%), url('../images/spotify_cover.jpg') no-repeat center center;
  background-size: cover;
  min-height: 360px;
}
.itparade__sf {
  height: 30px;
}
.passion {
  background: #4ba254;
}
.secret {
  background: url('../images/landscape.jpg');
  background-size: cover;
}
.slide {
  min-height: 500px;
  max-height: 600px;
}
.slide video {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.slide__scrolldown {
  bottom: 50px;
}
.slide__overlay {
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.box {
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s;
}
.box .animate {
  transform: scale(1.2);
  transition: all 0.5s;
}
.box img {
  transform: scale(1);
  transition: all 0.5s;
}
.box .hover {
  bottom: -100px;
}
.values {
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s;
}
.values .animate {
  transform: scale(1.2);
  transition: all 0.5s;
}
.values--widget {
  background-color: #f1efeb;
}
.values--widget a {
  transition: all 0.5s;
}
.values--widget a:hover {
  transition: all 0.5s;
  background-color: #dcd7cd;
}
.values--widget a:hover img {
  transform: scale(1.1) !important;
}
.values--widget a img {
  transform: scale(1) !important;
}
.values .rotate {
  transition: all 0.2s;
  transform: rotate(-90deg);
}
.values img {
  transform: scale(1);
  transition: all 0.5s;
  height: 100%;
  object-fit: cover;
}
.values .hover {
  bottom: 0;
  background: url('../images/mask.png') no-repeat center top;
  height: 260px;
  background-size: cover;
}
.values .hover--white {
  background: url('../images/mask-white.png') no-repeat center top;
  background-size: cover;
}
.values .hover__expand {
  width: 20px;
}
.values .hover__description {
  margin-bottom: -6.5rem;
}
.values .hover__description h2 {
  margin-bottom: 4rem;
}
.value__overlay {
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.4s;
  top: calc(100% - 90px);
}
.value__overlay--white {
  background: rgba(255, 255, 255, 0.85);
}
.value__overlay__content {
  transition: all 0.4s;
  margin-top: 0;
}
.value__overlay__content h1 {
  transition: all 0.4s;
  font-size: 1.75rem;
}
.value__overlay.selected {
  transition: all 0.4s;
}
.value__overlay.selected .value__content {
  transition: all 0.4s;
  margin-top: 35px;
}
.value__overlay.selected .value__content h1 {
  transition: all 0.4s;
  font-size: 2.5rem !important;
}
@media (min-width: 1024px) {
  .value__overlay.selected .value__content {
    margin-top: 55px;
  }
}
@media (min-width: 1440px) {
  .value__overlay.selected .value__content {
    margin-top: 120px;
  }
}
.value__data {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.value__data h1 {
  transition: all 0.2s;
  margin: 100px 0 70px 0;
  padding: 0;
}
.value__data p {
  opacity: 0;
  transition: all 0.2s;
}
.value__data.selected {
  height: auto !important;
  bottom: 0 !important;
}
.value__data.selected h1 {
  transition: all 0.2s;
  margin: 0 0 20px 0;
}
.value__data.selected p {
  opacity: 1;
  transition: all 0.2s;
}
.value__item {
  transition: all 0.4s;
  height: 400px;
}
.value__item--passion {
  background: url('../images/values/passion.jpg') no-repeat center center;
  background-size: cover;
}
.value__item--creativity {
  background: url('../images/values/creativity.jpg') no-repeat center center;
  background-size: cover;
}
.value__item--heritage {
  background: url('../images/values/heritage.jpg') no-repeat center center;
  background-size: cover;
}
.value__item--style {
  background: url('../images/values/style.jpg') no-repeat center center;
  background-size: cover;
}
.value__item--innovation {
  background: url('../images/values/innovation.jpg') no-repeat center center;
  background-size: cover;
}
.value__item--diversity {
  background: url('../images/values/diversity.jpg') no-repeat center center;
  background-size: cover;
}
.value__item--podcast {
  background: url('../images/values/podcast.jpg') no-repeat center center;
  background-size: cover;
}
.value__item--narrate {
  background: url('../images/values/narrate.jpg') no-repeat center center;
  background-size: cover;
}
.value__item--digital {
  background: url('../images/values/digital.jpg') no-repeat center center;
  background-size: cover;
}
.value__item--wall {
  background: url('../images/values/wall.jpg') no-repeat center center;
  background-size: cover;
}
.value__item--itparade {
  background: url('../images/values/venezi.jpg') no-repeat center center;
  background-size: cover;
}
.value__item--startup {
  background: url('../images/startup.jpg') no-repeat center center;
  background-size: cover;
}
.value__item--widget {
  height: 210px;
}
.value__item .selected {
  height: 100%;
  top: 0;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .value__item {
    height: 520px;
  }
  .value__item--widget {
    height: 250px;
  }
}
.value__tile {
  height: 600px;
  overflow: hidden;
}
.value__tile--min {
  height: 450px;
}
.value__tile--half {
  height: 280px;
}
.treedom-cta {
  height: 500px;
  background: url('../images/04.jpg') no-repeat center center;
  background-size: cover;
}
.treedom__cover {
  height: 500px;
  background: url('../images/treedom-cover.jpg') no-repeat center center;
  background-size: 100%;
  transition: all 1s;
}
.treedom__cover:hover {
  background-size: 120%;
  transition: all 2s;
}
@media (min-width: 1440px) {
  .treedom__cover {
    background-size: 100%;
  }
}
.tree-planted__item {
  background-position: center center !important;
  background-size: cover !important;
}
@media (min-width: 576px) {
  .tree-planted__item {
    background-position: right center !important;
  }
}
.slides-biodiversity .slide {
  height: 510px;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .slides-biodiversity .slide {
    background-position: center center;
  }
}
.tree-planted__item {
  height: 610px;
}
@media (min-width: 576px) {
  .tree-planted__item {
    background-position: center center !important;
  }
}
@media (min-width: 768px) {
  .tree-planted__item {
    height: 420px;
  }
}
.tree-planted__item--basilicata {
  background: url(../images/treedom/basilicata-2.jpg);
}
.tree-planted__item--tuscany {
  background: url(../images/treedom/toscana-2.jpg);
}
.tree-planted__item--puglia {
  background: url(../images/treedom/puglia-2.jpg);
}
.tree-video iframe {
  height: 188px;
}
@media (min-width: 576px) {
  .tree-video iframe {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .tree-video iframe {
    height: 560px;
  }
}
@media (min-width: 1200px) {
  .tree-video iframe {
    height: 695px;
  }
}
.testimonial img {
  object-fit: cover;
}
.testimonial__stripe_1 {
  height: 550px;
}
.beneficts .benefict__icon {
  font-size: 170px;
}
.winner {
  background: #008f03;
  background: radial-gradient(circle, #008f03 0%, #0b6400 100%);
}
.story__slides {
  height: 280px;
}
.story__slide {
  height: 280px !important;
}
.story__image {
  height: 280px;
  width: 100%;
}
.story__first:first-letter {
  color: #907A3F;
  font-size: 9rem;
  margin-right: 30px;
  float: left;
  line-height: 9rem;
}
.story__first--dark:first-letter {
  color: #212529;
  font-size: 9rem;
  margin-right: 30px;
  float: left;
  line-height: 9rem;
}
.playlist {
  background: url('../images/playlist-bg.jpg') no-repeat center center;
}
.playlist_flag {
  margin-top: -25px;
}
.social a {
  height: auto;
}
@media (min-width: 1024px) {
  .social a {
    height: 280px;
  }
}
.social__icon img {
  height: 50px;
}
.social__fb {
  background: #2049BD;
  transition: all 0.3s;
}
.social__fb:hover {
  background: #15307c;
  transition: all 0.3s;
}
.social__ig {
  background: #9300A7;
  transition: all 0.3s;
}
.social__ig:hover {
  background: #50005b;
  transition: all 0.3s;
}
.social__tw {
  background: #1d9bf0;
  transition: all 0.3s;
}
.social__tw:hover {
  background: #0c71b5;
  transition: all 0.3s;
}
.social__yt {
  background: #F10001;
  transition: all 0.3s;
}
.social__yt:hover {
  background: #a40001;
  transition: all 0.3s;
}
.social__in {
  background: #0B61B8;
  transition: all 0.3s;
}
.social__in:hover {
  background: #073b70;
  transition: all 0.3s;
}
.social__sf {
  background: #1CCC5B;
  transition: all 0.3s;
}
.social__sf:hover {
  background: #13893d;
  transition: all 0.3s;
}
.artitude {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.9);
}
.artitude--passion::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/passion/artitude/artitude.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.artitude--creativity::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/creativity/artitude/artitude.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.artitude--heritage::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/heritage/artitude/artitude.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.artitude--style::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/style/artitude/artitude.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.artitude--innovation::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/innovation/artitude/artitude.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.artitude--diversity::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/diversity/artitude/artitude.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.artitude__cover {
  background-size: cover;
}
.quote {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.9);
}
.quote--passion::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/passion/quote/quote.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.quote--creativity::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/creativity/quote/quote.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.quote--heritage::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/heritage/quote/quote.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.quote--style::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/style/quote/quote.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.quote--innovation::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/innovation/quote/quote.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.quote--diversity::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../images/diversity/quote/quote.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.food {
  max-height: 650px;
}
.food img {
  height: 650px;
  object-fit: cover;
  width: 100%;
  object-position: top right;
}
.nav-values {
  position: relative;
}
.nav-values__item {
  height: 280px;
  overflow: hidden;
}
.nav-values__item--active-9 {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.nav-values__item h1 {
  font-size: 40px;
  font-style: italic;
  color: #fff;
  transition: all 0.3s;
  text-shadow: 0 8px 25px #000;
}
.nav-values__item:hover h1 {
  font-size: 44px;
  color: #fff;
  transition: all 0.3s;
  text-shadow: 0 8px 25px #000;
}
.nav-values__item:hover img {
  opacity: 0.75;
  transform: scale(1.1);
  transition: all 0.3s;
}
.nav-values__item img {
  transition: all 0.3s;
  height: 280px;
  opacity: 0.4;
}
