@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-61 .tc-wp-content-root img, .wpc-scope-61 .tc-wp-content-root video, .wpc-scope-61 .tc-wp-content-root svg, .wpc-scope-61 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #17151f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content section, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content div, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-section-white{
  background: #ffffff;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-section-soft{
  background: linear-gradient(180deg, #fbfafc 0%, #f7f4f9 100%);
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #7b1fa2;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-kicker::before, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-kicker::after{
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #7b1fa2, #e53935);
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content h2, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content h3, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content p{
  margin: 0;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content h2{
  color: #17151f;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
  color: #5f5a69;
  line-height: 1.75;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-card, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(37, 30, 48, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(28, 19, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-card::before, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #7b1fa2 0%, #c2185b 52%, #e53935 100%);
  opacity: 0.9;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-card:hover, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card:hover, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(123, 31, 162, 0.28);
  box-shadow: 0 24px 60px rgba(38, 20, 51, 0.14);
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-card h3, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card h3, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-step-card h3{
  color: #1d1826;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-card p, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card p, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-step-card p{
  color: #625d6b;
  line-height: 1.7;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7b1fa2, #e53935);
  box-shadow: 0 14px 28px rgba(123, 31, 162, 0.22);
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon::before, .wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon-eye::before{
  width: 24px;
  height: 15px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon-eye::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 18px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 12px;
  top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon-moon::before{
  width: 22px;
  height: 22px;
  left: 14px;
  top: 12px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon-moon::after{
  width: 20px;
  height: 20px;
  left: 21px;
  top: 8px;
  border-radius: 50%;
  background: #b4237b;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon-bolt::before{
  left: 17px;
  top: 9px;
  width: 14px;
  height: 29px;
  background: #ffffff;
  clip-path: polygon(54% 0, 100% 0, 67% 41%, 100% 41%, 36% 100%, 50% 55%, 13% 55%);
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon-mask::before{
  width: 26px;
  height: 17px;
  left: 11px;
  top: 16px;
  border-radius: 50% 50% 42% 42%;
  background: #ffffff;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon-mask::after{
  width: 18px;
  height: 5px;
  left: 15px;
  top: 22px;
  border-radius: 99px;
  background: linear-gradient(90deg, #7b1fa2 0 35%, transparent 35% 65%, #7b1fa2 65%);
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-icon-spark::before{
  width: 28px;
  height: 28px;
  left: 10px;
  top: 10px;
  background: #ffffff;
  clip-path: polygon(50% 0, 61% 34%, 98% 50%, 61% 66%, 50% 100%, 39% 66%, 2% 50%, 39% 34%);
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(37, 30, 48, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(28, 19, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 76px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(123, 31, 162, 0.35), rgba(229, 57, 53, 0));
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-step-card:last-child::after{
  display: none;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #7b1fa2, #e53935);
  box-shadow: 0 16px 34px rgba(123, 31, 162, 0.22);
  font-weight: 900;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-use-card{
  background:
    radial-gradient(circle at top right, rgba(229, 57, 53, 0.08), transparent 34%),
    #ffffff;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(123, 31, 162, 0.18);
  border-radius: 999px;
  color: #7b1fa2;
  background: rgba(123, 31, 162, 0.06);
  font-weight: 800;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top left, rgba(123, 31, 162, 0.14), transparent 42%);
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-mark{
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7b1fa2, #e53935);
  position: relative;
  box-shadow: 0 14px 30px rgba(123, 31, 162, 0.2);
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 17px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-61 .tc-wp-content-root .cfg-bottom-content .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .cfg-bottom-content h2{
    font-size: 28px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    margin-top: 13px;
    font-size: 15px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
    padding: 26px 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-card p{
    margin-top: 10px;
    font-size: 14.5px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-steps{
    gap: 16px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 15px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-badge{
    padding: 7px 12px;
    font-size: 12px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 20px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .cfg-bottom-content h2{
    font-size: 31px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    margin-top: 14px;
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
    padding: 28px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-card p{
    margin-top: 10px;
    font-size: 15px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-steps{
    gap: 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 15px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-badge{
    padding: 7px 13px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 68px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 24px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head{
    margin-bottom: 38px;
  }.tc-wp-content-root .cfg-bottom-content h2{
    font-size: 34px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    margin-top: 15px;
    font-size: 16px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
    padding: 30px 26px;
    border-radius: 21px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-card p{
    margin-top: 11px;
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-steps{
    gap: 20px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 16px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-badge{
    padding: 8px 14px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head{
    margin-bottom: 46px;
  }.tc-wp-content-root .cfg-bottom-content h2{
    font-size: 40px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    gap: 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-grid-3, .tc-wp-content-root .cfg-bottom-content .cfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-card p{
    margin-top: 11px;
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-steps{
    gap: 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    font-size: 16px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-badge{
    padding: 8px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head{
    margin-bottom: 52px;
  }.tc-wp-content-root .cfg-bottom-content h2{
    font-size: 46px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-head p{
    margin-top: 18px;
    font-size: 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    gap: 24px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-grid-3, .tc-wp-content-root .cfg-bottom-content .cfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-bottom-content .cfg-card, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card{
    padding: 34px 30px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-benefit-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-card p{
    margin-top: 12px;
    font-size: 16px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-steps{
    gap: 24px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    font-size: 17px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-badge{
    padding: 8px 15px;
    font-size: 12px;
  }}.wpc-scope-61 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .cfg-step-content{}