@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 .ttfv-section-wrap, .tc-wp-content-root .ttfv-section-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ttfv-section-wrap{
  width: 100% !important;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #17202a;
  background: #ffffff;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-section-one, .tc-wp-content-root .ttfv-section-wrap .ttfv-section-three{
  background: #ffffff;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.16), transparent 34%),
    linear-gradient(180deg, #f7fffe 0%, #fff6f8 100%);
}.tc-wp-content-root .ttfv-section-wrap .ttfv-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-heading, .tc-wp-content-root .ttfv-section-wrap .ttfv-intro, .tc-wp-content-root .ttfv-section-wrap .ttfv-card, .tc-wp-content-root .ttfv-section-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-section-wrap .ttfv-card p, .tc-wp-content-root .ttfv-section-wrap .ttfv-icon{
  text-align: center !important;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-heading{
  margin: 0 auto;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #53606f;
  line-height: 1.68;
  font-weight: 450;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-card{
  position: relative;
  z-index: 1;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 42, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at top, rgba(255, 0, 80, 0.08), transparent 48%);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  transition: opacity 320ms ease;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-card:hover{
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(255, 0, 80, 0.28);
  box-shadow: 0 24px 58px rgba(255, 0, 80, 0.13), 0 12px 30px rgba(0, 242, 234, 0.1);
}.tc-wp-content-root .ttfv-section-wrap .ttfv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-icon{
  display: inline-grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #111827 0%, #ff0050 48%, #00f2ea 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 80, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-card:hover .ttfv-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0, 242, 234, 0.22);
}.tc-wp-content-root .ttfv-section-wrap .ttfv-i{
  color: #ffffff;
  line-height: 1;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-card h3{
  margin: 0;
  color: #151b24;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .ttfv-section-wrap .ttfv-card p{
  margin: 0 auto;
  color: #5f6b79;
  line-height: 1.62;
  font-weight: 450;
}@media (min-width: 1024px) {.tc-wp-content-root .ttfv-section-wrap .ttfv-section{
    padding: 88px 0;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-container{
    padding: 0 24px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-heading{
    font-size: 44px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-intro{
    font-size: 17px;
    margin-bottom: 38px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card{
    min-height: 292px;
    padding: 34px 30px 32px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-i{
    font-size: 28px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttfv-section-wrap .ttfv-section{
    padding: 70px 0;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-heading{
    font-size: 36px;
    max-width: 760px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-intro{
    font-size: 16px;
    margin-bottom: 32px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card{
    min-height: 268px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-icon{
    width: 60px;
    height: 60px;
    margin-bottom: 21px;
    border-radius: 17px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-i{
    font-size: 25px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card h3{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttfv-section-wrap .ttfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-heading{
    font-size: 28px;
    max-width: 520px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-intro{
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-i{
    font-size: 21px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card p{
    font-size: 13.2px;
    line-height: 1.52;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttfv-section-wrap .ttfv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-container{
    padding: 0 12px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-heading{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-intro{
    font-size: 13.8px;
    line-height: 1.54;
    margin-bottom: 20px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card{
    min-height: 222px;
    padding: 19px 10px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-i{
    font-size: 19px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card h3{
    font-size: 14.8px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card p{
    font-size: 12.4px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttfv-section-wrap .ttfv-section{
    padding: 42px 0;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-container{
    padding: 0 10px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-heading{
    font-size: 22px;
    max-width: 310px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-intro{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card{
    min-height: 214px;
    padding: 17px 8px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-i{
    font-size: 17px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card h3{
    font-size: 13.6px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ttfv-section-wrap .ttfv-card p{
    font-size: 11.8px;
    line-height: 1.45;
  }}.tc-wp-content-root .ttfv-section-wrap .ttfv-card{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ttfv-section-wrap.ttfv-js-ready .ttfv-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttfv-section-wrap.ttfv-js-ready .ttfv-card.ttfv-revealed{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 320ms ease, border-color 320ms ease;
}