@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 .cdc-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .cdc-content, .tc-wp-content-root .cdc-content div, .tc-wp-content-root .cdc-content section, .tc-wp-content-root .cdc-content article{
  box-sizing: border-box;
}.tc-wp-content-root .cdc-content .cdc-section{
  position: relative;
}.tc-wp-content-root .cdc-content .cdc-section-white{
  background: #ffffff;
}.tc-wp-content-root .cdc-content .cdc-section-soft{
  background: linear-gradient(180deg, #fff8f3 0%, #fbf7f2 100%);
}.tc-wp-content-root .cdc-content .cdc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cdc-content .cdc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cdc-content .cdc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(196, 31, 58, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(196, 31, 58, 0.1), rgba(19, 126, 87, 0.1));
  color: #b51f38;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.tc-wp-content-root .cdc-content h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .cdc-content .cdc-section-head p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #5c6678;
  font-weight: 450;
}.tc-wp-content-root .cdc-content .cdc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cdc-content .cdc-card, .tc-wp-content-root .cdc-content .cdc-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  box-shadow: 0 18px 46px rgba(25, 34, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .cdc-content .cdc-card::before, .tc-wp-content-root .cdc-content .cdc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #c41f3a, #e9b949, #137e57);
  opacity: 0.9;
}.tc-wp-content-root .cdc-content .cdc-card:hover, .tc-wp-content-root .cdc-content .cdc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(196, 31, 58, 0.22);
  box-shadow: 0 24px 60px rgba(25, 34, 51, 0.13);
}.tc-wp-content-root .cdc-content .cdc-card h3, .tc-wp-content-root .cdc-content .cdc-benefit-card h3, .tc-wp-content-root .cdc-content .cdc-step-card h3{
  margin: 0;
  color: #151c2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cdc-content .cdc-card p, .tc-wp-content-root .cdc-content .cdc-benefit-card p, .tc-wp-content-root .cdc-content .cdc-step-card p{
  margin: 10px 0 0;
  color: #5f6a7c;
  font-weight: 450;
}.tc-wp-content-root .cdc-content .cdc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #c41f3a, #137e57);
  box-shadow: 0 14px 30px rgba(196, 31, 58, 0.18);
}.tc-wp-content-root .cdc-content .cdc-icon::before, .tc-wp-content-root .cdc-content .cdc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .cdc-content .cdc-icon-calendar::before{
  left: 13px;
  top: 15px;
  width: 22px;
  height: 18px;
  border-radius: 4px;
}.tc-wp-content-root .cdc-content .cdc-icon-calendar::after{
  left: 16px;
  top: 20px;
  width: 16px;
  height: 2px;
  box-shadow: 0 6px 0 #ffffff;
}.tc-wp-content-root .cdc-content .cdc-icon-spark::before{
  left: 22px;
  top: 10px;
  width: 4px;
  height: 28px;
  border-radius: 99px;
}.tc-wp-content-root .cdc-content .cdc-icon-spark::after{
  left: 10px;
  top: 22px;
  width: 28px;
  height: 4px;
  border-radius: 99px;
}.tc-wp-content-root .cdc-content .cdc-icon-clock::before{
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .cdc-content .cdc-icon-clock::after{
  left: 24px;
  top: 17px;
  width: 3px;
  height: 12px;
  border-radius: 99px;
  box-shadow: 6px 8px 0 -1px #ffffff;
}.tc-wp-content-root .cdc-content .cdc-icon-heart::before, .tc-wp-content-root .cdc-content .cdc-icon-heart::after{
  width: 16px;
  height: 24px;
  top: 13px;
  border-radius: 16px 16px 0 0;
}.tc-wp-content-root .cdc-content .cdc-icon-heart::before{
  left: 15px;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}.tc-wp-content-root .cdc-content .cdc-icon-heart::after{
  left: 17px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}.tc-wp-content-root .cdc-content .cdc-icon-gift::before{
  left: 11px;
  top: 18px;
  width: 26px;
  height: 20px;
  border-radius: 4px;
}.tc-wp-content-root .cdc-content .cdc-icon-gift::after{
  left: 23px;
  top: 13px;
  width: 3px;
  height: 26px;
  border-radius: 99px;
  box-shadow: -10px 7px 0 -1px #ffffff, 10px 7px 0 -1px #ffffff;
}.tc-wp-content-root .cdc-content .cdc-icon-check::before{
  left: 15px;
  top: 24px;
  width: 10px;
  height: 4px;
  border-radius: 99px;
  transform: rotate(45deg);
}.tc-wp-content-root .cdc-content .cdc-icon-check::after{
  left: 21px;
  top: 20px;
  width: 17px;
  height: 4px;
  border-radius: 99px;
  transform: rotate(-45deg);
}.tc-wp-content-root .cdc-content .cdc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(19, 126, 87, 0.1);
  color: #137e57;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.tc-wp-content-root .cdc-content .cdc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .cdc-content .cdc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(196, 31, 58, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(25, 34, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .cdc-content .cdc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(25, 34, 51, 0.12);
}.tc-wp-content-root .cdc-content .cdc-step-card::after{
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 185, 73, 0.28), rgba(233, 185, 73, 0));
}.tc-wp-content-root .cdc-content .cdc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #c41f3a, #137e57);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(196, 31, 58, 0.2);
}.tc-wp-content-root .cdc-content .cdc-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .cdc-content .cdc-benefit-card{
  background: #ffffff;
}.tc-wp-content-root .cdc-content .cdc-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(196, 31, 58, 0.12), rgba(19, 126, 87, 0.14));
  position: relative;
}.tc-wp-content-root .cdc-content .cdc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #137e57;
  border-bottom: 3px solid #137e57;
  transform: rotate(45deg);
}.tc-wp-content-root .cdc-content .cdc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .cdc-content .cdc-reveal.cdc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cdc-content .cdc-section{
    padding: 48px 0;
  }.tc-wp-content-root .cdc-content .cdc-container{
    padding: 0 14px;
  }.tc-wp-content-root .cdc-content h2{
    font-size: 26px;
  }.tc-wp-content-root .cdc-content .cdc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cdc-content .cdc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cdc-content .cdc-card, .tc-wp-content-root .cdc-content .cdc-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .cdc-content .cdc-card h3, .tc-wp-content-root .cdc-content .cdc-benefit-card h3, .tc-wp-content-root .cdc-content .cdc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .cdc-content .cdc-card p, .tc-wp-content-root .cdc-content .cdc-benefit-card p, .tc-wp-content-root .cdc-content .cdc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .cdc-content .cdc-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cdc-content .cdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .cdc-content .cdc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cdc-content .cdc-section{
    padding: 56px 0;
  }.tc-wp-content-root .cdc-content .cdc-container{
    padding: 0 18px;
  }.tc-wp-content-root .cdc-content h2{
    font-size: 29px;
  }.tc-wp-content-root .cdc-content .cdc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .cdc-content .cdc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cdc-content .cdc-card, .tc-wp-content-root .cdc-content .cdc-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .cdc-content .cdc-card h3, .tc-wp-content-root .cdc-content .cdc-benefit-card h3, .tc-wp-content-root .cdc-content .cdc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cdc-content .cdc-card p, .tc-wp-content-root .cdc-content .cdc-benefit-card p, .tc-wp-content-root .cdc-content .cdc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .cdc-content .cdc-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cdc-content .cdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .cdc-content .cdc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cdc-content .cdc-section{
    padding: 64px 0;
  }.tc-wp-content-root .cdc-content .cdc-container{
    padding: 0 22px;
  }.tc-wp-content-root .cdc-content h2{
    font-size: 32px;
  }.tc-wp-content-root .cdc-content .cdc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cdc-content .cdc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cdc-content .cdc-card, .tc-wp-content-root .cdc-content .cdc-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .cdc-content .cdc-card h3, .tc-wp-content-root .cdc-content .cdc-benefit-card h3, .tc-wp-content-root .cdc-content .cdc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cdc-content .cdc-card p, .tc-wp-content-root .cdc-content .cdc-benefit-card p, .tc-wp-content-root .cdc-content .cdc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .cdc-content .cdc-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cdc-content .cdc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .cdc-content .cdc-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cdc-content .cdc-section{
    padding: 76px 0;
  }.tc-wp-content-root .cdc-content .cdc-container{
    padding: 0 32px;
  }.tc-wp-content-root .cdc-content h2{
    font-size: 40px;
  }.tc-wp-content-root .cdc-content .cdc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cdc-content .cdc-grid-six, .tc-wp-content-root .cdc-content .cdc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cdc-content .cdc-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cdc-content .cdc-card, .tc-wp-content-root .cdc-content .cdc-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .cdc-content .cdc-card h3, .tc-wp-content-root .cdc-content .cdc-benefit-card h3, .tc-wp-content-root .cdc-content .cdc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cdc-content .cdc-card p, .tc-wp-content-root .cdc-content .cdc-benefit-card p, .tc-wp-content-root .cdc-content .cdc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cdc-content .cdc-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cdc-content .cdc-step-card{
    grid-template-columns: 82px 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .cdc-content .cdc-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cdc-content .cdc-section{
    padding: 92px 0;
  }.tc-wp-content-root .cdc-content .cdc-container{
    padding: 0 36px;
  }.tc-wp-content-root .cdc-content h2{
    font-size: 46px;
  }.tc-wp-content-root .cdc-content .cdc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .cdc-content .cdc-grid-six, .tc-wp-content-root .cdc-content .cdc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cdc-content .cdc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cdc-content .cdc-card, .tc-wp-content-root .cdc-content .cdc-benefit-card{
    padding: 34px 30px;
  }.tc-wp-content-root .cdc-content .cdc-card h3, .tc-wp-content-root .cdc-content .cdc-benefit-card h3, .tc-wp-content-root .cdc-content .cdc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .cdc-content .cdc-card p, .tc-wp-content-root .cdc-content .cdc-benefit-card p, .tc-wp-content-root .cdc-content .cdc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .cdc-content .cdc-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cdc-content .cdc-step-card{
    grid-template-columns: 92px 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .cdc-content .cdc-step-number{
    width: 76px;
    height: 76px;
    font-size: 24px;
  }}