#es-rc #es-rc-content {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.4);
  background-color: #000000;
  background: linear-gradient(180deg, rgb(201, 179, 179) 0%, rgb(135, 119, 120) 100%);
  max-width: 1300px;
  overflow: hidden;
  margin: 0 auto;
  container: es-rc-content/inline-size;
}
#es-rc #es-rc-content ::-moz-selection {
  background-color: #96756e;
  color: #ffffff;
}
#es-rc #es-rc-content ::selection {
  background-color: #96756e;
  color: #ffffff;
}
#es-rc #es-rc-content * {
  box-sizing: border-box;
}
#es-rc #es-rc-content p {
  margin: 0;
}
#es-rc #es-rc-content img,
#es-rc #es-rc-content video {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#es-rc #es-rc-content button {
  display: block;
}
#es-rc #es-rc-content .es-section-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin-block: 16px;
  text-transform: uppercase;
  text-wrap: balance;
}
#es-rc #es-rc-content .es-section-title--bold {
  font-weight: 600;
}
@container es-rc-content (min-width: 768px) {
  #es-rc #es-rc-content .es-section-title {
    font-size: 60px;
  }
}
#es-rc #es-rc-content .es-footer {
  background-color: #000000;
}
#es-rc #es-rc-content .es-footer__logo {
  max-width: 200px;
  padding: 16px;
}
@container es-rc-content (min-width: 660px) {
  #es-rc #es-rc-content .es-footer__logo {
    max-width: 250px;
    padding: 20px;
  }
}
#es-rc #es-rc-content .es-kv__headline {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: clamp(42px, 28.979px + 3.617vw, 76px);
  line-height: 1;
  padding-block: 16px;
  border-top: 16px solid #000000;
  border-bottom: 16px solid #000000;
  background-color: #000000;
}
@container es-rc-content (min-width: 475px) {
  #es-rc #es-rc-content .es-kv {
    position: relative;
  }
  #es-rc #es-rc-content .es-kv__headline {
    position: absolute;
    border: unset;
    background: unset;
    text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.4);
    top: 1%;
    left: 48%;
  }
}
@container es-rc-content (min-width: 660px) {
  #es-rc #es-rc-content .es-kv {
    display: flex;
  }
  #es-rc #es-rc-content .es-kv__headline {
    top: 18%;
    left: 30%;
    font-size: clamp(40px, 1.12px + 5.76vw, 76px);
  }
}
#es-rc #es-rc-content .es-results {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#es-rc #es-rc-content .es-results__left {
  padding-inline: 24px;
}
#es-rc #es-rc-content .es-results__right {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
#es-rc #es-rc-content .es-results__right__headline {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  line-height: 1;
}
#es-rc #es-rc-content .es-results__right__headline--top {
  font-size: clamp(32px, 8.24px + 3.52vw, 54px);
  margin-bottom: 16px;
}
#es-rc #es-rc-content .es-results__right__headline--bottom {
  font-size: clamp(20.15px, 5.192px + 2.216vw, 34px);
}
#es-rc #es-rc-content .es-results__right__ba-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#es-rc #es-rc-content .es-results__right__ba-single {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#es-rc #es-rc-content .es-results__right__ba-single__img {
  transition: all 0.3s;
}
#es-rc #es-rc-content .es-results__right__ba-single__img:hover {
  transform: scale(1.05);
}
#es-rc #es-rc-content .es-results__right__ba-single__img-wrapper {
  overflow: hidden;
}
#es-rc #es-rc-content .es-results__right__ba-single__text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-weight: 500;
  padding: 10px;
  width: 100%;
  font-size: 21.6px;
  text-shadow: none;
}
#es-rc #es-rc-content .es-results__right__ba-single__text--before {
  background-color: #b79f9b;
}
#es-rc #es-rc-content .es-results__right__ba-single__text--after {
  background-color: #ffffff;
  color: #b79f9b;
}
@container es-rc-content (min-width: 550px) {
  #es-rc #es-rc-content .es-results__right__ba-wrapper {
    flex-direction: row;
  }
}
@container es-rc-content (min-width: 660px) {
  #es-rc #es-rc-content .es-results {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #es-rc #es-rc-content .es-results__left, #es-rc #es-rc-content .es-results__right {
    width: 50%;
  }
  #es-rc #es-rc-content .es-results__right__ba-single__text {
    font-size: 32px;
  }
}
#es-rc #es-rc-content .es-features {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#es-rc #es-rc-content .es-features .es-desktop {
  display: none;
}
#es-rc #es-rc-content .es-features__feature {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#es-rc #es-rc-content .es-features__feature:hover .es-features__feature__img {
  transform: scale(1.2);
}
#es-rc #es-rc-content .es-features__feature__img {
  transition: all 0.3s;
}
#es-rc #es-rc-content .es-features__feature__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: clamp(24px, 17.106px + 1.9149vw, 42px);
}
#es-rc #es-rc-content .es-features__feature__desc {
  text-align: center;
  text-wrap: balance;
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(16px, 14.469px + 0.4255vw, 20px);
}
@container es-rc-content (min-width: 660px) {
  #es-rc #es-rc-content .es-features {
    position: relative;
    padding-top: 0;
  }
  #es-rc #es-rc-content .es-features .es-desktop {
    display: block;
  }
  #es-rc #es-rc-content .es-features__feature {
    position: absolute;
    width: -moz-max-content;
    width: max-content;
  }
  #es-rc #es-rc-content .es-features__feature--1 {
    top: 7%;
    right: 4%;
  }
  #es-rc #es-rc-content .es-features__feature--2 {
    bottom: 10%;
    left: 4%;
  }
  #es-rc #es-rc-content .es-features__feature__img {
    max-width: 44px;
    max-height: 44px;
    margin: unset;
    width: 18%;
  }
  #es-rc #es-rc-content .es-features__feature__img--1 {
    margin-top: -6%;
    margin-left: 7%;
  }
  #es-rc #es-rc-content .es-features__feature__img--2 {
    margin: auto;
  }
}
@container es-rc-content (min-width: 880px) {
  #es-rc #es-rc-content .es-features {
    padding: 32px;
    padding-top: 0;
  }
  #es-rc #es-rc-content .es-features__feature {
    gap: 16px;
  }
  #es-rc #es-rc-content .es-features__feature--1 {
    top: 8%;
    right: 6%;
  }
  #es-rc #es-rc-content .es-features__feature--2 {
    left: 8%;
  }
  #es-rc #es-rc-content .es-features__feature__img {
    max-width: 55px;
    max-height: 67px;
  }
  #es-rc #es-rc-content .es-features__feature__img--1 {
    margin-top: -4%;
    margin-left: 9%;
  }
}
#es-rc #es-rc-content .es-lift {
  text-align: center;
}
#es-rc #es-rc-content .es-lift__text {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
#es-rc #es-rc-content .es-lift__headline {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: clamp(52px, 36.682px + 4.2553vw, 92px);
  line-height: 1;
}
@container es-rc-content (max-width: 649px) {
  #es-rc #es-rc-content .es-lift {
    background: linear-gradient(180deg, #dcbfb9 0%, #f4d0b8 41%, #96756e 100%) !important;
  }
}
@container es-rc-content (min-width: 650px) {
  #es-rc #es-rc-content .es-lift {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 13/6;
  }
  #es-rc #es-rc-content .es-lift__bg {
    display: none;
  }
  #es-rc #es-rc-content .es-lift__text {
    width: 50%;
    height: 100%;
  }
}
@media only screen and (max-device-width: 1366px) {
  #es-rc #es-rc-content .es-lift {
    background-attachment: scroll;
  }
}
#es-rc #es-rc-content .es-slider {
  margin-bottom: -1px;
}
#es-rc #es-rc-content .es-slider .swiper-button-prev:after,
#es-rc #es-rc-content .es-slider .swiper-rtl .swiper-button-next:after,
#es-rc #es-rc-content .es-slider .swiper-button-next:after,
#es-rc #es-rc-content .es-slider .swiper-rtl .swiper-button-next:after {
  content: "";
}
#es-rc #es-rc-content .es-slider .swiper-button-next,
#es-rc #es-rc-content .es-slider .swiper-button-prev {
  width: unset;
  height: unset;
  position: static;
  justify-content: unset;
  margin: 0;
  display: unset;
  height: 64px;
  padding: 15px;
}
#es-rc #es-rc-content .es-slider__buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#es-rc #es-rc-content .es-slider__buttons--prev__img, #es-rc #es-rc-content .es-slider__buttons--next__img {
  display: block;
  margin: 0;
}
#es-rc #es-rc-content .es-slider__buttons--prev__img {
  transform: rotate(180deg);
}
#es-rc #es-rc-content .es-slider__pagination {
  position: absolute;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  transform: translate(-50%, -50%);
}
@container es-rc-content (min-width: 660px) {
  #es-rc #es-rc-content .es-slider__buttons {
    position: absolute;
    top: 50%;
  }
  #es-rc #es-rc-content .es-slider__pagination {
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
  }
}
#es-rc #es-rc-content .es-slide--1__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  height: 100%;
  padding: 16px;
  background-size: cover;
  background-position: center;
}
#es-rc #es-rc-content .es-slide--1__right__stat-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  max-width: 320px;
}
#es-rc #es-rc-content .es-slide--1__right__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#es-rc #es-rc-content .es-slide--1__right__text--percent {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: clamp(52px, 2.2926px + 4.2553vw, 92px);
  line-height: 1;
}
#es-rc #es-rc-content .es-slide--1__right__text--stat {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: clamp(20.15px, 5.192px + 2.216vw, 34px);
}
#es-rc #es-rc-content .es-slide--1__right__disclaimer {
  margin-top: 32px;
}
#es-rc #es-rc-content .es-slide--2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: linear-gradient(180deg, #dcbfb9 0%, #f4d0b8 41%, #96756e 100%);
}
#es-rc #es-rc-content .es-slide--2 .es-ba__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-shadow: none;
  padding: 16px;
}
#es-rc #es-rc-content .es-slide--2 .es-ba__single:nth-child(odd) {
  background-color: #ffffff;
}
#es-rc #es-rc-content .es-slide--2 .es-ba__single:nth-child(odd) .es-ba__name {
  color: #b79f9b;
}
#es-rc #es-rc-content .es-slide--2 .es-ba__single:nth-child(even) {
  background-color: #b79f9b;
}
#es-rc #es-rc-content .es-slide--2 .es-ba__name {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: 34px;
  line-height: 1;
}
#es-rc #es-rc-content .es-slide--2 .es-ba__flex-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#es-rc #es-rc-content .es-slide--2 .es-ba__img-wrapper {
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
#es-rc #es-rc-content .es-slide--2 .es-ba__img {
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#es-rc #es-rc-content .es-slide--2 .es-ba__img:hover {
  scale: 1.2;
}
#es-rc #es-rc-content .es-slide--2 .es-ba__text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-weight: 500;
  text-align: left;
  font-size: 32px;
  padding: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@container es-rc-content (min-width: 660px) {
  #es-rc #es-rc-content .es-slide--1 {
    display: flex;
    flex-direction: row-reverse;
  }
  #es-rc #es-rc-content .es-slide--1__left, #es-rc #es-rc-content .es-slide--1__right {
    width: 50%;
  }
  #es-rc #es-rc-content .es-slide--1__left__img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
