@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 .fbrv2026-wrapper, .tc-wp-content-root .fbrv2026-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbrv2026-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
}.tc-wp-content-root .fbrv2026-section{
  width: 100% !important;
  position: relative;
}.tc-wp-content-root .fbrv2026-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbrv2026-section-tint{
  background:
    radial-gradient(circle at 18% 12%, rgba(24, 119, 242, 0.08), transparent 34%),
    radial-gradient(circle at 82% 36%, rgba(0, 196, 180, 0.09), transparent 30%),
    #f6faff;
}.tc-wp-content-root .fbrv2026-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  position: relative;
}.tc-wp-content-root .fbrv2026-heading{
  margin: 0 auto;
  text-align: center;
  color: #12203a;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fbrv2026-intro{
  margin: 0 auto;
  text-align: center;
  color: #56657a;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .fbrv2026-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .fbrv2026-card{
  height: 100% !important;
  text-align: center;
  border: 1px solid rgba(24, 119, 242, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 255, 0.96));
  box-shadow: 0 18px 44px rgba(18, 63, 122, 0.08);
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .fbrv2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.09), rgba(0, 196, 180, 0.07), transparent 64%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbrv2026-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(0, 196, 180, 0.42);
  box-shadow: 0 26px 58px rgba(18, 63, 122, 0.14);
}.tc-wp-content-root .fbrv2026-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbrv2026-icon{
  width: 74px;
  height: 74px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #1877f2 0%, #0b5fc7 52%, #00c4b4 100%);
  box-shadow: 0 16px 34px rgba(24, 119, 242, 0.25);
  transition: transform 280ms ease, box-shadow 280ms ease, background-position 280ms ease;
  background-size: 160% 160%;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .fbrv2026-card:hover .fbrv2026-icon{
  transform: translateY(-4px);
  background-position: 100% 50%;
  box-shadow: 0 18px 38px rgba(0, 196, 180, 0.24);
}.tc-wp-content-root .fbrv2026-i{
  color: #ffffff;
  line-height: 1;
  display: block;
  text-align: center;
}.tc-wp-content-root .fbrv2026-card h3{
  margin: 0;
  text-align: center;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .fbrv2026-card p{
  margin: 0;
  text-align: center;
  color: #5d6b7f;
  line-height: 1.6;
  font-weight: 400;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .fbrv2026-js .fbrv2026-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbrv2026-js .fbrv2026-reveal.fbrv2026-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .fbrv2026-section{
    padding: 88px 0;
  }.tc-wp-content-root .fbrv2026-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbrv2026-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .fbrv2026-intro{
    font-size: 17px;
    max-width: 760px;
    margin-top: 16px;
  }.tc-wp-content-root .fbrv2026-grid{
    gap: 26px;
    margin-top: 44px;
  }.tc-wp-content-root .fbrv2026-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbrv2026-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbrv2026-card{
    min-height: 300px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .fbrv2026-i{
    font-size: 30px;
  }.tc-wp-content-root .fbrv2026-card h3{
    font-size: 20px;
    margin-top: 24px;
  }.tc-wp-content-root .fbrv2026-card p{
    font-size: 15px;
    margin-top: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbrv2026-section{
    padding: 72px 0;
  }.tc-wp-content-root .fbrv2026-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbrv2026-heading{
    font-size: 36px;
    max-width: 760px;
  }.tc-wp-content-root .fbrv2026-intro{
    font-size: 16px;
    max-width: 680px;
    margin-top: 14px;
  }.tc-wp-content-root .fbrv2026-grid, .tc-wp-content-root .fbrv2026-grid-3, .tc-wp-content-root .fbrv2026-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .fbrv2026-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbrv2026-icon{
    width: 66px;
    height: 66px;
    border-radius: 18px;
  }.tc-wp-content-root .fbrv2026-i{
    font-size: 27px;
  }.tc-wp-content-root .fbrv2026-card h3{
    font-size: 19px;
    margin-top: 22px;
  }.tc-wp-content-root .fbrv2026-card p{
    font-size: 14.5px;
    margin-top: 11px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbrv2026-section{
    padding: 54px 0;
  }.tc-wp-content-root .fbrv2026-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbrv2026-heading{
    font-size: 29px;
    max-width: 430px;
  }.tc-wp-content-root .fbrv2026-intro{
    font-size: 14.5px;
    max-width: 520px;
    margin-top: 12px;
  }.tc-wp-content-root .fbrv2026-grid, .tc-wp-content-root .fbrv2026-grid-3, .tc-wp-content-root .fbrv2026-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .fbrv2026-card{
    min-height: 235px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .fbrv2026-icon{
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }.tc-wp-content-root .fbrv2026-i{
    font-size: 22px;
  }.tc-wp-content-root .fbrv2026-card h3{
    font-size: 16px;
    margin-top: 17px;
  }.tc-wp-content-root .fbrv2026-card p{
    font-size: 13px;
    line-height: 1.5;
    margin-top: 9px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbrv2026-section{
    padding: 48px 0;
  }.tc-wp-content-root .fbrv2026-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbrv2026-heading{
    font-size: 26px;
    max-width: 360px;
  }.tc-wp-content-root .fbrv2026-intro{
    font-size: 13.5px;
    line-height: 1.55;
    max-width: 360px;
    margin-top: 10px;
  }.tc-wp-content-root .fbrv2026-grid, .tc-wp-content-root .fbrv2026-grid-3, .tc-wp-content-root .fbrv2026-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .fbrv2026-card{
    min-height: 225px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .fbrv2026-icon{
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }.tc-wp-content-root .fbrv2026-i{
    font-size: 20px;
  }.tc-wp-content-root .fbrv2026-card h3{
    font-size: 14.5px;
    margin-top: 15px;
  }.tc-wp-content-root .fbrv2026-card p{
    font-size: 12.4px;
    line-height: 1.48;
    margin-top: 8px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbrv2026-section{
    padding: 42px 0;
  }.tc-wp-content-root .fbrv2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbrv2026-heading{
    font-size: 23px;
    max-width: 300px;
  }.tc-wp-content-root .fbrv2026-intro{
    font-size: 12.8px;
    line-height: 1.5;
    max-width: 300px;
    margin-top: 9px;
  }.tc-wp-content-root .fbrv2026-grid, .tc-wp-content-root .fbrv2026-grid-3, .tc-wp-content-root .fbrv2026-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .fbrv2026-card{
    min-height: 218px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .fbrv2026-icon{
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }.tc-wp-content-root .fbrv2026-i{
    font-size: 18px;
  }.tc-wp-content-root .fbrv2026-card h3{
    font-size: 13.4px;
    line-height: 1.24;
    margin-top: 13px;
  }.tc-wp-content-root .fbrv2026-card p{
    font-size: 11.8px;
    line-height: 1.42;
    margin-top: 7px;
  }}