@font-face {
  font-family: "SF Pro Display";
  src: url("../../assets/fonts/SF-Pro-Display-Regular.woff") format("woff"), url("../../assets/fonts/SF-Pro-Display-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

p {
  font-size: 18px;
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  line-height: 52px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 1.1;
  }
}

h2 {
  font-size: 42px;
  line-height: 46px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 1.1;
  }
}

h3 {
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 1.1;
  }
}

h4 {
  font-size: 30px;
  line-height: 44px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
    line-height: 1.1;
  }
}

h5 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 768px) {
  h5 {
    font-size: 20px;
    line-height: 1.1;
  }
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

ul,
ol {
  padding-left: 16px;
}

.wrap__d3JhcC {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
}

.welcome__d2VsY2,
.hero__aGVyby {
  margin: 70px 0;
}
.welcome__card__d2VsY2,
.hero__card__aGVyb1 {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 25px;
  display: flex;
  padding: 40px;
  background: #ccc;
  display: flex;
  gap: 30px;
  align-items: center;
  box-shadow: 0 8px 25px rgba(186, 105, 105, 0.3), inset 0 2px 8px rgba(118, 203, 182, 0.2);
}
@media (max-width: 768px) {
  .welcome__card__d2VsY2,
  .hero__card__aGVyb1 {
    flex-direction: column;
    padding: 40px 20px 20px;
  }
}
.welcome__block__d2VsY2,
.hero__block__aGVyb1 {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 25px;
  padding: 40px;
  background: #ccc;
  gap: 30px;
  box-shadow: 0 8px 25px rgba(186, 105, 105, 0.3), inset 0 2px 8px rgba(118, 203, 182, 0.2);
}
.welcome__content__d2VsY2,
.hero__content__aGVyb1 {
  text-align: center;
  color: #fff;
  width: 100%;
}
.welcome__content__d2VsY2 h1,
.welcome__content__d2VsY2 h2,
.welcome__content__d2VsY2 h3,
.hero__content__aGVyb1 h1,
.hero__content__aGVyb1 h2,
.hero__content__aGVyb1 h3 {
  margin-bottom: 20px;
  text-align: center;
}
.welcome__logo__d2VsY2,
.hero__logo__aGVyb1 {
  width: 100%;
}
.welcome__logo__d2VsY2 img,
.hero__logo__aGVyb1 img {
  width: 100%;
  border-radius: 25px;
}
.welcome__link__d2VsY2,
.hero__link__aGVyb1 {
  box-shadow: 0 5px 5px #000;
  background: #757474;
  color: #fff;
  text-decoration: none;
  border-radius: 35px;
  padding: 18px 45px;
  width: fit-content;
  display: flex;
  margin: 0 auto;
  margin-top: 34px;
}
.welcome__link__d2VsY2:hover,
.hero__link__aGVyb1:hover {
  opacity: 0.8;
}
.welcome__wrap__d2VsY2,
.hero__wrap__aGVyb1 {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .welcome__wrap__d2VsY2,
  .hero__wrap__aGVyb1 {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 20px;
  }
}

.hero__logo__aGVyb1 {
  max-width: 450px;
  margin: 0 auto;
}

.showcases__c2hvd2 {
  margin: 70px 0;
}
.showcases__grid__c2hvd2 {
  display: flex;
  flex-direction: column;
}

.showcase-card__c2hvd2 {
  border-radius: 10px;
}
.showcase-card__header__c2hvd2 {
  padding: 8px 12px;
}
.showcase-card__header__c2hvd2 p {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}
.showcase-card__image__c2hvd2 {
  width: 100%;
  max-width: 150px;
}
.showcase-card__button__c2hvd2 {
  padding: 8px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 100%;
}
.showcase-card__body__c2hvd2 {
  border-bottom-left-radius: 10px;
  display: flex;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1024px) {
  .showcase-card__body__c2hvd2 {
    flex-direction: column;
  }
}
.showcase-card__first__c2hvd2 {
  background: #fff;
  display: flex;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
  padding: 8px 12px;
  width: 100%;
  max-width: 180px;
  gap: 12px;
  border-bottom-left-radius: 8px;
}
@media (max-width: 1024px) {
  .showcase-card__first__c2hvd2 {
    max-width: 100%;
    border-radius: 0;
  }
}
.showcase-card__second__c2hvd2 {
  background: #fff;
  flex-grow: 1;
  padding: 8px 16px;
}
.showcase-card__second-title__c2hvd2 {
  font-size: 16px;
}
.showcase-card__second-subtitle__c2hvd2 p {
  font-size: 24px;
  font-weight: 600;
}
.showcase-card__second-content__c2hvd2 {
  margin-top: 12px;
}
.showcase-card__second-content__c2hvd2 ul,
.showcase-card__second-content__c2hvd2 ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.showcase-card__second-content__c2hvd2 li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 23px;
}
.showcase-card__second-content__c2hvd2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background: url("../../assets/image/check.svg");
  background-size: contain;
}
.showcase-card__logos__c2hvd2 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.showcase-card__logos__c2hvd2 img {
  max-width: 67px;
}
.showcase-card__row__c2hvd2 {
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
  background: #d5ebde;
  flex-direction: column;
  gap: 8px;
}
.showcase-card__third__c2hvd2 {
  background: #fff;
  width: 100%;
  padding: 8px 16px;
  max-width: 33%;
  border-bottom-right-radius: 8px;
}
@media (max-width: 1024px) {
  .showcase-card__third__c2hvd2 {
    max-width: 100%;
    border-bottom-left-radius: 8px;
  }
}
.showcase-card__active__c2hvd2 {
  max-width: 20%;
}
@media (max-width: 1024px) {
  .showcase-card__active__c2hvd2 {
    max-width: 100%;
  }
}
.showcase-card__fourth__c2hvd2 {
  background: #fff;
  width: 100%;
  max-width: 22%;
  padding: 8px 16px;
}
@media (max-width: 1024px) {
  .showcase-card__fourth__c2hvd2 {
    max-width: 100%;
  }
}

