@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .sdc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
  position: relative;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-white{
  background: #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f4ee 100%);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(200, 111, 34, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 246, 232, 0.95), rgba(255, 255, 255, 0.9));
  color: #9a4f12;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
  margin: 16px auto 0;
  color: #596275;
  font-weight: 450;
  line-height: 1.7;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(22, 30, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card::before, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #c86f22, #e9a13a, #7bb68f);
  opacity: 0.88;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card:hover, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(200, 111, 34, 0.24);
  box-shadow: 0 24px 60px rgba(22, 30, 48, 0.13);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
  margin: 0;
  color: #162033;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
  margin: 10px 0 0;
  color: #5f6878;
  font-weight: 440;
  line-height: 1.66;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon{
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff2df, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(200, 111, 34, 0.18), 0 12px 24px rgba(200, 111, 34, 0.12);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon::before, .tc-wp-content-root .sdc-editorial-wrap .sdc-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #c86f22, #e9a13a);
  transition: transform 260ms ease;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card:hover .sdc-icon::before{
  transform: translateY(-2px);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-measure::before{
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border-radius: 4px 4px 10px 10px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-measure::after{
  left: 22px;
  top: 6px;
  width: 4px;
  height: 8px;
  border-radius: 4px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-percent::before{
  left: 14px;
  top: 15px;
  width: 20px;
  height: 4px;
  border-radius: 4px;
  transform: rotate(-38deg);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-percent::after{
  left: 11px;
  top: 10px;
  width: 26px;
  height: 26px;
  border: 4px solid #c86f22;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-glass::before{
  left: 14px;
  top: 9px;
  width: 20px;
  height: 26px;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 22% 100%);
  border-radius: 3px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-glass::after{
  left: 20px;
  top: 35px;
  width: 8px;
  height: 5px;
  border-radius: 8px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-scale::before{
  left: 12px;
  top: 14px;
  width: 24px;
  height: 5px;
  border-radius: 5px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-scale::after{
  left: 20px;
  top: 10px;
  width: 8px;
  height: 28px;
  border-radius: 8px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-clock::before{
  left: 11px;
  top: 11px;
  width: 26px;
  height: 26px;
  border: 4px solid #c86f22;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-clock::after{
  left: 23px;
  top: 17px;
  width: 4px;
  height: 13px;
  border-radius: 4px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-note::before{
  left: 13px;
  top: 10px;
  width: 22px;
  height: 28px;
  border-radius: 6px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-note::after{
  left: 18px;
  top: 18px;
  width: 13px;
  height: 3px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(22, 30, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card::after{
  content: "";
  position: absolute;
  right: -52px;
  top: -52px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(233, 161, 58, 0.22), rgba(233, 161, 58, 0));
  pointer-events: none;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(123, 182, 143, 0.28);
  box-shadow: 0 24px 58px rgba(22, 30, 48, 0.12);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #c86f22, #e9a13a);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(200, 111, 34, 0.22);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-pill{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin: 0 0 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(123, 182, 143, 0.12);
  color: #3c7650;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-mark{
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7bb68f, #e9a13a);
  box-shadow: 0 12px 26px rgba(123, 182, 143, 0.2);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-mark::after{
  content: "";
  display: block;
  width: 18px;
  height: 9px;
  margin: 14px 0 0 13px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-reveal.sdc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 54px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 14px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 16px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 60px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 18px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 18px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 66px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 20px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 82px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 32px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head h2{
    font-size: 39px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 96px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 32px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card-grid{
    gap: 24px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid-six, .tc-wp-content-root .sdc-editorial-wrap .sdc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 24px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}

.tc-wp-content-root .sdc-step-content {}