@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 .fb-rv-2026-wrap, .tc-wp-content-root .fb-rv-2026-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fb-rv-2026-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .fb-rv-2026-section{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fb-rv-2026-section-one, .tc-wp-content-root .fb-rv-2026-section-three{
  background: #ffffff;
}.tc-wp-content-root .fb-rv-2026-section-two{
  background:
    radial-gradient(circle at 20% 15%, rgba(24, 119, 242, 0.08), transparent 30%),
    radial-gradient(circle at 82% 88%, rgba(66, 183, 42, 0.08), transparent 34%),
    #f6f9ff;
}.tc-wp-content-root .fb-rv-2026-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}.tc-wp-content-root .fb-rv-2026-wrap h2{
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fb-rv-2026-intro{
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  text-align: center;
  color: #566173;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .fb-rv-2026-grid{
  display: grid !important;
  width: 100% !important;
  align-items: stretch !important;
}.tc-wp-content-root .fb-rv-2026-card{
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    #ffffff;
  border: 1px solid rgba(24, 119, 242, 0.14);
  box-shadow: 0 18px 46px rgba(24, 43, 73, 0.08);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 500ms ease;
}.tc-wp-content-root .fb-rv-2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(66, 183, 42, 0.08), rgba(255, 255, 255, 0));
  transition: opacity 320ms ease;
}.tc-wp-content-root .fb-rv-2026-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(24, 119, 242, 0.34);
  box-shadow: 0 24px 58px rgba(24, 119, 242, 0.16);
}.tc-wp-content-root .fb-rv-2026-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fb-rv-2026-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #2b8cff 52%, #42b72a 100%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}.tc-wp-content-root .fb-rv-2026-card:hover .fb-rv-2026-icon{
  transform: translateY(-4px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(66, 183, 42, 0.24);
}.tc-wp-content-root .fb-rv-2026-i{
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}.tc-wp-content-root .fb-rv-2026-card h3{
  margin: 0;
  text-align: center;
  color: #172033;
  font-weight: 750;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .fb-rv-2026-card p{
  margin: 0;
  text-align: center;
  color: #5d6878;
  font-weight: 400;
  line-height: 1.62;
}.tc-wp-content-root .fb-rv-js .fb-rv-2026-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fb-rv-js .fb-rv-2026-card.fb-rv-in{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fb-rv-js .fb-rv-2026-card.fb-rv-in:hover{
  transform: translateY(-8px) scale(1.01);
}@media (min-width: 1024px) {.tc-wp-content-root .fb-rv-2026-section{
    padding: 88px 0;
  }.tc-wp-content-root .fb-rv-2026-container{
    padding: 0 24px;
  }.tc-wp-content-root .fb-rv-2026-wrap h2{
    font-size: 44px;
    white-space: nowrap;
  }.tc-wp-content-root .fb-rv-2026-intro{
    margin-top: 18px;
    margin-bottom: 42px;
    font-size: 17px;
  }.tc-wp-content-root .fb-rv-2026-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fb-rv-2026-grid{
    gap: 26px;
  }.tc-wp-content-root .fb-rv-2026-card{
    min-height: 296px;
    padding: 34px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .fb-rv-2026-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 20px;
    font-size: 30px;
  }.tc-wp-content-root .fb-rv-2026-card h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fb-rv-2026-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fb-rv-2026-section{
    padding: 70px 0;
  }.tc-wp-content-root .fb-rv-2026-container{
    padding: 0 22px;
  }.tc-wp-content-root .fb-rv-2026-wrap h2{
    font-size: 36px;
  }.tc-wp-content-root .fb-rv-2026-intro{
    margin-top: 16px;
    margin-bottom: 34px;
    font-size: 16px;
  }.tc-wp-content-root .fb-rv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fb-rv-2026-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .fb-rv-2026-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
    border-radius: 18px;
    font-size: 27px;
  }.tc-wp-content-root .fb-rv-2026-card h3{
    font-size: 19px;
    margin-bottom: 11px;
  }.tc-wp-content-root .fb-rv-2026-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fb-rv-2026-section{
    padding: 54px 0;
  }.tc-wp-content-root .fb-rv-2026-container{
    padding: 0 16px;
  }.tc-wp-content-root .fb-rv-2026-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .fb-rv-2026-intro{
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.58;
  }.tc-wp-content-root .fb-rv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fb-rv-2026-card{
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .fb-rv-2026-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 22px;
  }.tc-wp-content-root .fb-rv-2026-card h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fb-rv-2026-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fb-rv-2026-section{
    padding: 48px 0;
  }.tc-wp-content-root .fb-rv-2026-container{
    padding: 0 12px;
  }.tc-wp-content-root .fb-rv-2026-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .fb-rv-2026-intro{
    margin-top: 11px;
    margin-bottom: 22px;
    font-size: 13.5px;
    line-height: 1.55;
  }.tc-wp-content-root .fb-rv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .fb-rv-2026-card{
    min-height: 224px;
    padding: 20px 11px;
    border-radius: 16px;
  }.tc-wp-content-root .fb-rv-2026-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 20px;
  }.tc-wp-content-root .fb-rv-2026-card h3{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fb-rv-2026-card p{
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fb-rv-2026-section{
    padding: 42px 0;
  }.tc-wp-content-root .fb-rv-2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .fb-rv-2026-wrap h2{
    font-size: 23px;
  }.tc-wp-content-root .fb-rv-2026-intro{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
    line-height: 1.5;
  }.tc-wp-content-root .fb-rv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .fb-rv-2026-card{
    min-height: 218px;
    padding: 18px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .fb-rv-2026-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 13px;
    font-size: 18px;
  }.tc-wp-content-root .fb-rv-2026-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fb-rv-2026-card p{
    font-size: 12px;
    line-height: 1.42;
  }}