@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 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;
}.wpc-scope-18 .tc-wp-content-root img, .wpc-scope-18 .tc-wp-content-root video, .wpc-scope-18 .tc-wp-content-root svg, .wpc-scope-18 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-section{
  position: relative;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-section-white{
  background: #ffffff;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-section-soft{
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f8fb 100%);
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 102, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.08), rgba(0, 242, 234, 0.1));
  color: #cc0f57;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-section-head p{
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.72;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-card, .wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-card::before, .wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.13), rgba(0, 242, 234, 0.11));
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 260ms ease;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-card:hover, .wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 102, 0.2);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-card:hover::before, .wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-card h3, .wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card h3, .wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card h3{
  position: relative;
  margin: 0;
  color: #151c2e;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-card p, .wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card p, .wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #606a7c;
  line-height: 1.68;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff0066 0%, #7c3aed 48%, #00f2ea 100%);
  box-shadow: 0 12px 24px rgba(255, 0, 102, 0.18);
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon::before, .wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon-spark::before{
  width: 18px;
  height: 18px;
  top: 14px;
  left: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon-copy::before{
  width: 17px;
  height: 20px;
  top: 12px;
  left: 16px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon-copy::after{
  width: 15px;
  height: 18px;
  top: 16px;
  left: 11px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon-creative::before{
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  border: 3px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon-profile::before{
  width: 13px;
  height: 13px;
  top: 10px;
  left: 17px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon-profile::after{
  width: 24px;
  height: 12px;
  top: 26px;
  left: 11px;
  border-radius: 16px 16px 7px 7px;
  background: #ffffff;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon-fast::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon-fast::after{
  width: 10px;
  height: 3px;
  top: 22px;
  left: 23px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-30deg);
  transform-origin: left center;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon-friendly::before{
  width: 24px;
  height: 16px;
  top: 15px;
  left: 11px;
  border: 3px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-icon-friendly::after{
  width: 8px;
  height: 8px;
  top: 19px;
  left: 19px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff0066, #00f2ea);
  content: "";
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.1);
  color: #0f7d83;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card{
  overflow: hidden;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.14), rgba(0, 242, 234, 0.17));
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-mark::before{
  position: absolute;
  width: 16px;
  height: 9px;
  top: 14px;
  left: 12px;
  border-bottom: 3px solid #ff0066;
  border-left: 3px solid #ff0066;
  content: "";
  transform: rotate(-45deg);
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-18 .tc-wp-content-root .ttfg-content-wrap .ttfg-reveal.ttfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ttfg-content-wrap .ttfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttfg-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card h3, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card h3, .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card p, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card p, .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ttfg-content-wrap .ttfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttfg-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card h3, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card h3, .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card p, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card p, .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ttfg-content-wrap .ttfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttfg-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card{
    padding: 26px;
    border-radius: 24px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card h3, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card h3, .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card p, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card p, .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
    border-radius: 24px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ttfg-content-wrap .ttfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttfg-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card{
    padding: 28px;
    border-radius: 24px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card h3, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card h3, .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card p, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card p, .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-step-card{
    grid-template-columns: 78px 1fr;
    gap: 24px;
    padding: 30px;
    border-radius: 24px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ttfg-content-wrap .ttfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .ttfg-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-grid-3, .tc-wp-content-root .ttfg-content-wrap .ttfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card{
    padding: 30px;
    border-radius: 26px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card h3, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card h3, .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-card p, .tc-wp-content-root .ttfg-content-wrap .ttfg-benefit-card p, .tc-wp-content-root .ttfg-content-wrap .ttfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-step-card{
    grid-template-columns: 88px 1fr;
    gap: 28px;
    padding: 34px 38px;
    border-radius: 28px;
  }.tc-wp-content-root .ttfg-content-wrap .ttfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}.wpc-scope-18 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ttfg-step-content{}