@charset "UTF-8";
/*! Vars */
/*! Mixins */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}

/*! Base */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  min-width: 18.75em;
  background: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

ul, ol, li, figure, figcaption {
  margin: 0;
  padding: 0;
}

input,
button {
  border: 0;
  margin: 0;
  border-radius: 0;
}

.js *[data-href] {
  cursor: pointer;
}

@media screen and (min-width: 75em) {
  body {
    font-size: 110%;
  }
}

/*! Typography */
body {
  color: #000000;
  line-height: 1.3;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

::-moz-selection {
  color: #ffffff;
  text-shadow: none;
  background: #ea5792;
}

::selection {
  color: #ffffff;
  text-shadow: none;
  background: #ea5792;
}

a {
  color: currentColor;
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

small {
  font-size: inherit;
}

code {
  font-size: 80%;
}

address {
  font-style: normal;
}

time {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  width: 100%;
  border: none;
  outline: none;
  margin: 1.25em 0;
  background: #e3e3e3;
}

p, .p {
  font-size: 0.9375em;
  margin-top: 0;
  margin-bottom: 1.33333em;
}

p:last-child, .p:last-child {
  margin-bottom: 0;
}

.p--small {
  font-size: 0.8125em;
  margin-bottom: 1.53846em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  margin: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

h1, .h1 {
  font-size: 3em;
  margin-bottom: 0.20833em;
  line-height: 1.1;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

h2, .h2 {
  font-size: 1.75em;
  margin-bottom: 0.35714em;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 1.5em;
  margin-bottom: 0.41667em;
}

h4, .h4 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

h5, .h5 {
  font-size: 1.125em;
  margin-bottom: 0.55556em;
}

h6, .h6 {
  font-size: 1em;
  margin-bottom: 0.625em;
}

@media screen and (min-width: 30em) {
  .h1-small {
    font-size: 3em;
    margin-bottom: 0.20833em;
    line-height: 1.1;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  }
  .h2-small {
    font-size: 1.75em;
    margin-bottom: 0.35714em;
    line-height: 1.2;
  }
  .h3-small {
    font-size: 1.5em;
    margin-bottom: 0.41667em;
  }
  .h4-small {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }
  .h5-small {
    font-size: 1.125em;
    margin-bottom: 0.55556em;
  }
  .h6-small {
    font-size: 1em;
    margin-bottom: 0.625em;
  }
}

@media screen and (min-width: 45em) {
  .p--large {
    font-size: 1.125em;
    margin-bottom: 1.11111em;
  }
  .h1-medium {
    font-size: 3em;
    margin-bottom: 0.20833em;
    line-height: 1.1;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  }
  .h2-medium {
    font-size: 1.75em;
    margin-bottom: 0.35714em;
    line-height: 1.2;
  }
  .h3-medium {
    font-size: 1.5em;
    margin-bottom: 0.41667em;
  }
  .h4-medium {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }
  .h5-medium {
    font-size: 1.125em;
    margin-bottom: 0.55556em;
  }
  .h6-medium {
    font-size: 1em;
    margin-bottom: 0.625em;
  }
}

@media screen and (min-width: 60em) {
  .h0-large {
    font-size: 3.625em;
    margin-bottom: 0.17241em;
    line-height: 1.1;
  }
  .h1-large {
    font-size: 3em;
    margin-bottom: 0.20833em;
    line-height: 1.1;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  }
  .h2-large {
    font-size: 1.75em;
    margin-bottom: 0.35714em;
    line-height: 1.2;
  }
  .h3-large {
    font-size: 1.5em;
    margin-bottom: 0.41667em;
  }
  .h4-large {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }
  .h5-large {
    font-size: 1.125em;
    margin-bottom: 0.55556em;
  }
  .h6-large {
    font-size: 1em;
    margin-bottom: 0.625em;
  }
}

/*!
// Elements
*/
/*! Icon (element) */
.e-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 1.75em;
  height: 1.75em;
}

.e-icon__image {
  display: block;
  width: 100%;
}

.e-icon--social {
  background: #ea5792;
}

.e-icon--social[href] {
  transition: background-color 150ms;
}

.e-icon--social[href]:focus, .e-icon--social[href]:hover {
  background-color: #593c5c;
}

.e-icon--social.e-icon--reversed {
  background: #ffffff !important;
}

/*! Logo (element) */
.e-logo:not(:last-child) {
  margin-bottom: 1.25em;
}

.e-logo img {
  max-width: 6.25em;
}

@media screen and (min-width: 45em) {
  .e-logo img {
    margin: 0 auto;
    max-width: none;
  }
}

/*! More (element) */
.e-more {
  display: inline-block;
  vertical-align: baseline;
  padding-right: 0.9375em;
  background-image: url("../img/arrows/black.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.e-more:focus, .e-more:hover {
  color: #ea5792;
  background-image: url("../img/arrows/pink.svg");
  text-decoration: underline;
}

.e-more__label {
  color: currentColor;
  font-size: 0.9375em;
  font-weight: bold;
}

.e-more--pink {
  color: #ea5792;
  background-image: url("../img/arrows/pink.svg");
}

.e-more--white {
  color: #ffffff !important;
  background-image: url("../img/arrows/white.svg") !important;
}

.e-more--back {
  background-image: url("../img/arrows/black-back.svg");
  background-position: left center;
  padding-left: 0.9375em;
  padding-right: 0;
}

.e-more--back:focus, .e-more--back:hover {
  background-image: url("../img/arrows/pink-back.svg");
}

.e-more--back.e-more--pink {
  background-image: url("../img/arrows/pink-back.svg");
}

.e-more--back.e-more--white {
  background-image: url("../img/arrows/white-back.svg") !important;
}

/*! Table (element) */
.e-table,
.b-prose table {
  width: 100%;
  margin: 1.25em 0;
  border-collapse: collapse;
}

.e-table:first-child,
.b-prose table:first-child {
  margin-top: 0;
}

.e-table:last-child,
.b-prose table:last-child {
  margin-bottom: 0;
}

.e-table th, .e-table td,
.b-prose table th,
.b-prose table td {
  font-size: 0.9375em;
  padding: 0.46667em 0.66667em;
  vertical-align: top;
}

.e-table p, .e-table ul, .e-table ol,
.b-prose table p,
.b-prose table ul,
.b-prose table ol {
  font-size: inherit;
}

.e-table thead,
.b-prose table thead {
  color: #ea5792;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
}

.e-table thead th, .e-table thead td,
.b-prose table thead th,
.b-prose table thead td {
  background: #f2f2f2;
}

.e-table tbody tr:nth-child(even) td,
.b-prose table tbody tr:nth-child(even) td {
  background: #f2f2f2;
}

.fluid-width-table-wrapper {
  overflow-y: hidden;
  overflow-x: auto;
}

.fluid-width-table-wrapper table,
.fluid-width-table-wrapper .e-table {
  margin: 0;
}

/*! Figure (element) */
.e-figure {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.e-figure:hover figcaption {
  opacity: 1;
}

.e-figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.3125em;
  opacity: 0;
  transition: opacity 300ms;
}

.e-figure figcaption span {
  color: #ffffff;
  font-size: 0.8125em;
  line-height: 2em;
  padding: 0.38462em 0;
  background: #808080;
  box-shadow: 0.38462em 0 0 #808080, -0.38462em 0 0 #808080;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

/*! Blockquote (element) */
.e-blockquote,
.b-prose blockquote {
  margin: 1.25em 0;
  color: #593c5c;
}

.e-blockquote p,
.b-prose blockquote p {
  margin-bottom: 0.66667em;
}

.e-blockquote .p--small,
.b-prose blockquote .p--small {
  margin-bottom: 0.76923em;
}

.e-blockquote:first-child,
.b-prose blockquote:first-child {
  margin-top: 0;
}

.e-blockquote:last-child,
.b-prose blockquote:last-child {
  margin-bottom: 0;
}

.e-blockquote:after, .e-blockquote:before,
.b-prose blockquote:after,
.b-prose blockquote:before {
  display: block;
  content: "";
  width: 33%;
  height: 2.1875rem;
  box-sizing: content-box;
  background: url("../img/blockquote.svg") 0.1875rem 0 no-repeat;
  background-size: 2.1875rem auto;
}

.e-blockquote:before,
.b-prose blockquote:before {
  border-bottom: 0.25rem solid currentColor;
  margin-bottom: 0.3125rem;
}

.e-blockquote:after,
.b-prose blockquote:after {
  background-position: 0.1875rem bottom;
  border-top: 1px solid currentColor;
  margin-top: 0.3125rem;
}

.e-blockquote--center {
  text-align: center;
}

.e-blockquote--center:after, .e-blockquote--center:before {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  background-position-x: center;
}

@media screen and (min-width: 45em) {
  .e-blockquote .p--large,
  .b-prose blockquote .p--large {
    margin-bottom: 0.55556em;
  }
}

/*! Filter Label (block) */
.e-filter-label {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-style: italic;
  font-size: 0.8125em;
}

/*! Filter Option (block) */
.e-filter-option {
  position: relative;
  display: block;
  cursor: pointer;
}

.e-filter-option span {
  display: block;
  line-height: 1;
  font-size: 0.8125em;
  line-height: 1.15385em;
  padding: 0.38462em 0.38462em 0.38462em 2.30769em;
}

.e-filter-option input {
  z-index: 1;
  position: absolute;
  display: block;
  top: 0.3125em;
  left: 0.3125em;
  background: transparent;
  border: 1px solid #575757;
  width: 0.9375em;
  height: 0.9375em;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

.e-filter-option input:checked + span {
  background: #f2f2f2;
}

.e-filter-option--label {
  font-style: italic;
}

.e-filter-option--label span {
  background: transparent;
  padding: 0.38462em;
}

.e-filter-option--label input:checked + span {
  background: transparent;
  font-weight: bold;
}

/*! Page Title (element) */
.e-page-title {
  color: #ea5792;
  font-weight: 300;
}

.e-page-title > * {
  font-weight: inherit;
}

/*! Metadata (element) */
.e-metadata {
  margin: 0 0 1.25em 0;
  background: #f2f2f2;
  padding: 0.625em;
}

.e-metadata:last-child {
  margin-bottom: 0;
}

.e-metadata dt, .e-metadata dd {
  margin: 0;
  font-size: 0.9375em;
}

.e-metadata dt {
  color: #ea5792;
  font-style: italic;
}

.e-metadata dd:not(:last-child) {
  margin-bottom: 0.66667em;
}

@media screen and (min-width: 45em) {
  .e-metadata {
    padding: 0;
    background: transparent;
  }
}

/*! Nav Toggle (element) */
.e-nav-toggle {
  z-index: 9999;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  background: url("../img/nav.svg") center center no-repeat;
}

.c-ocnav .e-nav-toggle {
  position: absolute;
  top: 0.625em;
  right: 0.9375em;
  background-image: url("../img/nav-white.svg");
}

.c-header .e-nav-toggle {
  position: absolute;
  top: 0.625em;
  right: -0.3125em;
}

/*! Download (element) */
.e-download {
  position: relative;
  display: block;
  width: 3.375em;
  height: 3.375em;
  cursor: pointer;
  background-color: #ea5792;
  transition: background 150ms;
  overflow: hidden;
}

.e-download:after, .e-download:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/download.svg") center bottom no-repeat;
  background-size: 3.375em auto;
  transition: top 150ms, bottom 150ms;
}

.e-download:before {
  top: 0;
}

.e-download:after {
  bottom: 100%;
  background-position: center top;
}

.e-download:focus, .e-download:hover,
[href]:focus .e-download,
[href]:hover .e-download {
  background-color: #ffffff;
}

.e-download:focus:before, .e-download:hover:before,
[href]:focus .e-download:before,
[href]:hover .e-download:before {
  top: 100%;
}

.e-download:focus:after, .e-download:hover:after,
[href]:focus .e-download:after,
[href]:hover .e-download:after {
  bottom: 0;
}

.e-download--alt {
  background-color: #ffffff;
}

.e-download--alt:before {
  background-position: center top;
}

.e-download--alt:after {
  background-position: center bottom;
}

.e-download--alt:focus, .e-download--alt:hover,
[href]:focus .e-download--alt,
[href]:hover .e-download--alt {
  background-color: #ea5792;
}

/*!
// Blocks
*/
/*! Flag (block) */
.b-flag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.25em;
  max-width: 100%;
}

.b-flag:last-child {
  margin-bottom: 0;
}

.b-flag__main,
.b-flag__image {
  display: block;
  max-width: 100%;
}

.b-flag__image {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.b-flag__main {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 0.625em;
}

/*! Prose (block) */
.b-prose {
  *zoom: 1;
  margin-bottom: 1.25em;
}

.b-prose:before, .b-prose:after {
  content: "";
  display: table;
}

.b-prose:after {
  clear: both;
}

.b-prose:last-child {
  margin-bottom: 0;
}

.b-prose a {
  color: #ea5792;
}

.b-prose a:focus, .b-prose a:hover {
  text-decoration: underline;
}

.b-prose h1, .b-prose h2, .b-prose h3, .b-prose h4, .b-prose h5, .b-prose h6 {
  color: #ea5792;
}

.b-prose ul, .b-prose ol {
  font-size: 0.9375em;
  margin: 1.33333em 1.33333em;
}

.b-prose ul:first-child, .b-prose ol:first-child {
  margin-top: 0;
}

.b-prose ul:last-child, .b-prose ol:last-child {
  margin-bottom: 0;
}

.b-prose ul ul:first-child, .b-prose ul ol:first-child, .b-prose ol ul:first-child, .b-prose ol ol:first-child {
  margin-top: 0.33333em;
  margin-right: 0;
}

.b-prose ul p, .b-prose ul li, .b-prose ul ul, .b-prose ul ol, .b-prose ol p, .b-prose ol li, .b-prose ol ul, .b-prose ol ol {
  font-size: inherit;
  line-height: inherit;
}

.b-prose li {
  margin: 0 0 0.3125em 0;
}

.b-prose li:last-child {
  margin-bottom: 0;
}

.b-prose ul {
  list-style: disc outside;
}

.b-prose ol {
  list-style: decimal outside;
}

.b-prose > img:not(:first-child),
.b-prose > video:not(:first-child),
.b-prose > iframe:not(:first-child),
.b-prose > .fluid-width-table-wrapper:not(:first-child),
.b-prose > .fluid-width-video-wrapper:not(:first-child) {
  margin-top: 1.25em;
}

.b-prose > img:not(:last-child),
.b-prose > video:not(:last-child),
.b-prose > iframe:not(:last-child),
.b-prose > .fluid-width-table-wrapper:not(:last-child),
.b-prose > .fluid-width-video-wrapper:not(:last-child) {
  margin-bottom: 1.25em;
}

.c-aside__primary .b-prose--constrain {
  max-width: 42.5em;
}

/*! Page Intro (block) */
.b-page-intro {
  margin-bottom: 1.25em;
}

.b-page-intro:last-child {
  margin-bottom: 0;
}

.b-page-intro__prose {
  color: #ea5792;
  margin-bottom: 1.25em;
}

.b-page-intro__media .e-figure {
  display: block;
}

@media screen and (min-width: 45em) {
  .b-page-intro {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .b-page-intro > * {
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
  }
  .b-page-intro__media {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .b-page-intro__prose {
    margin: 0;
    padding: 1.25em;
  }
}

@media screen and (min-width: 60em) {
  .b-page-intro__prose {
    padding-right: 3.75em;
  }
}

/*! Pagination (block) */
.b-pagination {
  margin-bottom: 2.5em;
}

.b-pagination:last-child {
  margin-bottom: 0;
}

.b-pagination ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.b-pagination li {
  display: inline-block;
}

.b-pagination li:first-child {
  margin-left: -0.4375em;
}

.b-pagination a {
  display: block;
  color: #ea5792;
  font-size: 0.9375em;
  line-height: 1.2em;
  padding: 0.2em 0.46667em;
  white-space: nowrap;
}

.b-pagination a b {
  display: block;
  padding: 0 0.33333em;
  margin: -0.06667em -0.4em;
  border: 1px solid currentColor;
  font-weight: normal;
}

.b-pagination a:focus, .b-pagination a:hover {
  text-decoration: underline;
}

.b-pagination a:focus b, .b-pagination a:hover b {
  border-color: transparent;
}

/*! Article (block) */
.b-article {
  background: #f2f2f2;
  margin-bottom: 1.25em;
  position: relative;
  overflow: hidden;
}

.b-article:last-child {
  margin-bottom: 0;
}

.b-article p:empty {
  display: none;
}

.b-article__image {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.b-article__image .e-figure {
  width: 100%;
}

.b-article__image .e-download {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.b-article__main {
  padding: 0.625em;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
}

.b-article__main .b-prose:not(:last-child) {
  margin-bottom: 0.625em;
}

.b-article__date {
  margin-bottom: 0.625em;
}

.b-article__studies {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -0.625em;
}

.b-article__studies > * {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0.625em;
  max-width: 100%;
}

.b-article__studies h3, .b-article__studies h4, .b-article__studies h5, .b-article__studies h6 {
  color: #ea5792;
  margin-bottom: 0;
}

.b-article--light {
  background: #ffffff;
}

.b-article--pink {
  background: #ea5792;
}

.b-article--pink .b-prose {
  color: #ffffff;
}

.b-article--pink .b-prose * {
  color: currentColor;
}

.b-article--green {
  background: #7badaa;
}

.b-article--green .b-prose {
  color: #ffffff;
}

.b-article--green .b-prose * {
  color: currentColor;
}

.b-article--news h2, .b-article--news h3, .b-article--news h4,
.b-article--download h2,
.b-article--download h3,
.b-article--download h4 {
  color: currentColor;
}

.b-article--download {
  position: relative;
}

.b-article--download .b-article__image {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.b-article--update {
  max-width: none;
}

.b-article__aside {
  margin: 1.25em 0;
}

@media screen and (min-width: 45em) {
  .b-article--wide,
  .b-article--update,
  .c-newsreel--wide .b-article--download {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 100%;
  }
  .b-article--wide.b-article--light .b-article__main,
  .b-article--update.b-article--light .b-article__main,
  .c-newsreel--wide .b-article--download.b-article--light .b-article__main {
    padding: 0 0 0 0.625em;
  }
  .b-article--wide .b-article__image,
  .b-article--update .b-article__image,
  .c-newsreel--wide .b-article--download .b-article__image {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    max-width: 13.75em;
  }
  .b-article--wide .b-article__main,
  .b-article--update .b-article__main,
  .c-newsreel--wide .b-article--download .b-article__main {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 75%;
    max-width: 100%;
  }
  .b-article--update .b-article__main {
    padding: 0.625em;
  }
  .b-article--update .b-article__image {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
    max-width: 27.5em;
  }
  .b-article--download.b-article--pink .e-download:not(:hover):not(:focus) {
    background: transparent;
  }
  .b-article--download.b-article--wide,
  .c-newsreel--wide .b-article--download {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .b-article--download.b-article--wide .b-article__image,
  .c-newsreel--wide .b-article--download .b-article__image {
    position: static;
  }
  .b-article--download.b-article--wide .b-article__main,
  .c-newsreel--wide .b-article--download .b-article__main {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b-article--download.b-article--wide .b-article__main > *,
  .c-newsreel--wide .b-article--download .b-article__main > * {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 100%;
  }
  .b-article--download.b-article--wide .b-article__main > .b-prose,
  .c-newsreel--wide .b-article--download .b-article__main > .b-prose {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .b-article--download.b-article--wide.b-article--pink .e-download,
  .c-newsreel--wide .b-article--download.b-article--pink .e-download {
    width: 3.125em;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  .b-article--download.b-article--wide.b-article--pink .e-download:after, .b-article--download.b-article--wide.b-article--pink .e-download:before,
  .c-newsreel--wide .b-article--download.b-article--pink .e-download:after,
  .c-newsreel--wide .b-article--download.b-article--pink .e-download:before {
    -webkit-transform: scale(0.83333);
        -ms-transform: scale(0.83333);
            transform: scale(0.83333);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .b-article__main .b-article__aside + .b-article__studies {
    padding-left: calc(33.333% + 1.5625em);
  }
  .b-article__image + .b-article__main .b-article__aside + .b-article__studies {
    padding-left: 0;
  }
}

@media screen and (min-width: 30em) {
  .b-article__aside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1.25em 0;
  }
  .b-article__aside > div {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 33.333%;
  }
  .b-article__aside > .b-prose {
    width: 66.666%;
  }
  .b-article__aside > .b-prose:not(:first-child) {
    padding-left: 0.625em;
  }
}

/*! Excerpt (block) */
.b-excerpt {
  color: #ffffff;
  background: #ea5792;
}

.b-excerpt__image {
  background: #808080;
}

.b-excerpt__main {
  padding: 1.25em 1.25em;
}

.b-excerpt__date {
  margin-bottom: 0.625em;
}

.b-excerpt--green {
  background-color: #7badaa;
}

@media screen and (min-width: 45em) {
  .b-excerpt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .b-excerpt__main {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .b-excerpt__media {
    position: relative;
    width: 13.75em;
    min-height: 13.75em;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .b-excerpt__image {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .b-excerpt__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

/*! Grant (block) */
.b-grant {
  padding: 0.3125em;
  margin-bottom: 1.25em;
}

.b-grant:last-child {
  margin-bottom: 0;
}

.b-grant .b-flag {
  max-width: 42.5em;
  margin: 0 auto;
}

.b-grant .b-flag__image {
  max-width: 33.33333%;
}

.b-grant__list {
  margin-bottom: 1.25em;
}

.b-grant__list:last-child {
  margin-bottom: 0;
}

.b-grant__item {
  margin-bottom: 0.3125em;
}

.b-grant__item:last-child {
  margin-bottom: 0;
}

.b-grant__title {
  color: #ea5792;
}

.b-grant__main {
  margin-top: 0.3125em;
  padding-top: 0.3125em;
  border-top: 1px solid #ea5792;
}

@media screen and (max-width: 29.9375em) {
  .b-grant .b-flag__image {
    display: none;
  }
  .b-grant .b-flag__main {
    padding: 0;
  }
}

@media screen and (max-width: 44.9375em) {
  .b-grant--alt,
  .b-results > .b-grant:nth-child(odd) {
    background: #f2f2f2;
    border-bottom: 5px solid #ea5792;
  }
}

@media screen and (min-width: 45em) {
  .b-grant {
    padding: 0;
  }
  .b-grant + .b-grant {
    margin-top: -1.25em;
  }
  .b-grant + .b-grant .b-grant__title {
    display: none;
  }
  .b-grant .b-tileset:last-child {
    margin-bottom: 2.5em;
  }
  .b-grant--quote:not(:last-child) {
    margin-bottom: 2.5em;
  }
  .b-grant__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .b-grant__main {
    padding-right: 0.3125em;
  }
  .b-grant__title {
    padding-right: 0.3125em;
  }
  .b-grant__item {
    margin-bottom: 0;
    -webkit-flex: 1 1 33.33333%;
        -ms-flex: 1 1 33.33333%;
            flex: 1 1 33.33333%;
    max-width: 100%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .b-grant__item:nth-child(2) {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .b-grant__item:nth-child(3) {
    -webkit-flex: 2 1 66.66666%;
        -ms-flex: 2 1 66.66666%;
            flex: 2 1 66.66666%;
  }
}

/*! Question and Answer (block) */
.b-qanda:not(:last-child) {
  margin-bottom: 1.25em;
}

.b-qanda abbr {
  color: #ea5792;
  font-weight: bold;
  text-decoration: none;
}

.b-qanda + .b-qanda {
  margin-top: -0.625em;
}

.b-qanda__question {
  cursor: pointer;
  color: #ea5792;
  padding-right: 1.875em;
  background-repeat: no-repeat;
  background-position: right 0.15625em;
  background-image: url("../img/open.svg");
}

.b-qanda:target .b-qanda__question,
.b-qanda--target .b-qanda__question {
  background-image: url("../img/close.svg");
}

.b-qanda__answer {
  padding: 0.625em 0;
  display: none;
}

.b-qanda:target .b-qanda__answer,
.b-qanda--target .b-qanda__answer {
  display: block;
}

/*! Filter Toggle (element) */
.b-filter-toggle {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.b-filter-toggle .e-filter-label {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: block;
  margin-bottom: 0.38462em;
}

.b-filter-toggle .e-filter-option {
  display: inline-block;
  vertical-align: top;
  margin-left: -0.53846em;
  border-right: 1px solid currentColor;
}

.b-filter-toggle .e-filter-option span {
  padding: 0 0.53846em;
}

.b-filter-toggle .e-filter-option:last-child {
  border-right: 0;
}

.b-filter-toggle .e-filter-option + .e-filter-option {
  margin-left: 0;
}

/*! Filter (block) */
.b-filter {
  margin-bottom: 1.25em;
  max-width: 13.125em;
}

.b-filter:last-child {
  margin-bottom: 0;
}

.b-filter__item {
  margin-bottom: 1.25em;
}

.b-filter__item:last-child {
  margin-bottom: 0;
}

/*! Results (block) */
.b-results {
  margin-bottom: 2.5em;
}

.b-results:last-child {
  margin-bottom: 0;
}

/*! Tile (element) */
.b-tile {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 13.75em;
  background: #e3e3e3;
}

.b-tile__main {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.b-tile--no-ratio .b-tile__main {
  height: auto;
  padding-bottom: 0;
}

.b-tile__header,
.c-article-group__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 0.3125em;
  line-height: 0;
  color: #808080;
  transition: color 150ms;
}

.b-tile__header > *,
.c-article-group__header > * {
  margin: 0;
  display: inline;
  font-size: inherit;
  font-size: 0.8125em;
  line-height: 2em;
  padding: 0.38462em 0;
  background: currentColor;
  box-shadow: 0.38462em 0 0 currentColor, -0.38462em 0 0 currentColor;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.b-tile__header b,
.c-article-group__header b {
  position: relative;
  font-weight: 900;
  color: #ffffff;
}

.b-tile__media {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b-tile--no-ratio .b-tile__media {
  position: relative;
}

.b-tile__image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.b-tile__image .e-figure {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.b-tile__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  min-width: 100%;
  max-width: none;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.b-tile__prose {
  position: absolute;
  top: 1.875em;
  left: 0.9375em;
  right: 0.9375em;
  bottom: 0.9375em;
}

.b-tile__prose .b-prose {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.b-tile__prose * {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 100%;
}

.b-tile__prose-date {
  margin-bottom: 0.625em;
}

.b-tile__prose-title {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.b-tile--green {
  background: #7badaa;
}

.b-tile--green-light {
  background: #b8ced2;
}

.b-tile--purple {
  background: #593c5c;
}

.b-tile--pink {
  background: #ea5792;
}

.b-tile--white {
  background: #ffffff;
}

.b-tile--beige {
  background: #fbf5ef;
}

.b-tile--green .b-prose *,
.b-tile--purple .b-prose *,
.b-tile--pink .b-prose * {
  color: #ffffff;
}

.b-tile--offset .b-tile__header {
  color: transparent;
}

.b-tile--offset .b-tile__media {
  top: 1.875em;
  left: 1.875em;
}

.b-tile--large {
  max-width: 27.5em;
}

.b-tile--large .b-tile__prose .b-prose {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.b-tile--large .b-tile__prose-title {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0.3125em 0.625em;
  background: #808080;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.b-tile--large .b-tile__prose-title * {
  color: #ffffff;
}

.b-tile--large .b-tile__prose-body {
  padding: 0.3125em 0.625em;
  background: #808080;
  max-width: 18.75em;
}

.b-tile--large .b-tile__prose-body * {
  color: #ffffff;
}

.b-tile__center {
  position: absolute;
  top: 50%;
  left: 0.625em;
  right: 0.625em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.b-tile--blockquote {
  max-width: 27.5em;
  background: #f2f2f2;
}

.b-tile--blockquote .e-blockquote {
  margin: 0 auto;
  max-width: 80%;
}

.b-tile--feature {
  background: #e3e3e3;
}

.b-tile--feature .b-tile__media[href]:focus + .b-tile__header, .b-tile--feature .b-tile__media[href]:hover + .b-tile__header {
  color: #ea5792;
}

.b-tile--feature .b-tile__header {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.b-tile--feature .b-tile__header > * {
  display: inline-block;
  padding: 0;
  min-width: 100%;
}

.b-tile--feature .b-tile__header:after {
  position: absolute;
  display: block;
  content: "";
  top: 0.125em;
  right: 0.3125em;
  width: 1.25em;
  height: 1.25em;
  background-image: url("../img/arrows/white.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.b-tile--thin .b-tile__main {
  padding-bottom: 50%;
}

/*! Tile Carousel (block) */
.b-tile-carousel .b-tile {
  max-width: 100%;
}

.b-tile-carousel .swiper-pagination {
  top: 0;
  bottom: auto;
  text-align: right;
  padding: 0.625em;
}

.b-tile-carousel .swiper-pagination-bullet {
  margin: 3px !important;
  width: 11px !important;
  height: 11px !important;
  background-color: #575757;
}

.b-tile-carousel .swiper-pagination-bullet {
  background-color: #000000;
  opacity: 0.2;
}

.b-tile-carousel .swiper-pagination-bullet-active {
  background-color: #000000;
  opacity: 1;
}

.b-tile-carousel .swiper-pagination-bullet-active + .swiper-pagination-bullet {
  opacity: 0.8;
}

.b-tile-carousel .swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet {
  opacity: 0.6;
}

.b-tile-carousel .swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet {
  opacity: 0.4;
}

/*! Tile Group (block) */
.b-tile-group {
  margin-bottom: 1.25em;
}

.b-tile-group:last-child {
  margin-bottom: 0;
}

.b-tile-group__header {
  margin-bottom: 0.625em;
}

.b-tile-group__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.b-tile-group__item {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 0.125em;
}

.b-tile-group__item:last-child {
  margin-bottom: 0;
}

.b-tile-group__item .b-tile {
  max-width: none;
}

@media screen and (min-width: 45em) {
  .b-tile-group__list {
    margin: -0.3125em;
  }
  .b-tile-group__item {
    width: 33.33333%;
    padding: 0.3125em;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 60em) {
  .c-aside__secondary .b-tile-group__header {
    padding-bottom: 0.625em;
    border-bottom: 1px solid #000000;
  }
  .c-aside__secondary .b-tile-group__list {
    margin: 0;
  }
  .c-aside__secondary .b-tile-group__item {
    width: 100%;
    padding: 0;
    margin-bottom: 0.125em;
  }
}

/*! Infographic (blocks) */
.b-infographic {
  max-width: 1100px;
}

.b-infographic img {
  width: 100%;
  max-width: none;
}

/*! Nav (block) */
.b-nav {
  margin-bottom: 1.25em;
}

.b-nav:last-child {
  margin-bottom: 0;
}

.b-nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.b-nav__item {
  position: relative;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.b-nav__item .e-more {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

.b-nav__item .e-more__label {
  display: block;
  font-size: 1.125em;
  line-height: 1.05556em;
  padding: 0;
}

.b-nav__item--cta {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

.b-nav__link {
  position: relative;
  display: block;
  color: #808080;
  font-weight: 600;
  font-size: 0.9375em;
  line-height: 1.33333em;
  padding: 0.33333em 0.66667em;
  white-space: nowrap;
}

.b-nav__item--active > .b-nav__link {
  color: #000000;
}

.b-nav__link:focus, .b-nav__link:hover {
  color: #ea5792;
}

.b-nav__nested {
  display: none;
}

.b-nav--breadcrumb .b-nav__item:first-child .b-nav__link {
  background: none;
}

.b-nav--breadcrumb .b-nav__item:last-child .b-nav__link {
  background-image: url("../img/arrows/black.svg");
}

.b-nav--breadcrumb .b-nav__link {
  font-size: 0.8125em;
  line-height: 1.53846em;
  padding: 0.38462em 0.76923em;
  font-weight: normal;
  background-image: url("../img/arrows/grey.svg");
  background-repeat: no-repeat;
  background-position: 0 0.76923em;
  background-size: 5px 8px;
}

.b-nav--aside .b-nav__list {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.b-nav--aside .b-nav__item {
  border-bottom: 1px solid #808080;
}

.b-nav--aside .b-nav__link {
  white-space: normal;
  font-weight: normal;
  padding: 0.33333em 0;
}

.b-nav--aside .b-nav__wrapper >
.b-nav__list:first-child >
.b-nav__item--active:first-child {
  border-bottom-color: #000000;
}

.b-nav--aside .b-nav__wrapper >
.b-nav__list:first-child >
.b-nav__item--active:first-child > .b-nav__link {
  font-weight: 600;
}

.b-nav--aside .b-nav__item--parent {
  padding: 0.3125em 0;
}

.b-nav--aside .b-nav__item--parent .b-nav__link {
  padding: 0;
}

.b-nav--aside .b-nav__item--parent > .b-nav__link,
.b-nav--aside .b-nav__item--parent .b-nav__item--active > .b-nav__link {
  padding-left: 0.66667em;
  background-image: url("../img/arrows/black.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.b-nav--aside .b-nav__item--parent > .b-nav__link:focus, .b-nav--aside .b-nav__item--parent > .b-nav__link:hover,
.b-nav--aside .b-nav__item--parent .b-nav__item--active > .b-nav__link:focus,
.b-nav--aside .b-nav__item--parent .b-nav__item--active > .b-nav__link:hover {
  background-image: url("../img/arrows/pink.svg");
}

.b-nav--aside .b-nav__nested {
  display: block;
}

.b-nav--aside .b-nav__nested .b-nav__item {
  border-bottom: 0;
  padding-left: 1.25em;
}

.b-nav--aside .b-nav__nested .b-nav__item--active > .b-nav__link {
  font-weight: normal;
}

/*!
// Containers
*/
/*! Wrapper (container) */
.c-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 1.25em;
  min-width: 18.75em;
  max-width: 77.5em;
  background: #ffffff;
}

.c-wrapper--preview {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

/*! Aside (container) */
.c-aside {
  *zoom: 1;
  display: block;
  margin-bottom: 1.25em;
}

.c-aside:before, .c-aside:after {
  content: "";
  display: table;
}

.c-aside:after {
  clear: both;
}

.c-aside:last-child {
  margin-bottom: 0;
}

.c-aside > * {
  position: relative;
  margin-bottom: 1.25em;
}

.c-aside > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 59.9375em) {
  .c-wrapper > .c-aside--large:not(.c-aside--medium) > .c-aside__secondary:last-child {
    border-top: 1px solid #ea5792;
    margin-top: 2.5em;
    padding-top: 1.25em;
  }
}

@media screen and (min-width: 45em) {
  .c-aside--medium > * {
    margin-bottom: 0;
  }
  .c-aside--medium > *:nth-child(odd),
  .c-aside--medium > *.c-aside__primary:nth-child(odd) ~ .c-aside__primary {
    float: left;
    padding-left: 0;
    padding-right: 0.3125em;
  }
  .c-aside--medium > *:nth-child(even),
  .c-aside--medium > *.c-aside__primary:nth-child(even) ~ .c-aside__primary {
    float: right;
    padding-left: 0.3125em;
    padding-right: 0;
  }
  .c-aside--medium > .c-aside__primary:nth-child(n+3) {
    margin-top: 1.25em;
  }
  .c-aside__primary .c-aside--medium > .c-aside__secondary:nth-child(even) {
    padding-left: 1.5625em;
    padding-right: 0;
  }
  .c-aside__primary .c-aside--medium > .c-aside__secondary:nth-child(odd) {
    padding-right: 1.5625em;
    padding-left: 0;
  }
  .c-aside--medium.c-aside--flip > *:nth-child(even),
  .c-aside--medium.c-aside--flip > *.c-aside__primary:nth-child(even) ~ .c-aside__primary {
    float: left;
    padding-left: 0;
    padding-right: 0.3125em;
  }
  .c-aside--medium.c-aside--flip > *:nth-child(odd),
  .c-aside--medium.c-aside--flip > *.c-aside__primary:nth-child(odd) ~ .c-aside__primary {
    float: right;
    padding-left: 0.3125em;
    padding-right: 0;
  }
  .c-aside__primary .c-aside--medium.c-aside--flip > .c-aside__secondary:nth-child(even) {
    padding-right: 1.5625em;
    padding-left: 0;
  }
  .c-aside__primary .c-aside--medium.c-aside--flip > .c-aside__secondary:nth-child(odd) {
    padding-left: 1.5625em;
    padding-right: 0;
  }
  .c-aside--medium > .c-aside__primary {
    width: 75%;
    width: calc(75% + 0.3125em);
  }
  .c-aside--medium > .c-aside__secondary {
    width: 25%;
    width: calc(25% - 0.3125em);
  }
}

@media screen and (min-width: 60em) {
  .c-aside--large > *,
  .c-aside--medium > * {
    margin-bottom: 0;
  }
  .c-aside--large > *:nth-child(odd),
  .c-aside--large > *.c-aside__primary:nth-child(odd) ~ .c-aside__primary,
  .c-aside--medium > *:nth-child(odd),
  .c-aside--medium > *.c-aside__primary:nth-child(odd) ~ .c-aside__primary {
    float: left;
    padding-left: 0;
    padding-right: 0.3125em;
  }
  .c-aside--large > *:nth-child(even),
  .c-aside--large > *.c-aside__primary:nth-child(even) ~ .c-aside__primary,
  .c-aside--medium > *:nth-child(even),
  .c-aside--medium > *.c-aside__primary:nth-child(even) ~ .c-aside__primary {
    float: right;
    padding-left: 0.3125em;
    padding-right: 0;
  }
  .c-aside--large > .c-aside__primary:nth-child(n+3),
  .c-aside--medium > .c-aside__primary:nth-child(n+3) {
    margin-top: 1.25em;
  }
  .c-aside__primary .c-aside--large > .c-aside__secondary:nth-child(even), .c-aside__primary
  .c-aside--medium > .c-aside__secondary:nth-child(even) {
    padding-left: 1.5625em;
    padding-right: 0;
  }
  .c-aside__primary .c-aside--large > .c-aside__secondary:nth-child(odd), .c-aside__primary
  .c-aside--medium > .c-aside__secondary:nth-child(odd) {
    padding-right: 1.5625em;
    padding-left: 0;
  }
  .c-aside--large.c-aside--flip > *:nth-child(even),
  .c-aside--large.c-aside--flip > *.c-aside__primary:nth-child(even) ~ .c-aside__primary,
  .c-aside--medium.c-aside--flip > *:nth-child(even),
  .c-aside--medium.c-aside--flip > *.c-aside__primary:nth-child(even) ~ .c-aside__primary {
    float: left;
    padding-left: 0;
    padding-right: 0.3125em;
  }
  .c-aside--large.c-aside--flip > *:nth-child(odd),
  .c-aside--large.c-aside--flip > *.c-aside__primary:nth-child(odd) ~ .c-aside__primary,
  .c-aside--medium.c-aside--flip > *:nth-child(odd),
  .c-aside--medium.c-aside--flip > *.c-aside__primary:nth-child(odd) ~ .c-aside__primary {
    float: right;
    padding-left: 0.3125em;
    padding-right: 0;
  }
  .c-aside__primary .c-aside--large.c-aside--flip > .c-aside__secondary:nth-child(even), .c-aside__primary
  .c-aside--medium.c-aside--flip > .c-aside__secondary:nth-child(even) {
    padding-right: 1.5625em;
    padding-left: 0;
  }
  .c-aside__primary .c-aside--large.c-aside--flip > .c-aside__secondary:nth-child(odd), .c-aside__primary
  .c-aside--medium.c-aside--flip > .c-aside__secondary:nth-child(odd) {
    padding-left: 1.5625em;
    padding-right: 0;
  }
  .c-aside--large > .c-aside__primary,
  .c-aside--medium > .c-aside__primary {
    width: 80%;
    width: calc(80% + 0.3125em);
  }
  .c-aside--large > .c-aside__secondary,
  .c-aside--medium > .c-aside__secondary {
    width: 20%;
    width: calc(20% - 0.3125em);
  }
  .c-aside__primary .c-aside--large > .c-aside__primary,
  .c-aside__primary .c-aside--medium > .c-aside__primary {
    width: 75%;
    width: calc(75% + 0.3125em);
  }
  .c-aside__primary .c-aside--large > .c-aside__secondary,
  .c-aside__primary .c-aside--medium > .c-aside__secondary {
    width: 25%;
    width: calc(25% - 0.3125em);
  }
}

/*! Page Header (container) */
.c-page-header {
  border-bottom: 1px solid #ea5792;
  margin-bottom: 1.25em;
}

.c-page-header .c-aside {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-page-header .c-aside > * {
  float: none;
  padding-bottom: 0.625em;
  margin-bottom: 0;
}

.c-page-header .c-aside__primary {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-page-header .c-aside__secondary {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 44.9375em) {
  .c-page-header .c-aside > * {
    width: 100%;
  }
}

@media screen and (min-width: 45em) {
  .c-page-header .c-aside {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-page-header .c-aside > * {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .c-page-header .c-aside__secondary {
    display: block;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (min-width: 60em) {
  .c-page-header {
    border-bottom: 0;
  }
  .c-page-header .c-aside__primary {
    border-bottom: 1px solid #ea5792;
  }
  .c-page-header .c-aside__secondary {
    position: relative;
    border-bottom: 1px solid #000000;
  }
  .c-page-header .c-aside__secondary:after {
    z-index: 1;
    position: absolute;
    display: block;
    content: "";
    top: 100%;
    left: -0.3125em;
    width: 0.625em;
    height: 1px;
    background: #ffffff;
  }
}

/*! Grants Header (container) */
.c-grants-header {
  margin-bottom: 1.25em;
}

.c-grants-header:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 45em) {
  .c-grants-header .c-aside--medium .c-aside__secondary {
    width: 18.75% !important;
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 60em) {
  .c-grants-header .c-aside--large .c-aside__secondary {
    width: 18.75% !important;
    padding-left: 0 !important;
  }
}

/*! Article Group (container) */
.c-article-group {
  position: relative;
  overflow: hidden;
}

.c-article-group .b-article {
  background: #b8ced2;
  margin-bottom: 0;
}

.c-article-group .b-article:nth-child(odd) {
  background: #dce7e9;
}

.c-article-group .b-article__studies .e-more__label {
  font-weight: normal;
}

.c-article-group hr {
  background: #808080;
}

.c-article-group__header + .b-article {
  padding-top: 1.875em;
}

@media screen and (min-width: 45em) {
  .b-page-intro + .c-article-group {
    margin-top: -1.25em;
  }
  .c-article-group .b-article {
    padding: 1.875em 0;
  }
  .c-article-group .b-article__main {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-article-group__header + .b-article {
    padding-top: 2.5em;
  }
}

@media screen and (min-width: 60em) {
  .c-article-group .b-article {
    padding: 2.5em 0;
  }
  .c-article-group__header + .b-article {
    padding-top: 3.75em;
  }
}

/*! Newsreel (container) */
.c-newsreel {
  margin-bottom: 1.25em;
}

.c-newsreel:last-child {
  margin-bottom: 0;
}

.c-newsreel__list {
  margin: -1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-newsreel__item {
  padding: 1px;
  width: 50%;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-newsreel__item > .e-figure {
  display: block;
}

.c-newsreel__item .b-article {
  width: 100%;
  max-width: none;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-newsreel__item .b-article__main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-newsreel__item .b-article__main > * {
  max-width: 100%;
}

.c-newsreel__item .b-article__main .b-prose {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 45em) {
  .c-newsreel__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-newsreel__item {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 33.333%;
  }
  .c-newsreel--wide .c-newsreel__item {
    width: 50%;
    margin-bottom: 1.25em;
  }
  .c-newsreel--wide .c-newsreel__item:last-child, .c-newsreel--wide .c-newsreel__item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
  .c-newsreel--wide .b-article--download {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-newsreel--wide .b-article--download .b-article__image,
  .c-newsreel--wide .b-article--download .b-article__main {
    width: 50%;
  }
}

@media screen and (min-width: 60em) {
  .c-newsreel__item {
    width: 25%;
  }
  .c-newsreel--wide .c-newsreel__item {
    width: 50%;
  }
}

/*! Tileset (container) */
.b-tileset,
.c-tileset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
  margin-bottom: 2.5em;
}

.b-tileset:last-child,
.c-tileset:last-child {
  margin-bottom: 0;
}

.b-tileset + .b-tileset,
.c-tileset + .b-tileset, .b-tileset +
.c-tileset,
.c-tileset +
.c-tileset {
  margin-top: -2.5em;
}

.b-article--update + .b-tileset, .b-article--update +
.c-tileset {
  margin-top: -1.1875em;
}

.b-tileset__item,
.c-tileset__item {
  float: left;
  width: 100%;
  max-width: 100%;
}

.b-tileset__item .b-tile,
.c-tileset__item .b-tile {
  max-width: 100%;
  border: 1px solid #ffffff;
}

.b-tileset__list,
.c-tileset__list {
  *zoom: 1;
  width: 100%;
}

.b-tileset__list:before, .b-tileset__list:after,
.c-tileset__list:before,
.c-tileset__list:after {
  content: "";
  display: table;
}

.b-tileset__list:after,
.c-tileset__list:after {
  clear: both;
}

.b-tileset__list .u-bp-init-half,
.c-tileset__list .u-bp-init-half {
  width: 50%;
}

@media screen and (min-width: 45em) {
  .b-tileset .u-bp-medium-left,
  .c-tileset .u-bp-medium-left {
    float: left;
  }
  .b-tileset .u-bp-medium-right,
  .c-tileset .u-bp-medium-right {
    float: right;
  }
  .b-tileset .u-bp-medium-c1,
  .c-tileset .u-bp-medium-c1 {
    width: 33.33333%;
  }
  .b-tileset .u-bp-medium-c1 [class*="-tileset__item"],
  .c-tileset .u-bp-medium-c1 [class*="-tileset__item"] {
    width: 100%;
  }
  .b-tileset .u-bp-medium-c2,
  .c-tileset .u-bp-medium-c2 {
    width: 66.66666%;
  }
  .b-tileset .u-bp-medium-c2 [class*="-tileset__item"],
  .c-tileset .u-bp-medium-c2 [class*="-tileset__item"] {
    width: 50%;
  }
  .b-tileset .u-bp-medium-c2 .u-bp-medium-double,
  .c-tileset .u-bp-medium-c2 .u-bp-medium-double {
    width: 100%;
  }
  .b-tileset .u-bp-medium-c3,
  .c-tileset .u-bp-medium-c3 {
    width: 100%;
  }
  .b-tileset .u-bp-medium-c3 [class*="-tileset__item"],
  .c-tileset .u-bp-medium-c3 [class*="-tileset__item"] {
    width: 33.33333%;
  }
  .b-tileset .u-bp-medium-c3 .u-bp-medium-double,
  .c-tileset .u-bp-medium-c3 .u-bp-medium-double {
    width: 66.66666%;
  }
  .b-tileset .u-bp-medium-o1,
  .c-tileset .u-bp-medium-o1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .b-tileset .u-bp-medium-o2,
  .c-tileset .u-bp-medium-o2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .b-tileset .u-bp-medium-o3,
  .c-tileset .u-bp-medium-o3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .b-tileset .u-bp-medium-o4,
  .c-tileset .u-bp-medium-o4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .b-tileset .u-bp-medium-o5,
  .c-tileset .u-bp-medium-o5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .b-tileset .u-bp-medium-o6,
  .c-tileset .u-bp-medium-o6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .b-tileset__list .u-bp-medium-full,
  .c-tileset__list .u-bp-medium-full {
    width: 100%;
  }
  .b-tileset__list .u-bp-medium-half,
  .c-tileset__list .u-bp-medium-half {
    width: 50%;
  }
  .b-tileset__list .u-bp-medium-third,
  .c-tileset__list .u-bp-medium-third {
    width: 33.33333%;
  }
  .b-tileset__list .u-bp-medium-2third,
  .c-tileset__list .u-bp-medium-2third {
    width: 66.66666%;
  }
  .b-tileset__list .u-bp-medium-quarter,
  .c-tileset__list .u-bp-medium-quarter {
    width: 25%;
  }
  .b-tileset__list .u-bp-medium-3quarter,
  .c-tileset__list .u-bp-medium-3quarter {
    width: 75%;
  }
  .b-tileset__list .u-bp-medium-1fifth,
  .c-tileset__list .u-bp-medium-1fifth {
    width: 20%;
  }
  .b-tileset__list .u-bp-medium-2fifth,
  .c-tileset__list .u-bp-medium-2fifth {
    width: 40%;
  }
  .b-tileset__list .u-bp-medium-3fifth,
  .c-tileset__list .u-bp-medium-3fifth {
    width: 60%;
  }
  .b-tileset__list .u-bp-medium-4fifth,
  .c-tileset__list .u-bp-medium-4fifth {
    width: 80%;
  }
}

@media screen and (min-width: 60em) {
  .b-tileset .u-bp-large-left,
  .c-tileset .u-bp-large-left {
    float: left;
  }
  .b-tileset .u-bp-large-right,
  .c-tileset .u-bp-large-right {
    float: right;
  }
  .b-tileset .u-bp-large-c1,
  .c-tileset .u-bp-large-c1 {
    width: 20%;
  }
  .b-tileset .u-bp-large-c2,
  .c-tileset .u-bp-large-c2 {
    width: 40%;
  }
  .b-tileset .u-bp-large-c3,
  .c-tileset .u-bp-large-c3 {
    width: 60%;
  }
  .b-tileset .u-bp-large-c4,
  .c-tileset .u-bp-large-c4 {
    width: 80%;
  }
  .b-tileset .u-bp-large-c4 [class*="-tileset__item"],
  .c-tileset .u-bp-large-c4 [class*="-tileset__item"] {
    width: 25%;
  }
  .b-tileset .u-bp-large-c4 .u-bp-super-triple,
  .c-tileset .u-bp-large-c4 .u-bp-super-triple {
    width: 75%;
  }
  .b-tileset .u-bp-large-c4 .u-bp-super-triple .b-tile__main,
  .c-tileset .u-bp-large-c4 .u-bp-super-triple .b-tile__main {
    padding-bottom: 66.66666%;
  }
  .b-tileset .u-bp-large-c5,
  .c-tileset .u-bp-large-c5 {
    width: 100%;
  }
  .b-tileset .u-bp-large-o1,
  .c-tileset .u-bp-large-o1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .b-tileset .u-bp-large-o2,
  .c-tileset .u-bp-large-o2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .b-tileset .u-bp-large-o3,
  .c-tileset .u-bp-large-o3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .b-tileset .u-bp-large-o4,
  .c-tileset .u-bp-large-o4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .b-tileset .u-bp-large-o5,
  .c-tileset .u-bp-large-o5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .b-tileset .u-bp-large-o6,
  .c-tileset .u-bp-large-o6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .b-tileset__list .u-bp-large-full,
  .c-tileset__list .u-bp-large-full {
    width: 100%;
  }
  .b-tileset__list .u-bp-large-half,
  .c-tileset__list .u-bp-large-half {
    width: 50%;
  }
  .b-tileset__list .u-bp-large-third,
  .c-tileset__list .u-bp-large-third {
    width: 33.33333%;
  }
  .b-tileset__list .u-bp-large-2third,
  .c-tileset__list .u-bp-large-2third {
    width: 66.66666%;
  }
  .b-tileset__list .u-bp-large-quarter,
  .c-tileset__list .u-bp-large-quarter {
    width: 25%;
  }
  .b-tileset__list .u-bp-large-3quarter,
  .c-tileset__list .u-bp-large-3quarter {
    width: 75%;
  }
  .b-tileset__list .u-bp-large-1fifth,
  .c-tileset__list .u-bp-large-1fifth {
    width: 20%;
  }
  .b-tileset__list .u-bp-large-2fifth,
  .c-tileset__list .u-bp-large-2fifth {
    width: 40%;
  }
  .b-tileset__list .u-bp-large-3fifth,
  .c-tileset__list .u-bp-large-3fifth {
    width: 60%;
  }
  .b-tileset__list .u-bp-large-4fifth,
  .c-tileset__list .u-bp-large-4fifth {
    width: 80%;
  }
}

/*! Off-canvas Nav (container) */
.c-ocnav {
  z-index: 9000;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  color: #ffffff;
  background: #ea5792;
  display: none;
  opacity: 1;
  pointer-events: none;
  transition: height 400ms, opacity 400ms;
}

.c-ocnav .e-logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 1.25em 1.25em;
  margin: 0;
  opacity: 0;
  transition: opacity 200ms;
}

.c-ocnav .e-logo img {
  max-width: none;
}

.c-ocnav .e-icon {
  background-color: #ffffff;
}

.c-ocnav .b-nav {
  position: absolute;
  top: 7.1875em;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  transition: opacity 400ms, -webkit-transform 400ms;
  transition: opacity 400ms, transform 400ms;
  transition: opacity 400ms, transform 400ms, -webkit-transform 400ms;
}

.c-ocnav .b-nav .b-nav__wrapper {
  padding: 0 1.25em 1.25em 1.25em;
}

.c-ocnav .b-nav .b-nav__footer {
  margin-top: 1.25em;
}

.c-ocnav .b-nav .b-nav__item {
  border-bottom-color: #593c5c;
  padding: 0;
}

.c-ocnav .b-nav .b-nav__link {
  color: currentColor;
  padding: 0.33333em 1em 0.33333em 0;
  background-image: url("../img/arrows/white.svg") !important;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.c-ocnav .b-nav .b-nav__nested .b-nav__nested {
  padding-left: 0.9375em;
}

.c-ocnav .b-nav .b-nav__item--expanded .b-nav__nested {
  display: block !important;
}

.c-ocnav .b-nav .b-nav__item--parent > .b-nav__link {
  font-weight: bold;
}

.c-ocnav .b-nav .b-nav__wrapper > .b-nav__list > .b-nav__item--parent > .b-nav__link {
  margin-right: -0.33333em;
  background-image: url("../img/open-white.svg") !important;
  background-size: 20px 20px;
}

.c-ocnav .b-nav .b-nav__wrapper > .b-nav__list > .b-nav__item--parent > .b-nav__nested {
  display: none;
}

.c-ocnav .b-nav .b-nav__wrapper > .b-nav__list > .b-nav__item--expanded > .b-nav__link {
  background-image: url("../img/close-white.svg") !important;
}

.c-ocnav .b-nav .b-nav__wrapper > .b-nav__list > .b-nav__item > .b-nav__nested {
  padding-bottom: 0.3125em;
}

.c-ocnav .b-nav .b-nav__wrapper > .b-nav__list > .b-nav__item > .b-nav__link {
  font-weight: bold;
  padding: 0.8em 0;
}

.c-ocnav--active,
.c-wrapper .c-ocnav {
  display: block;
}

.c-ocnav--visible,
.c-wrapper .c-ocnav {
  opacity: 1;
  height: 100%;
  pointer-events: all;
}

.c-ocnav--visible .e-logo,
.c-wrapper .c-ocnav .e-logo {
  transition: opacity 100ms 300ms;
}

.c-ocnav--visible .b-nav,
.c-ocnav--visible .e-logo,
.c-wrapper .c-ocnav .b-nav,
.c-wrapper .c-ocnav .e-logo {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/*! Footer (container) */
.c-footer {
  margin-top: 2.5em;
  padding: 1.25em 0 2.5em 0;
  border-top: 1px solid #ea5792;
}

.c-footer__address {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-footer__address .b-prose {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 50%;
  max-width: 20em;
  margin-bottom: 1.25em;
}

@media screen and (min-width: 45em) {
  .c-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer__address {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .c-footer__address .b-prose {
    margin-bottom: 0;
  }
  .c-footer__icons {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

/*! Header (container) */
.c-header {
  z-index: 5000;
  position: relative;
  padding-top: 1.25em;
}

.c-header .b-nav {
  margin-bottom: 0;
  padding-right: 2.5em;
}

.c-header .b-nav:first-child {
  border-bottom: 1px solid #ea5792;
}

@media screen and (min-width: 30em) {
  .c-header {
    margin-bottom: 1.25em;
  }
}

@media screen and (min-width: 60em) {
  .c-header {
    margin-bottom: 1.25em;
  }
  .c-header .b-nav {
    padding-right: 0;
  }
}

/*!
// Templates
*/
.b-bynumbers {
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  font-size: 16px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background: #e3e3e2;
}

@media screen and (max-width: 900px) {
  .b-bynumbers__panel {
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
  }
  .b-bynumbers__panel * {
    display: none !important;
  }
}

.b-bynumbers__panel {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.b-bynumbers__panel * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.b-bynumbers__panel div,
.b-bynumbers__panel img {
  position: absolute;
  max-width: none;
}

.b-bynumbers__panel svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.b-bynumbers__inview {
  position: absolute;
  top: 40%;
  bottom: 40%;
  left: 0;
  right: 0;
  background: transparent;
}

.b-bynumbers__subheading {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875em;
  line-height: 1.57143em;
  padding: 0 0.5em;
  font-weight: bold;
  color: #fff;
  background: #9c9b9b;
  font-family: Lato, sans-serif;
}

.b-bynumbers__subheading ~ .b-bynumbers__subheading {
  left: 50%;
}

.b-bynumbers__subheading em {
  font-weight: normal;
  font-style: normal;
}

#b-bynumbers_d1 {
  background-color: #ea5892;
  padding-bottom: 25%;
}

.js .b-bynumbers_d1 {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0;
}

#b-bynumbers_d1_t1 {
  font-size: 1.0625em;
  line-height: 1.29412;
  font-weight: normal;
  color: #fff;
  left: 1.77778%;
  top: 19.11111%;
}

#b-bynumbers_d1_i1 {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

#b-bynumbers_d2 {
  background-color: #faf5ef;
  padding-bottom: 61.66667%;
}

[id^="b-bynumbers_d2_c"] {
  background: #f42b77;
  border-radius: 100%;
}

.js [id^="b-bynumbers_d2_c"] {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0;
}

[id^="b-bynumbers_d2_t"] {
  color: #faf5ef;
}

[id^="b-bynumbers_d2_ta"] {
  font-size: 1.3125em;
  line-height: 1;
  font-weight: bold;
}

[id^="b-bynumbers_d2_tb"] {
  font-size: 0.875em;
  line-height: 1.28571;
  font-weight: normal;
}

[id^="b-bynumbers_d2_n"] {
  fill: #faf5ef;
}

#b-bynumbers_d2_c1 {
  top: 4.62559%;
  left: 13.49444%;
  width: 35.05411%;
  height: 56.8445%;
}

#b-bynumbers_d2_c2 {
  top: 3.32721%;
  left: 46.896%;
  width: 35.86622%;
  height: 58.16144%;
}

#b-bynumbers_d2_c3 {
  top: 56.7018%;
  left: 15.78433%;
  width: 23.39222%;
  height: 37.93333%;
}

#b-bynumbers_d2_c4 {
  top: 49.29459%;
  left: 36.12989%;
  width: 24.59267%;
  height: 39.88%;
}

#b-bynumbers_d2_c5 {
  top: 56.95712%;
  left: 59.66078%;
  width: 18.545%;
  height: 30.07297%;
}

#b-bynumbers_d2_ta1 {
  top: 18.77982%;
  left: 25.02367%;
}

#b-bynumbers_d2_ta2 {
  top: 17.72523%;
  left: 57.34956%;
}

#b-bynumbers_d2_ta3 {
  top: 64.49297%;
  left: 21.14456%;
}

#b-bynumbers_d2_ta4 {
  top: 55.06955%;
  left: 42.69378%;
}

#b-bynumbers_d2_ta5 {
  top: 61.77153%;
  left: 65.07367%;
}

#b-bynumbers_d2_tb1 {
  top: 38.12937%;
  left: 25.02367%;
}

#b-bynumbers_d2_tb2 {
  top: 38.57081%;
  left: 57.34956%;
}

#b-bynumbers_d2_tb3 {
  top: 79.75784%;
  left: 21.14456%;
}

#b-bynumbers_d2_tb4 {
  top: 75.23243%;
  left: 42.69378%;
}

#b-bynumbers_d2_tb5 {
  top: 74.2045%;
  left: 65.07367%;
}

#b-bynumbers_d2_n1 {
  top: 24.44541%;
  left: 24.88489%;
  width: 13.55556%;
  height: 11.89189%;
}

#b-bynumbers_d2_n2 {
  top: 22.78739%;
  left: 57.52911%;
  width: 17.11111%;
  height: 15.31532%;
}

#b-bynumbers_d2_n3 {
  top: 69.21802%;
  left: 21.24733%;
  width: 9.22222%;
  height: 9.54955%;
}

#b-bynumbers_d2_n4 {
  top: 63.4845%;
  left: 42.91511%;
  width: 10.22222%;
  height: 11.35135%;
}

#b-bynumbers_d2_n5 {
  top: 66.22162%;
  left: 65.14089%;
  width: 7%;
  height: 7.74775%;
}

#b-bynumbers_d3 {
  background-color: #ececec;
  padding-bottom: 41.66667%;
}

.js [id^="b-bynumbers_d3_t"], .js
[id^="b-bynumbers_d3_n"] {
  opacity: 0;
}

[id^="b-bynumbers_d3_t"] {
  color: #ea5892;
}

[id^="b-bynumbers_d3_ta"] {
  font-size: 1.3125em;
  line-height: 1;
  font-weight: bold;
}

[id^="b-bynumbers_d3_tb"] {
  font-size: 0.9375em;
  line-height: 1.26667;
  color: #1d1d1b;
}

[id^="b-bynumbers_d3_n"] {
  fill: #ea5892;
}

#b-bynumbers_d3_ta1 {
  top: 34.0776%;
  left: 2.82778%;
}

#b-bynumbers_d3_ta2 {
  top: 27.8272%;
  left: 22.58789%;
}

#b-bynumbers_d3_ta3 {
  top: 27.5392%;
  left: 42.59256%;
}

#b-bynumbers_d3_ta4 {
  top: 33.96347%;
  left: 64.19344%;
}

#b-bynumbers_d3_ta5 {
  top: 34.54187%;
  left: 87.18789%;
}

#b-bynumbers_d3_tb1 {
  top: 62.90987%;
  left: 2.84333%;
}

#b-bynumbers_d3_tb2 {
  top: 62.90987%;
  left: 22.58867%;
}

#b-bynumbers_d3_tb3 {
  top: 62.90987%;
  left: 43.05278%;
}

#b-bynumbers_d3_tb4 {
  top: 62.90987%;
  left: 64.47622%;
}

#b-bynumbers_d3_tb5 {
  top: 62.90987%;
  left: 87.50044%;
}

#b-bynumbers_d3_n1 {
  top: 41.7584%;
  left: 3.28822%;
  width: 10.44444%;
  height: 17.86667%;
}

#b-bynumbers_d3_n2 {
  top: 41.7584%;
  left: 22.91011%;
  width: 12.77778%;
  height: 17.86667%;
}

#b-bynumbers_d3_n3 {
  top: 41.7584%;
  left: 43.22044%;
  width: 11.11111%;
  height: 17.86667%;
}

#b-bynumbers_d3_n4 {
  top: 41.7584%;
  left: 64.22911%;
  width: 10.77778%;
  height: 17.86667%;
}

#b-bynumbers_d3_n5 {
  top: 41.7584%;
  left: 87.28278%;
  width: 7.11111%;
  height: 17.86667%;
}

#b-bynumbers_d4 {
  background-color: #593c5b;
  padding-bottom: 55%;
}

[id^="b-bynumbers_d4_t"] {
  color: #fff;
  font-size: 1em;
  line-height: 1.375;
  margin: 0 0 0.625em;
}

[id^="b-bynumbers_d4_t"] b {
  display: inline-block;
  vertical-align: top;
}

[id^="b-bynumbers_d4_t"] b:first-child {
  font-size: 1.125em;
  line-height: 1;
}

[id^="b-bynumbers_d4_t"] b:last-child {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.625em;
}

.js .b-bynumbers_d4 {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0;
}

.b-bynumbers_d4_c0 {
  fill: #faf5ef;
}

.b-bynumbers_d4_c1 {
  fill: none;
  stroke: #faf5ef;
  stroke-width: 1px;
  stroke-miterlimit: 10;
}

.b-bynumbers_d4_c2 {
  fill: #593c5b;
}

.b-bynumbers_d4_c3 {
  fill: none;
  stroke: #faf5ef;
}

#b-bynumbers_d4_c1 {
  top: 13.33333%;
  left: 32.44444%;
  width: 26.77778%;
  height: 48.68687%;
}

#b-bynumbers_d4_c2 {
  top: 8.68687%;
  left: 63.55556%;
  width: 29.33333%;
  height: 53.33333%;
}

#b-bynumbers_d4_t1 {
  top: 13.13131%;
  left: 2.22222%;
  width: 33.33333%;
}

#b-bynumbers_d4_t2 {
  top: 66.86869%;
  left: 32.77778%;
  width: 26.66667%;
}

#b-bynumbers_d4_t3 {
  top: 66.86869%;
  left: 63.88889%;
  width: 26.66667%;
}

#b-bynumbers_d5 {
  background-color: #b7d1db;
  padding-bottom: 42.66667%;
}

#b-bynumbers_d5_t1 {
  color: #593c5b;
  font-size: 1.375em;
  line-height: 1.22727;
  font-weight: bold;
  top: 72.29062%;
  left: 3.63311%;
}

.js #b-bynumbers_d5_t1 {
  opacity: 0;
}

#b-bynumbers_d5_n1 {
  fill: #593c5b;
  top: 24.42188%;
  left: 3.76411%;
  width: 41.51044%;
  height: 43.27682%;
}

.js #b-bynumbers_d5_n1 {
  opacity: 0;
}

#b-bynumbers_d5_i1 {
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.js #b-bynumbers_d5_i1 {
  opacity: 0;
}

#b-bynumbers_d6 {
  background-color: #faf5ef;
  padding-bottom: 48.88889%;
}

