@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 .ehcpg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #17211c;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ehcpg-editorial, .tc-wp-content-root .ehcpg-editorial div, .tc-wp-content-root .ehcpg-editorial section, .tc-wp-content-root .ehcpg-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-section-soft{
  background:
    radial-gradient(circle at 15% 10%, rgba(86, 132, 92, 0.08), transparent 32%),
    linear-gradient(180deg, #fbfaf6 0%, #f6f4ee 100%);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(86, 132, 92, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(86, 132, 92, 0.12), rgba(190, 141, 77, 0.12));
  color: #315a3d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #56845c, #be8d4d);
  box-shadow: 0 0 0 5px rgba(86, 132, 92, 0.1);
}.tc-wp-content-root .ehcpg-editorial h2, .tc-wp-content-root .ehcpg-editorial h3, .tc-wp-content-root .ehcpg-editorial p{
  margin-top: 0;
}.tc-wp-content-root .ehcpg-editorial h2{
  margin-bottom: 14px;
  color: #17211c;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-heading p{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 720px;
  color: #5f6d64;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-card, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 33, 28, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at top right, rgba(190, 141, 77, 0.12), transparent 34%);
  box-shadow: 0 18px 45px rgba(34, 45, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-card::after, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(86, 132, 92, 0.18), transparent 38%, rgba(190, 141, 77, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-card:hover, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(86, 132, 92, 0.26);
  box-shadow: 0 24px 60px rgba(34, 45, 38, 0.13);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-card:hover::after, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-card h3, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card h3, .tc-wp-content-root .ehcpg-editorial .ehcpg-step-card h3{
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #17211c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-card p, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card p, .tc-wp-content-root .ehcpg-editorial .ehcpg-step-card p{
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #637066;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #56845c, #be8d4d);
  box-shadow: 0 14px 28px rgba(86, 132, 92, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-card:hover .ehcpg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-icon::before, .tc-wp-content-root .ehcpg-editorial .ehcpg-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-icon-swatch::before{
  width: 23px;
  height: 23px;
  left: 13px;
  top: 13px;
  border-radius: 8px;
  box-shadow: -7px 7px 0 rgba(255, 255, 255, 0.42), 7px -7px 0 rgba(255, 255, 255, 0.32);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-icon-house::before{
  width: 25px;
  height: 18px;
  left: 12px;
  top: 20px;
  border-radius: 3px;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-icon-house::after{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 10px;
  transform: rotate(45deg);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.72);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-icon-trim::before{
  width: 26px;
  height: 26px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-icon-curb::before{
  width: 28px;
  height: 4px;
  left: 10px;
  top: 30px;
  border-radius: 999px;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-icon-curb::after{
  width: 20px;
  height: 16px;
  left: 14px;
  top: 15px;
  border-radius: 5px 5px 2px 2px;
  background: rgba(255, 255, 255, 0.74);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-icon-sample::before{
  width: 28px;
  height: 18px;
  left: 10px;
  top: 15px;
  border-radius: 10px;
  transform: rotate(-12deg);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-icon-season::before{
  width: 18px;
  height: 18px;
  left: 15px;
  top: 15px;
  border-radius: 50%;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-icon-season::after{
  width: 28px;
  height: 3px;
  left: 10px;
  top: 35px;
  border-radius: 999px;
  opacity: 0.72;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(86, 132, 92, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 54px rgba(36, 45, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-step-card::before{
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(86, 132, 92, 0.34), transparent);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(190, 141, 77, 0.34);
  box-shadow: 0 26px 66px rgba(36, 45, 38, 0.12);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-step-number{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #315a3d, #be8d4d);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(49, 90, 61, 0.24);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-badge{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(86, 132, 92, 0.11);
  color: #315a3d;
  font-weight: 900;
  line-height: 1;
}.tc-wp-content-root .ehcpg-editorial .ehcpg-check{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #56845c, #be8d4d);
  box-shadow: 0 14px 28px rgba(86, 132, 92, 0.22);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-check::before{
  content: "";
  width: 18px;
  height: 10px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg) translate(1px, -1px);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ehcpg-editorial .ehcpg-reveal.ehcpg-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 .ehcpg-editorial .ehcpg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-container{
    padding: 0 16px;
  }.tc-wp-content-root .ehcpg-editorial h2{
    font-size: 27px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card h3, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card h3, .tc-wp-content-root .ehcpg-editorial .ehcpg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card p, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card p, .tc-wp-content-root .ehcpg-editorial .ehcpg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-card::before{
    display: none;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ehcpg-editorial .ehcpg-section{
    padding: 60px 0;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ehcpg-editorial h2{
    font-size: 30px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card h3, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card h3, .tc-wp-content-root .ehcpg-editorial .ehcpg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card p, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card p, .tc-wp-content-root .ehcpg-editorial .ehcpg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-card::before{
    display: none;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-number{
    width: 60px;
    height: 60px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ehcpg-editorial .ehcpg-section{
    padding: 66px 0;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ehcpg-editorial h2{
    font-size: 34px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card h3, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card h3, .tc-wp-content-root .ehcpg-editorial .ehcpg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card p, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card p, .tc-wp-content-root .ehcpg-editorial .ehcpg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-card::before{
    display: none;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ehcpg-editorial .ehcpg-section{
    padding: 78px 0;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-container{
    padding: 0 30px;
  }.tc-wp-content-root .ehcpg-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card h3, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card h3, .tc-wp-content-root .ehcpg-editorial .ehcpg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card p, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card p, .tc-wp-content-root .ehcpg-editorial .ehcpg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-number{
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ehcpg-editorial .ehcpg-section{
    padding: 92px 0;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ehcpg-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-grid-six, .tc-wp-content-root .ehcpg-editorial .ehcpg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card h3, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card h3, .tc-wp-content-root .ehcpg-editorial .ehcpg-step-card h3{
    font-size: 23px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-card p, .tc-wp-content-root .ehcpg-editorial .ehcpg-benefit-card p, .tc-wp-content-root .ehcpg-editorial .ehcpg-step-card p{
    font-size: 15.75px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ehcpg-editorial .ehcpg-step-number{
    font-size: 18px;
  }}

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