html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.takeaways ul,
.takeaways ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.button {
  display: inline-block;
  padding: 8px 16px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: white;
  background-color: #4c48d9;
  padding: 2px 10px;
}

.button-muted {
  color: #4c48d9;
  background-color: #f3f5f8;
}

.button-muted:hover {
  background-color: #ebeef3;
}

.button-outline {
  padding: 2px 10px;
  color: #ff7549;
  border: 2px solid currentColor;
}

.button-group {
  display: flex;
  margin-bottom: -12px;
}

.button-group .button {
  flex: 1;
  margin-bottom: 12px;
}

.button-group .button:not(:last-child) {
  margin-right: 12px;
}

.button-large {
  font-size: 18px;
  padding: 10px 24px;
  width: 100%;
  min-height: 46px;
  font-size: 1em;
}

.button-link {
  color: #4c48d9;
  background: transparent;
}

.button-link:hover {
  color: #4c48d9;
  background: transparent;
}

.button-tooltip {
  color: #4e5f74;
  background: transparent;
}

.ts-measure {
  max-width: 680px;
}

.ts-measure-wide {
  max-width: 900px;
}

.ts-measure-tight {
  max-width: 480px;
}

.ts-measure-center {
  margin-left: auto;
  margin-right: auto;
}

.ts-lead {
  font-size: 20px;
}

@media only screen and (min-width: 560px) {
  .ts-lead {
    font-size: 24px;
  }
}

@media only screen and (min-width: 560px) {
  .ts-rundown {
    font-size: 20px;
    line-height: 1.55;
  }
}

.ts-muted {
  color: #4e5f74;
}

.ts-quiet {
  color: #637487;
}

.ts-quiet a,
.ts-quieta {
  color: #637487;
}

.ts-negative {
  color: rgba(255, 255, 255, 0.7);
}

.ts-success {
  color: #23ba29;
}

.ts-uppercase {
  text-transform: uppercase;
}

.ts-small {
  font-size: 13px;
}

.ts-color-primary {
  color: #4c48d9;
}

.ts-color-white {
  color: white;
}

.ts-gradient-primary {
  color: #4c48d9;
  background: linear-gradient(90deg, #4c48d9 0%, #ff7549 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ts-align-center {
  text-align: center;
}

@media only screen and (max-width: 559px) {
  .ts-align-center-mobile {
    text-align: center;
  }
}

.ts-align-right {
  text-align: right;
}

@media only screen and (max-width: 719px) {
  .ts-break span {
    display: block;
  }
}

.chapter-title {
  font-size: 1rem;
  font-weight: normal;
  color: #637487;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.insights {
  padding-bottom: 0;
  font-size: 18px;
}

.insights .insights-social-preview {
  display: flex;
  flex-direction: column;
  width: 1200px;
  height: 600px;
  padding: 60px;
}

.insights .insights-social-preview .site-title {
  font-size: 52px;
  margin-bottom: 20px;
}

.insights .insights-social-preview .chapter-title {
  font-size: 48px;
}

.insights .insights-social-preview .headline {
  font-size: 110px;
  margin: 0;
}

.insights .site-title {
  font-size: 26px;
}

.insights p,
.insights li {
  margin: 1em 0;
}

@media only screen and (min-width: 1024px) {
  .insights p,
  .insights li {
    font-size: 20px;
  }
}

.insights-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}

@media only screen and (min-width: 1024px) {
  .insights-grid-3 {
    grid-gap: 3em;
    grid-template-columns: repeat(3, 1fr);
  }
}

.insights-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}

