@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 .thw-content{
  width: 100%;
  overflow-x: hidden;
  color: #18212f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .thw-content, .tc-wp-content-root .thw-content section, .tc-wp-content-root .thw-content div, .tc-wp-content-root .thw-content article{
  box-sizing: border-box;
}.tc-wp-content-root .thw-content .thw-section{
  position: relative;
}.tc-wp-content-root .thw-content .thw-section-white{
  background: #ffffff;
}.tc-wp-content-root .thw-content .thw-section-soft{
  background: linear-gradient(180deg, #f8fbfc 0%, #f3f8f8 100%);
}.tc-wp-content-root .thw-content .thw-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .thw-content .thw-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .thw-content .thw-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 5px 13px;
  border: 1px solid rgba(18, 160, 142, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(18, 160, 142, 0.12), rgba(255, 142, 82, 0.12));
  color: #0d7d70;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .thw-content .thw-heading h2{
  margin: 0;
  color: #15202b;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .thw-content .thw-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5d6876;
  font-weight: 450;
}.tc-wp-content-root .thw-content .thw-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .thw-content .thw-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(21, 32, 43, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(21, 32, 43, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .thw-content .thw-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(18, 160, 142, 0.13), rgba(255, 142, 82, 0.12));
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}.tc-wp-content-root .thw-content .thw-card:hover{
  transform: translateY(-5px);
  border-color: rgba(18, 160, 142, 0.22);
  box-shadow: 0 24px 64px rgba(21, 32, 43, 0.12);
}.tc-wp-content-root .thw-content .thw-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .thw-content .thw-card h3, .tc-wp-content-root .thw-content .thw-card p, .tc-wp-content-root .thw-content .thw-card span{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .thw-content .thw-card h3{
  margin: 0;
  color: #15202b;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .thw-content .thw-card p{
  margin: 10px 0 0;
  color: #63707e;
  font-weight: 430;
}.tc-wp-content-root .thw-content .thw-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #12a08e, #ff8e52);
  box-shadow: 0 12px 28px rgba(18, 160, 142, 0.22);
}.tc-wp-content-root .thw-content .thw-icon::before, .tc-wp-content-root .thw-content .thw-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .thw-content .thw-icon-heat::before{
  left: 18px;
  top: 10px;
  width: 8px;
  height: 20px;
  border-radius: 10px;
  background: #ffffff;
}.tc-wp-content-root .thw-content .thw-icon-heat::after{
  left: 14px;
  bottom: 9px;
  width: 16px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}.tc-wp-content-root .thw-content .thw-icon-drop::before{
  left: 14px;
  top: 9px;
  width: 16px;
  height: 20px;
  border-radius: 14px 14px 16px 16px;
  background: #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .thw-content .thw-icon-temp::before{
  left: 20px;
  top: 8px;
  width: 5px;
  height: 22px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .thw-content .thw-icon-temp::after{
  left: 15px;
  bottom: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .thw-content .thw-icon-power::before{
  left: 15px;
  top: 9px;
  width: 15px;
  height: 23px;
  clip-path: polygon(58% 0, 100% 0, 67% 43%, 100% 43%, 38% 100%, 50% 56%, 13% 56%);
  background: #ffffff;
}.tc-wp-content-root .thw-content .thw-icon-energy::before{
  left: 12px;
  top: 13px;
  width: 20px;
  height: 18px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .thw-content .thw-icon-energy::after{
  right: 10px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(30deg);
}.tc-wp-content-root .thw-content .thw-icon-check::before{
  left: 13px;
  top: 19px;
  width: 18px;
  height: 9px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .thw-content .thw-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .thw-content .thw-step{
  position: relative;
  display: grid;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(18, 160, 142, 0.14);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(21, 32, 43, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .thw-content .thw-step:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 142, 82, 0.34);
  box-shadow: 0 24px 68px rgba(21, 32, 43, 0.11);
}.tc-wp-content-root .thw-content .thw-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #15202b, #12a08e);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 34px rgba(18, 160, 142, 0.22);
}.tc-wp-content-root .thw-content .thw-step-copy h3{
  margin: 0;
  color: #15202b;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .thw-content .thw-step-copy p{
  margin: 8px 0 0;
  color: #5d6876;
}.tc-wp-content-root .thw-content .thw-use-card{
  background: linear-gradient(180deg, #ffffff, #fbfdfd);
}.tc-wp-content-root .thw-content .thw-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(18, 160, 142, 0.1);
  color: #0d7d70;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .thw-content .thw-benefit-card{
  border-color: rgba(255, 142, 82, 0.16);
}.tc-wp-content-root .thw-content .thw-mini-mark{
  width: 38px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #12a08e, #ff8e52);
}.tc-wp-content-root .thw-content .thw-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .thw-content .thw-reveal.thw-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 .thw-content .thw-section{
    padding: 54px 0;
  }.tc-wp-content-root .thw-content .thw-container{
    padding: 0 14px;
  }.tc-wp-content-root .thw-content .thw-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .thw-content .thw-heading p{
    font-size: 15px;
  }.tc-wp-content-root .thw-content .thw-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .thw-content .thw-card{
    padding: 22px;
  }.tc-wp-content-root .thw-content .thw-card h3{
    font-size: 18px;
  }.tc-wp-content-root .thw-content .thw-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .thw-content .thw-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .thw-content .thw-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .thw-content .thw-step-number{
    width: 56px;
    font-size: 17px;
  }.tc-wp-content-root .thw-content .thw-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .thw-content .thw-step-copy p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .thw-content .thw-section{
    padding: 60px 0;
  }.tc-wp-content-root .thw-content .thw-container{
    padding: 0 18px;
  }.tc-wp-content-root .thw-content .thw-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .thw-content .thw-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .thw-content .thw-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .thw-content .thw-card{
    padding: 24px;
  }.tc-wp-content-root .thw-content .thw-card h3{
    font-size: 19px;
  }.tc-wp-content-root .thw-content .thw-card p{
    font-size: 15px;
  }.tc-wp-content-root .thw-content .thw-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .thw-content .thw-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .thw-content .thw-step-number{
    width: 60px;
    font-size: 18px;
  }.tc-wp-content-root .thw-content .thw-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .thw-content .thw-step-copy p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .thw-content .thw-section{
    padding: 66px 0;
  }.tc-wp-content-root .thw-content .thw-container{
    padding: 0 22px;
  }.tc-wp-content-root .thw-content .thw-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .thw-content .thw-heading p{
    font-size: 16px;
  }.tc-wp-content-root .thw-content .thw-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .thw-content .thw-card{
    padding: 26px;
  }.tc-wp-content-root .thw-content .thw-card h3{
    font-size: 20px;
  }.tc-wp-content-root .thw-content .thw-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .thw-content .thw-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .thw-content .thw-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .thw-content .thw-step-number{
    width: 62px;
    font-size: 18px;
  }.tc-wp-content-root .thw-content .thw-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .thw-content .thw-step-copy p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .thw-content .thw-section{
    padding: 78px 0;
  }.tc-wp-content-root .thw-content .thw-container{
    padding: 0 28px;
  }.tc-wp-content-root .thw-content .thw-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .thw-content .thw-heading p{
    font-size: 17px;
  }.tc-wp-content-root .thw-content .thw-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .thw-content .thw-card{
    padding: 28px;
  }.tc-wp-content-root .thw-content .thw-card h3{
    font-size: 21px;
  }.tc-wp-content-root .thw-content .thw-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .thw-content .thw-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .thw-content .thw-step{
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .thw-content .thw-step-number{
    width: 72px;
    font-size: 20px;
  }.tc-wp-content-root .thw-content .thw-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .thw-content .thw-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .thw-content .thw-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-content-root .thw-content .thw-section{
    padding: 96px 0;
  }.tc-wp-content-root .thw-content .thw-container{
    padding: 0 32px;
  }.tc-wp-content-root .thw-content .thw-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .thw-content .thw-heading p{
    font-size: 18px;
  }.tc-wp-content-root .thw-content .thw-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .thw-content .thw-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .thw-content .thw-card{
    padding: 30px;
  }.tc-wp-content-root .thw-content .thw-card h3{
    font-size: 22px;
  }.tc-wp-content-root .thw-content .thw-card p{
    font-size: 16px;
  }.tc-wp-content-root .thw-content .thw-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .thw-content .thw-step{
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .thw-content .thw-step-number{
    width: 78px;
    font-size: 21px;
  }.tc-wp-content-root .thw-content .thw-step-copy h3{
    font-size: 24px;
  }.tc-wp-content-root .thw-content .thw-step-copy p{
    font-size: 16.5px;
  }}