[id^="b-bynumbers_d6_t"] {
  color: #593c5b;
  font-size: 0.75em;
  line-height: 1.33333;
  bottom: 2.72727%;
}

.js [id^="b-bynumbers_d6_i"] {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0;
}

#b-bynumbers_d6_l1 {
  top: 0;
  left: 49.88889%;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 2;
}

#b-bynumbers_d6_t1 {
  left: 1.77778%;
  right: 51.11111%;
}

#b-bynumbers_d6_t2 {
  left: 51.11111%;
  right: 1.77778%;
}

#b-bynumbers_d6_i1 {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

#b-bynumbers_d6_i2 {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

#b-bynumbers_d7 {
  background-color: #fff;
  padding-bottom: 24.77778%;
}

#b-bynumbers_d7 .b-bynumbers__subheading {
  width: 100%;
}

[id^="b-bynumbers_d7_s"] {
  top: 0;
  width: 25%;
  height: 100%;
}

.js [id^="b-bynumbers_d7_s"] {
  opacity: 0;
}

[id^="b-bynumbers_d7_n"] {
  fill: #fff;
}

.js [id^="b-bynumbers_d7_n"] {
  opacity: 0;
}

[id^="b-bynumbers_d7_t"] {
  color: #fff;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  width: 25%;
}

