/* 
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
/*
* TEXT TRUNCATE
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block.
* Usage: @include text-truncate;
* Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
*/
/*
* DON'T BREAK
* Useful mixing so links don't overrun their container
* Usage: @include dontbreak();
* Source: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
*/
/*
* Skew
* Useful mixing to create skewed edges
* Usage: @include angle-edge(bottomright, 3deg, topleft, 3deg, #fff);
* Source: http://www.hongkiat.com/blog/skewed-edges-css/
*/
/*
* SASS Parent append
* Useful if you want to add an append to the parent without writing it out again
* Usage: @include parent-append(":hover")
* Source: https://codepen.io/imkremen/pen/RMVBvq
*/
/*
* Checked animation
*/
header:not(.norm) {
  background: var(--report-header-background-color);
}
.single-insights header:not(.norm) {
  background: var(--report-header-background-color);
  border-color: rgba(25, 25, 25, 0.2);
}
@media (min-width: 1025px) {
  header:not(.norm) {
    position: relative !important;
    top: 0 !important;
    transform: none !important;
  }
}
header:not(.norm) svg > * {
  fill: white !important;
}
.single-insights header:not(.norm) svg > * {
  fill: var(--report-header-text-color) !important;
}
header:not(.norm) a {
  color: white;
}
header:not(.norm) a:hover {
  color: var(--report-accent-color);
}
header:not(.norm) .header-right .btn {
  background: white;
  color: #191919;
}
header:not(.norm) .header-right .btn:hover {
  background: var(--report-accent-color);
  color: #191919;
}
header:not(.norm) .header-left .burger-menu span {
  background: white;
}
.single-insights header:not(.norm) .header-left .burger-menu span {
  background: var(--report-header-text-color);
}
.spns header:not(.norm) #searchNav, .spns header:not(.norm) .header-right > *, .spns header:not(.norm) .header-left > *, .spns header:not(.norm) #menu-main-menu, .spns header:not(.norm) #menu-main-menu-bottom, .spns header:not(.norm) .header-social {
  display: none !important;
}
.spns header:not(.norm) .logo {
  pointer-events: none !important;
}
.spns header:not(.norm) .logo > * {
  fill: white !important;
}
@media (max-width: 1024px) {
  .spns header:not(.norm) .header-left > *:first-child {
    display: block !important;
  }
}
.spns header:not(.norm).hamb-open {
  background-color: #191919 !important;
}
.spns header:not(.norm).hamb-open:before {
  background: linear-gradient(#191919, transparent);
}
.spns header:not(.norm).hamb-open a {
  color: white;
  font-weight: bold;
}
.spns header:not(.norm) .header-left .burger-menu[menu-mobile=active] span {
  background: white;
}
.spns header:not(.norm) .header-left nav.header-nav {
  background: #191919 !important;
}
.spns header:not(.norm) .header-left nav.header-nav .bottom {
  background: #191919 !important;
}
.spns header:not(.norm) .header-left nav.header-nav .bottom:before {
  background: linear-gradient(180deg, #191919, transparent);
}
.single-insights.spns header:not(.norm) .logo {
  pointer-events: all !important;
}

.spns footer:not(.norm) .footer-columns {
  display: none !important;
}
.spns footer:not(.norm) .sub-footer .subfooter-col {
  border: 0 !important;
}
@media (max-width: 768px) {
  .spns footer:not(.norm) .sub-footer .subfooter-col {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .spns footer:not(.norm) .sub-footer .subfooter-col .logo {
    display: block !important;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}

.block-qanda .circle-qanda {
  border-radius: 3rem;
  color: white;
  background-color: #191919;
  float: left;
  font-family: "sofia-pro";
  font-weight: bold;
  min-height: 3rem;
  min-width: 3rem;
  text-align: center;
  line-height: 2.6rem;
  margin-right: 1rem;
  border: 1px solid #191919;
  padding-left: 5px;
  padding-right: 5px;
}
.block-qanda .question-qa {
  position: relative;
  font-family: "Acta", serif;
  position: relative;
}
.block-qanda .question-qa:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 0.1rem;
  width: 1px;
  height: 100%;
  z-index: -1;
  background: #191919;
}
.block-qanda .question-qa .circle-qanda {
  color: #191919;
  background-color: white;
  position: relative;
}
.block-qanda .question-qa h5 {
  margin: 0;
  font-family: "Acta", serif;
  padding-bottom: 2rem;
  padding-left: 4rem;
}
.block-qanda .answer-qa {
  position: relative;
  font-family: "Acta", serif;
}
.block-qanda .answer-qa a {
  color: #fd2341;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: transparent;
}
.block-qanda .answer-qa a:hover {
  text-decoration-color: rgba(253, 35, 65, 0.5);
}

.report-header {
  background-color: var(--report-header-background-color);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.single-insights .report-header {
  background-color: var(--report-header-background-color);
}
.report-header .report-title {
  font-size: 7rem;
  font-family: "sofia-pro";
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 5rem;
  color: white;
  text-align: center;
}
.single-insights .report-header .report-title {
  color: #191919;
}
@media (max-width: 1024px) {
  .report-header .report-title {
    font-size: 6rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .report-header .report-title {
    font-size: 4rem;
  }
}
.report-header .report-title .in-focus {
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 0.5rem;
  margin-top: -1.5rem;
}
.report-header .report-title .in-focus span {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-bottom: 0.3rem;
  line-height: 1;
  font-size: 3.6rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .report-header .report-title .in-focus span {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .report-header .report-title .in-focus span {
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .report-header .featured-image {
    max-width: 75%;
    margin: 0 auto;
  }
}
.report-header .featured-image .HYPE_document {
  width: 100%;
}
.report-header .featured-image .ai2html-target {
  position: relative;
}
.report-header .featured-image .ai2html-target:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.3%;
}
.report-header .featured-image .ai2html-target iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.report-header .in-focus-date {
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 1.5rem;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  color: white;
}
@media (max-width: 1024px) {
  .report-header .in-focus-date {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .report-header .in-focus-date {
    font-size: 1.6rem;
  }
}
.report-header .in-focus-date + .sponsored {
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  .report-header.sponsored-header .featured-image {
    max-width: 70%;
    margin: 0 auto;
  }
}
.report-header .sponsored {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.single-insights .report-header .sponsored {
  color: #191919;
}
.report-header .sponsored img {
  max-width: 16rem;
  max-height: 8rem;
  margin-top: 1rem;
  object-fit: contain;
  cursor: pointer;
}
@media (max-width: 768px) {
  .report-header .sponsored img {
    max-width: 11rem;
    max-height: 6rem;
  }
}
.report-header .sponsored a + a {
  margin-left: 1.5rem;
}
.report-header.white .report-title {
  color: white;
}
.single-insights .report-header.white .sponsored {
  color: white;
}

.scroll-wrap {
  background: var(--report-accent-color);
  padding: 3rem 0;
  margin-bottom: 8rem;
  overflow: hidden;
}
.single-insights .scroll-wrap {
  background: #191919;
}
.scroll-wrap .bottom {
  display: flex;
  position: relative;
}
@media (max-width: 500px) {
  .scroll-wrap .bottom {
    display: flex;
    flex-direction: column-reverse;
  }
}
.scroll-wrap .bottom:before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  left: -50vw;
  top: 0;
  z-index: 3;
  background: linear-gradient(90deg, var(--report-accent-color) 99%, transparent);
}
.single-insights .scroll-wrap .bottom:before {
  background: linear-gradient(90deg, #191919 99%, transparent);
}
.scroll-wrap .bottom:after {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 100%;
  z-index: 3;
  top: 0;
  background: linear-gradient(90deg, transparent, var(--report-accent-color) 1%);
}
.single-insights .scroll-wrap .bottom:after {
  background: linear-gradient(90deg, transparent, #191919 1%);
}
@media (min-width: 501px) {
  .scroll-wrap .bottom.small-bottom:before {
    left: calc(-50vw + 15rem);
  }
}
@media (min-width: 1025px) {
  .scroll-wrap .bottom.small-bottom:before {
    left: calc(-50vw + 21rem);
  }
}
@media (max-width: 500px) {
  .scroll-wrap .bottom.small-bottom:before {
    left: -50vw;
  }
}
.scroll-wrap .bottom .sponsored {
  max-width: 17rem;
  background-color: var(--report-accent-color);
  z-index: 5;
}
.single-insights .scroll-wrap .bottom .sponsored {
  background-color: #191919;
}
.scroll-wrap .bottom .sponsored img {
  cursor: pointer;
}
.scroll-wrap .bottom .sponsored .association {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  white-space: nowrap;
  color: #191919;
}
.single-insights .scroll-wrap .bottom .sponsored .association {
  color: white;
}
@media (max-width: 768px) {
  .scroll-wrap .bottom .sponsored {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .scroll-wrap .bottom .sponsored img {
    max-width: 12rem;
  }
}
.scroll-wrap .bottom .bg-sticky {
  background: var(--report-accent-color);
}
.scroll-wrap .sidebar {
  color: #191919;
  width: 100%;
  position: relative;
  display: flex;
  white-space: nowrap;
  width: 100%;
  flex-wrap: nowrap;
  z-index: 2;
  overflow: visible;
}
.single-insights .scroll-wrap .sidebar {
  color: white;
}
@media (min-width: 1025px) {
  .scroll-wrap .sidebar.small {
    padding-left: 4rem;
    width: calc(100% - 17rem);
  }
}
@media (max-width: 768px) {
  .scroll-wrap .sidebar {
    margin-left: 0 !important;
    margin-bottom: 2rem;
  }
}
.scroll-wrap .sidebar .entry {
  border-right: 1px solid #191919;
  position: relative;
  vertical-align: top;
  padding-top: 0.5rem;
  padding-right: 2.5rem;
  padding-left: 3rem;
  min-height: 100%;
  position: relative;
  min-width: 40%;
}
.single-insights .scroll-wrap .sidebar .entry {
  border-color: white;
}
@media (max-width: 1024px) {
  .scroll-wrap .sidebar .entry {
    min-width: 45%;
  }
}
@media (max-width: 500px) {
  .scroll-wrap .sidebar .entry {
    min-width: 60%;
  }
}
@media (max-width: 500px) {
  .scroll-wrap .sidebar .entry {
    padding-top: 0;
    padding-left: 2rem;
  }
}
.scroll-wrap .sidebar .entry:first-child {
  margin-left: -3rem;
}
@media (max-width: 1024px) {
  .scroll-wrap .sidebar .entry:first-child {
    margin-left: 1rem;
  }
}
@media (max-width: 500px) {
  .scroll-wrap .sidebar .entry:first-child {
    margin-left: -2rem;
  }
}
.scroll-wrap .sidebar .entry:first-child:before {
  left: 3rem;
}
.scroll-wrap .sidebar .entry:last-child {
  border-right: 0;
}
@media (max-width: 500px) {
  .scroll-wrap .sidebar .entry:last-child {
    padding-right: 4rem;
  }
}
.scroll-wrap .sidebar .entry .number {
  font-size: 6.5rem;
  position: absolute;
  left: 2.5rem;
  top: 0.5rem;
  line-height: 0.8;
}
@media (min-width: 1025px) {
  .scroll-wrap .sidebar .entry .number {
    width: 7rem;
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .scroll-wrap .sidebar .entry .number {
    font-size: 5rem;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .scroll-wrap .sidebar .entry .number {
    position: relative;
    left: auto;
    line-height: 0.6;
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
  }
}
.scroll-wrap .sidebar .entry a {
  color: #191919;
  padding-left: 9rem;
  display: inline-block;
  white-space: normal;
  font-size: 1.9rem;
  padding-bottom: 2rem;
}
.single-insights .scroll-wrap .sidebar .entry a {
  color: white;
}
@media (max-width: 1024px) {
  .scroll-wrap .sidebar .entry a {
    padding-left: 7rem;
  }
}
@media (max-width: 500px) {
  .scroll-wrap .sidebar .entry a {
    padding-left: 0;
    padding-top: 1rem;
    display: block;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}
.scroll-wrap .sidebar .entry a br {
  display: none;
}

.report-wrap {
  margin-bottom: 5rem;
  position: relative;
}
.report-wrap:before {
  width: 100vw;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #191919;
  left: 50%;
  transform: translateX(-50vw);
}
.report-wrap .content-size {
  background-color: white;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
}
.customBG .report-wrap .content-size {
  border: 0;
  background-color: transparent;
}
.report-wrap .content-size.no-border {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border: 0;
}
.report-wrap .content-size.full {
  margin-left: -16rem;
  width: calc(100% + 16rem);
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .report-wrap .content-size.full {
    width: 100% !important;
    margin-left: 0;
  }
}
.report-wrap .content-size.half {
  margin-left: -16rem;
  width: calc(45% + 8rem);
  float: left;
  margin-right: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .report-wrap .content-size.half {
    width: 50% !important;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .report-wrap .content-size.half {
    width: 100% !important;
    margin-left: 0;
  }
}
.report-wrap .content-size.wide + .content {
  margin-top: 0rem;
  padding-top: 0;
}
.report-wrap .content-size.wide + .content .article-content {
  padding-top: 4rem;
}
.report-wrap .content-size.wide + .content .sidebar {
  margin-top: 4rem;
}
.report-wrap .content .article-header {
  margin-bottom: 4rem;
}
.report-wrap .content .article-header.static h2 {
  margin-bottom: 5rem;
}
.report-wrap .content .article-header h2 {
  padding-left: 14rem;
  padding-right: 32rem;
  font-size: 6rem;
  line-height: 1.1;
  font-weight: normal;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .report-wrap .content .article-header h2 {
    font-size: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
  .report-wrap .content .article-header h2 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .report-wrap .content .article-header h2 {
    font-size: 3rem;
  }
}
.report-wrap .content .article-header .commmercial-feature {
  padding-left: 14rem;
}
@media (max-width: 1024px) {
  .report-wrap .content .article-header .commmercial-feature {
    padding-left: 0;
  }
}
.report-wrap .content .article-header .stand-first {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .report-wrap .content .article-header.static .stand-first {
    margin-bottom: 2rem;
  }
}
@media (min-width: 769px) {
  .report-wrap .content .article-header.static {
    display: flex;
    flex-wrap: wrap;
  }
  .report-wrap .content .article-header.static h2 {
    width: 100%;
    order: 0;
  }
}
@media (min-width: 769px) and (min-width: 1025px) {
  .report-wrap .content .article-header.static h2 {
    padding-right: 32rem;
  }
}
@media (min-width: 769px) {
  .report-wrap .content .article-header.static .article-image {
    width: 50%;
    order: 1;
    padding-right: 2rem;
  }
  .report-wrap .content .article-header.static .stand-first {
    width: 50%;
    order: 2;
    padding-left: 2rem;
  }
}
@media (min-width: 769px) and (min-width: 1025px) {
  .report-wrap .content .article-header.static .stand-first {
    padding-right: 32rem;
  }
}
.report-wrap .content .article-header.static.full .article-image {
  width: 100%;
  order: 2;
  padding-right: 0;
  margin-top: 3rem;
}
.report-wrap .content .article-header.static.full .stand-first {
  order: 1;
  width: 100%;
  padding-left: 0;
}
@media (min-width: 1025px) {
  .report-wrap .content .article-header.static.full .stand-first {
    padding-left: 14rem;
  }
}
.report-wrap .content .article-header.hype .stand-first, .report-wrap .content .article-header.svg .stand-first, .report-wrap .content .article-header.disabled .stand-first {
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .report-wrap .content .article-header.hype .stand-first, .report-wrap .content .article-header.svg .stand-first, .report-wrap .content .article-header.disabled .stand-first {
    margin-bottom: 4rem;
    padding-left: 14rem;
    padding-right: 32rem;
  }
}
.report-wrap .content .article-content {
  position: relative;
  padding-bottom: 4rem;
}
@media (min-width: 1025px) {
  .report-wrap .content .article-content {
    margin-left: 14rem;
    padding-left: 2rem;
    border-left: 1px solid #191919;
  }
  .customBG .report-wrap .content .article-content {
    border: 0;
  }
}
.report-wrap .content .article-content > p {
  font-family: "Acta", serif;
}
.report-wrap .content .article-content > p a {
  color: #fd2341;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: #fd2341;
  transition: all 0.2s ease-in-out;
}
.report-wrap .content .article-content > p a:hover {
  text-decoration-color: rgba(253, 35, 65, 0.5);
}
.report-wrap .content .article-content > ul {
  font-family: "Acta", serif;
}
.report-wrap .content .article-content b {
  font-weight: bold;
}
.single-insights .report-wrap .content .author-date-top > a {
  pointer-events: none !important;
}
.report-wrap .content .author-date-top strong span {
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .report-wrap .content .author-date-top {
    position: absolute;
    left: -14rem;
    top: 0;
    width: 12rem;
  }
  .report-wrap .content .author-date-top.mobile {
    display: none;
  }
  .report-wrap .content .author-date-top > a {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .report-wrap .content .author-date-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2rem;
  }
  .report-wrap .content .author-date-top.desktop {
    display: none;
  }
  .report-wrap .content .author-date-top > *:not(:last-child) {
    margin-right: 2rem;
  }
}
.report-wrap .content .author-date-top .sponsored-logo {
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .report-wrap .content .author-date-top .sponsored-logo {
    margin-top: 0;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .report-wrap .content .author-date-top .sponsored-logo {
    width: 100%;
    margin-top: 2rem;
  }
}
.report-wrap .content .author-date-top .sponsored-logo .sponsored-text {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .report-wrap .content .author-date-top .sponsored-logo img {
    max-width: 14rem;
  }
}
.report-wrap .content .author-date-top a + a {
  margin-left: 1rem;
}
@media (min-width: 1025px) {
  .report-wrap .content .author-date-top a + a {
    margin-top: 1rem;
    margin-left: 0;
    display: block;
  }
}
.report-wrap .content .pullquote .quote {
  font-size: 3.2rem;
  line-height: 1.3;
  padding-right: 1rem;
}
@media (max-width: 1024px) {
  .report-wrap .content .pullquote .quote {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .report-wrap .content .pullquote .quote {
    font-size: 2.4rem;
    padding-right: 0;
  }
}
.report-wrap .content .pullquote .source-quote {
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.report-wrap .content .boxout {
  background-color: #191919;
  color: white;
  margin-left: -2rem;
  width: calc(100% + 2rem);
}
.report-wrap .content .boxout a {
  color: #fd2341;
}
@media (max-width: 768px) {
  .report-wrap .content .boxout {
    width: 100vw;
  }
}
.report-wrap .content .boxout .top-accordion {
  padding: 2rem;
}
.report-wrap .content .boxout .title {
  font-family: "sofia-pro";
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .report-wrap .content .boxout .title {
    font-size: 2rem;
  }
}
.report-wrap .content .boxout .top-content {
  padding-right: 3rem;
  font-family: "sofia-pro";
  font-size: 1.8rem;
}
.report-wrap .content .boxout .top-content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .report-wrap .content .boxout .top-content {
    font-size: 1.6rem;
  }
}
.report-wrap .content .boxout .bottom-accordion {
  padding: 2rem;
  padding-top: 0;
  display: none;
  position: relative;
}
.report-wrap .content .boxout .bottom-accordion > *:last-child {
  margin-bottom: 0;
}
.report-wrap .content .boxout .bottom-accordion p {
  font-family: "sofia-pro";
}
.report-wrap .content .boxout .open-accordion {
  padding: 2rem;
  padding-top: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 4rem;
  cursor: pointer;
}
.report-wrap .content .boxout .open-accordion .arrow {
  width: 4rem;
  margin-left: 1rem;
}
.report-wrap .content .boxout .open-accordion span {
  display: none;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1;
}
.report-wrap .content .boxout .open-accordion span.active {
  display: block;
}
.report-wrap .content .boxout .open-accordion.active span {
  display: block;
}
.report-wrap .content .boxout .open-accordion.active span.active {
  display: none;
}
.report-wrap .content .boxout .open-accordion.active svg {
  transform: rotate(180deg);
}
.report-wrap .content .q-and-a.boxout {
  position: relative;
}
.report-wrap .content .q-and-a.boxout .box-out-image {
  width: 18rem;
  position: absolute;
  left: -9rem;
  top: 1.5rem;
}
@media (max-width: 1024px) {
  .report-wrap .content .q-and-a.boxout .box-out-image {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 10rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .report-wrap .content .q-and-a.boxout .box-out-image {
    width: 8rem;
    margin-right: 2rem;
  }
}
.report-wrap .content .q-and-a.boxout .top-accordion {
  padding-top: 3rem;
}
@media (min-width: 1025px) {
  .report-wrap .content .q-and-a.boxout .top-accordion {
    padding-left: 10rem;
  }
}
.report-wrap .content .q-and-a.boxout .top-accordion:after {
  content: "";
  display: block;
  clear: both;
}
.report-wrap .content .q-and-a.boxout .top-accordion .top-content {
  font-family: "Acta", serif;
}
.report-wrap .content .q-and-a.boxout .top-accordion .title {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .report-wrap .content .q-and-a.boxout .top-accordion .title {
    font-size: 3rem;
  }
}
.report-wrap .content .q-and-a.boxout .bottom-accordion p {
  font-family: "Acta", serif;
}
.report-wrap .content:first-of-type .article-content > p:first-of-type:first-letter {
  float: left;
  font-size: 6rem;
  line-height: 4.5rem;
  padding-bottom: 0.4rem;
  padding-right: 0.8rem;
  font-family: "sofia-pro";
  margin-top: -1rem;
}

.article-authors {
  margin-top: 5rem;
}
.article-authors:before {
  content: "Contributors: ";
}
.article-authors.custom:before {
  display: none;
}
.article-authors span {
  font-weight: bold;
}
.article-authors span:after {
  content: ", ";
  font-weight: normal;
}
.article-authors span:last-of-type:after {
  display: none;
}
.article-authors .bios {
  font-size: 1.5rem;
}
.article-authors .bios .bio {
  margin-bottom: 1rem;
}
.article-authors .bios .bio:first-child {
  margin-top: 2rem;
}
.article-authors .bios .bio span.author-bio {
  font-weight: bold;
}
.article-authors .bios .bio span.author-bio:after {
  content: ": ";
}
.article-authors .bios .bio span.author-description {
  font-weight: normal;
}

.sticky-content .article-content {
  width: calc(100% - 47rem);
  display: inline-block;
}
@media (max-width: 1024px) {
  .sticky-content .article-content {
    width: calc(100% - 33rem);
  }
}
@media (max-width: 768px) {
  .sticky-content .article-content {
    width: 100%;
  }
}
.sticky-content .sidebar {
  padding-left: 5rem;
  width: 32rem;
  position: sticky !important;
  top: 2rem;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 768px) {
  .sticky-content .sidebar {
    display: none;
  }
}
.sticky-content .sidebar .sidebar-title {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.3;
}
.sticky-content .sidebar .art-sidebar {
  position: relative;
  margin-bottom: 1.5rem;
  display: block;
  min-height: 6rem;
  display: flex;
  align-items: center;
  border-radius: 3rem 3rem;
}
.sticky-content .sidebar .art-sidebar > div {
  position: absolute;
  height: 6rem;
  left: 0;
  border: 1px solid #191919;
  width: 6rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
  border-radius: 3rem;
}
.sticky-content .sidebar .art-sidebar > div:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: calc(100% + 1px);
  z-index: -1;
  background-color: #191919;
}
.sticky-content .sidebar .art-sidebar:last-child > div:before {
  display: none;
}
.sticky-content .sidebar .art-sidebar > span {
  padding-left: 7rem;
  display: block;
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: transparent;
  transition: all 0.2s ease-in-out;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.customBG.white .sticky-content .sidebar .art-sidebar > span {
  color: white;
}
.sticky-content .sidebar .art-sidebar:hover span {
  text-decoration-color: rgba(25, 25, 25, 0.5);
}
.customBG.white .sticky-content .sidebar .art-sidebar:hover span {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.sticky-content .sidebar .art-sidebar.active {
  background-color: var(--report-accent-color);
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.sticky-content .sidebar .art-sidebar.active span {
  color: var(--report-accent-text-color) !important;
}
.sticky-content .sidebar .art-sidebar:last-child {
  margin-bottom: 200px;
  padding-bottom: 0;
}

.sidebar-header {
  color: white;
}
@media (min-width: 769px) {
  .sidebar-header > * {
    display: flex;
    flex-direction: row;
  }
  .sidebar-header > *:first-child {
    padding-right: 3rem;
    width: 40%;
    border-right: 1px solid white;
  }
  .sidebar-header > *:last-child {
    width: 60%;
    padding-left: 3rem;
  }
}
.sidebar-header .left {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .sidebar-header .left {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .sidebar-header .left {
    font-size: 2.4rem;
  }
}
.sidebar-header .right {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .sidebar-header .right {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
.sidebar-header .right > * {
  display: block;
}
.sidebar-header .right > *:not(:last-child) {
  margin-bottom: 2.5rem;
}
.sidebar-header .right > *:last-child {
  margin-bottom: 4rem;
}
.sidebar-header .right a {
  font-weight: normal !important;
}

.sidebar-header-bottom {
  padding-bottom: 2rem;
}
.sidebar-header-bottom a {
  font-weight: normal !important;
  text-decoration: underline;
}

.gatedContent.fadedArticle {
  position: relative;
  pointer-events: none !important;
  overflow: hidden !important;
}
.gatedContent.fadedArticle:not(.customBG):before, .gatedContent.fadedArticle.customBG .gatedFade {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 400px;
  z-index: 1;
  background: linear-gradient(transparent, white);
  transform: translate(0, 0);
}

.top5 .heading {
  margin-bottom: 2rem;
}
.top5 .heading .number {
  font-size: 6rem;
  line-height: 0.5;
}
.top5 .heading .text {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .top5 .top5-image {
    margin-bottom: 2rem !important;
  }
}
.top5 .content-top5 {
  font-family: "Acta", serif;
}
.top5 .content-top5.width-image {
  margin-bottom: 5rem;
}
.top5 .content-top5 a {
  color: #fd2341;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: #fd2341;
  transition: all 0.2s ease-in-out;
}
.top5 .content-top5 a:hover {
  text-decoration-color: rgba(253, 35, 65, 0.5);
}

@media (max-width: 1024px) {
  .top5-heading.full {
    display: block !important;
  }
}
.top5-heading.full h2 {
  margin-bottom: 3rem !important;
}
.top5-heading.full .article-image {
  width: 100% !important;
  order: 2 !important;
}
.top5-heading.full .stand-first {
  width: 100% !important;
  order: 1 !important;
  padding-left: 0 !important;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .top5-heading.full .stand-first {
    padding-left: 14rem !important;
  }
}

.article-image .featured-image-credit {
  font-size: 1.2rem;
  color: #191919;
  margin-top: 1rem;
}

.sponsored-wrap .association {
  font-size: 1rem;
  text-transform: uppercase;
}
.sponsored-wrap img {
  max-width: 13rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.sponsored-wrap .association + a + a {
  margin-left: 1.5rem;
}
.sponsored-wrap .association-bottom {
  margin-top: 2rem;
}
.sponsored-wrap .association-bottom .btn {
  margin-left: 0.5rem;
  border-color: #191919;
  color: #191919;
  cursor: pointer;
}
.sponsored-wrap .association-bottom .btn:hover {
  background: #191919;
  color: white;
}

.report-wrap .klear-cta.half {
  border: 1px solid #191919;
  overflow: hidden;
  border-radius: 2.4rem;
  padding: 0;
  margin-left: -16rem;
  width: calc(30% + 8rem);
  float: left;
  margin-right: 3rem;
  margin-bottom: 1rem;
}
.report-wrap .klear-cta.half p {
  margin: 0;
  display: block;
}
@media (max-width: 1024px) {
  .report-wrap .klear-cta.half {
    width: 100% !important;
    margin-left: 0;
  }
  .report-wrap .klear-cta.half .inner {
    display: flex;
  }
  .report-wrap .klear-cta.half .inner img {
    width: 30%;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .report-wrap .klear-cta.half .inner {
    display: block;
  }
  .report-wrap .klear-cta.half .inner img {
    width: 100%;
  }
}
.report-wrap .klear-cta.half .bottom {
  padding: 2rem;
}
.report-wrap .klear-cta.half .bottom .desc {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .report-wrap .klear-cta.half .bottom .desc {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .report-wrap .klear-cta.half .bottom .desc {
    font-size: 1.6rem;
  }
}
.report-wrap .klear-cta.half .bottom .button {
  background-color: #98E1E0;
  border-color: #98E1E0;
  color: #191919;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem 1.2rem;
  letter-spacing: 0;
}
.report-wrap .klear-cta.half .bottom .button:hover {
  border-color: #191919;
  background-color: transparent;
}

.sponsored-cta .associated-logo {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.sponsored-cta .associated-logo img {
  max-width: 16rem;
}
.sponsored-cta .associated-logo img + img {
  margin-left: 1.5rem;
}
.sponsored-cta .associated {
  font-size: 1.2rem;
}
.sponsored-cta .association .btn {
  margin-left: 0.5rem;
  border-color: #191919;
  color: #191919;
  cursor: pointer;
}
.sponsored-cta .association .btn:hover {
  background: #191919;
  color: white;
}

.accordion-article-menu {
  background: var(--report-accent-color);
  text-align: center;
  padding: 3rem 0;
  text-transform: uppercase;
}
.single-insights .accordion-article-menu {
  background: var(--report-content-bar-background-color);
}
.accordion-article-menu .button-open {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
}
.accordion-article-menu .button-open.active svg {
  transform: rotate(180deg);
}
.accordion-article-menu svg {
  width: 3.5rem;
  margin-left: 1.5rem;
  overflow: visible;
  margin-bottom: -5px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .accordion-article-menu svg {
    width: 3rem;
  }
}
.accordion-article-menu svg > circle, .accordion-article-menu svg > path {
  stroke: var(--report-accent-text-color) !important;
  stroke-width: 2px !important;
}
.single-insights .accordion-article-menu svg > circle, .single-insights .accordion-article-menu svg > path {
  stroke: white !important;
}
.accordion-article-menu span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  color: var(--report-accent-text-color);
}
@media (max-width: 768px) {
  .accordion-article-menu span {
    font-size: 2rem;
  }
}
.single-insights .accordion-article-menu span {
  color: white;
}

.all-articles {
  padding-top: 3rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #191919;
}
.all-articles .bottom-titles-scroll.small-bottom {
  display: flex;
}
@media (max-width: 768px) {
  .all-articles .bottom-titles-scroll.small-bottom {
    flex-direction: column-reverse;
  }
}
.all-articles .sponsored {
  width: 14rem;
  padding-right: 3rem;
}
@media (max-width: 1024px) {
  .all-articles .sponsored {
    width: 16rem;
  }
}
@media (max-width: 768px) {
  .all-articles .sponsored {
    margin-top: 3rem;
  }
}
.all-articles .sponsored .association {
  font-size: 1.2rem;
}
.all-articles .sponsored img {
  max-width: 100%;
  margin-top: 1rem;
  padding-right: 1rem;
}
.all-articles .sidebar {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .all-articles .sidebar {
    width: calc(100% - 14rem);
  }
}
.all-articles .sidebar.small {
  width: calc(100% - 14rem);
}
@media (max-width: 1024px) {
  .all-articles .sidebar.small {
    width: calc(100% - 14rem);
  }
}
@media (max-width: 768px) {
  .all-articles .sidebar.small {
    width: 100%;
    padding-left: 0;
  }
}
.all-articles .sidebar .entry {
  width: 40%;
  margin-right: 10%;
  max-width: 45rem;
  margin-top: 2.5rem;
}
.all-articles .sidebar .entry:first-child, .all-articles .sidebar .entry:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .all-articles .sidebar .entry {
    width: 43%;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .all-articles .sidebar .entry {
    width: 100%;
  }
  .all-articles .sidebar .entry:nth-child(2) {
    margin-top: 2.5rem;
  }
}
.all-articles .sidebar .entry .number {
  font-size: 7rem;
  border-bottom: 1px solid #191919;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 1rem;
  margin-top: -1rem;
}
@media (max-width: 1024px) {
  .all-articles .sidebar .entry .number {
    font-size: 5.5rem;
  }
}
@media (max-width: 768px) {
  .all-articles .sidebar .entry .number {
    font-size: 4.5rem;
  }
}
.all-articles .sidebar .entry a {
  font-size: 2rem;
  padding-top: 1rem;
}

.postid-179572 .report-header .sponsored img {
  filter: brightness(0);
}

.postid-185867.single-insights .report-header .report-title, .postid-185867.single-insights .report-header .sponsored .association {
  color: white !important;
}
.postid-185867.single-insights .report-header .sponsored img {
  max-height: 11rem;
  opacity: 0;
  margin-top: 0;
}
.postid-185867.single-insights .report-header .sponsored a {
  display: block;
  margin-top: 1rem;
  background-image: url("https://assets.raconteur.net/uploads/2023/05/natwest-logo-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.postid-185867.single-insights header svg > * {
  fill: white !important;
}
.postid-185867.single-insights .report-wrap .content .author-date-top .sponsored-logo img {
  max-width: 7rem;
}
.postid-185867.single-insights .sponsored-cta .associated-logo {
  max-width: 10rem;
}

.boxout-bottom {
  background-color: var(--report-header-background-color);
  margin-left: -2rem;
  width: 100vw;
  padding: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.boxout-bottom:before {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
@media (min-width: 769px) {
  .boxout-bottom {
    width: calc(100% + 2rem);
    border-top-right-radius: 2.4rem;
    border-bottom-right-radius: 2.4rem;
  }
}
.boxout-bottom .top {
  font-size: 3.2rem;
  font-size: bold;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .boxout-bottom .top {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .boxout-bottom .top {
    font-size: 2.6rem;
  }
}
.boxout-bottom .bottom {
  margin-top: 2rem;
}
.boxout-bottom .bottom .btn {
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .boxout-bottom .bottom {
    display: flex;
  }
  .boxout-bottom .bottom .right {
    width: auto;
    margin-left: auto;
    text-align: right;
    padding-left: 2rem;
  }
  .boxout-bottom .bottom .right .btn {
    margin-top: -0.2rem;
    white-space: nowrap;
  }
}

.single-insights #racdemandgenheader {
  border: 2px solid white;
}

.postid-196927 main {
  min-height: auto !important;
}

.racdemandgenreport.content {
  padding-top: 0;
}
.racdemandgenreport.content .details {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .racdemandgenreport.content .details {
    padding-top: 4rem;
  }
}
.racdemandgenreport.content .details h2 {
  opacity: 0;
  animation: fadeInAnimation ease 1.2s 1s forwards;
}
.racdemandgenreport.content .details .wp-block-button {
  opacity: 0;
  animation: fadeInAnimation ease 0.5s 1.5s forwards;
}
.racdemandgenreport.content .details ul {
  opacity: 0;
  animation: fadeInAnimation ease 1s 1.3s forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.racdemandgenreport .single-report-cont {
  background-color: #00437a !important;
  color: white;
  position: relative;
  width: 100vw;
  height: 100%;
}
@media (max-width: 768px) {
  .racdemandgenreport .single-report-cont .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .racdemandgenreport .single-report-cont .left {
    width: 100vw;
    position: relative;
    left: -2rem;
    height: 100%;
    overflow: hidden;
  }
  .racdemandgenreport .single-report-cont .left:after {
    content: "";
    display: block;
    padding-bottom: 40%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .racdemandgenreport .single-report-cont .left:after {
    display: none;
  }
}
.racdemandgenreport .single-report-cont .left {
  overflow: hidden;
}
.racdemandgenreport .single-report-cont .left img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: auto;
  min-height: 100%;
  max-height: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .racdemandgenreport .single-report-cont .left img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}
@media (max-width: 768px) {
  .racdemandgenreport .single-report-cont .right {
    padding: 4rem 0 0;
  }
  .racdemandgenreport .single-report-cont .right .article-title {
    font-size: 2.2rem;
  }
}
.racdemandgenreport .single-report-cont .right a {
  color: white;
}
.racdemandgenreport .single-report-cont .right a:hover {
  text-decoration-color: white !important;
}
.racdemandgenreport .single-report-cont .right .opinion-tag {
  color: white;
  padding: 0;
  background-color: transparent;
}
.racdemandgenreport .single-report-cont .right .article-title {
  font-size: 4.4rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.racdemandgenreport .single-report-cont .right .excerpt {
  font-size: 1.8rem;
  font-family: "Acta", serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .racdemandgenreport .single-report-cont .right .excerpt {
    font-size: 1.6rem;
  }
}
.racdemandgenreport .single-report-cont .right a.btn {
  cursor: pointer;
  border: 1px solid #191919;
  border-radius: 2.6rem;
  color: #191919;
  padding: 1.2rem 2.2rem;
  font-family: "sofia-pro";
  font-weight: bold;
  background-color: white;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  margin-top: 1rem;
  margin-bottom: 0rem;
  display: inline-block;
}
.racdemandgenreport .single-report-cont .right a.btn:hover {
  background-color: #191919;
  color: white;
  border-color: #191919;
}
@media (min-width: 769px) {
  .racdemandgenreport .single-report-cont .left {
    width: 50vw;
    position: absolute;
    left: 50%;
    height: 100%;
  }
  .racdemandgenreport .single-report-cont .left::after {
    display: none;
  }
  .racdemandgenreport .single-report-cont .right {
    padding-right: 50%;
    width: 100%;
  }
  .racdemandgenreport .single-report-cont .right .text {
    padding: 6rem 8rem;
    padding-left: 0;
  }
  .racdemandgenreport .single-report-cont .right .text.small-pad {
    padding-right: 4rem;
  }
}

.postid-179030.single-insights header:not(.norm) svg > * {
  fill: #191919 !important;
}
.postid-179030 .report-header .sponsored img {
  filter: invert(1);
}

.single-insights #rac-login {
  background-color: #E9ECEF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 20;
}
.single-insights #rac-login.rac-newsletter .newsletter-container .left {
  max-width: 18rem;
}
.single-insights #rac-login.rac-newsletter .newsletter-container {
  display: flex;
  padding: 4rem 0;
}
.single-insights #rac-login.rac-newsletter .newsletter-container .right {
  width: 60%;
}
.single-insights #rac-login.rac-newsletter .newsletter-container h2 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .single-insights #rac-login.rac-newsletter .newsletter-container h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 500px) {
  .single-insights #rac-login.rac-newsletter .newsletter-container h2 {
    font-size: 2.4rem;
  }
}
.single-insights #rac-login.rac-newsletter .newsletter-container .desc {
  max-width: 50rem;
}
@media (max-width: 768px) {
  .single-insights #rac-login.rac-newsletter .newsletter-container .desc {
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  .single-insights #rac-login.rac-newsletter .newsletter-container {
    padding: 3rem 0;
  }
  .single-insights #rac-login.rac-newsletter .newsletter-container .left {
    display: none;
  }
  .single-insights #rac-login.rac-newsletter .newsletter-container .right {
    text-align: center;
    width: 100%;
  }
}
.single-insights #rac-login.rac-newsletter .newsletter-container .btn.loading {
  opacity: 0.5;
  background-color: #191919 !important;
  color: white !important;
  border-color: #191919 !important;
  pointer-events: none !important;
}
.single-insights #rac-login:after {
  content: "";
  display: block;
}
.single-insights .gatedHeight {
  height: 100px;
}
@media (max-width: 768px) {
  .single-insights .gatedHeight {
    height: 0px;
    margin-bottom: -20px;
  }
}