@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');

.fbav-wrap,
.fbav-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.fbav-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212f;
  font-family: Arial, Helvetica, sans-serif;
}

.fbav-wrap .fbav-section {
  width: 100% !important;
}

.fbav-wrap .fbav-section-white {
  background: #ffffff;
}

.fbav-wrap .fbav-section-tint {
  background: linear-gradient(180deg, #f5f8fb 0%, #eef6f3 100%);
}

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

.fbav-wrap .fbav-h2,
.fbav-wrap .fbav-intro,
.fbav-wrap .fbav-card,
.fbav-wrap .fbav-card h3,
.fbav-wrap .fbav-card p {
  text-align: center !important;
}

.fbav-wrap .fbav-h2 {
  margin: 0 auto;
  color: #0f2634;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.fbav-wrap .fbav-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: #526171;
  line-height: 1.7;
  font-weight: 400;
}

.fbav-wrap .fbav-grid {
  display: grid !important;
  align-items: stretch !important;
}

.fbav-wrap .fbav-card {
  position: relative;
  height: 100% !important;
  border: 1px solid #d9e8ea;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow: 0 18px 48px rgba(21, 72, 89, 0.1);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
  overflow: hidden;
}

.fbav-wrap .fbav-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(22, 123, 115, 0.12), transparent 46%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.fbav-wrap .fbav-card:hover {
  transform: translateY(-7px);
  border-color: rgba(22, 123, 115, 0.42);
  box-shadow: 0 26px 64px rgba(21, 72, 89, 0.16);
}

.fbav-wrap .fbav-card:hover:before {
  opacity: 1;
}

.fbav-wrap .fbav-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #176b87 0%, #16a085 58%, #d69b2d 100%);
  box-shadow: 0 14px 30px rgba(22, 123, 115, 0.25);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.fbav-wrap .fbav-card:hover .fbav-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 38px rgba(214, 155, 45, 0.25);
}

.fbav-wrap .fbav-i {
  display: block;
  line-height: 1;
}

.fbav-wrap .fbav-card h3 {
  position: relative;
  margin: 0;
  color: #132b38;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbav-wrap .fbav-card p {
  position: relative;
  margin: 0 auto;
  color: #586778;
  line-height: 1.62;
  font-weight: 400;
}

.fbav-wrap .fbav-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.fbav-wrap .fbav-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  .fbav-wrap .fbav-section {
    padding: 84px 0;
  }

  .fbav-wrap .fbav-container {
    padding: 0 24px;
  }

  .fbav-wrap .fbav-h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .fbav-wrap .fbav-intro {
    font-size: 17px;
  }

  .fbav-wrap .fbav-grid {
    gap: 28px;
    margin-top: 42px;
  }

  .fbav-wrap .fbav-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fbav-wrap .fbav-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fbav-wrap .fbav-card {
    min-height: 296px;
    padding: 34px 26px 30px;
  }

  .fbav-wrap .fbav-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    font-size: 27px;
  }

  .fbav-wrap .fbav-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .fbav-wrap .fbav-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbav-wrap .fbav-section {
    padding: 68px 0;
  }

  .fbav-wrap .fbav-container {
    padding: 0 22px;
  }

  .fbav-wrap .fbav-h2 {
    font-size: 34px;
  }

  .fbav-wrap .fbav-intro {
    font-size: 16px;
  }

  .fbav-wrap .fbav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
  }

  .fbav-wrap .fbav-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .fbav-wrap .fbav-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .fbav-wrap .fbav-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .fbav-wrap .fbav-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbav-wrap .fbav-section {
    padding: 54px 0;
  }

  .fbav-wrap .fbav-container {
    padding: 0 16px;
  }

  .fbav-wrap .fbav-h2 {
    font-size: 28px;
  }

  .fbav-wrap .fbav-intro {
    font-size: 14.5px;
    line-height: 1.6;
  }

  .fbav-wrap .fbav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .fbav-wrap .fbav-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .fbav-wrap .fbav-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    font-size: 20px;
  }

  .fbav-wrap .fbav-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .fbav-wrap .fbav-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbav-wrap .fbav-section {
    padding: 46px 0;
  }

  .fbav-wrap .fbav-container {
    padding: 0 12px;
  }

  .fbav-wrap .fbav-h2 {
    font-size: 25px;
  }

  .fbav-wrap .fbav-intro {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .fbav-wrap .fbav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }

  .fbav-wrap .fbav-card {
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

  .fbav-wrap .fbav-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 18px;
  }

  .fbav-wrap .fbav-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .fbav-wrap .fbav-card p {
    font-size: 12.5px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbav-wrap .fbav-section {
    padding: 40px 0;
  }

  .fbav-wrap .fbav-container {
    padding: 0 10px;
  }

  .fbav-wrap .fbav-h2 {
    font-size: 22px;
  }

  .fbav-wrap .fbav-intro {
    font-size: 13px;
    line-height: 1.5;
  }

  .fbav-wrap .fbav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 20px;
  }

  .fbav-wrap .fbav-card {
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }

  .fbav-wrap .fbav-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    font-size: 17px;
  }

  .fbav-wrap .fbav-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .fbav-wrap .fbav-card p {
    font-size: 12px;
    line-height: 1.42;
  }
}