@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 .dtm-editorial-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #18212f;
  background: #ffffff;
}.tc-wp-content-root .dtm-editorial-content, .tc-wp-content-root .dtm-editorial-content section, .tc-wp-content-root .dtm-editorial-content div, .tc-wp-content-root .dtm-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .dtm-editorial-content .dtm-section{
  position: relative;
}.tc-wp-content-root .dtm-editorial-content .dtm-section-white{
  background: #ffffff;
}.tc-wp-content-root .dtm-editorial-content .dtm-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}.tc-wp-content-root .dtm-editorial-content .dtm-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dtm-editorial-content .dtm-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dtm-editorial-content .dtm-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(16, 185, 129, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(14, 165, 233, 0.1));
  color: #047857;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .dtm-editorial-content h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dtm-editorial-content .dtm-section-head p{
  margin: 16px auto 0;
  color: #5b6678;
  line-height: 1.7;
}.tc-wp-content-root .dtm-editorial-content .dtm-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dtm-editorial-content .dtm-info-card, .tc-wp-content-root .dtm-editorial-content .dtm-use-card, .tc-wp-content-root .dtm-editorial-content .dtm-benefit-card, .tc-wp-content-root .dtm-editorial-content .dtm-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .dtm-editorial-content .dtm-info-card, .tc-wp-content-root .dtm-editorial-content .dtm-use-card, .tc-wp-content-root .dtm-editorial-content .dtm-benefit-card{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .dtm-editorial-content .dtm-info-card::before, .tc-wp-content-root .dtm-editorial-content .dtm-use-card::before, .tc-wp-content-root .dtm-editorial-content .dtm-benefit-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.16), rgba(14, 165, 233, 0.08), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .dtm-editorial-content .dtm-info-card:hover, .tc-wp-content-root .dtm-editorial-content .dtm-use-card:hover, .tc-wp-content-root .dtm-editorial-content .dtm-benefit-card:hover, .tc-wp-content-root .dtm-editorial-content .dtm-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(16, 185, 129, 0.28);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .dtm-editorial-content .dtm-info-card:hover::before, .tc-wp-content-root .dtm-editorial-content .dtm-use-card:hover::before, .tc-wp-content-root .dtm-editorial-content .dtm-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .dtm-editorial-content h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .dtm-editorial-content article p{
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .dtm-editorial-content .dtm-icon{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0 0 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #10b981, #0ea5e9);
  box-shadow: 0 14px 28px rgba(14, 165, 233, 0.2);
}.tc-wp-content-root .dtm-editorial-content .dtm-icon::before, .tc-wp-content-root .dtm-editorial-content .dtm-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .dtm-editorial-content .dtm-icon-ruler::before{
  left: 13px;
  top: 11px;
  width: 20px;
  height: 24px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .dtm-editorial-content .dtm-icon-target::before{
  left: 11px;
  top: 11px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .dtm-editorial-content .dtm-icon-target::after{
  left: 20px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .dtm-editorial-content .dtm-icon-scale::before{
  left: 11px;
  top: 21px;
  width: 24px;
  height: 3px;
  background: #ffffff;
}.tc-wp-content-root .dtm-editorial-content .dtm-icon-scale::after{
  left: 21px;
  top: 11px;
  width: 3px;
  height: 24px;
  background: #ffffff;
}.tc-wp-content-root .dtm-editorial-content .dtm-icon-draft::before{
  left: 13px;
  top: 12px;
  width: 20px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .dtm-editorial-content .dtm-icon-copy::before{
  left: 12px;
  top: 15px;
  width: 17px;
  height: 19px;
  border: 3px solid #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .dtm-editorial-content .dtm-icon-copy::after{
  left: 17px;
  top: 10px;
  width: 17px;
  height: 19px;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
}.tc-wp-content-root .dtm-editorial-content .dtm-icon-check::before{
  left: 14px;
  top: 21px;
  width: 18px;
  height: 9px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .dtm-editorial-content .dtm-step-list{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dtm-editorial-content .dtm-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
}.tc-wp-content-root .dtm-editorial-content .dtm-step-card::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, #10b981, #0ea5e9);
}.tc-wp-content-root .dtm-editorial-content .dtm-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #10b981, #0ea5e9);
  box-shadow: 0 14px 28px rgba(16, 185, 129, 0.22);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .dtm-editorial-content .dtm-step-content{
  min-width: 0;
}.tc-wp-content-root .dtm-editorial-content .dtm-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.1);
  color: #0369a1;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}.tc-wp-content-root .dtm-editorial-content .dtm-benefit-mark{
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  margin: 0 0 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.16), rgba(14, 165, 233, 0.16));
  border: 1px solid rgba(16, 185, 129, 0.24);
}.tc-wp-content-root .dtm-editorial-content .dtm-benefit-mark::before{
  position: absolute;
  left: 13px;
  top: 14px;
  width: 15px;
  height: 8px;
  border-left: 3px solid #059669;
  border-bottom: 3px solid #059669;
  content: "";
  transform: rotate(-45deg);
}.tc-wp-content-root .dtm-editorial-content .dtm-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .dtm-editorial-content .dtm-reveal.dtm-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dtm-editorial-content .dtm-section{
    padding: 46px 0;
  }.tc-wp-content-root .dtm-editorial-content .dtm-container{
    padding: 0 14px;
  }.tc-wp-content-root .dtm-editorial-content h2{
    font-size: 26px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-card-grid, .tc-wp-content-root .dtm-editorial-content .dtm-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-grid-six, .tc-wp-content-root .dtm-editorial-content .dtm-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtm-editorial-content .dtm-info-card, .tc-wp-content-root .dtm-editorial-content .dtm-use-card, .tc-wp-content-root .dtm-editorial-content .dtm-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }.tc-wp-content-root .dtm-editorial-content h3{
    font-size: 18px;
  }.tc-wp-content-root .dtm-editorial-content article p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dtm-editorial-content .dtm-section{
    padding: 52px 0;
  }.tc-wp-content-root .dtm-editorial-content .dtm-container{
    padding: 0 18px;
  }.tc-wp-content-root .dtm-editorial-content h2{
    font-size: 29px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-card-grid, .tc-wp-content-root .dtm-editorial-content .dtm-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-grid-six, .tc-wp-content-root .dtm-editorial-content .dtm-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtm-editorial-content .dtm-info-card, .tc-wp-content-root .dtm-editorial-content .dtm-use-card, .tc-wp-content-root .dtm-editorial-content .dtm-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .dtm-editorial-content h3{
    font-size: 19px;
  }.tc-wp-content-root .dtm-editorial-content article p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dtm-editorial-content .dtm-section{
    padding: 60px 0;
  }.tc-wp-content-root .dtm-editorial-content .dtm-container{
    padding: 0 22px;
  }.tc-wp-content-root .dtm-editorial-content h2{
    font-size: 32px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-card-grid, .tc-wp-content-root .dtm-editorial-content .dtm-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-grid-six, .tc-wp-content-root .dtm-editorial-content .dtm-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtm-editorial-content .dtm-info-card, .tc-wp-content-root .dtm-editorial-content .dtm-use-card, .tc-wp-content-root .dtm-editorial-content .dtm-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .dtm-editorial-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dtm-editorial-content article p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dtm-editorial-content .dtm-section{
    padding: 76px 0;
  }.tc-wp-content-root .dtm-editorial-content .dtm-container{
    padding: 0 30px;
  }.tc-wp-content-root .dtm-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-card-grid, .tc-wp-content-root .dtm-editorial-content .dtm-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-grid-six, .tc-wp-content-root .dtm-editorial-content .dtm-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dtm-editorial-content .dtm-info-card, .tc-wp-content-root .dtm-editorial-content .dtm-use-card, .tc-wp-content-root .dtm-editorial-content .dtm-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .dtm-editorial-content h3{
    font-size: 21px;
  }.tc-wp-content-root .dtm-editorial-content article p{
    font-size: 15px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dtm-editorial-content .dtm-section{
    padding: 92px 0;
  }.tc-wp-content-root .dtm-editorial-content .dtm-container{
    padding: 0 34px;
  }.tc-wp-content-root .dtm-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-card-grid, .tc-wp-content-root .dtm-editorial-content .dtm-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-grid-six, .tc-wp-content-root .dtm-editorial-content .dtm-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dtm-editorial-content .dtm-info-card, .tc-wp-content-root .dtm-editorial-content .dtm-use-card, .tc-wp-content-root .dtm-editorial-content .dtm-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-step-card{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .dtm-editorial-content .dtm-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }.tc-wp-content-root .dtm-editorial-content h3{
    font-size: 22px;
  }.tc-wp-content-root .dtm-editorial-content article p{
    font-size: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .dtm-editorial-content .dtm-reveal, .tc-wp-content-root .dtm-editorial-content .dtm-info-card, .tc-wp-content-root .dtm-editorial-content .dtm-use-card, .tc-wp-content-root .dtm-editorial-content .dtm-benefit-card, .tc-wp-content-root .dtm-editorial-content .dtm-step-card{
    transition: none;
  }}