@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes upAndBack {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes upAndBack {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .container {
    padding: 0px 2.4rem;
  }
}

.s-hero__desktop, .s-hero__mobile, .s-contact__desktop, .s-contact__mobile, .s-testimonials__card__image, .imovel__card__thumb {
  overflow: hidden;
  display: block;
}
.s-hero__desktop > img, .s-hero__mobile > img, .s-contact__desktop > img, .s-contact__mobile > img, .s-testimonials__card__image > img, .imovel__card__thumb > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-hero__desktop picture img, .s-hero__mobile picture img, .s-contact__desktop picture img, .s-contact__mobile picture img, .s-testimonials__card__image picture img, .imovel__card__thumb picture img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-faq__panel__item__icon, .imovel__card__arrow, .imovel__card__status, .s-properties__actions, .s-testimonials__actions__control, .s-properties__actions .button, .s-testimonials__actions__control .button, .s-numbers__item__icon .cont, .s-numbers__item__icon, .s-hero__link .arrow, .s-contact__link .arrow, .s-hero__link .cont, .s-contact__link .cont, .s-hero__link, .s-contact__link {
  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;
}

.s-hero__link, .s-contact__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  gap: 1.6rem;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.s-hero__link::before, .s-contact__link::before {
  content: "";
  position: absolute;
  right: -10%;
  width: 0%;
  height: 120%;
  border-radius: 999px;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.s-hero__link .cont, .s-contact__link .cont {
  gap: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  z-index: 2;
}
.s-hero__link .arrow, .s-contact__link .arrow {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__link:hover::before, .s-contact__link:hover::before {
  width: 120%;
}

.s-hero__link, .s-contact__link {
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  background: #ea3031;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
}
.s-hero__link::before, .s-contact__link::before {
  background: #c31213;
  z-index: 0;
  top: -2px;
}
.s-hero__link .cont, .s-contact__link .cont {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
}
.s-hero__link .arrow, .s-contact__link .arrow {
  background: #c31213;
}
.s-hero__link:hover .arrow, .s-contact__link:hover .arrow {
  background: #ea3031;
}
@media (max-width: 600px) {
  .s-hero__link, .s-contact__link {
    width: 100%;
  }
}

.s-numbers__hat, .s-properties__hat, .s-contact__hat, .s-faq__hat, .s-testimonials__hat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  color: #ea3031;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}
.s-numbers__hat img, .s-properties__hat img, .s-contact__hat img, .s-faq__hat img, .s-testimonials__hat img {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 600px) {
  .s-numbers__hat, .s-properties__hat, .s-contact__hat, .s-faq__hat, .s-testimonials__hat {
    font-size: 1.2rem;
  }
}

.s-numbers__title, .s-properties__title, .s-faq__title, .s-testimonials__title {
  font-size: 4.8rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #22292f;
}
@media (max-width: 600px) {
  .s-numbers__title, .s-properties__title, .s-faq__title, .s-testimonials__title {
    font-size: 3.2rem;
  }
}

.s-numbers__description, .s-properties__description {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  color: #394753;
}

.s-numbers__item__icon {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.8rem;
  background-color: #ea3031;
  border: 0.2rem solid #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
  box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
}
.s-numbers__item__icon .cont {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.6rem;
  border: 1px solid #ff6869;
}
.s-numbers__item__icon img {
  max-width: 2.4rem;
  max-height: 2.4rem;
}

.s-properties__actions .button, .s-testimonials__actions__control .button {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 99.9rem;
  background-color: #fa393a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-properties__actions .button:hover, .s-testimonials__actions__control .button:hover {
  background-color: #ea3031;
}
.s-properties__actions .button.control-prev svg, .s-testimonials__actions__control .button.control-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.s-properties__actions .swiper-button-disabled, .s-testimonials__actions__control .swiper-button-disabled {
  background-color: #eeeffd;
  pointer-events: none;
}
.s-properties__actions .swiper-button-disabled svg path, .s-testimonials__actions__control .swiper-button-disabled svg path {
  stroke: #859bab;
}

.s-properties__actions, .s-testimonials__actions__control {
  gap: 1.6rem;
}

.imovel__card {
  padding: 0.8rem 0.8rem 3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2.4rem;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
}
.imovel__card.disabled .imovel__card__thumb img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.imovel__card:hover .imovel__card__thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.imovel__card:hover .imovel__card__footer {
  gap: 1rem;
}
.imovel__card__thumb {
  width: 100%;
  height: 29.8rem;
  border-radius: 1.6rem;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.imovel__card__thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imovel__card__thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.imovel__card__arrow {
  width: 4rem;
  height: 4rem;
  background-color: #ea3031;
  border-radius: 99.9rem;
  position: absolute;
  top: 10rem;
  right: 1.2rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.imovel__card__type {
  padding: 0.8rem 1rem;
  position: absolute;
  max-width: 80%;
  top: 1.6rem;
  left: 1.6rem;
  border-radius: 0.8rem;
  background-color: #f2e1d0;
  color: #653429;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.imovel__card__status {
  position: absolute;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
  color: #fff1f1;
  z-index: 2;
}
.imovel__card__status:not(.esgotado) {
  bottom: 1.6rem;
  right: 1.6rem;
  background-color: #851718;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
}
.imovel__card__status:not(.esgotado)::before {
  content: "";
  display: block;
  background: url(../../assets/icons/produtos/simbolos.svg) no-repeat;
  width: 24px;
  height: 13px;
  margin-right: 0.8rem;
}
.imovel__card__status:not(.esgotado)::after {
  content: "_";
  display: block;
}
.imovel__card__status.esgotado {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  background-color: #fa393a;
  width: 120%;
  top: 43%;
  left: -10%;
  -webkit-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  transform: rotate(-26deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.imovel__card__main {
  padding: 3.2rem 1.4rem 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.imovel__card__header {
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.imovel__card__title {
  font-size: 2.4rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #22292f;
}
.imovel__card__city {
  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: 0.4rem;
}
.imovel__card__city__description {
  color: #22292f;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  line-height: 140%;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.imovel__card__filters {
  margin-bottom: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1.4rem 1rem;
}
.imovel__card__filters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  color: #394753;
  font-size: 1.5rem;
  font-family: "Inter", Arial, sans-serif;
  line-height: 140%;
}
.imovel__card__filters__item img {
  width: 2rem;
  height: 2rem;
}
.imovel__card__footer {
  margin-top: auto;
  border-top: 1px solid #e7e7ea;
  padding-top: 2.4rem;
  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: 0.8rem;
  color: #400606;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1040px) {
  .imovel__card__main {
    padding: 2.4rem 1.4rem 0 2rem;
  }
}
@media (max-width: 950px) {
  .imovel__card__thumb {
    height: 21rem;
  }
  .imovel__card__header {
    margin-bottom: 2rem;
  }
  .imovel__card__title {
    font-size: 2rem;
  }
  .imovel__card__city__description {
    font-size: 1.4rem;
  }
  .imovel__card__filters {
    margin-bottom: 2rem;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .imovel__card__filters__item {
    font-size: 1.6rem;
  }
  .imovel__card__footer {
    padding-top: 2rem;
  }
}

.s-testimonials {
  padding: 11.6rem 0 11.2rem;
}
.s-testimonials__main {
  margin: 0 auto 7.2rem;
  max-width: 50rem;
  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: 0px;
}
.s-testimonials__title {
  margin-top: 1.2rem;
  text-align: center;
}
.s-testimonials__slide {
  overflow: hidden;
}
.s-testimonials__slide .swiper-slide {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-testimonials__slide .swiper-slide-active {
  opacity: 1;
}
.s-testimonials__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -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: 1rem;
}
.s-testimonials__card__main {
  max-width: 51.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.s-testimonials__card__main p {
  margin-top: 2.4rem;
  margin-bottom: 4.3rem;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  line-height: 150%;
  color: #22292f;
}
.s-testimonials__card__main p strong {
  font: inherit;
  font-weight: 600;
  color: inherit;
}
.s-testimonials__card__main__footer {
  margin-top: auto;
  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.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-testimonials__card__main__photo {
  position: relative;
  border-radius: 0 0 6rem 6rem;
  max-width: 4.8rem;
  max-height: 5.8rem;
  overflow: hidden;
}
.s-testimonials__card__main__photo::before {
  content: "";
  position: absolute;
  background: url(../../assets/icons/home/fundo-foto.svg) no-repeat center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 6rem;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.s-testimonials__card__main__name {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  color: #22292f;
}
.s-testimonials__card__main__cargo {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  color: #516778;
}
.s-testimonials__card__main__video {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  color: #22292f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-testimonials__card__main__video img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-testimonials__card__main__video:hover {
  color: #ea3031;
}
.s-testimonials__card__main__video:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.s-testimonials__card__images {
  max-width: 60rem;
}
.s-testimonials__card__images.multiples {
  display: grid;
  grid-template-columns: 59% 39%;
  grid-template-rows: auto auto;
  gap: 1.2rem;
}
.s-testimonials__card__image {
  border-radius: 1.6rem;
}
.s-testimonials__actions {
  margin-top: 5.6rem;
  padding-top: 3.5rem;
  border-top: 1px solid #e7e7ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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: 3rem;
  position: relative;
}
.s-testimonials__actions::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0;
  background-color: #ea3031;
  width: 18.4rem;
  height: 0.2rem;
}
.s-testimonials__actions .swiper-pagination {
  position: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #668091;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  gap: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-testimonials__actions .swiper-pagination .swiper-pagination-current {
  color: #333e47;
  font: inherit;
}
.s-testimonials__actions .swiper-pagination .swiper-pagination-total {
  color: #859bab;
  font: inherit;
}
@media (max-width: 1050px) {
  .s-testimonials__card__images {
    max-width: 50rem;
  }
}
@media (max-width: 960px) {
  .s-testimonials__card__main {
    max-width: 100%;
  }
  .s-testimonials__card__main p {
    margin-bottom: 2.4rem;
  }
  .s-testimonials__card__images {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .s-testimonials {
    padding: 6.4rem 0;
  }
  .s-testimonials__main {
    margin-bottom: 5.6rem;
  }
  .s-testimonials__card__main p {
    font-size: 1.8rem;
  }
  .s-testimonials__card__main__video {
    margin-left: 0;
  }
  .s-testimonials__actions {
    margin-top: 3.3rem;
    padding-top: 3.4rem;
  }
}

.s-faq {
  padding: 7.2rem 0 11.2rem;
  background-color: #faf8f5;
}
.s-faq .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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: 3rem;
}
.s-faq__main {
  width: 100%;
  max-width: 52.2rem;
}
.s-faq__title {
  margin-top: 1.2rem;
  margin-bottom: 6.4rem;
}
.s-faq__description {
  margin-bottom: 2.4rem;
  color: #425462;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-faq__item {
  padding: 1.4rem 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.6rem;
  min-width: 21.3rem;
  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: 0.8rem;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-faq__item.active, .s-faq__item:hover {
  background-color: #ffffff;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
  box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
}
.s-faq__item.active .s-faq__item__description, .s-faq__item:hover .s-faq__item__description {
  font-weight: 600;
}
.s-faq__item:not(:last-child) {
  margin-bottom: 2.4rem;
}
.s-faq__item img {
  width: 2.4rem;
  height: 2.4rem;
}
.s-faq__item__description {
  color: #ea3031;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-faq__content {
  margin-top: 3.2rem;
  width: 100%;
  max-width: 62.4rem;
}
.s-faq__panel {
  display: none;
}
.s-faq__panel--active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease forwards;
  animation: fadeIn 0.5s ease forwards;
}
.s-faq__panel__item {
  cursor: pointer;
  border-bottom: 1px solid #eeeffd;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 3.2rem;
  position: relative;
}
.s-faq__panel__item:not(:last-child) {
  margin-bottom: 3.2rem;
}
.s-faq__panel__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ea3031;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-faq__panel__item:hover::before {
  width: 100%;
}
.s-faq__panel__item.active .s-faq__panel__item__content {
  visibility: visible;
}
.s-faq__panel__item.active .s-faq__panel__item__icon::after {
  background-color: transparent;
}
.s-faq__panel__item.active::before {
  width: 100%;
}
.s-faq__panel__item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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: 2rem;
}
.s-faq__panel__item__title {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  color: #22292f;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s-faq__panel__item__icon {
  width: 3.2rem;
  height: 3.2rem;
  background-color: #ea3031;
  border-radius: 99.9rem;
  position: relative;
}
.s-faq__panel__item__icon::before, .s-faq__panel__item__icon::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-faq__panel__item__icon::before {
  width: 50%;
  height: 1.5px;
}
.s-faq__panel__item__icon::after {
  width: 1.5px;
  height: 50%;
}
.s-faq__panel__item__content {
  visibility: hidden;
  max-width: 60rem;
  color: #425462;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
@media (max-width: 1020px) {
  .s-faq .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-faq__main {
    max-width: 100%;
  }
  .s-faq__title {
    margin-bottom: 3.2rem;
    max-width: 60rem;
  }
  .s-faq__list {
    padding: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    border-radius: 2rem;
    background: rgba(242, 225, 208, 0.1);
    width: 100%;
  }
  .s-faq__item {
    padding: 1.2rem;
    min-width: auto;
  }
  .s-faq__item:not(.active) {
    position: relative;
  }
  .s-faq__item:not(.active)::after {
    content: "";
    position: absolute;
    right: -0.5rem;
    width: 1px;
    height: 2.5rem;
    background-color: #e7e7ea;
  }
  .s-faq__item:last-child::after {
    display: none;
  }
  .s-faq__item.active {
    padding: 1.2rem 2rem;
    white-space: nowrap;
  }
  .s-faq__item.active .s-faq__item__description {
    display: block;
    font-size: 1.4rem;
  }
  .s-faq__item:not(:last-child) {
    margin-bottom: 0;
  }
  .s-faq__item__description {
    display: none;
  }
  .s-faq__content {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .s-faq {
    padding: 6.4rem 0;
  }
  .s-faq__title {
    font-size: 3.2rem;
  }
  .s-faq__panel__item__title {
    font-size: 1.6rem;
  }
  .s-faq__panel__item__icon {
    width: 2rem;
    height: 2rem;
  }
  .s-faq__panel__item__icon::before {
    height: 1px;
  }
  .s-faq__panel__item__icon::after {
    width: 1px;
  }
}

.s-contact {
  padding-top: 10.9rem;
  min-height: 56.9rem;
  margin-bottom: -3rem;
  position: relative;
  overflow: hidden;
}
.s-contact__hat {
  color: #ffffff;
}
.s-contact__title {
  max-width: 50rem;
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  font-size: 4.8rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #ffffff;
}
.s-contact__description {
  margin-bottom: 4rem;
  max-width: 51rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  color: #e1e1e6;
  line-height: 140%;
}
.s-contact__desktop, .s-contact__mobile {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.s-contact__desktop img, .s-contact__mobile img {
  -o-object-position: top;
  object-position: top;
}
.s-contact__mobile {
  display: none;
}
@media (max-width: 600px) {
  .s-contact {
    padding-top: 37rem;
    padding-bottom: 6.8rem;
    min-height: auto;
  }
  .s-contact__mobile {
    display: block;
  }
  .s-contact__desktop {
    display: none;
  }
  .s-contact__title {
    font-size: 3.2rem;
    max-width: 35rem;
  }
  .s-contact__description {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
  }
}

.video-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  inset: 0;
  pointer-events: none;
  display: grid;
  place-items: center;
}
.video-modal__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.video-modal__content {
  margin-top: 5rem;
  width: 100%;
  max-width: 100.8rem;
  height: 56.7rem;
  max-height: 75%;
  position: relative;
}
.video-modal__content .video-container {
  width: 100%;
  height: 100%;
}
.video-modal__content iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-modal__close {
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fff;
  position: absolute;
  top: -5rem;
  right: 0;
  border-radius: 99.9rem;
  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: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
  box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
}
.video-modal.active {
  pointer-events: all;
}
.video-modal.active .video-modal__overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
}
.video-modal.active .video-modal__content {
  -webkit-animation: scaleUp 0.3s ease forwards;
  animation: scaleUp 0.3s ease forwards;
}
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 960px) {
  .video-modal .video-modal__content {
    max-width: 90%;
    max-height: 55%;
  }
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.s-hero {
  padding: 17rem 0 19.1rem;
  min-height: 75.6rem;
  position: relative;
  overflow: hidden;
}
.s-hero .container {
  width: 100%;
}
.s-hero__main {
  width: 100%;
  max-width: 54.2rem;
}
.s-hero__title {
  margin-bottom: 2rem;
  font-size: 6.4rem;
  font-weight: 600;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #ffffff;
}
.s-hero__description {
  margin-bottom: 4rem;
  max-width: 49rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  color: #e1e1e6;
  line-height: 140%;
}
.s-hero__desktop, .s-hero__mobile {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.s-hero__desktop img, .s-hero__mobile img {
  -o-object-position: top;
  object-position: top;
}
.s-hero__mobile {
  display: none;
}
.s-hero__animation {
  position: absolute;
  bottom: 0;
  right: -40rem;
  width: 74.3rem;
  height: 107rem;
  background-color: #ea3031;
  clip-path: polygon(40% 100%, 100% 0%, 56% 0%, 0% 100%);
  z-index: 2;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.s-hero__animation.animate-after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media (max-width: 1440px) {
  .s-hero__animation {
    right: -25rem;
    width: 55.6944rem;
    height: 80.2rem;
  }
}
@media (max-width: 1150px) {
  .s-hero__animation {
    right: -37rem;
  }
}
@media (max-width: 840px) {
  .s-hero {
    padding-bottom: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .s-hero__desktop img {
    -o-object-position: right;
    object-position: right;
  }
  .s-hero__animation {
    display: none;
  }
}
@media (max-width: 600px) {
  .s-hero {
    padding-bottom: 4.4rem;
    min-height: 69.6rem;
  }
  .s-hero__desktop {
    display: none;
  }
  .s-hero__mobile {
    display: block;
  }
  .s-hero__title {
    margin-bottom: 1.6rem;
    font-size: 4rem;
  }
  .s-hero__description {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
  }
}

.s-numbers {
  padding: 7.7rem 0 11.2rem;
}
.s-numbers__main {
  margin-bottom: 6.4rem;
  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: 0px;
}
.s-numbers__title {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.s-numbers__description {
  text-align: center;
}
.s-numbers__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.s-numbers__item {
  border-radius: 1.6rem;
  background-color: #ffffff;
}
.s-numbers__item:not(:last-child) {
  padding: 3.2rem;
  -webkit-box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
  box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
}
.s-numbers__item:last-child {
  position: relative;
  overflow: hidden;
}
.s-numbers__item__title {
  margin: 5.8rem 0 1.2rem;
  font-size: 4rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  color: #22292f;
}
.s-numbers__item__description {
  color: #425462;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-numbers__item__logo {
  position: absolute;
  top: 3.2rem;
  left: 2rem;
  z-index: 2;
}
.s-numbers__item__main {
  position: absolute;
  bottom: 2.4rem;
  left: 2rem;
  z-index: 2;
}
.s-numbers__item__main__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
}
.s-numbers__item__main__description {
  margin-top: 1.3rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  line-height: 140%;
}
.s-numbers__item__img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.s-numbers__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1010px) {
  .s-numbers__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
@media (max-width: 600px) {
  .s-numbers {
    padding: 6.4rem 0;
  }
  .s-numbers__description {
    font-size: 1.6rem;
  }
  .s-numbers__item:not(:last-child) {
    padding: 2.4rem 1.6rem;
  }
  .s-numbers__item__title {
    margin-top: 4rem;
    font-size: 2rem;
  }
  .s-numbers__item__description {
    font-size: 1.4rem;
  }
  .s-numbers__item__img img {
    -o-object-position: 75%;
    object-position: 75%;
  }
  .s-numbers__item__logo {
    width: 64px;
    top: 2rem;
    left: 1.4rem;
  }
  .s-numbers__item__main {
    left: 1.4rem;
  }
  .s-numbers__item__main__description {
    margin-top: 0.5rem;
  }
}

.s-properties {
  padding: 7.2rem 0 9.6rem;
  background-color: #faf8f5;
  overflow: hidden;
}
.s-properties__header {
  margin-bottom: 4.8rem;
  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: 3rem;
}
.s-properties__main {
  max-width: 30rem;
}
.s-properties__title {
  margin-top: 1.2rem;
}
.s-properties__description {
  max-width: 60rem;
}
.s-properties__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.s-properties .imovel__card {
  min-height: 59.3rem;
  position: relative;
  display: block;
  padding-bottom: 0.8rem;
}
.s-properties .imovel__card.expanded {
  -webkit-box-flex: 2.1;
  -ms-flex: 2.1;
  flex: 2.1;
}
.s-properties .imovel__card.expanded .imovel__card__thumb {
  height: 29.8rem;
}
.s-properties .imovel__card.expanded .imovel__card__arrow {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 1.2rem;
}
.s-properties .imovel__card.expanded .imovel__card__main {
  opacity: 1;
}
.s-properties .imovel__card__thumb {
  height: 100%;
  position: relative;
}
.s-properties .imovel__card__thumb img {
  position: absolute;
}
.s-properties .imovel__card__main {
  padding-bottom: 2rem;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.s-properties .imovel__card__filters {
  margin-bottom: 0;
}
.s-properties .imovel__card__footer {
  display: none;
}
.s-properties__slide {
  display: none;
  overflow: initial;
}
.s-properties__slide .swiper-slide {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.s-properties__actions {
  margin-top: 3.2rem;
  display: none;
}
@media (max-width: 1050px) {
  .s-properties__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;
  }
  .s-properties__content {
    gap: 1.6rem;
  }
  .s-properties .imovel__card {
    min-height: 53rem;
  }
  .s-properties .imovel__card.expanded {
    -webkit-box-flex: 3.2;
    -ms-flex: 3.2;
    flex: 3.2;
  }
}
@media (max-width: 950px) {
  .s-properties__content {
    display: none;
  }
  .s-properties__slide {
    display: block;
  }
  .s-properties .imovel__card {
    width: 32.7rem;
    height: auto;
    min-height: 50.7rem;
  }
  .s-properties .imovel__card__thumb img {
    position: initial;
  }
  .s-properties .imovel__card__main {
    opacity: 1;
  }
  .s-properties__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 600px) {
  .s-properties {
    padding: 6.4rem 0;
  }
  .s-properties__header {
    gap: 1.6rem;
    margin-bottom: 4.8rem;
  }
  .s-properties__description {
    font-size: 1.6rem;
  }
}