@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;
}.wpc-scope-386 .tc-wp-content-root img, .wpc-scope-386 .tc-wp-content-root video, .wpc-scope-386 .tc-wp-content-root svg, .wpc-scope-386 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-section{
  position: relative;
  isolation: isolate;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-section-white{
  background: #ffffff;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-section-soft{
  background: linear-gradient(180deg, #faf8f3 0%, #f6f8fb 100%);
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(18, 116, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(18, 116, 255, 0.10), rgba(0, 193, 167, 0.10));
  color: #1267d8;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-section-head p{
  margin: 16px auto 0;
  color: #566174;
  line-height: 1.72;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-card, .wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(31, 45, 61, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-card::before, .wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-step-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(18, 116, 255, 0.12), rgba(0, 193, 167, 0.10) 42%, rgba(255, 176, 59, 0.10));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-card:hover, .wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(18, 116, 255, 0.22);
  box-shadow: 0 24px 58px rgba(31, 45, 61, 0.13);
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-card:hover::before, .wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-step-card:hover::before{
  opacity: 1;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-card h3, .wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-step-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-card p, .wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5d6678;
  line-height: 1.68;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1274ff, #00c1a7);
  box-shadow: 0 12px 26px rgba(18, 116, 255, 0.22);
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon::before, .wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon-preview::before{
  width: 22px;
  height: 14px;
  top: 16px;
  left: 12px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 999px;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon-preview::after{
  width: 6px;
  height: 6px;
  top: 20px;
  left: 20px;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon-copy::before{
  width: 18px;
  height: 22px;
  top: 11px;
  left: 16px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon-copy::after{
  width: 14px;
  height: 18px;
  top: 17px;
  left: 11px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon-shape::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon-shape::after{
  width: 10px;
  height: 10px;
  top: 18px;
  left: 18px;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon-spark::before{
  width: 5px;
  height: 26px;
  top: 10px;
  left: 20px;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon-spark::after{
  width: 26px;
  height: 5px;
  top: 20px;
  left: 10px;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon-speed::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  background: transparent;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon-speed::after{
  width: 13px;
  height: 3px;
  top: 22px;
  left: 22px;
  transform: rotate(-28deg);
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon-polish::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 8px;
  transform: rotate(45deg);
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-icon-polish::after{
  width: 7px;
  height: 7px;
  top: 9px;
  left: 29px;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #1274ff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(18, 116, 255, 0.22);
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-badge, .wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-trust-mark{
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-badge{
  padding: 7px 11px;
  background: rgba(18, 116, 255, 0.09);
  color: #1267d8;
  font-size: 12px;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-trust-card{
  text-align: center;
  align-items: center;
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-trust-mark{
  min-width: 66px;
  padding: 9px 14px;
  background: linear-gradient(135deg, #1274ff, #00c1a7);
  color: #ffffff;
  font-size: 13px;
  box-shadow: 0 12px 28px rgba(18, 116, 255, 0.20);
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-386 .tc-wp-content-root .fg-bottom-content .fg-reveal.fg-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 .fg-bottom-content .fg-section{
    padding: 50px 0;
  }.tc-wp-content-root .fg-bottom-content .fg-container{
    padding: 0 14px;
  }.tc-wp-content-root .fg-bottom-content h2{
    font-size: 26px;
  }.tc-wp-content-root .fg-bottom-content .fg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .fg-bottom-content .fg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .fg-bottom-content .fg-card, .tc-wp-content-root .fg-bottom-content .fg-step-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .fg-bottom-content .fg-card h3, .tc-wp-content-root .fg-bottom-content .fg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .fg-bottom-content .fg-card p, .tc-wp-content-root .fg-bottom-content .fg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .fg-bottom-content .fg-section{
    padding: 56px 0;
  }.tc-wp-content-root .fg-bottom-content .fg-container{
    padding: 0 18px;
  }.tc-wp-content-root .fg-bottom-content h2{
    font-size: 29px;
  }.tc-wp-content-root .fg-bottom-content .fg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .fg-bottom-content .fg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .fg-bottom-content .fg-card, .tc-wp-content-root .fg-bottom-content .fg-step-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .fg-bottom-content .fg-card h3, .tc-wp-content-root .fg-bottom-content .fg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .fg-bottom-content .fg-card p, .tc-wp-content-root .fg-bottom-content .fg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .fg-bottom-content .fg-section{
    padding: 62px 0;
  }.tc-wp-content-root .fg-bottom-content .fg-container{
    padding: 0 22px;
  }.tc-wp-content-root .fg-bottom-content h2{
    font-size: 32px;
  }.tc-wp-content-root .fg-bottom-content .fg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .fg-bottom-content .fg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .fg-bottom-content .fg-card, .tc-wp-content-root .fg-bottom-content .fg-step-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .fg-bottom-content .fg-card h3, .tc-wp-content-root .fg-bottom-content .fg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .fg-bottom-content .fg-card p, .tc-wp-content-root .fg-bottom-content .fg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .fg-bottom-content .fg-section{
    padding: 76px 0;
  }.tc-wp-content-root .fg-bottom-content .fg-container{
    padding: 0 30px;
  }.tc-wp-content-root .fg-bottom-content h2{
    font-size: 38px;
  }.tc-wp-content-root .fg-bottom-content .fg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .fg-bottom-content .fg-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .fg-bottom-content .fg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .fg-bottom-content .fg-card, .tc-wp-content-root .fg-bottom-content .fg-step-card{
    padding: 28px;
    border-radius: 24px;
  }.tc-wp-content-root .fg-bottom-content .fg-card h3, .tc-wp-content-root .fg-bottom-content .fg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .fg-bottom-content .fg-card p, .tc-wp-content-root .fg-bottom-content .fg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-list{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .fg-bottom-content .fg-section{
    padding: 92px 0;
  }.tc-wp-content-root .fg-bottom-content .fg-container{
    padding: 0 32px;
  }.tc-wp-content-root .fg-bottom-content h2{
    font-size: 44px;
  }.tc-wp-content-root .fg-bottom-content .fg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .fg-bottom-content .fg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .fg-bottom-content .fg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fg-bottom-content .fg-card{
    padding: 30px;
    border-radius: 24px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-card{
    padding: 32px;
    border-radius: 26px;
  }.tc-wp-content-root .fg-bottom-content .fg-card h3, .tc-wp-content-root .fg-bottom-content .fg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .fg-bottom-content .fg-card p, .tc-wp-content-root .fg-bottom-content .fg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-list{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
  }.tc-wp-content-root .fg-bottom-content .fg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}.wpc-scope-386 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .fg-step-content{}