/* Start custom CSS for text-editor, class: .elementor-element-66f1240a */.tm-blog-wrap {
      --tm-blue-ink: #1746ce;
      --tm-dark-blue: #0a1e59;
      --tm-fluro-green: #0affc4;
      --tm-light-grey: #f2f2f2;
      --tm-bean-grey: #c7cdd9;
      --tm-black: #111111;
      --tm-white: #ffffff;
      --tm-max-width: 1100px;
      --tm-radius: 24px;
      --tm-shadow: 0 20px 50px rgba(10, 30, 89, 0.12);
      font-family: "Manrope", Arial, sans-serif;
      color: var(--tm-dark-blue);
      line-height: 1.75;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      width: 100%;
      overflow: hidden;
    }
    .tm-blog-wrap *,
    .tm-blog-wrap *::before,
    .tm-blog-wrap *::after {
      box-sizing: border-box;
    }
    .tm-blog-wrap img {
      max-width: 100%;
      display: block;
    }
    .tm-blog-wrap a {
      color: var(--tm-blue-ink);
      text-decoration: none;
    }
    .tm-blog-wrap a:hover {
      text-decoration: underline;
    }
    .tm-blog-wrap .tm-page {
      position: relative;
      width: 100%;
      overflow: hidden;
    }
    .tm-blog-wrap .tm-container {
      max-width: var(--tm-max-width);
      margin: 0 auto;
      padding: 0 24px;
      width: 100%;
    }
    .tm-blog-wrap .tm-intro-block {
      max-width: var(--tm-max-width);
      margin: 32px auto 28px;
      padding: 0 24px;
      width: 100%;
    }
    .tm-blog-wrap .tm-blog-hero {
      background: linear-gradient(135deg, var(--tm-blue-ink) 0%, #4f7cff 100%);
      color: var(--tm-white);
      padding: 48px 32px;
      border-radius: 24px;
      margin-bottom: 30px;
      box-shadow: var(--tm-shadow);
    }
    .tm-blog-wrap .tm-blog-eyebrow {
      display: inline-block;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.14);
      padding: 8px 12px;
      border-radius: 999px;
      margin-bottom: 18px;
      color: var(--tm-white);
    }
    .tm-blog-wrap .tm-blog-hero h1 {
      font-size: clamp(2.2rem, 3.8vw, 3.3rem);
      margin: 0 0 12px;
      color: var(--tm-white);
      letter-spacing: -0.03em;
      line-height: 1.08;
      font-weight: 800;
    }
    .tm-blog-wrap .tm-blog-hero p {
      font-size: 1.2rem;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.94);
      margin: 0;
      max-width: 820px;
      line-height: 1.45;
    }
    .tm-blog-wrap .tm-intro {
      font-size: 1.1rem;
      color: rgba(10, 30, 89, 0.9);
      margin: 0;
    }
    .tm-blog-wrap .tm-video-card {
      background: var(--tm-white);
      border-radius: 24px;
      box-shadow: var(--tm-shadow);
      padding: 24px;
      margin: 32px 0 48px;
      overflow: hidden;
      clear: both;
    }
    .tm-blog-wrap .tm-video-card h2 {
      margin: 0 0 10px;
      font-size: 1.5rem;
      line-height: 1.2;
      color: var(--tm-dark-blue);
    }
    .tm-blog-wrap .tm-video-card p {
      margin: 0 0 18px;
      color: rgba(10, 30, 89, 0.82);
      font-size: 1rem;
    }
    .tm-blog-wrap .tm-video-embed {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      border-radius: 18px;
      overflow: hidden;
      background: linear-gradient(180deg, var(--tm-blue-ink) 0%, var(--tm-dark-blue) 100%);
    }
    .tm-blog-wrap .tm-video-embed iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }
    .tm-blog-wrap .tm-main-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 320px;
      gap: 48px;
      align-items: start;
    }
    .tm-blog-wrap .tm-article {
      min-width: 0;
    }
    .tm-blog-wrap .tm-article p {
      margin: 0 0 1.3rem;
      font-size: 1.05rem;
      color: var(--tm-dark-blue);
    }
    .tm-blog-wrap .tm-article h2 {
      margin: 54px 0 16px;
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      line-height: 1.15;
      color: var(--tm-dark-blue);
      letter-spacing: -0.03em;
      font-weight: 800;
    }
    .tm-blog-wrap .tm-article h3 {
      margin: 28px 0 12px;
      font-size: 1.28rem;
      line-height: 1.25;
      color: var(--tm-blue-ink);
      font-weight: 700;
    }
    .tm-blog-wrap .tm-article ul {
      margin: 0 0 1.5rem 1.2rem;
      padding: 0;
    }
    .tm-blog-wrap .tm-article li {
      margin-bottom: 0.65rem;
      color: var(--tm-dark-blue);
    }
    .tm-blog-wrap .tm-pull-quote {
      position: relative;
      margin: 28px 0;
      padding: 28px 28px 28px 30px;
      background: linear-gradient(180deg, rgba(23, 70, 206, 0.06) 0%, rgba(10, 30, 89, 0.03) 100%);
      border-left: 5px solid var(--tm-fluro-green);
      border-radius: 18px;
      color: var(--tm-dark-blue);
      overflow: hidden;
    }
    .tm-blog-wrap .tm-pull-quote::after {
      content: "";
      position: absolute;
      right: 18px;
      top: 18px;
      width: 46px;
      height: 46px;
      background: rgba(10, 255, 196, 0.15);
      border-radius: 53% 47% 59% 41% / 40% 54% 46% 60%;
    }
    .tm-blog-wrap .tm-pull-quote p {
      margin: 0;
      font-size: 1.15rem;
      font-weight: 700;
      line-height: 1.5;
      position: relative;
      z-index: 1;
    }
    .tm-blog-wrap .tm-pull-quote p + p {
      margin-top: 12px;
    }
    .tm-blog-wrap .tm-pull-quote cite {
      display: block;
      margin-top: 12px;
      font-style: normal;
      font-size: 0.95rem;
      color: rgba(10, 30, 89, 0.78);
      font-weight: 600;
      position: relative;
      z-index: 1;
    }
    .tm-blog-wrap .tm-highlight-box {
      background: var(--tm-light-grey);
      border-radius: 20px;
      padding: 24px;
      margin: 30px 0;
      border: 1px solid rgba(23, 70, 206, 0.08);
    }
    .tm-blog-wrap .tm-highlight-box h3 {
      margin-top: 0;
      color: var(--tm-dark-blue);
    }
    .tm-blog-wrap .tm-highlight-box p:last-child,
    .tm-blog-wrap .tm-highlight-box ul:last-child {
      margin-bottom: 0;
    }
    .tm-blog-wrap .tm-sidebar {
      position: sticky;
      top: 24px;
    }
    .tm-blog-wrap .tm-side-card {
      background: var(--tm-light-grey);
      border-radius: 22px;
      padding: 22px;
      margin-bottom: 18px;
      border: 1px solid rgba(10, 30, 89, 0.06);
    }
    .tm-blog-wrap .tm-side-card.tm-dark {
      background: linear-gradient(180deg, var(--tm-blue-ink) 0%, var(--tm-dark-blue) 100%);
      color: var(--tm-white);
      box-shadow: var(--tm-shadow);
    }
    .tm-blog-wrap .tm-side-card.tm-dark h3,
    .tm-blog-wrap .tm-side-card.tm-dark p,
    .tm-blog-wrap .tm-side-card.tm-dark li {
      color: var(--tm-white);
    }
    .tm-blog-wrap .tm-side-card.tm-dark a:not(.tm-btn):not(.tm-btn-secondary) {
      color: var(--tm-white);
    }
    .tm-blog-wrap .tm-side-card h3 {
      margin: 0 0 10px;
      font-size: 1.08rem;
      line-height: 1.25;
      font-weight: 700;
    }
    .tm-blog-wrap .tm-side-card p,
    .tm-blog-wrap .tm-side-card li {
      margin: 0 0 0.9rem;
      font-size: 0.96rem;
      line-height: 1.65;
    }
    .tm-blog-wrap .tm-side-card ul {
      margin: 0;
      padding-left: 1.1rem;
    }
    .tm-blog-wrap .tm-btn,
    .tm-blog-wrap .tm-btn-secondary {
      display: inline-block;
      margin-top: 10px;
      padding: 14px 18px;
      border-radius: 999px;
      font-weight: 800;
      font-size: 0.95rem;
      text-align: center;
      transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
      text-decoration: none;
      line-height: 1.2;
    }
    .tm-blog-wrap .tm-btn {
      background: var(--tm-fluro-green);
      color: var(--tm-dark-blue);
      box-shadow: 0 10px 20px rgba(10, 255, 196, 0.22);
      border: 2px solid var(--tm-dark-blue);
    }
    .tm-blog-wrap .tm-btn:hover {
      text-decoration: none;
      transform: translateY(-1px);
    }
    .tm-blog-wrap .tm-btn-secondary {
      background: var(--tm-white);
      color: var(--tm-blue-ink);
      border: 2px solid rgba(23, 70, 206, 0.14);
    }
    .tm-blog-wrap .tm-btn-secondary:hover {
      text-decoration: none;
      transform: translateY(-1px);
    }
    .tm-blog-wrap .tm-sidebar .tm-side-card.tm-dark a.tm-btn,
    .tm-blog-wrap .tm-sidebar .tm-side-card.tm-dark a.tm-btn:link,
    .tm-blog-wrap .tm-sidebar .tm-side-card.tm-dark a.tm-btn:visited {
      background: var(--tm-fluro-green);
      color: var(--tm-dark-blue) !important;
      border: 2px solid var(--tm-dark-blue);
      font-weight: 800;
      text-decoration: none;
    }
    .tm-blog-wrap .tm-sidebar .tm-side-card.tm-dark a.tm-btn:hover,
    .tm-blog-wrap .tm-sidebar .tm-side-card.tm-dark a.tm-btn:focus {
      background: #ffffff;
      color: var(--tm-dark-blue) !important;
      border: 2px solid #ffffff;
      text-decoration: none;
    }
    .tm-blog-wrap .tm-section-divider {
      height: 1px;
      background: linear-gradient(90deg, rgba(23, 70, 206, 0) 0%, rgba(23, 70, 206, 0.22) 20%, rgba(23, 70, 206, 0.22) 80%, rgba(23, 70, 206, 0) 100%);
      margin: 38px 0;
    }
    .tm-blog-wrap .tm-cta-band {
      margin-top: 72px;
      background: linear-gradient(180deg, var(--tm-blue-ink) 0%, var(--tm-dark-blue) 100%);
      color: var(--tm-white);
      position: relative;
      overflow: hidden;
      border-radius: 0;
    }
    .tm-blog-wrap .tm-cta-band::before,
    .tm-blog-wrap .tm-cta-band::after {
      content: "";
      position: absolute;
      opacity: 0.95;
    }
    .tm-blog-wrap .tm-cta-band::before {
      width: 120px;
      height: 120px;
      right: 40px;
      top: 30px;
      background: rgba(10, 255, 196, 0.92);
      border-radius: 57% 43% 45% 55% / 43% 52% 48% 57%;
    }
    .tm-blog-wrap .tm-cta-band::after {
      width: 180px;
      height: 180px;
      left: -80px;
      bottom: -30px;
      border: 2px solid rgba(255, 255, 255, 0.6);
      background: transparent;
      border-radius: 46% 54% 38% 62% / 57% 41% 59% 43%;
    }
    .tm-blog-wrap .tm-cta-inner {
      max-width: var(--tm-max-width);
      margin: 0 auto;
      padding: 56px 24px 64px;
      position: relative;
      z-index: 1;
    }
    .tm-blog-wrap .tm-cta-kicker {
      margin: 0 0 10px;
      font-size: 0.95rem;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--tm-fluro-green);
    }
    .tm-blog-wrap .tm-cta-inner h2 {
      margin: 0 0 14px;
      font-size: clamp(2rem, 3vw, 3rem);
      line-height: 1.08;
      letter-spacing: -0.03em;
      color: var(--tm-white);
      font-weight: 800;
    }
    .tm-blog-wrap .tm-cta-inner p {
      max-width: 760px;
      margin: 0 0 18px;
      font-size: 1.08rem;
      color: rgba(255, 255, 255, 0.92);
    }
    .tm-blog-wrap .tm-cta-links {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 20px;
    }
    .tm-blog-wrap .tm-cta-links a {
      text-decoration: none;
    }
    .tm-blog-wrap .tm-blog-footer-wrap {
      background: #ffffff;
    }
    .tm-blog-wrap .tm-blog-footer-inner {
      max-width: var(--tm-max-width);
      margin: 0 auto;
      padding: 48px 24px 24px;
    }
    .tm-blog-wrap .tm-blog-footer {
      margin-top: 0;
      padding-top: 8px;
      border-top: 1px solid #e2e8f0;
    }
    .tm-blog-wrap .tm-blog-footer h2 {
      margin: 0 0 14px;
      font-size: clamp(1.9rem, 3vw, 2.6rem);
      line-height: 1.15;
      color: var(--tm-dark-blue);
      letter-spacing: -0.03em;
      font-weight: 800;
    }
    .tm-blog-wrap .tm-blog-footer p {
      margin: 0 0 16px;
      font-size: 1.05rem;
      color: var(--tm-dark-blue);
    }
    .tm-blog-wrap .tm-footer-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      margin-top: 22px;
    }
    .tm-blog-wrap .tm-footer-card {
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      border-radius: 18px;
      padding: 20px;
      transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
      box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
    }
    .tm-blog-wrap .tm-footer-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
      border-color: #c7d2fe;
    }
    .tm-blog-wrap .tm-footer-card h4 {
      margin: 0 0 10px;
      color: var(--tm-blue-ink);
      font-size: 18px;
      line-height: 1.35;
      font-weight: 800;
    }
    .tm-blog-wrap .tm-footer-card p {
      margin: 0 0 10px;
      font-size: 16px;
      line-height: 1.7;
      color: #475569;
    }
    .tm-blog-wrap .tm-footer-card p:last-child {
      margin-bottom: 0;
    }
    @media (max-width: 980px) {
      .tm-blog-wrap .tm-main-grid {
        grid-template-columns: 1fr;
      }
      .tm-blog-wrap .tm-sidebar {
        position: static;
      }
    }
    @media (max-width: 680px) {
      .tm-blog-wrap .tm-blog-hero,
      .tm-blog-wrap .tm-video-card,
      .tm-blog-wrap .tm-side-card,
      .tm-blog-wrap .tm-highlight-box,
      .tm-blog-wrap .tm-pull-quote,
      .tm-blog-wrap .tm-footer-card {
        padding: 20px;
      }
      .tm-blog-wrap .tm-article p,
      .tm-blog-wrap .tm-blog-footer p {
        font-size: 1rem;
      }
      .tm-blog-wrap .tm-intro-block {
        margin-top: 24px;
      }
      .tm-blog-wrap .tm-container,
      .tm-blog-wrap .tm-intro-block,
      .tm-blog-wrap .tm-cta-inner,
      .tm-blog-wrap .tm-blog-footer-inner {
        padding-left: 18px;
        padding-right: 18px;
      }
      .tm-blog-wrap .tm-footer-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */