html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

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

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

@font-face {
  font-family: 'Stratum1WebBlack';
  src: url("../fonts/Stratum1WebBlack.eot");
  src: url("../fonts/Stratum1WebBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/Stratum1WebBlack.woff2") format("woff2"), url("../fonts/Stratum1WebBlack.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'FFDINWebPro';
  src: url("../fonts/FFDINWebPro.eot");
  src: url("../fonts/FFDINWebPro.eot?#iefix") format("embedded-opentype"), url("../fonts/FFDINWebPro.woff") format("woff"), url("../fonts/FFDINWebPro.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'FFDINWebProMedium';
  src: url("../fonts/FFDINWebProMedium.eot");
  src: url("../fonts/FFDINWebProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FFDINWebProMedium.woff") format("woff"), url("../fonts/FFDINWebProMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'FFDINWebProBold';
  src: url("../fonts/FFDINWebProBold.eot");
  src: url("../fonts/FFDINWebProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FFDINWebProBold.woff") format("woff"), url("../fonts/FFDINWebProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'FFDINWebProCond';
  src: url("../fonts/FFDINWebProCond.eot");
  src: url("../fonts/FFDINWebProCond.eot?#iefix") format("embedded-opentype"), url("../fonts/FFDINWebProCond.woff") format("woff"), url("../fonts/FFDINWebProCond.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'FFDINWebProCondBold';
  src: url("../fonts/FFDINWebProCondBold.eot");
  src: url("../fonts/FFDINWebProCondBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FFDINWebProCondBold.woff") format("woff"), url("../fonts/FFDINWebProCondBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  color: #4a4a4a;
  font-family: "FFDINWebPro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }
  body.noscroll {
    overflow: hidden; }

h1, h2, h3, h4, h5 {
  font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.h1 {
  font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 50px;
  letter-spacing: 1px;
  line-height: 60px;
  text-transform: uppercase; }
  @media screen and (min-width: 48.0625em) {
    .h1 {
      font-size: 72px;
      letter-spacing: 1.3px;
      line-height: 80px; } }

h2, .h2 {
  font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 42px;
  letter-spacing: 0.9px;
  line-height: 46px;
  text-transform: uppercase; }
  @media screen and (min-width: 48.0625em) {
    h2, .h2 {
      font-size: 60px;
      letter-spacing: 1.3px;
      line-height: 68px; } }

.h2--blue {
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 26px;
  color: #4A90E2;
  letter-spacing: 0.3px;
  line-height: 34px; }
  @media screen and (min-width: 48.0625em) {
    .h2--blue {
      font-size: 32px;
      letter-spacing: 0;
      line-height: 40px; } }

.h2--upper {
  text-transform: uppercase; }

p, .p, .p--small {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px; }
  @media screen and (min-width: 48.0625em) {
    p, .p, .p--small {
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 26px; } }

.p--large {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px; }
  @media screen and (min-width: 48.0625em) {
    .p--large {
      font-size: 26px;
      letter-spacing: 0px;
      line-height: 40px; } }

.callout {
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  color: #348bf6;
  letter-spacing: 0px;
  line-height: 24px; }
  @media screen and (min-width: 48.0625em) {
    .callout {
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 22px; } }

b, strong {
  font-family: "FFDINWebProBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

img {
  display: block;
  width: 100%;
  height: auto; }

.display--desktop {
  display: none; }

@media screen and (min-width: 48.0625em) {
  .display--mobile {
    display: none; }
  .display--desktop {
    display: block; } }

.trademark {
  display: inline-block;
  position: relative; }
  .trademark::after {
    content: '\2122';
    position: absolute;
    top: 0;
    font-size: 14px;
    line-height: 14px; }

.button {
  display: inline-block;
  padding: 5px;
  border: 2px solid #1782FF;
  color: #fff;
  cursor: pointer; }
  .button__link {
    border: none;
    display: block;
    padding: 13px 30px;
    background: #4A90E2;
    text-align: center; }
    .button__link:hover {
      background: #2666B0;
      text-decoration: none; }
  .button__text {
    display: block;
    position: relative;
    padding-right: 25px;
    color: #fff;
    font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap; }
    .button__text::after {
      position: absolute;
      content: '';
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 13px;
      height: 16px;
      background: url(../svg/arrow-right-white.svg) no-repeat; }
  .button--small {
    padding: 13px 15px 12px;
    width: 46px;
    height: 45px;
    background: #4A90E2;
    border: none; }
    .button--small img {
      width: 100%;
      height: auto; }
    .button--small:hover {
      background: #2666B0; }
  .button--desktop {
    display: none; }
  @media screen and (min-width: 48.0625em) {
    .button {
      display: inline-block; }
      .button__inner {
        padding: 5px 35px; }
      .button__text {
        display: block; }
      .button--mobile {
        display: none; }
      .button--desktop {
        display: inline-block; } }

.comments {
  padding: 55px 0 65px;
  background: #f5f5f5; }
  .comments__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 40px;
    text-transform: uppercase; }
  @media screen and (min-width: 48.0625em) {
    .comments .comment__form .comment-form-author {
      float: left;
      width: 49%;
      margin-right: 1%; }
    .comments .comment__form .comment-form-email {
      float: left;
      width: 49%;
      margin-left: 1%; } }

.comment__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7; }

.comment__author {
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 25px; }

.comment__date {
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  color: #8a8a8a;
  letter-spacing: 0px;
  line-height: 25px; }

.comment__content {
  padding-top: 10px; }
  .comment__content p {
    padding-bottom: 10px; }

.comment__form .comment-reply-title {
  margin-bottom: 20px;
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 35px;
  text-transform: uppercase; }

.comment__form .form-input {
  position: relative; }

.comment__form label {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 20px;
  color: #ADADAD;
  letter-spacing: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.comment__form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 15px 10px;
  background: #fff;
  border: none;
  font-size: 20px;
  line-height: 20px; }
  .comment__form input:focus {
    outline: none; }
  .comment__form input:focus ~ label,
  .comment__form input:valid ~ label {
    top: 0;
    font-size: 12px; }

.comment__form textarea {
  width: 100%;
  height: 185px;
  margin-bottom: 20px;
  padding: 25px 15px 10px;
  border: none; }
  .comment__form textarea:focus {
    outline: none; }
  .comment__form textarea:focus ~ label,
  .comment__form textarea:valid ~ label {
    top: 0;
    font-size: 12px; }

.comment__form .submit {
  width: auto;
  padding: 17px 30px 14px;
  background: #4A90E2;
  border: 5px solid #fff;
  outline: 2px solid #1782FF;
  color: #fff;
  font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 1.6px;
  line-height: 24px;
  text-transform: uppercase; }

.form__input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 16px;
  font-size: 18px;
  color: #b7b7b7; }

.select__block {
  position: relative; }
  .select__block::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 8px;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../svg/arrow-down-grey.svg) no-repeat; }
  .select__block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0 0 0 15px;
    height: 52px;
    border: 1px solid #d7d7d7;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 18px; }
    .select__block select:hover {
      border: 1px solid #4A90E2; }
    .select__block select:focus {
      border: 1px solid #4A90E2;
      outline: none; }
    .select__block select::-ms-expand {
      display: none; }

select {
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 12px;
  background: #fff;
  border: none;
  font-size: 20px;
  line-height: 20px;
  height: 56px;
  color: #ADADAD;
  letter-spacing: 0px; }

.form-input {
  position: relative; }
  .form-input label {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    color: #ADADAD;
    letter-spacing: 0px;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .form-input input {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px 15px 10px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    line-height: 20px; }
    .form-input input:hover {
      border: 1px solid #4A90E2; }
    .form-input input:focus {
      border: 1px solid #4A90E2;
      outline: none; }
    .form-input input:focus ~ label,
    .form-input input:valid ~ label {
      top: 0;
      font-size: 12px; }
  .form-input textarea {
    width: 100%;
    height: 185px;
    margin-bottom: 20px;
    padding: 25px 15px 10px;
    border: none; }
    .form-input textarea:focus {
      outline: none; }
    .form-input textarea:focus ~ label,
    .form-input textarea:valid ~ label {
      top: 0;
      font-size: 12px; }
  .form-input.select__block {
    margin-bottom: 20px; }
  .form-input select {
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    color: #adadad;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px; }
    .form-input select:focus {
      outline: none; }
    .form-input select:valid ~ label {
      display: none; }
    .form-input select.error ~ label {
      display: inline; }
  .form-input.error label {
    top: 0;
    font-size: 12px; }
    .form-input.error label .error {
      color: #d0021b; }
  .form-input input.error,
  .form-input select.error,
  .form-input textarea.error {
    border: 1px solid #d0021b; }

.submit {
  padding: 17px 0 14px;
  background: #4A90E2;
  border: 5px solid #fff;
  outline: 2px solid #1782FF;
  color: #fff;
  font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 1.6px;
  line-height: 24px;
  text-transform: uppercase; }

.hero {
  position: relative; }
  .hero__container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8; }
  .hero__text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 40px rgba(0, 0, 0, 0.5); }
  .hero__title {
    color: #fff;
    font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 36px;
    line-height: 40px;
    margin-top: 40px;
    letter-spacing: 0.89px;
    text-transform: uppercase; }
  .hero__image {
    display: block;
    width: 100%;
    height: auto; }
  .hero picture {
    width: 100%; }
  .hero video {
    display: block;
    width: 1440px;
    height: auto;
    max-height: 644px; }
  @media screen and (min-width: 48.0625em) {
    .hero__title {
      margin-top: initial;
      font-size: 40px;
      line-height: 50px; }
    .hero__text {
      padding: 0 17%; } }
  @media screen and (min-width: 64.5em) {
    .hero__title {
      margin-top: initial;
      font-size: 50px;
      line-height: 60px; } }
  @media screen and (min-width: 79.25em) {
    .hero__title {
      font-size: 72px;
      letter-spacing: 1.28px;
      line-height: 80px; } }

.hero--blog .hero__text {
  flex: inherit;
  margin-top: 30px; }
  .hero--blog .hero__text .button__text {
    text-shadow: none; }

.hero--blog .post__date {
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 1.16px;
  line-height: 43px; }

.hero--blog .post__title {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.57px;
  line-height: 35px;
  text-transform: uppercase; }

.hero--blog .post__blurb {
  display: none; }

.hero--blog .post__link {
  margin-top: 35px; }

@media screen and (min-width: 64.5em) {
  .hero--blog .hero__text {
    float: left;
    display: block;
    margin-right: 2.1645021645%;
    width: 48.9177489177%;
    margin-left: 25.5411255411%;
    margin: 0;
    padding: 0; }
    .hero--blog .hero__text:last-child {
      margin-right: 0; }
  .hero--blog .post__date {
    font-size: 20px;
    letter-spacing: 1.16px;
    line-height: 43px; }
  .hero--blog .post__title {
    font-size: 42px;
    letter-spacing: 0.98px;
    line-height: 50px; } }

@media screen and (min-width: 79.25em) {
  .hero--blog .post__blurb {
    display: block; } }

a {
  color: #4A90E2;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.link {
  display: inline-block;
  position: relative;
  font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  color: #4A90E2;
  letter-spacing: 1.11px;
  line-height: 23px;
  text-transform: uppercase; }
  .link:hover {
    color: #2666B0;
    text-decoration: none; }
  .link--back {
    padding-left: 20px; }
    .link--back::before {
      position: absolute;
      content: '';
      top: 4px;
      left: 0;
      width: 12px;
      height: 14px;
      background: url(../svg/arrow-left-blue.svg) no-repeat; }
  .link--forward {
    padding-right: 20px; }
    .link--forward::before {
      position: absolute;
      content: '';
      top: 4px;
      right: 0;
      width: 12px;
      height: 14px;
      background: url(../svg/arrow-right-blue.svg) no-repeat; }
  .link--doc {
    display: inline-block;
    position: relative;
    padding-right: 18px; }
    .link--doc::after {
      content: '';
      position: absolute;
      top: 3px;
      right: 0;
      width: 11px;
      height: 16px;
      background: url(../svg/icon-doc.svg) no-repeat; }
  .link--pdf {
    display: inline-block;
    position: relative;
    padding-left: 18px; }
    .link--pdf::before {
      content: '';
      position: absolute;
      top: 3px;
      left: 0;
      width: 11px;
      height: 16px;
      background: url(../svg/icon-doc-white.svg) no-repeat; }
  @media screen and (min-width: 48.0625em) {
    .link--left {
      position: absolute; } }

.site__overlay {
  position: fixed;
  top: 100%;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1; }
  .site__overlay .overlay__bkgd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: opacity 0.5s ease; }
  .site__overlay .overlay__container {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 70%;
    max-width: 725px;
    min-width: 315px;
    padding: 20px;
    background: #f5f5f5;
    box-shadow: 8px 8px 26px 0px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .site__overlay .overlay__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .site__overlay .content__container {
    position: relative;
    padding: 60px 0;
    text-align: center; }
    .site__overlay .content__container::after {
      clear: both;
      content: "";
      display: block; }
  .site__overlay .content__image {
    display: none; }
  .site__overlay .content__title {
    font-size: 32px;
    color: #4A90E2;
    line-height: 40px;
    text-transform: uppercase; }
  .site__overlay .content__text {
    font-size: 18px;
    line-height: 26px; }
  .site__overlay--active {
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99; }
    .site__overlay--active .overlay__bkgd {
      opacity: 0.5; }
    .site__overlay--active .overlay__container {
      position: fixed;
      top: 50%; }
  @media screen and (min-width: 79.25em) {
    .site__overlay .overlay__container {
      width: 70%;
      max-width: 1055px; } }
  .site__overlay .overlay__container--subscribe {
    width: 50%;
    max-width: 725px; }
  .site__overlay .overlay__container--team {
    width: 100%;
    height: 100%;
    overflow: scroll; }
    @media screen and (min-width: 48.0625em) {
      .site__overlay .overlay__container--team {
        height: auto;
        overflow: hidden; } }
    .site__overlay .overlay__container--team .content__container {
      padding: 80px 0; }
    .site__overlay .overlay__container--team .content__image {
      display: block;
      width: 205px;
      margin: 0 auto; }
    .site__overlay .overlay__container--team .content__block {
      text-align: left; }
      .site__overlay .overlay__container--team .content__block p {
        margin-bottom: 15px; }
    .site__overlay .overlay__container--team .content__title {
      margin: 33px 0 10px;
      text-transform: none; }
    @media screen and (min-width: 48.0625em) {
      .site__overlay .overlay__container--team {
        width: 70%;
        height: auto;
        max-width: 1055px; }
        .site__overlay .overlay__container--team .content__container {
          padding: 60px 60px; }
        .site__overlay .overlay__container--team .content__image {
          display: block;
          float: left;
          display: block;
          margin-right: 2.1645021645%;
          width: 23.3766233766%;
          margin-top: 5px; }
          .site__overlay .overlay__container--team .content__image:last-child {
            margin-right: 0; }
        .site__overlay .overlay__container--team .content__block {
          float: left;
          display: block;
          margin-right: 2.1645021645%;
          width: 74.4588744589%;
          text-align: left; }
          .site__overlay .overlay__container--team .content__block:last-child {
            margin-right: 0; }
          .site__overlay .overlay__container--team .content__block p {
            margin-bottom: 15px; }
        .site__overlay .overlay__container--team .content__title {
          margin: 0 0 5px 0;
          text-transform: none; } }

.modal__content .modal__header {
  text-transform: capitalize; }

.video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.alignnone {
  margin: 5px 0 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

body#tinymce {
  margin: 12px !important; }

.site__container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }
  .site__container .row {
    padding: 0 27px; }
    .site__container .row::after {
      clear: both;
      content: "";
      display: block; }

.site__main {
  font-size: 1.25em;
  line-height: 1.4em; }
  @media screen and (min-width: 48.0625em) {
    .site__main {
      font-size: 1.125em;
      line-height: 1.625em; } }

.site__footer {
  background: #4a4a4a; }

.grid__row {
  max-width: 86.625em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 27px; }
  .grid__row::after {
    clear: both;
    content: "";
    display: block; }
  .grid__row .grid__col--center {
    text-align: center; }
  @media screen and (min-width: 48.0625em) {
    .grid__row .grid__col {
      position: relative; }
      .grid__row .grid__col::after {
        clear: both;
        content: "";
        display: block; }
      .grid__row .grid__col--default {
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 57.4314574315%;
        margin-left: 25.5411255411%; }
        .grid__row .grid__col--default:last-child {
          margin-right: 0; }
      .grid__row .grid__col--center {
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 48.9177489177%;
        margin-left: 25.5411255411%; }
        .grid__row .grid__col--center:last-child {
          margin-right: 0; }
      .grid__row .grid__col--half {
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 48.9177489177%;
        position: relative; }
        .grid__row .grid__col--half:last-child {
          margin-right: 0; } }

.header__container {
  position: relative;
  z-index: 9; }
  .header__container .site__header {
    background: #4a4a4a; }
  .header__container--hero {
    position: absolute;
    width: 100%; }
    .header__container--hero .site__header {
      background-color: transparent;
      background-image: -webkit-linear-gradient(-180deg, rgba(0, 0, 0, 0.82) 0%, transparent 100%);
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.82) 0%, transparent 100%); }
    @media screen and (min-width: 48.0625em) {
      .header__container--hero .header__nav .nav__row {
        padding-bottom: 80px; } }

.header__nav .nav__row {
  padding-top: 25px;
  padding-bottom: 25px; }

.header__nav .nav__logo {
  float: left;
  width: 92px; }

.header__nav .nav__trigger {
  float: right;
  position: relative;
  width: 35px;
  height: 25px;
  cursor: pointer; }
  .header__nav .nav__trigger .bars {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-color: #fff; }
    .header__nav .nav__trigger .bars::before, .header__nav .nav__trigger .bars::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #fff;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .header__nav .nav__trigger .bars::before {
      top: -11px; }
    .header__nav .nav__trigger .bars::after {
      top: 11px; }

.header__nav .nav__list {
  display: none; }

.header__nav .nav__item {
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase; }
  .header__nav .nav__item--hide {
    display: none; }

.header__nav .nav__link {
  color: #fff; }
  .header__nav .nav__link:hover {
    color: #7ab8ff;
    text-decoration: none; }
  @media screen and (min-width: 48.0625em) {
    .header__nav .nav__link--sub {
      color: #4a4a4a; }
      .header__nav .nav__link--sub:hover {
        color: #4A90E2; } }

.header__nav--open {
  position: fixed; }
  .header__nav--open .nav__trigger {
    z-index: 99; }
    .header__nav--open .nav__trigger .bars {
      background: transparent; }
      .header__nav--open .nav__trigger .bars::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header__nav--open .nav__trigger .bars::after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .header__nav--open .nav__list {
    display: block;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4a4a4a; }
    .header__nav--open .nav__list ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; }
  .header__nav--open .sub__nav {
    display: block;
    opacity: 1;
    visibility: visible; }

@media screen and (min-width: 48.0625em) {
  .header__nav .nav__row {
    padding-top: 34px;
    padding-bottom: 31px; }
  .header__nav .nav__logo {
    float: left;
    width: 130px;
    margin: 0 auto; }
  .header__nav .nav__trigger {
    display: none;
    width: min-width 48.0625em 12; }
  .header__nav .nav__list {
    display: block;
    float: right; }
  .header__nav .nav__item {
    float: left;
    margin-left: 30px;
    line-height: 40px; }
    .header__nav .nav__item--parent {
      position: relative;
      padding-right: 16px; }
      .header__nav .nav__item--parent::after {
        position: absolute;
        content: '';
        top: 50%;
        right: 0;
        width: 10px;
        height: 5px;
        background: url(../svg/nav-arrow.svg) no-repeat;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .header__nav .nav__item--parent.parent--active {
        border-bottom: none; }
    .header__nav .nav__item--current {
      border-bottom: 1px solid #fff; }
    .header__nav .nav__item--parent {
      position: relative; }
    .header__nav .nav__item--mobile {
      display: none; }
    .header__nav .nav__item--hide {
      display: block; }
    .header__nav .nav__item a {
      padding: 13px 0 12px;
      font-size: 15px;
      letter-spacing: 1.16px;
      line-height: 15px; }
  .header__nav .sub__nav {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    width: 280px;
    margin-top: 10px;
    padding: 24px 0 18px;
    background: #fff;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: margin 0s ease 0.5s, opacity 0.2s ease, visibility 0.2s ease;
    -moz-transition: margin 0s ease 0.5s, opacity 0.2s ease, visibility 0.2s ease;
    transition: margin 0s ease 0.5s, opacity 0.2s ease, visibility 0.2s ease; }
    .header__nav .sub__nav::before {
      content: '';
      position: absolute;
      top: -9px;
      height: 0;
      width: 0;
      border-bottom: 9px solid #fff;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      left: 50%; }
    .header__nav .sub__nav .nav__item {
      float: none;
      margin: 0; }
    .header__nav .sub__nav--active {
      margin-top: 0;
      opacity: 1;
      visibility: visible;
      -webkit-transition: margin 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
      -moz-transition: margin 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
      transition: margin 0.2s ease, opacity 0.2s ease, visibility 0.2s ease; } }

.site__footer {
  color: #fff; }
  .site__footer a {
    color: #fff; }
    .site__footer a:hover {
      color: #7ab8ff;
      text-decoration: none; }
  @media screen and (min-width: 48.0625em) {
    .site__footer {
      padding-top: 40px; } }
  .site__footer .logo__row {
    padding-top: 32px; }
  .site__footer .logo__img {
    width: 150px;
    margin: 0 auto 35px auto;
    padding: 0 10px 27px 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.14); }
  .site__footer .logo__social {
    display: none; }
  @media screen and (min-width: 48.0625em) {
    .site__footer .logo__row {
      float: left;
      width: 25%;
      padding: 0; }
    .site__footer .logo__img {
      width: 130px;
      border: none; }
    .site__footer .logo__social {
      display: block;
      text-align: center; } }
  .site__footer .contact__social {
    margin-bottom: 35px;
    text-align: center; }
  .site__footer .contact__social .social__inner {
    display: inline-block;
    padding-bottom: 35px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.14); }
  @media screen and (min-width: 48.0625em) {
    .site__footer .contact__row {
      float: left;
      width: 35%;
      padding: 0 5% 0 0; }
    .site__footer .contact__social {
      display: none; } }
  .site__footer .subscribe__title {
    font-size: 20px;
    letter-spacing: 0.35px;
    line-height: 43px; }
  .site__footer .subscribe__text {
    font-size: 18px;
    line-height: 25px; }
  .site__footer .subscribe__form {
    margin-top: 15px;
    text-align: center; }
    @media screen and (min-width: 48.0625em) {
      .site__footer .subscribe__form {
        text-align: initial; } }
    .site__footer .subscribe__form .form__input {
      margin-bottom: 20px; }
    .site__footer .subscribe__form .form__submit.button--small {
      display: none; }
  @media screen and (min-width: 48.0625em) {
    .site__footer .subscribe__title {
      margin-bottom: 13px;
      line-height: 20px; }
    .site__footer .subscribe__text {
      font-size: 14px;
      line-height: 20px; }
    .site__footer .subscribe__form .form__input {
      float: left;
      width: 80%;
      border: 1px solid #fff; }
      .site__footer .subscribe__form .form__input:hover {
        border: 1px solid #4A90E2; }
      .site__footer .subscribe__form .form__input:focus {
        border: 1px solid #4A90E2;
        outline: none; }
    .site__footer .subscribe__form .form__submit {
      float: left; }
      .site__footer .subscribe__form .form__submit.button {
        display: none; }
      .site__footer .subscribe__form .form__submit.button--small {
        display: block; } }
  .site__footer .social__inner .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 12px;
    fill: #fff; }
    .site__footer .social__inner .icon:hover {
      fill: #7ab8ff; }
  .site__footer .copyright {
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px; }
    .site__footer .copyright__row {
      margin-top: 35px;
      background: #575757; }
    .site__footer .copyright a {
      font-family: "FFDINWebProBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
      .site__footer .copyright a:hover {
        color: #fff;
        text-decoration: underline; }
    @media screen and (min-width: 48.0625em) {
      .site__footer .copyright__row {
        clear: both;
        padding: 0 8%; } }

.footer__nav .nav__row {
  padding-top: 32px; }

.footer__nav .nav__list {
  text-align: center; }

.footer__nav .nav__item {
  margin-bottom: 45px;
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 1.53px;
  text-transform: uppercase; }
  .footer__nav .nav__item--sub {
    margin-top: 45px; }
  .footer__nav .nav__item--hide {
    display: none; }

@media screen and (min-width: 48.0625em) {
  .footer__nav .nav__row {
    float: left;
    width: 40%;
    padding: 0; }
    .footer__nav .nav__row .nav__block {
      float: left;
      padding-right: 35px; }
  .footer__nav .nav__list {
    text-align: left; }
  .footer__nav .nav__item {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1px; }
    .footer__nav .nav__item--sub {
      margin-top: 20px; } }

@media screen and (min-width: 71.875em) {
  .footer__nav .nav__item {
    margin-bottom: 45px; }
    .footer__nav .nav__item--sub {
      margin-top: 45px; } }

.section--desktop {
  display: none; }

@media screen and (min-width: 48.0625em) {
  .section--mobile {
    display: none; }
  .section--desktop {
    display: block; } }

.page--default .site__main {
  padding: 25px 0 15px; }

.page--default .section .link {
  margin-bottom: 20px; }

.page--default .section p {
  margin-bottom: 25px; }

.page--default .section ul {
  list-style: disc;
  margin-bottom: 25px;
  padding-left: 35px; }
  .page--default .section ul li {
    margin-bottom: 15px; }

@media screen and (min-width: 48.0625em) {
  .page--default .site__main {
    padding: 45px 0 15px; }
  .page--default .section b, .page--default .section strong {
    font-size: 20px; } }

.toolkit .section {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #d7d7d7; }
  .toolkit .section:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
  @media screen and (min-width: 48.0625em) {
    .toolkit .section {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 57.4314574315%;
      margin-left: 25.5411255411%; }
      .toolkit .section:last-child {
        margin-right: 0; } }

.toolkit .block__label {
  font-family: "FFDINWebPro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px; }

.toolkit .color__block {
  float: left;
  display: block;
  margin-right: 2.1645021645%;
  width: 23.3766233766%;
  margin-bottom: 20px;
  padding-top: 120px;
  border: 1px solid #d7d7d7; }
  .toolkit .color__block:last-child {
    margin-right: 0; }
  .toolkit .color__block:nth-child(4n) {
    margin-right: 0; }
  .toolkit .color__block:nth-child(4n+1) {
    clear: left; }
  .toolkit .color__block--blue {
    background: #4A90E2; }
  .toolkit .color__block--dark-grey {
    background: #4a4a4a; }
  .toolkit .color__block--medium-grey {
    background: #8a8a8a; }
  .toolkit .color__block--light-grey {
    background: #f5f5f5; }
  .toolkit .color__block--black {
    background: #000; }
  .toolkit .color__block--white {
    background: #fff; }
  .toolkit .color__block--orange {
    background: #f5a623; }
  .toolkit .color__block--red {
    background: #d0021b; }
  .toolkit .color__block .color__label {
    padding: 10px;
    background: #fff;
    border-top: 1px solid #d7d7d7;
    font-size: 16px; }

.toolkit .font__block {
  margin-bottom: 20px; }
  .toolkit .font__block--regular {
    font-family: "FFDINWebPro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .toolkit .font__block--medium {
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .toolkit .font__block--stratum {
    font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .toolkit .font__block--bold {
    font-family: "FFDINWebProBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.toolkit .text__block {
  padding: 20px; }
  .toolkit .text__block--black {
    background-color: #000;
    color: #fff; }

.toolkit .page__title {
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 40px;
  text-transform: uppercase; }

.toolkit .h1 {
  font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 50px;
  letter-spacing: 1px;
  line-height: 60px;
  text-transform: uppercase; }
  @media screen and (min-width: 48.0625em) {
    .toolkit .h1 {
      font-size: 72px;
      letter-spacing: 1.3px;
      line-height: 80px; } }

.toolkit .h2 {
  font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 42px;
  letter-spacing: 0.9px;
  line-height: 46px;
  text-transform: uppercase; }
  @media screen and (min-width: 48.0625em) {
    .toolkit .h2 {
      font-size: 60px;
      letter-spacing: 1.3px;
      line-height: 68px; } }

.toolkit .h2--blue {
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 26px;
  color: #4A90E2;
  letter-spacing: 0.3px;
  line-height: 34px; }
  @media screen and (min-width: 48.0625em) {
    .toolkit .h2--blue {
      font-size: 32px;
      letter-spacing: 0;
      line-height: 40px; } }

.toolkit p, .toolkit .p, .toolkit .p--small {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px; }
  @media screen and (min-width: 48.0625em) {
    .toolkit p, .toolkit .p, .toolkit .p--small {
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 26px; } }

.toolkit .p--large {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px; }
  @media screen and (min-width: 48.0625em) {
    .toolkit .p--large {
      font-size: 26px;
      letter-spacing: 0px;
      line-height: 40px; } }

.toolkit .callout {
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  color: #348bf6;
  letter-spacing: 0px;
  line-height: 24px; }
  @media screen and (min-width: 48.0625em) {
    .toolkit .callout {
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 22px; } }

.toolkit .desktop {
  display: none; }

@media screen and (min-width: 48.0625em) {
  .toolkit .mobile {
    display: none; }
  .toolkit .desktop {
    display: initial; } }

.home .hero {
  overflow: hidden; }
  .home .hero__text {
    position: relative; }
    .home .hero__text::after {
      content: '';
      position: absolute;
      bottom: -60px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 41px;
      height: 45px;
      opacity: .5; }
  .home .hero .arrow--down {
    width: 41px;
    margin: 10px auto 0 auto;
    opacity: .5; }

.home__section .section__copy {
  padding: 0 2px;
  font-size: 20px;
  letter-spacing: 0.35px;
  line-height: 28px; }
  @media screen and (min-width: 48.0625em) {
    .home__section .section__copy {
      font-size: 26px;
      letter-spacing: 0.46px;
      line-height: 40px; } }

.home__section--intro {
  padding: 50px 25px;
  background: #f5f5f5;
  text-align: center; }
  .home__section--intro .button {
    margin-top: 35px; }
  @media screen and (min-width: 48.0625em) {
    .home__section--intro {
      padding: 50px 16%; }
      .home__section--intro .section__content p {
        font-size: 26px;
        letter-spacing: 0.46px;
        line-height: 40px; } }

.home__section--1 {
  padding: 35px 0; }
  .home__section--1 .section__block {
    margin-top: 15px;
    padding: 25px 20px;
    background-color: rgba(74, 144, 226, 0.6);
    color: #4a4a4a; }
    .home__section--1 .section__block--yesterday .block__title {
      color: #fff; }
  @media screen and (min-width: 48.0625em) {
    .home__section--1 .section__block {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 48.9177489177%;
      padding: 35px 40px; }
      .home__section--1 .section__block:last-child {
        margin-right: 0; } }
  .home__section--1 .block__title {
    margin-bottom: 10px;
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 26px;
    letter-spacing: 0.46px;
    line-height: 42px; }
    .home__section--1 .block__title--black {
      border-bottom: 1px solid #4a4a4a; }
    .home__section--1 .block__title--white {
      border-bottom: 1px solid #fff; }
  .home__section--1 .block__text {
    font-size: 18px;
    line-height: 22px; }
    .home__section--1 .block__text--label {
      font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 16px;
      letter-spacing: 0.28px;
      line-height: 46px;
      text-transform: uppercase; }
  .home__section--1 .block__icons {
    padding: 15px 0;
    text-align: center; }
    .home__section--1 .block__icons .icon {
      display: inline-block;
      width: 50px;
      height: 50px; }
    .home__section--1 .block__icons--2 .icon {
      margin: 0 25px; }
    .home__section--1 .block__icons--3 .icon {
      margin: 0 18px; }
  .home__section--1 .block__divider {
    margin: 10px 0;
    width: 100%;
    height: 1px; }
    .home__section--1 .block__divider--black {
      background-color: #4a4a4a; }
    .home__section--1 .block__divider--white {
      background-color: #fff; }
  @media screen and (min-width: 48.0625em) {
    .home__section--1 {
      padding: 70px 0 85px; }
      .home__section--1 .section__block {
        margin-top: 0;
        position: relative; }
        .home__section--1 .section__block--yesterday .block__text--label {
          border-color: #fff; }
      .home__section--1 .block__title {
        font-size: 32px;
        letter-spacing: 0.57px;
        line-height: 42px; }
      .home__section--1 .block__text {
        font-size: 18px;
        line-height: 24px; }
        .home__section--1 .block__text--label {
          margin-top: 30px;
          padding-right: 20px;
          line-height: 30px; }
      .home__section--1 .block__icons .icon {
        width: 65px;
        height: 65px; }
      .home__section--1 .block__icons--2 .icon {
        margin: 0 50px; }
      .home__section--1 .block__icons--3 .icon {
        margin: 0 26px; } }
  @media screen and (min-width: 79.25em) {
    .home__section--1 .block__text {
      font-size: 18px;
      line-height: 24px; }
      .home__section--1 .block__text--label {
        position: absolute;
        border-right: 1px solid #000; } }

.home__section--2 {
  position: relative;
  padding: 35px 27px;
  background-image: url(../images/home-3-mobile.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  text-align: center; }
  .home__section--2 .section__text {
    margin-bottom: 35px; }
  .home__section--2 .section__image {
    display: none; }
  @media screen and (min-width: 48.0625em) {
    .home__section--2 {
      background-image: url(../images/home-3-desktop.jpg);
      padding: 250px 0 200px; }
      .home__section--2::after {
        clear: both;
        content: "";
        display: block; }
      .home__section--2 .section__content {
        position: relative;
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 65.9451659452%;
        margin-left: 17.0274170274%;
        padding: 0;
        z-index: 9; }
        .home__section--2 .section__content:last-child {
          margin-right: 0; }
      .home__section--2 .section__bkgd {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.60;
        background-image: radial-gradient(50% 148%, #FFFFFF 46%, #FFFFFF 55%, rgba(255, 255, 255, 0) 100%); } }

.home__section--3 {
  padding: 55px 0;
  text-align: center; }
  .home__section--3 .platform__block {
    width: 240px;
    margin: 0 auto;
    padding: 20px 0; }
  .home__section--3 .platform__icon {
    width: 88px;
    height: 88px;
    margin: 0 auto; }
  .home__section--3 .platform__title {
    padding: 35px 0 15px 0;
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    color: #4A90E2;
    letter-spacing: 0.35px;
    line-height: 20px;
    text-transform: uppercase; }
  .home__section--3 .platform__text {
    font-size: 20px;
    line-height: 28px; }
  .home__section--3 .symbol--plus {
    width: 30px;
    margin: 0 auto; }
  .home__section--3 .symbol--arrow {
    width: 40px;
    margin: 0 auto; }
    .home__section--3 .symbol--arrow svg {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  @media screen and (min-width: 48.0625em) {
    .home__section--3 {
      padding: 75px 0 85px; }
      .home__section--3 .section__title {
        width: 796px;
        margin: 0 auto; }
      .home__section--3 .section__content {
        padding-top: 40px; }
      .home__section--3 .platform__text {
        font-size: 16px;
        letter-spacing: 0.38px;
        line-height: 22px; }
      .home__section--3 .symbol--arrow svg {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); } }
  @media screen and (min-width: 1080px) {
    .home__section--3 .section__content {
      width: 1080px;
      margin: 0 auto; }
    .home__section--3 .platform__block {
      float: left; }
      .home__section--3 .platform__block--symbol {
        padding-top: 45px; } }

.home__section--4 {
  background-color: #f5f5f5;
  text-align: center; }
  .home__section--4 .button {
    margin: 49px 0; }
  .home__section--4 .section__panel--left {
    padding-top: 60px;
    padding-bottom: 30px; }
  .home__section--4 .section__title {
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 26px;
    color: #4A90E2;
    letter-spacing: 0.79px;
    line-height: 35px; }
  .home__section--4 .section__text {
    padding: 20px 0;
    font-size: 20px;
    line-height: 28px; }
  .home__section--4 .section__layers .layer {
    margin: 5px 0;
    padding: 18px 25px; }
    .home__section--4 .section__layers .layer--1 {
      background-color: rgba(74, 144, 226, 0.1); }
    .home__section--4 .section__layers .layer--2 {
      background-color: rgba(74, 144, 226, 0.2); }
    .home__section--4 .section__layers .layer--3 {
      background-color: rgba(74, 144, 226, 0.3); }
    .home__section--4 .section__layers .layer--4 {
      background-color: rgba(74, 144, 226, 0.4); }
    .home__section--4 .section__layers .layer__title {
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 20px;
      color: #4A90E2;
      letter-spacing: 0.62px;
      text-transform: uppercase; }
    .home__section--4 .section__layers .layer p {
      font-size: 18px;
      color: #4a4a4a;
      line-height: 22px; }
  @media screen and (min-width: 64.5em) {
    .home__section--4 .section__panel {
      float: left;
      width: 50%; }
      .home__section--4 .section__panel--left {
        padding: 55px 75px 0 75px; }
    .home__section--4 .section__title {
      font-size: 32px;
      letter-spacing: 0.79px;
      line-height: 40px; }
    .home__section--4 .section__text {
      font-size: 16px;
      line-height: 22px; }
    .home__section--4 .section__layers .layer p {
      font-size: 16px;
      line-height: 22px; } }
  @media screen and (min-width: 48.0625em) {
    .home__section--4 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch; }
      .home__section--4::after {
        clear: both;
        content: "";
        display: block; }
      .home__section--4 .section__panel--left {
        padding-bottom: 50px; }
      .home__section--4 .section__panel--right {
        background-image: url(../images/home-section-5.jpg);
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover; }
        .home__section--4 .section__panel--right img {
          display: none; }
      .home__section--4 .button {
        margin: 30px 0 0; } }

.home__section--5 {
  padding: 65px 0;
  background-color: #fff; }
  .home__section--5 .section__title {
    padding: 0 50px;
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 2.25px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase; }
  .home__section--5 .section__content {
    padding-top: 15px; }
  .home__section--5 .press__item {
    width: 180px;
    margin: 0 auto;
    padding: 20px 0; }
  .home__section--5 .press__logo {
    display: block;
    align-self: center;
    opacity: 0.5; }
    .home__section--5 .press__logo:hover {
      opacity: 1; }
  @media screen and (min-width: 48.0625em) {
    .home__section--5 .grid__row {
      display: flex;
      justify-content: center; }
    .home__section--5 .section__title {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 23.3766233766%;
      align-self: center;
      font-size: 16px;
      letter-spacing: 1.87px;
      line-height: 28px; }
      .home__section--5 .section__title:last-child {
        margin-right: 0; }
    .home__section--5 .section__content {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 74.4588744589%;
      display: flex;
      padding-top: 0;
      padding-left: 50px;
      border-left: 1px solid #eaeaea; }
      .home__section--5 .section__content:last-child {
        margin-right: 0; }
    .home__section--5 .press__item {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 31.8903318903%;
      height: auto;
      margin: 0; }
      .home__section--5 .press__item:last-child {
        margin-right: 0; }
    .home__section--5 .press__logo {
      max-width: 150px;
      margin: 0 auto; } }

.blog__single .link {
  margin: 31px 0 21px; }

@media screen and (min-width: 48.0625em) {
  .blog__single {
    padding-top: 45px; }
    .blog__single .grid__row {
      position: relative; }
    .blog__single .link {
      margin: 0; }
    .blog__single .link--left {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0 0 0 27px; } }

.blog__posts--category .blog__link {
  padding: 27px 0; }
  .blog__posts--category .blog__link .link {
    display: block; }
    .blog__posts--category .blog__link .link--desktop {
      display: none; }

.blog__link {
  padding-top: 108px; }
  .blog__link .link {
    display: none; }

.blog__title {
  padding-bottom: 10px;
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 26px;
  letter-spacing: 0.46px;
  line-height: 35px;
  text-transform: uppercase; }

.blog__category {
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase; }
  .blog__category .list__label {
    margin-bottom: 10px;
    color: #8a8a8a; }
  @media screen and (min-width: 48.0625em) {
    .blog__category .select__block {
      display: inline-block;
      width: 260px; } }

.grid__row--flex {
  margin-bottom: 40px; }
  @media screen and (min-width: 48.0625em) {
    .grid__row--flex {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; }
      .grid__row--flex .flex__col {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .grid__row--flex .flex__col--left {
          -webkit-align-self: flex-end;
          -moz-align-self: flex-end;
          align-self: flex-end;
          -ms-flex-item-align: end; }
        .grid__row--flex .flex__col--right {
          text-align: right; } }

.list__select {
  position: relative;
  height: 52px;
  border: 1px solid #d7d7d7;
  color: #8a8a8a;
  font-size: 18px;
  line-height: 18px; }
  .list__select::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 8px;
    background: url(../svg/arrow-down.avg) no-repeat; }
  .list__select:hover {
    border: 1px solid #4A90E2; }
  .list__select:focus {
    border: 1px solid #4A90E2;
    outline: none; }

@media screen and (min-width: 48.0625em) {
  .blog__posts .blog__link .link--desktop {
    display: inline; }
  .blog__posts .blog__title {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 40px; } }

.post {
  margin-bottom: 30px;
  background: #f5f5f5; }
  .post .image__container {
    position: relative; }
  .post__image {
    display: block; }
    .post__image img {
      display: block;
      width: 100%; }
  .post__categories {
    position: absolute;
    bottom: 5px;
    right: 10px; }
    .post__categories .category__name {
      display: inline-block;
      padding: 6px 10px 3px;
      background: #4A90E2;
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0.87px;
      line-height: 14px;
      text-transform: uppercase; }
      .post__categories .category__name:hover {
        background: #2666B0;
        text-decoration: none; }
  .post__detail {
    position: relative;
    height: 300px;
    padding: 18px; }
    .post__detail .detail__date {
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 16px;
      color: #8a8a8a;
      letter-spacing: 0px;
      line-height: 22px; }
  .post__title {
    font-family: "FFDINWebProBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    color: #4a4a4a;
    letter-spacing: 0px;
    line-height: 30px; }
    .post__title a {
      color: #4a4a4a; }
      .post__title a:hover {
        text-decoration: none; }
  .post__comments {
    position: absolute;
    bottom: 10px; }
    .post__comments .comment__count {
      position: relative;
      padding-left: 40px;
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 20px;
      color: #8a8a8a;
      letter-spacing: 0px;
      line-height: 30px; }
      .post__comments .comment__count::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: url(../svg/icon-comments.svg) no-repeat; }
      .post__comments .comment__count:hover {
        text-decoration: none; }
        .post__comments .comment__count:hover::before {
          background: url(../svg/icon-comments-hover.svg) no-repeat; }
  @media screen and (min-width: 48.0625em) {
    .post {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 31.8903318903%; }
      .post:last-child {
        margin-right: 0; }
      .post:nth-child(3n) {
        margin-right: 0; }
      .post:nth-child(3n+1) {
        clear: left; }
      .post__detail {
        height: 215px; }
      .post__comments .comment__count {
        padding-left: 30px;
        font-size: 16px;
        line-height: 20px; }
        .post__comments .comment__count::before {
          width: 20px;
          height: 20px; } }

.article__info {
  position: relative;
  width: 100%;
  height: 70px;
  padding-top: 20px; }
  .article__info::after {
    clear: both;
    content: "";
    display: block; }
  .article__info .info__comments {
    position: absolute; }
    .article__info .info__comments .comment__count {
      position: relative;
      padding-left: 40px;
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 20px;
      color: #8a8a8a;
      letter-spacing: 0px;
      line-height: 30px; }
      .article__info .info__comments .comment__count::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: url(../svg/icon-comments.svg) no-repeat; }
      .article__info .info__comments .comment__count:hover {
        text-decoration: none; }
        .article__info .info__comments .comment__count:hover::before {
          background: url(../svg/icon-comments-hover.svg) no-repeat; }
  .article__info .share__btn {
    position: absolute;
    right: 0;
    padding-right: 20px;
    font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    color: #4A90E2;
    letter-spacing: 1.11px;
    line-height: 23px;
    text-transform: uppercase; }
    .article__info .share__btn::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 13px;
      height: 13px;
      background: url(../svg/icon-share.svg) no-repeat; }
  .article__info .info__share {
    display: none;
    position: absolute;
    top: -50px;
    right: 0;
    padding: 15px 5px 10px;
    background: #f5f5f5; }
    .article__info .info__share .icon {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: 0 10px;
      fill: #c1c1c1; }
      .article__info .info__share .icon:hover {
        fill: #4A90E2; }
      .article__info .info__share .icon--close {
        fill: none;
        stroke: #c1c1c1; }
    .article__info .info__share--active {
      display: block; }
  .article__info .share__label {
    display: inline-block;
    padding-top: 5px;
    color: #8a8a8a;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    vertical-align: top; }

.article__date {
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  color: #8a8a8a;
  letter-spacing: 1.16px;
  line-height: 43px;
  text-transform: uppercase; }

.article__title {
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 26px;
  letter-spacing: 0.98px;
  line-height: 35px;
  text-transform: uppercase; }

.article__blurb {
  padding: 15px 0;
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  color: #8a8a8a;
  letter-spacing: 0px;
  line-height: 28px; }

.article__categories .category__name {
  display: inline-block;
  padding: 6px 10px 3px;
  background: #4A90E2;
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.87px;
  line-height: 14px;
  text-transform: uppercase; }

.article__content {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7; }
  .article__content p {
    margin-bottom: 25px; }
  .article__content blockquote {
    padding: 0 13px;
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 26px;
    color: #4A90E2;
    letter-spacing: 0px;
    line-height: 35px;
    text-align: center; }
  .article__content ul {
    list-style: disc;
    margin-bottom: 25px;
    padding-left: 35px; }
    .article__content ul li {
      margin-bottom: 15px; }

@media screen and (min-width: 48.0625em) {
  .article__info .info__comments .comment__count {
    padding-left: 30px;
    font-size: 16px;
    line-height: 22px; }
    .article__info .info__comments .comment__count::before {
      width: 20px;
      height: 20px; }
  .article__info .share__btn {
    display: none; }
  .article__info .info__share {
    display: block;
    top: inherit;
    padding: 0;
    background: none; }
    .article__info .info__share .icon {
      width: 20px;
      height: 20px;
      margin: 0 5px; }
    .article__info .info__share .btn--close {
      display: none; }
  .article__content blockquote {
    font-size: 32px;
    line-height: 40px; }
  .article__title {
    font-size: 32px;
    line-height: 40px; } }

.post__nav {
  padding: 20px 0;
  font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  color: #c9c9c9;
  letter-spacing: 0px;
  line-height: 23px;
  text-align: right; }
  .post__nav .link__arrow {
    width: 12px;
    height: 12px;
    fill: #4A90E2; }
    .post__nav .link__arrow .arrow-2 {
      display: none; }
  .post__nav .nav__link {
    text-transform: uppercase; }
    .post__nav .nav__link--prev .link__arrow {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .post__nav .nav__link--disabled .link__arrow {
      fill: #c9c9c9; }
  .post__nav .nav__separator {
    margin: 0 10px; }

.section__related {
  padding: 46px 0; }
  .section__related .section__title {
    margin-bottom: 30px;
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: uppercase; }

.page--about-us .about-us__section .section__copy {
  padding: 0 2px;
  margin: 0 25px;
  font-size: 20px;
  letter-spacing: 0.35px;
  line-height: 28px; }
  @media screen and (min-width: 48.0625em) {
    .page--about-us .about-us__section .section__copy {
      font-size: 26px;
      letter-spacing: 0.46px;
      line-height: 40px; } }

.page--about-us .about-us__section--1 {
  background: #F5F5F5;
  padding: 0 27px; }
  .page--about-us .about-us__section--1 .section__copy {
    margin: 0;
    padding: 17px 25px 60px 0; }
    .page--about-us .about-us__section--1 .section__copy p {
      margin-top: 20px;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 26px; }
  @media screen and (min-width: 48.0625em) {
    .page--about-us .about-us__section--1 {
      padding: 50px 27px; }
      .page--about-us .about-us__section--1 .section__copy {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center; } }
    @media screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
      .page--about-us .about-us__section--1 .section__copy p.about-intro {
        font-family: "FFDINWebPro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 24px;
        color: #4A4A4A;
        letter-spacing: 0;
        line-height: 31px;
        width: 745px; } }
  @media screen and (min-width: 48.0625em) {
        .page--about-us .about-us__section--1 .section__copy p {
          margin-top: 20px;
          font-family: "FFDINWebPro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
          font-size: 18px;
          color: #4A4A4A;
          letter-spacing: 0;
          line-height: 26px;
          width: 745px; } }

.page--about-us .about-us__section--2 .grid__row .inner-grid {
  float: left;
  display: block;
  margin-right: 2.1645021645%;
  width: 100%; }
  .page--about-us .about-us__section--2 .grid__row .inner-grid:last-child {
    margin-right: 0; }
  @media screen and (min-width: 442px) {
    .page--about-us .about-us__section--2 .grid__row .inner-grid {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 100%; }
      .page--about-us .about-us__section--2 .grid__row .inner-grid:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 48.0625em) {
    .page--about-us .about-us__section--2 .grid__row .inner-grid {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 65.9451659452%;
      margin-left: 17.0274170274%;
      padding-bottom: 70px;
      border-bottom: 1px solid #d7d7d7; }
      .page--about-us .about-us__section--2 .grid__row .inner-grid:last-child {
        margin-right: 0; } }

.page--about-us .about-us__section--3 .grid__row .inner-grid {
  float: left;
  display: block;
  margin-right: 2.1645021645%;
  width: 100%; }
  .page--about-us .about-us__section--3 .grid__row .inner-grid:last-child {
    margin-right: 0; }
  @media screen and (min-width: 442px) {
    .page--about-us .about-us__section--3 .grid__row .inner-grid {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 100%; }
      .page--about-us .about-us__section--3 .grid__row .inner-grid:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 48.0625em) {
    .page--about-us .about-us__section--3 .grid__row .inner-grid {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 65.9451659452%;
      margin-left: 17.0274170274%; }
      .page--about-us .about-us__section--3 .grid__row .inner-grid:last-child {
        margin-right: 0; } }

.page--about-us .about-us__section--4 {
  border-top: 1px solid #c6c6c6;
  min-height: 200px;
  width: 100%; }
  .page--about-us .about-us__section--4 .investor-icons {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 48.0625em) {
      .page--about-us .about-us__section--4 .investor-icons {
        height: 300px; } }
    .page--about-us .about-us__section--4 .investor-icons ul li {
      margin: 55px; }
      @media screen and (min-width: 48.0625em) {
        .page--about-us .about-us__section--4 .investor-icons ul li {
          float: left;
          width: 22.5%;
          margin: 5%; } }
    .page--about-us .about-us__section--4 .investor-icons .investor__image--gates {
      margin-top: 30px; }
    .page--about-us .about-us__section--4 .investor-icons .investor__image--lux {
      width: 100px;
      margin: 0 auto; }

.page--about-us .about-us__section--5 {
  background: #F5F5F5;
  padding-bottom: 50px; }

.page--about-us .about-us__section .section__title {
  margin-bottom: 45px;
  width: 100%;
  text-align: center;
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 32px;
  color: #4A90E2;
  letter-spacing: 0.63px;
  padding-top: 65px;
  text-transform: uppercase; }
  @media screen and (min-width: 48.0625em) {
    .page--about-us .about-us__section .section__title {
      font-size: 32px; } }

.page--about-us .about-us__section .advisors__title {
  border-top: 1px solid #d7d7d7;
  margin: 35px 0 30px;
  padding-top: 48px;
  font-size: 26px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #4A90E2;
  letter-spacing: 0.63px;
  line-height: 40px; }
  @media screen and (min-width: 48.0625em) {
    .page--about-us .about-us__section .advisors__title {
      border-top: none;
      margin: 0 0 45px;
      padding: 55px;
      font-size: 32px; } }

.page--about-us .about-us__section--6 {
  padding-bottom: 50px; }
  .page--about-us .about-us__section--6 .press-highlights {
    width: 100%;
    height: 300px;
    margin: 0 auto; }
    .page--about-us .about-us__section--6 .press-highlights ul li {
      float: left;
      margin: 20px 20px 50px; }
      .page--about-us .about-us__section--6 .press-highlights ul li img.press__image {
        margin: 0 auto 40px; }
      @media screen and (min-width: 48.0625em) {
        .page--about-us .about-us__section--6 .press-highlights ul li {
          width: 22.5%;
          margin: 5%; } }

.page--about-us .about-us__section--7 {
  padding-bottom: 50px;
  border-top: 1px solid #c6c6c6;
  clear: both; }

.page--about-us .about-us__section--8 {
  padding-bottom: 50px;
  background: #F5F5F5; }

.page--about-us .team-member {
  float: left;
  display: block;
  margin-right: 2.1645021645%;
  width: 48.9177489177%;
  background: #f5f5f5;
  margin-bottom: 30px;
  position: relative; }
  .page--about-us .team-member:last-child {
    margin-right: 0; }
  .page--about-us .team-member:nth-child(2n) {
    margin-right: 0; }
  .page--about-us .team-member:nth-child(2n+1) {
    clear: left; }
  @media screen and (min-width: 442px) {
    .page--about-us .team-member {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 48.9177489177%; }
      .page--about-us .team-member:last-child {
        margin-right: 0; }
      .page--about-us .team-member:nth-of-type(3n) {
        margin-right: 2.1645021645%; }
      .page--about-us .team-member:nth-of-type(3n+1) {
        clear: none; }
      .page--about-us .team-member:nth-child(2n) {
        margin-right: 0; }
      .page--about-us .team-member:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 914px) {
    .page--about-us .team-member {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 31.8903318903%; }
      .page--about-us .team-member:last-child {
        margin-right: 0; }
      .page--about-us .team-member:nth-of-type(2n) {
        margin-right: 2.1645021645%; }
      .page--about-us .team-member:nth-of-type(2n+1) {
        clear: none; }
      .page--about-us .team-member:nth-child(3n) {
        margin-right: 0; }
      .page--about-us .team-member:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 1150px) {
    .page--about-us .team-member {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 23.3766233766%; }
      .page--about-us .team-member:last-child {
        margin-right: 0; }
      .page--about-us .team-member:nth-of-type(3n) {
        margin-right: 2.1645021645%; }
      .page--about-us .team-member:nth-of-type(3n+1) {
        clear: none; }
      .page--about-us .team-member:nth-child(4n) {
        margin-right: 0; }
      .page--about-us .team-member:nth-child(4n+1) {
        clear: left; } }
  .page--about-us .team-member.has-bio {
    cursor: pointer; }
    .page--about-us .team-member.has-bio:hover .team-member__image {
      opacity: .7; }
  .page--about-us .team-member .team-member__has-bio-icon {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 6px;
    width: 26px;
    height: 26px;
    top: 8px;
    right: 8px; }
  .page--about-us .team-member .team-member__meta {
    height: 100px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 22px 0; }
    @media screen and (min-width: 48.0625em) {
      .page--about-us .team-member .team-member__meta {
        padding: 20px; } }
    .page--about-us .team-member .team-member__meta .team-member__name {
      width: 100%;
      text-align: center;
      font-weight: bold;
      font-family: "FFDINWebProBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 14px;
      color: #4A4A4A;
      letter-spacing: 0; }
      @media screen and (min-width: 48.0625em) {
        .page--about-us .team-member .team-member__meta .team-member__name {
          font-size: 18px;
          line-height: 26px; } }
    .page--about-us .team-member .team-member__meta .team-member__title {
      width: 100%;
      text-align: center;
      font-family: "FFDINWebPro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      color: #4A4A4A;
      letter-spacing: 0; }
      @media screen and (min-width: 48.0625em) {
        .page--about-us .team-member .team-member__meta .team-member__title {
          font-size: 18px;
          line-height: 26px; } }

@media screen and (min-width: 48.0625em) {
  .page--about-us .join-team-text {
    margin-top: 35px;
    float: left;
    display: block;
    margin-right: 2.1645021645%;
    width: 40.404040404%;
    margin-left: 17.0274170274%; }
    .page--about-us .join-team-text:last-child {
      margin-right: 0; } }

.page--about-us .cta-arrow {
  height: 14px;
  display: inline;
  width: 14px; }

.page--about-us .current-openings {
  margin-top: 30px; }
  @media screen and (min-width: 48.0625em) {
    .page--about-us .current-openings {
      margin-top: auto;
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 31.8903318903%; }
      .page--about-us .current-openings:last-child {
        margin-right: 0; } }
  .page--about-us .current-openings .current-openings-title {
    border-bottom: 1px solid #c6c6c6;
    font-size: 22px;
    font-family: "FFDINWebPro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 30px;
    padding-bottom: 9px;
    margin-bottom: 26px; }
    @media screen and (min-width: 48.0625em) {
      .page--about-us .current-openings .current-openings-title {
        font-size: 24px;
        width: 375px; } }
  .page--about-us .current-openings .current-openings-list li {
    text-transform: uppercase;
    font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    color: #4A90E2;
    letter-spacing: 1.5px;
    line-height: 25px;
    margin-bottom: 20px; }
    .page--about-us .current-openings .current-openings-list li .cta-arrow {
      margin-left: 10px; }
  .page--about-us .current-openings .view-all-openings-link {
    color: #4A90E2;
    font-size: 18px; }

.page--about-us .corporate-info {
  text-align: center;
  padding: 25px; }
  .page--about-us .corporate-info .corporate-info-text {
    padding-bottom: 30px; }
  .page--about-us .corporate-info .corporate-info-name {
    font-family: "FFDINWebProBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .page--about-us .corporate-info .corporate-info-divider {
    display: block;
    visibility: hidden;
    height: 3px; }
    @media screen and (min-width: 48.0625em) {
      .page--about-us .corporate-info .corporate-info-divider {
        visibility: visible;
        padding: 0 30px;
        display: inline; }
        .page--about-us .corporate-info .corporate-info-divider.empty {
          padding: 0 10px; } }

.page--about-us .corporate-contact-us-button {
  margin-top: 40px;
  padding: 17px 0 14px;
  background: #4A90E2;
  border: 5px solid #fff;
  outline: 2px solid #1782FF;
  color: #fff;
  font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 1.6px;
  line-height: 24px;
  text-transform: uppercase; }

.page--about-us .press-article-title {
  font-family: "FFDINWebProBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  color: #4A90E2;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px; }

.page--about-us .press-article-date {
  color: #9b9b9b;
  text-align: center;
  font-size: 18px; }

.page--about-us .press__image {
  max-width: 100%;
  width: auto;
  text-align: center; }

.page--about-us .press-article-summary {
  text-align: center;
  font-family: "FFDINWebPro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 26px; }

.page--about-us .press-article-see-more-link {
  text-align: center;
  color: #4A90E2;
  font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  color: #4A90E2;
  letter-spacing: 1.5px;
  line-height: 25px;
  margin-top: 20px; }

.page--about-us .blog__more {
  text-align: center; }

.page--contact .grid__row--contact {
  padding: 0; }
  @media screen and (min-width: 48.0625em) {
    .page--contact .grid__row--contact {
      padding: 0 27px; } }

.page--contact .contact__section--intro {
  padding: 50px 25px; }
  @media screen and (min-width: 48.0625em) {
    .page--contact .contact__section--intro::after {
      clear: both;
      content: "";
      display: block; }
    .page--contact .contact__section--intro .section__content {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 48.9177489177%;
      margin-left: 25.5411255411%;
      font-size: 20px;
      letter-spacing: 0;
      line-height: 28px; }
      .page--contact .contact__section--intro .section__content:last-child {
        margin-right: 0; } }

@media screen and (min-width: 48.0625em) {
  .page--contact .contact__section--2 {
    padding: 0 27px; } }

.page--contact .contact__form {
  background-color: #f5f5f5;
  margin-bottom: 50px;
  padding: 25px; }
  .page--contact .contact__form .form__label {
    padding-bottom: 10px;
    font-size: 14px;
    text-align: right; }
  .page--contact .contact__form .input__block {
    position: relative; }
    .page--contact .contact__form .input__block--submit {
      padding-top: 25px;
      text-align: center; }
  @media screen and (min-width: 48.0625em) {
    .page--contact .contact__form {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 65.9451659452%; }
      .page--contact .contact__form:last-child {
        margin-right: 0; }
      .page--contact .contact__form .input__block {
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 48.9177489177%; }
        .page--contact .contact__form .input__block:last-child {
          margin-right: 0; }
        .page--contact .contact__form .input__block:nth-child(2n) {
          margin-right: 0; }
        .page--contact .contact__form .input__block:nth-child(2n+1) {
          clear: left; }
        .page--contact .contact__form .input__block--full {
          float: left;
          display: block;
          margin-right: 2.1645021645%;
          width: 100%; }
          .page--contact .contact__form .input__block--full:last-child {
            margin-right: 0; }
        .page--contact .contact__form .input__block--submit {
          padding-top: 0;
          text-align: right; } }

.page--contact .contact__info {
  background-color: #f5f5f5;
  padding: 30px; }
  .page--contact .contact__info .section__title {
    font-size: 26px;
    color: #4A90E2;
    text-transform: uppercase; }
  @media screen and (min-width: 48.0625em) {
    .page--contact .contact__info {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 31.8903318903%; }
      .page--contact .contact__info:last-child {
        margin-right: 0; } }

.page--contact .contact-form-captcha {
  margin: 0;
  padding-top: 25px; }
  @media screen and (min-width: 48.0625em) {
    .page--contact .contact-form-captcha {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 40.404040404%; }
      .page--contact .contact-form-captcha:last-child {
        margin-right: 0; } }

.page--contact .contact-form-submit {
  margin-top: 30px;
  float: left;
  display: block;
  margin-right: 2.1645021645%;
  width: 48.9177489177%;
  margin-left: 17.0274170274%; }
  .page--contact .contact-form-submit:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48.0625em) {
    .page--contact .contact-form-submit {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 31.8903318903%;
      margin-left: 25.5411255411%;
      text-align: right; }
      .page--contact .contact-form-submit:last-child {
        margin-right: 0; } }

.page--contact .cta-arrow {
  height: 14px;
  display: inline;
  width: 14px; }

.page--contact .modal-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }
  .page--contact .modal-message .modal-message-bg {
    position: absolute;
    z-index: 1;
    opacity: 0.57;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    test: null; }
  .page--contact .modal-message .modal-message-panel {
    position: absolute;
    z-index: 2;
    top: 30%;
    background: #F4F4F4;
    box-shadow: 8px 8px 26px 0 rgba(0, 0, 0, 0.08);
    width: 725px;
    height: 275px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center; }
    .page--contact .modal-message .modal-message-panel .modal-title {
      margin-top: 80px;
      font-size: 32px;
      color: #4A90E2;
      letter-spacing: 0;
      line-height: 40px; }
    .page--contact .modal-message .modal-message-panel .modal-text {
      font-size: 18px;
      color: #4A4A4A;
      letter-spacing: 0;
      line-height: 26px;
      margin-bottom: 80px;
      text-align: center; }

.page--contact .contact-directions__link {
  margin-top: 15px; }

.page--contact .contact-form-country.error label {
  top: 12px;
  left: 110px; }

@media screen and (min-width: 48.0625em) {
  .site__container--landing::after {
    clear: both;
    content: "";
    display: block; }
  .site__container--landing .grid__row--landing {
    padding-top: 80px; } }

.landing__content {
  padding: 35px 0 30px 0; }
  .landing__content .content__intro {
    margin-bottom: 35px;
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 26px;
    color: #4A90E2;
    line-height: 35px; }
  .landing__content .content__title {
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 26px;
    color: #4a4a4a;
    letter-spacing: 0.98px;
    line-height: 35px;
    text-transform: uppercase; }
  .landing__content .content__content p {
    margin-bottom: 28px; }
  .landing__content .content__download {
    padding: 27px 15px;
    background: #4A90E2;
    color: #fff;
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase; }
    .landing__content .content__download .download__link {
      display: block;
      margin-top: 19px;
      padding: 15px 5px 11px;
      border: 1px solid #fff;
      color: #fff;
      font-size: 18px;
      line-height: 25px;
      text-align: center; }
  @media screen and (min-width: 48.0625em) {
    .landing__content .image__container::after {
      clear: both;
      content: "";
      display: block; }
    .landing__content .image__container img {
      float: left;
      width: 48%; }
      .landing__content .image__container img:first-child {
        margin-right: 15px; } }
  @media screen and (min-width: 48.0625em) {
    .landing__content {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 65.9451659452%;
      padding: 0 85px 88px; }
      .landing__content:last-child {
        margin-right: 0; }
      .landing__content .content__download {
        padding: 27px 15px; }
        .landing__content .content__download::after {
          clear: both;
          content: "";
          display: block; }
        .landing__content .content__download .download__intro {
          margin: 0 1%; }
        .landing__content .content__download .download__links {
          padding-top: 19px; }
        .landing__content .content__download .download__link {
          float: left;
          margin: 0 1%; }
          .landing__content .content__download .download__link--1 {
            width: 98%; }
          .landing__content .content__download .download__link--2 {
            width: 48%; }
          .landing__content .content__download .download__link--3 {
            width: 31.33333%; }
          .landing__content .content__download .download__link--4 {
            width: 23%; } }

.landing__contact {
  padding: 35px 27px 60px;
  background-color: #f5f5f5; }
  .landing__contact .contact__intro {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7; }
  .landing__contact .contact__form {
    margin-bottom: 35px; }
  .landing__contact .form__label {
    margin-bottom: 15px;
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    color: #8a8a8a;
    line-height: 22px; }
  .landing__contact .input__block--submit {
    text-align: center; }
  @media screen and (min-width: 48.0625em) {
    .landing__contact {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 31.8903318903%; }
      .landing__contact:last-child {
        margin-right: 0; }
      .landing__contact .form__label {
        margin-bottom: 20px;
        font-family: "FFDINWebProBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 18px;
        color: #4a4a4a;
        line-height: 26px; }
      .landing__contact .input__block--submit {
        text-align: left; } }

.platform__section {
  text-align: center; }
  .platform__section .section__category {
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    color: #4A90E2;
    letter-spacing: 0.31px;
    line-height: 25px;
    text-transform: uppercase; }
  .platform__section .section__title {
    font-family: "Stratum1WebBlack", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 42px;
    letter-spacing: 0.62px;
    line-height: 45px;
    text-transform: uppercase; }
    .platform__section .section__title--small {
      margin-bottom: 10px;
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 26px;
      color: #4A90E2;
      letter-spacing: 0.46px;
      line-height: 35px;
      text-transform: uppercase; }
  @media screen and (min-width: 48.0625em) {
    .platform__section .section__category {
      font-size: 20px;
      line-height: 25px; }
    .platform__section .section__title {
      font-size: 50px;
      letter-spacing: 1.07px;
      line-height: 58px; }
      .platform__section .section__title--small {
        font-size: 32px;
        line-height: 36px; }
    .platform__section .section__text--large {
      font-size: 26px;
      letter-spacing: 0px;
      line-height: 39px; } }
  @media screen and (min-width: 64.5em) {
    .platform__section .section__title {
      font-size: 60px;
      line-height: 68px; } }

.mosaiq--intro {
  padding: 40px 0 50px;
  background-color: #f5f5f5; }
  .mosaiq--intro .section__content {
    padding: 0 27px; }
  .mosaiq--intro .section__blocks {
    padding: 25px 24px 0; }
  .mosaiq--intro .block {
    margin-bottom: 25px;
    padding: 30px 20px 35px;
    background-color: rgba(74, 144, 226, 0.6);
    text-align: left; }
    .mosaiq--intro .block--left {
      color: #fff; }
      .mosaiq--intro .block--left .block__title {
        border-bottom: 1px solid #fff; }
      .mosaiq--intro .block--left li::before {
        background: url("../svg/icon-checkmark-white.svg") no-repeat; }
    .mosaiq--intro .block--right {
      color: #4a4a4a; }
      .mosaiq--intro .block--right .block__title {
        border-bottom: 1px solid #4a4a4a; }
      .mosaiq--intro .block--right li::before {
        background: url("../svg/icon-checkmark-grey.svg") no-repeat; }
    .mosaiq--intro .block__title {
      margin-bottom: 32px;
      padding-bottom: 6px;
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 26px;
      letter-spacing: 0.46px;
      line-height: 32px; }
    .mosaiq--intro .block__text {
      text-transform: uppercase; }
      .mosaiq--intro .block__text li {
        position: relative;
        padding: 0 0 20px 30px; }
        .mosaiq--intro .block__text li::before {
          content: '';
          position: absolute;
          top: 4px;
          left: 0;
          width: 20px;
          height: 15px; }
  @media screen and (min-width: 48.0625em) {
    .mosaiq--intro {
      padding: 90px 0 56px; }
      .mosaiq--intro::after {
        clear: both;
        content: "";
        display: block; }
      .mosaiq--intro .section__content {
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 65.9451659452%;
        margin-left: 17.0274170274%;
        padding: 0 50px; }
        .mosaiq--intro .section__content:last-child {
          margin-right: 0; }
        .mosaiq--intro .section__content h2 {
          margin-bottom: 10px; }
        .mosaiq--intro .section__content p {
          margin-bottom: 52px; }
      .mosaiq--intro .section__blocks {
        padding: 0 27px; }
        .mosaiq--intro .section__blocks::after {
          clear: both;
          content: "";
          display: block; }
      .mosaiq--intro .block {
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 48.9177489177%;
        margin-bottom: 0;
        padding: 35px 80px 35px 35px;
        text-align: left; }
        .mosaiq--intro .block:last-child {
          margin-right: 0; }
        .mosaiq--intro .block__title {
          margin-bottom: 32px;
          padding-bottom: 6px;
          font-size: 32px;
          letter-spacing: 0.6px;
          line-height: 42px; } }

.mosaiq--1 {
  padding: 55px 27px 50px;
  text-align: center; }
  .mosaiq--1 .section__text {
    margin-bottom: 20px; }
  @media screen and (min-width: 48.0625em) {
    .mosaiq--1 .section__text--mobile {
      display: none; } }
  @media screen and (min-width: 1080px) {
    .mosaiq--1 .section__content {
      width: 1080px;
      margin: 0 auto; }
      .mosaiq--1 .section__content--intro {
        width: 840px;
        margin: 0 auto; }
        .mosaiq--1 .section__content--intro p {
          margin: 25px 0; }
      .mosaiq--1 .section__content--scale {
        width: 840px;
        margin: 0 auto; } }
  .mosaiq--1 .platform__block {
    width: 240px;
    margin: 0 auto;
    padding: 20px 0; }
  .mosaiq--1 .platform__icon {
    width: 88px;
    height: 88px;
    margin: 0 auto; }
  .mosaiq--1 .platform__title {
    padding: 15px 0;
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    color: #4A90E2;
    letter-spacing: 0.35px;
    line-height: 20px;
    text-transform: uppercase; }
  .mosaiq--1 .platform__text {
    font-size: 18px; }
  @media screen and (min-width: 1080px) {
    .mosaiq--1 .platform__block {
      float: left; }
      .mosaiq--1 .platform__block--symbol {
        padding-top: 45px; } }
  .mosaiq--1 .symbol--plus {
    width: 38px;
    margin: 0 auto; }
  .mosaiq--1 .symbol--arrow {
    width: 40px;
    margin: 0 auto; }
    .mosaiq--1 .symbol--arrow svg {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  @media screen and (min-width: 48.0625em) {
    .mosaiq--1 .symbol--plus {
      width: 40px; }
    .mosaiq--1 .symbol--arrow svg {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); } }
  .mosaiq--1 .scale__image {
    display: none; }
  .mosaiq--1 .scale__text {
    display: none; }
  @media screen and (min-width: 64.5em) {
    .mosaiq--1 {
      padding-bottom: 80px; }
      .mosaiq--1 .scale__image {
        display: block; }
      .mosaiq--1 .scale__text {
        display: block;
        padding-top: 30px;
        font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 18px;
        letter-spacing: 0.36px;
        line-height: 22px;
        text-transform: uppercase; } }

.mosaiq--2 .section__content {
  padding: 70px 27px; }

.mosaiq--2 .section__icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 35px auto; }

.mosaiq--2 .section__blocks {
  padding-top: 60px; }

.mosaiq--2 .block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d7d7d7; }
  .mosaiq--2 .block:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
  .mosaiq--2 .block__icon {
    width: 50px;
    margin: 0 auto; }
  .mosaiq--2 .block__title {
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    color: #4A90E2;
    line-height: 43px;
    text-transform: uppercase; }
  .mosaiq--2 .block__text {
    padding: 0 15px;
    font-size: 20px;
    line-height: 28px; }

@media screen and (min-width: 64.5em) {
  .mosaiq--2 {
    background-color: #f5f5f5; }
    .mosaiq--2::after {
      clear: both;
      content: "";
      display: block; }
    .mosaiq--2 .section__image {
      float: left;
      width: 50%; }
    .mosaiq--2 .section__content {
      float: left;
      width: 50%;
      padding: 80px 7% 60px; }
      .mosaiq--2 .section__content h2 {
        margin-bottom: 20px; }
    .mosaiq--2 .section__icon {
      width: 75px;
      height: 75px;
      margin: 0 auto 35px auto; }
    .mosaiq--2 .section__blocks {
      width: 440px;
      margin: 0 auto;
      padding-top: 20px; }
      .mosaiq--2 .section__blocks::after {
        clear: both;
        content: "";
        display: block; }
    .mosaiq--2 .block {
      float: left;
      width: 220px;
      height: 160px;
      margin-top: 25px;
      padding: 0 25px 10px;
      border-top: none; }
      .mosaiq--2 .block:first-child {
        margin-top: 25px; }
      .mosaiq--2 .block--video {
        border-right: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7; }
      .mosaiq--2 .block--sensing {
        border-bottom: 1px solid #d7d7d7; }
      .mosaiq--2 .block--biometrics {
        border-right: 1px solid #d7d7d7; }
      .mosaiq--2 .block__icon {
        width: 45px; }
      .mosaiq--2 .block__title {
        margin: 10px 0;
        font-size: 16px;
        line-height: 18px; }
      .mosaiq--2 .block__text {
        padding: 0;
        font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 14px;
        color: #8a8a8a;
        line-height: 20px; } }

.mosaiq--3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  background-color: #f5f5f5; }
  .mosaiq--3 .section__image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; }
  .mosaiq--3 .section__content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    padding: 70px 27px; }
  .mosaiq--3 .section__icon {
    margin: 0 auto 35px auto; }
    .mosaiq--3 .section__icon .icon {
      display: inline;
      width: 75px;
      height: 75px; }
      .mosaiq--3 .section__icon .icon--plus {
        width: 40px;
        height: 75px;
        margin: 0 15px; }
  .mosaiq--3 .section__content p {
    margin-top: 20px; }
  .mosaiq--3 .section__float {
    display: none; }
  @media screen and (min-width: 48.0625em) {
    .mosaiq--3 .section__content {
      padding: 95px 135px 50px 135px; } }
  @media screen and (min-width: 64.5em) {
    .mosaiq--3 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      position: relative;
      padding-top: 0; }
      .mosaiq--3::after {
        clear: both;
        content: "";
        display: block; }
      .mosaiq--3 .section__image {
        float: left;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        width: 50%; }
      .mosaiq--3 .section__content {
        float: left;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        width: 50%; }
      .mosaiq--3 .section__title {
        margin-bottom: 15px; } }
  @media screen and (min-width: 79.25em) {
    .mosaiq--3 .section__float {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%; }
      .mosaiq--3 .section__float img {
        width: 280px;
        margin: 0 auto; } }
  @media screen and (min-width: 86.625em) {
    .mosaiq--3 .section__float img {
      width: 350px; } }

.mosaiq--4 {
  background-color: #f5f5f5; }
  .mosaiq--4 .section__content {
    padding: 60px 27px 50px; }
    @media screen and (min-width: 48.0625em) {
      .mosaiq--4 .section__content {
        padding: 95px 135px 50px 135px; } }
    .mosaiq--4 .section__content p {
      margin-top: 20px; }
  .mosaiq--4 .section__icon {
    margin: 0 auto 35px auto;
    width: 75px;
    height: 75px; }
  @media screen and (min-width: 64.5em) {
    .mosaiq--4 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .mosaiq--4::after {
        clear: both;
        content: "";
        display: block; }
      .mosaiq--4 .section__content {
        float: left;
        width: 50%; }
      .mosaiq--4 .section__image {
        float: left;
        width: 50%; } }

.mosaiq--5 {
  background-image: url("../images/platform-evolv-6-mobile.jpg");
  position: relative; }
  @media screen and (min-width: 48.0625em) {
    .mosaiq--5 {
      background-image: url("../images/platform-evolv-6-desktop.jpg");
      height: 630px; } }
  .mosaiq--5::after {
    clear: both;
    content: "";
    display: block; }
  .mosaiq--5 .section__content {
    padding: 55px 27px 0; }
  .mosaiq--5 .section__blocks {
    padding-bottom: 55px; }
  .mosaiq--5 .block {
    max-width: 275px;
    margin: 30px auto 0;
    padding: 45px 15px;
    background: #4A90E2;
    color: #fff; }
    .mosaiq--5 .block__title {
      margin: 15px 0;
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 22px;
      letter-spacing: 0.68px;
      text-transform: uppercase; }
    .mosaiq--5 .block__text {
      font-size: 18px;
      line-height: 22px; }
  @media screen and (min-width: 48.0625em) {
    .mosaiq--5 .section__content {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 65.9451659452%;
      margin-left: 17.0274170274%;
      padding: 55px 0 0;
      text-align: center; }
      .mosaiq--5 .section__content:last-child {
        margin-right: 0; }
    .mosaiq--5 .section__blocks {
      padding-top: 20px;
      padding-bottom: 0; }
      .mosaiq--5 .section__blocks::after {
        clear: both;
        content: "";
        display: block; }
    .mosaiq--5 .block {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 31.8903318903%;
      max-width: none; }
      .mosaiq--5 .block:last-child {
        margin-right: 0; }
      .mosaiq--5 .block__text {
        font-size: 16px;
        line-height: 26px; } }

.mosaiq--6 .section__content {
  padding: 60px 27px 75px; }

.mosaiq--6 .block {
  padding-top: 65px; }
  .mosaiq--6 .block__text {
    padding-top: 10px; }
  .mosaiq--6 .block .button {
    margin-top: 30px; }

@media screen and (min-width: 48.0625em) {
  .mosaiq--6 {
    padding: 85px 0; } }

@media screen and (min-width: 968px) {
  .mosaiq--6 .section__title {
    width: 678px;
    margin: 0 auto; }
  .mosaiq--6 .section__blocks {
    width: 324px;
    margin: 0 auto;
    padding-top: 20px; }
    .mosaiq--6 .section__blocks::after {
      clear: both;
      content: "";
      display: block; }
  .mosaiq--6 .block {
    border-left: 1px solid #d7d7d7; }
    .mosaiq--6 .block:first-child {
      border-left: none; }
    .mosaiq--6 .block p {
      padding: 20px 0; } }

.section__cta {
  padding: 65px 0;
  text-align: center; }
  .section__cta .cta__title {
    font-size: 26px;
    letter-spacing: 0.45px;
    line-height: 40px; }
  .section__cta .cta__text {
    font-size: 18px;
    line-height: 26px; }
  @media screen and (min-width: 678px) {
    .section__cta .cta__content {
      width: 678px;
      margin: 0 auto; } }
  .section__cta .button--cta {
    margin: 25px 0 30px; }

.image__section {
  position: relative; }
  .image__section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .image__section .flex__container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%; }
  .image__section .section__content {
    padding: 0 27px; }
  .image__section .section__title {
    margin-bottom: 30px; }
  @media screen and (min-width: 48.0625em) {
    .image__section {
      padding: 0; }
      .image__section::after {
        display: none;
        background-image: none; }
      .image__section .flex__container {
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; }
      .image__section .section__content {
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 40.404040404%;
        margin-left: 8.5137085137%;
        padding: 0; }
        .image__section .section__content:last-child {
          margin-right: 0; }
      .image__section .section__title {
        margin-bottom: 15px; }
      .image__section .section__image {
        display: block; } }

.platform--edge .hero__title {
  padding: 0 60px; }
  @media screen and (min-width: 48.0625em) {
    .platform--edge .hero__title {
      padding: 0; } }

.edge--intro {
  padding: 40px 0 80px; }
  .edge--intro .section__content {
    padding: 0 27px; }
  .edge--intro .block {
    width: 200px;
    margin: 0 auto;
    padding-top: 60px; }
    .edge--intro .block__title {
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 65px;
      color: #4A90E2;
      line-height: 65px; }
    .edge--intro .block__text {
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 20px;
      color: #4A90E2;
      line-height: 22px; }
  @media screen and (min-width: 48.0625em) {
    .edge--intro .section__blocks {
      position: relative; }
    .edge--intro .section__stats {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .edge--intro .block__title {
      font-size: 56px;
      line-height: 56px; }
    .edge--intro .block__text {
      font-size: 16px; } }
  @media screen and (min-width: 64.5em) {
    .edge--intro .section__content {
      max-width: 678px;
      margin: 0 auto;
      padding: 10px 0 30px; }
      .edge--intro .section__content h2 {
        margin-bottom: 12px; }
    .edge--intro .section__image {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 65.9451659452%;
      margin-left: 17.0274170274%; }
      .edge--intro .section__image:last-child {
        margin-right: 0; }
    .edge--intro .section__blocks::after {
      clear: both;
      content: "";
      display: block; }
    .edge--intro .section__stats {
      top: 10%; }
    .edge--intro .block {
      float: none;
      width: 180px;
      margin: 0 auto;
      padding-top: 20px; } }
  @media screen and (min-width: 86.625em) {
    .edge--intro .block {
      width: 200px;
      padding-top: 60px; } }

.edge--1 {
  position: relative;
  background-color: #f5f5f5; }
  .edge--1 .section__content {
    padding: 60px 27px 50px; }
  .edge--1 .section__title {
    margin-bottom: 20px; }
  @media screen and (min-width: 48.0625em) {
    .edge--1 {
      padding: 0; }
      .edge--1 .section__content {
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 31.8903318903%;
        margin-left: 8.5137085137%;
        padding: 0; }
        .edge--1 .section__content:last-child {
          margin-right: 0; } }

.edge--2 {
  padding-top: 60px;
  background-color: #f5f5f5; }
  .edge--2 .section__content {
    margin-bottom: 50px;
    padding: 0 27px; }
    .edge--2 .section__content .image__label {
      display: none; }
  .edge--2 .section__image {
    position: relative; }
    .edge--2 .section__image .image__label {
      position: absolute;
      top: 25%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 290px;
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 20px;
      color: #4A90E2;
      line-height: 22px; }
  @media screen and (min-width: 48.0625em) {
    .edge--2 {
      position: relative;
      padding-top: 0; }
      .edge--2 .section__content {
        position: absolute;
        top: 11%;
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 40.404040404%;
        margin-left: 59.595959596%;
        z-index: 9; }
        .edge--2 .section__content:last-child {
          margin-right: 0; }
        .edge--2 .section__content .image__label {
          display: block;
          width: 290px;
          margin: 0 auto;
          padding-bottom: 20px;
          font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
          font-size: 16px;
          color: #4A90E2;
          line-height: 22px; }
          .edge--2 .section__content .image__label img {
            width: auto;
            margin: 0 auto;
            padding-bottom: 20px; }
      .edge--2 .section__image {
        position: initial; }
        .edge--2 .section__image .image__label {
          display: none; }
      .edge--2 .section__title--small {
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 32px; }
      .edge--2 .section__text p {
        font-size: 14px;
        line-height: 20px; } }
  @media screen and (min-width: 64.5em) {
    .edge--2 .section__title--small {
      margin-bottom: 12px;
      font-size: 32px;
      line-height: 36px; }
    .edge--2 .section__text p {
      font-size: inherit;
      line-height: inherit; } }
  @media screen and (min-width: 79.25em) {
    .edge--2 .section__content {
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 31.8903318903%;
      margin-left: 59.595959596%; }
      .edge--2 .section__content:last-child {
        margin-right: 0; }
      .edge--2 .section__content .image__label {
        padding-bottom: 50px; }
    .edge--2 .section__text {
      font-size: inherit;
      line-height: inherit; } }

.edge--3 {
  position: relative;
  height: 100vh; }
  .edge--3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    background-image: url(../images/product-edge-4-mobile.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover; }
  .edge--3 .section__content {
    margin-top: 90px;
    padding: 0 27px; }
  .edge--3 .section__title {
    margin-bottom: 30px; }
  .edge--3 .section__image {
    display: none; }
  @media screen and (min-width: 48.0625em) {
    .edge--3 {
      height: auto; }
      .edge--3::after {
        display: none;
        background-image: none; }
      .edge--3 .section__content {
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 48.9177489177%;
        margin-left: 42.5685425685%;
        margin-top: 0;
        padding: 0; }
        .edge--3 .section__content:last-child {
          margin-right: 0; }
      .edge--3 .section__title {
        margin-bottom: 15px; }
      .edge--3 .section__text {
        width: 400px;
        margin: 0 auto; }
      .edge--3 .section__image {
        display: block; } }

.edge--4 {
  padding-top: 60px;
  background-color: #f5f5f5; }
  .edge--4 .section__content {
    margin-bottom: 50px;
    padding: 0 27px; }
  .edge--4 .section__image .image__label {
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    color: #4A90E2;
    line-height: 22px; }
    .edge--4 .section__image .image__label img {
      width: auto;
      margin: 0 auto; }
    .edge--4 .section__image .image__label .label__text {
      padding: 30px 30px 10px 30px; }
  @media screen and (min-width: 48.0625em) {
    .edge--4 {
      position: relative;
      padding-top: 0; }
      .edge--4 .section__content {
        position: absolute;
        top: 19%;
        left: 6%;
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 40.404040404%;
        z-index: 9; }
        .edge--4 .section__content:last-child {
          margin-right: 0; }
      .edge--4 .section__image {
        position: relative; }
        .edge--4 .section__image .image__label {
          position: absolute;
          width: 180px;
          top: 40%;
          left: 63%;
          font-size: 14px; }
          .edge--4 .section__image .image__label img {
            display: none; }
      .edge--4 .section__title--small {
        margin-bottom: 12px; }
      .edge--4 .section__text {
        padding: 0 11%;
        background: #f5f5f5;
        font-size: 14px;
        line-height: 20px; } }
  @media screen and (min-width: 64.5em) {
    .edge--4 .section__image .image__label {
      width: 230px;
      top: 53%;
      font-size: 16px;
      line-height: 22px; }
    .edge--4 .section__text {
      font-size: inherit;
      line-height: inherit; } }
  @media screen and (min-width: 79.25em) {
    .edge--4 .section__image .image__label {
      width: 270px;
      top: 53%;
      left: 65%;
      font-size: 16px;
      line-height: 22px; }
    .edge--4 .section__text {
      font-size: inherit;
      line-height: inherit; } }

.edge--5 {
  position: relative;
  padding: 75px 0; }
  .edge--5::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    background-image: url(../images/product-edge-6.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover; }
  .edge--5 .section__content {
    padding: 0 27px; }
  .edge--5 .section__block {
    max-width: 275px;
    margin: 16px auto;
    padding: 25px 20px;
    background: #4A90E2;
    color: #fff; }
  .edge--5 .block__icon {
    width: 48px;
    margin: 0 auto; }
  .edge--5 .block__title {
    margin: 15px 0;
    font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 22px;
    letter-spacing: 0.68px;
    text-transform: uppercase; }
  .edge--5 .block__text {
    font-size: 18px;
    line-height: 22px; }
  @media screen and (min-width: 968px) {
    .edge--5 .section__content {
      width: 678px;
      margin: 0 auto; }
    .edge--5 .section__blocks {
      width: 914px;
      margin: 0 auto;
      padding-top: 20px; }
      .edge--5 .section__blocks::after {
        clear: both;
        content: "";
        display: block; }
    .edge--5 .section__block {
      float: left;
      width: 275px;
      height: 251px;
      margin-left: 44px; }
      .edge--5 .section__block:first-child {
        margin-left: 0; } }

.scene--intro {
  position: relative;
  padding: 40px 10px 60px; }
  .scene--intro .block {
    max-width: 275px;
    margin: 16px auto;
    padding: 45px 20px;
    background: #4A90E2;
    color: #fff; }
    .scene--intro .block__icon {
      width: 48px;
      height: 48px;
      margin: 0 auto; }
    .scene--intro .block__title {
      margin: 15px 0;
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 22px;
      letter-spacing: 0.68px;
      text-transform: uppercase; }
    .scene--intro .block__text {
      font-size: 18px;
      line-height: 22px; }
  @media screen and (min-width: 968px) {
    .scene--intro .section__content {
      width: 914px;
      margin: 0 auto;
      padding: 10px 0 30px; }
      .scene--intro .section__content h2 {
        margin-bottom: 12px; }
    .scene--intro .section__text {
      font-size: 26px;
      letter-spacing: 0.31px;
      line-height: 40px; }
    .scene--intro .section__blocks {
      width: 914px;
      margin: 0 auto; }
      .scene--intro .section__blocks::after {
        clear: both;
        content: "";
        display: block; }
    .scene--intro .block {
      float: left;
      width: 275px;
      height: 251px;
      padding: 30px 15px;
      margin-left: 44px; }
      .scene--intro .block:first-child {
        margin-left: 0; }
      .scene--intro .block__title {
        margin: 10px 35px 5px; } }

.scene--1 {
  height: 100vh; }
  .scene--1::after {
    opacity: 0.7;
    background-image: url(../images/product-scene-2-mobile.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover; }
  .scene--1 .section__content {
    padding: 0 27px; }
  .scene--1 .section__title {
    margin-bottom: 30px; }
  @media screen and (min-width: 48.0625em) {
    .scene--1 {
      height: auto;
      padding: 0; } }

.scene--2 {
  display: flex;
  flex-direction: column;
  padding: 55px 0 95px; }
  .scene--2 .section__image {
    position: relative;
    margin-top: 165px;
    padding: 0 50px 0 0; }
    .scene--2 .section__image .image__label {
      position: absolute;
      top: -65px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 260px;
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 20px;
      color: #4A90E2;
      letter-spacing: -0.01px;
      line-height: 22px; }
    .scene--2 .section__image .label__line--mobile {
      width: 30px;
      margin: 0 auto; }
    .scene--2 .section__image .label__line--desktop {
      width: 30px;
      display: none; }
  @media screen and (min-width: 48.0625em) {
    .scene--2 .section__content {
      align-self: center;
      order: 2;
      width: 50%; }
    .scene--2 .section__text {
      max-width: 500px;
      margin: 0 auto; }
    .scene--2 .section__image {
      order: 1;
      width: 50%;
      margin-top: 0;
      padding: 0; }
      .scene--2 .section__image .image__label {
        top: 70%;
        left: auto;
        right: 0px;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        font-size: 16px; }
      .scene--2 .section__image .label__line--mobile {
        display: none; }
      .scene--2 .section__image .label__line--desktop {
        display: block;
        position: absolute;
        top: -45px;
        left: -75px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); } }
  @media screen and (min-width: 48.0625em) {
    .scene--2 {
      flex-direction: row;
      padding: 0; } }

.scene--3 {
  position: relative;
  height: 100vh; }
  .scene--3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    background-image: url(../images/product-scene-4-mobile.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover; }
  .scene--3 .section__content {
    margin-top: 90px;
    padding: 0 27px; }
  .scene--3 .section__title {
    margin-bottom: 30px; }
  .scene--3 .section__image {
    display: none; }
  @media screen and (min-width: 48.0625em) {
    .scene--3 {
      height: auto;
      padding: 0; }
      .scene--3::after {
        display: none;
        background-image: none; }
      .scene--3 .section__content {
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 40.404040404%;
        margin-left: 8.5137085137%;
        margin-top: 0;
        padding: 0; }
        .scene--3 .section__content:last-child {
          margin-right: 0; }
      .scene--3 .section__title {
        margin-bottom: 15px; }
      .scene--3 .section__image {
        display: block; } }

.scene--4 {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  background-color: #f5f5f5; }
  .scene--4 .section__image {
    position: relative;
    margin-top: 175px; }
    .scene--4 .section__image .image__label {
      position: absolute;
      top: -135px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 260px;
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 20px;
      color: #4A90E2;
      letter-spacing: -0.01px;
      line-height: 22px; }
    .scene--4 .section__image .label__line--mobile {
      width: 30px;
      margin: 0 auto; }
    .scene--4 .section__image .label__line--desktop {
      width: 30px;
      display: none; }
  @media screen and (min-width: 48.0625em) {
    .scene--4 .section__content {
      align-self: center;
      order: 2;
      width: 50%; }
      .scene--4 .section__content .image__label {
        width: 260px;
        margin: 0 auto;
        padding-top: 50px;
        font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 16px;
        color: #4A90E2;
        letter-spacing: -0.01px;
        line-height: 22px; }
    .scene--4 .section__image {
      order: 1;
      width: 50%;
      margin-top: 0;
      padding-left: 14%; }
      .scene--4 .section__image .image__label {
        display: none; } }
  @media screen and (min-width: 48.0625em) {
    .scene--4 {
      flex-direction: row;
      padding-top: 100px; } }

.scene--5 {
  position: relative;
  height: 100vh; }
  .scene--5::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    background-image: url(../images/product-scene-6-mobile.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover; }
  .scene--5 .section__content {
    margin-top: 90px;
    padding: 0 27px; }
  .scene--5 .section__title {
    margin-bottom: 30px; }
  .scene--5 .section__image {
    display: none; }
  @media screen and (min-width: 48.0625em) {
    .scene--5 {
      height: auto;
      padding: 0; }
      .scene--5::after {
        display: none;
        background-image: none; }
      .scene--5 .section__content {
        float: left;
        display: block;
        margin-right: 2.1645021645%;
        width: 40.404040404%;
        margin-left: 8.5137085137%;
        margin-top: 0;
        padding: 0; }
        .scene--5 .section__content:last-child {
          margin-right: 0; }
      .scene--5 .section__title {
        margin-bottom: 15px; }
      .scene--5 .section__image {
        display: block; } }

.scene--6 {
  padding: 50px 0;
  background-color: #f5f5f5; }
  .scene--6 .section__graph {
    padding-top: 40px; }
    .scene--6 .section__graph img {
      padding: 0 15%; }
    .scene--6 .section__graph .graph__labels {
      padding: 15px 0; }
      .scene--6 .section__graph .graph__labels::after {
        clear: both;
        content: "";
        display: block; }
    .scene--6 .section__graph .graph__label {
      width: 150px;
      font-family: "FFDINWebProMedium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 14px;
      color: #8a8a8a;
      letter-spacing: 0.28px;
      line-height: 22px;
      text-transform: uppercase; }
      .scene--6 .section__graph .graph__label--left {
        float: left; }
      .scene--6 .section__graph .graph__label--left {
        float: right; }
  @media screen and (min-width: 48.0625em) {
    .scene--6 .flex__container {
      display: flex;
      padding-top: 50px; }
    .scene--6 .section__content {
      max-width: 678px;
      margin: 0 auto;
      padding: 10px 0 30px; }
    .scene--6 .section__graph {
      order: 2;
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 23.3766233766%;
      padding-top: 0; }
      .scene--6 .section__graph:last-child {
        margin-right: 0; }
    .scene--6 .section__image {
      order: 1;
      float: left;
      display: block;
      margin-right: 2.1645021645%;
      width: 40.404040404%;
      margin-left: 17.0274170274%; }
      .scene--6 .section__image:last-child {
        margin-right: 0; } }
