@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 .idcpg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #1f2933;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .idcpg-editorial, .tc-wp-content-root .idcpg-editorial section, .tc-wp-content-root .idcpg-editorial div, .tc-wp-content-root .idcpg-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .idcpg-editorial .idcpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .idcpg-editorial .idcpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .idcpg-editorial .idcpg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f1eb 100%);
}.tc-wp-content-root .idcpg-editorial .idcpg-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .idcpg-editorial .idcpg-heading{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .idcpg-editorial .idcpg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(176, 104, 74, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(176, 104, 74, 0.1), rgba(49, 137, 128, 0.1));
  color: #8f4c32;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .idcpg-editorial .idcpg-heading h2{
  margin: 0;
  color: #17202a;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .idcpg-editorial .idcpg-heading p{
  margin: 16px auto 0;
  color: #52606d;
  line-height: 1.7;
}.tc-wp-content-root .idcpg-editorial .idcpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .idcpg-editorial .idcpg-card, .tc-wp-content-root .idcpg-editorial .idcpg-benefit{
  position: relative;
  height: 100%;
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(31, 41, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .idcpg-editorial .idcpg-card::before, .tc-wp-content-root .idcpg-editorial .idcpg-benefit::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(176, 104, 74, 0.55), rgba(49, 137, 128, 0.32), rgba(218, 173, 109, 0.34));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}.tc-wp-content-root .idcpg-editorial .idcpg-card:hover, .tc-wp-content-root .idcpg-editorial .idcpg-benefit:hover{
  transform: translateY(-6px);
  border-color: rgba(176, 104, 74, 0.22);
  box-shadow: 0 24px 60px rgba(31, 41, 51, 0.12);
}.tc-wp-content-root .idcpg-editorial .idcpg-card:hover::before, .tc-wp-content-root .idcpg-editorial .idcpg-benefit:hover::before{
  opacity: 1;
}.tc-wp-content-root .idcpg-editorial .idcpg-card h3, .tc-wp-content-root .idcpg-editorial .idcpg-benefit h3, .tc-wp-content-root .idcpg-editorial .idcpg-step h3{
  margin: 0;
  color: #17202a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .idcpg-editorial .idcpg-card p, .tc-wp-content-root .idcpg-editorial .idcpg-benefit p, .tc-wp-content-root .idcpg-editorial .idcpg-step p{
  margin: 10px 0 0;
  color: #52606d;
  line-height: 1.65;
}.tc-wp-content-root .idcpg-editorial .idcpg-icon{
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #b0684a, #318980);
  box-shadow: 0 14px 28px rgba(176, 104, 74, 0.22);
  position: relative;
  transition: transform 240ms ease;
}.tc-wp-content-root .idcpg-editorial .idcpg-card:hover .idcpg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.tc-wp-content-root .idcpg-editorial .idcpg-icon::after{
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}.tc-wp-content-root .idcpg-editorial .idcpg-icon-swatch::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  background: #f4d6a6;
}.tc-wp-content-root .idcpg-editorial .idcpg-icon-balance::before{
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  left: 11px;
  top: 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.65);
}.tc-wp-content-root .idcpg-editorial .idcpg-icon-light::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 14px;
  top: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
}.tc-wp-content-root .idcpg-editorial .idcpg-icon-mood::before{
  content: "";
  position: absolute;
  width: 24px;
  height: 14px;
  left: 11px;
  top: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
}.tc-wp-content-root .idcpg-editorial .idcpg-icon-copy::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 22px;
  left: 14px;
  top: 11px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 5px;
}.tc-wp-content-root .idcpg-editorial .idcpg-icon-flow::before{
  content: "";
  position: absolute;
  width: 26px;
  height: 8px;
  left: 10px;
  top: 19px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
}.tc-wp-content-root .idcpg-editorial .idcpg-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .idcpg-editorial .idcpg-step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(31, 41, 51, 0.07);
  position: relative;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .idcpg-editorial .idcpg-step::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #b0684a, #318980);
}.tc-wp-content-root .idcpg-editorial .idcpg-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(31, 41, 51, 0.11);
}.tc-wp-content-root .idcpg-editorial .idcpg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #17202a, #318980);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(23, 32, 42, 0.18);
}.tc-wp-content-root .idcpg-editorial .idcpg-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(49, 137, 128, 0.1);
  color: #23756d;
  font-weight: 800;
  line-height: 1.1;
}.tc-wp-content-root .idcpg-editorial .idcpg-benefit-mark{
  display: block;
  width: 52px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b0684a, #d9ad6d, #318980);
}.tc-wp-content-root .idcpg-editorial .idcpg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .idcpg-editorial .idcpg-reveal.idcpg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .idcpg-editorial .idcpg-section{
    padding: 48px 0;
  }.tc-wp-content-root .idcpg-editorial .idcpg-container{
    padding: 0 16px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card, .tc-wp-content-root .idcpg-editorial .idcpg-benefit{
    padding: 22px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card h3, .tc-wp-content-root .idcpg-editorial .idcpg-benefit h3, .tc-wp-content-root .idcpg-editorial .idcpg-step h3{
    font-size: 18px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card p, .tc-wp-content-root .idcpg-editorial .idcpg-benefit p, .tc-wp-content-root .idcpg-editorial .idcpg-step p{
    font-size: 14px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-steps{
    margin-top: 30px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 22px 22px 26px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-step-number{
    min-width: 56px;
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .idcpg-editorial .idcpg-section{
    padding: 54px 0;
  }.tc-wp-content-root .idcpg-editorial .idcpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card, .tc-wp-content-root .idcpg-editorial .idcpg-benefit{
    padding: 24px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card h3, .tc-wp-content-root .idcpg-editorial .idcpg-benefit h3, .tc-wp-content-root .idcpg-editorial .idcpg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card p, .tc-wp-content-root .idcpg-editorial .idcpg-benefit p, .tc-wp-content-root .idcpg-editorial .idcpg-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-steps{
    margin-top: 34px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 24px 24px 28px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-step-number{
    min-width: 58px;
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .idcpg-editorial .idcpg-section{
    padding: 62px 0;
  }.tc-wp-content-root .idcpg-editorial .idcpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card, .tc-wp-content-root .idcpg-editorial .idcpg-benefit{
    padding: 28px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card h3, .tc-wp-content-root .idcpg-editorial .idcpg-benefit h3, .tc-wp-content-root .idcpg-editorial .idcpg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card p, .tc-wp-content-root .idcpg-editorial .idcpg-benefit p, .tc-wp-content-root .idcpg-editorial .idcpg-step p{
    font-size: 15px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-steps{
    margin-top: 38px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 28px 28px 32px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-step-number{
    min-width: 62px;
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .idcpg-editorial .idcpg-section{
    padding: 76px 0;
  }.tc-wp-content-root .idcpg-editorial .idcpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-grid-six, .tc-wp-content-root .idcpg-editorial .idcpg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card, .tc-wp-content-root .idcpg-editorial .idcpg-benefit{
    padding: 30px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card h3, .tc-wp-content-root .idcpg-editorial .idcpg-benefit h3, .tc-wp-content-root .idcpg-editorial .idcpg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card p, .tc-wp-content-root .idcpg-editorial .idcpg-benefit p, .tc-wp-content-root .idcpg-editorial .idcpg-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-steps{
    margin-top: 44px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-step{
    gap: 22px;
    padding: 30px 32px 30px 38px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-step-number{
    min-width: 66px;
    height: 66px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .idcpg-editorial .idcpg-section{
    padding: 92px 0;
  }.tc-wp-content-root .idcpg-editorial .idcpg-container{
    padding: 0 36px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-grid-six, .tc-wp-content-root .idcpg-editorial .idcpg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card, .tc-wp-content-root .idcpg-editorial .idcpg-benefit{
    padding: 32px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card h3, .tc-wp-content-root .idcpg-editorial .idcpg-benefit h3, .tc-wp-content-root .idcpg-editorial .idcpg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-card p, .tc-wp-content-root .idcpg-editorial .idcpg-benefit p, .tc-wp-content-root .idcpg-editorial .idcpg-step p{
    font-size: 16px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-steps{
    margin-top: 50px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-step{
    gap: 26px;
    padding: 34px 38px 34px 44px;
  }.tc-wp-content-root .idcpg-editorial .idcpg-step-number{
    min-width: 72px;
    height: 72px;
    font-size: 19px;
  }}

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