@charset "UTF-8";
.pg-blog {
  background: #fff;
  color: #1F1D32;
  font-family: "ArticulatCF-Normal", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.pg-blog a {
  color: #0096DC;
  text-decoration: none;
  font-weight: 700;
}
.pg-blog a:hover {
  text-decoration: underline;
}
.pg-blog .pg-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}
.pg-blog .pg-breadcrumb {
  padding: 22px 0 2px;
}
.pg-blog .pg-breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.pg-blog .pg-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5b5970;
}
.pg-blog .pg-breadcrumb li + li::before {
  content: "›";
  color: #0096DC;
  font-weight: 900;
}
.pg-blog .pg-breadcrumb a {
  color: #5b5970;
  font-weight: 700;
}
.pg-blog .pg-breadcrumb a:hover {
  color: #0096DC;
  text-decoration: underline;
}
.pg-blog .pg-breadcrumb [aria-current] {
  color: #1F1D32;
  font-weight: 700;
}
.pg-blog .pg-rule {
  height: 2px;
  background: #0096DC;
  border: 0;
  margin: 48px 0;
}
.pg-blog .pg-cta-box {
  background: #f7f9fc;
  border: 1px solid #e6e9f0;
  border-radius: 16px;
  padding: 26px 28px;
  margin: 34px 0;
  text-align: center;
}
.pg-blog .pg-cta-box p {
  font-size: 17px;
  color: #1F1D32;
  margin-bottom: 16px;
  font-weight: 700;
}
.pg-blog .pg-cta-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  background: linear-gradient(100deg, #0096DC, #9219BA 55%, #F20093);
}
.pg-blog .pg-cta-btn:hover {
  text-decoration: none;
  opacity: 0.94;
  color: #fff;
}