@container es-rc-content (min-width: 900px) and (max-width: 1260px) {
  #es-rc #es-rc-content .es-slide--2 .es-ba__single {
    flex: 1 1 0;
  }
}
@container es-rc-content (min-width: 980px) {
  #es-rc #es-rc-content .es-slide--1 {
    height: 100%;
  }
  #es-rc #es-rc-content .es-slide--2 {
    background: linear-gradient(90deg, #ffffff 0%, #b79f9b 100%);
  }
}
#es-rc #es-rc-content .es-video {
  padding: 32px;
  background-color: #b79f9b;
}
#es-rc #es-rc-content .es-video__video {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
}
@container es-rc-content (min-width: 660px) {
  #es-rc #es-rc-content .es-video__video {
    width: 80%;
  }
}
#es-rc #es-rc-content .es-cross {
  padding: 60px 16px;
  background: linear-gradient(180deg, #dcbfb9 0%, #f4d0b8 41%, #96756e 100%);
}
#es-rc #es-rc-content .es-cross__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px 8px;
  margin-top: 32px;
}
#es-rc #es-rc-content .es-cross__single {
  max-width: 300px;
  display: flex;
  align-items: center;
  flex-flow: column;
}
#es-rc #es-rc-content .es-cross__single:hover .es-cross__img {
  transform: scale(1.05);
}
#es-rc #es-rc-content .es-cross__single:hover .es-cross__link {
  background-color: #ffffff;
  color: #000000;
  box-shadow: inset 0 0 0 2px #000000;
}
#es-rc #es-rc-content .es-cross__packshot {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
#es-rc #es-rc-content .es-cross__img {
  max-height: 100%;
  transition: all 0.3s;
  width: 80%;
}
#es-rc #es-rc-content .es-cross__name {
  line-height: inherit;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
}
#es-rc #es-rc-content .es-cross__desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 32px;
}
#es-rc #es-rc-content .es-cross__link {
  margin: 0;
  line-height: inherit;
  font-size: 28px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  display: inline-block;
  transition: color 0.3s;
  width: 100%;
  text-shadow: none;
}
@container es-rc-content (min-width: 768px) {
  #es-rc #es-rc-content .es-cross__container {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 32px 8px;
    margin-top: 32px;
  }
  #es-rc #es-rc-content .es-cross__single {
    min-width: 230px;
    width: 30%;
    text-shadow: unset;
  }
  #es-rc #es-rc-content .es-cross__desc {
    height: 9em;
  }
}
@container es-rc-content (min-width: 880px) {
  #es-rc #es-rc-content .es-cross__desc {
    height: 7em;
  }
}
#es-rc #es-rc-content .es-cross--1 {
  padding: 60px 32px;
}
#es-rc #es-rc-content .es-cross--1 .es-section-title {
  max-width: 800px;
  margin: auto;
}
#es-rc #es-rc-content .es-cross--1 .es-cross__container {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 24px;
}
#es-rc #es-rc-content .es-cross--1 .es-line {
  display: none;
}
#es-rc #es-rc-content .es-cross--1 .es-cross__name {
  font-size: 32px;
}
#es-rc #es-rc-content .es-cross--1 .es-cross__desc {
  text-wrap: balance;
  height: unset;
  font-size: 16px;
}
#es-rc #es-rc-content .es-cross--1 .es-cross__link {
  background-color: #b79f9b;
  font-size: 24px;
}
@container es-rc-content (min-width: 768px) {
  #es-rc #es-rc-content .es-cross--1 {
    background-size: cover;
    background-position: center;
  }
  #es-rc #es-rc-content .es-cross--1 .es-cross__container {
    gap: 32px;
  }
  #es-rc #es-rc-content .es-cross--1 .es-cross__single {
    align-items: flex-start;
    min-width: unset;
    flex: 1 1 0;
  }
  #es-rc #es-rc-content .es-cross--1 .es-cross__name,
  #es-rc #es-rc-content .es-cross--1 .es-cross__desc {
    text-align: left;
  }
  #es-rc #es-rc-content .es-cross--1 .es-line {
    display: block;
    width: 2px;
    min-height: 240px;
    background-color: #ffffff;
    margin-top: 0;
    margin-bottom: auto;
  }
}
@container es-rc-content (min-width: 880px) {
  #es-rc #es-rc-content .es-cross--1 .es-line {
    min-height: 300px;
  }
}
@container es-rc-content (min-width: 768px) {
  #es-rc #es-rc-content .es-cross--2 .es-cross__container {
    gap: 24px;
    margin-top: 48px;
  }
  #es-rc #es-rc-content .es-cross--2 .es-cross__name {
    margin-bottom: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #es-rc #es-rc-content * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}/*# sourceMappingURL=styles.css.map */