@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 .ssrrc-content{
  width: 100%;
  overflow-x: hidden;
  color: #17212b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .ssrrc-content, .tc-wp-content-root .ssrrc-content div, .tc-wp-content-root .ssrrc-content section, .tc-wp-content-root .ssrrc-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ssrrc-content .ssrrc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ssrrc-content .ssrrc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ssrrc-content .ssrrc-section-soft{
  background: linear-gradient(180deg, #f7faf8 0%, #f3f6f4 100%);
}.tc-wp-content-root .ssrrc-content .ssrrc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ssrrc-content .ssrrc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ssrrc-content .ssrrc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(234, 88, 12, 0.1));
  color: #0f766e;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}.tc-wp-content-root .ssrrc-content .ssrrc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ssrrc-content .ssrrc-heading p{
  margin: 14px auto 0;
  color: #536170;
  line-height: 1.72;
}.tc-wp-content-root .ssrrc-content .ssrrc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ssrrc-content .ssrrc-card, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ssrrc-content .ssrrc-card::before, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0f766e, #14b8a6, #ea580c);
  opacity: 0.9;
}.tc-wp-content-root .ssrrc-content .ssrrc-card:hover, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(15, 118, 110, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .ssrrc-content .ssrrc-card h3, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card h3, .tc-wp-content-root .ssrrc-content .ssrrc-step-copy h3{
  margin: 0;
  color: #17212b;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ssrrc-content .ssrrc-card p, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card p, .tc-wp-content-root .ssrrc-content .ssrrc-step-copy p{
  margin: 10px 0 0;
  color: #5a6674;
  line-height: 1.7;
}.tc-wp-content-root .ssrrc-content .ssrrc-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(234, 88, 12, 0.14));
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.1);
}.tc-wp-content-root .ssrrc-content .ssrrc-icon::before, .tc-wp-content-root .ssrrc-content .ssrrc-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .ssrrc-content .ssrrc-card:hover .ssrrc-icon::before, .tc-wp-content-root .ssrrc-content .ssrrc-card:hover .ssrrc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .ssrrc-content .ssrrc-icon-rise::before{
  width: 8px;
  height: 24px;
  left: 12px;
  bottom: 10px;
  border-radius: 8px;
  background: #0f766e;
}.tc-wp-content-root .ssrrc-content .ssrrc-icon-rise::after{
  width: 18px;
  height: 8px;
  right: 10px;
  bottom: 10px;
  border-radius: 8px;
  background: #ea580c;
}.tc-wp-content-root .ssrrc-content .ssrrc-icon-layout::before{
  width: 24px;
  height: 18px;
  left: 10px;
  top: 13px;
  border: 2px solid #0f766e;
  border-radius: 4px;
}.tc-wp-content-root .ssrrc-content .ssrrc-icon-layout::after{
  width: 18px;
  height: 2px;
  left: 13px;
  top: 21px;
  background: #ea580c;
  box-shadow: 0 6px 0 #ea580c;
}.tc-wp-content-root .ssrrc-content .ssrrc-icon-check::before{
  width: 20px;
  height: 10px;
  left: 12px;
  top: 15px;
  border-left: 3px solid #0f766e;
  border-bottom: 3px solid #0f766e;
  transform: rotate(-45deg);
}.tc-wp-content-root .ssrrc-content .ssrrc-icon-measure::before{
  width: 26px;
  height: 10px;
  left: 9px;
  top: 17px;
  border-radius: 4px;
  background: #0f766e;
}.tc-wp-content-root .ssrrc-content .ssrrc-icon-measure::after{
  width: 2px;
  height: 10px;
  left: 16px;
  top: 17px;
  background: #ffffff;
  box-shadow: 7px 0 0 #ffffff, 14px 0 0 #ffffff;
}.tc-wp-content-root .ssrrc-content .ssrrc-icon-comfort::before{
  width: 24px;
  height: 24px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  border: 2px solid #0f766e;
}.tc-wp-content-root .ssrrc-content .ssrrc-icon-comfort::after{
  width: 14px;
  height: 7px;
  left: 15px;
  top: 21px;
  border-bottom: 2px solid #ea580c;
  border-radius: 0 0 14px 14px;
}.tc-wp-content-root .ssrrc-content .ssrrc-icon-time::before{
  width: 24px;
  height: 24px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  border: 2px solid #0f766e;
}.tc-wp-content-root .ssrrc-content .ssrrc-icon-time::after{
  width: 9px;
  height: 9px;
  left: 21px;
  top: 15px;
  border-left: 2px solid #ea580c;
  border-bottom: 2px solid #ea580c;
}.tc-wp-content-root .ssrrc-content .ssrrc-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ssrrc-content .ssrrc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ssrrc-content .ssrrc-step-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.16), rgba(20, 184, 166, 0));
  pointer-events: none;
}.tc-wp-content-root .ssrrc-content .ssrrc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(234, 88, 12, 0.25);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .ssrrc-content .ssrrc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 55%, #ea580c 100%);
  color: #ffffff;
  font-weight: 860;
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.22);
}.tc-wp-content-root .ssrrc-content .ssrrc-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .ssrrc-content .ssrrc-trust-card{
  text-align: center;
}.tc-wp-content-root .ssrrc-content .ssrrc-trust-mark{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.22);
}.tc-wp-content-root .ssrrc-content .ssrrc-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ssrrc-content .ssrrc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .ssrrc-content .ssrrc-reveal.ssrrc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ssrrc-content .ssrrc-section{
    padding: 48px 0;
  }.tc-wp-content-root .ssrrc-content .ssrrc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card h3, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card h3, .tc-wp-content-root .ssrrc-content .ssrrc-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card p, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card p, .tc-wp-content-root .ssrrc-content .ssrrc-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ssrrc-content .ssrrc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ssrrc-content .ssrrc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card h3, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card h3, .tc-wp-content-root .ssrrc-content .ssrrc-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card p, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card p, .tc-wp-content-root .ssrrc-content .ssrrc-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ssrrc-content .ssrrc-section{
    padding: 60px 0;
  }.tc-wp-content-root .ssrrc-content .ssrrc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card h3, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card h3, .tc-wp-content-root .ssrrc-content .ssrrc-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card p, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card p, .tc-wp-content-root .ssrrc-content .ssrrc-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ssrrc-content .ssrrc-section{
    padding: 72px 0;
  }.tc-wp-content-root .ssrrc-content .ssrrc-container{
    padding: 0 28px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ssrrc-content .ssrrc-card, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card h3, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card h3, .tc-wp-content-root .ssrrc-content .ssrrc-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card p, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card p, .tc-wp-content-root .ssrrc-content .ssrrc-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-steps{
    gap: 20px;
    margin-top: 40px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ssrrc-content .ssrrc-section{
    padding: 88px 0;
  }.tc-wp-content-root .ssrrc-content .ssrrc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card h3, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card h3, .tc-wp-content-root .ssrrc-content .ssrrc-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-card p, .tc-wp-content-root .ssrrc-content .ssrrc-trust-card p, .tc-wp-content-root .ssrrc-content .ssrrc-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .ssrrc-content .ssrrc-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}

.tc-wp-content-root .ssrrc-grid-3 {}
.tc-wp-content-root .ssrrc-use-card {}