@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 .fbvv2026-root, .tc-wp-content-root .fbvv2026-root *{
  box-sizing: border-box;
}.tc-wp-content-root .fbvv2026-root{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #18212f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .fbvv2026-root .fbvv2026-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbvv2026-root .fbvv2026-section-one, .tc-wp-content-root .fbvv2026-root .fbvv2026-section-three{
  background: #ffffff;
}.tc-wp-content-root .fbvv2026-root .fbvv2026-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.11), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #eef5ff 100%);
}.tc-wp-content-root .fbvv2026-root .fbvv2026-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .fbvv2026-root .fbvv2026-heading{
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: #121a27;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fbvv2026-root .fbvv2026-intro{
  margin: 14px auto 0;
  max-width: 760px;
  text-align: center;
  color: #536173;
  line-height: 1.7;
  font-weight: 500;
}.tc-wp-content-root .fbvv2026-root .fbvv2026-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .fbvv2026-root .fbvv2026-card{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)) padding-box,
    linear-gradient(135deg, rgba(24, 119, 242, 0.26), rgba(66, 103, 178, 0.12), rgba(0, 164, 189, 0.18)) border-box;
  border: 1px solid transparent;
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(20, 74, 128, 0.09);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
}.tc-wp-content-root .fbvv2026-root .fbvv2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(145deg, rgba(24, 119, 242, 0.08), transparent 42%),
    radial-gradient(circle at 50% 18%, rgba(0, 164, 189, 0.1), transparent 34%);
  opacity: 0;
  transition: opacity 320ms ease, transform 320ms ease;
  transform: translateY(10px);
}.tc-wp-content-root .fbvv2026-root .fbvv2026-card:hover{
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 28px 68px rgba(24, 119, 242, 0.16);
  border-color: rgba(24, 119, 242, 0.36);
}.tc-wp-content-root .fbvv2026-root .fbvv2026-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbvv2026-root .fbvv2026-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 22px;
  color: #ffffff;
  background:
    linear-gradient(135deg, #1877f2 0%, #4267b2 54%, #00a4bd 100%);
  box-shadow: 0 16px 34px rgba(24, 119, 242, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease, background-position 320ms ease;
  background-size: 150% 150%;
}.tc-wp-content-root .fbvv2026-root .fbvv2026-card:hover .fbvv2026-icon{
  transform: translateY(-4px);
  background-position: 100% 50%;
  box-shadow: 0 20px 44px rgba(0, 164, 189, 0.24);
}.tc-wp-content-root .fbvv2026-root .fbvv2026-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .fbvv2026-root .fbvv2026-card-title{
  margin: 0;
  text-align: center;
  color: #18212f;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .fbvv2026-root .fbvv2026-card-text{
  margin: 0 auto;
  text-align: center;
  color: #5b6878;
  line-height: 1.65;
  font-weight: 500;
}.tc-wp-content-root .fbvv2026-root.js-ready .fbvv2026-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbvv2026-root.js-ready .fbvv2026-card.fbvv2026-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbvv2026-root.js-ready .fbvv2026-card.fbvv2026-visible:hover{
  transform: translateY(-8px) scale(1.012);
}@media (min-width: 1024px) {.tc-wp-content-root .fbvv2026-root .fbvv2026-section{
    padding: 92px 0;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-heading{
    font-size: 42px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-intro{
    font-size: 17px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card{
    min-height: 300px;
    padding: 34px 28px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-i{
    font-size: 28px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card-title{
    font-size: 21px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card-text{
    margin-top: 12px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbvv2026-root .fbvv2026-section{
    padding: 72px 0;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-container{
    padding: 0 22px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-heading{
    font-size: 34px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-intro{
    font-size: 16px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-i{
    font-size: 25px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card-title{
    font-size: 19px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card-text{
    margin-top: 10px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbvv2026-root .fbvv2026-section{
    padding: 54px 0;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-heading{
    font-size: 27px;
    max-width: 420px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-intro{
    font-size: 14px;
    line-height: 1.6;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card{
    min-height: 232px;
    padding: 20px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-i{
    font-size: 21px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card-title{
    font-size: 16px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card-text{
    margin-top: 8px;
    font-size: 12.8px;
    line-height: 1.55;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbvv2026-root .fbvv2026-section{
    padding: 46px 0;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-heading{
    font-size: 24px;
    max-width: 350px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-intro{
    font-size: 13.2px;
    line-height: 1.55;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card{
    min-height: 222px;
    padding: 18px 11px;
    border-radius: 16px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 15px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-i{
    font-size: 19px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card-title{
    font-size: 15px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card-text{
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbvv2026-root .fbvv2026-section{
    padding: 40px 0;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-intro{
    font-size: 12.5px;
    line-height: 1.5;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card{
    min-height: 214px;
    padding: 16px 9px;
    border-radius: 15px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 14px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-i{
    font-size: 17px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card-title{
    font-size: 14px;
  }.tc-wp-content-root .fbvv2026-root .fbvv2026-card-text{
    margin-top: 6px;
    font-size: 11.3px;
    line-height: 1.42;
  }}

.tc-wp-content-root .fbvv2026-grid-3 {}