@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 .tbc-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #182230;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tbc-editorial-content, .tc-wp-content-root .tbc-editorial-content div, .tc-wp-content-root .tbc-editorial-content section, .tc-wp-content-root .tbc-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .tbc-editorial-content .tbc-section{
  position: relative;
}.tc-wp-content-root .tbc-editorial-content .tbc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tbc-editorial-content .tbc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .tbc-editorial-content .tbc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tbc-editorial-content .tbc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tbc-editorial-content .tbc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(21, 112, 239, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(21, 112, 239, 0.09), rgba(20, 184, 166, 0.09));
  color: #0f5ec7;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .tbc-editorial-content .tbc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1570ef, #14b8a6);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.1);
}.tc-wp-content-root .tbc-editorial-content .tbc-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tbc-editorial-content .tbc-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #536071;
  font-weight: 400;
  line-height: 1.75;
}.tc-wp-content-root .tbc-editorial-content .tbc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tbc-editorial-content .tbc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(21, 112, 239, 0.08), transparent 36%),
    #ffffff;
  box-shadow: 0 14px 42px rgba(16, 24, 40, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .tbc-editorial-content .tbc-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(21, 112, 239, 0.32), rgba(20, 184, 166, 0.24)) border-box;
  -webkit-mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .tbc-editorial-content .tbc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(21, 112, 239, 0.18);
  box-shadow: 0 22px 58px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .tbc-editorial-content .tbc-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .tbc-editorial-content .tbc-card h3, .tc-wp-content-root .tbc-editorial-content .tbc-step-card h3{
  margin: 0;
  color: #101828;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tbc-editorial-content .tbc-card p, .tc-wp-content-root .tbc-editorial-content .tbc-step-card p{
  margin: 10px 0 0;
  color: #5b6678;
  font-weight: 400;
  line-height: 1.68;
}.tc-wp-content-root .tbc-editorial-content .tbc-icon{
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1570ef, #14b8a6);
  box-shadow: 0 12px 26px rgba(21, 112, 239, 0.2);
}.tc-wp-content-root .tbc-editorial-content .tbc-icon::before, .tc-wp-content-root .tbc-editorial-content .tbc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 240ms ease;
}.tc-wp-content-root .tbc-editorial-content .tbc-card:hover .tbc-icon::before{
  transform: translateX(2px);
}.tc-wp-content-root .tbc-editorial-content .tbc-icon-pulse::before{
  width: 18px;
  height: 3px;
  top: 14px;
  left: 12px;
  border-radius: 5px;
}.tc-wp-content-root .tbc-editorial-content .tbc-icon-pulse::after{
  width: 12px;
  height: 3px;
  top: 24px;
  left: 12px;
  border-radius: 5px;
}.tc-wp-content-root .tbc-editorial-content .tbc-icon-code::before{
  width: 16px;
  height: 16px;
  top: 13px;
  left: 13px;
  border-radius: 4px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .tbc-editorial-content .tbc-icon-limit::before{
  width: 20px;
  height: 20px;
  top: 11px;
  left: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .tbc-editorial-content .tbc-icon-api::before{
  width: 22px;
  height: 3px;
  top: 13px;
  left: 10px;
  border-radius: 5px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.92), 0 16px 0 rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .tbc-editorial-content .tbc-icon-file::before{
  width: 16px;
  height: 20px;
  top: 11px;
  left: 13px;
  border-radius: 4px;
}.tc-wp-content-root .tbc-editorial-content .tbc-icon-check::before{
  width: 16px;
  height: 8px;
  top: 15px;
  left: 12px;
  border-left: 3px solid rgba(255, 255, 255, 0.94);
  border-bottom: 3px solid rgba(255, 255, 255, 0.94);
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .tbc-editorial-content .tbc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tbc-editorial-content .tbc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(21, 112, 239, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fafdff 100%);
  box-shadow: 0 16px 44px rgba(16, 24, 40, 0.075);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .tbc-editorial-content .tbc-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1570ef, #14b8a6);
}.tc-wp-content-root .tbc-editorial-content .tbc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 58px rgba(16, 24, 40, 0.11);
}.tc-wp-content-root .tbc-editorial-content .tbc-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #1570ef, #14b8a6);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(21, 112, 239, 0.22);
}.tc-wp-content-root .tbc-editorial-content .tbc-step-content{
  min-width: 0;
}.tc-wp-content-root .tbc-editorial-content .tbc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 17px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(21, 112, 239, 0.08);
  color: #0f5ec7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .tbc-editorial-content .tbc-benefit-card{
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96)),
    #ffffff;
}.tc-wp-content-root .tbc-editorial-content .tbc-benefit-mark{
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(21, 112, 239, 0.12), rgba(20, 184, 166, 0.14));
}.tc-wp-content-root .tbc-editorial-content .tbc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  top: 14px;
  left: 12px;
  border-left: 3px solid #1570ef;
  border-bottom: 3px solid #14b8a6;
  transform: rotate(-45deg);
}.tc-wp-content-root .tbc-editorial-content .tbc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tbc-editorial-content .tbc-reveal.tbc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tbc-editorial-content .tbc-section{
    padding: 52px 0;
  }.tc-wp-content-root .tbc-editorial-content .tbc-container{
    padding: 0 16px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card h3, .tc-wp-content-root .tbc-editorial-content .tbc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card p, .tc-wp-content-root .tbc-editorial-content .tbc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-steps{
    gap: 16px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tbc-editorial-content .tbc-section{
    padding: 58px 0;
  }.tc-wp-content-root .tbc-editorial-content .tbc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card h3, .tc-wp-content-root .tbc-editorial-content .tbc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card p, .tc-wp-content-root .tbc-editorial-content .tbc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-steps{
    gap: 18px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tbc-editorial-content .tbc-section{
    padding: 64px 0;
  }.tc-wp-content-root .tbc-editorial-content .tbc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card{
    padding: 26px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card h3, .tc-wp-content-root .tbc-editorial-content .tbc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card p, .tc-wp-content-root .tbc-editorial-content .tbc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-steps{
    gap: 20px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tbc-editorial-content .tbc-section{
    padding: 78px 0;
  }.tc-wp-content-root .tbc-editorial-content .tbc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card{
    padding: 28px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card h3, .tc-wp-content-root .tbc-editorial-content .tbc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card p, .tc-wp-content-root .tbc-editorial-content .tbc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-steps{
    gap: 22px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tbc-editorial-content .tbc-section{
    padding: 96px 0;
  }.tc-wp-content-root .tbc-editorial-content .tbc-container{
    padding: 0 28px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card{
    padding: 30px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card h3, .tc-wp-content-root .tbc-editorial-content .tbc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-card p, .tc-wp-content-root .tbc-editorial-content .tbc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-steps{
    gap: 24px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .tbc-editorial-content .tbc-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}