@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 .faviewer-pro-wrap, .tc-wp-content-root .faviewer-pro-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .faviewer-pro-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #192231;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .faviewer-pro-section{
  width: 100% !important;
}.tc-wp-content-root .faviewer-pro-section-one, .tc-wp-content-root .faviewer-pro-section-three{
  background: #ffffff;
}.tc-wp-content-root .faviewer-pro-section-two{
  background: linear-gradient(180deg, #f3f8fb 0%, #eef7f5 100%);
}.tc-wp-content-root .faviewer-pro-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .faviewer-pro-heading, .tc-wp-content-root .faviewer-pro-intro, .tc-wp-content-root .faviewer-pro-card, .tc-wp-content-root .faviewer-pro-card h3, .tc-wp-content-root .faviewer-pro-card p{
  text-align: center !important;
}.tc-wp-content-root .faviewer-pro-heading{
  margin: 0 auto;
  color: #142135;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .faviewer-pro-intro{
  margin: 0 auto;
  max-width: 780px;
  color: #536173;
  line-height: 1.7;
  font-weight: 450;
}.tc-wp-content-root .faviewer-pro-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .faviewer-pro-card{
  position: relative;
  height: 100% !important;
  border: 1px solid #d9e7ea;
  background:
    radial-gradient(circle at 50% 0%, rgba(38, 166, 154, 0.1), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 46px rgba(20, 54, 67, 0.1);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .faviewer-pro-card::after{
  content: "";
  position: absolute;
  inset: auto 18% 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #1877f2, #26a69a, #f5b84b);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 260ms ease, transform 260ms ease;
}.tc-wp-content-root .faviewer-pro-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(24, 119, 242, 0.18);
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(38, 166, 154, 0.14));
  color: #1877f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 28px rgba(24, 119, 242, 0.12);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .faviewer-pro-i{
  line-height: 1;
}.tc-wp-content-root .faviewer-pro-card h3{
  margin: 0;
  color: #18283d;
  line-height: 1.25;
  font-weight: 760;
  letter-spacing: 0;
}.tc-wp-content-root .faviewer-pro-card p{
  margin: 0;
  color: #5b6676;
  line-height: 1.62;
  font-weight: 430;
}.tc-wp-content-root .faviewer-pro-card:hover{
  transform: translateY(-7px);
  border-color: rgba(38, 166, 154, 0.42);
  box-shadow: 0 24px 58px rgba(20, 54, 67, 0.16);
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fbfefe 100%);
}.tc-wp-content-root .faviewer-pro-card:hover::after{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .faviewer-pro-card:hover .faviewer-pro-icon{
  transform: translateY(-3px) scale(1.035);
  color: #0f6ed8;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.16), rgba(245, 184, 75, 0.16));
}.tc-wp-content-root .faviewer-pro-card.faviewer-pro-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .faviewer-pro-card.faviewer-pro-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .faviewer-pro-section{
    padding: 92px 24px;
  }.tc-wp-content-root .faviewer-pro-heading{
    font-size: 44px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .faviewer-pro-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .faviewer-pro-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 46px;
  }.tc-wp-content-root .faviewer-pro-card{
    min-height: 300px;
    padding: 36px 30px 34px;
    border-radius: 24px;
  }.tc-wp-content-root .faviewer-pro-icon{
    width: 70px;
    height: 70px;
    border-radius: 22px;
    margin-bottom: 24px;
    font-size: 29px;
  }.tc-wp-content-root .faviewer-pro-card h3{
    font-size: 21px;
  }.tc-wp-content-root .faviewer-pro-card p{
    margin-top: 14px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .faviewer-pro-section{
    padding: 74px 22px;
  }.tc-wp-content-root .faviewer-pro-heading{
    font-size: 36px;
    max-width: 760px;
  }.tc-wp-content-root .faviewer-pro-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .faviewer-pro-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .faviewer-pro-card{
    min-height: 270px;
    padding: 31px 24px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .faviewer-pro-icon{
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 21px;
    font-size: 26px;
  }.tc-wp-content-root .faviewer-pro-card h3{
    font-size: 19px;
  }.tc-wp-content-root .faviewer-pro-card p{
    margin-top: 12px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .faviewer-pro-section{
    padding: 56px 16px;
  }.tc-wp-content-root .faviewer-pro-heading{
    font-size: 29px;
    max-width: 420px;
  }.tc-wp-content-root .faviewer-pro-intro{
    margin-top: 11px;
    font-size: 14.5px;
    line-height: 1.58;
  }.tc-wp-content-root .faviewer-pro-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .faviewer-pro-card{
    min-height: 232px;
    padding: 22px 14px 21px;
    border-radius: 18px;
  }.tc-wp-content-root .faviewer-pro-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
    font-size: 21px;
  }.tc-wp-content-root .faviewer-pro-card h3{
    font-size: 16px;
  }.tc-wp-content-root .faviewer-pro-card p{
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .faviewer-pro-section{
    padding: 48px 13px;
  }.tc-wp-content-root .faviewer-pro-heading{
    font-size: 26px;
    max-width: 350px;
  }.tc-wp-content-root .faviewer-pro-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.54;
  }.tc-wp-content-root .faviewer-pro-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .faviewer-pro-card{
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .faviewer-pro-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
    font-size: 19px;
  }.tc-wp-content-root .faviewer-pro-card h3{
    font-size: 15px;
  }.tc-wp-content-root .faviewer-pro-card p{
    margin-top: 9px;
    font-size: 12.4px;
    line-height: 1.47;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .faviewer-pro-section{
    padding: 42px 10px;
  }.tc-wp-content-root .faviewer-pro-heading{
    font-size: 23px;
    max-width: 300px;
  }.tc-wp-content-root .faviewer-pro-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.5;
  }.tc-wp-content-root .faviewer-pro-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .faviewer-pro-card{
    min-height: 214px;
    padding: 16px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .faviewer-pro-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 17px;
  }.tc-wp-content-root .faviewer-pro-card h3{
    font-size: 13.7px;
  }.tc-wp-content-root .faviewer-pro-card p{
    margin-top: 8px;
    font-size: 11.7px;
    line-height: 1.43;
  }}

.tc-wp-content-root .faviewer-pro-grid-3 {}