@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

 

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-238 .tc-wp-content-root img, .wpc-scope-238 .tc-wp-content-root video, .wpc-scope-238 .tc-wp-content-root svg, .wpc-scope-238 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content, .wpc-scope-238 .tc-wp-content-root .ip5sc-content *{
  box-sizing: border-box;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-section{
  position: relative;
  width: 100%;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-section-white{
  background: #ffffff;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 14px;
  border: 1px solid rgba(0, 122, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.1), rgba(88, 86, 214, 0.1));
  color: #075fbd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content h2, .wpc-scope-238 .tc-wp-content-root .ip5sc-content h3, .wpc-scope-238 .tc-wp-content-root .ip5sc-content p{
  margin: 0;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content h2{
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-heading p{
  color: #5f6b7c;
  font-weight: 450;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.14), rgba(88, 86, 214, 0.11), rgba(52, 199, 89, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0, 122, 255, 0.24);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.12);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-card:hover::before{
  opacity: 1;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-card h3{
  position: relative;
  color: #121a2b;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-card p{
  position: relative;
  color: #667085;
  font-weight: 430;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #007aff, #5856d6);
  box-shadow: 0 12px 26px rgba(0, 122, 255, 0.22);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon::before, .wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon-calc::before{
  width: 22px;
  height: 4px;
  top: 14px;
  left: 13px;
  border-radius: 6px;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon-calc::after{
  width: 22px;
  height: 16px;
  left: 13px;
  bottom: 12px;
  border-radius: 4px;
  background: repeating-linear-gradient(90deg, #ffffff 0 4px, transparent 4px 8px);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon-phone::before{
  width: 18px;
  height: 28px;
  top: 10px;
  left: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon-phone::after{
  width: 6px;
  height: 2px;
  bottom: 13px;
  left: 21px;
  border-radius: 4px;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon-speed::before{
  width: 24px;
  height: 24px;
  top: 12px;
  left: 12px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon-speed::after{
  width: 14px;
  height: 3px;
  top: 24px;
  left: 23px;
  border-radius: 4px;
  transform: rotate(-35deg);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon-study::before{
  width: 24px;
  height: 18px;
  top: 15px;
  left: 12px;
  border-radius: 4px;
  transform: skewY(-7deg);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon-study::after{
  width: 2px;
  height: 22px;
  top: 13px;
  left: 23px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.72);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon-work::before{
  width: 24px;
  height: 18px;
  left: 12px;
  bottom: 12px;
  border-radius: 5px;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon-work::after{
  width: 12px;
  height: 6px;
  top: 13px;
  left: 18px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: transparent;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon-clear::before{
  width: 26px;
  height: 3px;
  top: 23px;
  left: 11px;
  border-radius: 8px;
  transform: rotate(45deg);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-icon-clear::after{
  width: 26px;
  height: 3px;
  top: 23px;
  left: 11px;
  border-radius: 8px;
  transform: rotate(-45deg);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(0, 122, 255, 0.13);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-step-card::after{
  content: "";
  position: absolute;
  top: -40px;
  right: -56px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 122, 255, 0.14), rgba(88, 86, 214, 0));
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 122, 255, 0.26);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #007aff, #5856d6);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(0, 122, 255, 0.23);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-step-content h3{
  color: #121a2b;
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-step-content p{
  color: #64748b;
  font-weight: 430;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 122, 255, 0.09);
  color: #075fbd;
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-benefit-card{
  background: #ffffff;
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-benefit-dot{
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: #34c759;
  box-shadow: 0 0 0 8px rgba(52, 199, 89, 0.12), 0 0 24px rgba(52, 199, 89, 0.25);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-238 .tc-wp-content-root .ip5sc-content .ip5sc-reveal.ip5sc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ip5sc-content .ip5sc-section{
    padding: 48px 0;
  }.tc-wp-content-root .ip5sc-content .ip5sc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .ip5sc-content h2{
    font-size: 25px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-heading p{
    margin-top: 12px;
    font-size: 15px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-grid, .tc-wp-content-root .ip5sc-content .ip5sc-grid-three, .tc-wp-content-root .ip5sc-content .ip5sc-grid-benefits{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card h3, .tc-wp-content-root .ip5sc-content .ip5sc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card p, .tc-wp-content-root .ip5sc-content .ip5sc-step-content p{
    margin-top: 9px;
    font-size: 14px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-steps{
    gap: 16px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ip5sc-content .ip5sc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ip5sc-content .ip5sc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .ip5sc-content h2{
    font-size: 28px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-heading p{
    margin-top: 13px;
    font-size: 15.5px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-grid, .tc-wp-content-root .ip5sc-content .ip5sc-grid-three, .tc-wp-content-root .ip5sc-content .ip5sc-grid-benefits{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card{
    padding: 24px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card h3, .tc-wp-content-root .ip5sc-content .ip5sc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card p, .tc-wp-content-root .ip5sc-content .ip5sc-step-content p{
    margin-top: 9px;
    font-size: 14.5px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-steps{
    gap: 18px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ip5sc-content .ip5sc-section{
    padding: 60px 0;
  }.tc-wp-content-root .ip5sc-content .ip5sc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .ip5sc-content h2{
    font-size: 31px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-heading p{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-grid, .tc-wp-content-root .ip5sc-content .ip5sc-grid-three, .tc-wp-content-root .ip5sc-content .ip5sc-grid-benefits{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card{
    padding: 26px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card h3, .tc-wp-content-root .ip5sc-content .ip5sc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card p, .tc-wp-content-root .ip5sc-content .ip5sc-step-content p{
    margin-top: 10px;
    font-size: 15px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-steps{
    gap: 20px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ip5sc-content .ip5sc-section{
    padding: 76px 0;
  }.tc-wp-content-root .ip5sc-content .ip5sc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .ip5sc-content h2{
    font-size: 38px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-heading p{
    margin-top: 15px;
    font-size: 17px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-grid-three, .tc-wp-content-root .ip5sc-content .ip5sc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card{
    padding: 28px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card h3, .tc-wp-content-root .ip5sc-content .ip5sc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card p, .tc-wp-content-root .ip5sc-content .ip5sc-step-content p{
    margin-top: 10px;
    font-size: 15.5px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-steps{
    gap: 22px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ip5sc-content .ip5sc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ip5sc-content .ip5sc-container{
    padding: 0 36px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .ip5sc-content h2{
    font-size: 44px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-heading p{
    margin-top: 16px;
    font-size: 18px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-grid-three, .tc-wp-content-root .ip5sc-content .ip5sc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card{
    padding: 30px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card h3, .tc-wp-content-root .ip5sc-content .ip5sc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-card p, .tc-wp-content-root .ip5sc-content .ip5sc-step-content p{
    margin-top: 11px;
    font-size: 16px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-steps{
    gap: 24px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .ip5sc-content .ip5sc-step-number{
    width: 74px;
    height: 74px;
    font-size: 20px;
  }}