@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 .fbvv-section-wrap, .tc-wp-content-root .fbvv-section-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbvv-section-wrap{
  --fbvv-primary: #1769ff;
  --fbvv-secondary: #12b8a6;
  --fbvv-accent: #ff5a3d;
  --fbvv-tint: #f4f8ff;
  --fbvv-text: #142033;
  --fbvv-muted: #5d6b7e;
  --fbvv-border: rgba(23, 105, 255, 0.16);
  --fbvv-shadow: rgba(20, 32, 51, 0.11);
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: var(--fbvv-text);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-panel{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-panel-white{
  background: #ffffff;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-panel-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(23, 105, 255, 0.09), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, var(--fbvv-tint) 100%);
}.tc-wp-content-root .fbvv-section-wrap .fbvv-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 24px;
  padding-right: 24px;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-heading{
  margin: 0 auto;
  text-align: center;
  color: var(--fbvv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-intro{
  max-width: 760px;
  margin: 14px auto 0;
  text-align: center;
  color: var(--fbvv-muted);
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)),
    radial-gradient(circle at 50% 0%, rgba(18, 184, 166, 0.11), transparent 42%);
  border: 1px solid var(--fbvv-border);
  box-shadow: 0 18px 48px var(--fbvv-shadow);
  border-radius: 22px;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(23,105,255,0.08), rgba(18,184,166,0.06), rgba(255,90,61,0.05));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-card-alt{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,253,255,0.92)),
    radial-gradient(circle at 50% 0%, rgba(23,105,255,0.12), transparent 46%);
}.tc-wp-content-root .fbvv-section-wrap .fbvv-card:hover{
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(23, 105, 255, 0.38);
  box-shadow: 0 24px 64px rgba(23, 105, 255, 0.17);
}.tc-wp-content-root .fbvv-section-wrap .fbvv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fbvv-primary), var(--fbvv-secondary));
  box-shadow: 0 14px 30px rgba(23, 105, 255, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
  z-index: 1;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-card:hover .fbvv-icon{
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(18, 184, 166, 0.24);
}.tc-wp-content-root .fbvv-section-wrap .fbvv-i{
  color: #ffffff;
  line-height: 1;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-card h3{
  position: relative;
  margin: 0;
  text-align: center;
  color: var(--fbvv-text);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  z-index: 1;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-card p{
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: var(--fbvv-muted);
  line-height: 1.58;
  z-index: 1;
}.tc-wp-content-root .fbvv-section-wrap .fbvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbvv-section-wrap .fbvv-reveal.fbvv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .fbvv-section-wrap .fbvv-panel{
    padding: 86px 0;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-grid{
    gap: 24px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card{
    min-height: 300px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-i{
    font-size: 28px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card h3{
    font-size: 20px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbvv-section-wrap .fbvv-panel{
    padding: 70px 0;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-container{
    padding-left: 22px;
    padding-right: 22px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-heading{
    font-size: 34px;
    max-width: 720px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-i{
    font-size: 25px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card h3{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbvv-section-wrap .fbvv-panel{
    padding: 54px 0;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-container{
    padding-left: 16px;
    padding-right: 16px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-heading{
    font-size: 29px;
    max-width: 520px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-intro{
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 26px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-i{
    font-size: 21px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card h3{
    font-size: 16px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card p{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbvv-section-wrap .fbvv-panel{
    padding: 48px 0;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-container{
    padding-left: 12px;
    padding-right: 12px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-heading{
    font-size: 26px;
    max-width: 350px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card{
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-i{
    font-size: 19px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card h3{
    font-size: 14.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card p{
    font-size: 12.2px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbvv-section-wrap .fbvv-panel{
    padding: 42px 0;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-container{
    padding-left: 10px;
    padding-right: 10px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-heading{
    font-size: 23px;
    max-width: 300px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-intro{
    font-size: 12.8px;
    line-height: 1.45;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card{
    min-height: 214px;
    padding: 16px 9px 15px;
    border-radius: 13px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-icon{
    width: 43px;
    height: 43px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-i{
    font-size: 17px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card h3{
    font-size: 13.2px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fbvv-section-wrap .fbvv-card p{
    font-size: 11.4px;
    line-height: 1.42;
  }}