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

.fb-dp-viewer-pro,
.fb-dp-viewer-pro * {
  box-sizing: border-box;
  min-width: 0;
}

.fb-dp-viewer-pro {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #142033;
  font-family: inherit;
  --fbdp-primary: #18756f;
  --fbdp-secondary: #2f6fed;
  --fbdp-accent: #ffb545;
  --fbdp-soft: #f3fbf9;
  --fbdp-text: #142033;
  --fbdp-muted: #5d6b7a;
  --fbdp-border: rgba(24, 117, 111, 0.16);
  --fbdp-shadow: rgba(18, 63, 78, 0.13);
  --fbdp-shadow-strong: rgba(24, 117, 111, 0.24);
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-section {
  width: 100% !important;
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-section-white {
  background: #ffffff !important;
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 111, 237, 0.08), transparent 34%),
    linear-gradient(180deg, #f5fbfa 0%, #eef8f6 100%) !important;
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.fb-dp-viewer-pro h2,
.fb-dp-viewer-pro h3,
.fb-dp-viewer-pro p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.fb-dp-viewer-pro h2 {
  color: var(--fbdp-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
  max-width: 980px;
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-intro {
  color: var(--fbdp-muted);
  line-height: 1.7;
  margin-top: 0;
  max-width: 760px;
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-grid {
  display: grid !important;
  align-items: stretch !important;
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-card {
  position: relative;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(24, 117, 111, 0.09), transparent 48%);
  border: 1px solid var(--fbdp-border);
  box-shadow: 0 18px 48px var(--fbdp-shadow);
  overflow: hidden;
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(24, 117, 111, 0.12), transparent 34%),
    linear-gradient(315deg, rgba(255, 181, 69, 0.13), transparent 36%);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 260ms ease, transform 260ms ease;
  z-index: -1;
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(24, 117, 111, 0.34);
  box-shadow: 0 24px 64px var(--fbdp-shadow-strong);
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--fbdp-primary) 0%, var(--fbdp-secondary) 72%),
    var(--fbdp-primary);
  box-shadow: 0 14px 34px rgba(24, 117, 111, 0.28);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-card:hover .fb-dp-viewer-pro-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(47, 111, 237, 0.28);
  filter: saturate(1.08);
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-i {
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center !important;
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-card h3 {
  color: var(--fbdp-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fb-dp-viewer-pro .fb-dp-viewer-pro-card p {
  color: var(--fbdp-muted);
  line-height: 1.62;
}

.fb-dp-viewer-pro [data-fbdp-reveal] {
  opacity: 1;
  transform: none;
}

.fb-dp-viewer-pro.fb-dp-viewer-pro-js [data-fbdp-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.fb-dp-viewer-pro.fb-dp-viewer-pro-js [data-fbdp-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .fb-dp-viewer-pro .fb-dp-viewer-pro-section {
    padding: 86px 0 !important;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-container {
    padding: 0 28px !important;
  }

  .fb-dp-viewer-pro h2 {
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-grid {
    gap: 26px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card {
    min-height: 296px;
    padding: 34px 30px;
    border-radius: 24px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-icon {
    width: 74px;
    height: 74px;
    border-radius: 22px;
    margin-bottom: 24px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-i {
    font-size: 31px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card h3 {
    font-size: 21px;
    margin: 0 0 12px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card p {
    font-size: 15.5px;
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-dp-viewer-pro .fb-dp-viewer-pro-section {
    padding: 68px 0 !important;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-container {
    padding: 0 22px !important;
  }

  .fb-dp-viewer-pro h2 {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 22px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-i {
    font-size: 28px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card h3 {
    font-size: 19px;
    margin: 0 0 10px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card p {
    font-size: 14.5px;
    margin: 0;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fb-dp-viewer-pro .fb-dp-viewer-pro-section {
    padding: 52px 0 !important;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-container {
    padding: 0 16px !important;
  }

  .fb-dp-viewer-pro h2 {
    font-size: 27px;
    margin-bottom: 12px;
    max-width: 390px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-intro {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card {
    min-height: 232px;
    padding: 22px 15px;
    border-radius: 18px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 16px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-i {
    font-size: 23px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card h3 {
    font-size: 16px;
    margin: 0 0 8px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fb-dp-viewer-pro .fb-dp-viewer-pro-section {
    padding: 46px 0 !important;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-container {
    padding: 0 12px !important;
  }

  .fb-dp-viewer-pro h2 {
    font-size: 24px;
    margin-bottom: 10px;
    max-width: 335px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-intro {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card {
    min-height: 224px;
    padding: 20px 12px;
    border-radius: 16px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 14px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-i {
    font-size: 21px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card h3 {
    font-size: 15px;
    margin: 0 0 7px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card p {
    font-size: 12.4px;
    line-height: 1.45;
    margin: 0;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fb-dp-viewer-pro .fb-dp-viewer-pro-section {
    padding: 40px 0 !important;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-container {
    padding: 0 10px !important;
  }

  .fb-dp-viewer-pro h2 {
    font-size: 22px;
    margin-bottom: 9px;
    max-width: 300px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-intro {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card {
    min-height: 214px;
    padding: 18px 10px;
    border-radius: 14px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-i {
    font-size: 19px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card h3 {
    font-size: 14px;
    margin: 0 0 6px;
  }

  .fb-dp-viewer-pro .fb-dp-viewer-pro-card p {
    font-size: 11.8px;
    line-height: 1.42;
    margin: 0;
  }
}

@media (max-width: 319px) {
  .fb-dp-viewer-pro .fb-dp-viewer-pro-grid {
    grid-template-columns: 1fr !important;
  }
}