@media only screen and (min-width: 1024px) {
  .insights-grid-2 {
    grid-gap: 3em;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 480px) {
  .insights .chart .x-axis text {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1024px) {
  .insights .chart .x-axis text {
    font-size: 14px;
  }
}

.insights .chart .category-label {
  font-size: 14px;
  dominant-baseline: middle;
}

.insights .chart .value-label {
  font-size: 12px;
  dominant-baseline: central;
}

.insights .bubble-line-chart .value-label {
  text-anchor: middle;
}

.insights .chart.donut-chart .value-label {
  text-anchor: middle;
  fill: #000;
}

.insights .chart.donut-chart .value-label.donut-chart-segment-0 {
  fill: #fff;
}

.insights .chart.donut-chart .category-label.donut-chart-segment-0,
.insights .chart.donut-chart path.donut-chart-segment-0 {
  fill: #fd4f22;
}

.insights .chart.donut-chart .category-label.donut-chart-segment-1,
.insights .chart.donut-chart path.donut-chart-segment-1 {
  fill: #fe7c3d;
}

.insights .chart.donut-chart .category-label.donut-chart-segment-2,
.insights .chart.donut-chart path.donut-chart-segment-2 {
  fill: #e3ad54;
}

.insights .two-sided-bar-chart .x-axis line,
.insights .two-sided-bar-chart .x-axis path {
  display: none;
}

.insights .two-sided-bar-chart .x-axis text {
  font-size: 18px;
  font-weight: bold;
}

.insights .two-sided-bar-chart .category-label {
  text-anchor: middle;
}

.insights-chart-container {
  margin: 4em 0;
  max-width: 1200px;
  overflow: hidden;
}

.insights-layout__head {
  position: sticky;
  top: 0px;
  z-index: 10;
}

.insights-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.insights-menu-item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
  height: 60px;
  margin-right: 32px;
  text-decoration: none;
}

.insights-menu-item.active {
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.65);
}

.insights-menu-item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

@media only screen and (min-width: 560px) {
  .takeaways ul,
  .takeaways ol {
    margin-top: 2rem;
    columns: 2 320px;
  }
}

@media only screen and (min-width: 1024px) {
  .takeaways ul,
  .takeaways ol {
    columns: 3 320px;
  }
}

.takeaways ul li,
.takeaways ol li {
  position: relative;
  display: inline-block;
  padding: 2rem;
  margin: 1rem 0;
  z-index: 1;
}

@media only screen and (min-width: 560px) {
  .takeaways ul li,
  .takeaways ol li {
    margin: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .takeaways ul li,
  .takeaways ol li {
    padding: 3rem 3.5rem;
  }
}

.slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .slide {
    padding: 3em 0;
  }
}

@media only screen and (min-width: 1920px) {
  .slide {
    padding: 4em 0;
  }
}

.slide .button-hyperlink {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: transparent;
}

@media only screen and (min-width: 1440px) {
  .slide .button-hyperlink {
    top: 4px;
    left: -52px;
  }
}

