@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .sa5e-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #1d2433;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .sa5e-editorial-wrap, .tc-wp-content-root .sa5e-editorial-wrap div, .tc-wp-content-root .sa5e-editorial-wrap section, .tc-wp-content-root .sa5e-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-section-white{
  background: #ffffff;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-section-soft{
  background: linear-gradient(180deg, #fbfaf6 0%, #f6f3ec 100%);
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(177, 109, 25, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(251, 244, 229, 0.95), rgba(255, 255, 255, 0.9));
  color: #9a5c12;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.tc-wp-content-root .sa5e-editorial-wrap h2{
  margin: 0;
  color: #161b26;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-heading-block p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #5d6676;
  font-weight: 450;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid{
  display: grid;
  width: 100%;
  align-items: stretch;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(31, 42, 68, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(30, 41, 59, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 20px;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card::before, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(218, 139, 36, 0.16), rgba(103, 73, 203, 0.08));
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 220ms ease;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card:hover, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card:hover, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(196, 126, 37, 0.28);
  box-shadow: 0 24px 60px rgba(30, 41, 59, 0.12);
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card:hover::before, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #d7892e 0%, #7357d8 100%);
  box-shadow: 0 12px 24px rgba(177, 109, 25, 0.18);
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-icon::before, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-icon-dice::before{
  inset: 13px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  transform: rotate(12deg);
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-icon-star::before{
  left: 14px;
  top: 10px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 34%, 98% 35%, 69% 56%, 79% 91%, 50% 70%, 21% 91%, 31% 56%, 2% 35%, 38% 34%);
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-icon-shield::before{
  left: 13px;
  top: 10px;
  width: 20px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 88% 14%, 82% 64%, 50% 100%, 18% 64%, 12% 14%);
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-icon-scroll::before{
  left: 13px;
  top: 11px;
  width: 20px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 8px 8px 5px 5px;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-icon-spark::before{
  left: 21px;
  top: 8px;
  width: 4px;
  height: 30px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-icon-spark::after{
  left: 8px;
  top: 21px;
  width: 30px;
  height: 4px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-icon-compass::before{
  left: 11px;
  top: 11px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-icon-compass::after{
  left: 20px;
  top: 16px;
  width: 8px;
  height: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 100% 100%, 50% 76%, 0% 100%);
}.tc-wp-content-root .sa5e-editorial-wrap h3{
  position: relative;
  margin: 0;
  color: #1b2230;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card p, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card p, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #606a7a;
  font-weight: 430;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card::after{
  position: absolute;
  right: -44px;
  top: -44px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 137, 46, 0.18), rgba(115, 87, 216, 0));
  content: "";
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1f2937 0%, #7357d8 55%, #d7892e 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(31, 41, 55, 0.18);
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-content{
  position: relative;
  min-width: 0;
  z-index: 1;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(215, 137, 46, 0.11);
  color: #925611;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card{
  min-height: 100%;
  border-radius: 20px;
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(215, 137, 46, 0.16), rgba(115, 87, 216, 0.16));
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-mark::before{
  position: absolute;
  left: 13px;
  top: 10px;
  width: 13px;
  height: 18px;
  border-bottom: 3px solid #b46d1d;
  border-right: 3px solid #7357d8;
  content: "";
  transform: rotate(42deg);
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .sa5e-editorial-wrap .sa5e-reveal.sa5e-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 .sa5e-editorial-wrap .sa5e-section{
    padding: 46px 0;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-container{
    padding: 0 14px;
  }.tc-wp-content-root .sa5e-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid-six, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .sa5e-editorial-wrap h3{
    font-size: 17px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card p, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card p, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sa5e-editorial-wrap .sa5e-section{
    padding: 52px 0;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-container{
    padding: 0 18px;
  }.tc-wp-content-root .sa5e-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid-six, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .sa5e-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card p, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card p, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sa5e-editorial-wrap .sa5e-section{
    padding: 58px 0;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-container{
    padding: 0 22px;
  }.tc-wp-content-root .sa5e-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid-six, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .sa5e-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card p, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card p, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sa5e-editorial-wrap .sa5e-section{
    padding: 72px 0;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-container{
    padding: 0 30px;
  }.tc-wp-content-root .sa5e-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-heading-block p{
    font-size: 16.5px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid-six, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card{
    grid-template-columns: 76px 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-number{
    width: 76px;
    height: 76px;
    font-size: 20px;
  }.tc-wp-content-root .sa5e-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card p, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card p, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sa5e-editorial-wrap .sa5e-section{
    padding: 88px 0;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-container{
    padding: 0 32px;
  }.tc-wp-content-root .sa5e-editorial-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid-six, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card{
    grid-template-columns: 86px 1fr;
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-number{
    width: 86px;
    height: 86px;
    font-size: 22px;
  }.tc-wp-content-root .sa5e-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .sa5e-editorial-wrap .sa5e-card p, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-benefit-card p, .tc-wp-content-root .sa5e-editorial-wrap .sa5e-step-card p{
    font-size: 15.5px;
  }}