/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

body {
  max-width: 100%;
  overflow-x: hidden; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

img {
  display: block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  color: #30a0ba; }

.at4-share {
  transform: translateY(-50%); }

@font-face {
  font-family: 'Sabon LT Pro';
  src: url("../fonts/wf_1.woff2") format("woff2"), url("../fonts/wf_1.woff") format("woff"), url("../fonts/wf_1.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Sabon LT Pro';
  src: url("../fonts/wf.woff2") format("woff2"), url("../fonts/wf.woff") format("woff"), url("../fonts/wf.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/**
 * Basic typography style for copy text
 */
html {
  font-size: 62.5%; }

body {
  color: #333333;
  font: normal 1.8rem/1.44 "Sabon LT Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0; }

/**
 * Clear inner floats
 */
@media (max-width: 767px) {
  br.hide-mobile {
    display: none; } }

@media (max-width: 1023px) {
  br.hide-tablet {
    display: none; } }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1280px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }
  @media (min-width: 1024px) {
    .container {
      padding: 0 50px; } }
  @media (min-width: 1280px) {
    .container {
      padding: 0; } }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

body.remove-scrolling {
  height: 100%;
  overflow: hidden; }

html.sr .load-hidden {
  visibility: hidden; }

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  z-index: 21;
  background: #fff; }
  @media (min-width: 768px) {
    .page-header {
      min-height: 0;
      height: 54px; } }
  @media (min-width: 1024px) {
    .page-header {
      height: 60px; } }
  .page-header .container {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .page-header .container {
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row; } }
  .page-header__btns-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 50; }
    .page-header__btns-wrap .header-btn:not(:last-child) {
      margin-right: 2px; }
  .page-header.is-hidden {
    z-index: 20; }
    .page-header.is-hidden .page-header__btns-wrap {
      display: none; }
  .page-header__wrap {
    padding: 15px 0;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .page-header__wrap {
        margin-left: 25px;
        padding-top: 5px;
        padding-bottom: 5px; } }
    @media (min-width: 890px) {
      .page-header__wrap {
        margin-left: 0; } }
    @media (min-width: 1024px) {
      .page-header__wrap {
        margin-left: 25px;
        padding-top: 8px;
        padding-bottom: 8px; } }
  .page-header__logo {
    position: relative;
    display: flex;
    align-items: center;
    color: #000000;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    z-index: 60; }
    @media (min-width: 768px) {
      .page-header__logo {
        margin-left: auto;
        font-size: 2.2rem; } }
    .page-header__logo img {
      width: 217px;
      height: auto; }
      @media (min-width: 768px) {
        .page-header__logo img {
          width: 277px;
          height: auto; } }
    .page-header__logo span {
      margin-left: 5px; }
  .page-header__checkbox {
    display: none; }
  .page-header__hamburger {
    margin-left: 25px;
    height: 20px;
    display: flex;
    align-items: center;
    font-size: 0;
    cursor: pointer;
    z-index: 60; }
    .page-header__hamburger span {
      position: relative;
      width: 30px;
      height: 3px;
      display: block;
      background: #333333;
      transition: all 0.3s ease-in; }
      .page-header__hamburger span::before, .page-header__hamburger span::after {
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        display: block;
        background: #333333;
        content: '';
        transition: all 0.3s ease-in; }
      .page-header__hamburger span::before {
        top: -8px; }
      .page-header__hamburger span::after {
        top: 8px; }
    .page-header__hamburger:hover span, .page-header__hamburger:focus span {
      background: #30a0ba; }
      .page-header__hamburger:hover span::before, .page-header__hamburger:hover span::after, .page-header__hamburger:focus span::before, .page-header__hamburger:focus span::after {
        background: #30a0ba; }
  .page-header__checkbox:checked + .page-header__hamburger span {
    background: transparent; }
    .page-header__checkbox:checked + .page-header__hamburger span::before, .page-header__checkbox:checked + .page-header__hamburger span::after {
      top: 0; }
    .page-header__checkbox:checked + .page-header__hamburger span::before {
      transform: rotate(45deg); }
    .page-header__checkbox:checked + .page-header__hamburger span::after {
      transform: rotate(-45deg); }
  .page-header__nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f1;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (min-width: 768px) {
      .page-header__nav-wrap {
        padding: 0; } }
  .page-header__checkbox:checked ~ .page-header__nav-wrap {
    opacity: 1;
    visibility: visible; }
  .page-header__nav-container {
    position: relative;
    height: 75vh;
    overflow: hidden; }
    .page-header__nav-container::before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      height: 50px;
      background-image: linear-gradient(to top, #f5f5f1, rgba(245, 245, 241, 0));
      content: '';
      z-index: 50; }
    @media (min-width: 768px) {
      .page-header__nav-container {
        max-height: none;
        overflow: visible; }
        .page-header__nav-container::before {
          display: none; } }
  .page-header__nav {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding-right: 17px;
    /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box;
    /* So the width will be 100% + 17px */
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 768px) {
      .page-header__nav {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        overflow-y: initial; } }
  .page-header__nav-col {
    position: relative;
    width: 100%; }
    .page-header__nav-col:first-child {
      margin-bottom: 40px; }
    @media (min-width: 768px) {
      .page-header__nav-col {
        width: 300px; }
        .page-header__nav-col:not(:last-child) {
          margin-right: 100px; }
        .page-header__nav-col:first-child {
          margin-bottom: 0; } }
    .page-header__nav-col .btn {
      margin-top: 50px;
      margin-bottom: 50px;
      width: 200px; }
      @media (min-width: 768px) {
        .page-header__nav-col .btn {
          position: absolute;
          bottom: -80px;
          left: 0;
          margin: 0; } }
      .page-header__nav-col .btn svg {
        margin-left: 5px; }
    .page-header__nav-col ul {
      list-style: none; }
    .page-header__nav-col li {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .page-header__nav-col li {
          margin-bottom: 25px; } }
    .page-header__nav-col a:not(.btn) {
      position: relative;
      display: block;
      color: #333333;
      font-size: 1.8rem;
      font-style: italic;
      line-height: 2.6rem;
      transition: all 0.3s ease-in; }
      .page-header__nav-col a:not(.btn):hover::before, .page-header__nav-col a:not(.btn):focus::before {
        position: absolute;
        left: -15px;
        top: 0;
        bottom: 0;
        width: 2px;
        display: block;
        content: ''; }
    .page-header__nav-col--trends a:hover::before, .page-header__nav-col--trends a:focus::before {
      background: #f0b225; }
    .page-header__nav-col--reports a:hover::before, .page-header__nav-col--reports a:focus::before {
      background: #43c1b8; }
  .page-header__col-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: -0.46px;
    line-height: 3.1rem; }
    @media (min-width: 768px) {
      .page-header__col-title {
        margin-bottom: 25px; } }
    .page-header__col-title::before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      height: 2px;
      background: #333333;
      opacity: 0.2;
      content: ''; }

.remove-scrolling .page-header {
  z-index: 25; }

body.admin-bar .page-header {
  margin-top: 46px; }
  @media (min-width: 1024px) {
    body.admin-bar .page-header {
      margin-top: 32px; } }

.hero {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .hero {
      margin-top: 80px;
      flex-direction: row;
      margin-bottom: 80px; } }
  .hero--404 {
    justify-content: flex-start; }
    @media (min-width: 1024px) {
      .hero--404 {
        padding-left: 50px; } }
    @media (min-width: 1280px) {
      .hero--404 {
        width: 1200px; } }
    .hero--404 .btn {
      border-color: #43c1b8;
      color: #43c1b8; }
      .hero--404 .btn:hover, .hero--404 .btn:focus {
        background: #43c1b8; }
  @media (min-width: 768px) {
    .hero__text-wrap {
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      width: 360px;
      display: flex;
      flex-direction: column;
      z-index: 20;
      min-height: 80%; } }
  @media (min-width: 1024px) {
    .hero__text-wrap {
      width: 522px;
      left: 50px; } }
  @media (min-width: 1280px) {
    .hero__text-wrap {
      left: 0; } }
  @media (min-width: 768px) {
    .hero--404 .hero__text-wrap {
      left: auto;
      right: 20px; } }
  @media (min-width: 1024px) {
    .hero--404 .hero__text-wrap {
      right: 50px; } }
  @media (min-width: 768px) {
    .hero--trend .hero__text-wrap,
    .hero--report .hero__text-wrap,
    .hero--404 .hero__text-wrap {
      z-index: 1; } }
  .hero--trend .hero__text,
  .hero--report .hero__text {
    padding: 60px 30px;
    color: #333333;
    background: #f5f5f1;
    flex-grow: 1; }
  .hero--404 .hero__text {
    padding: 60px; }
    @media (min-width: 768px) {
      .hero--404 .hero__text {
        flex-grow: 1; } }
  .hero__text {
    padding: 20px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #333333; }
    @media (min-width: 768px) {
      .hero__text {
        padding: 35px 50px; } }
  .hero__title {
    margin-bottom: 20px;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -1.62px;
    line-height: 1; }
    @media (min-width: 375px) {
      .hero__title {
        font-size: 5rem; } }
    @media (min-width: 1024px) {
      .hero__title {
        font-size: 8.1rem; } }
  .hero--404 .hero__title {
    color: #ffffff;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -0.8px;
    line-height: 4.6rem; }
  .hero__error {
    margin-bottom: 10px; }
  .hero__img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .hero__img::before {
      padding-top: 100%;
      display: block;
      content: ''; }
    @media (min-width: 768px) {
      .hero__img {
        width: 75%;
        min-height: 620px; }
        .hero__img::before {
          display: none; } }
  .hero__subheading {
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: -0.72px;
    line-height: 4.2rem; }
  .hero__badge {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 8px 10px;
    display: block;
    color: #ffffff;
    font-family: "Sabon LT Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.16px; }
    @media (min-width: 768px) {
      .hero__badge {
        left: 0; } }
  .hero--trend .hero__badge {
    background: #f0b225; }
  .hero--report .hero__badge {
    background: #43c1b8; }

body.sector-reports .hero__badge,
body.case-studies .hero__badge {
  background: #43c1b8 !important; }

body.single .hero {
  margin-top: 150px; }

.introduction {
  padding: 70px 0;
  color: #fff;
  background: #333333; }
  @media (min-width: 768px) {
    .introduction {
      padding: 100px 0; } }
  @media (min-width: 1024px) {
    .introduction {
      padding: 140px 0; } }
  .introduction .container {
    max-width: 1100px;
    padding-left: 50px;
    padding-right: 50px; }
    @media (min-width: 768px) {
      .introduction .container {
        padding: 0 70px; } }
    @media (min-width: 1024px) {
      .introduction .container {
        padding: 0 100px; } }
    @media (min-width: 1280px) {
      .introduction .container {
        padding: 0 20px; } }
  .introduction__title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 7px;
    font-size: 3.2rem;
    font-weight: 400; }
    .introduction__title::before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 3px;
      display: block;
      background: #f5f5f1;
      opacity: 0.3;
      content: ''; }
  .introduction__text p {
    margin-bottom: 2rem; }
  .introduction__text a {
    text-decoration: underline;
    font-style: italic; }
  .introduction__text :last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .introduction__text {
      columns: 360px 2;
      column-gap: 40px; } }
  @media (min-width: 1280px) {
    .introduction__text {
      columns: 495px 2; } }

.common-title-section {
  display: flex;
  margin-top: 40px;
  margin-bottom: 50px; }
  .common-title-section__main-title {
    width: 25%; }
  .common-title-section__sub-title {
    width: calc(75% - 50px);
    margin-left: 50px; }
  .common-title-section__sub-title, .common-title-section__main-title {
    padding-top: 30px;
    border-top: 1px solid #ccc; }

.global_trends_section .global_trends_section-inner {
  display: flex;
  padding-top: 70px; }
  @media (max-width: 767px) {
    .global_trends_section .global_trends_section-inner {
      flex-wrap: wrap;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    .global_trends_section .global_trends_section-inner {
      padding: 70px 120px 0; } }

.global_trends_section .trend_left,
.global_trends_section .trend_right {
  padding-top: 30px;
  border-top: 1px solid #ccc; }
  @media (max-width: 767px) {
    .global_trends_section .trend_left,
    .global_trends_section .trend_right {
      width: 100%; } }

.global_trends_section .trend_right {
  margin-left: 50px;
  width: 100%; }
  @media (min-width: 768px) {
    .global_trends_section .trend_right {
      width: calc(75% - 40px); } }
  @media (max-width: 767px) {
    .global_trends_section .trend_right {
      margin-left: 0;
      border-top: 0; } }

@media (min-width: 768px) {
  .global_trends_section .trend_left {
    width: 25%; } }

.global_trends_section .trend_right-list {
  display: block;
  column-count: 2; }
  @media (max-width: 480px) {
    .global_trends_section .trend_right-list {
      column-count: 1; } }

.global_trends_section .trend_right-list-item {
  display: flex;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 21px;
  color: #333333; }
  @media (max-width: 1023px) {
    .global_trends_section .trend_right-list-item {
      font-size: 18px; } }
  .global_trends_section .trend_right-list-item button {
    display: flex;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    outline: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    cursor: pointer; }

.global_trends_section .trend_right-number {
  color: #f0b225;
  font-style: normal;
  margin-right: 10px;
  font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.global_trends_section .trend_left-title {
  font-weight: 400; }
  @media (max-width: 1023px) {
    .global_trends_section .trend_left-title {
      font-size: 20px; } }

.Quick-navigation {
  padding-left: 80px;
  position: sticky;
  left: -100px;
  margin-left: -175px;
  top: 50%;
  height: 50vh;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  float: left;
  justify-content: center;
  transform: translateY(-50%); }
  @media (min-width: 1280px) {
    .Quick-navigation {
      left: -200px;
      margin-left: -200px;
      padding-left: 60px; } }
  @media (max-width: 1023px) {
    .Quick-navigation {
      margin-left: -120px; } }
  @media (max-width: 768px) {
    .Quick-navigation {
      z-index: 9999; } }
  @media (max-width: 480px) {
    .Quick-navigation {
      margin-left: -118px; } }
  .Quick-navigation-item {
    height: 50px;
    background: #eaeaea;
    color: #eaeaea;
    margin-bottom: -2px !important;
    width: 5px;
    position: relative;
    display: flex;
    border-radius: 50px;
    margin: 0;
    font-style: italic; }
    .Quick-navigation-item:before {
      content: '';
      background: inherit;
      color: inherit;
      width: 12px;
      height: 12px;
      z-index: 9999;
      position: absolute;
      bottom: 20px;
      border-radius: 50px;
      left: -4px; }
    .Quick-navigation-item.current {
      background: #f0b225;
      color: #333333; }
    .Quick-navigation-item.current:last-of-type {
      color: #43c1b8;
      background: #43c1b8; }
  .Quick-navigation .indicator-tab {
    height: 100vh; }
  .Quick-navigation .out_of_all {
    position: absolute;
    width: 100px;
    top: 10px;
    color: inherit;
    left: 13px; }
    @media (max-width: 1023px) {
      .Quick-navigation .out_of_all {
        display: none; } }

.common-title-section {
  display: flex;
  margin-top: 40px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .common-title-section {
      flex-direction: column; } }
  .common-title-section__main-title {
    width: 25%; }
  .common-title-section__sub-title {
    width: calc(75% - 50px);
    margin-left: 50px; }
    @media (max-width: 767px) {
      .common-title-section__sub-title {
        border-top: none; } }
  .common-title-section__sub-title, .common-title-section__main-title {
    padding-top: 30px;
    border-top: 1px solid #ccc; }
    @media (max-width: 767px) {
      .common-title-section__sub-title, .common-title-section__main-title {
        width: 100%;
        margin: auto; } }
  .common-title-section__sub-title {
    border-top: none; }
    @media (min-width: 768px) {
      .common-title-section__sub-title {
        border-top: 1px solid #ccc; } }

@media (min-width: 768px) {
  .sector_report_grid {
    padding-top: 80px; } }

.sector_report_grid__card {
  width: 100%;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .sector_report_grid__card {
      margin-right: 5%;
      width: 30%; }
      .sector_report_grid__card a {
        display: flex;
        flex-direction: column;
        height: 100%; }
      .sector_report_grid__card:nth-child(3n) {
        margin-right: 0; } }

.sector_report_grid__image-wrapper {
  width: 100%;
  height: 175px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.sector_report_grid__text-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 55px 15px;
  background: #333;
  color: #fff;
  position: relative;
  top: -15px;
  z-index: 2;
  flex-grow: 1;
  min-height: 200px; }
  @media (min-width: 1280px) {
    .sector_report_grid__text-wrap {
      padding-left: 20px;
      padding-right: 20px; } }

.sector_report_grid__badge {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  line-height: 1.2;
  background: #43c1b8;
  min-width: 100px;
  text-align: center; }

.sector_report_grid__btn {
  border: none;
  width: auto;
  display: inline-block;
  line-height: 1.2;
  height: auto;
  margin-top: auto;
  color: #43c1b8;
  font-weight: 600; }

.sector_report_grid__title,
.sector_report_grid__title a {
  font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #fff;
  font-weight: normal;
  font-weight: 600; }

.sector_report_grid__btn {
  margin-top: auto;
  color: #43c1b8;
  font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  position: absolute;
  bottom: 25px; }

.sector_report_grid__cards {
  display: flex;
  flex-wrap: wrap; }

.sector_report_grid .common-title-section__main-title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 39px; }

.blog {
  margin: 50px auto 0; }
  @media (min-width: 768px) {
    .blog {
      margin: 80px auto; } }
  @media (min-width: 768px) {
    .blog.container {
      width: 90%; } }
  @media (min-width: 1024px) {
    .blog.container {
      width: 85%; } }
  @media (min-width: 1280px) {
    .blog.container {
      width: 950px; } }
  @media (min-width: 1440px) {
    .blog.container {
      width: 1100px; } }
  .blog__item:hover .btn, .blog__item:focus .btn {
    color: #fff !important;
    background: #30a0ba !important; }
  @media (min-width: 768px) {
    .blog__item > div {
      padding-top: 100px; } }
  .blog__item > div > a {
    position: relative;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 767px) {
      .blog__item > div > a {
        display: block;
        width: 100%; } }
  .blog__item:nth-child(odd) {
    justify-content: flex-end; }
    .blog__item:nth-child(odd) .blog__img {
      align-self: flex-start; }
  .blog__item:not(:last-child) {
    margin-bottom: 50px; }
  .blog__item--report:nth-child(odd) .blog__img {
    align-self: flex-end; }
  .blog__item--report:nth-child(even) .blog__img {
    align-self: flex-start; }
  @media (min-width: 768px) {
    .blog__item {
      flex-direction: row; }
      .blog__item:not(:last-child) {
        margin-bottom: 80px; } }
  .blog__item a p {
    color: #333333; }
  .blog__img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .blog__img::before {
      display: block;
      padding-bottom: 100%;
      content: ""; }
    @media (min-width: 768px) {
      .blog__img {
        width: 625px;
        height: 460px;
        align-self: flex-end; } }
  .blog__text-wrap {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.6px;
    line-height: 1.2;
    background: #f5f5f1; }
    @media (min-width: 768px) {
      .blog__text-wrap {
        position: absolute;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        padding: 40px;
        padding-top: 60px;
        width: 520px;
        height: 400px;
        font-size: 3rem; } }
  @media (min-width: 768px) {
    .blog__item:nth-child(odd) .blog__text-wrap {
      right: 0; }
    .blog__item:nth-child(even) .blog__text-wrap {
      left: 0; }
    .blog__item--report:nth-child(even) .blog__text-wrap {
      right: 0 !important;
      left: auto !important; }
    .blog__item--report:nth-child(odd) .blog__text-wrap {
      left: 0 !important;
      right: auto !important; } }
  .blog__badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px;
    display: block;
    color: #ffffff;
    font-family: "Sabon LT Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.16px; }
  .blog__item--trend .blog__badge {
    background: #f0b225; }
  .blog__item--report .blog__badge {
    background: #43c1b8; }
  .blog__title {
    margin-bottom: 5px;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 4.5rem;
    font-weight: 600;
    letter-spacing: -1.4px;
    line-height: 1; }
    @media (min-width: 768px) {
      .blog__title {
        font-size: 7rem; } }
  .blog__item--trend .blog__title {
    color: #f0b225; }
  .blog__item--report .blog__title {
    color: #43c1b8; }
  .blog .btn {
    margin-top: 30px; }
  .blog__item--trend .btn {
    color: #f0b225;
    border-color: #f0b225; }
  .blog__item--trend:hover .btn, .blog__item--trend:focus .btn {
    background: #f0b225 !important; }
  .blog__item--report .btn {
    color: #43c1b8;
    border-color: #43c1b8; }
  .blog__item--report:hover .btn, .blog__item--report:focus .btn {
    background: #43c1b8 !important; }

.block {
  padding: 40px 30px; }
  @media (min-width: 768px) {
    .block {
      padding: 40px 50px; } }
  @media (min-width: 1024px) {
    .block:not(:last-child) {
      margin-bottom: 0; } }
  .block--webinar {
    color: #333333;
    background: #f5f5f1;
    background-repeat: no-repeat;
    background-position: left calc(100% - 40px);
    background-size: 260px auto;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .block--webinar {
        background-image: none !important;
        padding-bottom: 40px; } }
    @media (min-width: 768px) {
      .block--webinar {
        padding-bottom: 40px;
        padding-right: 260px;
        padding-left: 50px;
        background-position: right center;
        margin-top: 0; } }
    @media (min-width: 1024px) {
      .block--webinar {
        width: calc(100% - 33.3% - 20px); } }
    .block--webinar p {
      margin-bottom: 20px; }
  .block--reports, .block--download {
    color: #fff;
    background: #333333; }
    @media (min-width: 1024px) {
      .block--reports, .block--download {
        width: 33%; } }
    .block--reports .block__title, .block--download .block__title {
      margin-bottom: 50px; }
  .block--wrap {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .block--wrap {
        flex-direction: row;
        justify-content: space-between; } }
  .block span {
    margin-bottom: 10px; }
  .block__title {
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: -0.8px;
    line-height: 1.15;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .block__title {
        font-size: 4rem; } }
  .block__links-wrap {
    display: flex;
    align-items: flex-start;
    align-items: center; }
    @media (min-width: 1024px) {
      .block__links-wrap {
        flex-direction: column;
        align-items: flex-start; } }
    @media (min-width: 1280px) {
      .block__links-wrap {
        flex-direction: row; } }
  .block__link {
    position: relative;
    margin-right: 5px;
    padding-right: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: -0.46px;
    line-height: 3.8rem; }
    @media (min-width: 375px) {
      .block__link {
        margin-right: 15px; } }
    .block__link svg {
      position: absolute;
      top: 48%;
      right: 4px;
      transform: translateY(-50%);
      fill: #fff;
      transition: right 0.15s ease-in-out; }
    .block__link:hover svg, .block__link:focus svg {
      right: -2px; }
    .block__link--download svg {
      transition: top 0.15s ease-in-out; }
  .block--download:hover svg, .block--download:focus svg {
    top: 45%;
    right: 4px; }

.authors {
  padding: 70px 0 32px;
  background: rgba(51, 51, 51, 0.92); }
  @media (min-width: 1280px) {
    .authors {
      padding-bottom: 70px; } }
  .authors .container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .authors .container {
        flex-direction: row;
        justify-content: space-around;
        padding-left: 40px;
        padding-right: 40px; } }
  .authors__col {
    padding: 0 30px;
    color: #fff; }
    .authors__col:not(:last-child) {
      margin-bottom: 60px; }
    @media (min-width: 768px) {
      .authors__col {
        width: 400px; }
        .authors__col:not(:last-child) {
          margin-bottom: 0; } }
    @media (min-width: 1280px) {
      .authors__col {
        width: 60%; }
        .authors__col:not(:last-child) {
          width: 35%; } }
    .authors__col ul {
      list-style: none; }
    .authors__col li {
      margin-bottom: 18px; }
      .authors__col li span {
        margin-left: 10px;
        font-size: 18px;
        position: relative; }
    .authors__col span {
      opacity: 0.8;
      text-align: center; }
  .authors__title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.6rem; }
    .authors__title::before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      height: 3px;
      background: #f5f5f1;
      opacity: 0.2;
      content: ''; }
  .authors__name {
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    opacity: 0.8;
    font-size: 1em;
    white-space: nowrap;
    display: inline; }
  .authors__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .authors__wrap {
        flex-direction: row; } }
  .authors__person {
    display: flex;
    flex-direction: column;
    width: 130px;
    align-items: center; }
    @media (min-width: 768px) {
      .authors__person {
        margin: 0; } }
    .authors__person:not(:last-child) {
      margin-bottom: 30px; }
    .authors__person .authors__name {
      margin-bottom: 5px; }
  .authors__photo {
    margin-bottom: 10px;
    width: 130px;
    min-height: 130px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }

.post {
  padding-bottom: 100px;
  display: flex;
  overflow: hidden; }
  @media (min-width: 768px) {
    .post {
      overflow: visible; } }
  .post--trend {
    fill: #f0b225; }
  .post--report {
    fill: #43c1b8; }
  .post__nav {
    display: none; }
    @media (min-width: 768px) {
      .post__nav {
        position: relative;
        width: 200px;
        display: block; } }
    @media (min-width: 1280px) {
      .post__nav {
        width: 260px; } }
    .post__nav ul {
      position: sticky;
      left: 0;
      top: 15%;
      list-style: none; }
    .post__nav li:not(:last-child) {
      margin-bottom: 22px; }
    .post__nav a {
      position: relative;
      padding-left: 15px;
      display: block;
      color: #333333;
      font-style: italic; }
      .post__nav a::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        display: block;
        width: 2px;
        background: transparent;
        transition: all 0.3s ease-in; }
      .post__nav a:hover::before, .post__nav a:focus::before, .post__nav a.is-active::before {
        content: ''; }
  .post--trend .post__nav a::before {
    background: #f0b225; }
  .post--report .post__nav a::before {
    background: #43c1b8; }
  @media (min-width: 768px) {
    .post__inner {
      margin-right: -20px;
      width: calc(100% - 180px);
      overflow: hidden; } }
  @media (min-width: 1024px) {
    .post__inner {
      margin-right: -50px;
      width: calc(100% - 150px); } }
  @media (min-width: 1280px) {
    .post__inner {
      width: calc(100% - 210px); } }
  .post__inner-wrap a {
    font-style: italic;
    text-decoration: underline; }
  .post__text-wrap {
    margin: 0 auto;
    width: 100%;
    color: #333333;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.6rem; }
    @media (min-width: 768px) {
      .post__text-wrap {
        width: calc(100% - 100px);
        padding-right: 50px; } }
    @media (min-width: 1280px) {
      .post__text-wrap {
        width: calc(100% - 140px);
        padding-right: 150px; } }
  .post__text {
    margin-bottom: 85px; }
    .post__text h2 {
      position: relative;
      margin-bottom: 75px;
      font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 3rem;
      line-height: 3.6rem;
      font-weight: 600;
      letter-spacing: -0.8px; }
      @media (min-width: 768px) {
        .post__text h2 {
          font-size: 4rem;
          line-height: 4.6rem; } }
      .post__text h2::before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -25px;
        display: block;
        height: 3px;
        background: #f5f5f1;
        content: ''; }
    .post__text b {
      margin-bottom: 35px;
      display: block;
      font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 2.3rem;
      font-weight: 600;
      letter-spacing: -0.46px;
      line-height: 3.1rem; }
  .post__signals {
    color: #333333; }
    .post__signals > h2,
    .post__signals > h3 {
      position: relative;
      margin-bottom: 57px;
      font-size: 3.2rem;
      line-height: 4.6rem;
      font-weight: 400; }
      .post__signals > h2::before,
      .post__signals > h3::before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -12px;
        display: block;
        height: 3px;
        background: #f5f5f1;
        content: ''; }
  .post__quote {
    margin-bottom: 60px;
    color: #333333;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 4rem; }
    .post__quote footer {
      margin-top: 12px;
      display: flex;
      align-items: center;
      font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 2rem;
      font-weight: 600;
      letter-spacing: -0.4px;
      line-height: 3.1rem; }
      .post__quote footer cite {
        width: 90%; }
    .post__quote svg {
      margin-right: 10px;
      height: auto;
      align-self: baseline;
      top: 2px;
      position: relative; }
  .post__bullets {
    margin-bottom: 50px;
    list-style: none; }
    .post__bullets li {
      position: relative;
      padding: 45px;
      background: #f5f5f1; }
      .post__bullets li:not(:last-child) {
        margin-bottom: 25px; }
      .post__bullets li::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        display: block;
        width: 5px;
        content: ''; }
  .post--trend .post__bullets li::before {
    background: #f0b225; }
  .post--report .post__bullets li::before {
    background: #43c1b8; }
  .post__photo {
    margin: 0;
    margin-bottom: 50px;
    padding: 0; }
    .post__photo figcaption {
      position: relative;
      padding-left: 50px;
      margin-top: 12px;
      display: flex;
      color: #333333;
      font-size: 1.6rem;
      line-height: 2rem; }
      .post__photo figcaption a {
        font-style: italic;
        font-weight: 400;
        text-decoration: underline; }
    .post__photo svg {
      position: absolute;
      top: 0;
      left: 20px;
      fill: #000; }
    .post__photo img {
      width: 100%;
      height: auto;
      display: block; }
  .post__video {
    margin-bottom: 50px; }
    .post__video--overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .post__video.embed-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%; }
    .post__video iframe,
    .post__video object,
    .post__video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .post__expectations {
    position: relative;
    margin-bottom: 90px;
    padding: 50px 30px;
    color: #fff;
    background: #333333;
    background: none; }
    .post__expectations::before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      display: block;
      width: 4500px;
      background: #333333;
      content: '';
      z-index: -1;
      height: 100%; }
    @media (min-width: 768px) {
      .post__expectations {
        padding: 48px 45px 68px; } }
    @media (min-width: 1280px) {
      .post__expectations {
        background: none; }
        .post__expectations::before {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          display: block;
          width: 1500px;
          background: #333333;
          content: '';
          z-index: -1;
          height: 100%; } }
    .post__expectations h3 {
      position: relative;
      margin-bottom: 58px;
      font-size: 3.2rem;
      font-weight: 400;
      line-height: 4.6rem; }
      .post__expectations h3::before {
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        display: block;
        height: 2px;
        background: rgba(245, 245, 241, 0.2);
        content: ''; }
  .post__signal {
    margin-bottom: 60px; }
    .post__signal h4 {
      margin-bottom: 25px;
      font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 2.3rem;
      font-weight: 600;
      letter-spacing: -0.46px;
      line-height: 3.1rem; }
    .post__signal > p {
      margin-bottom: 1.5em; }
    .post__signal a {
      color: #30a0ba;
      font-style: italic;
      text-decoration: underline; }
    .post__signal-bullets {
      background-color: #f5f5f1;
      padding: 65px 0 25px;
      margin-bottom: 100px;
      position: relative; }
      .post__signal-bullets::before {
        position: absolute;
        content: '';
        width: 50px;
        height: 100%;
        top: 0;
        left: -50px;
        background: #f5f5f1; }
      .post__signal-bullets::after {
        position: absolute;
        content: '';
        width: 10000px;
        height: 100%;
        top: 0;
        right: -10000px;
        background: #f5f5f1; }
      .post__signal-bullets h3 {
        font-size: 3.2rem;
        margin: 0;
        font-weight: 400; }
      .post__signal-bullets hr {
        margin: 20px 0 40px;
        background-color: #f5f5f1; }
      .post__signal-bullets .post__bullets li {
        padding: 0 0 0 65px;
        margin-bottom: 40px; }
        .post__signal-bullets .post__bullets li::before {
          position: absolute;
          content: '';
          width: 15px;
          height: 15px;
          border-radius: 100%;
          border: 2px solid #f0b225;
          background: 0;
          left: 20px;
          top: 6px; }
  .post__list h3 {
    position: relative;
    margin-bottom: 57px;
    font-size: 3.2rem;
    line-height: 4.6rem;
    font-weight: 400; }
    .post__list h3::before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -12px;
      display: block;
      height: 3px;
      background: #f5f5f1;
      content: ''; }
  .post__list > p {
    margin-bottom: 45px; }
  .post__list ul {
    margin-bottom: 95px;
    list-style: none;
    counter-reset: list-counter; }
  .post__list li {
    position: relative;
    padding-left: 60px;
    counter-increment: list-counter; }
    .post__list li:not(:last-child) {
      margin-bottom: 65px; }
    .post__list li::before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 41px;
      height: 41px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 2.5rem;
      line-height: 3.1rem;
      font-weight: 600;
      letter-spacing: -0.8px;
      border-radius: 50%;
      transform: translateY(-50%);
      content: counter(list-counter); }
    @media (min-width: 768px) {
      .post__list li {
        padding-left: 120px; }
        .post__list li::before {
          width: 82px;
          height: 82px;
          font-size: 4rem;
          line-height: 4.6rem; } }
  .post__list h4 {
    margin-bottom: 15px;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: -0.46px;
    line-height: 3.1rem; }
  .post--trend .post__list li::before {
    color: #f0b225;
    border: 2px solid #f0b225; }
  .post--report .post__list li::before {
    color: #43c1b8;
    border: 2px solid #43c1b8; }
  .post__case-studies {
    background-color: #f5f5f1;
    padding: 65px 0 25px;
    margin-bottom: 100px;
    position: relative; }
    .post__case-studies::before {
      position: absolute;
      content: '';
      width: 50px;
      height: 100%;
      top: 0;
      left: -50px;
      background: #f5f5f1; }
    .post__case-studies::after {
      position: absolute;
      content: '';
      width: 10000px;
      height: 100%;
      top: 0;
      right: -10000px;
      background: #f5f5f1; }
  .post__pagination {
    position: relative;
    padding-top: 30px;
    display: flex;
    justify-content: space-between; }
    .post__pagination::before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block;
      height: 3px;
      background: #f5f5f1;
      content: ''; }
    .post__pagination .btn {
      padding-left: 20px;
      padding-right: 20px;
      width: auto; }
      .post__pagination .btn--arrow-right {
        margin-left: auto; }

body.case-studies .post__nav a::before,
body.sector-reports .post__nav a::before {
  background: #43c1b8 !important; }

body.case-studies .post__signal .post__bullets li::before,
body.sector-reports .post__signal .post__bullets li::before {
  border: 2px solid #43c1b8; }

body.case-studies .post__list li:before,
body.sector-reports .post__list li:before {
  color: #43c1b8 !important;
  border-color: #43c1b8 !important; }

body.case-studies #icon-quote path,
body.sector-reports #icon-quote path {
  fill: #43c1b8 !important; }

body.case-studies .post__nav ul {
  display: none; }

body.case-studies .hero__text {
  background: #333333;
  color: #fff; }

.common-title-section1__main-title {
  font-size: 3.2rem;
  margin: 0;
  font-weight: 400; }

.common-title-section1 hr {
  margin: 20px 0 40px;
  background-color: #f5f5f1; }

.common-title-section1__sub-title p {
  margin-bottom: 60px; }

@media (min-width: 1280px) {
  .case_studies_grid__cards1 {
    padding-left: 30px; } }

.case_studies_grid__card1 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 70px; }

.case_studies_grid__text-wrap1 {
  height: auto;
  font-size: 3rem;
  background: #333333;
  padding: 60px 30px;
  width: 100%; }
  @media (min-width: 1024px) {
    .case_studies_grid__text-wrap1 {
      position: absolute;
      top: 20px;
      width: 350px;
      right: -50px;
      bottom: 20px; } }
  @media (min-width: 1280px) {
    .case_studies_grid__text-wrap1 {
      right: 0;
      width: 400px; } }
  .case_studies_grid__text-wrap1 a {
    color: #43c1b8;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px; }

.case_studies_grid__badge-blue {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px;
  display: block;
  color: #fff;
  font-family: "Sabon LT Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.16px;
  background: #43c1b8; }

@media (min-width: 1024px) {
  .case_studies_grid__image-wrapper1 {
    position: relative;
    width: 400px; }
    .case_studies_grid__image-wrapper1::before {
      padding-top: 80%;
      display: block;
      content: ''; } }

@media (min-width: 1280px) {
  .case_studies_grid__image-wrapper1 {
    width: 450px; } }

.case_studies_grid__image1 {
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1024px) {
    .case_studies_grid__image1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.case_studies_grid__title1 {
  margin-bottom: 30px; }
  .case_studies_grid__title1 a {
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 34px !important;
    line-height: 36px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #fff !important; }

.page-footer {
  position: relative;
  padding: 60px 0 110px;
  padding-top: 180px;
  color: #fff;
  background: #333333; }
  @media (min-width: 768px) {
    .page-footer {
      padding: 90px 0 130px;
      padding-top: 220px; } }
  @media (min-width: 1024px) {
    .page-footer {
      padding: 90px 0; } }
  .page-footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px; }
    @media (min-width: 768px) {
      .page-footer .container {
        padding-left: 70px;
        padding-right: 70px; } }
  .page-footer__col {
    display: flex;
    flex-direction: column; }
    .page-footer__col:last-child {
      flex-direction: row;
      align-self: flex-end;
      margin-top: 50px; }
      @media (min-width: 768px) {
        .page-footer__col:last-child {
          margin-top: 80px; } }
    .page-footer__col .scroll-top {
      margin-left: 20px; }
    .page-footer__col--text {
      margin-right: auto;
      margin-bottom: 50px;
      width: 100%; }
      @media (min-width: 768px) {
        .page-footer__col--text {
          margin-bottom: 0;
          width: auto;
          max-width: 400px; } }
    .page-footer__col--logo {
      position: absolute;
      top: 50px;
      left: 50px; }
      @media (min-width: 768px) {
        .page-footer__col--logo {
          top: 80px;
          left: 70px; } }
      @media (min-width: 1024px) {
        .page-footer__col--logo {
          position: static;
          margin-right: 60px; } }
      .page-footer__col--logo svg {
        fill: #f5f5f1; }
    .page-footer__col p {
      opacity: 0.8; }
      .page-footer__col p:not(:last-child) {
        margin-bottom: 30px; }
    .page-footer__col--social {
      align-self: flex-end; }
      @media (min-width: 768px) {
        .page-footer__col--social {
          margin: 0 auto; } }
  .page-footer__title {
    margin-bottom: 0;
    opacity: 0.8;
    color: #ffffff;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: -0.46px;
    line-height: 3.1rem; }
  .page-footer__link {
    margin-bottom: 15px;
    opacity: 0.8;
    color: #ffffff;
    font-style: italic;
    text-decoration: underline;
    transition: all 0.3s ease-in; }
    .page-footer__link:hover, .page-footer__link:focus {
      opacity: 0.8;
      text-decoration: none; }
  .page-footer__copyright {
    max-width: 160px;
    opacity: 0.8;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400; }
    .page-footer__copyright a {
      color: #fff;
      text-decoration: underline;
      font-style: italic;
      transition: all 0.3s ease-in; }
      .page-footer__copyright a:hover, .page-footer__copyright a:focus {
        opacity: 0.8;
        text-decoration: none; }
  .page-footer__wp {
    position: relative;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.38); }
    .page-footer__wp::before {
      position: absolute;
      left: 1px;
      right: 1px;
      bottom: 0;
      height: 100%;
      display: block;
      background: #fff;
      content: '';
      z-index: 1;
      opacity: 0;
      transition: opacity 0.3s ease-in; }
    .page-footer__wp svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      fill: #333333;
      transition: all 0.3s ease-in;
      z-index: 5; }
    .page-footer__wp:hover::before, .page-footer__wp:focus::before {
      opacity: 1; }
  .page-footer .social {
    margin-bottom: 40px; }
  .page-footer .footer_subtitle {
    font-size: 1.8rem;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    margin: 0 0 25px;
    opacity: 0.8; }

body.case-studies .case-study-aside {
  height: auto;
  width: 100%;
  background-color: #f5f5f1;
  position: relative; }
  @media (min-width: 1280px) {
    body.case-studies .case-study-aside {
      width: 230px; } }
  body.case-studies .case-study-aside .hero__badge {
    background: #f0b225 !important;
    left: 0;
    top: 0; }
  body.case-studies .case-study-aside__content a {
    padding: 62px 30px 40px;
    font-style: normal; }
    body.case-studies .case-study-aside__content a::before {
      display: none !important; }
    body.case-studies .case-study-aside__content a:hover button {
      background: #f0b225;
      color: white; }
  body.case-studies .case-study-aside__content h4 {
    color: #f0b225;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.6px; }
  body.case-studies .case-study-aside__content p {
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 1.35;
    letter-spacing: -0.46px;
    margin-top: 10px;
    margin-bottom: 1em; }
  body.case-studies .case-study-aside__content button {
    background: 0;
    color: #f0b225;
    border-color: #f0b225;
    font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.header-btn {
  position: relative;
  padding: 13px 5px;
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 1.8rem;
  font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  letter-spacing: -0.36px;
  background: #f5f5f1;
  transition: all 0.3s ease-in;
  cursor: pointer; }
  @media (min-width: 375px) {
    .header-btn {
      padding: 13px 10px; } }
  @media (min-width: 768px) {
    .header-btn {
      padding: 13px 20px;
      width: 180px; } }
  @media (min-width: 1024px) {
    .header-btn {
      padding: 17px 40px;
      width: 260px;
      min-height: 60px; } }
  .header-btn::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9px;
    display: block;
    content: '';
    transition: all 0.3s ease-in; }
  .header-btn--trends::before {
    background: #f0b225; }
  .header-btn--reports::before {
    background: #43c1b8; }
  .header-btn:hover, .header-btn.is-active {
    color: #fff; }
    .header-btn:hover::before, .header-btn.is-active::before {
      height: 100%; }
  .header-btn span {
    position: relative;
    z-index: 2; }

.btn {
  width: 130px;
  height: 42px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30a0ba;
  font-family: "Whitney B", "Whitney A", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4rem;
  border-radius: 4px;
  border: 2px solid #30a0ba;
  cursor: pointer;
  transition: all 0.3s ease-in; }
  .btn svg {
    transition: all 0.3s ease-in;
    fill: #30a0ba; }
  .btn:hover, .btn:focus {
    color: #fff;
    background: #30a0ba; }
    .btn:hover svg, .btn:focus svg {
      fill: #fff; }
  .btn--arrow {
    width: 160px; }
    .btn--arrow-left svg {
      margin-right: 15px;
      transform: rotate(180deg); }
    .btn--arrow-right svg {
      margin-left: 15px; }

.scroll-top {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #333333;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-in; }
  .scroll-top svg {
    fill: #fff;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in; }
  .scroll-top:hover, .scroll-top:focus {
    background: #fff; }
    .scroll-top:hover svg, .scroll-top:focus svg {
      fill: #333333; }

body.macro-trends .header-btn--trends::before {
  background: #f0b225;
  height: 100%; }

body.macro-trends .header-btn--trends span {
  color: #fff; }

body.sector-reports .header-btn--reports::before,
body.case-studies .header-btn--reports::before {
  background: #43c1b8;
  height: 100%; }

body.sector-reports .header-btn--reports span,
body.case-studies .header-btn--reports span {
  color: #fff; }

.social {
  list-style: none;
  display: flex; }
  .social li {
    margin-right: 10px; }
  .social a {
    width: 44px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    border-radius: 50%;
    background: #333333;
    border: 1px solid #707070;
    transition: all 0.3s ease-in; }
    .social a svg {
      fill: #f5f5f1; }
    .social a:hover, .social a:focus {
      background: #707070; }

/*# sourceMappingURL=maps/style.min.css.map */
