@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 .fbfrv-wrap, .tc-wp-content-root .fbfrv-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fbfrv-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-section-white{
  background: #ffffff;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-section-tint{
  background: linear-gradient(180deg, #f3f8fb 0%, #eef7f4 100%);
}.tc-wp-content-root .fbfrv-wrap .fbfrv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-heading, .tc-wp-content-root .fbfrv-wrap .fbfrv-intro, .tc-wp-content-root .fbfrv-wrap .fbfrv-card-title, .tc-wp-content-root .fbfrv-wrap .fbfrv-card-text{
  text-align: center !important;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-heading{
  margin: 0 auto;
  color: #123247;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.14;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #516273;
  line-height: 1.65;
  font-weight: 500;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-card{
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 164, 153, 0.08), transparent 42%),
    #ffffff;
  border: 1px solid #dce8ee;
  box-shadow: 0 18px 45px rgba(18, 50, 71, 0.09);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
  overflow: hidden;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-card::after{
  content: "";
  position: absolute;
  inset: auto 18% 0 18%;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, #1877f2, #00a499, #f2b84b);
  transform: scaleX(0.24);
  opacity: 0.7;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(0, 164, 153, 0.42);
  box-shadow: 0 26px 60px rgba(18, 50, 71, 0.15);
}.tc-wp-content-root .fbfrv-wrap .fbfrv-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #00a499 58%, #f2b84b 100%);
  box-shadow: 0 14px 28px rgba(0, 118, 160, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-card:hover .fbfrv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 36px rgba(0, 118, 160, 0.3);
  filter: saturate(1.08);
}.tc-wp-content-root .fbfrv-wrap .fbfrv-i{
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center !important;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-card-title{
  margin: 0;
  color: #123247;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .fbfrv-wrap .fbfrv-card-text{
  margin: 0;
  color: #5b6b7a;
  font-weight: 500;
  line-height: 1.58;
}.tc-wp-content-root .fbfrv-wrap.fbfrv-js .fbfrv-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fbfrv-wrap.fbfrv-js .fbfrv-card.fbfrv-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbfrv-wrap.fbfrv-js .fbfrv-card.fbfrv-reveal:hover{
  transform: translateY(-8px);
}@media (min-width: 1024px) {.tc-wp-content-root .fbfrv-wrap .fbfrv-section{
    padding: 88px 0;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-intro{
    margin-top: 18px;
    font-size: 18px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-grid{
    margin-top: 44px;
    gap: 26px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-grid-eight{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card{
    min-height: 292px;
    padding: 34px 26px 38px;
    border-radius: 22px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-i{
    font-size: 30px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card-title{
    font-size: 21px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card-text{
    margin-top: 14px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbfrv-wrap .fbfrv-section{
    padding: 70px 0;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-container{
    padding: 0 24px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-heading{
    font-size: 34px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-intro{
    margin-top: 15px;
    font-size: 16.5px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
    gap: 22px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card{
    min-height: 270px;
    padding: 30px 24px 34px;
    border-radius: 20px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-i{
    font-size: 27px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card-title{
    font-size: 19px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card-text{
    margin-top: 12px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbfrv-wrap .fbfrv-section{
    padding: 54px 0;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-container{
    padding: 0 16px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-heading{
    font-size: 28px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-intro{
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    gap: 14px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card{
    min-height: 230px;
    padding: 22px 14px 26px;
    border-radius: 16px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-i{
    font-size: 22px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card-title{
    font-size: 16px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card-text{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbfrv-wrap .fbfrv-section{
    padding: 48px 0;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-container{
    padding: 0 13px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-heading{
    font-size: 25px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    gap: 12px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card{
    min-height: 220px;
    padding: 19px 11px 23px;
    border-radius: 15px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-i{
    font-size: 20px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card-title{
    font-size: 15px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card-text{
    margin-top: 8px;
    font-size: 12.4px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fbfrv-wrap .fbfrv-section{
    padding: 42px 0;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-heading{
    font-size: 22px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 10px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card{
    min-height: 214px;
    padding: 17px 9px 21px;
    border-radius: 14px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-i{
    font-size: 18px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card-title{
    font-size: 14px;
    line-height: 1.22;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card-text{
    margin-top: 7px;
    font-size: 11.7px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .fbfrv-wrap .fbfrv-section{
    padding: 38px 0;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-container{
    padding: 0 10px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-heading{
    font-size: 21px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-intro{
    margin-top: 9px;
    font-size: 12.5px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-grid{
    grid-template-columns: minmax(0, 1fr);
    margin-top: 20px;
    gap: 10px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card{
    min-height: 210px;
    padding: 18px 12px 22px;
    border-radius: 14px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-i{
    font-size: 18px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card-title{
    font-size: 14px;
  }.tc-wp-content-root .fbfrv-wrap .fbfrv-card-text{
    margin-top: 7px;
    font-size: 12px;
  }}