@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* 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 .acc-premium-wrap, .tc-wp-content-root .acc-premium-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .acc-premium-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 82px 20px;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-section-intro, .tc-wp-content-root .acc-premium-wrap .acc-premium-section-process{
  background: #fff;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-section-benefits{
  background: #f0f7ff;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-head{
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-head h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  color: #142033;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-head h2 span{
  color: transparent;
  background: linear-gradient(135deg, #1478ff 0%, #00a99d 48%, #ff9d42 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5a667a;
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-card{
  --fg-a: #1478ff;
  --fg-b: #00a99d;
  --fg-soft: rgba(20, 120, 255, .1);
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(19, 40, 72, .1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, .92), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .84)),
    linear-gradient(135deg, var(--fg-soft), rgba(255, 255, 255, .35));
  box-shadow: 0 14px 36px rgba(20, 38, 70, .08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: transform .36s ease, opacity .58s ease, box-shadow .36s ease, border-color .36s ease, background .36s ease;
  isolation: isolate;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .6;
  background: linear-gradient(135deg, color-mix(in srgb, var(--fg-a) 14%, transparent), color-mix(in srgb, var(--fg-b) 10%, transparent));
}.tc-wp-content-root .acc-premium-wrap .acc-premium-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--fg-a), var(--fg-b));
  opacity: .72;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .acc-premium-wrap .acc-premium-card:hover{
  border-color: color-mix(in srgb, var(--fg-a) 42%, rgba(19, 40, 72, .1));
  box-shadow: 0 22px 52px rgba(20, 38, 70, .15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .acc-premium-wrap .acc-premium-icon{
  display: grid;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 20px;
  place-items: center;
  border-radius: 18px;
  color: var(--fg-a);
  background: linear-gradient(145deg, rgba(255, 255, 255, .92), var(--fg-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), 0 12px 26px color-mix(in srgb, var(--fg-a) 18%, transparent);
  transition: transform .34s ease, color .34s ease, background .34s ease;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-card:hover .acc-premium-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-a), var(--fg-b));
  transform: translateY(-3px) scale(1.05) rotate(-2deg);
}.tc-wp-content-root .acc-premium-wrap .acc-premium-card h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  color: #182235;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-a), var(--fg-b));
  transition: width .32s ease;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-card:hover h3::after{
  width: 78px;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-card p{
  margin: 0;
  color: #5b6677;
  font-size: .95rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-a);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: .18;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-card:hover .acc-premium-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--fg-a) 70%, #111827);
}.tc-wp-content-root .acc-premium-wrap .acc-premium-process{
  padding-top: 28px;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-process::before{
  content: attr(data-step);
  position: absolute;
  right: 16px;
  top: 8px;
  color: color-mix(in srgb, var(--fg-a) 12%, transparent);
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform .34s ease, color .34s ease;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-process:hover::before{
  color: color-mix(in srgb, var(--fg-a) 20%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .acc-premium-wrap .acc-premium-step-text{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 14px;
  color: var(--fg-a);
  font-size: .78rem;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .acc-premium-wrap .acc-premium-card:nth-child(8n+1){ --fg-a: #1478ff; --fg-b: #00a99d; --fg-soft: rgba(20, 120, 255, .1); }.tc-wp-content-root .acc-premium-wrap .acc-premium-card:nth-child(8n+2){ --fg-a: #7c3aed; --fg-b: #06b6d4; --fg-soft: rgba(124, 58, 237, .09); }.tc-wp-content-root .acc-premium-wrap .acc-premium-card:nth-child(8n+3){ --fg-a: #ef6c35; --fg-b: #f2b84b; --fg-soft: rgba(239, 108, 53, .1); }.tc-wp-content-root .acc-premium-wrap .acc-premium-card:nth-child(8n+4){ --fg-a: #0f9f6e; --fg-b: #8bc34a; --fg-soft: rgba(15, 159, 110, .1); }.tc-wp-content-root .acc-premium-wrap .acc-premium-card:nth-child(8n+5){ --fg-a: #d9468f; --fg-b: #fb7185; --fg-soft: rgba(217, 70, 143, .09); }.tc-wp-content-root .acc-premium-wrap .acc-premium-card:nth-child(8n+6){ --fg-a: #2563eb; --fg-b: #38bdf8; --fg-soft: rgba(37, 99, 235, .1); }.tc-wp-content-root .acc-premium-wrap .acc-premium-card:nth-child(8n+7){ --fg-a: #b45309; --fg-b: #22c55e; --fg-soft: rgba(180, 83, 9, .09); }.tc-wp-content-root .acc-premium-wrap .acc-premium-card:nth-child(8n+8){ --fg-a: #4f46e5; --fg-b: #14b8a6; --fg-soft: rgba(79, 70, 229, .09); }@media (min-width: 1200px) {.tc-wp-content-root .acc-premium-wrap .acc-premium-section{
    padding: 88px 24px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-container{
    width: min(1240px, 100%);
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .acc-premium-wrap .acc-premium-section{
    padding: 76px 22px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-container{
    width: min(1040px, 100%);
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-head p{
    font-size: .98rem;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .acc-premium-wrap .acc-premium-section{
    padding: 64px 18px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-head p{
    font-size: .95rem;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-card{
    min-height: 226px;
    padding: 22px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-card p{
    font-size: .92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .acc-premium-wrap .acc-premium-section{
    padding: 52px 16px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-head p{
    font-size: .92rem;
    line-height: 1.62;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-card{
    min-height: auto;
    padding: 21px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .acc-premium-wrap .acc-premium-section{
    padding: 46px 14px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-head p{
    font-size: .9rem;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-card{
    min-height: auto;
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-card h3{
    font-size: .98rem;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-card p{
    font-size: .9rem;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-process::before{
    font-size: 3.7rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .acc-premium-wrap .acc-premium-section{
    padding: 40px 12px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-head{
    margin-bottom: 20px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-head p{
    font-size: .86rem;
    line-height: 1.58;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-card{
    min-height: auto;
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-card h3{
    font-size: .94rem;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-card p, .tc-wp-content-root .acc-premium-wrap .acc-premium-cta{
    font-size: .86rem;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-process::before{
    right: 12px;
    font-size: 3.2rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .acc-premium-wrap .acc-premium-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .acc-premium-wrap .acc-premium-card, .tc-wp-content-root .acc-premium-wrap .acc-premium-card *, .tc-wp-content-root .acc-premium-wrap .acc-premium-process::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .acc-premium-wrap .acc-premium-card, .tc-wp-content-root .acc-premium-wrap .acc-premium-card.is-visible, .tc-wp-content-root .acc-premium-wrap .acc-premium-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .acc-premium-grid-one {}
.tc-wp-content-root .acc-premium-grid-three {}
.tc-wp-content-root .acc-premium-grid-two {}
.tc-wp-content-root .acc-premium-tilt {}