@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-360 .tc-wp-content-root img, .wpc-scope-360 .tc-wp-content-root video, .wpc-scope-360 .tc-wp-content-root svg, .wpc-scope-360 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial, .wpc-scope-360 .tc-wp-content-root .af-font-editorial div, .wpc-scope-360 .tc-wp-content-root .af-font-editorial section, .wpc-scope-360 .tc-wp-content-root .af-font-editorial article{
  box-sizing: border-box;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-section{
  position: relative;
  width: 100%;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-section-white{
  background: #ffffff;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f3ee 100%);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 111, 97, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 111, 97, 0.1), rgba(255, 190, 92, 0.14));
  color: #b34c36;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial h2, .wpc-scope-360 .tc-wp-content-root .af-font-editorial h3, .wpc-scope-360 .tc-wp-content-root .af-font-editorial p{
  margin-top: 0;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial h2{
  margin-bottom: 14px;
  color: #141b29;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-heading p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5a6475;
  line-height: 1.72;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-card, .wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(24, 32, 47, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(24, 32, 47, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-card{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-card::before, .wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-step-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 111, 97, 0.42), rgba(255, 190, 92, 0.18), rgba(103, 92, 255, 0.18));
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 220ms ease;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-card:hover, .wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 111, 97, 0.22);
  box-shadow: 0 24px 70px rgba(24, 32, 47, 0.12);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-card:hover::before, .wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-step-card:hover::before{
  opacity: 1;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff6f61, #ffbe5c);
  box-shadow: 0 14px 30px rgba(255, 111, 97, 0.25);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-icon::before, .wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-icon-preview::before{
  width: 22px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 12px;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-icon-preview::after{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-icon-copy::before{
  width: 16px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 5px;
  transform: translate(3px, -3px);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-icon-copy::after{
  width: 16px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
  transform: translate(-4px, 4px);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-icon-spark::before{
  width: 20px;
  height: 20px;
  background: #fff;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-icon-social::before{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: -10px 8px 0 rgba(255, 255, 255, 0.82), 10px 8px 0 rgba(255, 255, 255, 0.82);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-icon-social::after{
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(5px);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-icon-fast::before{
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-icon-fast::after{
  width: 10px;
  height: 2px;
  background: #fff;
  transform: translate(4px, -2px) rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-icon-clean::before{
  width: 22px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 5px;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-icon-clean::after{
  width: 12px;
  height: 2px;
  background: #fff;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.85);
  transform: translateX(1px);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-card h3, .wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-step-card h3{
  margin-bottom: 10px;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-card p, .wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-step-card p{
  margin-bottom: 0;
  color: #5f697a;
  line-height: 1.68;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff6f61, #ffbe5c);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 38px rgba(255, 111, 97, 0.24);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-use-card{
  background:
    radial-gradient(circle at top right, rgba(255, 190, 92, 0.14), transparent 34%),
    #ffffff;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-font-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 111, 97, 0.1);
  color: #b34c36;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 15% 12%, rgba(255, 111, 97, 0.14), transparent 32%);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 111, 97, 0.14), rgba(255, 190, 92, 0.2));
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-benefit-mark::before{
  width: 14px;
  height: 8px;
  border-bottom: 3px solid #ff6f61;
  border-left: 3px solid #ff6f61;
  content: "";
  transform: rotate(-45deg) translate(1px, -1px);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-360 .tc-wp-content-root .af-font-editorial .af-reveal.af-is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .af-font-editorial .af-font-section{
    padding: 48px 0;
  }.tc-wp-content-root .af-font-editorial .af-font-container{
    padding: 0 14px;
  }.tc-wp-content-root .af-font-editorial .af-font-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .af-font-editorial h2{
    font-size: 26px;
  }.tc-wp-content-root .af-font-editorial .af-font-heading p{
    font-size: 15px;
  }.tc-wp-content-root .af-font-editorial .af-font-grid, .tc-wp-content-root .af-font-editorial .af-font-grid-three, .tc-wp-content-root .af-font-editorial .af-font-grid-benefits{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .af-font-editorial .af-font-card{
    padding: 22px;
  }.tc-wp-content-root .af-font-editorial .af-font-card h3, .tc-wp-content-root .af-font-editorial .af-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .af-font-editorial .af-font-card p, .tc-wp-content-root .af-font-editorial .af-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .af-font-editorial .af-steps{
    gap: 16px;
  }.tc-wp-content-root .af-font-editorial .af-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .af-font-editorial .af-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .af-font-editorial .af-font-section{
    padding: 54px 0;
  }.tc-wp-content-root .af-font-editorial .af-font-container{
    padding: 0 18px;
  }.tc-wp-content-root .af-font-editorial .af-font-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .af-font-editorial h2{
    font-size: 29px;
  }.tc-wp-content-root .af-font-editorial .af-font-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .af-font-editorial .af-font-grid, .tc-wp-content-root .af-font-editorial .af-font-grid-three, .tc-wp-content-root .af-font-editorial .af-font-grid-benefits{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .af-font-editorial .af-font-card{
    padding: 24px;
  }.tc-wp-content-root .af-font-editorial .af-font-card h3, .tc-wp-content-root .af-font-editorial .af-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .af-font-editorial .af-font-card p, .tc-wp-content-root .af-font-editorial .af-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .af-font-editorial .af-steps{
    gap: 18px;
  }.tc-wp-content-root .af-font-editorial .af-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .af-font-editorial .af-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .af-font-editorial .af-font-section{
    padding: 62px 0;
  }.tc-wp-content-root .af-font-editorial .af-font-container{
    padding: 0 22px;
  }.tc-wp-content-root .af-font-editorial .af-font-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .af-font-editorial h2{
    font-size: 34px;
  }.tc-wp-content-root .af-font-editorial .af-font-heading p{
    font-size: 16px;
  }.tc-wp-content-root .af-font-editorial .af-font-grid, .tc-wp-content-root .af-font-editorial .af-font-grid-three, .tc-wp-content-root .af-font-editorial .af-font-grid-benefits{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .af-font-editorial .af-font-card{
    padding: 28px;
  }.tc-wp-content-root .af-font-editorial .af-font-card h3, .tc-wp-content-root .af-font-editorial .af-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .af-font-editorial .af-font-card p, .tc-wp-content-root .af-font-editorial .af-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .af-font-editorial .af-steps{
    gap: 20px;
  }.tc-wp-content-root .af-font-editorial .af-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .af-font-editorial .af-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .af-font-editorial .af-font-section{
    padding: 78px 0;
  }.tc-wp-content-root .af-font-editorial .af-font-container{
    padding: 0 32px;
  }.tc-wp-content-root .af-font-editorial .af-font-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .af-font-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .af-font-editorial .af-font-heading p{
    font-size: 17px;
  }.tc-wp-content-root .af-font-editorial .af-font-grid-three, .tc-wp-content-root .af-font-editorial .af-font-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .af-font-editorial .af-font-card{
    padding: 30px;
  }.tc-wp-content-root .af-font-editorial .af-font-card h3, .tc-wp-content-root .af-font-editorial .af-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .af-font-editorial .af-font-card p, .tc-wp-content-root .af-font-editorial .af-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .af-font-editorial .af-steps{
    gap: 22px;
  }.tc-wp-content-root .af-font-editorial .af-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .af-font-editorial .af-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .af-font-editorial .af-font-section{
    padding: 94px 0;
  }.tc-wp-content-root .af-font-editorial .af-font-container{
    padding: 0 34px;
  }.tc-wp-content-root .af-font-editorial .af-font-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .af-font-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .af-font-editorial .af-font-heading p{
    font-size: 18px;
  }.tc-wp-content-root .af-font-editorial .af-font-grid-three, .tc-wp-content-root .af-font-editorial .af-font-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .af-font-editorial .af-font-card{
    padding: 32px;
  }.tc-wp-content-root .af-font-editorial .af-font-card h3, .tc-wp-content-root .af-font-editorial .af-step-card h3{
    font-size: 23px;
  }.tc-wp-content-root .af-font-editorial .af-font-card p, .tc-wp-content-root .af-font-editorial .af-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .af-font-editorial .af-steps{
    gap: 24px;
  }.tc-wp-content-root .af-font-editorial .af-step-card{
    gap: 30px;
    padding: 34px;
  }.tc-wp-content-root .af-font-editorial .af-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}.wpc-scope-360 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .af-font-steps{}.wpc-scope-360 .tc-wp-content-root .af-step-content{}