/* Widths */
/* Colours */
/* Widths */
/* Colours */
/*
 *  KEYFRAMES
 */
@-webkit-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@keyframes animateItem {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Widths */
/* Colours */
/* Temp styles to be removed once embedded into site */
body {
  background-color: #FFFFFF;
  font-family: aktiv-grotesk, Roboto, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  overflow-wrap: break-word;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt";
  font-feature-settings: "kern", "liga", "clig", "calt";
  color: #354545;
}

h1 {
  font-size: 7.125rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 15px;
}
h1 span.small {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1.32px;
  display: block;
  position: relative;
  left: 6px;
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 5.875rem;
  }
  h1 span.small {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 4.5625rem;
  }
  h1 span.small {
    font-size: 0.8125rem;
    letter-spacing: 0.7px;
  }
}
@media only screen and (max-width: 360px) {
  h1 {
    font-size: 20.2777777778vw;
  }
  h1 span.small {
    font-size: 3.6111111111vw;
  }
}

h3 {
  color: #0F1013;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.0625em;
  margin: 20px 0;
}
@media only screen and (max-width: 1000px) {
  h3 {
    font-size: 2.625rem;
  }
}

h4 {
  font-size: 1.4375rem;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1000px) {
  h4 {
    font-size: 1.1875rem;
  }
}

h6 {
  font-size: 0.875rem;
  letter-spacing: 2.5px;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.container {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.arrow-link {
  padding-right: 30px;
  position: relative;
  display: inline-block;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #0F1013;
  text-decoration: none;
}
.arrow-link:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/link-arrow.svg) no-repeat center/cover;
}

