@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 .pyv-editorial-sections{
  width: 100%;
  overflow-x: hidden;
  color: #152033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .pyv-editorial-sections, .tc-wp-content-root .pyv-editorial-sections div, .tc-wp-content-root .pyv-editorial-sections section, .tc-wp-content-root .pyv-editorial-sections article, .tc-wp-content-root .pyv-editorial-sections span, .tc-wp-content-root .pyv-editorial-sections h2, .tc-wp-content-root .pyv-editorial-sections h3, .tc-wp-content-root .pyv-editorial-sections p{
  box-sizing: border-box;
}.tc-wp-content-root .pyv-editorial-sections .pyv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .pyv-editorial-sections .pyv-section-white{
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 42, 88, 0.08), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(255, 122, 24, 0.07), transparent 26%),
    #ffffff;
}.tc-wp-content-root .pyv-editorial-sections .pyv-section-soft{
  background:
    linear-gradient(135deg, rgba(255, 42, 88, 0.055), rgba(255, 122, 24, 0.045)),
    #fbfaf8;
}.tc-wp-content-root .pyv-editorial-sections .pyv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .pyv-editorial-sections .pyv-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .pyv-editorial-sections .pyv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 42, 88, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #c0183f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(255, 42, 88, 0.08);
}.tc-wp-content-root .pyv-editorial-sections .pyv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2a58, #ff7a18);
  box-shadow: 0 0 0 5px rgba(255, 42, 88, 0.1);
}.tc-wp-content-root .pyv-editorial-sections .pyv-section-head h2{
  margin: 18px 0 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .pyv-editorial-sections .pyv-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5f6b7a;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .pyv-editorial-sections .pyv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .pyv-editorial-sections .pyv-card, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(21, 32, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .pyv-editorial-sections .pyv-card::after, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff2a58, #ff7a18);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 220ms ease, transform 220ms ease;
}.tc-wp-content-root .pyv-editorial-sections .pyv-card:hover, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card:hover, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 42, 88, 0.22);
  box-shadow: 0 24px 64px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .pyv-editorial-sections .pyv-card:hover::after, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.tc-wp-content-root .pyv-editorial-sections .pyv-card h3, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card h3, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .pyv-editorial-sections .pyv-card p, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card p, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card p{
  margin: 12px 0 0;
  color: #617083;
  line-height: 1.68;
}.tc-wp-content-root .pyv-editorial-sections .pyv-icon{
  display: inline-flex;
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 42, 88, 0.14), rgba(255, 122, 24, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 42, 88, 0.1);
}.tc-wp-content-root .pyv-editorial-sections .pyv-icon::before, .tc-wp-content-root .pyv-editorial-sections .pyv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .pyv-editorial-sections .pyv-icon-play::before{
  left: 19px;
  top: 15px;
  border-left: 14px solid #ff2a58;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .pyv-editorial-sections .pyv-icon-bolt::before{
  left: 20px;
  top: 10px;
  width: 9px;
  height: 28px;
  background: #ff7a18;
  transform: skew(-18deg);
  border-radius: 4px;
}.tc-wp-content-root .pyv-editorial-sections .pyv-icon-frame::before{
  inset: 13px 11px;
  border: 3px solid #ff2a58;
  border-radius: 8px;
}.tc-wp-content-root .pyv-editorial-sections .pyv-icon-path::before{
  left: 13px;
  top: 23px;
  width: 22px;
  height: 3px;
  background: #ff7a18;
  border-radius: 999px;
}.tc-wp-content-root .pyv-editorial-sections .pyv-icon-path::after{
  right: 12px;
  top: 18px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #ff2a58;
  border-right: 3px solid #ff2a58;
  transform: rotate(45deg);
  border-radius: 2px;
}.tc-wp-content-root .pyv-editorial-sections .pyv-icon-phone::before{
  left: 17px;
  top: 10px;
  width: 15px;
  height: 28px;
  border: 3px solid #ff2a58;
  border-radius: 8px;
}.tc-wp-content-root .pyv-editorial-sections .pyv-icon-phone::after{
  left: 23px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff7a18;
}.tc-wp-content-root .pyv-editorial-sections .pyv-icon-note::before{
  left: 13px;
  top: 12px;
  width: 22px;
  height: 25px;
  border: 3px solid #ff2a58;
  border-radius: 7px;
}.tc-wp-content-root .pyv-editorial-sections .pyv-icon-note::after{
  left: 18px;
  top: 20px;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: #ff7a18;
  box-shadow: 0 7px 0 rgba(255, 122, 24, 0.7);
}.tc-wp-content-root .pyv-editorial-sections .pyv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .pyv-editorial-sections .pyv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 242, 0.9)),
    #ffffff;
}.tc-wp-content-root .pyv-editorial-sections .pyv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff2a58, #ff7a18);
}.tc-wp-content-root .pyv-editorial-sections .pyv-step-number{
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff2a58, #ff7a18);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(255, 42, 88, 0.22);
}.tc-wp-content-root .pyv-editorial-sections .pyv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.84)),
    #ffffff;
}.tc-wp-content-root .pyv-editorial-sections .pyv-mini-badge{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 42, 88, 0.09);
  color: #bd173d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .pyv-editorial-sections .pyv-trust-card{
  min-height: 100%;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 122, 24, 0.1), transparent 32%),
    #ffffff;
}.tc-wp-content-root .pyv-editorial-sections .pyv-trust-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2a58, #ff7a18);
  box-shadow: 0 0 0 8px rgba(255, 42, 88, 0.09);
}.tc-wp-content-root .pyv-editorial-sections .pyv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .pyv-editorial-sections .pyv-reveal.pyv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .pyv-editorial-sections .pyv-section{
    padding: 56px 0;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-container{
    padding: 0 14px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-grid, .tc-wp-content-root .pyv-editorial-sections .pyv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-grid-three, .tc-wp-content-root .pyv-editorial-sections .pyv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card h3, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card h3, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card p, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card p, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .pyv-editorial-sections .pyv-section{
    padding: 62px 0;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-container{
    padding: 0 18px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-grid, .tc-wp-content-root .pyv-editorial-sections .pyv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-grid-three, .tc-wp-content-root .pyv-editorial-sections .pyv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card h3, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card h3, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card h3{
    font-size: 18.5px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card p, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card p, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .pyv-editorial-sections .pyv-section{
    padding: 68px 0;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-container{
    padding: 0 22px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-grid, .tc-wp-content-root .pyv-editorial-sections .pyv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-grid-three, .tc-wp-content-root .pyv-editorial-sections .pyv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card{
    padding: 26px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card h3, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card h3, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card p, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card p, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .pyv-editorial-sections .pyv-section{
    padding: 82px 0;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-container{
    padding: 0 30px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-grid, .tc-wp-content-root .pyv-editorial-sections .pyv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-grid-three, .tc-wp-content-root .pyv-editorial-sections .pyv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card{
    padding: 28px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card h3, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card h3, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card p, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card p, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .pyv-editorial-sections .pyv-section{
    padding: 96px 0;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-container{
    padding: 0 32px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-grid, .tc-wp-content-root .pyv-editorial-sections .pyv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-grid-three, .tc-wp-content-root .pyv-editorial-sections .pyv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card{
    padding: 30px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card h3, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card h3, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-card p, .tc-wp-content-root .pyv-editorial-sections .pyv-trust-card p, .tc-wp-content-root .pyv-editorial-sections .pyv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
  }.tc-wp-content-root .pyv-editorial-sections .pyv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}

.tc-wp-content-root .pyv-step-content {}