@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf");
}
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/poppins/Poppins-Medium.ttf");
}
body {
  background-color: #FFF !important;
}

.hero-about {
  background: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url("../images/background-image-hero.webp") fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero-about {
    background: none;
  }
  .hero-about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 524px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/background-image-hero-mobile.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
.hero-about__container {
  min-height: 699px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 26px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .hero-about__container {
    padding: 0 0 24px;
    min-height: 524px;
  }
}
@media screen and (max-width: 576px) {
  .hero-about__content {
    width: 100%;
  }
}
.hero-about__title {
  color: #EAEAEA;
  font-family: "Poppins-Regular";
  font-size: 64px;
  font-weight: 500;
  line-height: 112%;
  margin-bottom: 16px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 576px) {
  .hero-about__title {
    font-size: 44px;
    margin-bottom: 44px;
  }
}
.hero-about__text {
  color: #EAEAEA;
  font-family: "Poppins-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
  width: 727px;
  max-width: 100%;
  letter-spacing: 0.01px;
}
@media screen and (max-width: 992px) {
  .hero-about__text {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .hero-about__text {
    display: none;
  }
}
.hero-about__buttons {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 576px) {
  .hero-about__buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
}
.hero-about .button-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px 11.5px;
  border-radius: 4px;
  font-family: "Poppins-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .hero-about .button-hero {
    width: 100%;
  }
}
.hero-about .button-hero--red {
  background-color: #D63B54;
  border: 1px solid #D63B54;
  color: #FFF;
  min-width: 195px;
}
.hero-about .button-hero--red:hover {
  background-color: #C51F3A;
}
.hero-about .button-hero--transparent {
  color: #FFF;
  border: 1px solid #FFF;
  background-color: transparent;
  min-width: 195px;
}
.hero-about .button-hero--transparent:hover {
  background-color: #E3E4E1;
  color: #353535;
}

.process {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 576px) {
  .process {
    padding: 40px 0 41px;
  }
}
.process__label {
  color: #9C9C9C;
  font-family: "Poppins-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .process__label {
    font-size: 14px;
  }
}
.process__title {
  color: #000;
  font-family: "Poppins-Regular";
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 36px;
}
@media screen and (max-width: 576px) {
  .process__title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.process__list {
  display: flex;
  gap: 46px 24px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .process__list {
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-left: 0;
    margin-left: 0;
    scroll-padding-left: 1rem;
    justify-content: flex-start;
  }
}
.process__item {
  padding-left: 32px;
  position: relative;
  width: 403px;
  max-width: 100%;
}
.process__item:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  height: 100%;
  width: 0px;
  border: 1px dashed #D63B54;
}
@media screen and (max-width: 992px) {
  .process__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .process__item {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .process__item {
    width: 235px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}
.process__icon {
  margin-bottom: 16px;
}
.process__icon svg {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 576px) {
  .process__icon svg {
    width: 48px;
    height: 48px;
  }
}
.process__heading {
  color: #000;
  font-family: "Poppins-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
  letter-spacing: 0;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .process__heading {
    font-size: 18px;
  }
}
.process__text {
  color: #818181;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: 135%;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .process__text {
    font-size: 14px;
  }
}
.process__step {
  color: #EB7E2A;
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  background-color: #FFF;
  padding: 2px;
}
@media screen and (max-width: 576px) {
  .process__step {
    left: -3px;
    top: 51%;
  }
}

.text-images {
  padding-top: 78px;
}
@media screen and (max-width: 576px) {
  .text-images {
    padding: 40px 16px 55px;
  }
}
@media screen and (max-width: 576px) {
  .text-images .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.text-images__label {
  color: #9C9C9C;
  font-family: "Poppins-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .text-images__label {
    font-size: 14px;
  }
}
.text-images__title {
  color: #000;
  font-family: "Poppins-Regular";
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 23px;
}
@media screen and (max-width: 576px) {
  .text-images__title {
    font-size: 24px;
    padding-right: 10px;
    margin-bottom: 27px;
  }
  .text-images__title br {
    display: none;
  }
}
.text-images__text {
  color: #000;
  font-family: "Poppins-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  width: 817px;
  max-width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .text-images__text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.text-images__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 24px;
}
@media screen and (max-width: 576px) {
  .text-images__cards {
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-left: 0;
    margin-left: 0;
    scroll-padding-left: 1rem;
    justify-content: flex-start;
  }
}
.text-images__card {
  width: calc(50% - 12px);
}
@media screen and (max-width: 576px) {
  .text-images__card {
    width: 202px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}
.text-images__card-image {
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (max-width: 576px) {
  .text-images__card-image {
    margin-bottom: 7px;
  }
}
.text-images__card-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .text-images__card-image img {
    width: 95%;
  }
}
.text-images__card-text {
  color: #000;
  font-family: "Poppins-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 576px) {
  .text-images__card-text {
    font-size: 14px;
    color: #818181;
    line-height: 136%;
  }
}

.features-about {
  padding: 140px 0 106px;
}
@media screen and (max-width: 576px) {
  .features-about {
    padding: 25px 16px 41px;
  }
}
@media screen and (max-width: 576px) {
  .features-about .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.features-about__label {
  color: #9C9C9C;
  font-family: "Poppins-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .features-about__label {
    font-size: 14px;
  }
}
.features-about__title {
  color: #000;
  font-family: "Poppins-Regular";
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .features-about__title {
    font-size: 24px;
    padding-right: 10px;
    margin-bottom: 24px;
  }
  .features-about__title br {
    display: none;
  }
}

.features-about-description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  max-width: 719px;
  margin-bottom: 37px;
}
@media screen and (max-width: 576px) {
  .features-about-description {
    line-height: 150%;
  }
}

.features-about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 24px;
  padding-left: 0;
}

.features-about-grid-item {
  background: #fafafa;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.features-about-grid-item svg {
  margin-bottom: 31px;
  width: 58px;
  height: 57px;
}
@media screen and (max-width: 576px) {
  .features-about-grid-item svg {
    width: 48px;
    height: 48px;
    margin-bottom: 32px;
  }
}

.features-about-grid-item-image {
  display: inline-block;
  margin-bottom: 32px;
}

.features-about-grid-item-title {
  font-family: "Poppins-Medium";
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: normal;
  color: #000000;
  text-transform: none;
  margin-bottom: 8px;
}

.features-about-grid-item-description {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
}

@media screen and (max-width: 1023.98px) {
  .features-about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .features-about-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .features-about-description {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .features-about-grid-item {
    min-height: 357px;
  }
  .features-about-grid-item-image {
    width: 48px;
    height: 48px;
    object-fit: cover;
    margin-bottom: 32px;
  }
  .features-about-grid-item-title {
    font-size: 18px;
  }
  .features-about-grid-item-description {
    font-size: 14px;
    line-height: 150%;
  }
}

/*# sourceMappingURL=about_page.css.map */