/* END temp styles */
section {
  position: relative;
  z-index: 10;
  background-color: #FFFFFF;
  overflow: hidden;
}
section .rollin {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  position: relative;
  margin-left: 30px;
  will-change: transform;
}
section .rollin.visible {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  section .rollin {
    left: 0;
  }
  section .rollin.visible {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
}
section .rollup-content .rollup {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  will-change: transform;
}
section .rollup-content.visible .rollup {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  top: 0;
}
section .rollup-content.visible .r0 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section .rollup-content.visible .r1 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
section .rollup-content.visible .r2 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
section .rollup-content.visible .r3 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
section .content {
  max-width: 640px;
}
section .content p.intro {
  max-width: 470px;
  font-size: 1.1875rem;
}
section .visuals .copy .question {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #0F1013;
  font-weight: 500;
  max-width: 310px;
}
section .visuals .copy .legend-keys {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  margin-top: 16px;
}
section .visuals .copy .legend-keys span {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.4px;
  padding-left: 16px;
  margin: 0 12px;
  position: relative;
}
section .visuals .copy .legend-keys span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 2px;
}
section .visuals .copy .legend-keys .leaders:before {
  background-color: #3F87F3;
}
section .visuals .copy .legend-keys .laggards:before {
  background-color: #526A6A;
}
section .visuals .copy .legend-keys .growth:before {
  background-color: #A7869B;
}
section .visuals .graphs {
  position: relative;
}
section .visuals .graphs .trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
}
section .visuals .graphs .stats .title {
  display: block;
  color: #9096A7;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.4px;
}
section .visuals .graphs .graph {
  position: relative;
  text-align: center;
}
section .visuals .graphs .graph .stats {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
section .visuals .graphs .graph .stats .upper {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  color: #0F1013;
  font-weight: 700;
  position: relative;
  right: -3px;
  margin: 6px 0;
}
section .visuals .graphs .graph .stats .upper span.percent {
  vertical-align: top;
  font-size: 0.75rem;
  position: relative;
  top: 4px;
}
section .visuals .graphs .graph .stats .lower {
  display: block;
  color: #697188;
  font-weight: 700;
  line-height: 1;
  position: relative;
  right: -3px;
}
section .visuals .graphs .graph .stats .lower span.percent {
  vertical-align: top;
  font-size: 0.5rem;
  position: relative;
  top: 1px;
}
section .visuals .graphs .graph .stats.large .upper {
  font-weight: 500;
  font-size: 4.5rem;
  right: -6px;
}
section .visuals .graphs .graph .stats.large .upper span.percent {
  font-weight: 700;
  font-size: 1.5rem;
  top: 10px;
}
section .visuals .graphs .graph .stats.large .lower {
  font-size: 1.5rem;
  font-weight: 500;
  right: -6px;
}
section .visuals .graphs .graph .stats.large .lower span.percent {
  font-size: 0.75rem;
}
section .visuals .graphs .bar {
  position: relative;
  padding-bottom: 36px;
}
section .visuals .graphs .bar svg .leaders {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
section .visuals .graphs .bar svg .laggards {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
section .visuals .graphs .bar svg .dashes {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
section .visuals .graphs .bar.animate svg .leaders {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition: all 0.4s ease;
}
section .visuals .graphs .bar.animate svg .laggards {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
section .visuals .graphs .bar.animate svg .dashes {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition: all 0.4s ease;
  transition-delay: 0.4s;
}
section .visuals .graphs .bar .stats .title {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  text-align: center;
  margin-top: 14px;
}
section .visuals .graphs .bar .col {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #0F1013;
}
section .visuals .graphs .bar .col.col-1 {
  float: left;
}
section .visuals .graphs .bar .col.col-2 {
  float: right;
}
section #socials {
  position: absolute;
  z-index: 10;
  left: 32px;
  bottom: 50px;
  width: 60px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
section #socials a.social {
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: center;
}
section #socials a.social.facebook {
  background-image: url(../img/facebook.svg);
}
section #socials a.social.linkedin {
  background-image: url(../img/linkedin.svg);
}
section #socials a.social.twitter {
  background-image: url(../img/twitter.svg);
}
@media only screen and (max-width: 768px) {
  section #socials {
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 450px) {
  section #socials {
    bottom: 15px;
  }
}
section#hero {
  min-height: 775px;
  position: relative;
  background-color: #BDCCCC;
}
section#hero:before {
  content: "";
  background-color: #B4C5C5;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
}
section#hero:after {
  content: "";
  background-color: #BDCCCC;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 200px;
  height: 100%;
}
section#hero .bg-backer {
  background: url(../img/hero-bg-backer.svg) no-repeat left center/contain;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(42px);
  -moz-transform: translateX(42px);
  -ms-transform: translateX(42px);
  -o-transform: translateX(42px);
  transform: translateX(42px);
}
section#hero .bg {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1680px;
  height: 775px;
  background: url(../img/hero-bg.png) no-repeat right center/contain;
}
section#hero .container {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section#hero .content {
  max-width: 490px;
}
section#hero .content .arrow-link {
  color: #354545;
}
@media only screen and (max-width: 1680px) {
  section#hero:before, section#hero:after, section#hero .bg-backer {
    display: none;
  }
}
@media only screen and (max-width: 1140px) {
  section#hero .bg {
    margin-left: 120px;
  }
}
@media only screen and (max-width: 1000px) {
  section#hero {
    min-height: 565px;
  }
  section#hero .bg {
    height: 565px;
  }
  section#hero .content {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  section#hero {
    height: 100vh;
    min-height: 950px;
    background-color: #B4C5C5;
  }
  section#hero .bg {
    height: 100vh;
    min-height: 950px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: #B4C5C5 url(../img/hero-bg-mobile.png) no-repeat center bottom/cover;
    margin-left: 0;
  }
  section#hero .container {
    position: relative;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 90%;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  section#hero .content {
    margin: 100px auto 0;
    text-align: center;
  }
  section#hero .content h1 span.small {
    left: 0;
  }
}
@media only screen and (max-width: 550px) {
  section#hero {
    min-height: 170vw;
  }
  section#hero .bg {
    background-size: contain;
    width: 120%;
    margin-left: -10%;
    min-height: 170vw;
  }
}
@media only screen and (max-width: 450px) {
  section#hero {
    min-height: 180vw;
  }
  section#hero .bg {
    min-height: 180vw;
  }
}
@media only screen and (max-width: 400px) {
  section#hero {
    min-height: 190vw;
  }
  section#hero .bg {
    min-height: 190vw;
  }
}
@media only screen and (max-width: 350px) {
  section#hero {
    min-height: 210vw;
  }
  section#hero .bg {
    min-height: 210vw;
  }
}
section#legend {
  background-color: #F3F3F5;
}
section#legend .handle {
  background-color: #EAEBEE;
  padding: 0 32px;
  height: 96px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  color: #555B6D;
  letter-spacing: 0.9px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section#legend .handle:hover {
  background-color: rgba(234, 235, 238, 0.1);
}
section#legend .handle:after {
  content: "";
  display: block;
  background: url(../img/cross.svg) no-repeat center;
  width: 44px;
  height: 44px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section#legend .handle.is-open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
