@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 .bwc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .bwc-editorial-wrap, .tc-wp-content-root .bwc-editorial-wrap div, .tc-wp-content-root .bwc-editorial-wrap section, .tc-wp-content-root .bwc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-section{
  position: relative;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-section-soft{
  background: #f7f5ef;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(129, 87, 34, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(180, 131, 58, 0.12), rgba(48, 111, 92, 0.1));
  color: #76511d;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c6913d, #2f8069);
  box-shadow: 0 0 0 4px rgba(198, 145, 61, 0.13);
}.tc-wp-content-root .bwc-editorial-wrap h2{
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5d6575;
  line-height: 1.75;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-card, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(31, 45, 61, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fffdfa);
  box-shadow: 0 18px 45px rgba(29, 39, 58, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-card::after, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top right, rgba(198, 145, 61, 0.13), transparent 35%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-card:hover, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(198, 145, 61, 0.32);
  box-shadow: 0 24px 58px rgba(29, 39, 58, 0.12);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-card:hover::after, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #c6913d, #2f8069);
  box-shadow: 0 12px 28px rgba(47, 128, 105, 0.18);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon::before, .tc-wp-content-root .bwc-editorial-wrap .bwc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-count::before{
  width: 20px;
  height: 3px;
  left: 13px;
  top: 14px;
  border-radius: 3px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-study::before{
  width: 18px;
  height: 22px;
  left: 14px;
  top: 12px;
  border-radius: 3px;
  background: transparent;
  border: 2px solid #ffffff;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-study::after{
  width: 2px;
  height: 20px;
  left: 22px;
  top: 13px;
  border-radius: 2px;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-sermon::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 13px;
  border-radius: 4px;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-sermon::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 32px;
  border-radius: 3px;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-writing::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 17px;
  border-radius: 3px;
  transform: rotate(-28deg);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-writing::after{
  width: 7px;
  height: 7px;
  left: 30px;
  top: 10px;
  border-radius: 2px;
  transform: rotate(-28deg);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-compare::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 3px;
  box-shadow: 0 15px 0 #ffffff;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-compare::after{
  width: 8px;
  height: 8px;
  right: 11px;
  top: 11px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-clean::before{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-step-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card h3{
  margin: 0;
  color: #1c2538;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-step-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card p{
  margin: 12px 0 0;
  color: #626a79;
  line-height: 1.7;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(47, 128, 105, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fbfaf5);
  box-shadow: 0 18px 44px rgba(29, 39, 58, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #c6913d, #2f8069);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(198, 145, 61, 0.34);
  box-shadow: 0 24px 58px rgba(29, 39, 58, 0.11);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #183027;
  color: #fff8ea;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(24, 48, 39, 0.18);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(47, 128, 105, 0.1);
  color: #2b705e;
  font-size: 12px;
  font-weight: 780;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card{
  padding-top: 34px;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c6913d, #2f8069);
  position: relative;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-reveal.bwc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .bwc-editorial-wrap .bwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .bwc-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid, .tc-wp-content-root .bwc-editorial-wrap .bwc-steps{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid-three, .tc-wp-content-root .bwc-editorial-wrap .bwc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-step-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card h3{
    font-size: 18px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-step-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card p{
    font-size: 14px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 24px 24px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .bwc-editorial-wrap .bwc-section{
    padding: 60px 0;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .bwc-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid, .tc-wp-content-root .bwc-editorial-wrap .bwc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid-three, .tc-wp-content-root .bwc-editorial-wrap .bwc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-step-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card h3{
    font-size: 19px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-step-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 26px 26px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .bwc-editorial-wrap .bwc-section{
    padding: 66px 0;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .bwc-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid, .tc-wp-content-root .bwc-editorial-wrap .bwc-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid-three, .tc-wp-content-root .bwc-editorial-wrap .bwc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-step-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card h3{
    font-size: 20px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-step-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px 28px 28px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .bwc-editorial-wrap .bwc-section{
    padding: 82px 0;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .bwc-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid, .tc-wp-content-root .bwc-editorial-wrap .bwc-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid-three, .tc-wp-content-root .bwc-editorial-wrap .bwc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-step-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card h3{
    font-size: 20px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-step-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-card{
    gap: 22px;
    padding: 30px 32px 30px 34px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .bwc-editorial-wrap .bwc-section{
    padding: 96px 0;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-container{
    padding: 0 28px;
  }.tc-wp-content-root .bwc-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid, .tc-wp-content-root .bwc-editorial-wrap .bwc-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid-three, .tc-wp-content-root .bwc-editorial-wrap .bwc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-step-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card h3{
    font-size: 21px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-step-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-benefit-card p{
    font-size: 16px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-card{
    gap: 26px;
    padding: 34px 38px 34px 42px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}

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