/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./styles/insights.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/* ---
title:   Colors
section: Core
---

###### Grays

```example:color
@color: #111 @name: Gray Darker
@color: #333 @name: Gray Dark
@color: #666 @name: Gray
@color: #aaa @name: Gray Light
@color: #ddd @name: Gray Lighter
@color: #f0f0f0 @name: Gray White
```

###### Pallets

```example:color
@color: #eade00 @name: Yellow
@color: #3b78e7 @name: Blue
@color: #cc0000 @name: Red
@color: #afcc49 @name: Green
```
*/
.blog #masthead:not(.is-scrolled) .negative,
.single:not(.single-solutions):not(.business-plan) #masthead:not(.is-scrolled) .negative {
  fill: #fff;
}
.blog #masthead:not(.is-scrolled) .positive,
.single:not(.single-solutions):not(.business-plan) #masthead:not(.is-scrolled) .positive {
  fill: #fff;
}
.blog #masthead.is-scrolled .negative,
.single:not(.single-solutions):not(.business-plan) #masthead.is-scrolled .negative {
  fill: #fff;
}
.blog #masthead.is-scrolled .positive,
.single:not(.single-solutions):not(.business-plan) #masthead.is-scrolled .positive {
  fill: #fff;
}

.single-solutions #masthead.is-scrolled .negative {
  fill: #fff;
}

