:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

.about-us-banner {
  background-color: var(--red-main, #DB0032);
  width: 100%;
  position: relative;
}
.about-us-banner .banner-container {
  padding: 4.6rem 3.6rem 4.6rem 3.6rem;
  max-width: 100%;
  margin: 0 auto;
}
@media (width > 768px) {
  .about-us-banner .banner-container {
    padding: 4.6rem 10rem 4.8rem 10rem;
  }
}
@media (width > 1440px) {
  .about-us-banner .banner-container {
    max-width: 144rem;
    padding: 4.6rem 10rem 4.8rem 10rem;
  }
}
.about-us-banner .stats-wrapper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 4.4rem 1.7rem;
  align-items: center;
  justify-content: center;
}
@media (width > 768px) {
  .about-us-banner .stats-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6.6rem;
    align-items: center;
    justify-content: space-between;
  }
}
@media (width > 1440px) {
  .about-us-banner .stats-wrapper {
    gap: 6.6rem;
  }
}
html[lang=en] .about-us-banner .stats-wrapper {
  flex-direction: row;
}
.about-us-banner .stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  text-align: center;
  width: calc(50% - 1rem);
  position: relative;
  padding: 0rem 1.7rem 0rem 0rem;
}
@media (width > 768px) {
  .about-us-banner .stat-item {
    gap: 0.6889rem;
    flex-direction: row;
    text-align: right;
    align-items: center;
    width: auto;
  }
  .about-us-banner .stat-item[data-desktop-index="0"] {
    order: 0 !important;
  }
  .about-us-banner .stat-item[data-desktop-index="1"] {
    order: 1 !important;
  }
  .about-us-banner .stat-item[data-desktop-index="2"] {
    order: 2 !important;
  }
  .about-us-banner .stat-item[data-desktop-index="3"] {
    order: 3 !important;
  }
}
html[lang=en] .about-us-banner .stat-item {
  padding: 0rem 0rem 0rem 1.7rem;
}
@media (width > 768px) {
  html[lang=en] .about-us-banner .stat-item {
    text-align: left;
  }
}
@media (width <= 768px) {
  .about-us-banner .stat-item[data-mobile-order="0"] {
    order: 1;
  }
  .about-us-banner .stat-item[data-mobile-order="1"] {
    order: 2;
  }
  .about-us-banner .stat-item[data-mobile-order="2"] {
    order: 3;
  }
  .about-us-banner .stat-item[data-mobile-order="3"] {
    order: 4;
  }
}
.about-us-banner .stat-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
}
@media (width > 768px) {
  .about-us-banner .stat-title-container {
    color: var(--white-main, #FFF);
    text-align: center;
    font-family: Simpler;
    font-size: 65.58px;
    font-style: normal;
    font-weight: 900;
    line-height: 96%;
  }
}
.about-us-banner .stat-title-container .stat-title {
  color: var(--white-main, #FFFFFF);
  font-family: "Simpler", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 0.96;
  text-align: center;
  white-space: normal;
  margin: 0;
  font-size: 5.4rem;
  word-wrap: break-word;
}
@media (width > 768px) {
  .about-us-banner .stat-title-container .stat-title {
    font-size: 6.5rem;
    text-align: right;
    white-space: pre;
  }
}
@media (width > 768px) {
  html[lang=en] .about-us-banner .stat-title-container .stat-title {
    text-align: left;
  }
}
.about-us-banner .stat-title-container .stat-prefix {
  color: var(--white-main, #FFF);
  text-align: right;
  font-family: Nexa;
  font-size: 3.136rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
html[lang=en] .about-us-banner .stat-title-container .stat-prefix {
  text-align: left;
}
.about-us-banner .stat-item:last-child .stat-title-container {
  align-items: flex-start;
}
@media (width > 768px) {
  .about-us-banner .stat-item:last-child .stat-title-container {
    align-items: flex-start;
  }
}
.about-us-banner .stat-item:last-child .stat-title-container .stat-prefix {
  font-size: 3.2rem;
  line-height: 1;
  align-self: flex-start;
}
@media (width > 768px) {
  .about-us-banner .stat-item:last-child .stat-title-container .stat-prefix {
    font-size: 3.96rem;
  }
}
.about-us-banner .stat-description {
  color: var(--white-main, #FFFFFF);
  font-family: "Simpler", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
  margin: 0;
  max-width: 14rem;
}
@media (width > 768px) {
  .about-us-banner .stat-description {
    font-size: 1.3rem;
    text-align: right;
    font-weight: 400;
  }
}
html[lang=en] .about-us-banner .stat-description {
  text-align: left;
}
@media (width > 768px) {
  html[lang=en] .about-us-banner .stat-description {
    text-align: left;
  }
}
.about-us-banner .stat-subdescription {
  color: var(--white-main, #FFF);
  text-align: right;
  font-family: Simpler;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
}
@media (width > 768px) {
  .about-us-banner .stat-subdescription {
    color: var(--white-main, #FFF);
    text-align: right;
    font-family: Simpler;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
}
html[lang=en] .about-us-banner .stat-subdescription {
  text-align: left;
}
@media (width > 768px) {
  html[lang=en] .about-us-banner .stat-subdescription {
    text-align: left;
  }
}
.about-us-banner .stat-divider {
  width: 8.1rem;
  height: 0.1rem;
  background: #FFF;
  position: absolute;
  right: -6rem;
  top: 50%;
  margin-right: 1.7rem;
  transform: translateY(-50%) rotate(90deg);
}
@media (width > 768px) {
  .about-us-banner .stat-divider {
    display: none;
  }
}
html[lang=en] .about-us-banner .stat-divider {
  right: auto;
  left: -6rem;
  margin-right: 0;
  margin-left: 1.7rem;
}