.js [id^="b-bynumbers_d7_t"] {
  opacity: 0;
}

#b-bynumbers_d7_s1,
#b-bynumbers_d7_s2 {
  overflow: hidden;
}

#b-bynumbers_d7_s1:after,
#b-bynumbers_d7_s2:after {
  position: absolute;
  display: block;
  content: "";
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  background-size: 3px 3px;
}

#b-bynumbers_d7_s1 {
  left: 0;
  background: #ea5892;
}

#b-bynumbers_d7_s1:after {
  background-image: -webkit-repeating-radial-gradient(center center, #593c5b, #593c5b 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, #593c5b, #593c5b 1px, transparent 1px, transparent 100%);
}

#b-bynumbers_d7_s2 {
  left: 25%;
  background: #b7d1db;
}

#b-bynumbers_d7_s2:after {
  background-image: -webkit-repeating-radial-gradient(center center, #efefef, #efefef 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, #efefef, #efefef 1px, transparent 1px, transparent 100%);
  background-size: 3px 3px;
}

#b-bynumbers_d7_s3 {
  left: 50%;
  background: #593c5b;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(234, 88, 146, 0.2) 4px, transparent 5px);
}

#b-bynumbers_d7_s4 {
  left: 75%;
  background: #7baca9;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(87, 87, 86, 0.2) 4px, transparent 5px);
}

