@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-162 .tc-wp-content-root img, .wpc-scope-162 .tc-wp-content-root video, .wpc-scope-162 .tc-wp-content-root svg, .wpc-scope-162 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #17130f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial, .wpc-scope-162 .tc-wp-content-root .dsfg-editorial section, .wpc-scope-162 .tc-wp-content-root .dsfg-editorial div, .wpc-scope-162 .tc-wp-content-root .dsfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-section-white{
  background: #ffffff;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-section-soft{
  background: linear-gradient(180deg, #fbf8f2 0%, #f6f1e8 100%);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(171, 95, 35, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(178, 88, 31, 0.12), rgba(214, 170, 91, 0.16));
  color: #8a421e;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-section-head h2{
  margin: 0;
  color: #19120d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #62584f;
  line-height: 1.72;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(42, 30, 20, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(177, 83, 32, 0.32), rgba(218, 178, 98, 0.16), rgba(49, 40, 34, 0.1)) border-box;
  box-shadow: 0 18px 45px rgba(42, 30, 20, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #6f2d18, #c7792c, #e4bd70);
  opacity: 0.92;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(177, 83, 32, 0.28);
  box-shadow: 0 24px 60px rgba(42, 30, 20, 0.13);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-card h3{
  margin: 18px 0 0;
  color: #1d1510;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-card p{
  margin: 10px 0 0;
  color: #665c52;
  line-height: 1.68;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #6f2d18, #c7792c 58%, #e4bd70);
  box-shadow: 0 12px 24px rgba(150, 74, 29, 0.2);
  transition: transform 260ms ease;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-card:hover .dsfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon::before, .wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-flame::before{
  width: 15px;
  height: 22px;
  border-radius: 12px 12px 12px 2px;
  background: #fff4d4;
  transform: rotate(34deg);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-copy::before{
  width: 17px;
  height: 19px;
  border: 2px solid #fff4d4;
  border-radius: 4px;
  transform: translate(3px, -3px);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-copy::after{
  width: 17px;
  height: 19px;
  border: 2px solid rgba(255, 244, 212, 0.78);
  border-radius: 4px;
  transform: translate(-4px, 4px);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-crown::before{
  width: 24px;
  height: 15px;
  background: #fff4d4;
  clip-path: polygon(0 100%, 0 28%, 25% 55%, 50% 0, 75% 55%, 100% 28%, 100% 100%);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-spark::before{
  width: 24px;
  height: 24px;
  background: #fff4d4;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-shield::before{
  width: 23px;
  height: 26px;
  background: #fff4d4;
  clip-path: polygon(50% 0, 88% 14%, 82% 66%, 50% 100%, 18% 66%, 12% 14%);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-moon::before{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff4d4;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-moon::after{
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #a85c25;
  transform: translate(8px, -2px);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-free::before{
  width: 23px;
  height: 23px;
  border: 2px solid #fff4d4;
  border-radius: 50%;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-free::after{
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff4d4;
  border-bottom: 3px solid #fff4d4;
  transform: rotate(45deg) translate(-1px, -2px);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-phone::before{
  width: 17px;
  height: 27px;
  border: 2px solid #fff4d4;
  border-radius: 5px;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-phone::after{
  width: 5px;
  height: 2px;
  border-radius: 3px;
  background: #fff4d4;
  transform: translateY(10px);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-lock::before{
  width: 21px;
  height: 16px;
  border-radius: 4px;
  background: #fff4d4;
  transform: translateY(5px);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-icon-lock::after{
  width: 14px;
  height: 13px;
  border: 3px solid #fff4d4;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  transform: translateY(-7px);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(42, 30, 20, 0.11);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0 0, rgba(209, 127, 48, 0.18), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 48px rgba(42, 30, 20, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(42, 30, 20, 0.12);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #261812, #7b3118 48%, #c98434);
  color: #fff7dc;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(111, 45, 24, 0.2);
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-step-content h3{
  margin: 0;
  color: #1b130e;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-step-content p{
  margin: 9px 0 0;
  color: #62584f;
  line-height: 1.7;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-badge{
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(125, 49, 23, 0.09);
  color: #8a421e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(132, 48, 23, 0.24), rgba(227, 188, 111, 0.22)) border-box;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-benefit-card{
  text-align: left;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-162 .tc-wp-content-root .dsfg-editorial .dsfg-reveal.dsfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .dsfg-editorial .dsfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .dsfg-editorial .dsfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-grid, .tc-wp-content-root .dsfg-editorial .dsfg-grid-six, .tc-wp-content-root .dsfg-editorial .dsfg-grid-three{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 22px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .dsfg-editorial .dsfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .dsfg-editorial .dsfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-grid, .tc-wp-content-root .dsfg-editorial .dsfg-grid-six, .tc-wp-content-root .dsfg-editorial .dsfg-grid-three{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card{
    padding: 24px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .dsfg-editorial .dsfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .dsfg-editorial .dsfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-grid, .tc-wp-content-root .dsfg-editorial .dsfg-grid-six, .tc-wp-content-root .dsfg-editorial .dsfg-grid-three{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card{
    padding: 26px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .dsfg-editorial .dsfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .dsfg-editorial .dsfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-grid-six, .tc-wp-content-root .dsfg-editorial .dsfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card{
    padding: 28px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .dsfg-editorial .dsfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .dsfg-editorial .dsfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card{
    padding: 30px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 23px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-content h3{
    font-size: 24px;
  }.tc-wp-content-root .dsfg-editorial .dsfg-step-content p{
    font-size: 16.5px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .dsfg-editorial .dsfg-card, .tc-wp-content-root .dsfg-editorial .dsfg-step, .tc-wp-content-root .dsfg-editorial .dsfg-icon, .tc-wp-content-root .dsfg-editorial .dsfg-reveal{
    transition: none;
  }.tc-wp-content-root .dsfg-editorial .dsfg-card:hover, .tc-wp-content-root .dsfg-editorial .dsfg-step:hover{
    transform: none;
  }.tc-wp-content-root .dsfg-editorial .dsfg-reveal{
    opacity: 1;
    transform: none;
  }}