@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-574 .tc-wp-content-root img, .wpc-scope-574 .tc-wp-content-root video, .wpc-scope-574 .tc-wp-content-root svg, .wpc-scope-574 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content, .wpc-scope-574 .tc-wp-content-root .sfg-editorial-content section, .wpc-scope-574 .tc-wp-content-root .sfg-editorial-content div, .wpc-scope-574 .tc-wp-content-root .sfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-section-white{
  background: #ffffff;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-section-soft{
  background: linear-gradient(180deg, #fbfaf8 0%, #f6f3ef 100%);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(232, 111, 76, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 123, 87, 0.12), rgba(126, 92, 255, 0.1));
  color: #9b3f2d;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content h2{
  margin: 0;
  color: #121827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #586174;
  line-height: 1.72;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(27, 34, 51, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(20, 28, 44, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 122, 87, 0.45), rgba(126, 92, 255, 0.28), rgba(44, 196, 180, 0.16));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(232, 111, 76, 0.24);
  box-shadow: 0 26px 65px rgba(20, 28, 44, 0.13);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-card:hover::before{
  opacity: 1;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content h3{
  margin: 0;
  color: #171f31;
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-card p, .wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-step-card p{
  margin: 10px 0 0;
  color: #5c6577;
  line-height: 1.68;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff7b57, #7e5cff);
  box-shadow: 0 14px 30px rgba(232, 111, 76, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-card:hover .sfg-icon{
  transform: translateY(-3px) rotate(-4deg);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon::before, .wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-preview::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 22px;
  border-radius: 50%;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 11px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-style::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 20px;
  border-radius: 999px;
  transform: skewX(-22deg);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-style::after{
  width: 18px;
  height: 4px;
  left: 16px;
  top: 28px;
  border-radius: 999px;
  opacity: 0.75;
  transform: skewX(-22deg);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-social::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 13px;
  border-radius: 6px;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-social::after{
  width: 8px;
  height: 8px;
  left: 18px;
  top: 28px;
  transform: rotate(45deg);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-clean::before{
  width: 21px;
  height: 21px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-clean::after{
  width: 11px;
  height: 4px;
  left: 25px;
  top: 29px;
  border-radius: 999px;
  transform: rotate(45deg);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-fast::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-fast::after{
  width: 11px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-30deg);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(27, 34, 51, 0.09);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(20, 28, 44, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(126, 92, 255, 0.24);
  box-shadow: 0 25px 62px rgba(20, 28, 44, 0.12);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #171f31, #7e5cff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(126, 92, 255, 0.24);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-step-content{
  min-width: 0;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 123, 87, 0.11);
  color: #a5442f;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-benefit-card{
  background: #ffffff;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-free::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 22px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-private::before{
  width: 24px;
  height: 17px;
  left: 11px;
  top: 20px;
  border-radius: 5px;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-icon-private::after{
  width: 14px;
  height: 14px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-574 .tc-wp-content-root .sfg-editorial-content .sfg-reveal.sfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sfg-editorial-content .sfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .sfg-editorial-content .sfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .sfg-editorial-content h2{
    font-size: 27px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card{
    padding: 22px;
  }.tc-wp-content-root .sfg-editorial-content h3{
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card p, .tc-wp-content-root .sfg-editorial-content .sfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sfg-editorial-content .sfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .sfg-editorial-content .sfg-container{
    padding: 0 20px;
  }.tc-wp-content-root .sfg-editorial-content h2{
    font-size: 30px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card{
    padding: 24px;
  }.tc-wp-content-root .sfg-editorial-content h3{
    font-size: 18.5px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card p, .tc-wp-content-root .sfg-editorial-content .sfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sfg-editorial-content .sfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .sfg-editorial-content .sfg-container{
    padding: 0 24px;
  }.tc-wp-content-root .sfg-editorial-content h2{
    font-size: 34px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card{
    padding: 26px;
  }.tc-wp-content-root .sfg-editorial-content h3{
    font-size: 19px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card p, .tc-wp-content-root .sfg-editorial-content .sfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sfg-editorial-content .sfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .sfg-editorial-content .sfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card{
    padding: 28px;
  }.tc-wp-content-root .sfg-editorial-content h3{
    font-size: 20px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card p, .tc-wp-content-root .sfg-editorial-content .sfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .sfg-editorial-content .sfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .sfg-editorial-content .sfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sfg-editorial-content .sfg-card{
    padding: 30px;
  }.tc-wp-content-root .sfg-editorial-content h3{
    font-size: 21px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-card p, .tc-wp-content-root .sfg-editorial-content .sfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .sfg-editorial-content .sfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}