section#legend .container {
  display: none;
}
section#legend .cols {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 55px 0 60px;
}
section#legend .col {
  width: 70%;
  padding-right: 11%;
}
section#legend .col.middle {
  width: 100%;
  border-left: 1px solid #EAEBEE;
  padding-left: 11%;
}
section#legend .col:last-child {
  padding-right: 0;
}
section#legend p {
  font-size: 0.875rem;
  line-height: 1.5em;
}
section#legend p.legend-item {
  padding-left: 16px;
  margin-bottom: 22px;
}
section#legend p.legend-item strong {
  display: block;
  margin-bottom: 10px;
  position: relative;
  font-size: 0.625rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 1;
}
section#legend p.legend-item strong:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: -16px;
}
section#legend p.legend-item strong.leaders:before {
  background-color: #3F87F3;
}
section#legend p.legend-item strong.laggards:before {
  background-color: #526A6A;
}
section#legend p.legend-item strong.growth:before {
  background-color: #A7869B;
}
@media only screen and (max-width: 1000px) {
  section#legend .cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#legend .col {
    width: 45%;
    padding: 0;
  }
  section#legend .col.middle {
    width: 45%;
    padding: 0;
  }
  section#legend .col:first-child {
    width: 100%;
    padding-bottom: 65px;
    border-bottom: 1px solid #EAEBEE;
    margin-bottom: 65px;
  }
  section#legend .col:first-child p {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  section#legend .cols {
    max-width: 500px;
    margin: 0 auto;
  }
  section#legend .col, section#legend .col:first-child {
    width: 100%;
  }
  section#legend .col.middle, section#legend .col:first-child.middle {
    width: 100%;
  }
  section#legend .col p, section#legend .col:first-child p {
    width: auto;
    max-width: 390px;
  }
}
@media only screen and (max-width: 480px) {
  section#legend .handle {
    font-size: 0.625rem;
    padding: 0 16px;
    letter-spacing: 0.64px;
  }
  section#legend .handle:after {
    position: relative;
    right: -16px;
  }
}
section#imperative-1 {
  padding: 100px 0 140px;
  text-align: center;
}
section#imperative-1 .content {
  margin: 0 auto;
}
section#imperative-1 .content p.intro {
  margin: 0 auto;
}
section#imperative-1 .visuals {
  max-width: 1000px;
  margin: 35px auto 0;
}
section#imperative-1 .visuals .copy .question {
  margin: 0 auto;
}
section#imperative-1 .visuals .copy .legend-keys {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section#imperative-1 .visuals .graphs {
  margin-top: 50px;
  width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section#imperative-1 .visuals .graphs .left svg .dashes {
  stroke-dasharray: 360;
  stroke-dashoffset: 483;
}
section#imperative-1 .visuals .graphs .left svg .outer {
  stroke-dasharray: 1694;
  stroke-dashoffset: -1694;
}
section#imperative-1 .visuals .graphs .left svg .inner {
  stroke-dasharray: 1694;
  stroke-dashoffset: -1694;
}
section#imperative-1 .visuals .graphs .left.animate svg .dashes {
  stroke-dashoffset: 225;
  transition: all 0.4s ease;
  transition-delay: 0.6s;
}
section#imperative-1 .visuals .graphs .left.animate svg .outer {
  stroke-dasharray: 1392;
  transition: all 0.4s ease;
}
section#imperative-1 .visuals .graphs .left.animate svg .inner {
  stroke-dasharray: 1459;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
