@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 .dtr-content-wrap{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
}.tc-wp-content-root .dtr-content-wrap .dtr-section{
  position: relative;
}.tc-wp-content-root .dtr-content-wrap .dtr-section-white{
  background: #ffffff;
}.tc-wp-content-root .dtr-content-wrap .dtr-section-soft{
  background: #f7f9fc;
}.tc-wp-content-root .dtr-content-wrap .dtr-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dtr-content-wrap .dtr-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dtr-content-wrap .dtr-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(50, 112, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(50, 112, 255, 0.09), rgba(23, 201, 162, 0.09));
  color: #2365d8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .dtr-content-wrap .dtr-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dtr-content-wrap .dtr-section-head p{
  margin: 16px auto 0;
  color: #5a667a;
  line-height: 1.7;
}.tc-wp-content-root .dtr-content-wrap .dtr-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dtr-content-wrap .dtr-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 45px rgba(23, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .dtr-content-wrap .dtr-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(50, 112, 255, 0.38), rgba(23, 201, 162, 0.28), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: opacity 220ms ease;
}.tc-wp-content-root .dtr-content-wrap .dtr-card:hover{
  transform: translateY(-5px);
  border-color: rgba(50, 112, 255, 0.18);
  box-shadow: 0 22px 58px rgba(23, 32, 51, 0.12);
}.tc-wp-content-root .dtr-content-wrap .dtr-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .dtr-content-wrap .dtr-card h3{
  margin: 18px 0 0;
  color: #162033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .dtr-content-wrap .dtr-card p{
  margin: 11px 0 0;
  color: #5d687b;
  line-height: 1.68;
}.tc-wp-content-root .dtr-content-wrap .dtr-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3270ff, #17c9a2);
  box-shadow: 0 12px 24px rgba(50, 112, 255, 0.24);
}.tc-wp-content-root .dtr-content-wrap .dtr-icon::after{
  content: "";
  width: 18px;
  height: 18px;
  margin: auto;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .dtr-content-wrap .dtr-icon-b::after{
  border-radius: 50%;
}.tc-wp-content-root .dtr-content-wrap .dtr-icon-c::after{
  width: 22px;
  height: 8px;
  border-radius: 999px;
}.tc-wp-content-root .dtr-content-wrap .dtr-icon-d::after{
  width: 16px;
  height: 22px;
  border-radius: 5px;
}.tc-wp-content-root .dtr-content-wrap .dtr-icon-e::after{
  width: 22px;
  height: 14px;
  border-radius: 999px 999px 6px 6px;
}.tc-wp-content-root .dtr-content-wrap .dtr-icon-f::after{
  width: 20px;
  height: 20px;
  border-radius: 4px 12px 4px 12px;
}.tc-wp-content-root .dtr-content-wrap .dtr-steps{
  position: relative;
  display: grid;
}.tc-wp-content-root .dtr-content-wrap .dtr-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(50, 112, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(23, 32, 51, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .dtr-content-wrap .dtr-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(23, 32, 51, 0.11);
}.tc-wp-content-root .dtr-content-wrap .dtr-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #3270ff, #17c9a2);
  box-shadow: 0 16px 30px rgba(50, 112, 255, 0.22);
}.tc-wp-content-root .dtr-content-wrap .dtr-step-copy h3{
  margin: 0;
  color: #142033;
  font-weight: 790;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .dtr-content-wrap .dtr-step-copy p{
  margin: 9px 0 0;
  color: #5b6678;
  line-height: 1.7;
}.tc-wp-content-root .dtr-content-wrap .dtr-badge{
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(23, 201, 162, 0.12);
  color: #0f8b73;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .dtr-content-wrap .dtr-card-use h3{
  margin-top: 17px;
}.tc-wp-content-root .dtr-content-wrap .dtr-check{
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(50, 112, 255, 0.13), rgba(23, 201, 162, 0.16));
  border: 1px solid rgba(50, 112, 255, 0.12);
}.tc-wp-content-root .dtr-content-wrap .dtr-check::before{
  content: "";
  width: 17px;
  height: 9px;
  margin: 13px auto 0;
  border-left: 3px solid #17a786;
  border-bottom: 3px solid #17a786;
  transform: rotate(-45deg);
}.tc-wp-content-root .dtr-content-wrap .dtr-reveal{
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}.tc-wp-content-root .dtr-content-wrap .dtr-reveal.dtr-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dtr-content-wrap .dtr-section{
    padding: 48px 0;
  }.tc-wp-content-root .dtr-content-wrap .dtr-container{
    padding: 0 14px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card{
    padding: 22px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card h3, .tc-wp-content-root .dtr-content-wrap .dtr-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card p, .tc-wp-content-root .dtr-content-wrap .dtr-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dtr-content-wrap .dtr-section{
    padding: 54px 0;
  }.tc-wp-content-root .dtr-content-wrap .dtr-container{
    padding: 0 18px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card{
    padding: 24px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card h3, .tc-wp-content-root .dtr-content-wrap .dtr-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card p, .tc-wp-content-root .dtr-content-wrap .dtr-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dtr-content-wrap .dtr-section{
    padding: 62px 0;
  }.tc-wp-content-root .dtr-content-wrap .dtr-container{
    padding: 0 22px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card{
    padding: 26px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card h3, .tc-wp-content-root .dtr-content-wrap .dtr-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card p, .tc-wp-content-root .dtr-content-wrap .dtr-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dtr-content-wrap .dtr-section{
    padding: 78px 0;
  }.tc-wp-content-root .dtr-content-wrap .dtr-container{
    padding: 0 32px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card{
    padding: 28px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card h3, .tc-wp-content-root .dtr-content-wrap .dtr-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card p, .tc-wp-content-root .dtr-content-wrap .dtr-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dtr-content-wrap .dtr-section{
    padding: 92px 0;
  }.tc-wp-content-root .dtr-content-wrap .dtr-container{
    padding: 0 32px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card{
    padding: 30px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card h3, .tc-wp-content-root .dtr-content-wrap .dtr-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-card p, .tc-wp-content-root .dtr-content-wrap .dtr-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .dtr-content-wrap .dtr-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}

.tc-wp-content-root .dtr-benefit {}
.tc-wp-content-root .dtr-icon-a {}