/* 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 .dsv-editorial{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #152019;
  background: #ffffff;
}.tc-wp-content-root .dsv-editorial, .tc-wp-content-root .dsv-editorial div, .tc-wp-content-root .dsv-editorial section, .tc-wp-content-root .dsv-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .dsv-editorial .dsv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .dsv-editorial .dsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .dsv-editorial .dsv-section-soft{
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 252, 0, 0.16), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(0, 214, 201, 0.12), transparent 28%),
    #f8faf7;
}.tc-wp-content-root .dsv-editorial .dsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dsv-editorial .dsv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dsv-editorial .dsv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(40, 124, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.32), rgba(0, 214, 201, 0.12));
  color: #19442d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .dsv-editorial .dsv-heading h2{
  margin: 0;
  color: #142018;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dsv-editorial .dsv-heading p{
  margin: 16px auto 0;
  color: #526158;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .dsv-editorial .dsv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dsv-editorial .dsv-card, .tc-wp-content-root .dsv-editorial .dsv-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(32, 58, 42, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 50px rgba(24, 49, 34, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .dsv-editorial .dsv-card::before, .tc-wp-content-root .dsv-editorial .dsv-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #fffc00, #26d9c4, #8ee65f);
  opacity: 0.9;
}.tc-wp-content-root .dsv-editorial .dsv-card:hover, .tc-wp-content-root .dsv-editorial .dsv-benefit-card:hover, .tc-wp-content-root .dsv-editorial .dsv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 177, 156, 0.28);
  box-shadow: 0 24px 70px rgba(24, 49, 34, 0.13);
}.tc-wp-content-root .dsv-editorial .dsv-card h3, .tc-wp-content-root .dsv-editorial .dsv-benefit-card h3, .tc-wp-content-root .dsv-editorial .dsv-step-content h3{
  margin: 0;
  color: #16231a;
  font-weight: 820;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .dsv-editorial .dsv-card p, .tc-wp-content-root .dsv-editorial .dsv-benefit-card p, .tc-wp-content-root .dsv-editorial .dsv-step-content p{
  margin: 10px 0 0;
  color: #55625b;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .dsv-editorial .dsv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffc00, #f8ffe6 55%, #26d9c4);
  box-shadow: 0 14px 30px rgba(0, 177, 156, 0.17);
  transition: transform 260ms ease;
}.tc-wp-content-root .dsv-editorial .dsv-card:hover .dsv-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .dsv-editorial .dsv-icon::before, .tc-wp-content-root .dsv-editorial .dsv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .dsv-editorial .dsv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border: 2px solid #16331f;
  border-radius: 14px;
}.tc-wp-content-root .dsv-editorial .dsv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
  background: #16331f;
}.tc-wp-content-root .dsv-editorial .dsv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #16331f;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .dsv-editorial .dsv-icon-speed::after{
  width: 13px;
  height: 2px;
  left: 24px;
  top: 23px;
  border-radius: 2px;
  background: #16331f;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .dsv-editorial .dsv-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border: 2px solid #16331f;
  border-radius: 7px;
}.tc-wp-content-root .dsv-editorial .dsv-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 18px;
  top: 24px;
  border-radius: 2px;
  background: #16331f;
  box-shadow: 0 5px 0 #16331f;
}.tc-wp-content-root .dsv-editorial .dsv-icon-simple::before{
  width: 22px;
  height: 16px;
  left: 13px;
  top: 16px;
  border: 2px solid #16331f;
  border-radius: 6px;
}.tc-wp-content-root .dsv-editorial .dsv-icon-simple::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-right: 2px solid #16331f;
  border-bottom: 2px solid #16331f;
  transform: rotate(-45deg);
}.tc-wp-content-root .dsv-editorial .dsv-icon-mobile::before{
  width: 16px;
  height: 25px;
  left: 16px;
  top: 11px;
  border: 2px solid #16331f;
  border-radius: 7px;
}.tc-wp-content-root .dsv-editorial .dsv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 22px;
  top: 29px;
  border-radius: 50%;
  background: #16331f;
}.tc-wp-content-root .dsv-editorial .dsv-icon-daily::before{
  width: 23px;
  height: 23px;
  left: 13px;
  top: 13px;
  border: 2px solid #16331f;
  border-radius: 8px;
}.tc-wp-content-root .dsv-editorial .dsv-icon-daily::after{
  width: 12px;
  height: 7px;
  left: 18px;
  top: 20px;
  border-left: 2px solid #16331f;
  border-bottom: 2px solid #16331f;
  transform: rotate(-45deg);
}.tc-wp-content-root .dsv-editorial .dsv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dsv-editorial .dsv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(32, 58, 42, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 56px rgba(24, 49, 34, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .dsv-editorial .dsv-step-card::after{
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 252, 0, 0.36), rgba(0, 214, 201, 0.08) 58%, transparent 70%);
}.tc-wp-content-root .dsv-editorial .dsv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 22px;
  background: #16231a;
  color: #fffc00;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 18px 36px rgba(22, 35, 26, 0.18);
}.tc-wp-content-root .dsv-editorial .dsv-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .dsv-editorial .dsv-pill{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 252, 0, 0.26);
  color: #2f4a21;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .dsv-editorial .dsv-benefit-card{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 255, 249, 0.92)),
    #ffffff;
}.tc-wp-content-root .dsv-editorial .dsv-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fffc00, #26d9c4);
  box-shadow: 0 14px 30px rgba(0, 177, 156, 0.16);
}.tc-wp-content-root .dsv-editorial .dsv-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #16231a;
  border-bottom: 3px solid #16231a;
  transform: rotate(-45deg);
}.tc-wp-content-root .dsv-editorial .dsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .dsv-editorial .dsv-reveal.dsv-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 .dsv-editorial .dsv-section{
    padding: 54px 0;
  }.tc-wp-content-root .dsv-editorial .dsv-container{
    padding: 0 14px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .dsv-editorial .dsv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dsv-editorial .dsv-card, .tc-wp-content-root .dsv-editorial .dsv-benefit-card{
    padding: 24px 20px;
    border-radius: 20px;
  }.tc-wp-content-root .dsv-editorial .dsv-card h3, .tc-wp-content-root .dsv-editorial .dsv-benefit-card h3, .tc-wp-content-root .dsv-editorial .dsv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .dsv-editorial .dsv-card p, .tc-wp-content-root .dsv-editorial .dsv-benefit-card p, .tc-wp-content-root .dsv-editorial .dsv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .dsv-editorial .dsv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dsv-editorial .dsv-section{
    padding: 60px 0;
  }.tc-wp-content-root .dsv-editorial .dsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsv-editorial .dsv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dsv-editorial .dsv-card, .tc-wp-content-root .dsv-editorial .dsv-benefit-card{
    padding: 26px 22px;
    border-radius: 22px;
  }.tc-wp-content-root .dsv-editorial .dsv-card h3, .tc-wp-content-root .dsv-editorial .dsv-benefit-card h3, .tc-wp-content-root .dsv-editorial .dsv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .dsv-editorial .dsv-card p, .tc-wp-content-root .dsv-editorial .dsv-benefit-card p, .tc-wp-content-root .dsv-editorial .dsv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .dsv-editorial .dsv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dsv-editorial .dsv-section{
    padding: 66px 0;
  }.tc-wp-content-root .dsv-editorial .dsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .dsv-editorial .dsv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dsv-editorial .dsv-card, .tc-wp-content-root .dsv-editorial .dsv-benefit-card{
    padding: 28px 24px;
    border-radius: 24px;
  }.tc-wp-content-root .dsv-editorial .dsv-card h3, .tc-wp-content-root .dsv-editorial .dsv-benefit-card h3, .tc-wp-content-root .dsv-editorial .dsv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dsv-editorial .dsv-card p, .tc-wp-content-root .dsv-editorial .dsv-benefit-card p, .tc-wp-content-root .dsv-editorial .dsv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .dsv-editorial .dsv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 24px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dsv-editorial .dsv-section{
    padding: 78px 0;
  }.tc-wp-content-root .dsv-editorial .dsv-container{
    padding: 0 30px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .dsv-editorial .dsv-grid-three, .tc-wp-content-root .dsv-editorial .dsv-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dsv-editorial .dsv-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dsv-editorial .dsv-card, .tc-wp-content-root .dsv-editorial .dsv-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .dsv-editorial .dsv-card h3, .tc-wp-content-root .dsv-editorial .dsv-benefit-card h3, .tc-wp-content-root .dsv-editorial .dsv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .dsv-editorial .dsv-card p, .tc-wp-content-root .dsv-editorial .dsv-benefit-card p, .tc-wp-content-root .dsv-editorial .dsv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsv-editorial .dsv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card{
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dsv-editorial .dsv-section{
    padding: 94px 0;
  }.tc-wp-content-root .dsv-editorial .dsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .dsv-editorial .dsv-grid-three, .tc-wp-content-root .dsv-editorial .dsv-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dsv-editorial .dsv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dsv-editorial .dsv-card, .tc-wp-content-root .dsv-editorial .dsv-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .dsv-editorial .dsv-card h3, .tc-wp-content-root .dsv-editorial .dsv-benefit-card h3, .tc-wp-content-root .dsv-editorial .dsv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .dsv-editorial .dsv-card p, .tc-wp-content-root .dsv-editorial .dsv-benefit-card p, .tc-wp-content-root .dsv-editorial .dsv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsv-editorial .dsv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card{
    gap: 26px;
    padding: 34px 34px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}