.home-banner {
  padding: 3.125vw;
  position: relative;
  overflow: hidden;
}
.home-banner-top {
  position: absolute;
  width: 19.792vw;
  height: 19.792vw;
  top: -13vw;
  right: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  filter: blur(0.104vw);
}
.home-banner-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-banner-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 13.021vw;
  width: 100%;
  z-index: 1;
  background: #000;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 88%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.home-banner-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(48, 61, 71, 0.83) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#303D47", GradientType=0);
  opacity: 0.3;
}
.home-banner-block-anime {
  overflow: hidden;
}
.home-banner-left {
  font-size: 3.49vw;
  line-height: 4.688vw;
  color: white;
  font-weight: 300;
  line-height: 1;
  font-family: "Cherston", sans-serif;
  max-width: 27.604vw;
}
.home-banner-left-center {
  font-weight: 400;
  font-style: italic;
}
.home-banner-left p {
  font-size: 1.146vw;
  line-height: 1.563vw;
  font-weight: 400;
  font-family: "Centrale", sans-serif;
  margin-top: 1.042vw;
}
.home-banner-overlay {
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  pointer-events: none;
  position: absolute;
  z-index: 11;
}
.home-banner-overlay img {
  width: 100%;
  height: auto;
}
.home-banner-overlay-top {
  width: 100%;
  height: 2.604vw;
  background: #00000024;
  margin-top: 5.208vw;
}
.home-banner-center {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7.813vw;
  font-family: "NeueHaas", sans-serif;
  left: 0;
  top: 0;
  color: white;
  letter-spacing: 0.208vw;
  opacity: 0;
  pointer-events: none;
}
.home-banner-center img {
  width: 100%;
  height: 100%;
  max-width: 65%;
}
.home-about {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  position: relative;
  z-index: 10;
  padding-bottom: 7.813vw;
  overflow: hidden;
  align-items: center;
  justify-content: flex-end;
}
.home-about-wrapper {
  width: 100%;
  min-height: 100vh;
  height: auto;
  display: flex;
  position: relative;
  background-color: white;
  overflow: hidden;
}
.home-about-overlay {
  position: absolute;
  width: 100vw;
  height: 100vw;
  z-index: 1;
  pointer-events: none;
  left: 0;
  top: 100%;
  background: linear-gradient(180deg, #e8e8e8 0%, #ffffff 67%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E8E8E8", endColorstr="#FFFFFF", GradientType=0);
  border-radius: 50%;
}
.home-about-top {
  font-size: 4.167vw;
  line-height: 4.688vw;
  color: #333f49;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  max-width: 47.917vw;
  font-family: "Cherston", sans-serif;
}
.home-about-bottom {
  font-size: 1.146vw;
  line-height: 1.563vw;
  font-family: "Centrale", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 2.604vw;
  text-align: center;
  max-width: 47.917vw;
}
.home-discover {
  padding: 7.292vw 3.125vw;
  position: absolute;
  left: auto;
  top: 0;
}
.home-discover-top {
  color: white;
  font-size: 2.604vw;
  font-weight: 400;
  line-height: 3.125vw;
  display: flex;
  flex-direction: column;
  gap: 1.563vw;
  align-items: flex-start;
  font-family: "Cherston", sans-serif;
}
.home-discover-slider {
  position: relative;
}
.home-discover-slider-nav {
  position: absolute;
  display: flex;
  gap: 1.042vw;
  right: 2.604vw;
  bottom: 2.604vw;
  font-size: 0.729vw;
  color: white;
}
.home-discover-slider-nav [class*="swiper-button-custom"] {
  width: 2.604vw;
  height: 2.604vw;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 11;
  border: 1px solid white;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s;
  font-size: 0.521vw;
}
.home-discover-slider-nav [class*="swiper-button-custom"]:hover {
  background-color: white;
  color: #333f49;
}
.home-discover-slider-length {
  position: absolute;
  display: flex;
  gap: 5.208vw;
  right: 10.417vw;
  bottom: 3.125vw;
  font-size: 1.042vw;
  color: white;
  z-index: 10;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-family: "Centrale", sans-serif;
}
.home-discover-slider-length div,
.home-discover-slider-length span {
  transition: all 0.3s;
}
.home-discover-slider-length::after {
  content: "";
  position: absolute;
  width: 3.646vw;
  height: 0.052vw;
  background-color: white;
}
.home-discover-slider-pagination {
  position: absolute;
  left: 2.604vw !important;
  bottom: 2.604vw !important;
  display: flex;
  gap: 0.521vw;
  z-index: 1;
}
.home-discover-slider-pagination span {
  width: 5.208vw;
  height: 0.156vw;
  background-color: #ffffff;
  border-radius: 0;
}
.home-unmatched {
  display: flex;
  background-color: #fff;
  position: relative;
}
.home-unmatched-left {
  width: 37.5vw;
  font-size: 1.146vw;
  line-height: 1.563vw;
  font-family: "Centrale", sans-serif;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 2;
  text-align: center;
}
.home-unmatched-left-in {
  position: absolute;
  padding: 3.125vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  gap: 4.948vw;
  justify-content: center;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.home-unmatched-left-top {
  font-family: "Centrale", sans-serif;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}
.home-unmatched-left-top .top-text {
  font-size: 0.781vw;
}
.home-unmatched-left-top .top-main {
  font-family: "Cherston", sans-serif;
  font-size: 2.604vw;
  line-height: 3.125vw;
  font-weight: 400;
}
.home-unmatched-left-top .top-main span {
  font-weight: 500;
}
.home-unmatched-left-top .cont-block {
  font-size: 0.938vw;
  margin-top: 1.563vw;
}
.home-unmatched-left .black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcfcfc;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
.home-unmatched-right {
  width: 62.5vw;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.home-unmatched-right-wrapper {
  display: flex;
  flex-direction: column;
  will-change: transform;
}
.home-unmatched-right-in {
  height: 100vh;
  flex-shrink: 0;
}
.home-unmatched-right-in .top-main,
.home-unmatched-right-in .cont-block {
  display: none;
}
.home-projects-section {
  background-color: #f6f6f6;
}
.home-project-head {
  padding: 10.417vw 3.125vw;
  font-size: 2.604vw;
  line-height: 3.125vw;
  text-align: center;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 1.563vw;
  font-family: "Cherston", sans-serif;
}
.home-project-inner {
  padding: 8.333vw 3.125vw;
  font-size: 2.604vw;
  line-height: 3.125vw;
  font-weight: 400;
  color: white;
  font-family: "Cherston", sans-serif;
}
.home-project-inner-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.home-project-in.bg-change::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(51, 63, 73, 0.55);
  z-index: 1;
}
.home-esteem {
  padding: 5.208vw 3.125vw;
  display: flex;
  justify-content: space-between;
  font-size: 3.646vw;
  font-weight: 300;
  line-height: 1.1;
  align-items: center;
  background-color: white;
}
.home-esteem-flora {
  display: none !important;
}
.home-esteem-left {
  max-width: 30%;
  display: flex;
  flex-direction: column;
  gap: 1.563vw;
}
.home-esteem-left > div > span {
  display: inline-block;
  transform: translateY(0) scale(1);
  filter: blur(0px);
}
.home-esteem-left > span {
  font-size: 0.833vw;
  line-height: 1.563vw;
  font-family: "Centrale", sans-serif;
}
.home-esteem-left > span b {
  font-weight: 600;
  margin: 0 0.156vw;
}
.home-esteem-center {
  width: 18.229vw;
  height: 5.99vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-esteem-center-left {
  height: 10.417vw;
}
.home-esteem-right {
  width: 18.229vw;
  height: 8.073vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-esteem-1 {
  width: 100%;
  background-color: #dce5ea;
  font-size: 1.146vw;
  line-height: 1.563vw;
  font-family: "Centrale", sans-serif;
}
.home-esteem-1-in {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 5.208vw;
}
.home-esteem-1 .head {
  font-size: 2.604vw;
  line-height: 3.125vw;
  font-family: "Cherston", sans-serif;
}
.home-esteem-1 .img-block {
  width: 20.573vw;
  height: 23.177vw;
}
.home-esteem-2 {
  width: 100%;
  background-color: white;
  font-size: 1.146vw;
  line-height: 1.563vw;
  font-family: "Centrale", sans-serif;
}
.home-esteem-2-in {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.208vw;
}
.home-esteem-2 .head {
  font-size: 2.604vw;
  line-height: 3.125vw;
  font-family: "Cherston", sans-serif;
}
.home-esteem-2 .blocks {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 4.688vw;
  font-size: 1.146vw;
  line-height: 1.563vw;
  align-items: flex-start;
  padding-right: 7.813vw;
}
.home-esteem-2 .blocks-wrap {
  width: 100%;
  display: flex;
}
.home-esteem-2 .img-block {
  width: 20.052vw;
  height: 9.375vw;
}
.home-excelence {
  font-size: 0.833vw;
  line-height: 1.25vw;
  display: flex;
  gap: 5.208vw;
  padding: 8.333vw 5.208vw;
  align-items: flex-end;
  justify-content: space-between;
  color: white;
  height: 100%;
  position: relative;
}
.home-excelence-block {
  max-width: 39.583vw;
  display: flex;
  flex-direction: column;
  gap: 4.167vw;
  align-items: flex-start;
}
.home-excelence-block .best {
  width: 5.208vw;
  display: flex;
  flex-direction: column;
  gap: 0.521vw;
  font-size: 0.781vw;
}
.home-excelence-block .best-img {
  width: 100%;
  height: 5.208vw;
}
.home-excelence-block p {
  font-size: 1.146vw;
  line-height: 1.563vw;
}
.home-excelence-block-main {
  font-size: 2.604vw;
  line-height: 3.125vw;
  font-weight: 300;
  font-family: "Cherston", sans-serif;
}
.home-excelence-block-center {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vw;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1.563vw;
}
.home-excelence-block-center-in {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.home-excelence-block-center-in img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-excelence-block-center-top {
  width: 24vw;
  height: 24vw;
  display: flex;
  flex: 0 0 auto;
  position: absolute;
  top: 4.4vw;
  left: -0.8vw;
}
.home-excelence-block-center-top-mask {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: -12vw 0% 0% -4.9vw;
  overflow: hidden;
  transform: rotate(45deg);
}
.home-excelence-block-center-top-mask img {
  top: 0.208vw;
  left: 13.8vw;
  position: absolute;
  transform: rotate(-46deg);
  max-width: 53%;
}
.home-excelence-block-center-line {
  width: 25vw !important;
  height: 25vw;
  display: flex;
  flex: 0 0 auto;
  position: absolute;
}
.home-excelence-block-center-bottom {
  width: 19vw;
  height: 19vw;
  display: flex;
  flex: 0 0 auto;
  position: absolute;
  right: 1.1vw;
  bottom: 2.1vw;
}
.home-excelence-block-center-bottom-mask {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 4.8vw 0% 0% 3.1vw;
  overflow: hidden;
  transform: rotate(45deg);
}
.home-excelence-block-center-bottom-mask img {
  top: 0.208vw;
  left: -5.2vw;
  position: absolute;
  transform: rotate(-46deg);
}
.home-excelence-block-center-text {
  font-size: 1.563vw;
  line-height: 2.083vw;
  position: relative;
  padding-bottom: 0.781vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-family: Cherston, sans-serif;
}
.home-excelence-block-center-text::before {
  content: "";
  position: absolute;
  width: 20.833vw;
  height: 0.052vw;
  bottom: 0;
  background-color: rgba(217, 227, 234, 0.5);
  left: auto;
  right: auto;
}
.home-excelence-block-center-text::after {
  content: "";
  position: absolute;
  width: 20.833vw;
  height: 0.104vw;
  bottom: -0.208vw;
  background-color: rgba(217, 227, 234, 0.5);
  left: auto;
  right: auto;
}
.home-map {
  position: relative;
  transform-origin: center center;
  will-change: transform;
}
.home-map-location {
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 4.167vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.646vw;
  height: 4.167vw;
}
.home-map-location .span-wrap {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}
.home-map-location .span-wrap span {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}
.home-map-location .span-wrap span:nth-child(2) {
  opacity: 0.6;
}
.home-map-location .span-wrap span:last-child {
  color: #333f49;
  font-size: 2.083vw;
  left: 0.99vw;
  top: 0.677vw;
}
.home-map-location.loc-one {
  top: 8vh;
  left: 31vw;
}
.home-map-location-tooltip {
  width: 21.875vw;
  height: 10.938vw;
  border-radius: 0.521vw;
  background-color: #ffffff;
  color: #333f49;
  position: absolute;
  top: 120%;
  left: 2.083vw;
  font-size: 1.042vw;
  font-family: "Centrale", sans-serif;
  padding: 1.042vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 0.521vw;
  line-height: 1.563vw;
}
.home-map-location-tooltip .head-block {
  font-size: 1.25vw;
  line-height: 1.667vw;
  font-weight: 500;
  font-family: "Cherston", sans-serif;
}
.home-map-location:hover .home-map-location-tooltip {
  opacity: 1;
}
.home-news {
  background-color: #f5f7f8;
  font-family: "Centrale", sans-serif;
}
.home-news-head {
  display: flex;
  padding: 6.77vw 4.167vw;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 2.188vw;
  line-height: 2.708vw;
}
.home-news-head-marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  position: absolute;
  width: 100%;
  height: 15vw;
  align-items: center;
}
.home-news-head-span {
  font-size: 13.542vw;
  opacity: 0.04;
  font-family: "Cherston", sans-serif;
  display: inline-block;
  padding-right: 10vw;
  animation: marquee 20s linear infinite;
}
.home-news-head-span span {
  display: inline-block;
  transform: translateY(0) scale(1);
  filter: blur(0px);
}
.home-news-head-in {
  position: relative;
  padding-bottom: 0.521vw;
  display: flex;
  justify-content: center;
}
.home-news-head-in::after {
  content: "";
  position: absolute;
  width: 3.125vw;
  height: 0.052vw;
  background-color: #35424c;
  bottom: 0;
  margin: auto;
}
.home-news-head span {
  font-size: 13.021vw;
  position: absolute;
  left: 0;
}
.home-news-block {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7.292vw;
  padding: 4.167vw 0;
  border-bottom: 0.052vw solid #212121;
}
.home-news-block:hover .home-news-block-left img {
  transform: scale(1.1);
}
.home-news-block-left {
  width: 30.208vw;
  height: 21.354vw;
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 0 0.521vw 0.521vw 0;
}
.home-news-block-left img {
  transition: transform 0.3s ease-in-out;
}
.home-news-block-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.563vw;
  line-height: 2.396vw;
}
.home-news-block-center a {
  font-size: 0.729vw;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.042vw;
}
.home-news-block-center a::after {
  content: "";
  width: 1.146vw;
  height: 0.052vw;
  background-color: #333f49;
  left: 1.146vw;
  bottom: -0.104vw;
  position: absolute;
  transition: all 0.3s;
}
.home-news-block-center a::before {
  content: "";
  position: absolute;
  width: 0.521vw;
  height: 0.521vw;
  border-radius: 50%;
  background-color: #333f49;
  display: flex;
  left: 0;
}
.home-news-block-center a:hover::after {
  width: 1.823vw;
}
.home-news-block-right {
  display: flex;
  flex-direction: column;
  gap: 1.563vw;
  font-size: 1.146vw;
  line-height: 1.563vw;
  padding-right: 1.563vw;
}
.home-news-discover {
  padding: 1.823vw 10.417vw;
  font-size: 1.146vw;
  line-height: 1.563vw;
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
}
.home-news-discover a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.042vw;
}
.home-news-discover a::before {
  content: "";
  position: absolute;
  width: 0.521vw;
  height: 0.521vw;
  border-radius: 50%;
  background-color: #333f49;
  display: flex;
  left: 0;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
