@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 .flv981-wrapper, .tc-wp-content-root .flv981-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .flv981-wrapper{
  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 .flv981-wrapper .flv981-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .flv981-wrapper .flv981-section-one, .tc-wp-content-root .flv981-wrapper .flv981-section-three{
  background: #ffffff;
}.tc-wp-content-root .flv981-wrapper .flv981-section-two{
  background: linear-gradient(180deg, #f4f8ff 0%, #eef6f4 100%);
}.tc-wp-content-root .flv981-wrapper .flv981-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .flv981-wrapper h2{
  margin: 0 auto;
  color: #102033;
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .flv981-wrapper .flv981-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #5b6878;
  text-align: center;
  line-height: 1.72;
  font-weight: 450;
}.tc-wp-content-root .flv981-wrapper .flv981-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .flv981-wrapper .flv981-card{
  position: relative;
  isolation: isolate;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dce8f2;
  box-shadow: 0 18px 45px rgba(18, 54, 90, 0.09);
  overflow: hidden;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}.tc-wp-content-root .flv981-wrapper .flv981-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.12), transparent 46%);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 260ms ease, transform 260ms ease;
}.tc-wp-content-root .flv981-wrapper .flv981-card:hover{
  transform: translateY(-8px);
  border-color: rgba(20, 156, 125, 0.42);
  box-shadow: 0 24px 62px rgba(18, 54, 90, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}.tc-wp-content-root .flv981-wrapper .flv981-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .flv981-wrapper .flv981-icon{
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2 0%, #14a87b 100%);
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .flv981-wrapper .flv981-card:hover .flv981-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 36px rgba(20, 168, 123, 0.28);
}.tc-wp-content-root .flv981-wrapper .flv981-i{
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .flv981-wrapper .flv981-card h3{
  margin: 0;
  color: #12243a;
  text-align: center;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .flv981-wrapper .flv981-card p{
  margin: 0;
  color: #647284;
  text-align: center;
  line-height: 1.62;
  font-weight: 440;
}.tc-wp-content-root .flv981-wrapper .flv981-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .flv981-wrapper .flv981-reveal.flv981-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .flv981-wrapper .flv981-section{
    padding: 92px 0;
  }.tc-wp-content-root .flv981-wrapper .flv981-container{
    padding: 0 24px;
  }.tc-wp-content-root .flv981-wrapper h2{
    font-size: 42px;
    max-width: 920px;
  }.tc-wp-content-root .flv981-wrapper .flv981-intro{
    padding-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .flv981-wrapper .flv981-grid{
    gap: 24px;
    margin-top: 44px;
  }.tc-wp-content-root .flv981-wrapper .flv981-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .flv981-wrapper .flv981-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .flv981-wrapper .flv981-card{
    min-height: 300px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .flv981-wrapper .flv981-icon{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root .flv981-wrapper .flv981-i{
    font-size: 28px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card h3{
    font-size: 20px;
    margin-bottom: 14px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .flv981-wrapper .flv981-section{
    padding: 72px 0;
  }.tc-wp-content-root .flv981-wrapper .flv981-container{
    padding: 0 22px;
  }.tc-wp-content-root .flv981-wrapper h2{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .flv981-wrapper .flv981-intro{
    padding-top: 15px;
    font-size: 16px;
  }.tc-wp-content-root .flv981-wrapper .flv981-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .flv981-wrapper .flv981-icon{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 22px;
  }.tc-wp-content-root .flv981-wrapper .flv981-i{
    font-size: 25px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card h3{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .flv981-wrapper .flv981-section{
    padding: 54px 0;
  }.tc-wp-content-root .flv981-wrapper .flv981-container{
    padding: 0 16px;
  }.tc-wp-content-root .flv981-wrapper h2{
    font-size: 28px;
    max-width: 520px;
  }.tc-wp-content-root .flv981-wrapper .flv981-intro{
    padding-top: 12px;
    font-size: 14.5px;
    line-height: 1.58;
  }.tc-wp-content-root .flv981-wrapper .flv981-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .flv981-wrapper .flv981-icon{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .flv981-wrapper .flv981-i{
    font-size: 21px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card p{
    font-size: 13.2px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .flv981-wrapper .flv981-section{
    padding: 46px 0;
  }.tc-wp-content-root .flv981-wrapper .flv981-container{
    padding: 0 12px;
  }.tc-wp-content-root .flv981-wrapper h2{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root .flv981-wrapper .flv981-intro{
    padding-top: 10px;
    font-size: 13.8px;
    line-height: 1.52;
  }.tc-wp-content-root .flv981-wrapper .flv981-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card{
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .flv981-wrapper .flv981-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .flv981-wrapper .flv981-i{
    font-size: 19px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card h3{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card p{
    font-size: 12.5px;
    line-height: 1.42;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .flv981-wrapper .flv981-section{
    padding: 40px 0;
  }.tc-wp-content-root .flv981-wrapper .flv981-container{
    padding: 0 10px;
  }.tc-wp-content-root .flv981-wrapper h2{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .flv981-wrapper .flv981-intro{
    padding-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }.tc-wp-content-root .flv981-wrapper .flv981-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card{
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .flv981-wrapper .flv981-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .flv981-wrapper .flv981-i{
    font-size: 17px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .flv981-wrapper .flv981-card p{
    font-size: 11.8px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .flv981-wrapper .flv981-grid{
    grid-template-columns: 1fr;
  }}