.auto__YXV0by {
  overflow: auto;
}

.table__dGFibG {
  margin: 70px 0;
  border-radius: 10px;
  padding: 52px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .table__dGFibG {
    padding: 16px;
  }
}
.table__text__dGFibG {
  color: #fff;
}
.table__text__dGFibG p {
  margin: 12px 0;
}
.table__dGFibG table {
  width: 100%;
  table-layout: fixed;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  min-width: 900px;
}
.table__dGFibG tr {
  background-color: transparent;
  transition: 0.3s ease;
}
.table__dGFibG tr:hover {
  background-color: rgba(197, 16, 34, 0.2);
}
.table__dGFibG td {
  border: 1px solid #333;
  padding: 8px;
  color: #fff;
  word-wrap: break-word;
}
.table__dGFibG td p {
  font-size: 14px;
  font-weight: 400;
}

.custom-text__Y3VzdG ul,
.custom-text__Y3VzdG ol {
  padding: 0;
}
.custom-text__Y3VzdG ul li,
.custom-text__Y3VzdG ol li {
  list-style: none;
  padding: 12px 32px;
  position: relative;
  border-radius: 12px;
  margin-top: 12px;
}
.custom-text__Y3VzdG ul li::before,
.custom-text__Y3VzdG ol li::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url("../../assets/image/item.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../assets/image/item.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.faq__item__ZmFxX1 {
  border-radius: 8px;
  padding: 8px 0;
}
.faq__title__ZmFxX1 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  cursor: pointer;
  align-items: center;
}
.faq__description__ZmFxX1 {
  display: none;
  color: #fff;
  padding: 12px;
}
.faq__grid__ZmFxX1 {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__Zm9vdG {
  padding: 30px 0;
}
.footer__grid__Zm9vdG {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__grid__Zm9vdG {
    flex-direction: column;
  }
}
.footer__text__Zm9vdG {
  max-width: 1007px;
  width: 100%;
  color: #fff;
}
.footer__text__Zm9vdG p {
  margin-top: 8px;
  font-size: 16px;
}
.footer__copyright__Zm9vdG {
  padding: 12px 0;
  text-align: center;
}
.footer__copyright__Zm9vdG p {
  font-size: 12px;
}

.footer-menu__Zm9vdG ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  gap: 12px;
}
.footer-menu__Zm9vdG li {
  padding: 0;
}
.footer-menu__Zm9vdG a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-menu__Zm9vdG a:hover {
  opacity: 0.6;
}