#b-bynumbers_d7_n1 {
  top: 31.84215%;
  left: 9.36289%;
  width: 6.33333%;
  height: 39.91031%;
}

#b-bynumbers_d7_n2 {
  top: 31.84215%;
  left: 30.72278%;
  width: 14%;
  height: 39.91031%;
}

#b-bynumbers_d7_n3 {
  top: 31.84215%;
  left: 56.36922%;
  width: 12.55556%;
  height: 39.91031%;
}

#b-bynumbers_d7_n4 {
  top: 31.84215%;
  left: 82.97778%;
  width: 9.88889%;
  height: 39.91031%;
}

#b-bynumbers_d7_t1 {
  top: 80.78072%;
  left: 0;
}

#b-bynumbers_d7_t2 {
  top: 80.78072%;
  left: 25%;
}

#b-bynumbers_d7_t3 {
  top: 80.78072%;
  left: 50%;
}

#b-bynumbers_d7_t4 {
  top: 80.78072%;
  left: 75%;
}

#b-bynumbers_d8 {
  background-color: #e3e3e2;
  padding-bottom: 61.33333%;
}

.js [id^="b-bynumbers_d8_"] {
  opacity: 0;
}

[id^="b-bynumbers_d8_t"] {
  color: #575756;
  font-size: 1em;
  line-height: 1.125;
  font-weight: bold;
}

