@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 .wwc-editorial-bottom{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .wwc-editorial-bottom, .tc-wp-content-root .wwc-editorial-bottom div, .tc-wp-content-root .wwc-editorial-bottom section, .tc-wp-content-root .wwc-editorial-bottom article{
  box-sizing: border-box;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}.tc-wp-content-root .wwc-editorial-bottom .wwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(32, 132, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(32, 132, 255, 0.1), rgba(16, 185, 129, 0.1));
  color: #1261c7;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head p{
  margin: 16px auto 0;
  color: #5b6577;
  line-height: 1.7;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-card, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 38, 63, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-card{
  overflow: hidden;
  border-radius: 22px;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-card::before, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #2084ff, #10b981);
  opacity: 0.9;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-card:hover, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card:hover, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(32, 132, 255, 0.24);
  box-shadow: 0 22px 54px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .wwc-editorial-bottom .wwc-card h3, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-content h3{
  margin: 0;
  color: #121a2a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-card p, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-content p{
  margin: 10px 0 0;
  color: #5a6475;
  line-height: 1.68;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(32, 132, 255, 0.13), rgba(16, 185, 129, 0.13));
  border: 1px solid rgba(32, 132, 255, 0.16);
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon::before, .tc-wp-content-root .wwc-editorial-bottom .wwc-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #2084ff, #10b981);
  transition: transform 220ms ease;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-card:hover .wwc-icon::before{
  transform: translateX(2px);
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon-lines::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  box-shadow: 0 7px 0 rgba(32, 132, 255, 0.72), 0 14px 0 rgba(16, 185, 129, 0.72);
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon-lines::after{
  display: none;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon-scan::before{
  left: 13px;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 3px solid #2084ff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon-scan::after{
  left: 10px;
  top: 22px;
  width: 26px;
  height: 3px;
  border-radius: 99px;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon-search::before{
  left: 12px;
  top: 11px;
  width: 17px;
  height: 17px;
  border: 3px solid #2084ff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon-search::after{
  left: 27px;
  top: 28px;
  width: 11px;
  height: 3px;
  border-radius: 99px;
  transform: rotate(45deg);
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon-edit::before{
  left: 14px;
  top: 25px;
  width: 22px;
  height: 4px;
  border-radius: 99px;
  transform: rotate(-35deg);
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon-edit::after{
  left: 11px;
  top: 30px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon-clock::before{
  left: 11px;
  top: 11px;
  width: 24px;
  height: 24px;
  border: 3px solid #2084ff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon-clock::after{
  left: 22px;
  top: 16px;
  width: 3px;
  height: 13px;
  border-radius: 99px;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon-check::before{
  left: 13px;
  top: 23px;
  width: 11px;
  height: 4px;
  border-radius: 99px;
  transform: rotate(45deg);
}.tc-wp-content-root .wwc-editorial-bottom .wwc-icon-check::after{
  left: 21px;
  top: 20px;
  width: 18px;
  height: 4px;
  border-radius: 99px;
  transform: rotate(-45deg);
}.tc-wp-content-root .wwc-editorial-bottom .wwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-step-card::before{
  content: "";
  position: absolute;
  left: 38px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(32, 132, 255, 0), rgba(32, 132, 255, 0.28), rgba(16, 185, 129, 0));
}.tc-wp-content-root .wwc-editorial-bottom .wwc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2084ff, #10b981);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(32, 132, 255, 0.24);
}.tc-wp-content-root .wwc-editorial-bottom .wwc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef7ff;
  color: #1261c7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card{
  overflow: hidden;
  border-radius: 22px;
}.tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(32, 132, 255, 0.14), rgba(16, 185, 129, 0.14));
}.tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 12px;
  top: 13px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #10b981;
  border-bottom: 3px solid #10b981;
  transform: rotate(-45deg);
}.tc-wp-content-root .wwc-editorial-bottom .wwc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .wwc-editorial-bottom .wwc-reveal.wwc-is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .wwc-editorial-bottom .wwc-section{
    padding: 52px 0;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card-grid, .tc-wp-content-root .wwc-editorial-bottom .wwc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-grid-six, .tc-wp-content-root .wwc-editorial-bottom .wwc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-card::before{
    display: none;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card h3, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card p, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .wwc-editorial-bottom .wwc-section{
    padding: 58px 0;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card-grid, .tc-wp-content-root .wwc-editorial-bottom .wwc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-grid-six, .tc-wp-content-root .wwc-editorial-bottom .wwc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-card::before{
    display: none;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card h3, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card p, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .wwc-editorial-bottom .wwc-section{
    padding: 64px 0;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card-grid, .tc-wp-content-root .wwc-editorial-bottom .wwc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-grid-six, .tc-wp-content-root .wwc-editorial-bottom .wwc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-card::before{
    display: none;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card h3, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card p, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .wwc-editorial-bottom .wwc-section{
    padding: 78px 0;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-container{
    padding: 0 28px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card-grid, .tc-wp-content-root .wwc-editorial-bottom .wwc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-grid-six, .tc-wp-content-root .wwc-editorial-bottom .wwc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card h3, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card p, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-content p{
    font-size: 15.8px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .wwc-editorial-bottom .wwc-section{
    padding: 92px 0;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card-grid, .tc-wp-content-root .wwc-editorial-bottom .wwc-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-grid-six, .tc-wp-content-root .wwc-editorial-bottom .wwc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card h3, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .wwc-editorial-bottom .wwc-card p, .tc-wp-content-root .wwc-editorial-bottom .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-bottom .wwc-step-content p{
    font-size: 16px;
  }}