/* 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 .igviewer-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .igviewer-editorial, .tc-wp-content-root .igviewer-editorial div, .tc-wp-content-root .igviewer-editorial section, .tc-wp-content-root .igviewer-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .igviewer-editorial .igviewer-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igviewer-editorial .igviewer-section-white{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 72, 128, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(106, 90, 255, 0.08), transparent 26%),
    #ffffff;
}.tc-wp-content-root .igviewer-editorial .igviewer-section-soft{
  background:
    linear-gradient(135deg, rgba(255, 247, 251, 0.92), rgba(248, 250, 255, 0.96)),
    #faf7fb;
}.tc-wp-content-root .igviewer-editorial .igviewer-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igviewer-editorial .igviewer-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igviewer-editorial .igviewer-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 13px;
  border: 1px solid rgba(219, 39, 119, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 72, 128, 0.1), rgba(106, 90, 255, 0.1));
  color: #9d174d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}.tc-wp-content-root .igviewer-editorial .igviewer-heading h2{
  margin: 16px 0 12px;
  color: #151827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igviewer-editorial .igviewer-heading p{
  margin: 0;
  color: #5d6474;
  font-weight: 450;
}.tc-wp-content-root .igviewer-editorial .igviewer-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igviewer-editorial .igviewer-card{
  position: relative;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(124, 58, 237, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(24, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .igviewer-editorial .igviewer-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 72, 128, 0.12), rgba(106, 90, 255, 0.09), transparent 48%);
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .igviewer-editorial .igviewer-card:hover{
  transform: translateY(-5px);
  border-color: rgba(219, 39, 119, 0.22);
  box-shadow: 0 22px 58px rgba(24, 32, 51, 0.12);
}.tc-wp-content-root .igviewer-editorial .igviewer-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igviewer-editorial .igviewer-card h3, .tc-wp-content-root .igviewer-editorial .igviewer-step h3{
  position: relative;
  margin: 0;
  color: #171b2a;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igviewer-editorial .igviewer-card p, .tc-wp-content-root .igviewer-editorial .igviewer-step p, .tc-wp-content-root .igviewer-editorial .igviewer-note p{
  position: relative;
  margin: 0;
  color: #5b6373;
  font-weight: 450;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff3f83, #7c4dff);
  box-shadow: 0 12px 26px rgba(219, 39, 119, 0.2);
  transition: transform 240ms ease;
}.tc-wp-content-root .igviewer-editorial .igviewer-card:hover .igviewer-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .igviewer-editorial .igviewer-icon::before, .tc-wp-content-root .igviewer-editorial .igviewer-icon::after{
  content: "";
  position: absolute;
  box-sizing: border-box;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-lens::before{
  width: 18px;
  height: 18px;
  left: 12px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-lens::after{
  width: 12px;
  height: 3px;
  left: 27px;
  top: 29px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-speed::after{
  width: 13px;
  height: 3px;
  left: 22px;
  top: 21px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-30deg);
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-frame::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-frame::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-path::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 21px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-path::after{
  width: 10px;
  height: 10px;
  right: 11px;
  top: 17px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-phone::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-phone::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 12px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-calendar::before{
  width: 24px;
  height: 22px;
  left: 11px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-calendar::after{
  width: 18px;
  height: 3px;
  left: 14px;
  top: 20px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-user::before{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 10px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-user::after{
  width: 24px;
  height: 14px;
  left: 11px;
  top: 25px;
  border-radius: 14px 14px 6px 6px;
  background: #ffffff;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-shield::before{
  width: 24px;
  height: 28px;
  left: 11px;
  top: 9px;
  background: #ffffff;
  clip-path: polygon(50% 0, 92% 15%, 84% 68%, 50% 100%, 16% 68%, 8% 15%);
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-shield::after{
  width: 10px;
  height: 6px;
  left: 18px;
  top: 21px;
  border-left: 3px solid #7c4dff;
  border-bottom: 3px solid #7c4dff;
  transform: rotate(-45deg);
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-compass::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igviewer-editorial .igviewer-icon-compass::after{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 17px;
  background: #ffffff;
  clip-path: polygon(100% 0, 62% 100%, 0 38%);
}.tc-wp-content-root .igviewer-editorial .igviewer-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igviewer-editorial .igviewer-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(219, 39, 119, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 253, 0.94)),
    #ffffff;
  box-shadow: 0 16px 42px rgba(24, 32, 51, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .igviewer-editorial .igviewer-step:hover{
  transform: translateY(-4px);
  border-color: rgba(124, 77, 255, 0.22);
  box-shadow: 0 22px 58px rgba(24, 32, 51, 0.11);
}.tc-wp-content-root .igviewer-editorial .igviewer-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff3f83, #7c4dff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(124, 77, 255, 0.22);
}.tc-wp-content-root .igviewer-editorial .igviewer-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 72, 128, 0.1);
  color: #9d174d;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
}.tc-wp-content-root .igviewer-editorial .igviewer-note{
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(219, 39, 119, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 72, 128, 0.08), rgba(124, 77, 255, 0.08)),
    rgba(255, 255, 255, 0.78);
  text-align: center;
  box-shadow: 0 14px 34px rgba(24, 32, 51, 0.06);
}.tc-wp-content-root .igviewer-editorial .igviewer-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igviewer-editorial .igviewer-reveal.igviewer-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igviewer-editorial .igviewer-section{
    padding: 48px 0;
  }.tc-wp-content-root .igviewer-editorial .igviewer-container{
    padding: 0 14px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-grid, .tc-wp-content-root .igviewer-editorial .igviewer-steps{
    gap: 16px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-grid-six, .tc-wp-content-root .igviewer-editorial .igviewer-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card h3, .tc-wp-content-root .igviewer-editorial .igviewer-step h3{
    font-size: 18px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card p, .tc-wp-content-root .igviewer-editorial .igviewer-step p, .tc-wp-content-root .igviewer-editorial .igviewer-note p{
    font-size: 14px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card h3{
    margin-bottom: 8px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-note{
    margin-top: 22px;
    padding: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igviewer-editorial .igviewer-section{
    padding: 54px 0;
  }.tc-wp-content-root .igviewer-editorial .igviewer-container{
    padding: 0 18px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-grid, .tc-wp-content-root .igviewer-editorial .igviewer-steps{
    gap: 18px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-grid-six, .tc-wp-content-root .igviewer-editorial .igviewer-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card{
    padding: 24px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card h3, .tc-wp-content-root .igviewer-editorial .igviewer-step h3{
    font-size: 19px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card p, .tc-wp-content-root .igviewer-editorial .igviewer-step p, .tc-wp-content-root .igviewer-editorial .igviewer-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card h3{
    margin-bottom: 9px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-note{
    margin-top: 24px;
    padding: 20px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igviewer-editorial .igviewer-section{
    padding: 62px 0;
  }.tc-wp-content-root .igviewer-editorial .igviewer-container{
    padding: 0 22px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-grid, .tc-wp-content-root .igviewer-editorial .igviewer-steps{
    gap: 20px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-grid-six, .tc-wp-content-root .igviewer-editorial .igviewer-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card{
    padding: 26px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card h3, .tc-wp-content-root .igviewer-editorial .igviewer-step h3{
    font-size: 20px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card p, .tc-wp-content-root .igviewer-editorial .igviewer-step p, .tc-wp-content-root .igviewer-editorial .igviewer-note p{
    font-size: 15px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card h3{
    margin-bottom: 10px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-note{
    margin-top: 26px;
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igviewer-editorial .igviewer-section{
    padding: 76px 0;
  }.tc-wp-content-root .igviewer-editorial .igviewer-container{
    padding: 0 32px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-grid, .tc-wp-content-root .igviewer-editorial .igviewer-steps{
    gap: 22px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-grid-six, .tc-wp-content-root .igviewer-editorial .igviewer-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igviewer-editorial .igviewer-card{
    padding: 28px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card h3, .tc-wp-content-root .igviewer-editorial .igviewer-step h3{
    font-size: 21px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card p, .tc-wp-content-root .igviewer-editorial .igviewer-step p, .tc-wp-content-root .igviewer-editorial .igviewer-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card h3{
    margin-bottom: 10px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-step{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-note{
    margin-top: 30px;
    padding: 24px 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igviewer-editorial .igviewer-section{
    padding: 92px 0;
  }.tc-wp-content-root .igviewer-editorial .igviewer-container{
    padding: 0 36px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-grid{
    gap: 24px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-steps{
    gap: 22px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-grid-six, .tc-wp-content-root .igviewer-editorial .igviewer-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igviewer-editorial .igviewer-card{
    padding: 30px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card h3, .tc-wp-content-root .igviewer-editorial .igviewer-step h3{
    font-size: 22px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card p, .tc-wp-content-root .igviewer-editorial .igviewer-step p, .tc-wp-content-root .igviewer-editorial .igviewer-note p{
    font-size: 16px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-card h3{
    margin-bottom: 10px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-step{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }.tc-wp-content-root .igviewer-editorial .igviewer-note{
    margin-top: 34px;
    padding: 26px 34px;
  }}