.s-flow__container, .s-hero__container {
  width: 100%;
  max-width: 124.6rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .s-flow__container, .s-hero__container {
    padding: 0px 2.4rem;
  }
}

.s-hero {
  position: relative;
  background-color: #203C47;
  padding: 18.6rem 0 12.6rem;
  overflow: hidden;
}
.s-hero__background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: overlay;
}
.s-hero__background-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  opacity: 0.6;
  display: block;
}
.s-hero__container {
  position: relative;
  z-index: 1;
}
.s-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  max-width: 90rem;
}
.s-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}
.s-hero__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  padding: 0.9rem 1.7rem;
}
.s-hero__badge-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-hero__badge-icon img,
.s-hero__badge-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.s-hero__badge-text {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
.s-hero__title {
  font-size: 5.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 6rem;
  color: #fff;
  margin: 0;
}
.s-hero__text {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 28px;
  color: #e5e7eb;
  margin: 0;
  line-height: 2.925rem;
}
@media (max-width: 1024px) {
  .s-hero {
    padding: 9rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .s-hero {
    padding: 8rem 0 4rem;
  }
  .s-hero__content {
    gap: 3.2rem;
  }
  .s-hero__title {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  .s-hero__text {
    font-size: 1.6rem;
  }
}

.s-flow {
  background-color: #F8FAFC;
  padding: 12rem 0;
}
.s-flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.4rem;
}
.s-flow__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  text-align: center;
}
.s-flow__title {
  font-size: 3.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.9px;
  color: #203C47;
  margin: 0;
}
@media (max-width: 600px) {
  .s-flow__title {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.s-flow__description {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #64748B;
  margin: 0;
  max-width: 54.2rem;
  text-align: center;
}
.s-flow__timeline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.8rem;
}
.s-flow__line {
  position: absolute;
  top: 3.2rem;
  bottom: 3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background-color: #2CB67D;
  pointer-events: none;
}
.s-flow__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.s-flow__step--left .s-flow__step-content {
  width: 50%;
  padding-right: 4.8rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.s-flow__step--left .s-flow__step-tag {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.s-flow__step--right {
  padding-left: 50%;
}
.s-flow__step--right .s-flow__step-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 4.8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.s-flow__step--right .s-flow__step-tag {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.s-flow__step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.s-flow__step-title {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #203C47;
  margin: 0;
}
.s-flow__step-description {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #64748B;
  margin: 0;
  padding-bottom: 0.4rem;
}
.s-flow__step-description--left {
  text-align: right;
}
.s-flow__step-description--right {
  text-align: left;
}
.s-flow__step-tag {
  font-size: 1.2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.6rem;
  color: #64748B;
  background-color: #fff;
  border: 1px solid #F8FAFC;
  border-radius: 9999px;
  padding: 0.5rem 1.3rem;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.s-flow__step-icon-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5.6rem;
  height: 5.6rem;
  background-color: #fff;
  border: 4px solid #EBF7F0;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-flow__step-icon-bg {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #203C47;
}
.s-flow__step-icon-wrapper--green .s-flow__step-icon-bg {
  background-color: #2CB67D;
}
.s-flow__step-icon-img {
  width: 2rem;
  height: 2rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-flow__step-icon-number {
  font-size: 1.2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.6rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .s-flow {
    padding: 7rem 0;
  }
  .s-flow__container {
    gap: 4.8rem;
  }
  .s-flow__line {
    left: 2.4rem;
    top: 2.8rem;
    bottom: 0;
  }
  .s-flow__timeline {
    gap: 4rem;
  }
  .s-flow__step {
    padding-left: 6.4rem !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-flow__step--left, .s-flow__step--right {
    padding-left: 6.4rem;
  }
  .s-flow__step--left .s-flow__step-content, .s-flow__step--right .s-flow__step-content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .s-flow__step--left .s-flow__step-tag, .s-flow__step--right .s-flow__step-tag {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .s-flow__step-icon-wrapper {
    left: 2.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4.8rem;
    height: 4.8rem;
  }
  .s-flow__step-icon-bg {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (max-width: 600px) {
  .s-flow .s-flow__step-description--left {
    text-align: left;
  }
}

.s-compliance {
  background-color: #fff;
  padding: 10rem 9.4rem;
}
.s-compliance__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.8rem;
  max-width: 128rem;
  margin: 0 auto;
  width: 100%;
}
.s-compliance__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.2rem;
  width: 100%;
}
.s-compliance__heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 67.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s-compliance__title {
  font-size: 3.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.9px;
  color: #203C47;
  margin: 0;
}
@media (max-width: 600px) {
  .s-compliance__title {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.s-compliance__description {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 28px;
  color: #64748B;
  margin: 0;
  max-width: 61.1rem;
}
.s-compliance__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  color: #2CB67D;
  text-decoration: none;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: color 0.2s ease, gap 0.2s ease;
  transition: color 0.2s ease, gap 0.2s ease;
}
.s-compliance__cta svg,
.s-compliance__cta img {
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-compliance__cta:hover {
  color: #217C57;
  gap: 1.2rem;
}
.s-compliance__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.2rem;
  width: 100%;
}
.s-compliance__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  background-color: #F8FAFC;
  border: 1px solid #F8FAFC;
  border-radius: 1.2rem;
  padding: 3.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  position: relative;
  min-height: 27.4rem;
  -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}
.s-compliance__card:hover {
  -webkit-box-shadow: 0 8px 24px rgba(32, 60, 71, 0.08);
  box-shadow: 0 8px 24px rgba(32, 60, 71, 0.08);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.s-compliance__card-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0;
  background-color: #EBF7F0;
  border-radius: 0.8rem;
  width: 4.8rem;
  height: 4.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 2.4rem;
}
.s-compliance__card-icon-wrap img,
.s-compliance__card-icon-wrap svg {
  width: 1.8rem;
  height: auto;
}
.s-compliance__card-title {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #203C47;
  margin: 0 0 1.2rem;
}
.s-compliance__card-text {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #64748B;
  margin: 0;
}
@media (max-width: 1024px) {
  .s-compliance {
    padding: 8rem 4rem;
  }
  .s-compliance__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .s-compliance {
    padding: 6rem 2.4rem;
  }
  .s-compliance__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-compliance__card {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .s-compliance {
    padding: 4.8rem 1.6rem;
  }
  .s-compliance__title {
    font-size: 2.8rem;
  }
}

.s-infra {
  background-color: #203C47;
  padding: 10rem 9.4rem;
}
.s-infra__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 6.4rem;
  max-width: 128rem;
  margin: 0 auto;
  width: 100%;
}
.s-infra__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.s-infra__title {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 2.8rem;
  color: #fff;
  margin: 0;
}
.s-infra__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.s-infra__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
  width: 100%;
}
.s-infra__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 0.4rem;
  width: 2rem;
}
.s-infra__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.s-infra__item-title {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 2.8rem;
  color: #fff;
  margin: 0 0 0.4rem;
}
.s-infra__item-text {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #EBF7F0;
  opacity: 0.6;
  margin: 0;
}
.s-infra__media {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  position: relative;
  height: 40rem;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.s-infra__media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 144.22%;
  top: -22.11%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-width: none;
}
.s-infra__media-gradient {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#203C47), to(rgba(32, 60, 71, 0)));
  background: linear-gradient(to top, #203C47 0%, rgba(32, 60, 71, 0) 100%);
  opacity: 0.8;
  pointer-events: none;
}
.s-infra__badge {
  position: absolute;
  bottom: 3.2rem;
  left: 3.2rem;
  right: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  padding: 1.7rem;
}
.s-infra__badge-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
  width: 100%;
}
.s-infra__badge-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 9999px;
  background-color: #ef4444;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-infra__badge-label {
  font-size: 1.2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.6rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.4rem;
}
.s-infra__badge-location {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #fff;
  margin: 0;
  letter-spacing: -0.031rem;
}
@media (max-width: 1024px) {
  .s-infra {
    padding: 8rem 4rem;
  }
  .s-infra__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.8rem;
  }
  .s-infra__content, .s-infra__media {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .s-infra__media {
    height: 36rem;
  }
}
@media (max-width: 768px) {
  .s-infra {
    padding: 6rem 2.4rem;
  }
  .s-infra__media {
    height: 30rem;
  }
}
@media (max-width: 480px) {
  .s-infra {
    padding: 4.8rem 1.6rem;
  }
  .s-infra__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
  }
  .s-infra__media {
    height: 24rem;
  }
  .s-infra__badge {
    left: 1.6rem;
    right: 1.6rem;
    bottom: 1.6rem;
  }
}