[id^="b-bynumbers_d8_n"] {
  fill: #7baca9;
}

[id^="b-bynumbers_d8_s"] .b-bynumbers_d8_st1 {
  fill: none;
  stroke: #7aaaa7;
  stroke-width: 2px;
  stroke-miterlimit: 10;
}

[id^="b-bynumbers_d8_s"] .b-bynumbers_d8_st0 {
  stroke: #7baca9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0, 6.5;
  stroke-width: 2px;
}

[id^="b-bynumbers_d8_l"] path {
  fill: #575756;
}

[id^="b-bynumbers_d8_u"] {
  border-top: 1px solid #575756;
}

#b-bynumbers_d8_t1 {
  top: 14.49275%;
  left: 12.94733%;
}

#b-bynumbers_d8_t2 {
  top: 47.64493%;
  left: 21.81256%;
}

#b-bynumbers_d8_t3 {
  top: 71.19565%;
  left: 13.61356%;
}

#b-bynumbers_d8_t4 {
  top: 80.61594%;
  left: 81.67622%;
}

#b-bynumbers_d8_n1 {
  top: 9.80145%;
  left: 7.65122%;
  width: 4.44444%;
  height: 11.05072%;
}

#b-bynumbers_d8_n2 {
  top: 41.8654%;
  left: 8.38767%;
  width: 12.66667%;
  height: 15.21739%;
}

