@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.faav26-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: #182326;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.faav26-wrapper,
.faav26-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

.faav26-wrapper .faav26-section {
  width: 100% !important;
  position: relative;
}

.faav26-wrapper .faav26-section-one,
.faav26-wrapper .faav26-section-three {
  background: #ffffff;
}

.faav26-wrapper .faav26-section-two {
  background: linear-gradient(180deg, #f4faf7 0%, #eef8f2 100%);
}

.faav26-wrapper .faav26-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.faav26-wrapper .faav26-heading,
.faav26-wrapper .faav26-intro,
.faav26-wrapper .faav26-card-title,
.faav26-wrapper .faav26-card-text {
  text-align: center !important;
}

.faav26-wrapper .faav26-heading {
  margin: 0 auto;
  color: #102426;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.faav26-wrapper .faav26-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #526467;
  font-weight: 450;
  line-height: 1.65;
}

.faav26-wrapper .faav26-grid {
  display: grid !important;
  align-items: stretch !important;
}

.faav26-wrapper .faav26-card {
  height: 100% !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
  border: 1px solid #dcece5;
  box-shadow: 0 16px 42px rgba(30, 91, 74, 0.09);
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease, background-position 360ms ease;
}

.faav26-wrapper .faav26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 0%, rgba(37, 160, 111, 0.16), transparent 48%);
  opacity: 0;
  transform: translateY(-12px) scale(0.96);
  transition: opacity 360ms ease, transform 360ms ease;
}

.faav26-wrapper .faav26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(37, 160, 111, 0.42);
  box-shadow: 0 22px 58px rgba(30, 91, 74, 0.16);
}

.faav26-wrapper .faav26-card:hover::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.faav26-wrapper .faav26-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  text-align: center !important;
  background: linear-gradient(135deg, #176b5b 0%, #25a06f 58%, #d7a64a 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(37, 160, 111, 0.25);
  transition: transform 360ms ease, box-shadow 360ms ease, filter 360ms ease;
}

.faav26-wrapper .faav26-card:hover .faav26-icon {
  transform: translateY(-3px) scale(1.04);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(37, 160, 111, 0.32);
}

.faav26-wrapper .faav26-i {
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}

.faav26-wrapper .faav26-card-title {
  margin: 0;
  color: #142c2d;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.faav26-wrapper .faav26-card-text {
  margin: 0 auto;
  color: #5a686b;
  line-height: 1.58;
  font-weight: 430;
}

.faav26-wrapper.faav26-js .faav26-card {
  opacity: 0;
  transform: translateY(18px);
}

.faav26-wrapper.faav26-js .faav26-card.faav26-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .faav26-wrapper .faav26-section {
    padding: 92px 0 !important;
  }

  .faav26-wrapper .faav26-container {
    padding: 0 28px !important;
  }

  .faav26-wrapper .faav26-heading {
    font-size: 44px;
    max-width: 980px;
    white-space: nowrap;
  }

  .faav26-wrapper .faav26-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .faav26-wrapper .faav26-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faav26-wrapper .faav26-grid {
    gap: 24px;
  }

  .faav26-wrapper .faav26-card {
    min-height: 296px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }

  .faav26-wrapper .faav26-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
  }

  .faav26-wrapper .faav26-i {
    font-size: 30px;
  }

  .faav26-wrapper .faav26-card-title {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .faav26-wrapper .faav26-card-text {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .faav26-wrapper .faav26-section {
    padding: 74px 0 !important;
  }

  .faav26-wrapper .faav26-container {
    padding: 0 24px !important;
  }

  .faav26-wrapper .faav26-heading {
    font-size: 36px;
    max-width: 760px;
  }

  .faav26-wrapper .faav26-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .faav26-wrapper .faav26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .faav26-wrapper .faav26-card {
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  .faav26-wrapper .faav26-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .faav26-wrapper .faav26-i {
    font-size: 27px;
  }

  .faav26-wrapper .faav26-card-title {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .faav26-wrapper .faav26-card-text {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .faav26-wrapper .faav26-section {
    padding: 54px 0 !important;
  }

  .faav26-wrapper .faav26-container {
    padding: 0 16px !important;
  }

  .faav26-wrapper .faav26-heading {
    font-size: 28px;
    max-width: 430px;
  }

  .faav26-wrapper .faav26-intro {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .faav26-wrapper .faav26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .faav26-wrapper .faav26-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .faav26-wrapper .faav26-icon {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    margin-bottom: 16px;
  }

  .faav26-wrapper .faav26-i {
    font-size: 22px;
  }

  .faav26-wrapper .faav26-card-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .faav26-wrapper .faav26-card-text {
    font-size: 13.2px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .faav26-wrapper .faav26-section {
    padding: 48px 0 !important;
  }

  .faav26-wrapper .faav26-container {
    padding: 0 14px !important;
  }

  .faav26-wrapper .faav26-heading {
    font-size: 25px;
    max-width: 360px;
  }

  .faav26-wrapper .faav26-intro {
    font-size: 13.8px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .faav26-wrapper .faav26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .faav26-wrapper .faav26-card {
    min-height: 224px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }

  .faav26-wrapper .faav26-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
  }

  .faav26-wrapper .faav26-i {
    font-size: 20px;
  }

  .faav26-wrapper .faav26-card-title {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .faav26-wrapper .faav26-card-text {
    font-size: 12.5px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .faav26-wrapper .faav26-section {
    padding: 42px 0 !important;
  }

  .faav26-wrapper .faav26-container {
    padding: 0 10px !important;
  }

  .faav26-wrapper .faav26-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .faav26-wrapper .faav26-intro {
    font-size: 13px;
    line-height: 1.46;
    margin-bottom: 18px;
  }

  .faav26-wrapper .faav26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .faav26-wrapper .faav26-card {
    min-height: 218px;
    padding: 18px 10px 16px;
    border-radius: 14px;
  }

  .faav26-wrapper .faav26-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .faav26-wrapper .faav26-i {
    font-size: 18px;
  }

  .faav26-wrapper .faav26-card-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .faav26-wrapper .faav26-card-text {
    font-size: 11.8px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .faav26-wrapper .faav26-section {
    padding: 38px 0 !important;
  }

  .faav26-wrapper .faav26-container {
    padding: 0 10px !important;
  }

  .faav26-wrapper .faav26-heading {
    font-size: 21px;
  }

  .faav26-wrapper .faav26-intro {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .faav26-wrapper .faav26-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .faav26-wrapper .faav26-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .faav26-wrapper .faav26-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .faav26-wrapper .faav26-i {
    font-size: 18px;
  }

  .faav26-wrapper .faav26-card-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .faav26-wrapper .faav26-card-text {
    font-size: 12px;
  }
}