@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 .fblv-editorial-wrap, .tc-wp-content-root .fblv-editorial-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fblv-editorial-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-section{
  width: 100% !important;
  position: relative;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-section-one, .tc-wp-content-root .fblv-editorial-wrap .fblv-section-three{
  background: #ffffff;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.10), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #eef5ff 100%);
}.tc-wp-content-root .fblv-editorial-wrap .fblv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-heading, .tc-wp-content-root .fblv-editorial-wrap .fblv-intro, .tc-wp-content-root .fblv-editorial-wrap .fblv-card-title, .tc-wp-content-root .fblv-editorial-wrap .fblv-card-text{
  text-align: center !important;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-heading{
  margin: 0 auto;
  color: #12203a;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-intro{
  margin: 0 auto;
  color: #526174;
  font-weight: 400;
  line-height: 1.65;
  max-width: 760px;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-card{
  height: 100% !important;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.10), transparent 58%);
  border: 1px solid rgba(47, 94, 154, 0.16);
  box-shadow: 0 18px 45px rgba(17, 51, 96, 0.10);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 280ms ease;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-tinted-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.95)),
    radial-gradient(circle at 50% 0%, rgba(27, 76, 179, 0.12), transparent 60%);
}.tc-wp-content-root .fblv-editorial-wrap .fblv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(0, 184, 169, 0.10));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(24, 119, 242, 0.38);
  box-shadow: 0 24px 60px rgba(17, 51, 96, 0.16);
}.tc-wp-content-root .fblv-editorial-wrap .fblv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #00b8a9 100%);
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-card:hover .fblv-icon{
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 184, 169, 0.24);
}.tc-wp-content-root .fblv-editorial-wrap .fblv-i{
  display: block;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-card-title, .tc-wp-content-root .fblv-editorial-wrap .fblv-card-text{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-card-title{
  margin: 0;
  color: #14223a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fblv-editorial-wrap .fblv-card-text{
  margin: 0 auto;
  color: #5a6878;
  font-weight: 400;
  line-height: 1.58;
}.tc-wp-content-root .fblv-editorial-wrap.fblv-js .fblv-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fblv-editorial-wrap.fblv-js .fblv-card.fblv-in-view{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fblv-editorial-wrap.fblv-js .fblv-card.fblv-in-view:hover{
  transform: translateY(-8px) scale(1.01);
}@media (min-width: 1024px) {.tc-wp-content-root .fblv-editorial-wrap .fblv-section{
    padding: 92px 0;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-heading{
    font-size: 44px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-intro{
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 42px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card{
    min-height: 300px;
    padding: 38px 30px 34px;
    border-radius: 24px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-icon{
    width: 74px;
    height: 74px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-i{
    font-size: 30px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fblv-editorial-wrap .fblv-section{
    padding: 76px 0;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-heading{
    font-size: 36px;
    max-width: 760px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-intro{
    font-size: 16.5px;
    margin-top: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card{
    min-height: 270px;
    padding: 32px 24px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-i{
    font-size: 27px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fblv-editorial-wrap .fblv-section{
    padding: 58px 0;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-heading{
    font-size: 30px;
    max-width: 520px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-intro{
    font-size: 15px;
    line-height: 1.55;
    margin-top: 13px;
    margin-bottom: 26px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card{
    min-height: 232px;
    padding: 24px 14px 22px;
    border-radius: 18px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-icon{
    width: 54px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-i{
    font-size: 22px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card-title{
    font-size: 16.5px;
    margin-bottom: 9px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card-text{
    font-size: 13.5px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fblv-editorial-wrap .fblv-section{
    padding: 52px 0;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-container{
    padding: 0 12px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-heading{
    font-size: 27px;
    max-width: 360px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-intro{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card{
    min-height: 224px;
    padding: 21px 11px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-icon{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-i{
    font-size: 20px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card-title{
    font-size: 15.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card-text{
    font-size: 12.8px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fblv-editorial-wrap .fblv-section{
    padding: 46px 0;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-heading{
    font-size: 24px;
    max-width: 310px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-intro{
    font-size: 13.2px;
    line-height: 1.46;
    margin-top: 10px;
    margin-bottom: 18px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card{
    min-height: 214px;
    padding: 18px 9px 17px;
    border-radius: 14px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-i{
    font-size: 18px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card-title{
    font-size: 14.2px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card-text{
    font-size: 12px;
    line-height: 1.4;
  }}@media (max-width: 319px) {.tc-wp-content-root .fblv-editorial-wrap .fblv-section{
    padding: 42px 0;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-heading{
    font-size: 23px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-intro{
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 18px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-i{
    font-size: 18px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card-title{
    font-size: 14.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .fblv-editorial-wrap .fblv-card-text{
    font-size: 12.2px;
  }}