*,
    :after,
    :before {
      box-sizing: border-box;
    }

    body.elementor-page-8736 #lqd-site-content {
      width: 100%;
    }


    :root {
      --font-header: "Items Condensed", serif;
      --font-body: "Basel", sans-serif;
      --blog-color-white: #fff;
      --blog-color-black: #000;
      --blog-color-1: #F45B1E;
      --blog-color-2: #1c1915;
      --lead-section-bg: #eff8ff;
      --summary-bg-color: var(--blog-color-1);
      --summary-heading-color: var(--blog-color-white);
      --summary-text-color: var(--blog-color-white);
      --callout-left-bg-color: #efe8e2;
      --callout-left-after-color: #efe8e2;
      --callout-left-text-color: var(--blog-color-2);
      --callout-left-cta-bg-color: #1c1915;
      --callout-left-cta-text-color: var(--blog-color-white);
      --callout-left-cta-hover-bg-color: var(--blog-color-white);
      --callout-left-cta-hover-text-color: #1c1915;
      --callout-right-bg-color: #efe8e2;
      --callout-right-after-color: #efe8e2;
      --callout-right-text-color: var(--blog-color-2);
      --callout-right-cta-bg-color: #1c1915;
      --callout-right-cta-text-color: var(--blog-color-white);
      --callout-right-cta-hover-bg-color: var(--blog-color-white);
      --callout-right-cta-hover-text-color: #1c1915;
      --quote-bg-color: #D1CA8A;
      --quote-text-color: var(--blog-color-2);
      --quote-border-color: var(--blog-color-2);
      --key-takeaways-bg-color: var(--blog-color-white);
      --key-takeaways-border-color: #e7e8f0;
      --key-takeaways-text-color: #000;
      --key-takeaways-heading-color: var(--blog-color-2);
      --key-takeaways-cta-bg-color: #1c1915;
      --key-takeaways-cta-text-color: var(--blog-color-white);
      --key-takeaways-cta-hover-bg-color: var(--blog-color-white);
      --key-takeaways-cta-hover-text-color: #1c1915;
      --references-bg-color: #eff7ff;
      --references-border-color: var(--blog-color-1);
      --references-text-color: var(--blog-color-2);
      --references-heading-color: var(--blog-color-2);
      --references-divider-color: #c1defb;
      --about-company-bg-color: #91abab;
      --about-company-heading-color: #000;
      --about-company-text-color: #000;
      --about-company-icon-color: #fff;
      --toc-bg-color: var(--blog-color-white);
      --toc-heading-color: var(--blog-color-2);
      --toc-text-color: var(--blog-color-1);
      --toc-border-color: var(--blog-color-1);
      --toc-active-bg-color: #fff;
      --toc-active-text-color: #91abab;
      --toc-active-divider-color: #91abab;
    }

    /* Assign Items Condensed to all header elements */
    /* .title-container h1, */
    .blog-wrapper h2,
    .blog-wrapper h3,
    .blog-content h4,
    .blog-content h5,
    .blog-content h6 {
      /* font-family: var(--font-header); */
      font-size: 40px;
      white-space: normal;
      margin: 0em 0em 0.55em 0em;
      color: #000000;
      font-family: "termina", Sans-serif;
    }

    /* Ensure body font on all paragraphs and list content */
    .blog-wrapper p,
    .blog-content p,
    .blog-content ul,
    .blog-content ol,
    .blog-content li {
      font-family: var(--font-body);
    }

    .main-blog.page-width {
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }

    .lead-section,
    .blog-wrapper {
      font-family: var(--font-body);
    }

    .blog-wrapper {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: flex-start;
      column-gap: 32px;
      margin-top: 48px;
      margin-bottom: 48px;
      padding-bottom: 0;
    }

    .blog-wrapper h2,
    .blog-content h2 {
      margin-top: 48px;
      margin-bottom: 24px;
      color: #000;
    }

    .blog-content>h2:first-child,
    #summary+h2 {
      margin-top: 0;
    }

    .blog-wrapper h3,
    .blog-content h3 {
      margin-top: 32px;
      margin-bottom: 16px;
      color: #000;
    }

    .blog-content h2+h3 {
      margin-top: 0;
    }

    .blog-content h4,
    .blog-content h5,
    .blog-content h6 {
      font-weight: 700;
      color: #000;
    }

    .blog-wrapper p,
    .blog-content ul,
    .blog-content ol {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 24px;
      color: #000;
    }

    .blog-content>p {
      margin-bottom: 24px;
    }

    .blog-content>p:last-child,
    .blog-content>ul:last-child,
    .blog-content>ol:last-child {
      margin-bottom: 0;
    }

    .blog-content ul li,
    .blog-content ol li {
      margin-top: 2px;
      margin-bottom: 2px;
    }

    .blog-content ul li {
      list-style-type: disc;
      list-style-position: inside;
    }

    .blog-content ol li {
      list-style-type: decimal;
      list-style-position: inside;
    }

    .lead-section .title-container,
    .blog-wrapper {
      margin-left: 24px;
      margin-right: 24px;
    }

    .title-container h1 {
      font-size: 43px;
      line-height: 1;
      color: #000;
      text-align: left;
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 600;
    }

    .lead-section {
      background-color: #ffffff;
      display: flex;
      flex-direction: column;
      margin-bottom: 0;
      margin-top: 0 !important;
      padding-bottom: 0px;
      position: relative;
      z-index: 2;
      margin-left: auto;
      margin-right: auto;
    }

    .lead-image {
      width: 100%;
      max-width: 100%;
      display: inline-block;
      aspect-ratio: 3 / 1;
      overflow: hidden;
    }

    .lead-image-container {
      margin-bottom: 32px;
      margin-top: 24px;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      margin-left: auto;
      margin-right: auto;
    }

    .lead-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 4px;
    }

    .lead-section .title-container {
      z-index: 2;
      position: relative;
    }

    .lead-section .lead-meta {
      display: flex;
      flex-direction: row;
      gap: 16px;
      margin-top: 24px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      color: #000;
      font-family: var(--font-body);
    }

    .lead-section .lead-meta a {
      display: inline-block;
      text-decoration: none;
      color: #000;
    }

    .lead-section .lead-meta a:hover {
      text-decoration: underline;
      color: var(--blog-color-1);
    }

    .lead-section .lead-meta>div {
      position: relative;
      padding-left: 16px;
    }

    .lead-section .lead-meta>div::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 4px;
      height: 4px;
      background-color: #666;
    }

    .lead-section .lead-meta>div:first-of-type {
      padding-left: 0;
    }

    .lead-section .lead-meta>div:first-of-type::before {
      display: none;
    }

    /* Blog content container */
    .blog-content {
      width: 100%;
      position: relative;
    }

    /* Summary */
    .blog-content #summary {
      background-color: var(--blog-color-2);
      color: var(--summary-text-color);
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      padding: 24px;
      margin-bottom: 32px;
      margin-left: 0;
      margin-right: 0;
      font-size: 18px;
      line-height: 28px;
      border: 1px solid transparent;
      border-top: 8px solid #efe8e2;
      font-family: var(--font-body);
      box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08);
    }

    .blog-content #summary strong,
    .blog-content #summary b {
      font-size: 28px;
      line-height: 36px;
      display: block;
      color: var(--summary-heading-color);
      font-weight: 900;
      margin-bottom: 20px;
      position: relative;
      font-family: var(--font-header);
    }

    .blog-content #summary p {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      color: var(--blog-color-white);
    }

    .blog-content #summary>* {
      z-index: 2;
      position: relative;
    }

    /* Callout */
    .blog-content .callout {
      position: relative;
      width: 100%;
      margin-top: 32px;
      margin-bottom: 32px;
      border-radius: 4px;
      text-align: start;
      box-shadow: 0px 24px 40px -24px rgba(0, 0, 0, 0.18);
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      padding: 24px;
      font-family: var(--font-body);
      border: 1px solid transparent;
      border-top: 8px solid var(--blog-color-2);
    }

    .blog-content .callout .callout_text {
      font-weight: 700 !important;
      font-size: 24px !important;
      line-height: 32px !important;
      margin-bottom: 0;
      margin-top: 0;
    }

    .blog-content .callout_left .callout_text {
      color: var(--callout-left-text-color);
    }

    .blog-content .callout_right .callout_text {
      color: var(--callout-right-text-color);
    }

    .blog-content .callout_left {
      background-color: rgb(244 91 30 / 20%);
    }

    .blog-content .callout_left::after {
      background-color: var(--callout-left-after-color);
    }

    .blog-content .callout_right {
      background-color: rgb(244 91 30 / 20%);
    }

    .blog-content .callout_right::after {
      background-color: var(--callout-right-after-color);
    }

    .blog-content .callout_left_cta_button,
    .blog-content .callout_right_cta_button {
      margin-top: 16px;
    }

    .blog-content .callout_left_cta_anchor_text,
    .blog-content .callout_right_cta_anchor_text {
      display: inline-block;
    }

    .blog-content .callout_left_cta_dest_url,
    .blog-content .callout_right_cta_dest_url {
      display: inline-block;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      border-width: 1px;
      max-width: fit-content;
      border-style: solid;
      border-radius: 4px;
      padding: 7px 16px;
      text-decoration: none;
      transition: all 0.2s ease;
      outline: none;
    }

    .blog-content .callout_left_cta_dest_url svg,
    .blog-content .callout_right_cta_dest_url svg {
      stroke: currentColor;
    }

    .blog-content .callout_left_cta_dest_url {
      border-color: var(--callout-left-cta-bg-color);
      background-color: var(--callout-left-cta-bg-color);
      color: var(--callout-left-cta-text-color);
    }

    .blog-content .callout_right_cta_dest_url {
      border-color: var(--callout-right-cta-bg-color);
      background-color: var(--callout-right-cta-bg-color);
      color: var(--callout-right-cta-text-color);
    }

    .blog-content .callout_left_cta_dest_url:hover {
      cursor: pointer;
      background-color: var(--callout-left-cta-hover-bg-color);
      color: var(--callout-left-cta-hover-text-color) !important;
      border-color: #CCE1F4;
    }

    .blog-content .callout_right_cta_dest_url:hover {
      cursor: pointer;
      background-color: var(--callout-right-cta-hover-bg-color);
      color: var(--callout-right-cta-hover-text-color) !important;
      border-color: #CCE1F4;
    }

    /* Quote */
    .blog-content .quote {
      margin: 32px 0px;
      background-color: var(--blog-color-2);
      border-radius: 4px;
      border: 1px solid transparent;
      border-top: 8px solid #CCE1F4;
      padding: 24px;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      color: #fff;
      box-shadow: 0px 8px 48px -4px rgba(0, 0, 0, 0.08);
      font-family: var(--font-body);
    }

    .blog-content .quote_wide_text {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
    }

    .blog-content .quote_wide_source_name {
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      margin-top: 24px;
      font-family: var(--font-header);
    }

    .blog-content .quote_wide_source_title {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      margin-top: 8px;
      font-family: var(--font-body);
    }

    /* Key Takeaways */
    .blog-content #key-takeaways {
      background-color: var(--key-takeaways-bg-color);
      border: 1px solid var(--key-takeaways-border-color);
      border-top: 8px solid var(--blog-color-1);
      padding: 24px;
      position: relative;
      border-radius: 4px;
      margin-top: 32px;
      margin-bottom: 32px;
      box-shadow: 0px 6px 48px -12px rgba(0, 0, 0, 0.18);
    }

    .blog-content #key-takeaways::before {
      content: '';
      position: absolute;
      top: 24px;
      left: 24px;
      right: 24px;
      z-index: 1;
      width: calc(100% - 48px);
      height: 12px;
      border-radius: 4px;
      border-top: none;
    }

    .blog-content #key-takeaways strong {
      display: block;
      font-size: 24px;
      line-height: 34px;
      font-weight: 900;
      color: var(--key-takeaways-heading-color);
      margin-bottom: 16px;
      font-family: var(--font-header);
    }

    .blog-content #key-takeaways ul,
    .blog-content #key-takeaways ol {
      margin-bottom: 0;
      padding-left: 0;
      word-break: break-word;
    }

    .blog-content #key-takeaways ul:not(:last-child),
    .blog-content #key-takeaways ol:not(:last-child) {
      margin-bottom: 24px;
    }

    .blog-content #key-takeaways ul li,
    .blog-content #key-takeaways ol li {
      font-size: 16px;
      line-height: 24px;
      color: var(--key-takeaways-text-color);
      list-style: none;
      position: relative;
      padding-left: 36px;
      margin-bottom: 12px;
    }

    .blog-content #key-takeaways ul li:last-child,
    .blog-content #key-takeaways ol li:last-child {
      margin-bottom: 0;
    }

    .blog-content #key-takeaways ul li::before,
    .blog-content #key-takeaways ol li::before {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      z-index: 1;
      width: 24px;
      height: 24px;
      background-image: url('data:image/svg+xml, <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" rx="12" fill="%23ec7015"/><path d="M7.5 12L10.5 15L16.5 9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 4px;
    }

    .blog-content .key_takeaways_cta_button {
      display: inline-block !important;
      margin-top: 24px;
    }

    .blog-content .key_takeaways_cta_dest_url {
      display: inline-block;
      align-items: center;
      gap: 8px;
      border: 1px solid var(--key-takeaways-cta-bg-color);
      background-color: var(--key-takeaways-cta-bg-color);
      color: var(--key-takeaways-cta-text-color);
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      border-radius: 4px;
      max-width: fit-content;
      padding: 7px 16px;
      text-decoration: none;
      transition: all 0.2s ease;
      outline: none;
    }

    .blog-content .key_takeaways_cta_dest_url:hover {
      cursor: pointer;
      background-color: var(--key-takeaways-cta-hover-bg-color);
      color: var(--key-takeaways-cta-hover-text-color) !important;
      border-color: #CCE1F4;
    }

    .blog-content .key_takeaways_cta_dest_url svg {
      stroke: currentColor;
    }

    /* References */
    .blog-content #references {
      background-color: var(--references-bg-color);
      padding: 24px;
      margin: 32px 0;
      border-radius: 4px;
      color: var(--references-text-color);
      font-size: 16px;
      line-height: 28px;
      border: 1px solid transparent;
      border-top: 8px solid var(--blog-color-1);
      backdrop-filter: blur(36px);
    }

    .blog-content #references a {
      color: var(--blog-color-2);
    }

    .blog-content #references a:hover {
      text-decoration: underline;
      color: var(--blog-color-1);
    }

    .blog-content #references strong,
    .blog-content #references b {
      display: block;
      font-size: 24px;
      line-height: 34px;
      font-weight: 900;
      color: var(--references-heading-color);
      margin-bottom: 16px;
      font-family: var(--font-header);
    }

    .blog-content #references ul,
    .blog-content #references ol {
      padding-left: 0;
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 0;
      word-break: break-word;
    }

    .blog-content #references ul li,
    .blog-content #references ol li {
      padding-top: 16px;
      padding-bottom: 16px;
      list-style-type: decimal;
      list-style-position: inside;
      border-bottom: 1px solid var(--references-divider-color);
      color: var(--blog-color-2);
    }

    .blog-content #references ul li:first-child,
    .blog-content #references ol li:first-child {
      padding-top: 0px;
    }

    .blog-content #references ul li:last-child,
    .blog-content #references ol li:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .blog-content #references ul li a,
    .blog-content #references ol li a {
      color: var(--blog-color-2);
      list-style-type: none;
      position: relative;
    }

    /* About */
    .about_company {
      border: 1px solid var(--about-company-bg-color);
      border-top: 8px solid var(--blog-color-2);
      border: 1px solid var(--about-company-bg-color);
      background-color: #f45b1e;
      box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
      box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
      padding: 24px 16px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      border-radius: 4px;
      position: relative;
      overflow: hidden;
    }

    .about_company_title {
      color: var(--about-company-heading-color);
      font-size: 18px;
      font-weight: 700;
      line-height: 28px;
      position: relative;
      z-index: 2;
    }

    .about_company_text {
      color: var(--about-company-text-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      position: relative;
      z-index: 2;
    }

    .about_company_social {
      display: flex;
      flex-direction: row;
      gap: 24px;
      position: relative;
      z-index: 2;
    }

    .about_company_social svg {
      fill: var(--about-company-icon-color);
    }

    .about_company_social svg path {
      fill: var(--about-company-icon-color) !important;
    }

    .about_company_social svg stop {
      stop-color: var(--about-company-icon-color) !important;
    }

    /* Email icon uses stroke instead of fill */
    .about_company_social a[href^="mailto"] svg path {
      fill: none !important;
      stroke: var(--about-company-icon-color) !important;
    }

    /* Table of Content */
    .flex-container.show {
      top: auto;
      bottom: 30px;
      overflow-y: scroll;
    }

    /*.toc-overlay.show {*/
    /*  position: fixed;*/
    /*  top: 0px;*/
    /*  width: 100%;*/
    /*  height: 100%;*/
    /*  background: rgba(0, 0, 0, 0.2);*/
    /*  z-index: 2;*/
    /*}*/

    #toc {
      position: fixed;
      left: 16px;
      right: 16px;
      top: unset;
      bottom: 20px;
      z-index: 10;
      width: calc(100% - 32px);
      border: 1px solid var(--toc-border-color);
      border-top: 8px solid var(--toc-border-color);
      background-color: var(--toc-bg-color);
      padding: 24px;
      border-radius: 4px;
      font-size: 14px;
      line-height: 20px;
      box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08);
    }

    #toc::after {
      content: attr(data-content);
      position: absolute;
      top: 14px;
      right: 16px;
      z-index: 1;
      width: 24px;
      height: 24px;
      background-image: url('data:image/svg+xml, <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 15L12 9L18 15" stroke="%23212121" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      background-repeat: no-repeat;
      background-size: cover;
      cursor: pointer;
    }

    #toc strong,
    #toc b {
      font-size: 18px;
      line-height: 28px;
      display: block;
      width: 100%;
      color: var(--toc-heading-color);
      cursor: pointer;
    }

    #toc ul.hide {
      visibility: hidden;
      opacity: 0;
      height: 0px;
      margin: 0px;
    }

    #toc a {
      color: var(--toc-text-color);
      text-decoration: none;
    }

    #toc li::marker {
      display: none;
    }

    #toc ul {
      padding: 0px;
    }

    #toc ul li ul {
      padding-left: 20px;
    }

    #toc ul {
      list-style-type: none;
    }

    #toc>ul {
      margin-bottom: 0;
      margin-top: 16px;
    }

    #toc>ul>li {
      padding: 8px;
      transition: height 0.3s ease-in-out;
      list-style-type: none;
    }

    #toc>ul>li>ul {
      overflow: hidden;
      height: 0px;
      margin-bottom: 0;
    }

    #toc>ul>li.active {
      background: var(--toc-active-bg-color);
    }

    #toc>ul>li:has(.active) {
      border-radius: 4px;
      /*background: var(--toc-active-bg-color);*/
      background: #f2f5f7;
    }

    #toc ul li ul li {
      margin: 8px 0;
    }

    #toc summary {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: flex-start;
      list-style: none;
      cursor: pointer;
    }

    #toc summary::-webkit-details-marker {
      display: none;
    }

    #toc summary::before {
      display: inline-block;
      width: 14px;
      text-align: center;
      margin-right: 2px;
      content: '+';
      color: var(--blog-color-1);
    }

    #toc details[open]>summary::before {
      transform: rotate(180deg);
      content: '-';
      color: var(--blog-color-1);
    }

    #toc details ul li {
      position: relative;
    }

    #toc details ul li::before {
      content: '';
      position: absolute;
      top: 6px;
      left: -12px;
      z-index: 1;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: transparent;
    }

    #toc details ul li.active::before {
      background-color: var(--blog-color-1);
    }

    #toc ul li.active>a,
    #toc details>summary.active>a {
      /*background: var(--toc-active-bg-color);*/
      color: var(--about-company-text-color);
    }

    #toc details.active ul {
      border-top: 1px solid var(--blog-color-1);
      margin-top: 8px;
    }

    /* Additional link styling for grayscale */
    .blog-content a {
      color: #000;
      text-decoration: underline;
    }

    .blog-content a:hover {
      color: var(--blog-color-1);
    }

    /* Styling anchor tag text color and adding hover animation */
    .dark-text-color {
      display: inline-block;
      color: var(--blog-color-1) !important;
      text-decoration: none !important;
      position: relative;
    }

    .dark-text-color::after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: var(--blog-color-1);
    }

    .dark-text-color:hover {
      color: var(--blog-color-1);
    }

    .dark-text-color:hover::after {
      animation: underlineAnimation 0.4s ease;
    }

    @keyframes underlineAnimation {
      0% {
        width: 0;
      }

      100% {
        width: 100%;
      }
    }

    @media (min-width: 1024px) {
      .blog-wrapper {
        flex-direction: row-reverse;
        margin-bottom: 48px;
      }

      /*.blog-wrapper h2 {
          font-size: 30px;
          line-height: 36px;
          margin-bottom: 30px;
        }

        .blog-wrapper h3 {
          font-size: 24px;
          line-height: 32px;
          margin-bottom: 24px;
        }*/

      .blog-wrapper p {
        font-size: 18px;
        line-height: 1.3em;
        margin-bottom: 24px;
      }

      .lead-section .title-container,
      .lead-section .lead-meta,
      .blog-wrapper {
        margin-left: 32px;
        margin-right: 32px;
        max-width: 100%;
      }

      .title-container h1 {
        font-size: 40px;
        line-height: 1;
        margin-top: 0;
      }

      .lead-section .lead-meta {
        margin-top: 24px;
      }

      .lead-image-container {
        margin-top: 32px;
        margin-bottom: 0px;
        padding-left: 32px;
        padding-right: 32px;
      }

      .lead-section {
        flex-direction: column;
      }

      .lead-image {
        height: auto;
        aspect-ratio: 3 / 1;
      }

      .flex-container {
        width: 50% !important;
        max-width: 350px !important;
        gap: 32px;
        margin-bottom: 20px;
        display: flex;
        position: sticky;
        top: 20px;
        flex-direction: column;
      }

      .blog-content {
        position: relative;
      }

      /* Summary */
      #summary {
        padding: 32px;
        margin-bottom: 48px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 4px;
        font-size: 20px;
        line-height: 32px;
      }

      #summary strong,
      #summary b {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 28px;
      }

      /* Callout */
      .blog-content .callout {
        width: 340px;
        border-radius: 8px;
      }

      .blog-content .callout_left {
        float: left;
        margin: 0 30px 20px 0px;
      }

      .blog-content .callout_right {
        float: right;
        margin: 0 0 20px 30px;
      }

      /* Key Takeaways */
      .blog-content #key-takeaways {
        padding: 32px;
        margin-top: 48px;
        margin-bottom: 48px;
      }

      .blog-content #key-takeaways::before {
        top: 32px;
        left: 32px;
        right: 32px;
        width: calc(100% - 64px);
      }

      .blog-content #key-takeaways strong {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 24px;
      }

      /* Quote */
      .blog-content .quote {
        padding: 32px;
        margin: 48px 0;

        background-color: #222d2ff2;
        border-radius: 4px;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        color: #fff;
        box-shadow: 0px 8px 48px -4px rgba(16, 24, 40, 0.08);
      }

      /* References */
      .blog-content #references {
        padding: 32px;
        margin-top: 48px;
        margin-bottom: 48px;
      }

      .blog-content #references strong {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 24px;
      }

      /* Table of Content */
      #toc {
        position: relative;
        width: 100%;
        display: block;
        height: auto;
        inset: 0;
        border-bottom: none;
        border-left: none;
        border-right: none;
        background-color: white;
        padding: 32px;
      }

      #toc::after {
        display: none;
      }

      #toc strong {
        padding-left: 4px;
        padding-right: 4px;
      }

      .about_company {
        padding: 32px 24px;
      }
    }

    @media (max-width: 1024px) {
      .lead-image-container {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
      }

      .lead-image-container .lead-image {
        aspect-ratio: 3 / 2;
      }

      .blog-wrapper {
        margin-top: 20px;
      }

      .blog-wrapper h2,
      .blog-wrapper h3,
      .blog-content h4,
      .blog-content h5,
      .blog-content h6 {
        font-size: 30px;
      }

      #toc {
        padding: 14px 16px;
      }

      .lead-section .title-container h1 {
        font-size: 32px;
        line-height: 1.1;
      }
    }

    .lead-section .title-container,
    .lead-section .lead-meta,
    .blog-wrapper {
      margin-left: 0px;
      margin-right: 0px;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
    }
.blog-wrapper{
box-shadow: none !important;
}
.page-width{
max-width: unset !important;
}