#b-bynumbers_d8_n3 {
  top: 69.75236%;
  left: 8.41067%;
  width: 4.55556%;
  height: 10.86957%;
}

#b-bynumbers_d8_n4 {
  top: 68.25562%;
  left: 83.40111%;
  width: 6.22222%;
  height: 11.05072%;
}

#b-bynumbers_d8_s1 {
  top: 16.66051%;
  left: 46.89578%;
  width: 7%;
  height: 11.41304%;
}

#b-bynumbers_d8_s2 {
  top: 34.38134%;
  left: 33.85833%;
  width: 33.33333%;
  height: 54.34783%;
}

#b-bynumbers_d8_s3 {
  top: 77.99964%;
  left: 34.76489%;
  width: 5.33333%;
  height: 8.69565%;
}

#b-bynumbers_d8_s4 {
  top: 75.83225%;
  left: 58.88056%;
  width: 12.44444%;
  height: 20.28986%;
}

#b-bynumbers_d8_u1 {
  top: 22.89384%;
  left: 7.71333%;
  width: 38.30633%;
}

#b-bynumbers_d8_u2 {
  top: 60.98533%;
  left: 8.28067%;
  width: 24.62789%;
}

#b-bynumbers_d8_u3 {
  top: 82.37319%;
  left: 8.28067%;
  width: 25.29456%;
}

