@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-578 .tc-wp-content-root img, .wpc-scope-578 .tc-wp-content-root video, .wpc-scope-578 .tc-wp-content-root svg, .wpc-scope-578 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #1f2430;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content, .wpc-scope-578 .tc-wp-content-root .cfg-bottom-content div, .wpc-scope-578 .tc-wp-content-root .cfg-bottom-content section, .wpc-scope-578 .tc-wp-content-root .cfg-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-section{
  position: relative;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-section-white{
  background: #ffffff;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-section-soft{
  background: linear-gradient(180deg, #fffaf3 0%, #f8f3ec 100%);
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-section-header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 6px 13px;
  border: 1px solid rgba(210, 53, 62, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 238, 179, 0.85), rgba(255, 228, 231, 0.9));
  color: #8a2430;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-section-header h2{
  margin: 0;
  color: #191d28;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-section-header p{
  margin: 14px auto 0;
  color: #5e6573;
  line-height: 1.75;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 36, 48, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(33, 38, 50, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(217, 42, 56, 0.35), rgba(255, 196, 57, 0.35), rgba(22, 150, 152, 0.22));
  opacity: 0;
  pointer-events: none;
  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;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(217, 42, 56, 0.2);
  box-shadow: 0 24px 60px rgba(33, 38, 50, 0.12);
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-card:hover::before{
  opacity: 1;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-card h3{
  margin: 0;
  color: #202531;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-card p{
  margin: 10px 0 0;
  color: #626a78;
  line-height: 1.72;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #d92a38 0%, #ffbf35 100%);
  box-shadow: 0 12px 28px rgba(217, 42, 56, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-card:hover .cfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon::before, .wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 17px;
  top: 13px;
  border-radius: 3px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-copy::after{
  width: 14px;
  height: 16px;
  left: 12px;
  top: 17px;
  border-radius: 3px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.75);
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-star::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 92%, 50% 70%, 21% 92%, 32% 56%, 2% 35%, 39% 35%);
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-sign::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 12px;
  border-radius: 999px;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-sign::after{
  width: 4px;
  height: 13px;
  left: 21px;
  top: 25px;
  border-radius: 999px;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-mobile::before{
  width: 15px;
  height: 22px;
  left: 15px;
  top: 11px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-clean::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 18px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-free::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-free::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-speed::after{
  width: 10px;
  height: 2px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(-35deg);
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-privacy::before{
  width: 18px;
  height: 16px;
  left: 14px;
  top: 19px;
  border-radius: 4px;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-icon-privacy::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 10px;
  border-radius: 999px 999px 0 0;
  background: transparent;
  border: 2px solid #ffffff;
  border-bottom: 0;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(31, 36, 48, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(76, 54, 38, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #d92a38, #ffbf35);
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(217, 42, 56, 0.2);
  box-shadow: 0 24px 58px rgba(76, 54, 38, 0.12);
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #181d2a 0%, #47312e 100%);
  color: #ffdd73;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(25, 29, 40, 0.16);
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-step-content h3{
  margin: 0;
  color: #202531;
  font-weight: 830;
  line-height: 1.24;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-step-content p{
  margin: 8px 0 0;
  color: #626a78;
  line-height: 1.72;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(13, 137, 139, 0.1);
  color: #0b7375;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-reveal{
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}.wpc-scope-578 .tc-wp-content-root .cfg-bottom-content .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-header h2{
    font-size: 25px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-header p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-header h2{
    font-size: 28px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card{
    padding: 24px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-header h2{
    font-size: 31px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-header h2{
    font-size: 38px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-header p{
    font-size: 16.5px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-bottom-content .cfg-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-bottom-content .cfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .cfg-bottom-content .cfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-header h2{
    font-size: 44px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-grid-3, .tc-wp-content-root .cfg-bottom-content .cfg-trust-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-bottom-content .cfg-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card h3, .tc-wp-content-root .cfg-bottom-content .cfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-card p, .tc-wp-content-root .cfg-bottom-content .cfg-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-card{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .cfg-bottom-content .cfg-step-number{
    width: 78px;
    height: 78px;
    font-size: 23px;
  }}.wpc-scope-578 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .cfg-feature-card{}.wpc-scope-578 .tc-wp-content-root .cfg-use-card{}