@media only screen and (max-width: 1439px) {
  .slide .button-hyperlink {
    top: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 1440px) {
  .slide .section-title-wrap {
    position: relative;
  }
}

.slide-icon {
  width: 16px;
  height: 16px;
}

.slide-inner {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.slide-anchor {
  display: block;
  height: 60px;
  margin-top: -60px;
  visibility: hidden;
}

.insights {
  background-color: #030d1f;
  color: white;
}

.insights .input {
  color: black;
}

.insights .insights-social-preview {
  background-color: #030d1f;
  opacity: 1;
  background-image:
    repeating-radial-gradient(circle at 0 0, transparent 0, #030d1f 10px),
    repeating-linear-gradient(#08223655, #082236);
}

.insights .avatar-img {
  border-color: #030d1f;
}

.insights p,
.insights li {
  color: #9ba7b5;
}

.insights p a,
.insights li a {
  color: #41b5e7;
}

.insights .chart .x-axis path.domain,
.insights .chart .x-axis line {
  stroke: #9ba7b5;
}

.insights .chart .x-axis text {
  fill: #9ba7b5;
}

.insights .chart .category-label {
  fill: #fff;
}

.insights .chart .value-label {
  fill: #888;
}

.insights .chart .bar {
  fill: #41b5e7;
}

.insights .chart.donut-chart .value-label {
  text-anchor: middle;
  fill: #121416;
}

.insights .chart.donut-chart .value-label.donut-chart-segment-0 {
  fill: #fff;
}

.insights .chart.donut-chart .category-label.donut-chart-segment-0,
.insights .chart.donut-chart path.donut-chart-segment-0 {
  fill: #41b5e7;
}

.insights .chart.donut-chart .category-label.donut-chart-segment-1,
.insights .chart.donut-chart path.donut-chart-segment-1 {
  fill: #85cff0;
}

.insights .chart.donut-chart .category-label.donut-chart-segment-2,
.insights .chart.donut-chart path.donut-chart-segment-2 {
  fill: #c9eaf8;
}

.insights .bubble-line-chart .value-label {
  fill: white;
}

.insights .bubble-line-chart .bubble25,
.insights .bubble-line-chart .mean_bubble,
.insights .bubble-line-chart .bubble75 {
  fill: #41b5e7;
}

.insights .bubble-line-chart .line {
  stroke: #41b5e7;
}

.insights .two-sided-bar-chart .x-axis text {
  fill: #fff;
}

.insights .map {
  float: right;
}

@media only screen and (min-width: 720px) {
  .insights .map {
    max-width: 50vw;
  }
}

@media only screen and (min-width: 1024px) {
  .insights .map {
    max-width: calc(100% - 780px);
  }
}

.insights-layout__head {
  border-bottom: 1px solid #102142;
  background-color: #030d1f;
}

.insights-menu-item {
  height: 60px;
  color: #9ba7b5;
}

@media (hover) {
  .insights-menu-item:hover {
    color: #41b5e7;
  }
}

.insights-menu-item.active {
  color: #41b5e7;
  text-shadow: none;
}

.insights-menu-item.active::after {
  background-color: #41b5e7;
}

.insights-tab {
  margin-bottom: 3em;
  border-bottom: 1px solid #102142;
}

.insights-tab-item {
  appearance: none;
  font-size: 1rem;
  padding: 8px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  background-color: transparent;
}

.insights-tab-item:not(:last-child) {
  margin-right: 1.5em;
}

.insights-tab-item.active {
  color: #41b5e7;
  border-color: #41b5e7;
}

.insights-team {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}

@media only screen and (min-width: 1024px) {
  .insights-team {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 60px;
  }
}

@media only screen and (max-width: 559px) {
  .insights-team-title {
    text-align: center;
  }
}

.insights-team-item {
  background-color: #030d1f;
  opacity: 1;
  background-image:
    repeating-radial-gradient(circle at 0 0, transparent 0, #030d1f 10px),
    repeating-linear-gradient(#08223655, #082236);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 560px) {
  .insights-team-item {
    flex-direction: row;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 5vw;
  }
}

@media only screen and (min-width: 1024px) {
  .insights-team-item {
    flex-direction: column;
    align-items: center;
    padding: 2em;
  }
}

@media only screen and (max-width: 559px) {
  .insights-team-item {
    text-align: center;
    padding: 28px;
  }
}

.insights-team-item h4 {
  font-size: 20px;
}

@media only screen and (min-width: 1024px) {
  .insights-team-item h4 {
    text-align: center;
  }
}

.insights-team-item p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.64;
}

.insights-team-item p a {
  color: #41b5e7;
}

.insights-team-item__avatar {
  flex: 0 0 1;
}

@media only screen and (min-width: 1024px) {
  .insights-team-item__avatar {
    height: 60px;
  }
  .insights-team-item__avatar .avatar {
    position: relative;
    top: -84px;
  }
}

.insights-team-item__bio {
  flex: 1;
}

@media only screen and (min-width: 560px) {
  .insights-team-item__bio {
    margin-left: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .insights-team-item__bio {
    margin-left: 0;
  }
}

.slide {
  padding: 32px 0;
}

.slide:not(.slide-footer) {
  border-bottom: 1px solid #102142;
}

.slide .button-hyperlink {
  border: 1px solid #102142;
}

.slide .button-hyperlink:hover {
  border-color: #1a366b;
}

.slide-intro {
  background-color: #030d1f;
  opacity: 1;
  background-image:
    repeating-radial-gradient(circle at 0 0, transparent 0, #030d1f 10px),
    repeating-linear-gradient(#08223655, #082236);
}

.slide-intro strong > a {
  color: #41b5e7;
}

.takeaways ul li,
.takeaways ol li {
  background-color: #030d1f;
  opacity: 1;
  background-image:
    repeating-radial-gradient(circle at 0 0, transparent 0, #030d1f 10px),
    repeating-linear-gradient(#08223655, #082236);
  border: 3px solid #102142;
}

@media only screen and (min-width: 1024px) {
  .takeaways ul li,
  .takeaways ol li {
    font-size: 23px;
  }
}

.takeaways ul li a,
.takeaways ol li a {
  color: #41b5e7;
}
