@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 .usmgpa-premium-block, .tc-wp-content-root .usmgpa-premium-block *{
  box-sizing: border-box;
}.tc-wp-content-root .usmgpa-premium-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #182235;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-section{
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 86px 24px;
  overflow: hidden;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-section-white{
  background: #fff;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-section-blue{
  background:
    radial-gradient(circle at 8% 14%, rgba(44, 130, 255, 0.12), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(31, 196, 169, 0.1), transparent 30%),
    #f0f7ff;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-heading{
  width: 100%;
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-heading h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: #111827;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-heading h2 span{
  background: linear-gradient(135deg, #1864d9 0%, #13a58f 52%, #f39b38 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-heading p{
  margin: 13px auto 0;
  max-width: 650px;
  color: #5b6678;
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card{
  --fg-a: #2f80ed;
  --fg-b: #18b89b;
  --fg-c: #fff7ec;
  --fg-mx: 50%;
  --fg-my: 28%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  isolation: isolate;
  padding: 26px;
  border: 1px solid rgba(43, 71, 112, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-a) 18%, transparent), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    linear-gradient(145deg, color-mix(in srgb, var(--fg-c) 72%, #fff), #fff);
  box-shadow: 0 14px 40px rgba(31, 45, 77, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    transform 280ms ease,
    opacity 520ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background 280ms ease;
  overflow: hidden;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--fg-a) 13%, transparent), transparent 45%),
    linear-gradient(315deg, color-mix(in srgb, var(--fg-b) 12%, transparent), transparent 50%);
  opacity: 0.72;
  pointer-events: none;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card::after{
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 21px;
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.54));
  pointer-events: none;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-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 .usmgpa-premium-block .usmgpa-premium-card:hover{
  border-color: color-mix(in srgb, var(--fg-a) 42%, rgba(43, 71, 112, 0.18));
  box-shadow: 0 22px 56px rgba(24, 43, 78, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-icon{
  width: 52px;
  height: 52px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--fg-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--fg-a) 13%, #fff), color-mix(in srgb, var(--fg-b) 10%, #fff));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.76), 0 10px 24px color-mix(in srgb, var(--fg-a) 16%, transparent);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-icon i{
  font-size: 1.2rem;
  line-height: 1;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card:hover .usmgpa-premium-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-a), var(--fg-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card h3{
  position: relative;
  margin: 20px 0 10px;
  padding-bottom: 10px;
  color: #162033;
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-a), var(--fg-b));
  transition: width 260ms ease;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card p{
  margin: 0;
  color: #5d697b;
  font-size: 0.95rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-cta{
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-a);
  font-size: 0.88rem;
  font-weight: 800;
  opacity: 0.28;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card:hover .usmgpa-premium-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--fg-a) 78%, #111827);
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-grid-why .usmgpa-premium-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-grid-why .usmgpa-premium-icon, .tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-grid-why h3, .tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-grid-why p{
  transform: translateZ(18px);
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-step{
  padding-top: 30px;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-step::before{
  content: attr(data-step);
  position: absolute;
  top: 8px;
  right: 18px;
  z-index: -1;
  color: color-mix(in srgb, var(--fg-a) 12%, transparent);
  font-size: 5.1rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 280ms ease, color 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-step-number{
  margin-bottom: 12px;
  color: var(--fg-a);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: transform 260ms ease, color 260ms ease;
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-step:hover::before{
  color: color-mix(in srgb, var(--fg-b) 18%, transparent);
  transform: translateY(-5px) scale(1.04);
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-step:hover .usmgpa-premium-step-number{
  color: var(--fg-b);
  transform: translateX(4px);
}.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card:nth-child(1){ --fg-a: #246bfe; --fg-b: #18b89b; --fg-c: #eff6ff; }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card:nth-child(2){ --fg-a: #7c3aed; --fg-b: #2f80ed; --fg-c: #f5f0ff; }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card:nth-child(3){ --fg-a: #0f9f8f; --fg-b: #f59e0b; --fg-c: #eefdf8; }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card:nth-child(4){ --fg-a: #e85d75; --fg-b: #f39b38; --fg-c: #fff2f4; }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card:nth-child(5){ --fg-a: #0ea5e9; --fg-b: #22c55e; --fg-c: #effaff; }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card:nth-child(6){ --fg-a: #8b5cf6; --fg-b: #06b6d4; --fg-c: #f6f3ff; }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card:nth-child(7){ --fg-a: #ef7d22; --fg-b: #14b8a6; --fg-c: #fff7ed; }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card:nth-child(8){ --fg-a: #2563eb; --fg-b: #ec4899; --fg-c: #f1f5ff; }@media (min-width: 1200px) {.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-section{
    padding: 92px 28px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-container{
    max-width: 1200px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-section{
    padding: 78px 22px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-container{
    max-width: 1000px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card{
    padding: 24px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-heading p{
    font-size: 0.99rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-section{
    padding: 66px 20px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card{
    padding: 22px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-section{
    padding: 54px 16px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-heading p{
    font-size: 0.94rem;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card{
    padding: 21px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-section{
    padding: 46px 14px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-heading p{
    font-size: 0.9rem;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card{
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-step::before{
    font-size: 4.2rem;
    right: 12px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-section{
    padding: 40px 12px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-heading{
    margin-bottom: 20px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-heading p{
    font-size: 0.86rem;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card{
    padding: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card p{
    font-size: 0.86rem;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-step::before{
    font-size: 3.7rem;
    right: 10px;
  }}@media (max-width: 319px) {.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-section{
    padding: 36px 10px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card{
    padding: 14px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card, .tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card *, .tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-step::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card, .tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card.is-visible, .tc-wp-content-root .usmgpa-premium-block .usmgpa-premium-card:hover{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .usmgpa-premium-grid-how {}
.tc-wp-content-root .usmgpa-premium-grid-what {}