#b-bynumbers_d8_u4 {
  top: 85.83623%;
  left: 72.02178%;
  width: 17.29411%;
}

#b-bynumbers_d8_l1 {
  top: 28.52355%;
  left: 50.19333%;
  width: 0.22222%;
  height: 4.8913%;
}

#b-bynumbers_d8_l2 {
  top: 75.71504%;
  left: 39.02522%;
  width: 2.22222%;
  height: 3.62319%;
}

#b-bynumbers_d8_l3 {
  top: 75.48732%;
  left: 59.09856%;
  width: 2.66667%;
  height: 4.34783%;
}

#b-bynumbers_d9 {
  background-color: #7baca9;
  padding-bottom: 50%;
}

.js [id^="b-bynumbers_d9_"] {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0;
}

[id^="b-bynumbers_d9_t"] {
  color: #fff;
  font-size: 1.125em;
  line-height: 1.22222;
  font-weight: bold;
  text-align: center;
}

[id^="b-bynumbers_d9_c"] {
  background: #faf5ef;
  border-radius: 100%;
}

[id^="b-bynumbers_d9_n"] {
  fill: #f42b77;
}

[id^="b-bynumbers_d9_l"] {
  width: 0.33333%;
}

[id^="b-bynumbers_d9_l"] path {
  fill: none;
  stroke: #faf5ef;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0,6;
}