section#imperative-1 .visuals .graphs .center svg .dashes {
  stroke-dasharray: 1093;
  stroke-dashoffset: 1440;
}
section#imperative-1 .visuals .graphs .center svg .outer {
  stroke-dasharray: 1694;
  stroke-dashoffset: -1694;
}
section#imperative-1 .visuals .graphs .center svg .inner {
  stroke-dasharray: 1694;
  stroke-dashoffset: -1694;
}
section#imperative-1 .visuals .graphs .center.animate svg .dashes {
  stroke-dasharray: 1223;
  transition: all 0.4s ease;
  transition-delay: 0.6s;
}
section#imperative-1 .visuals .graphs .center.animate svg .outer {
  stroke-dasharray: 848;
  transition: all 0.4s ease;
}
section#imperative-1 .visuals .graphs .center.animate svg .inner {
  stroke-dasharray: 1157;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
section#imperative-1 .visuals .graphs .right svg .dashes {
  stroke-dasharray: 336;
  stroke-dashoffset: 530;
}
section#imperative-1 .visuals .graphs .right svg .outer {
  stroke-dasharray: 1694;
  stroke-dashoffset: -1694;
}
section#imperative-1 .visuals .graphs .right svg .inner {
  stroke-dasharray: 1694;
  stroke-dashoffset: -1694;
}
section#imperative-1 .visuals .graphs .right.animate svg .dashes {
  stroke-dasharray: 505;
  transition: all 0.4s ease;
  transition-delay: 0.6s;
}
section#imperative-1 .visuals .graphs .right.animate svg .outer {
  stroke-dasharray: 1275;
  transition: all 0.4s ease;
}
section#imperative-1 .visuals .graphs .right.animate svg .inner {
  stroke-dasharray: 1367;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 900px) {
  section#imperative-1 .visuals .graphs .left svg, section#imperative-1 .visuals .graphs .right svg {
    width: 120px;
    height: 120px;
  }
  section#imperative-1 .visuals .graphs .left .stats, section#imperative-1 .visuals .graphs .right .stats {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -moz-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    -o-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
  }
  section#imperative-1 .visuals .graphs .center svg {
    width: 330px;
    height: 330px;
  }
}
@media only screen and (max-width: 680px) {
  section#imperative-1 .visuals .graphs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#imperative-1 .visuals .graphs .center {
    width: 100%;
    order: 1;
  }
  section#imperative-1 .visuals .graphs .left {
    width: 100%;
    order: 2;
    margin-top: 24px;
  }
  section#imperative-1 .visuals .graphs .right {
    width: 100%;
    order: 3;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 380px) {
  section#imperative-1 .visuals .graphs .center svg {
    width: 280px;
    height: 280px;
  }
}
section#imperative-2 {
  padding: 180px 0 240px;
  background-color: #F9F9FA;
}
section#imperative-2 .container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section#imperative-2 .content {
  max-width: 450px;
  flex-shrink: 0;
}
section#imperative-2 .content p {
  max-width: 400px;
}
section#imperative-2 .visuals {
  max-width: 570px;
  width: 100%;
  margin-left: 40px;
}
section#imperative-2 .visuals .copy .question {
  max-width: none;
}
section#imperative-2 .visuals .copy .legend-keys {
  margin-left: -12px;
}
section#imperative-2 .visuals .graphs {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 45px;
}
@media only screen and (max-width: 1000px) {
  section#imperative-2 {
    padding: 80px 0 120px;
  }
  section#imperative-2 .container {
    display: block;
    max-width: 570px;
  }
  section#imperative-2 .visuals {
    margin-left: 0;
    margin-top: 90px;
  }
}
@media only screen and (max-width: 500px) {
  section#imperative-2 .visuals .graphs .bar .line {
    stroke-width: 8px;
  }
  section#imperative-2 .visuals .graphs .bar .stats .title {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 420px) {
  section#imperative-2 .visuals .graphs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  section#imperative-2 .visuals .graphs .bar {
    width: 33%;
    margin-bottom: 40px;
  }
  section#imperative-2 .visuals .graphs .bar svg {
    margin: 0 auto;
    display: block;
  }
  section#imperative-2 .visuals .graphs .bar .stats {
    width: 70px;
    margin: 0 auto;
    display: block;
  }
  section#imperative-2 .visuals .graphs .bar .stats .title {
    width: 80px;
  }
}
section#imperative-3 {
  padding: 230px 0 165px;
}
section#imperative-3 .container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse;
}
section#imperative-3 .content {
  max-width: 450px;
  flex-shrink: 0;
}
section#imperative-3 .content p {
  margin-bottom: 30px;
}
section#imperative-3 .visuals {
  margin-right: 40px;
}
section#imperative-3 .visuals .graphs {
  max-width: 620px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section#imperative-3 .visuals .graphs .copy .question {
  max-width: none;
  text-align: center;
  padding: 0 10px;
}
section#imperative-3 .visuals .graphs .copy .legend-keys {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section#imperative-3 .visuals .graphs .col:first-child {
  width: 36%;
}
section#imperative-3 .visuals .graphs .col:last-child {
  width: 60%;
}
section#imperative-3 .visuals .graphs .bar {
  text-align: center;
}
section#imperative-3 .visuals .graphs .bar .stats {
  width: 70px;
  margin: 0 auto;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
