@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 .yarv-editorial-content{
  width: 100%;
  overflow: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .yarv-editorial-content, .tc-wp-content-root .yarv-editorial-content div, .tc-wp-content-root .yarv-editorial-content section, .tc-wp-content-root .yarv-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .yarv-editorial-content .yarv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .yarv-editorial-content .yarv-section-white{
  background: #ffffff;
}.tc-wp-content-root .yarv-editorial-content .yarv-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fc 100%);
}.tc-wp-content-root .yarv-editorial-content .yarv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .yarv-editorial-content .yarv-section-header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .yarv-editorial-content .yarv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 0, 92, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.08), rgba(255, 122, 24, 0.08));
  color: #c4144e;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .yarv-editorial-content .yarv-section-header h2{
  margin: 16px 0 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .yarv-editorial-content .yarv-section-header p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5c677a;
  line-height: 1.72;
}.tc-wp-content-root .yarv-editorial-content .yarv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .yarv-editorial-content .yarv-card{
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(26, 38, 62, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(28, 43, 76, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .yarv-editorial-content .yarv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.11), rgba(255, 122, 24, 0.08), rgba(46, 115, 255, 0.06));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .yarv-editorial-content .yarv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 92, 0.2);
  box-shadow: 0 24px 58px rgba(28, 43, 76, 0.13);
}.tc-wp-content-root .yarv-editorial-content .yarv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .yarv-editorial-content .yarv-card h3{
  position: relative;
  margin: 18px 0 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .yarv-editorial-content .yarv-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .yarv-editorial-content .yarv-icon{
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff005c 0%, #ff7a18 100%);
  box-shadow: 0 14px 30px rgba(255, 66, 68, 0.25);
  transition: transform 240ms ease;
}.tc-wp-content-root .yarv-editorial-content .yarv-card:hover .yarv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .yarv-editorial-content .yarv-icon::before, .tc-wp-content-root .yarv-editorial-content .yarv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .yarv-editorial-content .yarv-icon-play::before{
  left: 19px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
}.tc-wp-content-root .yarv-editorial-content .yarv-icon-speed::before{
  left: 13px;
  top: 24px;
  width: 22px;
  height: 12px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}.tc-wp-content-root .yarv-editorial-content .yarv-icon-speed::after{
  left: 24px;
  top: 22px;
  width: 3px;
  height: 12px;
  background: #ffffff;
  border-radius: 4px;
  transform: rotate(40deg);
  transform-origin: bottom center;
}.tc-wp-content-root .yarv-editorial-content .yarv-icon-frame::before{
  left: 12px;
  top: 14px;
  width: 24px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .yarv-editorial-content .yarv-icon-steps::before{
  left: 14px;
  top: 13px;
  width: 20px;
  height: 4px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.tc-wp-content-root .yarv-editorial-content .yarv-icon-mobile::before{
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .yarv-editorial-content .yarv-icon-browse::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .yarv-editorial-content .yarv-icon-browse::after{
  left: 30px;
  top: 31px;
  width: 10px;
  height: 3px;
  background: #ffffff;
  border-radius: 999px;
  transform: rotate(45deg);
}.tc-wp-content-root .yarv-editorial-content .yarv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .yarv-editorial-content .yarv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(26, 38, 62, 0.1);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(28, 43, 76, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .yarv-editorial-content .yarv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff005c, #ff7a18);
}.tc-wp-content-root .yarv-editorial-content .yarv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 0, 92, 0.2);
  box-shadow: 0 24px 58px rgba(28, 43, 76, 0.12);
}.tc-wp-content-root .yarv-editorial-content .yarv-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff005c 0%, #ff7a18 100%);
  box-shadow: 0 16px 32px rgba(255, 66, 68, 0.24);
}.tc-wp-content-root .yarv-editorial-content .yarv-step-copy h3{
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .yarv-editorial-content .yarv-step-copy p{
  margin: 8px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .yarv-editorial-content .yarv-use-card{
  background:
    radial-gradient(circle at top right, rgba(255, 122, 24, 0.09), transparent 34%),
    #ffffff;
}.tc-wp-content-root .yarv-editorial-content .yarv-mini-badge{
  position: relative;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff4f7;
  color: #c4144e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .yarv-editorial-content .yarv-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 20% 0%, rgba(46, 115, 255, 0.12), transparent 38%);
}.tc-wp-content-root .yarv-editorial-content .yarv-trust-dot{
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff005c, #ff7a18);
  box-shadow: 0 0 0 8px rgba(255, 0, 92, 0.08);
}.tc-wp-content-root .yarv-editorial-content .yarv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .yarv-editorial-content .yarv-reveal.yarv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .yarv-editorial-content .yarv-section{
    padding: 48px 0;
  }.tc-wp-content-root .yarv-editorial-content .yarv-container{
    padding: 0 14px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-section-header h2{
    font-size: 25px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-section-header p{
    font-size: 14px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card h3{
    font-size: 17px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card p{
    font-size: 14px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-copy p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .yarv-editorial-content .yarv-section{
    padding: 54px 0;
  }.tc-wp-content-root .yarv-editorial-content .yarv-container{
    padding: 0 18px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-section-header h2{
    font-size: 28px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card{
    padding: 22px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card h3{
    font-size: 18px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-copy p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .yarv-editorial-content .yarv-section{
    padding: 60px 0;
  }.tc-wp-content-root .yarv-editorial-content .yarv-container{
    padding: 0 22px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-section-header h2{
    font-size: 32px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card{
    padding: 24px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card h3{
    font-size: 19px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card p{
    font-size: 15px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-copy p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .yarv-editorial-content .yarv-section{
    padding: 76px 0;
  }.tc-wp-content-root .yarv-editorial-content .yarv-container{
    padding: 0 30px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-section-header h2{
    font-size: 40px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card{
    padding: 26px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card h3{
    font-size: 20px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card p{
    font-size: 15px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-card{
    grid-template-columns: 72px 1fr;
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-copy p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .yarv-editorial-content .yarv-section{
    padding: 92px 0;
  }.tc-wp-content-root .yarv-editorial-content .yarv-container{
    padding: 0 34px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-section-header h2{
    font-size: 46px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .yarv-editorial-content .yarv-card{
    padding: 28px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card h3{
    font-size: 21px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-card{
    grid-template-columns: 82px 1fr;
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-copy h3{
    font-size: 23px;
  }.tc-wp-content-root .yarv-editorial-content .yarv-step-copy p{
    font-size: 16px;
  }}

.tc-wp-content-root .yarv-trust-grid {}