@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 .flv26-root, .tc-wp-content-root .flv26-root *{
  box-sizing: border-box;
}.tc-wp-content-root .flv26-root{
  --flv26-primary: #1877f2;
  --flv26-secondary: #00b8a9;
  --flv26-accent: #ffb703;
  --flv26-ink: #172033;
  --flv26-muted: #5e6a7f;
  --flv26-tint: #f3f8ff;
  --flv26-border: rgba(24, 119, 242, 0.16);
  --flv26-shadow: rgba(16, 52, 96, 0.13);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: var(--flv26-ink);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .flv26-section{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .flv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .flv26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.09), transparent 34%),
    linear-gradient(180deg, #f6fbff 0%, var(--flv26-tint) 100%);
}.tc-wp-content-root .flv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .flv26-heading{
  margin: 0 auto;
  color: var(--flv26-ink);
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .flv26-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--flv26-muted);
  text-align: center;
  line-height: 1.7;
  font-weight: 500;
}.tc-wp-content-root .flv26-grid{
  display: grid;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .flv26-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100%;
  min-width: 0;
  text-align: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(24, 119, 242, 0.28), rgba(0, 184, 169, 0.2), rgba(255, 183, 3, 0.18)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 44px var(--flv26-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .flv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), transparent 42%, rgba(0, 184, 169, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .flv26-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(16, 52, 96, 0.18);
}.tc-wp-content-root .flv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .flv26-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, var(--flv26-primary), var(--flv26-secondary));
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .flv26-card:hover .flv26-icon{
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(0, 184, 169, 0.24);
}.tc-wp-content-root .flv26-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .flv26-card-title{
  position: relative;
  margin: 0;
  color: var(--flv26-ink);
  text-align: center;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .flv26-card-text{
  position: relative;
  margin: 0 auto;
  color: var(--flv26-muted);
  text-align: center;
  line-height: 1.62;
  font-weight: 500;
}.tc-wp-content-root .flv26-js .flv26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .flv26-js .flv26-card.flv26-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .flv26-section{
    padding: 86px 0;
  }.tc-wp-content-root .flv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .flv26-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .flv26-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .flv26-grid{
    gap: 26px;
  }.tc-wp-content-root .flv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .flv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .flv26-card{
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .flv26-icon{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .flv26-i{
    font-size: 30px;
  }.tc-wp-content-root .flv26-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .flv26-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .flv26-section{
    padding: 68px 0;
  }.tc-wp-content-root .flv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .flv26-heading{
    font-size: 34px;
    max-width: 720px;
  }.tc-wp-content-root .flv26-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .flv26-grid, .tc-wp-content-root .flv26-grid-3, .tc-wp-content-root .flv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .flv26-card{
    min-height: 264px;
    padding: 30px 22px 26px;
    border-radius: 21px;
  }.tc-wp-content-root .flv26-icon{
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 21px;
  }.tc-wp-content-root .flv26-i{
    font-size: 27px;
  }.tc-wp-content-root .flv26-card-title{
    font-size: 19px;
    margin-bottom: 11px;
  }.tc-wp-content-root .flv26-card-text{
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .flv26-section{
    padding: 52px 0;
  }.tc-wp-content-root .flv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .flv26-heading{
    font-size: 27px;
    max-width: 390px;
  }.tc-wp-content-root .flv26-intro{
    font-size: 14px;
    line-height: 1.58;
    margin-bottom: 24px;
  }.tc-wp-content-root .flv26-grid, .tc-wp-content-root .flv26-grid-3, .tc-wp-content-root .flv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .flv26-card{
    min-height: 226px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .flv26-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
  }.tc-wp-content-root .flv26-i{
    font-size: 22px;
  }.tc-wp-content-root .flv26-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .flv26-card-text{
    font-size: 12.8px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .flv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .flv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .flv26-heading{
    font-size: 24px;
    max-width: 340px;
  }.tc-wp-content-root .flv26-intro{
    font-size: 13.5px;
    line-height: 1.54;
    margin-bottom: 22px;
  }.tc-wp-content-root .flv26-grid, .tc-wp-content-root .flv26-grid-3, .tc-wp-content-root .flv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .flv26-card{
    min-height: 218px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .flv26-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
  }.tc-wp-content-root .flv26-i{
    font-size: 20px;
  }.tc-wp-content-root .flv26-card-title{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .flv26-card-text{
    font-size: 12.2px;
    line-height: 1.47;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .flv26-section{
    padding: 40px 0;
  }.tc-wp-content-root .flv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .flv26-heading{
    font-size: 21px;
    max-width: 300px;
  }.tc-wp-content-root .flv26-intro{
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 18px;
  }.tc-wp-content-root .flv26-grid, .tc-wp-content-root .flv26-grid-3, .tc-wp-content-root .flv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .flv26-card{
    min-height: 212px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .flv26-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 13px;
  }.tc-wp-content-root .flv26-i{
    font-size: 18px;
  }.tc-wp-content-root .flv26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .flv26-card-text{
    font-size: 11.6px;
    line-height: 1.44;
  }}