section#imperative-3 .visuals .graphs .bar .stats .col {
  width: 40%;
}
section#imperative-3 .visuals .graphs .graph.small svg .dashes {
  stroke-dasharray: 477;
  stroke-dashoffset: 954;
}
section#imperative-3 .visuals .graphs .graph.small svg .outer {
  stroke-dasharray: 1694;
  stroke-dashoffset: -1694;
}
section#imperative-3 .visuals .graphs .graph.small svg .inner {
  stroke-dasharray: 1694;
  stroke-dashoffset: -1694;
}
section#imperative-3 .visuals .graphs .graph.small.animate svg .dashes {
  stroke-dashoffset: 477;
  transition: all 0.4s ease;
  transition-delay: 0.6s;
}
section#imperative-3 .visuals .graphs .graph.small.animate svg .outer {
  stroke-dashoffset: -2300;
  transition: all 0.4s ease;
}
section#imperative-3 .visuals .graphs .graph.small.animate svg .inner {
  stroke-dasharray: 1544;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
section#imperative-3 .visuals .graphs .graph.large svg .dashes {
  stroke-dasharray: 1005;
  stroke-dashoffset: 2010;
}
section#imperative-3 .visuals .graphs .graph.large svg .outer {
  stroke-dasharray: 1694;
  stroke-dashoffset: -1694;
}
section#imperative-3 .visuals .graphs .graph.large svg .inner {
  stroke-dasharray: 1694;
  stroke-dashoffset: -1694;
}
section#imperative-3 .visuals .graphs .graph.large.animate svg .dashes {
  stroke-dashoffset: 1005;
  transition: all 0.4s ease;
  transition-delay: 0.6s;
}
section#imperative-3 .visuals .graphs .graph.large.animate svg .outer {
  stroke-dashoffset: -2825;
  transition: all 0.4s ease;
}
section#imperative-3 .visuals .graphs .graph.large.animate svg .inner {
  stroke-dasharray: 1567;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 1200px) {
  section#imperative-3 {
    padding: 80px 0 120px;
  }
  section#imperative-3 .container {
    display: block;
    max-width: 570px;
  }
  section#imperative-3 .visuals {
    width: calc(100% + 50px);
    margin-right: 0;
    margin-left: -25px;
    margin-top: 90px;
  }
}
@media only screen and (max-width: 600px) {
  section#imperative-3 .visuals .graphs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section#imperative-3 .visuals .graphs .col.first-col {
    width: 220px;
  }
  section#imperative-3 .visuals .graphs .col.last-col {
    width: 300px;
  }
  section#imperative-3 .visuals .graphs .col.last-col svg {
    width: 300px;
    height: 300px;
  }
}
section#cta {
  padding: 80px 0;
  text-align: center;
  background-color: #2D4848;
}
section#cta .content {
  margin: 0 auto;
  max-width: 520px;
}
section#cta .content h3, section#cta .content p, section#cta .content a {
  color: #FFFFFF;
}
section#cta .content p.intro {
  margin: 0 auto 30px;
  max-width: 400px;
}

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