@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-404 .tc-wp-content-root img, .wpc-scope-404 .tc-wp-content-root video, .wpc-scope-404 .tc-wp-content-root svg, .wpc-scope-404 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #15151d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-section{
  position: relative;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-section-white{
  background: #ffffff;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f3ee 100%);
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(139, 25, 52, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(139, 25, 52, 0.09), rgba(207, 157, 70, 0.13));
  color: #7a1730;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.02em;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap h2, .wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap h3, .wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap p{
  margin: 0;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap h2{
  color: #15151d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-section-head p{
  margin-top: 16px;
  color: #5b5964;
  line-height: 1.7;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-card{
  position: relative;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(27, 25, 35, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
  box-shadow: 0 16px 42px rgba(36, 29, 23, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(139, 25, 52, 0.12), rgba(207, 157, 70, 0.10));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(139, 25, 52, 0.23);
  box-shadow: 0 24px 56px rgba(36, 29, 23, 0.13);
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-card:hover::before{
  opacity: 1;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-card h3{
  position: relative;
  z-index: 1;
  color: #191721;
  font-weight: 800;
  line-height: 1.25;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-card p{
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: #5f5c66;
  line-height: 1.68;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7a1730 0%, #b7393f 48%, #d4a348 100%);
  box-shadow: 0 12px 26px rgba(139, 25, 52, 0.22);
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon::before, .wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  opacity: 0.95;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #7a1730;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 18px;
  top: 12px;
  border-radius: 4px;
  opacity: 0.9;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-gothic::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 13px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-gothic::after{
  width: 4px;
  height: 26px;
  left: 21px;
  top: 10px;
  border-radius: 99px;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-options::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 8px;
  opacity: 0.95;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-options::after{
  width: 14px;
  height: 14px;
  left: 16px;
  top: 16px;
  border: 3px solid #7a1730;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-clean::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 17px;
  border-radius: 3px;
  transform: skew(-12deg);
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-clean::after{
  width: 20px;
  height: 3px;
  left: 13px;
  top: 32px;
  border-radius: 99px;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  opacity: 0.95;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-fast::after{
  width: 11px;
  height: 4px;
  left: 20px;
  top: 21px;
  border-radius: 99px;
  background: #7a1730;
  transform: rotate(-28deg);
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(139, 25, 52, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 46px rgba(36, 29, 23, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7a1730, #d4a348);
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(36, 29, 23, 0.12);
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #17131a;
  color: #f7d88b;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(23, 19, 26, 0.18);
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-step-content h3{
  color: #191721;
  font-weight: 850;
  line-height: 1.25;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-step-content p{
  margin-top: 8px;
  color: #5f5c66;
  line-height: 1.68;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #17131a;
  color: #f7d88b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffaf1 100%);
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-free::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 22px;
  border-radius: 99px;
  background: #7a1730;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 15px;
  top: 10px;
  border-radius: 5px;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #7a1730;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-privacy::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 19px;
  border-radius: 5px;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-icon-privacy::after{
  width: 16px;
  height: 14px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-404 .tc-wp-content-root .oefg-editorial-wrap .oefg-reveal.oefg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .oefg-editorial-wrap .oefg-section{
    padding: 52px 0;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-container{
    padding: 0 16px;
  }.tc-wp-content-root .oefg-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card{
    padding: 22px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card h3, .tc-wp-content-root .oefg-editorial-wrap .oefg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card p, .tc-wp-content-root .oefg-editorial-wrap .oefg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .oefg-editorial-wrap .oefg-section{
    padding: 58px 0;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-container{
    padding: 0 18px;
  }.tc-wp-content-root .oefg-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card{
    padding: 24px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card h3, .tc-wp-content-root .oefg-editorial-wrap .oefg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card p, .tc-wp-content-root .oefg-editorial-wrap .oefg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .oefg-editorial-wrap .oefg-section{
    padding: 64px 0;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-container{
    padding: 0 22px;
  }.tc-wp-content-root .oefg-editorial-wrap h2{
    font-size: 33px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card{
    padding: 26px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card h3, .tc-wp-content-root .oefg-editorial-wrap .oefg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card p, .tc-wp-content-root .oefg-editorial-wrap .oefg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .oefg-editorial-wrap .oefg-section{
    padding: 78px 0;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-container{
    padding: 0 34px;
  }.tc-wp-content-root .oefg-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-grid-six, .tc-wp-content-root .oefg-editorial-wrap .oefg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card{
    padding: 28px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card h3, .tc-wp-content-root .oefg-editorial-wrap .oefg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card p, .tc-wp-content-root .oefg-editorial-wrap .oefg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-step-card{
    gap: 22px;
    padding: 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .oefg-editorial-wrap .oefg-section{
    padding: 92px 0;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-container{
    padding: 0 32px;
  }.tc-wp-content-root .oefg-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-grid-six, .tc-wp-content-root .oefg-editorial-wrap .oefg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card{
    padding: 30px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card h3, .tc-wp-content-root .oefg-editorial-wrap .oefg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-card p, .tc-wp-content-root .oefg-editorial-wrap .oefg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .oefg-editorial-wrap .oefg-step-card{
    gap: 26px;
    padding: 34px 36px;
  }}.wpc-scope-404 .tc-wp-content-root .oefg-use-card{}