@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-303 .tc-wp-content-root img, .wpc-scope-303 .tc-wp-content-root video, .wpc-scope-303 .tc-wp-content-root svg, .wpc-scope-303 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #201915;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap, .wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap section, .wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap div, .wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-section{
  position: relative;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-white{
  background: #ffffff;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f4f1eb 100%);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(170, 72, 28, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 246, 232, 0.95), rgba(255, 255, 255, 0.9));
  color: #8b3516;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head h2{
  margin: 16px 0 0;
  color: #1e1713;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #675b52;
  font-weight: 450;
  line-height: 1.72;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-card, .wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(44, 31, 22, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(184, 79, 34, 0.38), rgba(218, 166, 69, 0.16), rgba(70, 43, 28, 0.1)) border-box;
  box-shadow: 0 18px 45px rgba(39, 28, 20, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-card::before, .wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 0%, rgba(209, 88, 37, 0.09), transparent 34%);
  pointer-events: none;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-card:hover, .wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(177, 74, 30, 0.34);
  box-shadow: 0 24px 58px rgba(39, 28, 20, 0.12);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-card h3, .wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card h3, .wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card h3{
  position: relative;
  margin: 0;
  color: #211812;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-card p, .wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card p, .wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #6a5d53;
  font-weight: 450;
  line-height: 1.68;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-icon{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #9f3517, #d18b31);
  box-shadow: 0 12px 24px rgba(159, 53, 23, 0.22);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-icon::before, .wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-icon::after{
  content: "";
  position: absolute;
  background: #fff7e8;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-icon-flame::before{
  width: 13px;
  height: 20px;
  left: 15px;
  top: 10px;
  border-radius: 70% 30% 70% 30%;
  transform: rotate(35deg);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 16px;
  top: 10px;
  border-radius: 4px;
  box-shadow: -5px 5px 0 rgba(255, 247, 232, 0.55);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-icon-rune::before{
  width: 4px;
  height: 24px;
  left: 19px;
  top: 9px;
  transform: rotate(25deg);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-icon-rune::after{
  width: 18px;
  height: 4px;
  left: 12px;
  top: 18px;
  transform: rotate(25deg);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 10px;
  top: 10px;
  clip-path: polygon(50% 0%, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0% 50%, 39% 36%);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-icon-shield::before{
  width: 20px;
  height: 23px;
  left: 11px;
  top: 9px;
  clip-path: polygon(50% 0%, 88% 14%, 82% 68%, 50% 100%, 18% 68%, 12% 14%);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-icon-mark::before{
  width: 22px;
  height: 22px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-icon-mark::after{
  width: 10px;
  height: 10px;
  left: 16px;
  top: 16px;
  border-radius: 50%;
  background: #b34a1f;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(45, 32, 21, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 239, 0.92)),
    radial-gradient(circle at 0% 0%, rgba(202, 84, 34, 0.1), transparent 35%);
  box-shadow: 0 18px 44px rgba(43, 31, 22, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card:hover{
  transform: translateX(4px);
  box-shadow: 0 22px 54px rgba(43, 31, 22, 0.11);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #211813, #7e2e17 55%, #cc8731);
  color: #fff8ee;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(126, 46, 23, 0.23);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(158, 57, 22, 0.08);
  color: #893718;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card{
  text-align: center;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-icon{
  position: relative;
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff3df, #ffffff);
  border: 1px solid rgba(173, 70, 29, 0.2);
  box-shadow: inset 0 0 0 7px rgba(197, 93, 38, 0.08), 0 16px 26px rgba(39, 28, 20, 0.08);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-icon::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 15px;
  top: 17px;
  border-left: 3px solid #a6421d;
  border-bottom: 3px solid #a6421d;
  transform: rotate(-45deg);
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-303 .tc-wp-content-root .dsfg-editorial-wrap .dsfg-reveal.dsfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card{
    padding: 22px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card h3, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card h3, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card p, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card p, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card h3, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card h3, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card p, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card p, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section{
    padding: 68px 0;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card h3, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card h3, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card p, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card p, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head h2{
    font-size: 42px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card h3, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card h3, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card p, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card p, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-grid-six, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card h3, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card h3, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-card p, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card p, .tc-wp-content-root .dsfg-editorial-wrap .dsfg-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .dsfg-editorial-wrap .dsfg-step-number{
    width: 78px;
    height: 78px;
    font-size: 23px;
  }}