#b-bynumbers_d9_n1 {
  top: 55.11111%;
  left: 13.44444%;
  width: 7.77778%;
  height: 17.77778%;
}

#b-bynumbers_d9_n2 {
  top: 55.11111%;
  left: 37.66667%;
  width: 6.66667%;
  height: 17.77778%;
}

#b-bynumbers_d9_n3 {
  top: 55.11111%;
  left: 55.66667%;
  width: 6.33333%;
  height: 17.77778%;
}

#b-bynumbers_d9_n4 {
  top: 55.11111%;
  left: 71.22222%;
  width: 5.44444%;
  height: 17.77778%;
}

#b-bynumbers_d9_n5 {
  top: 55.11111%;
  left: 88.33333%;
  width: 2.66667%;
  height: 17.77778%;
}

#b-bynumbers_d9_t1 {
  top: 25.56111%;
  left: 11.98667%;
}

#b-bynumbers_d9_t2 {
  top: 20.57178%;
  left: 36.96544%;
}

#b-bynumbers_d9_t3 {
  top: 20.57178%;
  left: 54.14867%;
}

#b-bynumbers_d9_t4 {
  top: 20.57178%;
  left: 68.618%;
}

#b-bynumbers_d9_t5 {
  top: 25.56111%;
  left: 84.04644%;
}

#b-bynumbers_d9_c1 {
  top: 41.80756%;
  left: 6.24878%;
  width: 21.97389%;
  height: 43.94778%;
}

#b-bynumbers_d9_c2 {
  top: 44.48911%;
  left: 31.79344%;
  width: 19.29244%;
  height: 38.58489%;
}

#b-bynumbers_d9_c3 {
  top: 54.82667%;
  left: 54.455%;
  width: 8.95478%;
  height: 17.90956%;
}

#b-bynumbers_d9_c4 {
  top: 56.92978%;
  left: 70.48233%;
  width: 6.85156%;
  height: 13.70311%;
}

#b-bynumbers_d9_c5 {
  top: 61.19178%;
  left: 88.62789%;
  width: 2.58967%;
  height: 5.17933%;
}

#b-bynumbers_d9_l1 {
  left: 17.11%;
  height: 7.58578%;
  bottom: 60.59067%;
}

#b-bynumbers_d9_l2 {
  left: 41.22111%;
  height: 9.99311%;
  bottom: 58.18333%;
}

#b-bynumbers_d9_l3 {
  left: 58.80533%;
  height: 19.70933%;
  bottom: 48.46711%;
}

#b-bynumbers_d9_l4 {
  left: 73.71433%;
  height: 19.06444%;
  bottom: 49.112%;
}

#b-bynumbers_d9_l5 {
  left: 89.61344%;
  height: 20.01556%;
  bottom: 48.16089%;
}

/*!
// Utilities
*/
/*! Typography (utilities) */
.u-pull:not(:last-child) {
  margin-bottom: 1.25em;
}

@media screen and (min-width: 45em) {
  .c-aside--medium > .c-aside__primary:nth-child(even) .u-full,
  .c-aside--medium.c-aside--flip > .c-aside__primary:nth-child(odd) .u-full {
    margin-left: -33.33333%;
    width: 133.33333%;
  }
  .c-aside--medium > .c-aside__primary:nth-child(even) .u-pull,
  .c-aside--medium.c-aside--flip > .c-aside__primary:nth-child(odd) .u-pull {
    position: relative;
    float: left;
    width: 33.33333%;
    margin: 0 0 0 -33.33333%;
    padding-right: 1.875em;
  }
  .c-aside--medium > .c-aside__primary:nth-child(even) .b-article--pull,
  .c-aside--medium.c-aside--flip > .c-aside__primary:nth-child(odd) .b-article--pull {
    margin-left: -33.33333%;
    max-width: none;
  }
  .c-aside--medium > .c-aside__primary:nth-child(even) .e-blockquote--pull,
  .c-aside--medium.c-aside--flip > .c-aside__primary:nth-child(odd) .e-blockquote--pull {
    float: left;
    max-width: 100%;
    margin-left: -33.33333%;
    padding-right: 1.875em;
  }
}

@media screen and (min-width: 60em) {
  .c-aside--large > .c-aside__primary:nth-child(even) .u-full,
  .c-aside--large.c-aside--flip > .c-aside__primary:nth-child(odd) .u-full {
    margin-left: -33.33333%;
    width: 133.33333%;
  }
  .c-aside--large > .c-aside__primary:nth-child(even) .u-pull,
  .c-aside--large.c-aside--flip > .c-aside__primary:nth-child(odd) .u-pull {
    float: left;
    width: 33.33333%;
    margin: 0 0 0 -33.33333%;
    padding-right: 1.875em;
  }
  .c-aside--large > .c-aside__primary:nth-child(even) .b-article--pull,
  .c-aside--large.c-aside--flip > .c-aside__primary:nth-child(odd) .b-article--pull {
    margin-left: -33.33333%;
    max-width: none;
  }
  .c-aside--large > .c-aside__primary:nth-child(even) .e-blockquote--pull,
  .c-aside--large.c-aside--flip > .c-aside__primary:nth-child(odd) .e-blockquote--pull {
    float: left;
    max-width: 100%;
    margin-left: -33.33333%;
    padding-right: 1.875em;
  }
}

.u-text-sans {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.u-text-pink {
  color: #ea5792 !important;
}

.u-text-green {
  color: #7badaa !important;
}

.u-text-purple {
  color: #593c5c !important;
}

.u-text-nodecor {
  color: currentColor !important;
}

.u-text-normal {
  font-weight: normal !important;
}

.u-text-upper {
  text-transform: uppercase !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.u-no-margin {
  margin-bottom: 0 !important;
}

/*! Visibility (utilities) */
.u-vhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 30em) {
  .u-vhidden-small-up {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (min-width: 45em) {
  .u-vhidden-medium-up {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (min-width: 60em) {
  .u-vhidden-large-up {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (max-width: 29.9375em) {
  .u-vhidden-small {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (max-width: 44.9375em) {
  .u-vhidden-medium {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (max-width: 59.9375em) {
  .u-vhidden-large {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
