/* @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Plot CSS */

.footer__center {
  width: 1780px !important;
}

.footer__section--bottom {
  display: none !important;
}

.btn--accent.btn--fill {
  color: #000;
  font-weight: bold;
}

.header__center {
  width: 1780px !important;
}

.footer__nav .col-nav__title {
  font-size: 1.1rem;
  font-weight:bold;
}

.header__nav .nav>ul>li {
  border: none !important;
  font-weight:bold;
}

.header__nav .nav>ul>li a {
  color: #B7B7B7;
}

.header__nav .nav>ul>li:hover a {
  color: #ffffff;
}

.header__nav .nav__list--level1>li>a:before {
  display: none !important;
}

.nav--dark .nav__mega {
  background-color: #191B1E !important;
  border-radius: 4px !important;
  margin-top: 10px;
  padding: 20px 0px !important;
}

.blog-body-1 a {
  color: #000 !important;
  font-weight: bold;
  text-decoration: underline;
}

.blog-card__img img {
    height: 300px !important;
    object-fit: cover;
}

.blog-listing-3__recent-img img {
    height: 270px;
    object-fit: cover;
}

.blog-listing-3__other-img img {
    height: 175px;
    object-fit: cover;
}

.nav--dark .nav__mega::before {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    content: "";
    width: 0;
    height: 0;
    border-left: 1.2em solid transparent;
    border-right: 1.2em solid transparent;
    border-bottom: 1.4em solid #191B1E;
    position: absolute;
    top: -1.2em;
    left: calc(50% - .6em - 1em);
}

/* DCI Mega Menu Styles */ 

.dci-nav-main__dropdown {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    flex-direction: column;
    gap: 1em;
}

.dci-nav-main__link:hover + .dci-nav-main__dropdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
}

.dci-nav-main__dropdown-header {
    font-weight: bold;
    margin: 0;
    margin-bottom: .5em;
}

.dci-nav-main__dropdown-header a {
    text-decoration: none !important;
}

.dci-nav-main__dropdown-link-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: .7em;
    margin-bottom: 1em;
    text-decoration: none;
}


.dci-nav-main__dropdown-link-title {
    white-space: nowrap;
    color: #8A8B93;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: .1em;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    -ms-transition: .15s;
    transition: .15s;
    line-height: 1.1rem;
}

.dci-nav-main__dropdown-link-description {
    white-space: nowrap;
    color: #8A8B93;
    font-weight: lighter;
    text-decoration: none;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    -ms-transition: .15s;
    transition: .15s;
    font-size: 0.9rem;
}

.dci-nav-main__dropdown-link-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 275px;
}

.dci-nav-main__dropdown-link-text:hover .dci-nav-main__dropdown-link-title, .dci-nav-main__dropdown-link-text:hover .dci-nav-main__dropdown-link-description {
  color: #fff;
  text-decoration: none !important;
}

.dci-nav-main__dropdown-link-icon {
    background: #ADF1EF;
   border-radius: 100%;
    width: 2.2em;
    height: 2.2em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    color: #000;
}

.dci-nav-main__dropdown-link-icon svg {
    width: 60%;
    height: 60%;
    align-self: center;
    justify-self: center;
}

.blog-listing-3__tag {
    background: #000;
    padding: 5px 12px;
    border-radius: 12px;
    color: #fff !important;
}

.blog-listing-3__tag:hover {
    background: #acff4e;
    color: #000 !important;
}

.blog-pagination__item--active {
    color: #000 !important;
}

.nav__mega-active-link {
    background: #191b1f !important;
}

.styled-list ul {
  list-style-type: none;
}

.styled-list li {
    background: #211E1F;
    padding: 20px 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 10px;
}


@media only screen and (max-width: 1250px) {
  .h1-mobile {
    font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .blog-listing-3__other-img img {
    height: auto;
    object-fit: cover;
  }
  
  .blog-listing-3__recent-img img {
    height: auto;
    object-fit: cover;
  }
  
  .h1-mobile {
    font-size: 2rem;
}
  
/* Key Findings Section */
  
    .kf {
    /* --- tokens ------------------------------------------- */
    --kf-cyan: #5AD1E6;
    --kf-lime: #AEFE4F;
    --kf-bone: #EFEEE8;
 
    --kf-heading: #ffffff;
    --kf-body: rgba(233, 240, 248, 0.88);
    --kf-eyebrow: rgba(233, 240, 248, 0.66);
    --kf-muted: rgba(233, 240, 248, 0.42);
 
    --kf-card-bg: rgba(255, 255, 255, 0.05);
    --kf-card-border: rgba(255, 255, 255, 0.08);
    --kf-radius: 16px;
 
    /* Swap for your HubSpot theme font if you don't want inherit */
    font-family: inter;
    color: var(--kf-body);
  }
 
  .kf *,
  .kf *::before,
  .kf *::after { box-sizing: border-box; }
 
  .kf p,
  .kf h2,
  .kf ul,
  .kf li { margin: 0; padding: 0; }
 
  .kf ul { list-style: none; }
 
  /* --- intro ---------------------------------------------- */
  .kf__eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--kf-eyebrow);
    margin-bottom: 0.75rem;
  }
 
  .kf__title {
    font-size: clamp(2.125rem, 4vw, 3.625rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--kf-heading);
    max-width: 18ch;
  }
 
  /* --- cards ---------------------------------------------- */
  .kf__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.4vw, 1.5rem);
    margin-top: clamp(2rem, 3.5vw, 3.25rem);
  }
 
  .kf__card {
    display: flex;
    flex-direction: column;
    padding: clamp(1.75rem, 2.6vw, 3rem);
    background: var(--kf-card-bg);
    border: 1px solid var(--kf-card-border);
    border-radius: var(--kf-radius);
  }
 
  .kf__stat {
    font-size: clamp(3rem, 4.4vw, 4.375rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
  }
 
  .kf__stat--cyan { color: var(--kf-cyan); }
  .kf__stat--lime { color: var(--kf-lime); }
  .kf__stat--bone { color: var(--kf-bone); }
 
  .kf__copy {
    font-size: clamp(1rem, 1.05vw, 1.0625rem);
    line-height: 1.55;
    max-width: 30ch;
    margin-bottom: clamp(1.5rem, 2.4vw, 2.25rem);
  }
 
  /* pins the tag to the bottom so uneven copy lengths stay aligned */
  .kf__tag {
    margin-top: auto;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--kf-muted);
  }
 
  /* --- source --------------------------------------------- */
  .kf__source {
    margin-top: clamp(1.75rem, 3vw, 2.75rem);
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.5;
    color: var(--kf-muted);
  }
 
  .kf__source cite { font-style: italic; }
 
  /* --- responsive ----------------------------------------- */
  @media (max-width: 991px) {
    .kf__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kf__copy { max-width: none; }
  }
 
  @media (max-width: 639px) {
    .kf__grid { grid-template-columns: minmax(0, 1fr); }
    .kf__title { max-width: none; }
    .kf__title br { display: none; }
    .kf__stat { margin-bottom: 1rem; }
    .kf__copy { margin-bottom: 1.25rem; }
  }