@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-564 .tc-wp-content-root img, .wpc-scope-564 .tc-wp-content-root video, .wpc-scope-564 .tc-wp-content-root svg, .wpc-scope-564 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #17201b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap, .wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap div, .wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap section, .wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-white{
  background: #ffffff;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(30, 215, 96, 0.1), transparent 34%),
    linear-gradient(180deg, #f7faf8 0%, #f1f6f3 100%);
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(30, 215, 96, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(30, 215, 96, 0.14), rgba(17, 185, 129, 0.08));
  color: #08763a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
  margin: 0;
  color: #121a16;
  font-weight: 820;
  line-height: 1.1;
  letter-spacing: 0;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
  margin: 16px auto 0;
  color: #5c6861;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(18, 26, 22, 0.09);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(30, 215, 96, 0.14), transparent 38%);
  box-shadow: 0 18px 45px rgba(18, 26, 22, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(30, 215, 96, 0.42), rgba(255, 255, 255, 0), rgba(20, 184, 166, 0.24));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(30, 215, 96, 0.24);
  box-shadow: 0 24px 58px rgba(18, 26, 22, 0.12);
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-card:hover::before{
  opacity: 1;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-card h3{
  margin: 0;
  color: #142019;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-card p{
  margin: 12px 0 0;
  color: #607069;
  font-weight: 430;
  line-height: 1.65;
  letter-spacing: 0;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1ed760, #12b981);
  box-shadow: 0 12px 28px rgba(30, 215, 96, 0.25);
  position: relative;
  transition: transform 220ms ease;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-card:hover .sfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon::before, .wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 10px;
  opacity: 0.95;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #08763a;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 17px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-copy::after{
  width: 17px;
  height: 21px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-creative::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-creative::after{
  width: 7px;
  height: 7px;
  right: 9px;
  top: 8px;
  border-radius: 50%;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-playlist::before{
  width: 22px;
  height: 3px;
  left: 10px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-playlist::after{
  width: 8px;
  height: 8px;
  right: 9px;
  bottom: 10px;
  border-radius: 50%;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  opacity: 0.95;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-brand::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #08763a;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-light::before{
  width: 16px;
  height: 16px;
  left: 15px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-light::after{
  width: 14px;
  height: 4px;
  left: 16px;
  top: 29px;
  border-radius: 10px;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(18, 26, 22, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 48px rgba(18, 26, 22, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1ed760, #14b8a6);
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(18, 26, 22, 0.12);
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #121a16, #08763a 58%, #1ed760);
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(8, 118, 58, 0.22);
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content h3{
  margin: 0;
  color: #142019;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content p{
  margin: 10px 0 0;
  color: #607069;
  font-weight: 430;
  line-height: 1.65;
  letter-spacing: 0;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top left, rgba(20, 184, 166, 0.12), transparent 42%);
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-badge{
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #08763a;
  background: rgba(30, 215, 96, 0.12);
  border: 1px solid rgba(30, 215, 96, 0.2);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-card{
  text-align: left;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(30, 215, 96, 0.16), rgba(20, 184, 166, 0.12));
  border: 1px solid rgba(30, 215, 96, 0.24);
  position: relative;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 13px;
  top: 14px;
  border-left: 3px solid #08763a;
  border-bottom: 3px solid #08763a;
  transform: rotate(-45deg);
  border-radius: 2px;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-564 .tc-wp-content-root .sfg-editorial-wrap .sfg-reveal.sfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 20px;
    border-radius: 16px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px 20px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 26px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    gap: 30px;
    padding: 34px 36px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}