@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');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .fbcpv-2026, .tc-wp-content-root .fbcpv-2026 *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbcpv-2026{
  width: 100% !important;
  overflow: hidden;
  --fbcpv-primary: #1f5f76;
  --fbcpv-secondary: #3aa6a1;
  --fbcpv-accent: #f2a33a;
  --fbcpv-tint: #f3faf9;
  --fbcpv-text: #182c34;
  --fbcpv-muted: #60727a;
  --fbcpv-border: rgba(31, 95, 118, 0.15);
  --fbcpv-shadow: rgba(24, 44, 52, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--fbcpv-text);
}.tc-wp-content-root .fbcpv-2026-section{
  width: 100% !important;
}.tc-wp-content-root .fbcpv-2026-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbcpv-2026-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(58, 166, 161, 0.12), transparent 36%),
    var(--fbcpv-tint);
}.tc-wp-content-root .fbcpv-2026-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbcpv-2026 h2, .tc-wp-content-root .fbcpv-2026 h3, .tc-wp-content-root .fbcpv-2026 p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .fbcpv-2026 h2{
  color: var(--fbcpv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
  text-wrap: balance;
}.tc-wp-content-root .fbcpv-2026-intro{
  color: var(--fbcpv-muted);
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 34px;
  max-width: 760px;
}.tc-wp-content-root .fbcpv-2026-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .fbcpv-2026-card{
  height: 100%;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)),
    #ffffff;
  border: 1px solid var(--fbcpv-border);
  box-shadow: 0 18px 42px var(--fbcpv-shadow);
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .fbcpv-2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 95, 118, 0.08), rgba(242, 163, 58, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbcpv-2026-card:hover{
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(58, 166, 161, 0.48);
  box-shadow: 0 24px 56px rgba(31, 95, 118, 0.18);
}.tc-wp-content-root .fbcpv-2026-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbcpv-2026-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fbcpv-primary), var(--fbcpv-secondary));
  box-shadow: 0 12px 30px rgba(31, 95, 118, 0.24);
  color: #ffffff;
  position: relative;
  z-index: 1;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .fbcpv-2026-card:hover .fbcpv-2026-icon{
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(242, 163, 58, 0.28);
}.tc-wp-content-root .fbcpv-2026-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fbcpv-2026 h3{
  position: relative;
  z-index: 1;
  color: var(--fbcpv-text);
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
}.tc-wp-content-root .fbcpv-2026-card p{
  position: relative;
  z-index: 1;
  color: var(--fbcpv-muted);
  line-height: 1.62;
  margin-top: 0;
  margin-bottom: 0;
}.tc-wp-content-root .fbcpv-2026-card.fbcpv-2026-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbcpv-2026-card.fbcpv-2026-reveal.fbcpv-2026-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .fbcpv-2026-section{
    padding: 88px 0;
  }.tc-wp-content-root .fbcpv-2026-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbcpv-2026 h2{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fbcpv-2026-intro{
    font-size: 17px;
  }.tc-wp-content-root .fbcpv-2026-grid{
    gap: 24px;
  }.tc-wp-content-root .fbcpv-2026-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbcpv-2026-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbcpv-2026-card{
    min-height: 300px;
    padding: 34px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .fbcpv-2026-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbcpv-2026-i{
    font-size: 28px;
  }.tc-wp-content-root .fbcpv-2026 h3{
    font-size: 20px;
  }.tc-wp-content-root .fbcpv-2026-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbcpv-2026-section{
    padding: 72px 0;
  }.tc-wp-content-root .fbcpv-2026-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbcpv-2026 h2{
    font-size: 34px;
  }.tc-wp-content-root .fbcpv-2026-intro{
    font-size: 16px;
    margin-bottom: 30px;
  }.tc-wp-content-root .fbcpv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fbcpv-2026-card{
    min-height: 270px;
    padding: 30px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .fbcpv-2026-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
  }.tc-wp-content-root .fbcpv-2026-i{
    font-size: 25px;
  }.tc-wp-content-root .fbcpv-2026 h3{
    font-size: 19px;
  }.tc-wp-content-root .fbcpv-2026-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbcpv-2026-section{
    padding: 52px 0;
  }.tc-wp-content-root .fbcpv-2026-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbcpv-2026 h2{
    font-size: 27px;
    max-width: 420px;
  }.tc-wp-content-root .fbcpv-2026-intro{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbcpv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbcpv-2026-card{
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 16px;
  }.tc-wp-content-root .fbcpv-2026-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
  }.tc-wp-content-root .fbcpv-2026-i{
    font-size: 20px;
  }.tc-wp-content-root .fbcpv-2026 h3{
    font-size: 16px;
  }.tc-wp-content-root .fbcpv-2026-card p{
    font-size: 12.8px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbcpv-2026-section{
    padding: 46px 0;
  }.tc-wp-content-root .fbcpv-2026-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbcpv-2026 h2{
    font-size: 24px;
    max-width: 340px;
  }.tc-wp-content-root .fbcpv-2026-intro{
    font-size: 13.5px;
    line-height: 1.56;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbcpv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .fbcpv-2026-card{
    min-height: 220px;
    padding: 19px 11px;
    border-radius: 15px;
  }.tc-wp-content-root .fbcpv-2026-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbcpv-2026-i{
    font-size: 18px;
  }.tc-wp-content-root .fbcpv-2026 h3{
    font-size: 14.8px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbcpv-2026-card p{
    font-size: 12.2px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbcpv-2026-section{
    padding: 40px 0;
  }.tc-wp-content-root .fbcpv-2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbcpv-2026 h2{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .fbcpv-2026-intro{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbcpv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .fbcpv-2026-card{
    min-height: 212px;
    padding: 17px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .fbcpv-2026-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbcpv-2026-i{
    font-size: 17px;
  }.tc-wp-content-root .fbcpv-2026 h3{
    font-size: 13.8px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbcpv-2026-card p{
    font-size: 11.5px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbcpv-2026-section{
    padding: 36px 0;
  }.tc-wp-content-root .fbcpv-2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbcpv-2026-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .fbcpv-2026 h2{
    font-size: 21px;
  }.tc-wp-content-root .fbcpv-2026-intro{
    font-size: 13px;
  }.tc-wp-content-root .fbcpv-2026-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .fbcpv-2026-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbcpv-2026-i{
    font-size: 17px;
  }.tc-wp-content-root .fbcpv-2026 h3{
    font-size: 14px;
  }.tc-wp-content-root .fbcpv-2026-card p{
    font-size: 12px;
  }}