@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 .unl-gpa-editorial-block, .tc-wp-content-root .unl-gpa-editorial-block *{
  box-sizing: border-box;
}.tc-wp-content-root .unl-gpa-editorial-block{
  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 .unl-gpa-editorial-block .unl-gpa-section{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-section-white{
  background: #fff;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 86px 28px;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-heading-wrap{
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-heading-wrap h2{
  margin: 0;
  color: #111827;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-heading-wrap h2 span{
  color: transparent;
  background: linear-gradient(135deg, #0f6edb 0%, #18a999 50%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-heading-wrap p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5c667a;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --card-a: #0f6edb;
  --card-b: #18a999;
  --card-soft: rgba(15, 110, 219, 0.09);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, 0.09);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,255,255,0.9)),
    linear-gradient(135deg, var(--card-soft), rgba(255,255,255,0));
  box-shadow: 0 16px 46px rgba(20, 37, 63, 0.08);
  opacity: 0;
  transform: translateY(24px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transform-style: preserve-3d;
  transition: opacity 0.7s ease, transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--card-a) 12%, transparent), transparent 42%, color-mix(in srgb, var(--card-b) 10%, transparent));
  pointer-events: none;
  opacity: 0.72;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card::after{
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--card-a), var(--card-b));
  transform: scaleX(0.35);
  transform-origin: left;
  opacity: 0.42;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card.is-visible{
  opacity: 1;
  transform: translateY(0) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:hover{
  border-color: color-mix(in srgb, var(--card-a) 34%, rgba(31,41,55,0.1));
  box-shadow: 0 24px 70px rgba(20, 37, 63, 0.14);
  transform: translateY(-7px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:hover::after{
  transform: scaleX(1);
  opacity: 0.88;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:nth-child(1){ --card-a: #0f6edb; --card-b: #18a999; --card-soft: rgba(15,110,219,0.1); }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:nth-child(2){ --card-a: #7c3aed; --card-b: #0ea5e9; --card-soft: rgba(124,58,237,0.09); }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:nth-child(3){ --card-a: #f59e0b; --card-b: #ef4444; --card-soft: rgba(245,158,11,0.1); }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:nth-child(4){ --card-a: #059669; --card-b: #14b8a6; --card-soft: rgba(5,150,105,0.1); }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:nth-child(5){ --card-a: #2563eb; --card-b: #a855f7; --card-soft: rgba(37,99,235,0.09); }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:nth-child(6){ --card-a: #dc2626; --card-b: #f97316; --card-soft: rgba(220,38,38,0.08); }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:nth-child(7){ --card-a: #0891b2; --card-b: #22c55e; --card-soft: rgba(8,145,178,0.09); }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:nth-child(8){ --card-a: #9333ea; --card-b: #f43f5e; --card-soft: rgba(147,51,234,0.08); }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-icon{
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  max-width: 100%;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--card-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--card-a) 13%, #fff), #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--card-a) 16%, transparent), 0 12px 25px rgba(15, 23, 42, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:hover .unl-gpa-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--card-a), var(--card-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card h3{
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: #172033;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--card-a), var(--card-b));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #5a6478;
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--card-a);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:hover .unl-gpa-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-benefit-grid .unl-gpa-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255,255,255,0.92), rgba(255,255,255,0) 32%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(248,251,255,0.9));
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-step-card{
  padding-top: 28px;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-step-number{
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 0;
  color: color-mix(in srgb, var(--card-a) 13%, transparent);
  font-size: 4.7rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.3s ease, color 0.3s ease;
}.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-step-card:hover .unl-gpa-step-number{
  color: color-mix(in srgb, var(--card-a) 22%, transparent);
  transform: translateY(-4px) scale(1.04);
}@media (min-width: 1200px) {.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-container{
    width: min(1240px, 100%);
    padding: 90px 28px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-container{
    width: min(1060px, 100%);
    padding: 78px 24px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-container{
    padding: 66px 22px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-heading-wrap{
    margin-bottom: 30px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card{
    min-height: 235px;
    padding: 22px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-container{
    padding: 54px 16px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-heading-wrap p{
    font-size: 0.94rem;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card{
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-container{
    padding: 48px 14px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.62;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card{
    min-height: 0;
    padding: 20px;
    border-radius: 19px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-icon i{
    font-size: 1.12rem;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-step-number{
    font-size: 3.8rem;
    top: 14px;
    right: 16px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-container{
    padding: 42px 12px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-heading-wrap{
    margin-bottom: 20px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card{
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card p, .tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-icon{
    width: 44px;
    height: 44px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-icon i{
    font-size: 1.02rem;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-step-number{
    font-size: 3.25rem;
    top: 12px;
    right: 14px;
  }}@media (max-width: 319px) {.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card, .tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card::after, .tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-icon, .tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-cta, .tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-step-number{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card, .tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card.is-visible, .tc-wp-content-root .unl-gpa-editorial-block .unl-gpa-card:hover{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .unl-gpa-process-grid {}