@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 .igviewer-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-section-white{
  background: #ffffff;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-section-soft{
  background: linear-gradient(180deg, #fff7fb 0%, #f8fbff 100%);
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(225, 48, 108, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #c22668;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(225, 48, 108, 0.08);
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 32%, #d62976 68%, #962fbf 100%);
  box-shadow: 0 0 0 5px rgba(214, 41, 118, 0.12);
}.tc-wp-content-root .igviewer-editorial-wrap h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-heading p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5b6475;
  line-height: 1.72;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(254, 218, 117, 0.38), rgba(214, 41, 118, 0.32), rgba(79, 91, 213, 0.22)) border-box;
  box-shadow: 0 18px 44px rgba(22, 28, 45, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card::after, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card::after{
  content: "";
  position: absolute;
  inset: auto -34px -42px auto;
  width: 118px;
  height: 118px;
  border-radius: 34px;
  background: radial-gradient(circle, rgba(214, 41, 118, 0.12), rgba(79, 91, 213, 0));
  transform: rotate(12deg);
  pointer-events: none;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card:hover, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(214, 41, 118, 0.22);
  box-shadow: 0 24px 60px rgba(22, 28, 45, 0.12);
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card h3, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card h3, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card h3{
  position: relative;
  margin: 0;
  color: #151d2f;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card p, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card p, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #626b7c;
  line-height: 1.68;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 28%, #d62976 65%, #4f5bd5 100%);
  box-shadow: 0 14px 30px rgba(214, 41, 118, 0.22);
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon::before, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon-view::before{
  inset: 15px 10px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon-view::after{
  width: 8px;
  height: 8px;
  top: 19px;
  left: 19px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-right-color: transparent;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 23px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon-preview::before{
  width: 23px;
  height: 17px;
  top: 14px;
  left: 11px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon-preview::after{
  width: 9px;
  height: 2px;
  top: 35px;
  left: 18px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon-simple::before{
  width: 21px;
  height: 21px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon-simple::after{
  width: 12px;
  height: 7px;
  top: 19px;
  left: 17px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon-mobile::before{
  width: 18px;
  height: 26px;
  top: 9px;
  left: 14px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon-daily::before{
  width: 24px;
  height: 20px;
  top: 14px;
  left: 11px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-icon-daily::after{
  width: 16px;
  height: 2px;
  top: 21px;
  left: 15px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.86);
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(214, 41, 118, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(22, 28, 45, 0.075);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #feda75, #d62976, #4f5bd5);
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(22, 28, 45, 0.11);
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  border-radius: 20px;
  background: linear-gradient(135deg, #feda75 0%, #d62976 55%, #4f5bd5 100%);
  box-shadow: 0 16px 34px rgba(214, 41, 118, 0.22);
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-badge-dot{
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #feda75, #d62976 58%, #4f5bd5);
  box-shadow: 0 0 0 8px rgba(214, 41, 118, 0.08), 0 12px 24px rgba(214, 41, 118, 0.16);
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card{
  text-align: left;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(254, 218, 117, 0.95), rgba(214, 41, 118, 0.95), rgba(79, 91, 213, 0.95));
  box-shadow: 0 16px 34px rgba(214, 41, 118, 0.18);
  position: relative;
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 14px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .igviewer-editorial-wrap .igviewer-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igviewer-editorial-wrap .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-wrap .igviewer-section{
    padding: 46px 0;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-container{
    padding: 0 14px;
  }.tc-wp-content-root .igviewer-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card-grid, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-grid-six, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card h3, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card h3, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card p, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card p, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igviewer-editorial-wrap .igviewer-section{
    padding: 52px 0;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-container{
    padding: 0 18px;
  }.tc-wp-content-root .igviewer-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card-grid, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-grid-six, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card h3, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card h3, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card p, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card p, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igviewer-editorial-wrap .igviewer-section{
    padding: 60px 0;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-container{
    padding: 0 22px;
  }.tc-wp-content-root .igviewer-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card-grid, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-grid-six, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card h3, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card h3, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card p, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card p, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igviewer-editorial-wrap .igviewer-section{
    padding: 76px 0;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-container{
    padding: 0 30px;
  }.tc-wp-content-root .igviewer-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-list{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-grid-six, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card{
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card h3, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card h3, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card p, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card p, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card p{
    font-size: 15.8px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igviewer-editorial-wrap .igviewer-section{
    padding: 92px 0;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-container{
    padding: 0 32px;
  }.tc-wp-content-root .igviewer-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-grid-six, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card h3, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card h3, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igviewer-editorial-wrap .igviewer-card p, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-step-card p, .tc-wp-content-root .igviewer-editorial-wrap .igviewer-trust-card p{
    font-size: 16px;
  }}

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