@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-48 .tc-wp-content-root img, .wpc-scope-48 .tc-wp-content-root video, .wpc-scope-48 .tc-wp-content-root svg, .wpc-scope-48 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: inherit;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-section{
  position: relative;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-section-white{
  background: #ffffff;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-section-soft{
  background: linear-gradient(180deg, #fff9f4 0%, #fffdf9 100%);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(240, 155, 55, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 209, 102, 0.18), rgba(255, 111, 145, 0.12));
  color: #9b4b16;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-section-head h2{
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-section-head p{
  margin: 16px auto 0;
  color: #5c667a;
  line-height: 1.72;
  font-weight: 400;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-card{
  position: relative;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(31, 38, 64, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 199, 80, 0.72), rgba(255, 116, 144, 0.34), rgba(118, 91, 255, 0.28));
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(245, 149, 64, 0.22);
  box-shadow: 0 24px 60px rgba(31, 38, 64, 0.13);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-card:hover::before{
  opacity: 1;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-card h3{
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-card p{
  margin: 11px 0 0;
  color: #626b7e;
  line-height: 1.68;
  font-weight: 400;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd166 0%, #ff7b91 52%, #7b61ff 100%);
  box-shadow: 0 14px 30px rgba(255, 124, 129, 0.24);
  transition: transform 220ms ease;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-card:hover .dfg-icon{
  transform: translateY(-3px) rotate(-3deg);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-icon::before, .wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 17px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-icon-copy::after{
  width: 15px;
  height: 19px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-icon-wand::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-icon-wand::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-icon-star::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0%, 63% 34%, 98% 35%, 70% 56%, 79% 91%, 50% 70%, 21% 91%, 30% 56%, 2% 35%, 37% 34%);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border-radius: 5px;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-icon-shield::before{
  width: 21px;
  height: 24px;
  left: 13px;
  top: 11px;
  clip-path: polygon(50% 0%, 90% 14%, 84% 66%, 50% 100%, 16% 66%, 10% 14%);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid rgba(245, 149, 64, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(32, 38, 63, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd166, #ff7b91, #7b61ff);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 25px 64px rgba(32, 38, 63, 0.12);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #241c50 0%, #7b61ff 55%, #ff7b91 100%);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(123, 97, 255, 0.22);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-step-content p{
  margin: 10px 0 0;
  color: #626b7e;
  line-height: 1.68;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-use-card{
  overflow: hidden;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 209, 102, 0.25), rgba(123, 97, 255, 0.12));
  color: #8c4317;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd166, #ff7b91);
  box-shadow: 0 13px 28px rgba(255, 123, 145, 0.2);
  position: relative;
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-48 .tc-wp-content-root .dfg-editorial-wrap .dfg-reveal.dfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .dfg-editorial-wrap .dfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card{
    padding: 22px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card h3, .tc-wp-content-root .dfg-editorial-wrap .dfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card p, .tc-wp-content-root .dfg-editorial-wrap .dfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .dfg-editorial-wrap .dfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card{
    padding: 24px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card h3, .tc-wp-content-root .dfg-editorial-wrap .dfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card p, .tc-wp-content-root .dfg-editorial-wrap .dfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .dfg-editorial-wrap .dfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card{
    padding: 26px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card h3, .tc-wp-content-root .dfg-editorial-wrap .dfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card p, .tc-wp-content-root .dfg-editorial-wrap .dfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .dfg-editorial-wrap .dfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card{
    padding: 28px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card h3, .tc-wp-content-root .dfg-editorial-wrap .dfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card p, .tc-wp-content-root .dfg-editorial-wrap .dfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-step-card{
    gap: 26px;
    padding: 30px 34px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .dfg-editorial-wrap .dfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-grid-3, .tc-wp-content-root .dfg-editorial-wrap .dfg-benefit-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card{
    padding: 32px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card h3, .tc-wp-content-root .dfg-editorial-wrap .dfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-card p, .tc-wp-content-root .dfg-editorial-wrap .dfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-step-card{
    gap: 30px;
    padding: 34px 40px;
  }.tc-wp-content-root .dfg-editorial-wrap .dfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}