@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 .fxcc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .fxcc-bottom-content, .tc-wp-content-root .fxcc-bottom-content div, .tc-wp-content-root .fxcc-bottom-content section, .tc-wp-content-root .fxcc-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-section-white{
  background: #ffffff;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(22, 163, 184, 0.08), transparent 32%),
    linear-gradient(180deg, #f8fbfc 0%, #f3f7f8 100%);
}.tc-wp-content-root .fxcc-bottom-content .fxcc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(22, 163, 184, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(37, 99, 235, 0.10));
  color: #0f6f78;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .fxcc-bottom-content h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-section-head p{
  margin: 14px auto 0;
  color: #526071;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-card, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(18, 32, 52, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(20, 184, 166, 0.34), rgba(37, 99, 235, 0.18), rgba(255, 255, 255, 0)) border-box;
  box-shadow: 0 18px 42px rgba(15, 35, 55, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-card::before, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.08), transparent 42%);
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-card:hover, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.26);
  box-shadow: 0 24px 56px rgba(15, 35, 55, 0.13);
}.tc-wp-content-root .fxcc-bottom-content .fxcc-card:hover::before, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-card h3, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card h3, .tc-wp-content-root .fxcc-bottom-content .fxcc-step-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-card p, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card p, .tc-wp-content-root .fxcc-bottom-content .fxcc-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6678;
  font-weight: 400;
  line-height: 1.65;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.22);
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon::before, .tc-wp-content-root .fxcc-bottom-content .fxcc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon-rate::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 12px 0 rgba(255,255,255,0.88);
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon-rate::after{
  width: 7px;
  height: 7px;
  right: 11px;
  top: 13px;
  border-radius: 50%;
  box-shadow: -15px 12px 0 rgba(255,255,255,0.88);
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon-market::before{
  width: 5px;
  height: 20px;
  left: 13px;
  bottom: 12px;
  border-radius: 8px;
  box-shadow: 9px -7px 0 rgba(255,255,255,0.9), 18px -2px 0 rgba(255,255,255,0.8);
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon-travel::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 16px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon-travel::after{
  width: 12px;
  height: 7px;
  left: 17px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: transparent;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon-shop::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 17px;
  border-radius: 5px;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon-shop::after{
  width: 14px;
  height: 8px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon-business::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 17px;
  border-radius: 5px;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon-business::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 11px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: transparent;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon-clean::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-icon-clean::after{
  width: 12px;
  height: 3px;
  right: 9px;
  bottom: 11px;
  border-radius: 8px;
  transform: rotate(45deg);
}.tc-wp-content-root .fxcc-bottom-content .fxcc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 35, 55, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #14b8a6, #2563eb);
}.tc-wp-content-root .fxcc-bottom-content .fxcc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(15, 35, 55, 0.12);
}.tc-wp-content-root .fxcc-bottom-content .fxcc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #102a43, #0f766e);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.24);
}.tc-wp-content-root .fxcc-bottom-content .fxcc-badge{
  position: relative;
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.11);
  color: #0f6f78;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card{
  text-align: left;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}.tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 11px;
  width: 13px;
  height: 8px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .fxcc-bottom-content .fxcc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .fxcc-bottom-content .fxcc-reveal.fxcc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fxcc-bottom-content .fxcc-section{
    padding: 46px 0;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-container{
    padding: 0 14px;
  }.tc-wp-content-root .fxcc-bottom-content h2{
    font-size: 25px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-grid{
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 28px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card h3, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card h3, .tc-wp-content-root .fxcc-bottom-content .fxcc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card p, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card p, .tc-wp-content-root .fxcc-bottom-content .fxcc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-steps{
    gap: 15px;
    margin-top: 28px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fxcc-bottom-content .fxcc-section{
    padding: 52px 0;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-container{
    padding: 0 18px;
  }.tc-wp-content-root .fxcc-bottom-content h2{
    font-size: 28px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-grid{
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 30px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card h3, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card h3, .tc-wp-content-root .fxcc-bottom-content .fxcc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card p, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card p, .tc-wp-content-root .fxcc-bottom-content .fxcc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-steps{
    gap: 17px;
    margin-top: 30px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fxcc-bottom-content .fxcc-section{
    padding: 58px 0;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-container{
    padding: 0 22px;
  }.tc-wp-content-root .fxcc-bottom-content h2{
    font-size: 31px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card{
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card h3, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card h3, .tc-wp-content-root .fxcc-bottom-content .fxcc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card p, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card p, .tc-wp-content-root .fxcc-bottom-content .fxcc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fxcc-bottom-content .fxcc-section{
    padding: 72px 0;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-container{
    padding: 0 28px;
  }.tc-wp-content-root .fxcc-bottom-content h2{
    font-size: 38px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-grid-three, .tc-wp-content-root .fxcc-bottom-content .fxcc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card h3, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card h3, .tc-wp-content-root .fxcc-bottom-content .fxcc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card p, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card p, .tc-wp-content-root .fxcc-bottom-content .fxcc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-steps{
    gap: 20px;
    margin-top: 40px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-step-card{
    gap: 24px;
    padding: 30px 32px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .fxcc-bottom-content .fxcc-section{
    padding: 88px 0;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-container{
    padding: 0 32px;
  }.tc-wp-content-root .fxcc-bottom-content h2{
    font-size: 44px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-grid-three, .tc-wp-content-root .fxcc-bottom-content .fxcc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card h3, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card h3, .tc-wp-content-root .fxcc-bottom-content .fxcc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-card p, .tc-wp-content-root .fxcc-bottom-content .fxcc-benefit-card p, .tc-wp-content-root .fxcc-bottom-content .fxcc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-step-card{
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .fxcc-bottom-content .fxcc-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}

.tc-wp-content-root .fxcc-step-content {}