@charset "UTF-8";
.home-location {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 88px;
}
@media screen and (width >= 768px) {
  .home-location {
    gap: 80px;
    padding-top: 108px;
  }
}
@media screen and (width >= 1024px) {
  .home-location {
    padding-top: 0;
    gap: 0;
    flex-direction: row;
    align-items: stretch;
    height: 100svh;
  }
}
.home-location__block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (width >= 768px) {
  .home-location__block {
    gap: 80px;
  }
}
@media screen and (width >= 1024px) {
  .home-location__block {
    width: 50%;
    gap: 120px;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column-reverse;
  }
}
.home-location__block .section-title {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .home-location__block .section-title {
    font-size: 48px;
  }
}
@media screen and (width >= 1024px) {
  .home-location__block .section-title {
    font-size: 2.7083333333vw;
    font-size: clamp(28px, 28px + 24 * (100vw - 1024px) / 896, 52px);
  }
}
.home-location__block .section-title {
  color: #0F4272;
}
.home-location__subblock {
  display: flex;
  justify-content: space-between;
}
@media screen and (width >= 768px) {
  .home-location__subblock {
    width: 84%;
  }
}
@media screen and (width >= 1024px) {
  .home-location__subblock {
    width: 76%;
  }
}
.home-location__subblock h1, .home-location__subblock > h2 {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .home-location__subblock h1, .home-location__subblock > h2 {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .home-location__subblock h1, .home-location__subblock > h2 {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.home-location__subblock h1, .home-location__subblock > h2 {
  color: #818A98;
  margin-top: 88px;
}
@media screen and (width >= 768px) {
  .home-location__subblock h1, .home-location__subblock > h2 {
    margin-top: 140px;
  }
}
.home-location__subblock .slogan__img-wrap {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0F4272;
  margin-bottom: 24px;
}
.home-location__subblock .slogan__img-wrap svg {
  width: 44.976px;
  height: 47.36px;
}
@media screen and (width >= 768px) {
  .home-location__subblock .slogan__img-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
  }
  .home-location__subblock .slogan__img-wrap svg {
    width: 70px;
    height: 74px;
  }
}
.home-location__subblock .slogan__text {
  width: 206px;
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .home-location__subblock .slogan__text {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .home-location__subblock .slogan__text {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.home-location__subblock .slogan__text {
  color: #818A98;
}
@media screen and (width >= 768px) {
  .home-location__subblock .slogan__text {
    width: 240px;
  }
}
@media screen and (width >= 1024px) {
  .home-location__subblock .slogan__text {
    width: 210px;
  }
}
.home-location__img-block {
  width: 100%;
  aspect-ratio: 375/412;
  height: 412px;
}
.home-location__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width >= 768px) {
  .home-location__img-block {
    aspect-ratio: 768/708;
    height: 708px;
  }
}
@media screen and (width >= 1024px) {
  .home-location__img-block {
    height: 100%;
    width: 50%;
    aspect-ratio: auto;
  }
}
.home-location__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-location__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (width >= 768px) {
  .home-location__text-wrap {
    gap: 20px;
    flex-direction: row;
  }
}
@media screen and (width >= 1024px) {
  .home-location__text-wrap {
    gap: 40px;
  }
}
.home-location__text-wrap p {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .home-location__text-wrap p {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .home-location__text-wrap p {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.home-location__text-wrap p {
  color: #818A98;
  flex: 1;
}

.home-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 24, 32, 0.8);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.home-advantages {
  overflow: visible;
  padding-top: 24px;
  padding-bottom: 40px;
  background-color: #0F4272;
  position: relative;
}
@media screen and (width >= 1024px) {
  .home-advantages::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(50%);
    width: 1px;
    background-image: linear-gradient(to top, rgba(105, 139, 164, 0.4) 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 1px 20px;
    /* 15px — це загальна довжина (риска + проміжок) */
    background-repeat: repeat-y;
    height: 100%;
    z-index: 1;
  }
}
@media screen and (width >= 768px) {
  .home-advantages {
    gap: 80px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (width >= 1024px) {
  .home-advantages {
    padding-top: 2.0833333333vw;
    padding-bottom: 6.25vw;
    flex-direction: row;
    align-items: stretch;
  }
}
.home-advantages h2 {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .home-advantages h2 {
    font-size: 48px;
  }
}
@media screen and (width >= 1024px) {
  .home-advantages h2 {
    font-size: 2.7083333333vw;
    font-size: clamp(28px, 28px + 24 * (100vw - 1024px) / 896, 52px);
  }
}
.home-advantages h2 {
  color: white;
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (width >= 768px) {
  .home-advantages h2 {
    margin-bottom: 40px;
  }
}
@media screen and (width >= 1024px) {
  .home-advantages h2 {
    margin-left: auto;
    width: calc(50% - 2.0833333333vw);
    margin-bottom: 40px;
  }
}
.home-advantages > p {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .home-advantages > p {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .home-advantages > p {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.home-advantages > p {
  color: white;
  margin-bottom: 60px;
  width: 65%;
  margin-left: auto;
}
@media screen and (width >= 768px) {
  .home-advantages > p {
    width: calc(50% - 20px);
  }
}
@media screen and (width >= 1024px) {
  .home-advantages > p {
    font-size: 1.6666666667vw;
    font-weight: 500;
    max-width: 35%;
    margin-right: calc(50% + 2.0833333333vw);
    text-align: right;
    margin-bottom: 6.25vw;
  }
}
.home-advantages__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
@media screen and (width >= 768px) {
  .home-advantages__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (width >= 1024px) {
  .home-advantages__list {
    z-index: 2;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }
}

.advantages-item {
  border: 1px solid #EFDCCB;
  padding: 10px;
  padding-bottom: 24px;
  transform: rotate(2deg);
  width: 100%;
  background-color: #F6F4EB;
  position: sticky;
  top: 80px;
  overflow: hidden;
}
.advantages-item:nth-child(2n) {
  transform: rotate(-2deg);
  top: 100px;
}
.advantages-item:nth-child(3) {
  top: 120px;
}
.advantages-item:nth-child(4) {
  top: 140px;
}
.advantages-item:nth-child(5) {
  top: 160px;
}
@media screen and (width >= 768px) {
  .advantages-item {
    width: calc(50% - 10px);
    position: static;
  }
  .advantages-item:nth-child(1) {
    transform: rotate(7deg) translate(-13px, -2px);
  }
  .advantages-item:nth-child(2) {
    transform: rotate(-4deg) translate(-13px, -29px);
  }
  .advantages-item:nth-child(3) {
    transform: rotate(-6deg) translate(-20px, -15px);
  }
  .advantages-item:nth-child(4) {
    transform: rotate(3deg) translate(-30px, -49px);
  }
  .advantages-item:nth-child(5) {
    transform: rotate(-5deg) translate(50%, -45px);
  }
}
@media screen and (width >= 1024px) {
  .advantages-item {
    width: calc(20% + 1.0416666667vw);
    margin-right: -1.0416666667vw;
    padding: 0.5208333333vw;
    padding-bottom: 1.25vw;
  }
  .advantages-item:nth-child(1) {
    transform: rotate(-4deg) translate(-13px, -31px);
  }
  .advantages-item:nth-child(2) {
    transform: rotate(2deg) translate(-6px, 0px);
  }
  .advantages-item:nth-child(3) {
    transform: rotate(-6deg) translate(-19px, -53px);
  }
  .advantages-item:nth-child(4) {
    transform: rotate(5deg) translate(-16px, 1.3px);
  }
  .advantages-item:nth-child(5) {
    transform: rotate(-3deg) translate(-10px, -20px);
  }
}
.advantages-item__img-wrap {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 331/290;
  margin-bottom: 16px;
}
.advantages-item__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages-item__text-wrap {
  font-size: 20px;
  font-family: "BasisGrotesquePro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #818A98;
  line-height: 100%;
  letter-spacing: -0.03em;
}
@media screen and (width >= 768px) {
  .advantages-item__text-wrap {
    font-size: 28px;
  }
}
@media screen and (width >= 1024px) {
  .advantages-item__text-wrap {
    font-size: 1.6666666667vw;
    font-size: clamp(20px, 20px + 12 * (100vw - 1024px) / 896, 32px);
  }
}
.advantages-item__text-wrap {
  color: #0F4272;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
  font-weight: 700;
}
@media screen and (width >= 1024px) {
  .advantages-item__text-wrap {
    font-size: 1.6666666667vw;
    max-width: 90%;
    font-weight: 500;
  }
}

.about-commercial {
  height: 100vh;
}

.about-comfort,
.about-commercial {
  padding-top: 24px;
  padding-bottom: 64px;
  overflow: hidden;
  max-width: 100vw;
  background-color: #F6F4EB;
}
@media screen and (width >= 768px) {
  .about-comfort,
  .about-commercial {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (width >= 1024px) {
  .about-comfort,
  .about-commercial {
    position: relative;
    padding-top: 40px;
    padding-bottom: 6.25vw;
    display: flex;
    flex-direction: row-reverse;
    gap: 4.1666666667vw;
    align-items: stretch;
    height: 100vh;
  }
  .about-comfort::after,
  .about-commercial::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(50%);
    width: 1px;
    background-image: linear-gradient(to top, rgba(105, 139, 164, 0.4) 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 1px 20px;
    /* 15px — це загальна довжина (риска + проміжок) */
    background-repeat: repeat-y;
    height: 100%;
    z-index: 1;
  }
}
.about-comfort h2,
.about-commercial h2 {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .about-comfort h2,
  .about-commercial h2 {
    font-size: 48px;
  }
}
@media screen and (width >= 1024px) {
  .about-comfort h2,
  .about-commercial h2 {
    font-size: 2.7083333333vw;
    font-size: clamp(28px, 28px + 24 * (100vw - 1024px) / 896, 52px);
  }
}
.about-comfort h2,
.about-commercial h2 {
  color: #0F4272;
  margin-bottom: 60px;
}
@media screen and (width >= 768px) {
  .about-comfort h2,
  .about-commercial h2 {
    margin-bottom: 40px;
  }
}
@media screen and (width >= 1024px) {
  .about-comfort h2,
  .about-commercial h2 {
    position: absolute;
    z-index: 2;
    width: 47%;
    left: 40px;
  }
}
.about-comfort__text-block,
.about-commercial__text-block {
  display: flex;
  justify-content: space-between;
}
@media screen and (width >= 1024px) {
  .about-comfort__text-block,
  .about-commercial__text-block {
    width: 50%;
    margin-top: 40vh;
  }
}
.about-comfort__text-container,
.about-commercial__text-container {
  width: 62%;
}
@media screen and (width >= 768px) {
  .about-comfort__text-container,
  .about-commercial__text-container {
    width: 49%;
  }
}
@media screen and (width >= 1024px) {
  .about-comfort__text-container,
  .about-commercial__text-container {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.about-comfort__text-container .swiper-laptop-btns,
.about-commercial__text-container .swiper-laptop-btns {
  display: none;
}
@media screen and (width >= 1024px) {
  .about-comfort__text-container .swiper-laptop-btns,
  .about-commercial__text-container .swiper-laptop-btns {
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }
}
.about-comfort__counter,
.about-commercial__counter {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .about-comfort__counter,
  .about-commercial__counter {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .about-comfort__counter,
  .about-commercial__counter {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.about-comfort__counter,
.about-commercial__counter {
  color: #818A98;
}
.about-comfort__text-wrap,
.about-commercial__text-wrap {
  min-height: 200px;
}
@media screen and (width >= 1024px) {
  .about-comfort__text-wrap,
  .about-commercial__text-wrap {
    min-height: 0;
  }
}
.about-comfort__text-wrap h3,
.about-commercial__text-wrap h3 {
  font-size: 20px;
  font-family: "BasisGrotesquePro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #818A98;
  line-height: 100%;
  letter-spacing: -0.03em;
}
@media screen and (width >= 768px) {
  .about-comfort__text-wrap h3,
  .about-commercial__text-wrap h3 {
    font-size: 28px;
  }
}
@media screen and (width >= 1024px) {
  .about-comfort__text-wrap h3,
  .about-commercial__text-wrap h3 {
    font-size: 1.6666666667vw;
    font-size: clamp(20px, 20px + 12 * (100vw - 1024px) / 896, 32px);
  }
}
.about-comfort__text-wrap h3,
.about-commercial__text-wrap h3 {
  color: #0F4272;
  margin-bottom: 12px;
}
@media screen and (width >= 768px) {
  .about-comfort__text-wrap h3,
  .about-commercial__text-wrap h3 {
    margin-bottom: 20px;
  }
}
.about-comfort__text-wrap p,
.about-commercial__text-wrap p {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .about-comfort__text-wrap p,
  .about-commercial__text-wrap p {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .about-comfort__text-wrap p,
  .about-commercial__text-wrap p {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.about-comfort__text-wrap p,
.about-commercial__text-wrap p {
  color: #818A98;
}

.swiper-comfort,
.swiper-commercial {
  position: relative;
  margin-bottom: 28px;
}
@media screen and (width >= 768px) {
  .swiper-comfort,
  .swiper-commercial {
    margin-bottom: 40px;
  }
}
@media screen and (width >= 1024px) {
  .swiper-comfort,
  .swiper-commercial {
    overflow: hidden;
    width: 50%;
    height: 100%;
  }
}
.swiper-comfort .swiper-mob-btns,
.swiper-commercial .swiper-mob-btns {
  position: absolute;
  top: 50%;
  width: calc(100% - 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (width >= 768px) {
  .swiper-comfort .swiper-mob-btns,
  .swiper-commercial .swiper-mob-btns {
    width: calc(100% - 40px);
  }
}
@media screen and (width >= 1024px) {
  .swiper-comfort .swiper-mob-btns,
  .swiper-commercial .swiper-mob-btns {
    display: none;
  }
}
.swiper-comfort .swiper-slide,
.swiper-commercial .swiper-slide {
  position: relative;
  aspect-ratio: 330/260;
  overflow: hidden;
}
@media screen and (width >= 768px) {
  .swiper-comfort .swiper-slide,
  .swiper-commercial .swiper-slide {
    aspect-ratio: 648/460;
  }
}
@media screen and (width >= 1024px) {
  .swiper-comfort .swiper-slide,
  .swiper-commercial .swiper-slide {
    width: 100%;
    height: 60vh;
    aspect-ratio: auto;
  }
}
.swiper-comfort .swiper-slide img,
.swiper-commercial .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
}
.swiper-comfort .swiper-slide .img-overlay,
.swiper-commercial .swiper-slide .img-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: opacity 0.3s ease-in-out;
}
.swiper-comfort .swiper-slide.swiper-slide-active .img-overlay,
.swiper-commercial .swiper-slide.swiper-slide-active .img-overlay {
  opacity: 0;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #0F4272;
  transition: all 0.3s ease-in-out;
  transform: translateY(0%);
  margin: 0;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  transform: translateY(100%);
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 16px;
  height: 16px;
}
@media screen and (width >= 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 24px;
    height: 24px;
  }
}

.about-infra {
  padding-top: 24px;
  padding-bottom: 40px;
}
@media screen and (width >= 768px) {
  .about-infra {
    padding-top: 40px;
  }
}
@media screen and (width >= 1024px) {
  .about-infra {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.about-infra .section-title {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .about-infra .section-title {
    font-size: 48px;
  }
}
@media screen and (width >= 1024px) {
  .about-infra .section-title {
    font-size: 2.7083333333vw;
    font-size: clamp(28px, 28px + 24 * (100vw - 1024px) / 896, 52px);
  }
}
.about-infra .section-title {
  color: #0F4272;
  margin-bottom: 60px;
}
@media screen and (width >= 768px) {
  .about-infra .section-title {
    margin-bottom: 80px;
  }
}
@media screen and (width >= 1024px) {
  .about-infra .section-title {
    position: absolute;
    z-index: 2;
    width: 47%;
    top: 40px;
    right: 40px;
    color: white;
  }
}
.about-infra .home-location__subblock {
  margin-bottom: 60px;
}
@media screen and (width >= 768px) {
  .about-infra .home-location__subblock {
    margin-bottom: 80px;
  }
}
@media screen and (width >= 1024px) {
  .about-infra .home-location__subblock {
    max-width: 50%;
    position: relative;
    z-index: 2;
  }
  .about-infra .home-location__subblock h2,
  .about-infra .home-location__subblock p {
    color: white;
  }
  .about-infra .home-location__subblock .slogan__wrap {
    width: 48%;
  }
  .about-infra .home-location__subblock .slogan__wrap .slogan__text {
    width: 220px;
  }
}
.about-infra__img-wrap {
  margin-bottom: 60px;
  position: relative;
  aspect-ratio: 351/260;
}
.about-infra__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media screen and (width >= 1024px) {
  .about-infra__img-wrap img {
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (width >= 768px) {
  .about-infra__img-wrap {
    margin-bottom: 80px;
    aspect-ratio: 728/460;
  }
}
@media screen and (width >= 1024px) {
  .about-infra__img-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .about-infra__img-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(16, 24, 32, 0.8) 0%, rgba(16, 24, 32, 0.3) 50%, rgba(16, 24, 32, 0.8) 100%), linear-gradient(90deg, rgba(16, 24, 32, 0.5) 0%, rgba(16, 24, 32, 0) 50% 100%);
  }
}
.about-infra__list {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (width >= 768px) {
  .about-infra__list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (width >= 1024px) {
  .about-infra__list {
    position: relative;
    z-index: 2;
    width: 50%;
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
  }
}
.about-infra__list li {
  display: block;
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .about-infra__list li {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .about-infra__list li {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.about-infra__list li {
  color: #818A98;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(105, 139, 164, 0.4);
}
.about-infra__list li:last-child {
  border-color: transparent;
}
@media screen and (width >= 768px) {
  .about-infra__list li:nth-child(4) {
    border-color: transparent;
  }
  .about-infra__list li:last-child {
    padding-bottom: 50px;
  }
}
@media screen and (width >= 1024px) {
  .about-infra__list li {
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (width >= 1024px) {
  .about-commercial {
    flex-direction: row;
  }
  .about-commercial h2 {
    left: auto;
    right: 40px;
    width: calc(50% - 4.1666666667vw);
  }
}