/*
    Created on : 12/05/2026, 15:30:59
    Author     : ferna
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 23, 2019, 10:43:30 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
body.is-page-rte .maxw-768 {
  max-width: 768px;
}
body.is-page-rte .bgc-fafafa {
  background-color: #fafafa;
}
body.is-page-rte h2 {
  text-wrap: balance;
  font-size: 32px;
  font-weight: 900;
}
body.is-page-rte .ty-text {
  font-size: 16px;
  line-height: 1.5;
}
.rte-header p {
  margin: 0;
}
.rte-header img {
  height: 55.38px;
}
@media only screen and (min-width: 768px) {
  .rte-header img {
    height: 126.31px;
  }
}
.rte-tagline {
  color: #E7000B;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .rte-tagline {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
}
.rte-txt-highlited {
  font-weight: bold;
  padding: 12px 16px;
  background: #FFFFFF40;
  border-radius: 40px;
  display: inline-block;
  align-self: start;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .rte-txt-highlited {
    padding: 6px 16px;
    font-size: 18px;
  }
}
.rte-sustainability .ul-zones li {
  position: relative;
  padding-left: 76px;
}
.rte-sustainability .ul-zones li::before {
  content: '';
  display: inline-block;
  border-radius: 36px;
  background: #FFE2E2 url(/images/icn-check-red.svg) no-repeat center;
  background-size: auto;
  background-size: 20px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.rte-values .ul-circles {
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .rte-values .ul-circles {
    flex-direction: row;
    gap: 32px;
  }
}
.rte-history .swiper-history-wrapper {
  --swiper-navigation-size: 48px;
  --swiper-pagination-bottom: -48px;
  --swiper-pagination-bullet-border-radius: 20px;
  --swiper-pagination-bullet-inactive-color: white;
  --swiper-pagination-bullet-inactive-opacity: 30%;
  --swiper-pagination-color: #ec1d24;
  position: relative;
}
.rte-history .swiper-history-wrapper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.rte-history .swiper-history-wrapper .swiper-navigation-icon {
  display: none;
}
.rte-history .swiper-history-wrapper .swiper-button-disabled {
  opacity: 0;
}
.rte-history .swiper-history-wrapper .swiper-button-prev,
.rte-history .swiper-history-wrapper .swiper-button-next {
  width: 48px;
  height: 48px;
  background: url(/images/icn-next-red.svg) no-repeat center;
}
.rte-history .swiper-history-wrapper .swiper-button-prev {
  left: -32px;
  transform: rotate(180deg);
}
.rte-history .swiper-history-wrapper .swiper-button-next {
  right: -32px;
}
.rte-history .swiper-history-wrapper .swiper-pagination-bullet-active {
  width: 32px;
}
.history-item {
  background: #000000;
  box-shadow: 0px 20px 25px -5px #0000001A;
  color: #fff;
  padding: 24px;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.history-item h2,
.history-item h3 {
  font-size: 18px;
}
.history-item .history-year {
  width: 64px;
  height: 64px;
  color: #fff;
  background: red;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .history-item h2,
  .history-item h3 {
    font-size: 24px;
  }
}
