@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-558 .tc-wp-content-root img, .wpc-scope-558 .tc-wp-content-root video, .wpc-scope-558 .tc-wp-content-root svg, .wpc-scope-558 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content{
  width: 100%;
  overflow-x: hidden;
  color: #241b1a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content, .wpc-scope-558 .tc-wp-content-root .seventies-font-content section, .wpc-scope-558 .tc-wp-content-root .seventies-font-content div, .wpc-scope-558 .tc-wp-content-root .seventies-font-content article{
  box-sizing: border-box;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-section{
  position: relative;
  width: 100%;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-section-white{
  background: #ffffff;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-section-soft{
  background: linear-gradient(180deg, #fffaf2 0%, #fff7ed 100%);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 6px 13px;
  border: 1px solid rgba(226, 106, 56, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 122, 48, 0.11), rgba(244, 67, 116, 0.1));
  color: #a53f22;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-heading h2{
  margin: 0;
  color: #211817;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #6d5d58;
  font-weight: 450;
  line-height: 1.72;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-card, .wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(86, 52, 35, 0.11);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 190, 74, 0.16), transparent 36%),
    #ffffff;
  box-shadow: 0 16px 42px rgba(72, 38, 21, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-card::before, .wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 121, 49, 0.18), rgba(244, 67, 116, 0.13), rgba(255, 195, 64, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-card:hover, .wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(226, 106, 56, 0.32);
  box-shadow: 0 22px 56px rgba(72, 38, 21, 0.13);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-card:hover::before, .wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-card h3, .wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-benefit-card h3, .wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-step-card h3{
  position: relative;
  margin: 0;
  color: #241b1a;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-card p, .wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-benefit-card p, .wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #6b5b56;
  line-height: 1.66;
  font-weight: 430;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff7a30, #f44374 55%, #ffc640);
  box-shadow: 0 12px 26px rgba(244, 67, 116, 0.2);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon::before, .wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  transition: transform 220ms ease;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-card:hover .sfc-icon::before{
  transform: translateX(2px) translateY(-2px);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 19px;
  border-radius: 50%;
  background: #f44374;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 16px;
  top: 11px;
  border-radius: 5px;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon-copy::after{
  width: 18px;
  height: 22px;
  left: 11px;
  top: 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.52);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 9px;
  top: 9px;
  border-radius: 50%;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon-poster::before{
  width: 22px;
  height: 26px;
  left: 12px;
  top: 10px;
  border-radius: 6px;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon-poster::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 18px;
  border-radius: 999px;
  background: #f44374;
  box-shadow: 0 7px 0 #f44374;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon-brand::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon-brand::after{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 17px;
  border-radius: 50%;
  background: #f44374;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon-fast::before{
  width: 24px;
  height: 14px;
  left: 11px;
  top: 16px;
  clip-path: polygon(0 0, 70% 0, 48% 38%, 100% 38%, 28% 100%, 45% 55%, 0 55%);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-icon-fast::after{
  display: none;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(169, 85, 44, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 240, 0.96)),
    radial-gradient(circle at right center, rgba(244, 67, 116, 0.11), transparent 40%);
  box-shadow: 0 18px 48px rgba(97, 51, 25, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7a30, #f44374, #ffc640);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(226, 106, 56, 0.34);
  box-shadow: 0 24px 58px rgba(97, 51, 25, 0.12);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-step-number{
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #241b1a, #6d2e22);
  color: #fff9f0;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 15px 32px rgba(36, 27, 26, 0.18);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 122, 48, 0.11);
  color: #a53f22;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 244, 0.96)),
    radial-gradient(circle at 88% 16%, rgba(255, 198, 64, 0.18), transparent 34%);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-benefit-card{
  background:
    linear-gradient(180deg, #ffffff 0%, #fffaf3 100%),
    radial-gradient(circle at top right, rgba(244, 67, 116, 0.11), transparent 38%);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a30, #f44374);
  box-shadow: 0 12px 26px rgba(244, 67, 116, 0.18);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-558 .tc-wp-content-root .seventies-font-content .sfc-reveal.sfc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .seventies-font-content .sfc-section{
    padding: 52px 0;
  }.tc-wp-content-root .seventies-font-content .sfc-container{
    padding: 0 14px;
  }.tc-wp-content-root .seventies-font-content .sfc-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .seventies-font-content .sfc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .seventies-font-content .sfc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .seventies-font-content .sfc-card, .tc-wp-content-root .seventies-font-content .sfc-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .seventies-font-content .sfc-card h3, .tc-wp-content-root .seventies-font-content .sfc-benefit-card h3, .tc-wp-content-root .seventies-font-content .sfc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .seventies-font-content .sfc-card p, .tc-wp-content-root .seventies-font-content .sfc-benefit-card p, .tc-wp-content-root .seventies-font-content .sfc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .seventies-font-content .sfc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .seventies-font-content .sfc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .seventies-font-content .sfc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .seventies-font-content .sfc-section{
    padding: 58px 0;
  }.tc-wp-content-root .seventies-font-content .sfc-container{
    padding: 0 18px;
  }.tc-wp-content-root .seventies-font-content .sfc-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .seventies-font-content .sfc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .seventies-font-content .sfc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .seventies-font-content .sfc-card, .tc-wp-content-root .seventies-font-content .sfc-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .seventies-font-content .sfc-card h3, .tc-wp-content-root .seventies-font-content .sfc-benefit-card h3, .tc-wp-content-root .seventies-font-content .sfc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .seventies-font-content .sfc-card p, .tc-wp-content-root .seventies-font-content .sfc-benefit-card p, .tc-wp-content-root .seventies-font-content .sfc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .seventies-font-content .sfc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .seventies-font-content .sfc-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .seventies-font-content .sfc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .seventies-font-content .sfc-section{
    padding: 64px 0;
  }.tc-wp-content-root .seventies-font-content .sfc-container{
    padding: 0 22px;
  }.tc-wp-content-root .seventies-font-content .sfc-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .seventies-font-content .sfc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .seventies-font-content .sfc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .seventies-font-content .sfc-card, .tc-wp-content-root .seventies-font-content .sfc-benefit-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .seventies-font-content .sfc-card h3, .tc-wp-content-root .seventies-font-content .sfc-benefit-card h3, .tc-wp-content-root .seventies-font-content .sfc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .seventies-font-content .sfc-card p, .tc-wp-content-root .seventies-font-content .sfc-benefit-card p, .tc-wp-content-root .seventies-font-content .sfc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .seventies-font-content .sfc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .seventies-font-content .sfc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .seventies-font-content .sfc-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .seventies-font-content .sfc-section{
    padding: 78px 0;
  }.tc-wp-content-root .seventies-font-content .sfc-container{
    padding: 0 30px;
  }.tc-wp-content-root .seventies-font-content .sfc-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .seventies-font-content .sfc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .seventies-font-content .sfc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .seventies-font-content .sfc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .seventies-font-content .sfc-card, .tc-wp-content-root .seventies-font-content .sfc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .seventies-font-content .sfc-card h3, .tc-wp-content-root .seventies-font-content .sfc-benefit-card h3, .tc-wp-content-root .seventies-font-content .sfc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .seventies-font-content .sfc-card p, .tc-wp-content-root .seventies-font-content .sfc-benefit-card p, .tc-wp-content-root .seventies-font-content .sfc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .seventies-font-content .sfc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .seventies-font-content .sfc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .seventies-font-content .sfc-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .seventies-font-content .sfc-section{
    padding: 92px 0;
  }.tc-wp-content-root .seventies-font-content .sfc-container{
    padding: 0 32px;
  }.tc-wp-content-root .seventies-font-content .sfc-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .seventies-font-content .sfc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .seventies-font-content .sfc-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .seventies-font-content .sfc-grid-3, .tc-wp-content-root .seventies-font-content .sfc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .seventies-font-content .sfc-card, .tc-wp-content-root .seventies-font-content .sfc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .seventies-font-content .sfc-card h3, .tc-wp-content-root .seventies-font-content .sfc-benefit-card h3, .tc-wp-content-root .seventies-font-content .sfc-step-card h3{
    font-size: 23px;
  }.tc-wp-content-root .seventies-font-content .sfc-card p, .tc-wp-content-root .seventies-font-content .sfc-benefit-card p, .tc-wp-content-root .seventies-font-content .sfc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .seventies-font-content .sfc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .seventies-font-content .sfc-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .seventies-font-content .sfc-step-number{
    width: 82px;
    height: 82px;
    font-size: 24px;
  }}.wpc-scope-558 .tc-wp-content-root .sfc-step-copy{}