@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 .ffv-premium-wrap, .tc-wp-content-root .ffv-premium-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ffv-premium-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202f;
  font-family: inherit;
}.tc-wp-content-root .ffv-premium-wrap .ffv-section{
  width: 100% !important;
}.tc-wp-content-root .ffv-premium-wrap .ffv-section-one, .tc-wp-content-root .ffv-premium-wrap .ffv-section-three{
  background: #ffffff;
}.tc-wp-content-root .ffv-premium-wrap .ffv-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 111, 237, 0.10), transparent 36%),
    linear-gradient(180deg, #f5f8ff 0%, #eef4ff 100%);
}.tc-wp-content-root .ffv-premium-wrap .ffv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ffv-premium-wrap .ffv-heading{
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ffv-premium-wrap .ffv-intro{
  margin: 0 auto;
  max-width: 790px;
  text-align: center;
  color: #526071;
  font-weight: 450;
  line-height: 1.65;
}.tc-wp-content-root .ffv-premium-wrap .ffv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .ffv-premium-wrap .ffv-card{
  position: relative;
  isolation: isolate;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(47, 111, 237, 0.08), transparent 52%);
  border: 1px solid #dce6f7;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(29, 70, 138, 0.10);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 320ms ease;
  overflow: hidden;
}.tc-wp-content-root .ffv-premium-wrap .ffv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(47, 111, 237, 0.12), rgba(22, 199, 154, 0.10), transparent 58%);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 320ms ease, transform 320ms ease;
}.tc-wp-content-root .ffv-premium-wrap .ffv-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(47, 111, 237, 0.38);
  box-shadow: 0 24px 62px rgba(29, 70, 138, 0.16);
}.tc-wp-content-root .ffv-premium-wrap .ffv-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ffv-premium-wrap .ffv-icon{
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #2f6fed 0%, #16c79a 100%);
  box-shadow: 0 14px 30px rgba(47, 111, 237, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}.tc-wp-content-root .ffv-premium-wrap .ffv-card:hover .ffv-icon{
  transform: translateY(-4px);
  filter: saturate(1.08);
  box-shadow: 0 18px 36px rgba(22, 199, 154, 0.26);
}.tc-wp-content-root .ffv-premium-wrap .ffv-i{
  display: block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .ffv-premium-wrap .ffv-card-title{
  margin: 0;
  text-align: center;
  color: #132238;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ffv-premium-wrap .ffv-card-text{
  margin: 0 auto;
  text-align: center;
  color: #5b6878;
  line-height: 1.58;
  font-weight: 430;
}.tc-wp-content-root .ffv-premium-wrap .ffv-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ffv-premium-wrap.ffv-js .ffv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ffv-premium-wrap.ffv-js .ffv-reveal.ffv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 320ms ease, border-color 320ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .ffv-premium-wrap .ffv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-grid{
    margin-top: 44px;
    gap: 24px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ffv-premium-wrap .ffv-grid-eight{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card{
    min-height: 300px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-icon{
    width: 74px;
    height: 74px;
    font-size: 30px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card-title{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ffv-premium-wrap .ffv-section{
    padding: 72px 0;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-container{
    padding: 0 24px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-heading{
    font-size: 36px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
    gap: 20px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-icon{
    width: 66px;
    height: 66px;
    font-size: 27px;
    margin-bottom: 21px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ffv-premium-wrap .ffv-section{
    padding: 56px 0;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-heading{
    font-size: 29px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-intro{
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.58;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    gap: 14px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-icon{
    width: 54px;
    height: 54px;
    font-size: 22px;
    border-radius: 17px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card-text{
    font-size: 13.1px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ffv-premium-wrap .ffv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-heading{
    font-size: 25px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-intro{
    margin-top: 10px;
    font-size: 13.7px;
    line-height: 1.52;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    gap: 12px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card{
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-icon{
    width: 48px;
    height: 48px;
    font-size: 20px;
    border-radius: 15px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card-title{
    font-size: 14.8px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card-text{
    font-size: 12.4px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ffv-premium-wrap .ffv-section{
    padding: 42px 0;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-container{
    padding: 0 10px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-heading{
    font-size: 22px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 9px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card{
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-icon{
    width: 44px;
    height: 44px;
    font-size: 18px;
    border-radius: 14px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card-title{
    font-size: 13.4px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card-text{
    font-size: 11.7px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .ffv-premium-wrap .ffv-section{
    padding: 38px 0;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-container{
    padding: 0 10px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-heading{
    font-size: 21px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-intro{
    margin-top: 9px;
    font-size: 12.8px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-grid{
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 10px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-icon{
    width: 46px;
    height: 46px;
    font-size: 18px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ffv-premium-wrap .ffv-card-text{
    font-size: 12px;
  }}