body.blog,
body.archive,
body.archive-page,
body.page-template-page-insights {
  background: #121212;
  color: #ffffff !important;
  min-height: 100vh;
}
body.blog .site-main,
body.archive .site-main,
body.archive-page .site-main,
body.page-template-page-insights .site-main {
  background-color: #121212 !important;
  color: #ffffff !important;
  min-height: 100vh;
  padding: 80px 0 40px;
}
body.blog .container,
body.archive .container,
body.archive-page .container,
body.page-template-page-insights .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
body.blog .insights-hero,
body.archive .insights-hero,
body.archive-page .insights-hero,
body.page-template-page-insights .insights-hero {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body.blog .insights-hero,
  body.archive .insights-hero,
  body.archive-page .insights-hero,
  body.page-template-page-insights .insights-hero {
    margin-bottom: 20px;
  }
}
body.blog .insights-hero .insights-main-title,
body.archive .insights-hero .insights-main-title,
body.archive-page .insights-hero .insights-main-title,
body.page-template-page-insights .insights-hero .insights-main-title {
  margin: 0;
  max-width: 1002px;
  color: #D7B46A;
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  /* 100% */
}
@media (max-width: 768px) {
  body.blog .insights-hero .insights-main-title,
  body.archive .insights-hero .insights-main-title,
  body.archive-page .insights-hero .insights-main-title,
  body.page-template-page-insights .insights-hero .insights-main-title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
body.blog .insights-featured-posts,
body.archive .insights-featured-posts,
body.archive-page .insights-featured-posts,
body.page-template-page-insights .insights-featured-posts {
  display: grid;
  grid-template-columns: 1fr 502px;
  gap: 30px;
  margin-bottom: 80px;
}
body.blog .insights-featured-posts .featured-post-card,
body.archive .insights-featured-posts .featured-post-card,
body.archive-page .insights-featured-posts .featured-post-card,
body.page-template-page-insights .insights-featured-posts .featured-post-card {
  background: rgba(217, 217, 217, 0.12);
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 33px;
}
body.blog .insights-featured-posts .featured-post-card:hover,
body.archive .insights-featured-posts .featured-post-card:hover,
body.archive-page .insights-featured-posts .featured-post-card:hover,
body.page-template-page-insights .insights-featured-posts .featured-post-card:hover {
  transform: translateY(-3px);
}
body.blog .insights-featured-posts .featured-post-card .featured-image,
body.archive .insights-featured-posts .featured-post-card .featured-image,
body.archive-page .insights-featured-posts .featured-post-card .featured-image,
body.page-template-page-insights .insights-featured-posts .featured-post-card .featured-image {
  height: 320px;
  position: relative;
  overflow: hidden;
}
body.blog .insights-featured-posts .featured-post-card .featured-image img,
body.archive .insights-featured-posts .featured-post-card .featured-image img,
body.archive-page .insights-featured-posts .featured-post-card .featured-image img,
body.page-template-page-insights .insights-featured-posts .featured-post-card .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.blog .insights-featured-posts .featured-post-card .featured-image .image-placeholder,
body.archive .insights-featured-posts .featured-post-card .featured-image .image-placeholder,
body.archive-page .insights-featured-posts .featured-post-card .featured-image .image-placeholder,
body.page-template-page-insights .insights-featured-posts .featured-post-card .featured-image .image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #b8b8b8 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.blog .insights-featured-posts .featured-post-card .featured-content,
body.archive .insights-featured-posts .featured-post-card .featured-content,
body.archive-page .insights-featured-posts .featured-post-card .featured-content,
body.page-template-page-insights .insights-featured-posts .featured-post-card .featured-content {
  padding: 0;
}
body.blog .insights-featured-posts .featured-post-card .featured-content .featured-title,
body.archive .insights-featured-posts .featured-post-card .featured-content .featured-title,
body.archive-page .insights-featured-posts .featured-post-card .featured-content .featured-title,
body.page-template-page-insights .insights-featured-posts .featured-post-card .featured-content .featured-title {
  margin-top: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #D7B46A;
  font-family: Raleway;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  /* 116.667% */
}
body.blog .insights-featured-posts .featured-post-card .featured-content .featured-excerpt,
body.archive .insights-featured-posts .featured-post-card .featured-content .featured-excerpt,
body.archive-page .insights-featured-posts .featured-post-card .featured-content .featured-excerpt,
body.page-template-page-insights .insights-featured-posts .featured-post-card .featured-content .featured-excerpt {
  color: #FFF;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}
body.blog .insights-featured-posts .featured-post-card .featured-content .featured-cta .learn-more-btn,
body.archive .insights-featured-posts .featured-post-card .featured-content .featured-cta .learn-more-btn,
body.archive-page .insights-featured-posts .featured-post-card .featured-content .featured-cta .learn-more-btn,
body.page-template-page-insights .insights-featured-posts .featured-post-card .featured-content .featured-cta .learn-more-btn {
  background-color: #ffffff !important;
  color: #0C0C0C !important;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0;
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.2px;
}
body.blog .insights-featured-posts .featured-post-card .featured-content .featured-cta .learn-more-btn:hover,
body.archive .insights-featured-posts .featured-post-card .featured-content .featured-cta .learn-more-btn:hover,
body.archive-page .insights-featured-posts .featured-post-card .featured-content .featured-cta .learn-more-btn:hover,
body.page-template-page-insights .insights-featured-posts .featured-post-card .featured-content .featured-cta .learn-more-btn:hover {
  background-color: #d4af37 !important;
  color: #1a1a1a !important;
}
body.blog .insights-categories,
body.archive .insights-categories,
body.archive-page .insights-categories,
body.page-template-page-insights .insights-categories {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.blog .insights-categories,
  body.archive .insights-categories,
  body.archive-page .insights-categories,
  body.page-template-page-insights .insights-categories {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    overflow-x: scroll;
  }
}
body.blog .insights-categories .categories-title,
body.archive .insights-categories .categories-title,
body.archive-page .insights-categories .categories-title,
body.page-template-page-insights .insights-categories .categories-title {
  margin-bottom: 0;
  color: #D7B46A;
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 200% */
}
body.blog .insights-categories .category-filters,
body.archive .insights-categories .category-filters,
body.archive-page .insights-categories .category-filters,
body.page-template-page-insights .insights-categories .category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 768px) {
  body.blog .insights-categories .category-filters,
  body.archive .insights-categories .category-filters,
  body.archive-page .insights-categories .category-filters,
  body.page-template-page-insights .insights-categories .category-filters {
    width: max-content;
  }
}
body.blog .insights-categories .category-filters .category-btn,
body.archive .insights-categories .category-filters .category-btn,
body.archive-page .insights-categories .category-filters .category-btn,
body.page-template-page-insights .insights-categories .category-filters .category-btn {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 129.412% */
}
body.blog .insights-categories .category-filters .category-btn:hover,
body.archive .insights-categories .category-filters .category-btn:hover,
body.archive-page .insights-categories .category-filters .category-btn:hover,
body.page-template-page-insights .insights-categories .category-filters .category-btn:hover {
  border-color: #d4af37 !important;
  color: #d4af37 !important;
}
body.blog .insights-categories .category-filters .category-btn.active,
body.archive .insights-categories .category-filters .category-btn.active,
body.archive-page .insights-categories .category-filters .category-btn.active,
body.page-template-page-insights .insights-categories .category-filters .category-btn.active {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #1a1a1a !important;
  font-weight: 500;
}
body.blog .insights-posts-grid,
body.archive .insights-posts-grid,
body.archive-page .insights-posts-grid,
body.page-template-page-insights .insights-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.blog .insights-posts-grid,
  body.archive .insights-posts-grid,
  body.archive-page .insights-posts-grid,
  body.page-template-page-insights .insights-posts-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 60px;
  }
}
body.blog .insights-posts-grid .post-card,
body.archive .insights-posts-grid .post-card,
body.archive-page .insights-posts-grid .post-card,
body.page-template-page-insights .insights-posts-grid .post-card {
  background: rgba(217, 217, 217, 0.12);
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 24px;
}
body.blog .insights-posts-grid .post-card:hover,
body.archive .insights-posts-grid .post-card:hover,
body.archive-page .insights-posts-grid .post-card:hover,
body.page-template-page-insights .insights-posts-grid .post-card:hover {
  transform: translateY(-3px);
}
body.blog .insights-posts-grid .post-card .post-image,
body.archive .insights-posts-grid .post-card .post-image,
body.archive-page .insights-posts-grid .post-card .post-image,
body.page-template-page-insights .insights-posts-grid .post-card .post-image {
  height: 264px;
  position: relative;
  overflow: hidden;
}
body.blog .insights-posts-grid .post-card .post-image img,
body.archive .insights-posts-grid .post-card .post-image img,
body.archive-page .insights-posts-grid .post-card .post-image img,
body.page-template-page-insights .insights-posts-grid .post-card .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.blog .insights-posts-grid .post-card .post-image .image-placeholder,
body.archive .insights-posts-grid .post-card .post-image .image-placeholder,
body.archive-page .insights-posts-grid .post-card .post-image .image-placeholder,
body.page-template-page-insights .insights-posts-grid .post-card .post-image .image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #b8b8b8 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.blog .insights-posts-grid .post-card .post-content,
body.archive .insights-posts-grid .post-card .post-content,
body.archive-page .insights-posts-grid .post-card .post-content,
body.page-template-page-insights .insights-posts-grid .post-card .post-content {
  padding: 0;
}
body.blog .insights-posts-grid .post-card .post-content .post-title,
body.archive .insights-posts-grid .post-card .post-content .post-title,
body.archive-page .insights-posts-grid .post-card .post-content .post-title,
body.page-template-page-insights .insights-posts-grid .post-card .post-content .post-title {
  margin-top: 40px;
  margin-bottom: 12px;
  color: #D7B46A;
  font-family: Raleway;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  /* 108.333% */
}
body.blog .insights-posts-grid .post-card .post-content .post-excerpt,
body.archive .insights-posts-grid .post-card .post-content .post-excerpt,
body.archive-page .insights-posts-grid .post-card .post-content .post-excerpt,
body.page-template-page-insights .insights-posts-grid .post-card .post-content .post-excerpt {
  margin-bottom: 20px;
  color: #FFF;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
}
body.blog .insights-posts-grid .post-card .post-content .post-cta .learn-more-btn,
body.archive .insights-posts-grid .post-card .post-content .post-cta .learn-more-btn,
body.archive-page .insights-posts-grid .post-card .post-content .post-cta .learn-more-btn,
body.page-template-page-insights .insights-posts-grid .post-card .post-content .post-cta .learn-more-btn {
  background-color: #ffffff !important;
  color: #0C0C0C !important;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.2px;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: max-content;
}
body.blog .insights-posts-grid .post-card .post-content .post-cta .learn-more-btn:hover,
body.archive .insights-posts-grid .post-card .post-content .post-cta .learn-more-btn:hover,
body.archive-page .insights-posts-grid .post-card .post-content .post-cta .learn-more-btn:hover,
body.page-template-page-insights .insights-posts-grid .post-card .post-content .post-cta .learn-more-btn:hover {
  background-color: #d4af37 !important;
  color: #1a1a1a !important;
}
body.blog .insights-cta,
body.archive .insights-cta,
body.archive-page .insights-cta,
body.page-template-page-insights .insights-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  margin-bottom: 60px;
  border-top: 1px solid #333333;
}
body.blog .insights-cta .cta-left,
body.archive .insights-cta .cta-left,
body.archive-page .insights-cta .cta-left,
body.page-template-page-insights .insights-cta .cta-left {
  flex: 1;
}
body.blog .insights-cta .cta-left .cta-title,
body.archive .insights-cta .cta-left .cta-title,
body.archive-page .insights-cta .cta-left .cta-title,
body.page-template-page-insights .insights-cta .cta-left .cta-title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #d4af37 !important;
  margin-bottom: 10px;
  line-height: 1.3;
}
body.blog .insights-cta .cta-left .cta-subtitle,
body.archive .insights-cta .cta-left .cta-subtitle,
body.archive-page .insights-cta .cta-left .cta-subtitle,
body.page-template-page-insights .insights-cta .cta-left .cta-subtitle {
  font-size: 0.9rem;
  color: #cccccc !important;
  line-height: 1.4;
  margin: 0;
}
body.blog .insights-cta .cta-right .contact-btn,
body.archive .insights-cta .cta-right .contact-btn,
body.archive-page .insights-cta .cta-right .contact-btn,
body.page-template-page-insights .insights-cta .cta-right .contact-btn {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}
body.blog .insights-cta .cta-right .contact-btn:hover,
body.archive .insights-cta .cta-right .contact-btn:hover,
body.archive-page .insights-cta .cta-right .contact-btn:hover,
body.page-template-page-insights .insights-cta .cta-right .contact-btn:hover {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #1a1a1a !important;
}
body.blog .insights-footer,
body.archive .insights-footer,
body.archive-page .insights-footer,
body.page-template-page-insights .insights-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
body.blog .insights-footer .footer-left .logo-text,
body.archive .insights-footer .footer-left .logo-text,
body.archive-page .insights-footer .footer-left .logo-text,
body.page-template-page-insights .insights-footer .footer-left .logo-text {
  font-size: 1.3rem;
  font-weight: 400;
  color: #d4af37 !important;
}
body.blog .insights-footer .footer-right,
body.archive .insights-footer .footer-right,
body.archive-page .insights-footer .footer-right,
body.page-template-page-insights .insights-footer .footer-right {
  display: flex;
  gap: 15px;
}
body.blog .insights-footer .footer-right a,
body.archive .insights-footer .footer-right a,
body.archive-page .insights-footer .footer-right a,
body.page-template-page-insights .insights-footer .footer-right a {
  color: #999999 !important;
  transition: color 0.3s ease;
}
body.blog .insights-footer .footer-right a:hover,
body.archive .insights-footer .footer-right a:hover,
body.archive-page .insights-footer .footer-right a:hover,
body.page-template-page-insights .insights-footer .footer-right a:hover {
  color: #d4af37 !important;
}
body.blog .insights-footer .footer-right a svg,
body.archive .insights-footer .footer-right a svg,
body.archive-page .insights-footer .footer-right a svg,
body.page-template-page-insights .insights-footer .footer-right a svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  body.blog .insights-hero .insights-main-title,
  body.archive .insights-hero .insights-main-title,
  body.archive-page .insights-hero .insights-main-title,
  body.page-template-page-insights .insights-hero .insights-main-title {
    font-size: 2.4rem;
  }
  body.blog .insights-featured-posts,
  body.archive .insights-featured-posts,
  body.archive-page .insights-featured-posts,
  body.page-template-page-insights .insights-featured-posts {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }
  body.blog .insights-posts-grid,
  body.archive .insights-posts-grid,
  body.archive-page .insights-posts-grid,
  body.page-template-page-insights .insights-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }
  body.blog .insights-cta,
  body.archive .insights-cta,
  body.archive-page .insights-cta,
  body.page-template-page-insights .insights-cta {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 30px 0;
  }
  body.blog .insights-footer,
  body.archive .insights-footer,
  body.archive-page .insights-footer,
  body.page-template-page-insights .insights-footer {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  body.blog .insights-hero .insights-main-title,
  body.archive .insights-hero .insights-main-title,
  body.archive-page .insights-hero .insights-main-title,
  body.page-template-page-insights .insights-hero .insights-main-title {
    font-size: 2rem;
  }
  body.blog .container,
  body.archive .container,
  body.archive-page .container,
  body.page-template-page-insights .container {
    padding: 0 15px;
  }
}

/*# sourceMappingURL=insights.css.map*/