@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-536 .tc-wp-content-root img, .wpc-scope-536 .tc-wp-content-root video, .wpc-scope-536 .tc-wp-content-root svg, .wpc-scope-536 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom, .wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom div, .wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom section, .wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom article{
  box-sizing: border-box;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-section-white{
  background: #ffffff;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7fbff 100%);
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(66, 133, 244, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(80, 124, 255, 0.1), rgba(255, 107, 157, 0.1));
  color: #3152b7;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-section-head h2{
  margin: 0;
  color: #151b2d;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-section-head p{
  margin: 16px auto 0;
  color: #5f6878;
  line-height: 1.7;
  font-weight: 450;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-card{
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(31, 42, 68, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(30, 45, 80, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(75, 111, 255, 0.36), rgba(255, 115, 164, 0.22), rgba(43, 196, 173, 0.2));
  opacity: 0;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(76, 113, 255, 0.24);
  box-shadow: 0 24px 58px rgba(30, 45, 80, 0.13);
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-card:hover::before{
  opacity: 1;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-card h3{
  margin: 18px 0 0;
  color: #182136;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-card p{
  margin: 11px 0 0;
  color: #5f6878;
  line-height: 1.68;
  font-weight: 430;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, #4f6fff 0%, #ff6fa5 100%);
  box-shadow: 0 12px 26px rgba(79, 111, 255, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-card:hover .kfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon::before, .wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 9px;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 19px;
  border-radius: 50%;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 18px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-spark::after{
  width: 6px;
  height: 6px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-clean::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-clean::after{
  width: 7px;
  height: 7px;
  right: 11px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-fast::before{
  width: 21px;
  height: 21px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-fast::after{
  width: 12px;
  height: 3px;
  left: 23px;
  top: 21px;
  border-radius: 8px;
  transform: rotate(-22deg);
  transform-origin: left center;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-global::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-global::after{
  width: 3px;
  height: 22px;
  left: 21px;
  top: 12px;
  border-radius: 8px;
  box-shadow: 8px 0 0 rgba(255, 255, 255, 0.72);
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: transparent;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-free::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 8px;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 15px;
  top: 10px;
  border-radius: 5px;
  border: 3px solid #ffffff;
  background: transparent;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-mobile::after{
  width: 5px;
  height: 3px;
  left: 21px;
  bottom: 12px;
  border-radius: 8px;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-private::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 19px;
  border-radius: 5px;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-icon-private::after{
  width: 14px;
  height: 13px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(31, 42, 68, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(30, 45, 80, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #4f6fff, #ff6fa5);
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-step-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(30, 45, 80, 0.12);
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 820;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #172033 0%, #4f6fff 56%, #ff6fa5 100%);
  box-shadow: 0 14px 32px rgba(79, 111, 255, 0.22);
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-step-content h3{
  margin: 0;
  color: #182136;
  font-weight: 780;
  line-height: 1.25;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-step-content p{
  margin: 9px 0 0;
  color: #5f6878;
  line-height: 1.68;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-badge{
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(79, 111, 255, 0.1);
  color: #3152b7;
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-use-card h3{
  margin-top: 18px;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-536 .tc-wp-content-root .kfg-editorial-bottom .kfg-reveal.kfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .kfg-editorial-bottom .kfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-grid{
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 30px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-steps{
    gap: 15px;
    margin-top: 30px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .kfg-editorial-bottom .kfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-steps{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .kfg-editorial-bottom .kfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 36px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-steps{
    gap: 18px;
    margin-top: 36px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .kfg-editorial-bottom .kfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-grid-three, .tc-wp-content-root .kfg-editorial-bottom .kfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card{
    padding: 28px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-card{
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .kfg-editorial-bottom .kfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-grid-three, .tc-wp-content-root .kfg-editorial-bottom .kfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card{
    padding: 30px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-card{
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 23px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-content h3{
    font-size: 24px;
  }.tc-wp-content-root .kfg-editorial-bottom .kfg-step-content p{
    font-size: 16.5px;
  }}