.pg-blog.pg-migration .art-head,
.pg-blog.pg-interview .art-head {
  padding: 40px 0 8px;
}
.pg-blog.pg-migration .cat,
.pg-blog.pg-interview .cat {
  display: inline-block;
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pg-blog.pg-migration h1,
.pg-blog.pg-interview h1 {
  font-size: 40px;
  line-height: 1.12;
  color: #1F1D32;
  margin-bottom: 18px;
  font-weight: 900;
}
.pg-blog.pg-migration .standfirst,
.pg-blog.pg-interview .standfirst {
  font-size: 20px;
  line-height: 1.55;
  color: #33314a;
  margin-bottom: 26px;
}
.pg-blog.pg-migration .byline b,
.pg-blog.pg-interview .byline b {
  color: #1F1D32;
}
.pg-blog.pg-migration p,
.pg-blog.pg-interview p {
  font-size: 17px;
  color: #2f2d44;
  margin-bottom: 20px;
  line-height: 1.7;
}
.pg-blog.pg-migration .endnote,
.pg-blog.pg-interview .endnote {
  border-top: 1px solid #e6e9f0;
  margin-top: 44px;
  padding-top: 22px;
  font-size: 15px;
  color: #5b5970;
}
.pg-blog.pg-migration .article-footer,
.pg-blog.pg-interview .article-footer {
  padding: 20px 0 70px;
}

.pg-blog.pg-migration .cat {
  color: #0096DC;
}
.pg-blog.pg-migration .byline {
  font-size: 14px;
  color: #5b5970;
  border-bottom: 1px solid #e6e9f0;
  padding-bottom: 22px;
  margin-bottom: 26px;
}
.pg-blog.pg-migration .standfirst {
  margin-bottom: 30px;
}
.pg-blog.pg-migration .toc {
  background: #f7f9fc;
  border: 1px solid #e6e9f0;
  border-radius: 12px;
  padding: 18px 22px;
  margin-bottom: 34px;
}
.pg-blog.pg-migration .toc .tl {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5b5970;
  margin-bottom: 10px;
}
.pg-blog.pg-migration .toc ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 26px;
  margin: 0;
  padding: 0;
}
.pg-blog.pg-migration .toc li {
  font-size: 14.5px;
}
.pg-blog.pg-migration h2 {
  font-size: 27px;
  color: #1F1D32;
  margin: 40px 0 14px;
  padding-top: 6px;
  font-weight: 900;
  line-height: 1.2;
}
.pg-blog.pg-migration h3 {
  font-size: 19px;
  color: #1F1D32;
  margin: 26px 0 8px;
  font-weight: 900;
}
.pg-blog.pg-migration ul.body-list {
  margin: 0 0 22px 0;
  list-style: none;
  padding: 0;
}
.pg-blog.pg-migration ul.body-list li {
  position: relative;
  padding: 7px 0 7px 28px;
  font-size: 17px;
  color: #2f2d44;
}
.pg-blog.pg-migration ul.body-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0096DC;
  font-weight: 900;
}
.pg-blog.pg-migration ol.steps {
  margin: 0 0 22px 22px;
  padding: 0;
}
.pg-blog.pg-migration ol.steps li {
  font-size: 17px;
  color: #2f2d44;
  margin-bottom: 10px;
  padding-left: 6px;
}
.pg-blog.pg-migration ol.steps li b {
  color: #1F1D32;
}
.pg-blog.pg-migration section {
  scroll-margin-top: 120px;
}
.pg-blog.pg-migration .result {
  border: 1px solid #e6e9f0;
  border-left: 4px solid #0096DC;
  background: #f7fbfe;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 28px 0;
}
.pg-blog.pg-migration .result .cust-logo {
  height: 44px;
  width: auto;
  max-width: 190px;
  margin-bottom: 14px;
  display: block;
}
.pg-blog.pg-migration .result .metric {
  font-weight: 900;
  font-size: 22px;
  color: #F20093;
  line-height: 1.2;
  margin-bottom: 6px;
}
.pg-blog.pg-migration .result p {
  font-size: 15.5px;
  color: #3a3852;
  margin-bottom: 8px;
}
.pg-blog.pg-migration .result a {
  font-size: 14.5px;
}
.pg-blog.pg-migration .vframe {
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(120deg, #16142B, #211E3D);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e9f0;
  cursor: pointer;
  margin: 8px 0 6px;
}
.pg-blog.pg-migration .vframe .play {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(100deg, #0096DC, #F20093);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-blog.pg-migration .vframe .play::after {
  content: "";
  border-left: 20px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  margin-left: 5px;
}
.pg-blog.pg-migration .vframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pg-blog.pg-migration .vcap {
  font-size: 14px;
  color: #5b5970;
  margin-bottom: 8px;
}
.pg-blog.pg-migration .faq-list {
  margin-top: 8px;
}
.pg-blog.pg-migration .qa {
  border-bottom: 1px solid #e6e9f0;
  padding: 20px 0;
}
.pg-blog.pg-migration .qa h3 {
  font-size: 18px;
  color: #1F1D32;
  margin: 0 0 6px;
}
.pg-blog.pg-migration .qa p {
  font-size: 16px;
  color: #5b5970;
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .pg-blog.pg-migration h1 {
    font-size: 31px;
  }
  .pg-blog.pg-migration .standfirst {
    font-size: 18px;
  }
}
.pg-blog.pg-interview .cat {
  color: #F20093;
}
.pg-blog.pg-interview .byline {
  font-size: 14px;
  color: #5b5970;
  border-top: 1px solid #e6e9f0;
  border-bottom: 1px solid #e6e9f0;
  padding: 16px 0;
  margin-bottom: 30px;
}
.pg-blog.pg-interview .winner {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
  background: #f7fbfe;
  border: 1px solid #e2f0fa;
  border-radius: 16px;
  padding: 24px 26px;
  margin-bottom: 20px;
}
.pg-blog.pg-interview .winner img {
  width: 132px;
  height: 132px;
  border-radius: 14px;
  object-fit: cover;
  flex: 0 0 auto;
  background: #e2f0fa;
}
.pg-blog.pg-interview .winner .who {
  flex: 1 1 240px;
}
.pg-blog.pg-interview .winner .name {
  font-size: 26px;
  font-weight: 900;
  color: #1F1D32;
  margin: 0 0 4px;
  line-height: 1.15;
}
.pg-blog.pg-interview .winner .role {
  font-size: 16px;
  color: #5b5970;
  margin: 0;
}
.pg-blog.pg-interview .journey {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  margin: 16px 0 40px;
  font-size: 13px;
}
.pg-blog.pg-interview .chip {
  background: #fff;
  border: 1px solid #e6e9f0;
  border-radius: 999px;
  padding: 6px 13px;
  color: #1F1D32;
}
.pg-blog.pg-interview .chip b {
  color: #0096DC;
}
.pg-blog.pg-interview .journey .arrow {
  color: #0096DC;
  font-weight: 900;
}
.pg-blog.pg-interview .takeaways {
  border-left: 4px solid #0096DC;
  padding: 4px 0 4px 22px;
  margin: 0 0 40px;
}
.pg-blog.pg-interview .takeaways .tl {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0096DC;
  margin-bottom: 10px;
}
.pg-blog.pg-interview .takeaways ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.pg-blog.pg-interview .takeaways li {
  margin: 0 0 8px;
  font-size: 16px;
  color: #2f2d44;
  line-height: 1.6;
}
.pg-blog.pg-interview .intro {
  font-size: 19px;
  line-height: 1.7;
}
.pg-blog.pg-interview .qa {
  margin-top: 40px;
}
.pg-blog.pg-interview .qa + .qa {
  border-top: 1px solid #e6e9f0;
  padding-top: 36px;
}
.pg-blog.pg-interview .qa h2 {
  font-size: 24px;
  color: #1F1D32;
  margin: 0 0 14px;
  padding-left: 38px;
  position: relative;
  font-weight: 900;
  line-height: 1.25;
}
.pg-blog.pg-interview .qa h2::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  color: #F20093;
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
}
.pg-blog.pg-interview .qa p {
  margin-bottom: 0;
}
.pg-blog.pg-interview .pull {
  margin: 48px 0;
  padding-left: 26px;
  border-left: 4px solid #F20093;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 900;
  color: #1F1D32;
}
.pg-blog.pg-interview .related {
  margin-bottom: 20px;
}
.pg-blog.pg-interview .related h2 {
  font-size: 20px;
  color: #1F1D32;
  margin: 0 0 14px;
  font-weight: 900;
}
.pg-blog.pg-interview .related ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.pg-blog.pg-interview .related li {
  margin: 0 0 8px;
  font-size: 17px;
}

@media (max-width: 820px) {
  .pg-blog.pg-interview h1 {
    font-size: 31px;
  }
  .pg-blog.pg-interview .standfirst {
    font-size: 18px;
  }
  .pg-blog.pg-interview .winner {
    padding: 20px;
  }
  .pg-blog.pg-interview .pull {
    font-size: 22px;
  }
}
.pg-blog.pg-thought .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
.pg-blog.pg-thought .hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 120% at 82% -10%, #1d2a55 0%, #16142B 48%, #0E0D1E 100%);
  padding: 48px 0 60px;
}
.pg-blog.pg-thought .glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.55;
  pointer-events: none;
}
.pg-blog.pg-thought .glow-1 {
  width: 620px;
  height: 620px;
  top: -160px;
  left: -120px;
  background: radial-gradient(circle at 40% 40%, rgba(0, 150, 220, 0.55), rgba(146, 25, 186, 0.3) 48%, transparent 72%);
}
.pg-blog.pg-thought .glow-2 {
  width: 520px;
  height: 520px;
  bottom: -120px;
  right: -80px;
  background: radial-gradient(circle at 50% 50%, rgba(242, 0, 147, 0.4), rgba(146, 25, 186, 0.22) 55%, transparent 74%);
}
.pg-blog.pg-thought .glow-3 {
  width: 360px;
  height: 360px;
  top: 120px;
  right: 34%;
  background: radial-gradient(circle at 50% 50%, rgba(89, 205, 251, 0.3), transparent 70%);
}
.pg-blog.pg-thought .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 54px;
  align-items: start;
  padding-top: 14px;
}
.pg-blog.pg-thought .eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(100deg, #0096DC, #9219BA 55%, #F20093);
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.pg-blog.pg-thought .hero h1 {
  font-size: 46px;
  line-height: 1.06;
  color: #fff;
  margin-bottom: 18px;
}
.pg-blog.pg-thought .hero h1 .accent {
  background: linear-gradient(100deg, #59CDFB, #F20093);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pg-blog.pg-thought .hero .answer {
  font-size: 16.5px;
  color: rgba(255, 255, 255, 0.86);
  max-width: 56ch;
  margin-bottom: 26px;
  line-height: 1.6;
}
.pg-blog.pg-thought .hero .meta-line {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.pg-blog.pg-thought .hero .meta-line b {
  color: #59CDFB;
}
.pg-blog.pg-thought .hero-cta {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: linear-gradient(100deg, #0096DC, #9219BA 55%, #F20093);
}
.pg-blog.pg-thought .hero-cta:hover {
  color: #fff;
  opacity: 0.92;
}
.pg-blog.pg-thought .hero-side {
  position: sticky;
  top: 24px;
}
.pg-blog.pg-thought .poll-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  padding: 24px 22px;
}
.pg-blog.pg-thought .poll-card .plabel {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #59CDFB;
  font-weight: 700;
  margin-bottom: 6px;
}
.pg-blog.pg-thought .poll-card .pq {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.35;
}
.pg-blog.pg-thought .bar-row {
  margin-bottom: 12px;
}
.pg-blog.pg-thought .bar-row .bl {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  margin-bottom: 5px;
}
.pg-blog.pg-thought .track {
  height: 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.pg-blog.pg-thought .fill {
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(100deg, #59CDFB, #F20093);
}
.pg-blog.pg-thought .fill.dim {
  background: rgba(255, 255, 255, 0.22);
}
.pg-blog.pg-thought .article {
  background: #fff;
  padding: 66px 0 10px;
}
.pg-blog.pg-thought .article .wrap {
  max-width: 820px;
}
.pg-blog.pg-thought .article h2 {
  font-size: 27px;
  color: #1F1D32;
  margin: 44px 0 14px;
  line-height: 1.2;
}
.pg-blog.pg-thought .article h3 {
  font-size: 19px;
  color: #1F1D32;
  margin: 26px 0 8px;
}
.pg-blog.pg-thought .article p {
  font-size: 16.5px;
  color: #33314a;
  margin-bottom: 16px;
}
.pg-blog.pg-thought .article ul {
  margin: 4px 0 20px 0;
  list-style: none;
}
.pg-blog.pg-thought .article ul li {
  font-size: 16px;
  color: #33314a;
  padding: 9px 0 9px 30px;
  position: relative;
}
.pg-blog.pg-thought .article ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 17px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(135deg, #0096DC, #F20093);
}
.pg-blog.pg-thought .article ul li b {
  color: #1F1D32;
}
.pg-blog.pg-thought .article a.inl {
  color: #0096DC;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 150, 220, 0.35);
}
.pg-blog.pg-thought .lede {
  font-size: 19px;
  color: #1F1D32;
  line-height: 1.55;
  margin-bottom: 22px;
}
.pg-blog.pg-thought .voice {
  margin: 26px 0;
  padding: 24px 26px;
  border-radius: 16px;
  background: #f7f9fc;
  border: 1px solid #ecf0f6;
  border-left: 4px solid #F20093;
}
.pg-blog.pg-thought .voice p {
  font-size: 17.5px;
  color: #1F1D32;
  font-style: italic;
  font-synthesis: style;
  margin-bottom: 12px;
  line-height: 1.5;
}
.pg-blog.pg-thought .voice .who {
  display: flex;
  align-items: center;
  gap: 12px;
  font-style: normal;
}
.pg-blog.pg-thought .voice .who .av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0096DC, #9219BA);
  flex: none;
}
.pg-blog.pg-thought .voice .who .nm {
  font-size: 14px;
  font-weight: 900;
  color: #1F1D32;
}
.pg-blog.pg-thought .voice .who .rl {
  font-size: 13px;
  color: #5b5970;
}
.pg-blog.pg-thought .how {
  background: radial-gradient(120% 120% at 82% 0%, #1d2a55 0%, #16142B 52%, #0E0D1E 100%);
  padding: 74px 0;
  position: relative;
  overflow: hidden;
  margin-top: 52px;
}
.pg-blog.pg-thought .how .glow-b {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  bottom: -150px;
  left: 24%;
  background: radial-gradient(circle, rgba(146, 25, 186, 0.5), rgba(242, 0, 147, 0.2) 60%, transparent 75%);
  pointer-events: none;
}
.pg-blog.pg-thought .sec-head {
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.pg-blog.pg-thought .sec-head .eyebrow {
  margin-bottom: 12px;
}
.pg-blog.pg-thought .sec-head h2 {
  font-size: 32px;
  color: #1F1D32;
  margin-top: 4px;
}
.pg-blog.pg-thought .sec-head p {
  color: #5b5970;
  font-size: 16px;
  margin-top: 12px;
}
.pg-blog.pg-thought .how .sec-head h2 {
  color: #fff;
}
.pg-blog.pg-thought .how .sec-head p {
  color: rgba(255, 255, 255, 0.7);
}
.pg-blog.pg-thought .how-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
}
.pg-blog.pg-thought .hcard {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 26px 24px;
}
.pg-blog.pg-thought .hcard .bar {
  width: 34px;
  height: 4px;
  border-radius: 3px;
  margin-bottom: 14px;
  background: linear-gradient(100deg, #59CDFB, #F20093);
}
.pg-blog.pg-thought .hcard h3 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
}
.pg-blog.pg-thought .hcard p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.76);
}
.pg-blog.pg-thought .hcard a {
  color: #59CDFB;
  font-weight: 700;
}
.pg-blog.pg-thought .voice-dark {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 24px 28px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid #59CDFB;
}
.pg-blog.pg-thought .voice-dark p {
  font-size: 17px;
  color: #fff;
  font-style: italic;
  font-synthesis: style;
  margin-bottom: 12px;
  line-height: 1.5;
}
.pg-blog.pg-thought .voice-dark .who {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pg-blog.pg-thought .voice-dark .who .av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #59CDFB, #F20093);
  flex: none;
}
.pg-blog.pg-thought .voice-dark .who .nm {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}
.pg-blog.pg-thought .voice-dark .who .rl {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.pg-blog.pg-thought .callout {
  background: #f7f9fc;
  border: 1px solid #ecf0f6;
  border-radius: 16px;
  padding: 26px 28px;
  margin: 30px 0;
}
.pg-blog.pg-thought .callout h3 {
  margin-top: 0;
}
.pg-blog.pg-thought .callout p {
  margin-bottom: 0;
}
.pg-blog.pg-thought .faq {
  background: #f7f9fc;
  padding: 70px 0 80px;
}
.pg-blog.pg-thought .faq .wrap {
  max-width: 820px;
}
.pg-blog.pg-thought .qa {
  border-bottom: 1px solid #e3e7ee;
  padding: 22px 0;
}
.pg-blog.pg-thought .qa h3 {
  font-size: 18px;
  color: #1F1D32;
  margin-bottom: 8px;
}
.pg-blog.pg-thought .qa p {
  font-size: 15.5px;
  color: #5b5970;
}
.pg-blog.pg-thought .final {
  background: radial-gradient(120% 120% at 50% 0%, #1d2a55 0%, #16142B 55%, #0E0D1E 100%);
  padding: 76px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pg-blog.pg-thought .final .glow {
  width: 520px;
  height: 520px;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 150, 220, 0.4), rgba(242, 0, 147, 0.2) 55%, transparent 74%);
}
.pg-blog.pg-thought .final h2 {
  position: relative;
  z-index: 2;
  font-size: 32px;
  color: #fff;
  margin-bottom: 14px;
}
.pg-blog.pg-thought .final p {
  position: relative;
  z-index: 2;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 56ch;
  margin: 0 auto 28px;
}
.pg-blog.pg-thought .final .fcta {
  position: relative;
  z-index: 2;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  padding: 0 34px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  background: linear-gradient(100deg, #0096DC, #9219BA 55%, #F20093);
}
.pg-blog.pg-thought .final .alt {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.pg-blog.pg-thought .final .alt a {
  color: #59CDFB;
  font-weight: 700;
}
.pg-blog.pg-thought .pg-breadcrumb {
  padding: 20px 0 0;
}

@media (max-width: 980px) {
  .pg-blog.pg-thought .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pg-blog.pg-thought .hero-side {
    position: static;
  }
  .pg-blog.pg-thought .how-grid {
    grid-template-columns: 1fr;
  }
  .pg-blog.pg-thought .hero h1 {
    font-size: 34px;
  }
  .pg-blog.pg-thought .article h2 {
    font-size: 23px;
  }
}
