@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 .fbppv-editorial-wrap, .tc-wp-content-root .fbppv-editorial-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbppv-editorial-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-section-one, .tc-wp-content-root .fbppv-editorial-wrap .fbppv-section-three{
  background: #ffffff;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.08), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #f8fbff 100%);
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbppv-editorial-wrap h2, .tc-wp-content-root .fbppv-editorial-wrap h3, .tc-wp-content-root .fbppv-editorial-wrap p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .fbppv-editorial-wrap h2{
  color: #111827;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.14;
  margin-top: 0;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-intro{
  color: #526071;
  line-height: 1.72;
  margin-top: 0;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card{
  position: relative;
  height: 100% !important;
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(66, 183, 42, 0.08));
  border: 1px solid rgba(46, 94, 145, 0.15);
  box-shadow: 0 18px 42px rgba(19, 55, 99, 0.09);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 420ms ease;
  background-size: 100% 100%, 220% 220%;
  background-position: center, 0% 50%;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  box-shadow: inset 0 0 0 1px rgba(24, 119, 242, 0.22);
  transition: opacity 280ms ease;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card:hover{
  transform: translateY(-7px);
  border-color: rgba(24, 119, 242, 0.34);
  box-shadow: 0 24px 56px rgba(19, 55, 99, 0.15);
  background-position: center, 100% 50%;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  color: #ffffff;
  background:
    linear-gradient(135deg, #1877f2 0%, #1f8ea3 52%, #42b72a 100%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease, filter 280ms ease;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card:hover .fbppv-icon{
  transform: translateY(-3px) scale(1.04);
  filter: saturate(1.08);
  box-shadow: 0 18px 38px rgba(24, 119, 242, 0.3);
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-i{
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .fbppv-editorial-wrap h3{
  color: #162238;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.24;
  margin-bottom: 0;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card p{
  color: #5b6675;
  line-height: 1.64;
  margin-bottom: 0;
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbppv-editorial-wrap .fbppv-reveal.fbppv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .fbppv-editorial-wrap .fbppv-section{
    padding: 88px 0;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbppv-editorial-wrap h2{
    font-size: 42px;
    max-width: 980px;
    margin-bottom: 18px;
    white-space: nowrap;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-intro{
    font-size: 18px;
    max-width: 790px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-grid{
    gap: 24px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card{
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-i{
    font-size: 28px;
  }.tc-wp-content-root .fbppv-editorial-wrap h3{
    font-size: 20px;
    margin-top: 0;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card p{
    font-size: 15.5px;
    margin-top: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbppv-editorial-wrap .fbppv-section{
    padding: 72px 0;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbppv-editorial-wrap h2{
    font-size: 34px;
    max-width: 760px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-intro{
    font-size: 16.5px;
    max-width: 680px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card{
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-i{
    font-size: 25px;
  }.tc-wp-content-root .fbppv-editorial-wrap h3{
    font-size: 19px;
    margin-top: 0;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card p{
    font-size: 15px;
    margin-top: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbppv-editorial-wrap .fbppv-section{
    padding: 54px 0;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbppv-editorial-wrap h2{
    font-size: 27px;
    max-width: 520px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-intro{
    font-size: 14.5px;
    max-width: 520px;
    margin-bottom: 26px;
    line-height: 1.62;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card{
    min-height: 230px;
    padding: 22px 14px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-i{
    font-size: 21px;
  }.tc-wp-content-root .fbppv-editorial-wrap h3{
    font-size: 16px;
    margin-top: 0;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card p{
    font-size: 13.2px;
    line-height: 1.5;
    margin-top: 10px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbppv-editorial-wrap .fbppv-section{
    padding: 48px 0;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fbppv-editorial-wrap h2{
    font-size: 24px;
    max-width: 360px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-intro{
    font-size: 13.7px;
    max-width: 360px;
    margin-bottom: 22px;
    line-height: 1.56;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card{
    min-height: 224px;
    padding: 19px 11px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-i{
    font-size: 19px;
  }.tc-wp-content-root .fbppv-editorial-wrap h3{
    font-size: 15px;
    margin-top: 0;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card p{
    font-size: 12.6px;
    line-height: 1.45;
    margin-top: 9px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbppv-editorial-wrap .fbppv-section{
    padding: 42px 0;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbppv-editorial-wrap h2{
    font-size: 21px;
    max-width: 300px;
    margin-bottom: 10px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-intro{
    font-size: 12.9px;
    max-width: 300px;
    margin-bottom: 18px;
    line-height: 1.5;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card{
    min-height: 214px;
    padding: 16px 8px 14px;
    border-radius: 13px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-i{
    font-size: 17px;
  }.tc-wp-content-root .fbppv-editorial-wrap h3{
    font-size: 14px;
    margin-top: 0;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card p{
    font-size: 11.8px;
    line-height: 1.42;
    margin-top: 8px;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbppv-editorial-wrap .fbppv-section{
    padding: 38px 0;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .fbppv-editorial-wrap h2{
    font-size: 20px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-intro{
    font-size: 12.8px;
    margin-bottom: 18px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card{
    min-height: 210px;
    padding: 16px 10px 14px;
    border-radius: 13px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-i{
    font-size: 17px;
  }.tc-wp-content-root .fbppv-editorial-wrap h3{
    font-size: 14px;
  }.tc-wp-content-root .fbppv-editorial-wrap .fbppv-card p{
    font-size: 12px;
  }}