@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 .ccpg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #17211b;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial-wrap, .tc-wp-content-root .ccpg-editorial-wrap div, .tc-wp-content-root .ccpg-editorial-wrap section, .tc-wp-content-root .ccpg-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section-soft{
  background:
    radial-gradient(circle at 14% 12%, rgba(109, 75, 42, 0.08), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(165, 91, 57, 0.08), transparent 28%),
    #faf7f2;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(150, 84, 51, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(144, 83, 48, 0.1), rgba(217, 151, 93, 0.14));
  color: #7a4129;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block h2{
  margin: 0;
  color: #152019;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block p{
  margin: 16px auto 0;
  color: #5d665f;
  line-height: 1.7;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(43, 55, 46, 0.1);
  box-shadow: 0 18px 45px rgba(34, 28, 22, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card{
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card::before, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #6f4f35, #b86f45, #e0b06f, #7a8b58);
  opacity: 0.9;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card:hover, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card:hover, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(168, 98, 58, 0.34);
  box-shadow: 0 24px 56px rgba(34, 28, 22, 0.12);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card h3, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card h3, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card h3{
  margin: 0;
  color: #17211b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card p{
  margin: 10px 0 0;
  color: #5b655f;
  line-height: 1.68;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7a4b32, #c8844f);
  box-shadow: 0 12px 24px rgba(150, 84, 51, 0.22);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon::before, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 260ms ease;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card:hover .ccpg-icon::after{
  transform: translateX(3px);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-swatch::before{
  width: 18px;
  height: 18px;
  left: 10px;
  top: 10px;
  border-radius: 6px;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-swatch::after{
  width: 18px;
  height: 18px;
  right: 10px;
  bottom: 10px;
  border-radius: 6px;
  opacity: 0.7;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-tone::before{
  width: 24px;
  height: 10px;
  left: 11px;
  top: 12px;
  border-radius: 99px;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-tone::after{
  width: 24px;
  height: 10px;
  left: 11px;
  bottom: 12px;
  border-radius: 99px;
  opacity: 0.68;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-season::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-18deg);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-season::after{
  width: 8px;
  height: 18px;
  left: 21px;
  top: 14px;
  border-radius: 99px;
  opacity: 0.5;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-brand::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 8px;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-brand::after{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 17px;
  border-radius: 4px;
  background: #c8844f;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-closet::before{
  width: 25px;
  height: 20px;
  left: 10px;
  top: 15px;
  border-radius: 4px 4px 10px 10px;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-closet::after{
  width: 15px;
  height: 8px;
  left: 15px;
  top: 9px;
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-copy::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 8px;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-copy::after{
  width: 15px;
  height: 4px;
  left: 16px;
  top: 21px;
  border-radius: 99px;
  background: #c8844f;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 245, 0.98)),
    #ffffff;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card::before{
  content: "";
  position: absolute;
  left: 37px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(184, 111, 69, 0.45), transparent);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #594432, #b86f45);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(102, 70, 48, 0.22);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-mini-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(122, 75, 50, 0.12), rgba(224, 176, 111, 0.22));
  color: #7a4129;
  font-size: 14px;
  font-weight: 900;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-dot{
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7a8b58, #e0b06f);
  box-shadow: 0 0 0 8px rgba(122, 139, 88, 0.12);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-reveal.ccpg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section{
    padding: 46px 0;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-container{
    padding: 0 15px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block h2{
    font-size: 26px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-six, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card::before{
    display: none;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card h3, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card h3, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section{
    padding: 52px 0;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block h2{
    font-size: 29px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-six, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card::before{
    display: none;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card h3, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card h3, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section{
    padding: 58px 0;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block h2{
    font-size: 32px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-six, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card::before{
    display: none;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card h3, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card h3, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section{
    padding: 72px 0;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-six, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card h3, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card h3, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section{
    padding: 88px 0;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-container{
    padding: 0 34px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-six, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card h3, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card h3, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card p{
    font-size: 15.5px;
  }}

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