@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-55 .tc-wp-content-root img, .wpc-scope-55 .tc-wp-content-root video, .wpc-scope-55 .tc-wp-content-root svg, .wpc-scope-55 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-section{
  position: relative;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-section-white{
  background: #ffffff;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(20, 118, 120, 0.18);
  border-radius: 999px;
  background: rgba(233, 250, 247, 0.9);
  color: #0f686b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-eyebrow::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #0ea5a8);
  box-shadow: 0 0 0 5px rgba(16, 185, 129, 0.12);
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap h2{
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-heading-block p{
  margin: 16px auto 0;
  color: #526070;
  line-height: 1.72;
  font-weight: 400;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-card, .wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-trust-card, .wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-step-card{
  position: relative;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(18, 33, 54, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-card{
  height: 100%;
  overflow: hidden;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-card::after, .wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #10b981, #0ea5a8, #2563eb);
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-card:hover, .wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-trust-card:hover, .wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(14, 165, 168, 0.28);
  box-shadow: 0 22px 58px rgba(18, 33, 54, 0.12);
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-card:hover::after, .wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon{
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.16), rgba(37, 99, 235, 0.13));
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(14, 165, 168, 0.12);
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon::before, .wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon::after{
  content: "";
  position: absolute;
  background: #0f7b80;
  transition: transform 220ms ease;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-card:hover .iitz-icon::before, .wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-card:hover .iitz-icon::after{
  transform: translateY(-1px);
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon-calc::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #0f7b80;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon-calc::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 18px;
  box-shadow: 0 6px 0 #0f7b80, 0 12px 0 #0f7b80;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon-pay::before{
  width: 24px;
  height: 15px;
  left: 11px;
  top: 16px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #0f7b80;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon-pay::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon-map::before{
  width: 18px;
  height: 24px;
  left: 14px;
  top: 10px;
  border-radius: 11px 11px 11px 3px;
  transform: rotate(45deg);
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon-map::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 15px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon-check::before{
  width: 21px;
  height: 12px;
  left: 13px;
  top: 17px;
  background: transparent;
  border-left: 3px solid #0f7b80;
  border-bottom: 3px solid #0f7b80;
  transform: rotate(-45deg);
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon-check::after{
  display: none;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #0f7b80;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 999px;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon-lock::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 20px;
  border-radius: 5px;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-icon-lock::after{
  width: 14px;
  height: 14px;
  left: 16px;
  top: 10px;
  border-radius: 12px 12px 0 0;
  background: transparent;
  border: 2px solid #0f7b80;
  border-bottom: 0;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-card p, .wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-step-card p, .wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-trust-card p{
  margin: 12px 0 0;
  color: #5b6877;
  line-height: 1.68;
  font-weight: 400;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 34px;
  width: 1px;
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.2), rgba(37, 99, 235, 0.05));
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f766e, #0ea5a8 52%, #2563eb);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(14, 165, 168, 0.22);
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-card-alt{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-badge{
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.1);
  color: #0f686b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-trust-card{
  height: 100%;
  overflow: hidden;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-trust-mark{
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(37, 99, 235, 0.13));
  position: relative;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #0f7b80;
  border-bottom: 3px solid #0f7b80;
  transform: rotate(-45deg);
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-55 .tc-wp-content-root .iitz-content-wrap .iitz-reveal.iitz-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .iitz-content-wrap .iitz-section{
    padding: 54px 0;
  }.tc-wp-content-root .iitz-content-wrap .iitz-container{
    padding: 0 14px;
  }.tc-wp-content-root .iitz-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card, .tc-wp-content-root .iitz-content-wrap .iitz-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .iitz-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card p, .tc-wp-content-root .iitz-content-wrap .iitz-step-card p, .tc-wp-content-root .iitz-content-wrap .iitz-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-card::before{
    display: none;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-number{
    width: 58px;
    height: 58px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .iitz-content-wrap .iitz-section{
    padding: 60px 0;
  }.tc-wp-content-root .iitz-content-wrap .iitz-container{
    padding: 0 18px;
  }.tc-wp-content-root .iitz-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card, .tc-wp-content-root .iitz-content-wrap .iitz-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .iitz-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card p, .tc-wp-content-root .iitz-content-wrap .iitz-step-card p, .tc-wp-content-root .iitz-content-wrap .iitz-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-card::before{
    display: none;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-number{
    width: 60px;
    height: 60px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .iitz-content-wrap .iitz-section{
    padding: 66px 0;
  }.tc-wp-content-root .iitz-content-wrap .iitz-container{
    padding: 0 22px;
  }.tc-wp-content-root .iitz-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card, .tc-wp-content-root .iitz-content-wrap .iitz-trust-card{
    padding: 26px;
  }.tc-wp-content-root .iitz-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card p, .tc-wp-content-root .iitz-content-wrap .iitz-step-card p, .tc-wp-content-root .iitz-content-wrap .iitz-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-card::before{
    display: none;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-number{
    width: 64px;
    height: 64px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .iitz-content-wrap .iitz-section{
    padding: 82px 0;
  }.tc-wp-content-root .iitz-content-wrap .iitz-container{
    padding: 0 34px;
  }.tc-wp-content-root .iitz-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card-grid{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-grid-six, .tc-wp-content-root .iitz-content-wrap .iitz-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .iitz-content-wrap .iitz-card, .tc-wp-content-root .iitz-content-wrap .iitz-trust-card{
    padding: 28px;
  }.tc-wp-content-root .iitz-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card p, .tc-wp-content-root .iitz-content-wrap .iitz-step-card p, .tc-wp-content-root .iitz-content-wrap .iitz-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-steps{
    gap: 20px;
    margin-top: 46px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-number{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .iitz-content-wrap .iitz-section{
    padding: 96px 0;
  }.tc-wp-content-root .iitz-content-wrap .iitz-container{
    padding: 0 32px;
  }.tc-wp-content-root .iitz-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-grid-six, .tc-wp-content-root .iitz-content-wrap .iitz-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .iitz-content-wrap .iitz-card, .tc-wp-content-root .iitz-content-wrap .iitz-trust-card{
    padding: 30px;
  }.tc-wp-content-root .iitz-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-card p, .tc-wp-content-root .iitz-content-wrap .iitz-step-card p, .tc-wp-content-root .iitz-content-wrap .iitz-trust-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-steps{
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .iitz-content-wrap .iitz-step-number{
    font-size: 17px;
  }}.wpc-scope-55 .tc-wp-content-root .iitz-step-content{}